locks: allow lockd to process blocked locks during grace period
[safe/jmp/linux-2.6] / mm /
2008-09-15 Salman Qazislub: fixed uninitialized counter in struct kmem_cache_node
2008-09-13 Mel Gormanmm: mark the correct zone as full when scanning zonelists
2008-09-04 Tejun Heommap: fix petty bug in anonymous shared mmap offset...
2008-09-03 KOSAKI Motohiromm: size of quicklists shouldn't be proportional to...
2008-09-03 Marcin Slusarzmm/bootmem: silence section mismatch warning - contig_p...
2008-09-03 Hisashi HifumiVFS: fix dio write returning EIO when try_to_release_pa...
2008-09-03 Adam Litkemm: make setup_zone_migrate_reserve() aware of overlapp...
2008-09-02 David WoodhouseRemove '#include <stddef.h>' from mm/page_isolation.c
2008-08-28 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2008-08-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-08-27 Mel Gorman[ARM] Skip memory holes in FLATMEM when reading /proc...
2008-08-20 Nick Pigginmm: xip/ext2 fix block allocation race
2008-08-20 Nick Pigginmm: xip fix fault vs sparse page invalidate race
2008-08-20 Nick Pigginmm: dirty page tracking race fix
2008-08-20 Johannes Weinerbootmem: fix aligning of node-relative indexes and...
2008-08-20 Marcin Slusarzmm: mminit_loglevel cannot be __meminitdata anymore
2008-08-20 Hugh Dickinsmm: show free swap as signed
2008-08-20 Hugh Dickinsmm: page_remove_rmap comments on PageAnon
2008-08-20 Christoph Lameterslub: Disable NUMA remote node defragmentation by default
2008-08-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-08-15 Mikulas Patockabootmem allocator: alloc_bootmem_core(): page-align...
2008-08-14 David Howellssecurity: Fix setting of PF_SUPERPRIV by __capable()
2008-08-12 Huang Weiyimm/sparse.c: removed duplicated include
2008-08-12 MinChan Kimdo_migrate_pages(): remove unused variable
2008-08-12 Andy Whitcroftallocate structures for reservation tracking in hugetlb...
2008-08-12 Andy Whitcrofthugetlbfs: allocate structures for reservation tracking...
2008-08-12 Hugh Dickinsmemcg: fix oops in mem_cgroup_shrink_usage
2008-08-12 Jan Beulichpage allocator: use no-panic variant of alloc_bootmem...
2008-08-12 Gerald Schaeferhugetlb: call arch_prepare_hugepage() for surplus pages
2008-08-12 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2008-08-12 Rusty Russellmm: Make generic weak get_user_pages_fast and EXPORT_GPL it
2008-08-11 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2008-08-11 Ingo MolnarMerge branch 'core/locking' into core/urgent
2008-08-11 Peter Zijlstramm: fix mm_take_all_locks() locking order
2008-08-11 Peter Zijlstralockdep: annotate mm_take_all_locks()
2008-08-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-08-06 Linus TorvaldsRevert duplicate "mm/hugetlb.c must #include <asm/io.h>"
2008-08-05 Benny Halevymm: fix uninitialized variables for find_vma_prepare...
2008-08-05 Andrew Mortonmm_init.c: avoid ifdef-inside-macro-expansion
2008-08-05 Pekka EnbergSLUB: dynamic per-cache MIN_PARTIAL
2008-08-05 Nick Pigginmm: rename page trylock
2008-08-05 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2008-08-04 KOSAKI Motohiromlock() fix return values
2008-08-04 Paul Mundtnommu: Provide vmalloc_exec().
2008-08-02 Miklos Szeredimm: dont clear PG_uptodate on truncate/invalidate
2008-08-01 Jack SteinerRemove EXPORTS of follow_page & zap_page_range
2008-08-01 Benjamin Herrenschmidtmm/hugetlb: don't crash when HPAGE_SHIFT is 0
2008-08-01 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2008-08-01 Martin Schwidefsky[S390] Optimize storage key operations for anon pages
2008-07-30 Linus TorvaldsFix off-by-one error in iov_iter_advance()
2008-07-30 Jack SteinerGRU Driver: export is_uv_system(), zap_page_range(...
2008-07-30 Jack Steinermm: add zap_vma_ptes(): a library function to unmap...
2008-07-30 Fernando Luis Vazq... do_try_to_free_page: update comments related to vmscan...
2008-07-30 Fernando Luis Vazq... swapfile/vmscan: update comments related to vmscan...
2008-07-30 Fernando Luis Vazq... swap: update function comment of release_pages
2008-07-30 Fernando Luis Vazq... madvise: update function comment of madvise_dontneed
2008-07-30 Li Zefanmemcg: remove redundant check in move_task()
2008-07-30 Yinghai Lumm: remove find_max_pfn_with_active_regions
2008-07-29 Adrian Bunkmm: unexport ksize
2008-07-29 Adrian Bunkmm/hugetlb.c must #include <asm/io.h>
2008-07-28 Hisashi Hifumivfs: pagecache usage optimization for pagesize!=blocksize
2008-07-28 Adrian Bunkmm/hugetlb.c must #include <asm/io.h>
2008-07-28 Andrea Arcangelimmu-notifiers: core
2008-07-28 Andrea Arcangelimmu-notifiers: add mm_take_all_locks() operation
2008-07-28 Hugh Dickinstmpfs: fix kernel BUG in shmem_delete_inode
2008-07-28 Rusty Russellstop_machine: Wean existing callers off stop_machine_run()
2008-07-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-27 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-07-27 Adrian Bunkmm/util.c must #include <linux/sched.h>
2008-07-27 Miklos Szeredi[patch 3/5] vfs: change remove_suid() to file_remove_suid()
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-27 Pekka Enbergnetfilter: fix double-free and use-after free
2008-07-26 Adrian Bunkmm/swapfile.c: make code static
2008-07-26 Adrian Bunkmake mm/memory.c:print_bad_pte() static
2008-07-26 Adrian Bunkmm/allocpercpu.c: make 4 functions static
2008-07-26 Adrian Bunkmake mm/sparse.c: make a function static
2008-07-26 Johannes Weinermm: print swapcache page count in show_swap_cache_info()
2008-07-26 Roland McGrathtracehook: tracehook_expect_breakpoints
2008-07-26 Arjan van de VenUse WARN() in mm/vmalloc.c
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-26 Nick Pigginmm: spinlock tree_lock
2008-07-26 Nick Pigginmm: lockless pagecache
2008-07-26 Nick Pigginmm: speculative page references
2008-07-26 Nick Pigginmm: readahead scan lockless
2008-07-26 Nick Pigginx86: lockless get_user_pages_fast()
2008-07-26 Nishanth Aravamudanhugetlb: fix CONFIG_SYSCTL=n build
2008-07-26 Andrew Mortonuninline arch_pick_mmap_layout()
2008-07-25 Ingo Molnarmm/hugetlb.c: fix build failure with !CONFIG_SYSCTL
2008-07-25 Keika Kobayashiper-task-delay-accounting: add memory reclaim delay
2008-07-25 KAMEZAWA Hiroyukimemcg: limit change shrink usage
2008-07-25 Li Zefanmemcg: clean up checking of the disabled flag
2008-07-25 KAMEZAWA Hiroyukimemcg: remove a redundant check
2008-07-25 KAMEZAWA Hiroyukimemcg: add hints for branch
2008-07-25 KAMEZAWA Hiroyukimemcg: helper function for relcaim from shmem.
2008-07-25 KAMEZAWA Hiroyukimemcg: remove refcnt from page_cgroup
2008-07-25 KAMEZAWA Hiroyukimemcg: better migration handling
2008-07-25 KAMEZAWA Hiroyukimemcg: avoid unnecessary initialization
2008-07-25 KAMEZAWA Hiroyukimemcg: make global var read_mostly
2008-07-25 Paul Menagecgroup files: convert res_counter_write() to be a cgrou...
2008-07-25 Mingming Caojbd: fix race between free buffer and commit transaction
next