summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memcgroup: return negative error code in mem_cgroup_create()Li Zefan2008-02-231-2/+2
* memcgroup: remove a useless VM_BUG_ON()Li Zefan2008-02-231-1/+0
* Solve section mismatch for free_area_init_core.Alexander van Heukelum2008-02-232-2/+15
* hugetlb: ensure we do not reference a surplus page after handing it to buddyAndy Whitcroft2008-02-231-1/+1
* Revert "SLUB: Alternate fast paths using cmpxchg_local"Linus Torvalds2008-02-191-86/+1
* Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-02-142-32/+65
|\
| * slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter2008-02-141-9/+9
| * slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter2008-02-141-5/+38
| * slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter2008-02-141-8/+11
| * make slub.c:slab_address() staticAdrian Bunk2008-02-141-1/+1
| * slub: kmalloc page allocator pass-through cleanupPekka Enberg2008-02-141-8/+6
| * slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz2008-02-141-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-141-0/+7
|\ \
| * | x86: fix "BUG: sleeping function called from invalid context" in print_vma_ad...Ingo Molnar2008-02-141-0/+7
| |/
* | d_path: Make d_path() use a struct pathJan Blunck2008-02-141-1/+1
* | d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-142-2/+2
|/
* hugetlb: fix overcommit lockingNishanth Aravamudan2008-02-131-2/+4
* remove final fastcall usersHarvey Harrison2008-02-131-1/+1
* mempolicy: silently restrict nodemask to allowed nodesKOSAKI Motohiro2008-02-111-25/+36
* Be more robust about bad arguments in get_user_pages()Jonathan Corbet2008-02-111-0/+2
* memcontrol: add vm_match_cgroup()David Rientjes2008-02-092-3/+3
* mm: special mapping nopageNick Piggin2008-02-081-9/+16
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-082-18/+16
* mount-options-fix-tmpfs-fixAndrew Morton2008-02-081-0/+2
* mount options: fix tmpfsakpm@linux-foundation.org2008-02-081-64/+132
* kill do_generic_mapping_readChristoph Hellwig2008-02-081-13/+5
* Use pgoff_t instead of unsigned longJan Kara2008-02-082-2/+3
* misc: removal of final callers using fastcallHarvey Harrison2008-02-081-1/+1
* hugetlb: add locking for overcommit sysctlNishanth Aravamudan2008-02-081-0/+10
* SLUB: fix checkpatch warningsIngo Molnar2008-02-071-16/+21
* Use non atomic unlockNick Piggin2008-02-071-1/+1
* SLUB: Support for performance statisticsChristoph Lameter2008-02-071-8/+119
* SLUB: Alternate fast paths using cmpxchg_localChristoph Lameter2008-02-071-5/+88
* SLUB: Use unique end pointer for each slab page.Christoph Lameter2008-02-071-23/+47
* SLUB: Deal with annoying gcc warning on kfree()Christoph Lameter2008-02-071-1/+2
* Introduce flags for reserve_bootmem()Bernhard Walle2008-02-071-6/+21
* Memory controller remove control_type featureBalbir Singh2008-02-071-74/+17
* per-zone and reclaim enhancements for memory controller: per-zone-lock for cg...KAMEZAWA Hiroyuki2008-02-071-27/+44
* per-zone and reclaim enhancements for memory controller: per zone lru for cgroupKAMEZAWA Hiroyuki2008-02-071-28/+58
* per-zone and reclaim enhancements for memory controller: modifies vmscan.c fo...KAMEZAWA Hiroyuki2008-02-071-131/+201
* per-zone and reclaim enhancements for memory controller: calculate the number...KAMEZAWA Hiroyuki2008-02-071-0/+33
* per-zone and reclaim enhancements for memory controller: remember reclaim pri...KAMEZAWA Hiroyuki2008-02-071-0/+20
* per-zone and reclaim enhancements for memory controller: calculate active/ina...KAMEZAWA Hiroyuki2008-02-071-0/+14
* per-zone and reclaim enhancements for memory controller: calculate mapper_rat...KAMEZAWA Hiroyuki2008-02-071-0/+17
* per-zone and reclaim enhancements for memory controller: per-zone active inac...KAMEZAWA Hiroyuki2008-02-071-7/+154
* per-zone and reclaim enhancements for memory controller: nid/zid helper funct...KAMEZAWA Hiroyuki2008-02-071-0/+10
* per-zone and reclaim enhancements for memory controller: add scan_global_lru ...KAMEZAWA Hiroyuki2008-02-071-5/+12
* memory cgroup enhancements: implicit force_empty() at rmdirKAMEZAWA Hiroyuki2008-02-071-0/+8
* memory cgroup enhancements: add memory.stat fileKAMEZAWA Hiroyuki2008-02-071-0/+48
* memory cgroup enhancements: add status accounting function for memory cgroupKAMEZAWA Hiroyuki2008-02-071-5/+72