aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* fix writev regression: pan hanging unkillable and un-straceableNick Piggin2008-02-031-2/+6
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-4/+21
|\
| * Use lock_page_killableMatthew Wilcox2007-12-061-4/+7
| * Add lock_page_killableMatthew Wilcox2007-12-061-0/+14
* | x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen2008-01-301-0/+31
* | spinlock: lockbreak cleanupNick Piggin2008-01-301-5/+3
* | x86: randomize brkJiri Kosina2008-01-301-1/+2
* | sh: Bump number of quicklists for SH-5.Paul Mundt2008-01-281-1/+1
* | sched: sched_rt_entityPeter Zijlstra2008-01-251-1/+1
* | cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy2008-01-251-7/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-251-2/+2
|\ \
| * | Security: remove security_file_mmap hook sparse-warnings (NULL as 0).Richard Knutsson2008-01-251-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-251-12/+11
|\ \ \
| * | | Kobject: convert mm/slub.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-5/+4
| * | | kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2008-01-241-2/+1
| * | | kset: move /sys/slab to /sys/kernel/slabGreg Kroah-Hartman2008-01-241-1/+2
| * | | kset: convert slub to use kset_createGreg Kroah-Hartman2008-01-241-8/+7
| * | | kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-2/+3
| |/ /
* | | slab: fix bootstrap on memoryless nodePekka Enberg2008-01-251-23/+23
|/ /
* | slab: partially revert list3 changesMel Gorman2008-01-241-3/+3
* | fix hugepages leak due to pagetable page sharingLarry Woodman2008-01-241-0/+5
* | Update ctime and mtime for memory-mapped filesAnton Salikhmetov2008-01-231-0/+6
* | #ifdef very expensive debug check in page fault pathCarsten Otte2008-01-171-0/+2
* | mm: fix section mismatch warning in page_alloc.cSam Ravnborg2008-01-171-1/+1
* | Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds2008-01-141-6/+3
* | hugetlbfs: fix quota leakKen Chen2008-01-141-3/+10
* | quicklists: Only consider memory that can be used with GFP_KERNELChristoph Lameter2008-01-141-2/+10
* | Fix crash with FLAT_MEMORY and ARCH_PFN_OFFSET != 0Thomas Bogendoerfer2008-01-081-1/+1
* | xip: fix get_zeroed_page with __GFP_HIGHMEMAkinobu Mita2008-01-081-4/+5
* | Unify /proc/slabinfo configurationLinus Torvalds2008-01-022-3/+10
* | slub: provide /proc/slabinfoPekka J Enberg2008-01-011-13/+92
* | SLUB: Improve hackbench speedChristoph Lameter2007-12-211-2/+2
* | Do dirty page accounting when removing a page from the page cacheLinus Torvalds2007-12-191-0/+12
* | SLUB: remove useless masking of GFP_ZEROChristoph Lameter2007-12-171-3/+0
* | Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"Nishanth Aravamudan2007-12-171-5/+0
* | hugetlb: introduce nr_overcommit_hugepages sysctlNishanth Aravamudan2007-12-171-6/+61
* | mm: fix page allocation for larger I/O segmentsMel Gorman2007-12-171-0/+11
* | mm/sparse.c: improve the error handling for sparse_add_one_section()WANG Cong2007-12-171-6/+12
* | mm/sparse.c: check the return value of sparse_index_alloc()WANG Cong2007-12-171-0/+2
* | sparsemem: make SPARSEMEM_VMEMMAP selectableGeoff Levand2007-12-171-8/+7
* | hugetlb: handle write-protection faults in follow_hugetlb_pageAdam Litke2007-12-101-1/+1
* | Avoid double memclear() in SLOB/SLUBLinus Torvalds2007-12-092-1/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-12-052-2/+12
|\
| * VM/Security: add security hook to do_brkEric Paris2007-12-061-0/+4
| * Security: round mmap hint address above mmap_min_addrEric Paris2007-12-062-0/+6
| * security: protect from stack expantion into low vm addressesEric Paris2007-12-061-2/+6
* | VM/Security: add security hook to do_brkEric Paris2007-12-051-0/+4
* | SLUB's ksize() fails for size > 2048Vegard Nossum2007-12-051-1/+5
* | mm: fix XIP file writesNick Piggin2007-12-051-1/+1
* | Add EXPORT_SYMBOL(ksize);Tetsuo Handa2007-12-052-0/+2