1. 9256292 integrity: special fs magic by Mimi Zohar · 16 years ago
  2. 8daf14c Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2 by Ingo Molnar · 16 years ago
  3. ec8deff Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  4. e26feff Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  5. 3dd392a Merge branch 'linus' into x86/pat2 by Ingo Molnar · 16 years ago
  6. 70096a5 SLOB: fix bogus ksize calculation fix by Matt Mackall · 16 years ago
  7. 3614407 highmem: use bio_has_data() in the bounce path by Jens Axboe · 16 years ago
  8. 85ba94b SLOB: fix bogus ksize calculation by Matt Mackall · 16 years ago
  9. 6babc32 mm: handle initialising compound pages at orders greater than MAX_ORDER by Andy Whitcroft · 16 years ago
  10. 4b19de6 mm: tiny-shmem nommu fix by Nick Piggin · 16 years ago
  11. 6c1b7f6 memory hotplug: missing zone->lock in test_pages_isolated() by Gerald Schaefer · 16 years ago
  12. 31a78f2 mm owner: fix race between swapoff and exit by Balbir Singh · 16 years ago
  13. a10cebf memcg: check under limit at shrink_usage by Daisuke Nishimura · 16 years ago
  14. db203d5 mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutex by Nick Piggin · 16 years ago
  15. 02b71b7 slub: fixed uninitialized counter in struct kmem_cache_node by Salman Qazi · 16 years ago
  16. f81b691 Merge commit 'v2.6.27-rc6' into x86/pat by Ingo Molnar · 16 years ago
  17. 5bead2a mm: mark the correct zone as full when scanning zonelists by Mel Gorman · 16 years ago
  18. ce36394 mmap: fix petty bug in anonymous shared mmap offset handling by Tejun Heo · 16 years ago
  19. b954185 mm: size of quicklists shouldn't be proportional to the number of CPUs by KOSAKI Motohiro · 16 years ago
  20. 5276558 mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_data by Marcin Slusarz · 16 years ago
  21. 6ccfa80 VFS: fix dio write returning EIO when try_to_release_page fails by Hisashi Hifumi · 16 years ago
  22. 344c790 mm: make setup_zone_migrate_reserve() aware of overlapping nodes by Adam Litke · 16 years ago
  23. 0ed97ee Remove '#include <stddef.h>' from mm/page_isolation.c by David Woodhouse · 16 years ago
  24. 41c3e45 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  25. e4268bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  26. e80d6a2 [ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfo by Mel Gorman · 16 years ago
  27. 8b53b57 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
  28. 14bac5a mm: xip/ext2 fix block allocation race by Nick Piggin · 16 years ago
  29. 538f8ea6 mm: xip fix fault vs sparse page invalidate race by Nick Piggin · 16 years ago
  30. 479db0b mm: dirty page tracking race fix by Nick Piggin · 16 years ago
  31. 481ebd0 bootmem: fix aligning of node-relative indexes and offsets by Johannes Weiner · 16 years ago
  32. 759f9a2 mm: mminit_loglevel cannot be __meminitdata anymore by Marcin Slusarz · 16 years ago
  33. 07279cd mm: show free swap as signed by Hugh Dickins · 16 years ago
  34. 16f8c5b mm: page_remove_rmap comments on PageAnon by Hugh Dickins · 16 years ago
  35. e2cb96b slub: Disable NUMA remote node defragmentation by default by Christoph Lameter · 16 years ago
  36. 71ef2a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  37. 627240a bootmem allocator: alloc_bootmem_core(): page-align the end offset by Mikulas Patocka · 16 years ago
  38. 5843d9a x86, pat: avoid highmem cache attribute aliasing by Nick Piggin · 16 years ago
  39. 5cd9c58 security: Fix setting of PF_SUPERPRIV by __capable() by David Howells · 16 years ago
  40. fc1efbd mm/sparse.c: removed duplicated include by Huang Weiyi · 16 years ago
  41. d6bf73e do_migrate_pages(): remove unused variable by MinChan Kim · 16 years ago
  42. 2b26736 allocate structures for reservation tracking in hugetlbfs outside of spinlocks v2 by Andy Whitcroft · 16 years ago
  43. 57303d8 hugetlbfs: allocate structures for reservation tracking outside of spinlocks by Andy Whitcroft · 16 years ago
  44. 9623e07 memcg: fix oops in mem_cgroup_shrink_usage by Hugh Dickins · 16 years ago
  45. 74768ed page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system_hash() by Jan Beulich · 16 years ago
  46. caff3a2 hugetlb: call arch_prepare_hugepage() for surplus pages by Gerald Schaefer · 16 years ago
  47. 1c89ac5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  48. 912985d mm: Make generic weak get_user_pages_fast and EXPORT_GPL it by Rusty Russell · 16 years ago
  49. 9b4d0ba Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  50. 23a0ee9 Merge branch 'core/locking' into core/urgent by Ingo Molnar · 16 years ago
  51. 7cd5a02 mm: fix mm_take_all_locks() locking order by Peter Zijlstra · 16 years ago
  52. 454ed84 lockdep: annotate mm_take_all_locks() by Peter Zijlstra · 16 years ago
  53. 4fbb715 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  54. d660668 Revert duplicate "mm/hugetlb.c must #include <asm/io.h>" by Linus Torvalds · 16 years ago
  55. dfe195f mm: fix uninitialized variables for find_vma_prepare callers by Benny Halevy · 16 years ago
  56. 5c9ffc9 mm_init.c: avoid ifdef-inside-macro-expansion by Andrew Morton · 16 years ago
  57. 5595cff SLUB: dynamic per-cache MIN_PARTIAL by Pekka Enberg · 16 years ago
  58. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  59. 2e1e921 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  60. a477097 mlock() fix return values by KOSAKI Motohiro · 16 years ago
  61. 1af446e nommu: Provide vmalloc_exec(). by Paul Mundt · 16 years ago
  62. 84209e0 mm: dont clear PG_uptodate on truncate/invalidate by Miklos Szeredi · 16 years ago
  63. 3669bc1 Remove EXPORTS of follow_page & zap_page_range by Jack Steiner · 16 years ago
  64. 0ef89d2 mm/hugetlb: don't crash when HPAGE_SHIFT is 0 by Benjamin Herrenschmidt · 16 years ago
  65. 00e9028 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  66. a4b526b [S390] Optimize storage key operations for anon pages by Martin Schwidefsky · 16 years ago
  67. 94ad374 Fix off-by-one error in iov_iter_advance() by Linus Torvalds · 16 years ago
  68. 0d39741 GRU Driver: export is_uv_system(), zap_page_range() & follow_page() by Jack Steiner · 16 years ago
  69. c627f9c mm: add zap_vma_ptes(): a library function to unmap driver ptes by Jack Steiner · 16 years ago
  70. 87547ee do_try_to_free_page: update comments related to vmscan functions by Fernando Luis Vazquez Cao · 16 years ago
  71. 7d03431 swapfile/vmscan: update comments related to vmscan functions by Fernando Luis Vazquez Cao · 16 years ago
  72. ab33dc0 swap: update function comment of release_pages by Fernando Luis Vazquez Cao · 16 years ago
  73. 7e6cbea madvise: update function comment of madvise_dontneed by Fernando Luis Vazquez Cao · 16 years ago
  74. 4ef1b0f memcg: remove redundant check in move_task() by Li Zefan · 16 years ago
  75. 1d1958f mm: remove find_max_pfn_with_active_regions by Yinghai Lu · 16 years ago
  76. 231367f mm: unexport ksize by Adrian Bunk · 16 years ago
  77. 7cb9318 mm/hugetlb.c must #include <asm/io.h> by Adrian Bunk · 16 years ago
  78. 8ab22b9 vfs: pagecache usage optimization for pagesize!=blocksize by Hisashi Hifumi · 16 years ago
  79. 78a34ae mm/hugetlb.c must #include <asm/io.h> by Adrian Bunk · 16 years ago
  80. cddb8a5 mmu-notifiers: core by Andrea Arcangeli · 16 years ago
  81. 7906d00 mmu-notifiers: add mm_take_all_locks() operation by Andrea Arcangeli · 16 years ago
  82. 14fcc23 tmpfs: fix kernel BUG in shmem_delete_inode by Hugh Dickins · 16 years ago
  83. 9b1a4d3 stop_machine: Wean existing callers off stop_machine_run() by Rusty Russell · 16 years ago
  84. 4836e30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  85. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  86. 3b8f14b mm/util.c must #include <linux/sched.h> by Adrian Bunk · 16 years ago
  87. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  88. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  89. 93bc4e8 netfilter: fix double-free and use-after free by Pekka Enberg · 16 years ago
  90. 7c363b8 mm/swapfile.c: make code static by Adrian Bunk · 16 years ago
  91. 15f59ad make mm/memory.c:print_bad_pte() static by Adrian Bunk · 16 years ago
  92. 9d8fddf mm/allocpercpu.c: make 4 functions static by Adrian Bunk · 16 years ago
  93. 9e5c6da make mm/sparse.c: make a function static by Adrian Bunk · 16 years ago
  94. 2c97b7f mm: print swapcache page count in show_swap_cache_info() by Johannes Weiner · 16 years ago
  95. fa8e26c tracehook: tracehook_expect_breakpoints by Roland McGrath · 16 years ago
  96. 4c8573e Use WARN() in mm/vmalloc.c by Arjan van de Ven · 16 years ago
  97. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  98. 19fd623 mm: spinlock tree_lock by Nick Piggin · 16 years ago
  99. a60637c mm: lockless pagecache by Nick Piggin · 16 years ago
  100. e286781 mm: speculative page references by Nick Piggin · 16 years ago