aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* hugetlb: enforce quotas during reservation for shared mappingsAdam Litke2007-11-141-10/+13
* hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke2007-11-141-2/+2
* hugetlb: debit quota in alloc_huge_pageAdam Litke2007-11-141-12/+12
* hugetlb: fix quota management for private mappingsAdam Litke2007-11-141-3/+10
* hugetlb: split alloc_huge_page into private and shared componentsAdam Litke2007-11-141-19/+27
* hugetlb: follow_hugetlb_page() for write accessAdam Litke2007-11-142-3/+4
* Add IORESOUCE_BUSY flag for System RAMYasunori Goto2007-11-141-1/+1
* mm: speed up writeback ramp-up on clean systemsPeter Zijlstra2007-11-141-2/+17
* memory hotremove: unset migrate type "ISOLATE" after removalKAMEZAWA Hiroyuki2007-11-142-5/+5
* Migration: find correct vma in new_vma_page()Lee Schermerhorn2007-11-142-5/+23
* slab: fix typo in allocation failure handlingAkinobu Mita2007-11-141-1/+1
* Revert "Bias the placement of kernel pages at lower PFNs"Linus Torvalds2007-11-121-20/+0
* SLUB: killed the unused "end" variableDenis Cheng2007-11-121-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2007-11-051-1/+0
|\
| * unexport access_process_vmAdrian Bunk2007-11-051-1/+0
* | SLUB: Fix memory leak by not reusing cpu_slabChristoph Lameter2007-11-051-19/+1
|/
* Remove broken ptrace() special-case code from file mappingLinus Torvalds2007-10-311-11/+2
* dio: fix cache invalidation after sync writesZach Brown2007-10-301-10/+6
* fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATEHugh Dickins2007-10-301-0/+15
* mm/sparse-vmemmap.c: make sure init_mm is includedGlauber de Oliveira Costa2007-10-301-0/+1
* Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds2007-10-291-11/+0
* NOMMU: mm/nommu.c needs linux/module.hDavid Howells2007-10-291-0/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-291-0/+1
|\
| * Fix a build error when BLOCK=nEmil Medve2007-10-291-0/+1
* | missing atomic_read_long() in slub.cAl Viro2007-10-291-1/+1
|/
* fix mprotect vma_wants_writenotify protHugh Dickins2007-10-232-3/+2
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* shmem: new export opsChristoph Hellwig2007-10-221-22/+13
* memory hotplug: make kmem_cache_node for SLUB on memory online avoid panicYasunori Goto2007-10-221-0/+118
* memory hotplug: rearrange memory hotplug notifierYasunori Goto2007-10-221-3/+45
* oom_kill bugAl Viro2007-10-201-1/+1
* small documentation fixesPhilipp Marek2007-10-201-1/+1
* Typo fixes retrun -> returnGabriel Craciunescu2007-10-201-1/+1
* spelling fixes: mm/Simon Arlott2007-10-2011-18/+18
* Explain clearly why kmalloc() can't use __GFP_HIGHMEM.Robert P. J. Day2007-10-191-1/+2
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-2/+3
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-1/+1
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-192-4/+2
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-192-2/+6
* mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke2007-10-191-3/+1
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-2/+2
* Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-191-2/+0
* kernel-api docbook: fix content problemsRandy Dunlap2007-10-191-1/+1
* setup vma->vm_page_prot by vm_get_page_prot()Coly Li2007-10-192-11/+6
* remove unused flush_tlb_pgtablesBenjamin Herrenschmidt2007-10-191-3/+0
* Include <linux/backing-dev.h> in mm/filemap.cLinus Torvalds2007-10-181-0/+1
* sparse pointer use of zero as nullStephen Hemminger2007-10-183-4/+4
* cpu hotplug: slab: fix memory leak in cpu hotplug error pathAkinobu Mita2007-10-181-2/+8
* cpu hotplug: slab: cleanup cpuup_callback()Akinobu Mita2007-10-181-143/+160
* Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-171-1/+0
|\