1. f67c07f radix-tree: add an explicit include of bitops.h by Matthew Wilcox · 9 years ago
  2. d7b85ca lib/bug.c: make panic_on_warn available for all architectures by Heiko Carstens · 9 years ago
  3. 26a247f include/linux/list_bl.h: use bool instead of int for boolean functions by Chen Gang · 9 years ago
  4. f68404b MAINTAINERS: update s-Par driver maintainer list by David Kershner · 9 years ago
  5. f468908 printk: add clear_idx symbol to vmcoreinfo by Ivan Delalande · 9 years ago
  6. adaf659 printk: check CON_ENABLED in have_callable_console() by Sergey Senozhatsky · 9 years ago
  7. 6b97a20 printk: set may_schedule for some of console_trylock() callers by Sergey Senozhatsky · 9 years ago
  8. a819937 printk: move can_use_console() out of console_trylock_for_printk() by Sergey Senozhatsky · 9 years ago
  9. faeb50b include/uapi/linux/elf-em.h: remove v850 by Rob Landley · 9 years ago
  10. 93e205a fix Christoph's email addresses by Christoph Lameter · 9 years ago
  11. dfbf289 bug: set warn variable before calling WARN() by Steven Rostedt · 9 years ago
  12. c60f169 arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.h by Andrew Morton · 9 years ago
  13. 8b9e6d5 mn10300, c6x: CONFIG_GENERIC_BUG must depend on CONFIG_BUG by Andrew Morton · 9 years ago
  14. 0b50a2d proc-vmcore: wrong data type casting fix by Dave Young · 9 years ago
  15. 7e2bc81d proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan" by Minfei Huang · 9 years ago
  16. b5946be procfs: add conditional compilation check by Eric Engestrom · 9 years ago
  17. 5de23d4 proc: add /proc/<pid>/timerslack_ns interface by John Stultz · 9 years ago
  18. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 9 years ago
  19. 0a687aa mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabled by Tetsuo Handa · 9 years ago
  20. 6afcf28 mm,oom: make oom_killer_disable() killable by Tetsuo Handa · 9 years ago
  21. 1120ed5 mm/zsmalloc: add `freeable' column to pool stat by Sergey Senozhatsky · 9 years ago
  22. a82cbf0 zsmalloc: drop unused member 'mapping_area->huge' by YiPing Xu · 9 years ago
  23. a1c0b1a mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignment by Shawn Lin · 9 years ago
  24. e0775d1 mm: memcontrol: zap oom_info_lock by Vladimir Davydov · 9 years ago
  25. 8b59265 mm: memcontrol: clarify the uncharge_list() loop by Johannes Weiner · 9 years ago
  26. b6e6edc mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage by Johannes Weiner · 9 years ago
  27. 588083b mm: memcontrol: reclaim when shrinking memory.high below usage by Johannes Weiner · 9 years ago
  28. d9b2ddf tools/vm/page-types.c: avoid memset() in walk_pfn() when count == 1 by Naoya Horiguchi · 9 years ago
  29. 7f2bd00 powerpc/mm: enable page parallel initialisation by Li Zhang · 9 years ago
  30. 987b309 mm: meminit: initialise more memory for inode/dentry hash tables in early boot by Li Zhang · 9 years ago
  31. 5f73771 thp: fix deadlock in split_huge_pmd() by Kirill A. Shutemov · 9 years ago
  32. fec89c1 thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers by Kirill A. Shutemov · 9 years ago
  33. e388466 mm: make remove_migration_ptes() beyond mm/migration.c by Kirill A. Shutemov · 9 years ago
  34. 2a52bcb rmap: extend try_to_unmap() to be usable by split_huge_page() by Kirill A. Shutemov · 9 years ago
  35. b977319 rmap: introduce rmap_walk_locked() by Kirill A. Shutemov · 9 years ago
  36. 99490f1 mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAP by Dan Williams · 9 years ago
  37. 0e8fb93 mm: remove VM_FAULT_MINOR by Jan Kara · 9 years ago
  38. 870d4b1 mm: percpu: use pr_fmt to prefix output by Joe Perches · 9 years ago
  39. 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 9 years ago
  40. 756a025 mm: coalesce split strings by Joe Perches · 9 years ago
  41. 598d809 mm: convert pr_warning to pr_warn by Joe Perches · 9 years ago
  42. b11a7b9 mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE by Dan Williams · 9 years ago
  43. d334c9bc mm: memcontrol: cleanup css_reset callback by Vladimir Davydov · 9 years ago
  44. e33e33b mm, memory hotplug: print debug message in the proper way for online_pages by Chen Yucong · 9 years ago
  45. 0f352e5 mm: remove __GFP_NOFAIL is deprecated comment by Michal Hocko · 9 years ago
  46. 95813b8 mm/page_ref: add tracepoint to track down page reference manipulation by Joonsoo Kim · 9 years ago
  47. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
  48. 444eb2a4 mm: thp: set THP defrag by default to madvise and add a stall-free defrag option by Mel Gorman · 9 years ago
  49. f9054c7 mm, mempool: only set __GFP_NOMEMALLOC if there are free elements by David Rientjes · 9 years ago
  50. b14a1ef mm: remove unnecessary description about a non-exist gfp flag by Satoru Takeuchi · 9 years ago
  51. 795ae7a mm: scale kswapd watermarks in proportion to memory by Johannes Weiner · 9 years ago
  52. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
  53. 5057dcd virtio_balloon: export 'available' memory to balloon statistics by Igor Redko · 9 years ago
  54. d02bd27 mm/page_alloc.c: calculate 'available' memory in a separate function by Igor Redko · 9 years ago
  55. 7eb5029 mm/Kconfig: remove redundant arch depend for memory hotplug by Yang Shi · 9 years ago
  56. 01609ec ARC, thp: remove infrastructure for handling splitting PMDs by Vineet Gupta · 9 years ago
  57. 458aa76 mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range by Aneesh Kumar K.V · 9 years ago
  58. bcf6691 mm, tracing: refresh __def_vmaflag_names by Kirill A. Shutemov · 9 years ago
  59. 39a1aa8 mm: deduplicate memory overcommitment code by Andrey Ryabinin · 9 years ago
  60. ea606cf mm: move max_map_count bits into mm.h by Andrey Ryabinin · 9 years ago
  61. f9719a0 thp, vmstats: count deferred split events by Kirill A. Shutemov · 9 years ago
  62. 0a6b76d mm: workingset: make shadow node shrinker memcg aware by Vladimir Davydov · 9 years ago
  63. cdcbb72 mm: workingset: size shadow nodes lru basing on file cache size by Vladimir Davydov · 9 years ago
  64. 58e698a radix-tree: account radix_tree_node to memory cgroup by Vladimir Davydov · 9 years ago
  65. b6ecd2d mm: memcontrol: zap memcg_kmem_online helper by Vladimir Davydov · 9 years ago
  66. 0fc9f58 mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinker by Vladimir Davydov · 9 years ago
  67. b313aee mm: memcontrol: enable kmem accounting for all cgroups in the legacy hierarchy by Vladimir Davydov · 9 years ago
  68. 4b0f326 include/linux/page-flags.h: force inlining of selected page flag modifications by Denys Vlasenko · 9 years ago
  69. ee91ef6 bufferhead: force inlining of buffer head flag operations by Denys Vlasenko · 9 years ago
  70. 075db15 tools/vm/page-types.c: add memory cgroup dumping and filtering by Konstantin Khlebnikov · 9 years ago
  71. accf624 mm, kswapd: replace kswapd compaction with waking up kcompactd by Vlastimil Babka · 9 years ago
  72. e888ca3 mm, memory hotplug: small cleanup in online_pages() by Vlastimil Babka · 9 years ago
  73. 698b1b3 mm, compaction: introduce kcompactd by Vlastimil Babka · 9 years ago
  74. 81c5857 mm, kswapd: remove bogus check of balance_classzone_idx by Vlastimil Babka · 9 years ago
  75. 21c6478 tile: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 9 years ago
  76. e7df0d8 powerpc: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 9 years ago
  77. 505f6d2 sound: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 9 years ago
  78. 922d566 mm/slub: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 9 years ago
  79. f48d97f mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 9 years ago
  80. 0335ddd tools/vm/page-types.c: support swap entry by Naoya Horiguchi · 9 years ago
  81. 0a71649 /proc/kpageflags: return KPF_SLAB for slab tail pages by Naoya Horiguchi · 9 years ago
  82. 832fc1d /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages by Naoya Horiguchi · 9 years ago
  83. 12580e4 mm: memcontrol: report kernel stack usage in cgroup2 memory.stat by Vladimir Davydov · 9 years ago
  84. 27ee57c mm: memcontrol: report slab usage in cgroup2 memory.stat by Vladimir Davydov · 9 years ago
  85. 72b54e7 mm: memcontrol: make tree_{stat,events} fetch all stats by Vladimir Davydov · 9 years ago
  86. fcff7d7 mm: memcontrol: do not bypass slab charge if memcg is offline by Vladimir Davydov · 9 years ago
  87. 6a61895 mm: oom_kill: don't ignore oom score on exiting tasks by Johannes Weiner · 9 years ago
  88. a1ee193 watchdog: don't run proc_watchdog_update if new value is same as old by Joshua Hunt · 9 years ago
  89. 4c11e55 drivers/firmware/broadcom/bcm47xx_nvram.c: fix incorrect __ioread32_copy by Aaro Koskinen · 9 years ago
  90. b0f84ac ia64: define ioremap_uc() by Luis R. Rodriguez · 9 years ago
  91. 09fd671 Merge tag 'fbdev-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 9 years ago
  92. bace3db Merge tag 'media/v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  93. 8759957 Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  94. 6968e6f Merge tag 'dm-4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  95. cae8da0 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  96. 7bb7a74 Merge branch 'stable/for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft by Linus Torvalds · 9 years ago
  97. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  98. 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  99. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  100. aa6865d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 9 years ago