1. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  2. 8375ad9 vm: adjust ifdef for TINY_RCU by Paul E. McKenney · 11 years ago
  3. 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 11 years ago
  4. 18468d9 mm: introduce a common interface for balloon pages mobility by Rafael Aquini · 12 years ago
  5. f981c59 mm: methods for teaching filesystems about PG_swapcache pages by Mel Gorman · 12 years ago
  6. af2e840 pagemap.h: fix warning about possibly used before init var by Paul Gortmaker · 12 years ago
  7. 9923777 mm: fixup compilation error due to an asm write through a const pointer by Daniel Vetter · 12 years ago
  8. f56f821 mm: extend prefault helpers to fault in more than PAGE_SIZE by Daniel Vetter · 12 years ago
  9. 5e5358e mm: cleanup descriptions of filler arg by Hugh Dickins · 13 years ago
  10. bdd4e85 sched: Isolate preempt counting in its own config option by Frederic Weisbecker · 13 years ago
  11. 7b1de58 readahead: readahead page allocations are OK to fail by Wu Fengguang · 13 years ago
  12. f62e00c mm: introduce wait_on_page_locked_killable() by KOSAKI Motohiro · 13 years ago
  13. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  14. e64a782 mm: change __remove_from_page_cache() by Minchan Kim · 13 years ago
  15. 702cfbf mm: goodbye remove_from_page_cache() by Minchan Kim · 13 years ago
  16. 97cecb5 mm: introduce delete_from_page_cache() by Minchan Kim · 13 years ago
  17. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  18. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  19. 088e546 mm: remove likely() from mapping_unevictable() by Steven Rostedt · 14 years ago
  20. d065bd8 mm: retry page fault when blocking on disk transfer by Michel Lespinasse · 14 years ago
  21. 1021a64 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
  22. 0fe6e20 hugetlb, rmap: add reverse mapping for hugepage by Naoya Horiguchi · 14 years ago
  23. 8edf344 hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.h by Naoya Horiguchi · 14 years ago
  24. 627295e gcc-4.6: pagemap: avoid unused-but-set variable by Andi Kleen · 14 years ago
  25. 0531b2a mm: add new 'read_cache_page_gfp()' helper function by Linus Torvalds · 14 years ago
  26. b560d8a rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMP by Paul E. McKenney · 15 years ago
  27. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  28. 385e1ca5f CacheFiles: Permit the page lock state to be monitored by David Howells · 15 years ago
  29. 9a896c9 mm: define a UNIQUE value for AS_UNEVICTABLE flag by Lee Schermerhorn · 15 years ago
  30. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  31. 8413ac9 mm: page lock use lock bitops by Nick Piggin · 16 years ago
  32. f45840b mm: pagecache insertion fewer atomics by Nick Piggin · 16 years ago
  33. 89e004ea SHM_LOCKED pages are unevictable by Lee Schermerhorn · 16 years ago
  34. ba9ddf4 Ramfs and Ram Disk pages are unevictable by Lee Schermerhorn · 16 years ago
  35. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  36. ce0ad7f powerpc/mm: Lockless get_user_pages_fast() for 64-bit (v3) by Nick Piggin · 16 years ago
  37. 7906d00 mmu-notifiers: add mm_take_all_locks() operation by Andrea Arcangeli · 16 years ago
  38. e286781 mm: speculative page references by Nick Piggin · 16 years ago
  39. 2185e69 mapping_set_error: add unlikely() by Andrew Morton · 16 years ago
  40. b3c9752 include/linux: Remove all users of FASTCALL() macro by Harvey Harrison · 16 years ago
  41. 2687a35 Add lock_page_killable by Matthew Wilcox · 17 years ago
  42. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  43. 0829142 mm: fix pagecache write deadlocks by Nick Piggin · 17 years ago
  44. 57f6b96 filemap: convert some unsigned long to pgoff_t by Fengguang Wu · 17 years ago
  45. 3e9f45b Factor outstanding I/O error handling by Guillaume Chazarain · 17 years ago
  46. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  47. 6204530 [PATCH] mm: remove find_trylock_page by Nick Piggin · 17 years ago
  48. 2ae8814 [PATCH] mm: clean up pagecache allocation by Nick Piggin · 18 years ago
  49. db37648 [PATCH] mm: non syncing lock_page() by Nick Piggin · 18 years ago
  50. 347ce43 [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter by Christoph Lameter · 18 years ago
  51. 090d2b1 [PATCH] read_mapping_page for address space by Pekka Enberg · 18 years ago
  52. ebf4350 [PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages() by Jens Axboe · 18 years ago
  53. 93fac70 [PATCH] mm: schedule find_trylock_page() removal by Nick Piggin · 18 years ago
  54. 44110fe [PATCH] cpuset memory spread page cache implementation and hooks by Paul Jackson · 18 years ago
  55. 2d6c666 [PATCH] mm: gfp_noreclaim cleanup by Paul Jackson · 19 years ago
  56. 260b236 [PATCH] gfp_t: the rest by Al Viro · 19 years ago
  57. 6daa0e2 [PATCH] gfp_t: mm/* (easy parts) by Al Viro · 19 years ago
  58. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  59. 0c35bba [PATCH] VM: add __GFP_NORECLAIM by Martin Hicks · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago