aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-19SLUB: Fix some coding style issuesAmerigo Wang1-3/+2
2009-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-16/+19
2009-08-18mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()Bo Liu1-1/+3
2009-08-18nommu: check fd read permission in validate_mmap_request()Graff Yang1-0/+4
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-25/+39
2009-08-18SLUB: Drop write permission to /proc/slabinfoWANG Cong1-1/+1
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris3-9/+3
2009-08-14percpu: kill lpage first chunk allocatorTejun Heo1-241/+0
2009-08-14percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo1-28/+85
2009-08-14percpu: use group information to allocate vmap areas sparselyTejun Heo1-9/+26
2009-08-14vmalloc: implement pcpu_get_vm_areas()Tejun Heo1-0/+293
2009-08-14vmalloc: separate out insert_vmalloc_vm()Tejun Heo1-21/+24
2009-08-14percpu: add chunk->base_addrTejun Heo1-14/+11
2009-08-14percpu: add pcpu_unit_offsets[]Tejun Heo1-48/+47
2009-08-14percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo1-201/+328
2009-08-14percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upwardTejun Heo1-167/+172
2009-08-14percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo1-2/+2
2009-08-14percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()Tejun Heo1-20/+19
2009-08-14percpu: drop @static_size from first chunk allocatorsTejun Heo1-16/+13
2009-08-14percpu: generalize first chunk allocator selectionTejun Heo1-0/+32
2009-08-14percpu: build first chunk allocators selectivelyTejun Heo1-8/+11
2009-08-14percpu: rename 4k first chunk allocator to pageTejun Heo1-11/+14
2009-08-14percpu: improve boot messagesTejun Heo1-6/+7
2009-08-14percpu: fix pcpu_reclaim() lockingTejun Heo1-1/+2
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo17-164/+322
2009-08-14percpu: use the right flag for get_vm_area()Amerigo Wang1-1/+1
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo1-15/+18
2009-08-10mempool.c: clean up type-castingFigo.zhang1-2/+2
2009-08-07mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki1-26/+58
2009-08-06slab: remove duplicate kmem_cache_init_late() declarationsWu Fengguang1-0/+5
2009-08-01slub: change kmem_cache->align to record the real alignmentZhang, Yanmin1-0/+1
2009-07-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-2/+2
2009-07-29page-allocator: allow too high-order warning messages to be suppressed with __GFP_NOWARNMel Gorman1-1/+3
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki1-3/+20
2009-07-29hugetlbfs: fix i_blocks accountingEric Sandeen1-1/+1
2009-07-29mm: avoid endless looping for oom killed tasksDavid Rientjes1-0/+4
2009-07-29page-allocator: preserve PFN ordering when __GFP_COLD is setMel Gorman1-4/+9
2009-07-29kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()Catalin Marinas1-3/+1
2009-07-29PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins1-2/+2
2009-07-28slub: use size and objsize orders to disable debug flagsDavid Rientjes1-21/+19
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-5/+6
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds4-87/+179
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe5-15/+14
2009-07-10slub: add option to disable higher order debugging slabsDavid Rientjes1-3/+38
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas1-11/+3
2009-07-08kmemleak: Add callbacks to the bootmem allocatorCatalin Marinas1-0/+6
2009-07-08kmemleak: Allow partial freeing of memory blocksCatalin Marinas1-14/+81
2009-07-08kmemleak: Trace the kmalloc_large* functions in slubCatalin Marinas1-4/+6
2009-07-08kmemleak: Scan objects allocated during a scanning episodeCatalin Marinas1-3/+40
2009-07-08kmemleak: Do not acquire scan_mutex in kmemleak_open()Catalin Marinas1-33/+30