1. 8b44d27 mm, compaction: periodically drop lock and restore IRQs in scanners by Vlastimil Babka · 10 years ago
  2. 1f9efde mm, compaction: khugepaged should not give up due to need_resched() by Vlastimil Babka · 10 years ago
  3. 7d49d88 mm, compaction: reduce zone checking frequency in the migration scanner by Vlastimil Babka · 10 years ago
  4. edc2ca6 mm, compaction: move pageblock checks up from isolate_migratepages_range() by Vlastimil Babka · 10 years ago
  5. f8224aa mm, compaction: do not recheck suitable_migration_target under lock by Vlastimil Babka · 10 years ago
  6. 98dd3b4 mm, compaction: do not count compact_stall if all zones skipped compaction by Vlastimil Babka · 10 years ago
  7. 53853e2 mm, compaction: defer each zone individually instead of preferred zone by Vlastimil Babka · 10 years ago
  8. 8b16456 mm, THP: don't hold mmap_sem in khugepaged when allocating THP by Vlastimil Babka · 10 years ago
  9. 447f05b block_dev: implement readpages() to optimize sequential read by Akinobu Mita · 10 years ago
  10. 4db96b7 vfs: guard end of device for mpage interface by Akinobu Mita · 10 years ago
  11. 59d4391 vfs: make guard_bh_eod() more generic by Akinobu Mita · 10 years ago
  12. 21bb9bd mm: page_alloc: determine migratetype only once by Vlastimil Babka · 10 years ago
  13. 95b0e65 ARM: mm: don't limit default CMA region only to low memory by Marek Szyprowski · 10 years ago
  14. f7426b9 mm: cma: adjust address limit to avoid hitting low/high memory boundary by Marek Szyprowski · 10 years ago
  15. d4932f9 arm64: add atomic pool for non-coherent and CMA allocations by Laura Abbott · 10 years ago
  16. 36d0fd2 arm: use genalloc for the atomic pool by Laura Abbott · 10 years ago
  17. 513510d common: dma-mapping: introduce common remapping functions by Laura Abbott · 10 years ago
  18. 9efb3a4 lib/genalloc.c: add genpool range check function by Laura Abbott · 10 years ago
  19. 505e3be lib/genalloc.c: add power aligned algorithm by Laura Abbott · 10 years ago
  20. 6a33979 mm: remove misleading ARCH_USES_NUMA_PROT_NONE by Mel Gorman · 10 years ago
  21. ed2f240 memory-hotplug: add sysfs valid_zones attribute by Zhang Zhen · 10 years ago
  22. cc71aba mm/mmap.c: whitespace fixes by vishnu.ps · 10 years ago
  23. bf0dea2 mm/slab: use percpu allocator for cpu cache by Joonsoo Kim · 10 years ago
  24. 12220de mm/slab: support slab merge by Joonsoo Kim · 10 years ago
  25. 423c929 mm/slab_common: commonize slab merge logic by Joonsoo Kim · 10 years ago
  26. 9163582 slab: fix for_each_kmem_cache_node() by Mikulas Patocka · 10 years ago
  27. 1092283 kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality of task_struct allocations") by Nishanth Aravamudan · 10 years ago
  28. a561ce0 slub: fall back to node_to_mem_node() node if allocating on memoryless node by Joonsoo Kim · 10 years ago
  29. ad2c814 topology: add support for node_to_mem_node() to determine the fallback node by Joonsoo Kim · 10 years ago
  30. c9e1613 slub: disable tracing and failslab for merged slabs by Christoph Lameter · 10 years ago
  31. 25c4f30 mm/slab: factor out unlikely part of cache_free_alien() by Joonsoo Kim · 10 years ago
  32. d3aec34 mm/slab: noinline __ac_put_obj() by Joonsoo Kim · 10 years ago
  33. 3d88019 mm/slab: move cache_flusharray() out of unlikely.text section by Joonsoo Kim · 10 years ago
  34. 61f4710 mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller() by Joonsoo Kim · 10 years ago
  35. 07f361b mm/slab_common: move kmem_cache definition to internal header by Joonsoo Kim · 10 years ago
  36. 3aa24f5 mm/slab_common.c: suppress warning by Andrew Morton · 10 years ago
  37. bf3e269 fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore range by Baoquan He · 10 years ago
  38. 58cb654 proc/maps: make vm_is_stack() logic namespace-friendly by Oleg Nesterov · 10 years ago
  39. 2c03376 proc/maps: replace proc_maps_private->pid with "struct inode *inode" by Oleg Nesterov · 10 years ago
  40. 47fecca fs/proc/task_nommu.c: don't use priv->task->mm by Oleg Nesterov · 10 years ago
  41. 27692cd fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
  42. ce34fdd fs/proc/task_nommu.c: change maps_open() to use __seq_open_private() by Oleg Nesterov · 10 years ago
  43. 557c2d8 fs/proc/task_mmu.c: update m->version in the main loop in m_start() by Oleg Nesterov · 10 years ago
  44. b8c20a9 fs/proc/task_mmu.c: reintroduce m->version logic by Oleg Nesterov · 10 years ago
  45. ad2a00e fs/proc/task_mmu.c: introduce m_next_vma() helper by Oleg Nesterov · 10 years ago
  46. 0c25532 fs/proc/task_mmu.c: simplify m_start() to make it readable by Oleg Nesterov · 10 years ago
  47. ebb6cdd fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic by Oleg Nesterov · 10 years ago
  48. 0d5f5f4 fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop() by Oleg Nesterov · 10 years ago
  49. 23d5483 fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next() by Oleg Nesterov · 10 years ago
  50. 59b4bf1 fs/proc/task_mmu.c: simplify the vma_stop() logic by Oleg Nesterov · 10 years ago
  51. 29a40ac fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
  52. 5381e16 proc: introduce proc_mem_open() by Oleg Nesterov · 10 years ago
  53. 4db7d0e fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open() by Oleg Nesterov · 10 years ago
  54. 46c298c fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map() by Oleg Nesterov · 10 years ago
  55. b1a8de1 softlockup: make detector be aware of task switch of processes hogging cpu by chai wen · 10 years ago
  56. f775da2 ocfs2: fix deadlock due to wrong locking order by Junxiao Bi · 10 years ago
  57. 70e82a1 ocfs2: fix deadlock between o2hb thread and o2net_wq by Joseph Qi · 10 years ago
  58. 5046f18 ocfs2: don't fire quorum before connection established by Junxiao Bi · 10 years ago
  59. 1848cb5 fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open() by Rob Jones · 10 years ago
  60. f328833 fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open() by Rob Jones · 10 years ago
  61. 8f9ac03 fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open() by Rob Jones · 10 years ago
  62. 6ae0754 ocfs2: remove unused code in dlm_new_lockres() by Xue jiufei · 10 years ago
  63. 9a7e6b5 ocfs2/dlm: call dlm_lockres_put without resource spinlock by alex chen · 10 years ago
  64. 4a4e07c ocfs2: call o2quo_exit() if malloc failed in o2net_init() by Joseph Qi · 10 years ago
  65. 7fa05c6 ocfs2: fix shift left operations overflow by Joseph Qi · 10 years ago
  66. 190a772 ocfs2/dlm: refactor error handling in dlm_alloc_ctxt by Joseph Qi · 10 years ago
  67. 98acbf6 fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release() by Andrew Morton · 10 years ago
  68. e2cabe1 score: use Kbuild logic to include <asm-generic/sections.h> by Geert Uytterhoeven · 10 years ago
  69. 7143e49 ntfs: remove bogus space by Andrea Gelmini · 10 years ago
  70. 5272d03 ntfs: use find_get_page_flags() to mark page accessed as it is no longer marked later on by Anton Altaparmakov · 10 years ago
  71. 2f82df0 m32r: remove deprecated IRQF_DISABLED by Michael Opdenacker · 10 years ago
  72. 3a28663 m32r: use Kbuild logic to include <asm-generic/sections.h> by Geert Uytterhoeven · 10 years ago
  73. 0b37e09 fanotify: enable close-on-exec on events' fd when requested in fanotify_init() by Yann Droneaud · 10 years ago
  74. 105d1b4 fsnotify: don't put user context if it was never assigned by Sasha Levin · 10 years ago
  75. cafbaae fs/notify/group.c: make fsnotify_final_destroy_group() static by Andrew Morton · 10 years ago
  76. 2088218 cris: use Kbuild logic to include <asm-generic/sections.h> by Geert Uytterhoeven · 10 years ago
  77. 7032354 mn10300: use Kbuild logic to include <asm-generic/sections.h> by Geert Uytterhoeven · 10 years ago
  78. 782d59c Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  79. 47137c6 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  80. afa3536 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  81. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  82. d5935b0 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  83. f86dc4b Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  84. 8b45bc8 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  85. eb785be Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  86. cf377ad Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  87. 212fe84 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  88. 4a4743e Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  89. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. 16b99a4 netlabel: directly return netlbl_unlabel_genl_init() by Fabian Frederick · 10 years ago
  91. 5351145 net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers by Eric Dumazet · 10 years ago
  92. 709c48b net: description of dma_cookie cause make xmldocs warning by Masanari Iida · 10 years ago
  93. fb5ac0d cxgb4: clean up a type issue by Dan Carpenter · 10 years ago
  94. 9fef847 cxgb4: potential shift wrapping bug by Dan Carpenter · 10 years ago
  95. 4567dc1 i40e: skb->xmit_more support by Eric Dumazet · 10 years ago
  96. 44783d8 Merge branch 'fs_enet_napi' by David S. Miller · 10 years ago
  97. d43a396 net: fs_enet: Add NAPI TX by LEROY Christophe · 10 years ago
  98. 583d4a6 net: fs_enet: Remove non NAPI RX by LEROY Christophe · 10 years ago
  99. 935e221 r8169:add support for RTL8168EP by Chun-Hao Lin · 10 years ago
  100. 5301e3e net_sched: copy exts->type in tcf_exts_change() by WANG Cong · 10 years ago