aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-09-01percpu: don't assume existence of cpu0Tejun Heo
2009-08-31mm: remove !NUMA condition from PAGEFLAGS_EXTENDED condition setH. Peter Anvin
2009-08-30SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256Aaro Koskinen
2009-08-27kmemleak: Printing of the objects hex dumpSergey Senozhatsky
2009-08-27kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas
2009-08-27kmemleak: Save the stack trace for early allocationsCatalin Marinas
2009-08-27kmemleak: Mark the early log buffer as __initdataCatalin Marinas
2009-08-27kmemleak: Dump object information on requestCatalin Marinas
2009-08-27kmemleak: Allow rescheduling during an object scanningCatalin Marinas
2009-08-26mm: fix for infinite churning of mlocked pagesMinchan Kim
2009-08-19SLUB: Fix some coding style issuesAmerigo Wang
2009-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-08-18mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()Bo Liu
2009-08-18nommu: check fd read permission in validate_mmap_request()Graff Yang
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro
2009-08-18SLUB: Drop write permission to /proc/slabinfoWANG Cong
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris
2009-08-14percpu: kill lpage first chunk allocatorTejun Heo
2009-08-14percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo
2009-08-14percpu: use group information to allocate vmap areas sparselyTejun Heo
2009-08-14vmalloc: implement pcpu_get_vm_areas()Tejun Heo
2009-08-14vmalloc: separate out insert_vmalloc_vm()Tejun Heo
2009-08-14percpu: add chunk->base_addrTejun Heo
2009-08-14percpu: add pcpu_unit_offsets[]Tejun Heo
2009-08-14percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo
2009-08-14percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upwardTejun Heo
2009-08-14percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo
2009-08-14percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()Tejun Heo
2009-08-14percpu: drop @static_size from first chunk allocatorsTejun Heo
2009-08-14percpu: generalize first chunk allocator selectionTejun Heo
2009-08-14percpu: build first chunk allocators selectivelyTejun Heo
2009-08-14percpu: rename 4k first chunk allocator to pageTejun Heo
2009-08-14percpu: improve boot messagesTejun Heo
2009-08-14percpu: fix pcpu_reclaim() lockingTejun Heo
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-08-14percpu: use the right flag for get_vm_area()Amerigo Wang
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo
2009-08-10mempool.c: clean up type-castingFigo.zhang
2009-08-07mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki
2009-08-06slab: remove duplicate kmem_cache_init_late() declarationsWu Fengguang
2009-08-01slub: change kmem_cache->align to record the real alignmentZhang, Yanmin
2009-07-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2009-07-29page-allocator: allow too high-order warning messages to be suppressed with _...Mel Gorman
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki
2009-07-29hugetlbfs: fix i_blocks accountingEric Sandeen
2009-07-29mm: avoid endless looping for oom killed tasksDavid Rientjes
2009-07-29page-allocator: preserve PFN ordering when __GFP_COLD is setMel Gorman
2009-07-29kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()Catalin Marinas
2009-07-29PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins
2009-07-28slub: use size and objsize orders to disable debug flagsDavid Rientjes