aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds1-1/+0
2007-11-05SLUB: Fix memory leak by not reusing cpu_slabChristoph Lameter1-19/+1
2007-11-05unexport access_process_vmAdrian Bunk1-1/+0
2007-10-31Remove broken ptrace() special-case code from file mappingLinus Torvalds1-11/+2
2007-10-30dio: fix cache invalidation after sync writesZach Brown1-10/+6
2007-10-30fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATEHugh Dickins1-0/+15
2007-10-30mm/sparse-vmemmap.c: make sure init_mm is includedGlauber de Oliveira Costa1-0/+1
2007-10-29Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds1-11/+0
2007-10-29NOMMU: mm/nommu.c needs linux/module.hDavid Howells1-0/+1
2007-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2007-10-29missing atomic_read_long() in slub.cAl Viro1-1/+1
2007-10-29Fix a build error when BLOCK=nEmil Medve1-0/+1
2007-10-23fix mprotect vma_wants_writenotify protHugh Dickins2-3/+2
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22shmem: new export opsChristoph Hellwig1-22/+13
2007-10-22memory hotplug: make kmem_cache_node for SLUB on memory online avoid panicYasunori Goto1-0/+118
2007-10-22memory hotplug: rearrange memory hotplug notifierYasunori Goto1-3/+45
2007-10-20oom_kill bugAl Viro1-1/+1
2007-10-20small documentation fixesPhilipp Marek1-1/+1
2007-10-20Typo fixes retrun -> returnGabriel Craciunescu1-1/+1
2007-10-20spelling fixes: mm/Simon Arlott11-18/+18
2007-10-19Explain clearly why kmalloc() can't use __GFP_HIGHMEM.Robert P. J. Day1-1/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-2/+3
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-1/+1
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov2-4/+2
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov2-2/+6
2007-10-19mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke1-3/+1
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-2/+2
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage1-2/+0
2007-10-19kernel-api docbook: fix content problemsRandy Dunlap1-1/+1
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Coly Li2-11/+6
2007-10-19remove unused flush_tlb_pgtablesBenjamin Herrenschmidt1-3/+0
2007-10-18Include <linux/backing-dev.h> in mm/filemap.cLinus Torvalds1-0/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger3-4/+4
2007-10-18cpu hotplug: slab: fix memory leak in cpu hotplug error pathAkinobu Mita1-2/+8
2007-10-18cpu hotplug: slab: cleanup cpuup_callback()Akinobu Mita1-143/+160
2007-10-17Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-1/+0
2007-10-17security/ cleanupsAdrian Bunk2-3/+0
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-4/+10
2007-10-17remap_file_pages: kernel-doc correctionsRandy Dunlap1-11/+13
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2-17/+9
2007-10-17writeback: remove unnecessary wait in throttle_vm_writeout()Fengguang Wu1-10/+8
2007-10-17introduce I_SYNCJoern Engel1-1/+1
2007-10-17writeback: introduce writeback_control.more_io to indicate more ioFengguang Wu1-3/+6
2007-10-17Delete gcc-2.95 compatible structure definition.Robert P. J. Day1-2/+1
2007-10-17Drop some headers from mm.hAlexey Dobriyan3-1/+3
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan1-3/+1
2007-10-17writeback: don't propagate AOP_WRITEPAGE_ACTIVATEAndrew Morton1-1/+3
2007-10-17mm: document tree_lock->zone.lock lockorderNick Piggin2-0/+2
2007-10-17mm: test and set zone reclaim lock before starting reclaimDavid Rientjes1-10/+13