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