summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-08-02Merge remote branch 'hwpoison/hwpoison'Stephen Rothwell
2010-08-02Merge remote branch 'percpu/for-next'Stephen Rothwell
2010-08-02Merge remote branch 'tip/auto-latest'Stephen Rothwell
2010-08-02Merge remote branch 'catalin/for-next'Stephen Rothwell
2010-08-02Merge remote branch 'slab/for-next'Stephen Rothwell
2010-08-02Merge remote branch 'kgdb/kgdb-next'Stephen Rothwell
2010-08-02Merge remote branch 'block/for-next'Stephen Rothwell
2010-08-02Merge remote branch 'kvm/linux-next'Stephen Rothwell
2010-08-02Merge remote branch 'vfs/for-next'Stephen Rothwell
2010-08-01KVM: Fix a race condition for usage of is_hwpoison_address()Huang Ying
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying
2010-07-31Merge branch 'core/memblock' into auto-latestIngo Molnar
2010-07-31Merge branch 'linus' into auto-latestIngo Molnar
2010-07-30mm: fix ia64 crash when gcore reads gate areaHugh Dickins
2010-07-30mm,kdb,kgdb: Add a debug reference for the kdb kmap usageJason Wessel
2010-07-29Merge branch 'slub/fixes' into for-nextPekka Enberg
2010-07-29slub numa: Fix rare allocation from unexpected nodeChristoph Lameter
2010-07-28memblock: Add memblock_find_in_range()Yinghai Lu
2010-07-28memblock: Option for the architecture to put memblock into the .init sectionYinghai Lu
2010-07-28memblock: Make MEMBLOCK_ERROR be 0Benjamin Herrenschmidt
2010-07-28memblock: Export MEMBLOCK_ERRORYinghai Lu
2010-07-28memblock: Improve debug output when resizing the reserve arrayYinghai Lu
2010-07-28memblock: Expose some memblock bits for use by x86Yinghai Lu
2010-07-28memblock: Add debugfs files to dump the arrays contentBenjamin Herrenschmidt
2010-07-28memblock: Make memblock_alloc_try_nid() fallback to MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt
2010-07-28memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()Benjamin Herrenschmidt
2010-07-28memblock: NUMA allocate can now use early_pfn_mapBenjamin Herrenschmidt
2010-07-28memblock: Add "start" argument to memblock_find_base()Benjamin Herrenschmidt
2010-07-28memblock: Add arch function to control coalescing of memblock memory regionsBenjamin Herrenschmidt
2010-07-28memblock: Add array resizing supportBenjamin Herrenschmidt
2010-07-28memblock: Move functions around into a more sensible orderBenjamin Herrenschmidt
2010-07-28memblock: split memblock_find_base() out of __memblock_alloc_base()Benjamin Herrenschmidt
2010-07-28memblock: Move memblock_init() to the bottom of the fileBenjamin Herrenschmidt
2010-07-28memblock: Define MEMBLOCK_ERROR internally instead of using ~(phys_addr_t)0Benjamin Herrenschmidt
2010-07-28memblock: Make memblock_find_region() out of memblock_alloc_region()Benjamin Herrenschmidt
2010-07-28memblock: Add debug markers at the end of the arrayBenjamin Herrenschmidt
2010-07-28memblock: Move memblock arrays to static storage in memblock.c and make their...Benjamin Herrenschmidt
2010-07-28memblock: Remove memblock_type.size and add memblock.memory_size insteadBenjamin Herrenschmidt
2010-07-28memblock: Change u64 to phys_addr_tBenjamin Herrenschmidt
2010-07-28memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt
2010-07-28memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt
2010-07-28memblock: Expose MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt
2010-07-28memblock: Factor the lowest level alloc functionBenjamin Herrenschmidt
2010-07-28memblock: Remove nid_range argument, arch provides memblock_nid_range() insteadBenjamin Herrenschmidt
2010-07-28memblock: Introduce for_each_memblock() and new accessors, and use itBenjamin Herrenschmidt
2010-07-28memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt
2010-07-24switch shmem.c to ->evice_inode()Al Viro
2010-07-24check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-07-24always call inode_change_ok early in ->setattrChristoph Hellwig
2010-07-24rename generic_setattrChristoph Hellwig