1. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  2. f7816ad Merge tag 'for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 8 years ago
  3. 6097d55 Merge tag 'regulator-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 8 years ago
  4. ae97999 Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 8 years ago
  5. 1cd04d2 Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  6. 9c1958f Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  7. 1b3fc0b Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  8. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  9. e663107 Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  10. 6453dbd Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  11. f7e6816 Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  12. dd4123f mm: fix build warnings in <linux/compaction.h> by Minchan Kim · 8 years ago
  13. 0db501f mm, thp: convert from optimistic swapin collapsing to conservative by Ebru Akagunduz · 8 years ago
  14. 779750d shmem: split huge pages beyond i_size under memory pressure by Kirill A. Shutemov · 8 years ago
  15. e496cf3 thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE by Kirill A. Shutemov · 8 years ago
  16. f3f0e1d khugepaged: add support of collapse for tmpfs/shmem pages by Kirill A. Shutemov · 8 years ago
  17. b46e756 thp: extract khugepaged from mm/huge_memory.c by Kirill A. Shutemov · 8 years ago
  18. 800d8c6 shmem: add huge pages support by Kirill A. Shutemov · 8 years ago
  19. c01d5b3 shmem: get_unmapped_area align huge page by Hugh Dickins · 8 years ago
  20. 5a6e75f shmem: prepare huge= mount option and sysfs knob by Kirill A. Shutemov · 8 years ago
  21. 65c4537 mm, rmap: account shmem thp pages by Kirill A. Shutemov · 8 years ago
  22. c78c66d radix-tree: implement radix_tree_maybe_preload_order() by Kirill A. Shutemov · 8 years ago
  23. e2f0a0d page-flags: relax policy for PG_mappedtodisk and PG_reclaim by Kirill A. Shutemov · 8 years ago
  24. 9a73f61 thp, mlock: do not mlock PTE-mapped file huge pages by Kirill A. Shutemov · 8 years ago
  25. 95ecedc thp, vmstats: add counters for huge file pages by Kirill A. Shutemov · 8 years ago
  26. 1010245 mm: introduce do_set_pmd() by Kirill A. Shutemov · 8 years ago
  27. dd78fed rmap: support file thp by Kirill A. Shutemov · 8 years ago
  28. 7267ec00 mm: postpone page table allocation until we have page to map by Kirill A. Shutemov · 8 years ago
  29. bae473a mm: introduce fault_env by Kirill A. Shutemov · 8 years ago
  30. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  31. 8a966ed mm: make swapin readahead to improve thp collapse rate by Ebru Akagunduz · 8 years ago
  32. 70652f6 mm: make optimistic check for swapin readahead by Ebru Akagunduz · 8 years ago
  33. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  34. ba6c19f include/linux/memblock.h: Clean up code for several trivial details by Chen Gang · 8 years ago
  35. 91537fe mm: add NR_ZSMALLOC to vmstat by Minchan Kim · 8 years ago
  36. 8ea1d2a mm, frontswap: convert frontswap_enabled to static key by Vlastimil Babka · 8 years ago
  37. fbe84a0 mm,oom: remove unused argument from oom_scan_process_thread(). by Tetsuo Handa · 8 years ago
  38. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  39. 4526477 mm: memcontrol: cleanup kmem charge functions by Vladimir Davydov · 8 years ago
  40. 632c0a1 mm: clean up non-standard page->_mapcount users by Vladimir Davydov · 8 years ago
  41. 99691ad mm: remove pointless struct in struct page definition by Vladimir Davydov · 8 years ago
  42. e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
  43. e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
  44. f2ca0b5 mm/page_owner: use stackdepot to store stacktrace by Joonsoo Kim · 8 years ago
  45. a9627bc mm/page_owner: introduce split_page_owner and replace manual handling by Joonsoo Kim · 8 years ago
  46. 66c6422 mm/compaction: split freepages without holding the zone lock by Joonsoo Kim · 8 years ago
  47. 48b4800 zsmalloc: page migration support by Minchan Kim · 8 years ago
  48. b1123ea6 mm: balloon: use general non-lru movable page feature by Minchan Kim · 8 years ago
  49. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  50. a54f9ae include/linux/mmdebug.h: add VM_WARN which maps to WARN() by Aneesh Kumar K.V · 8 years ago
  51. 2a966b7 mm: oom: add memcg to oom_control by Vladimir Davydov · 8 years ago
  52. 798fd75 mm: zap ZONE_OOM_LOCKED by Vladimir Davydov · 8 years ago
  53. df429ac memory-hotplug: more general validation of zone during online by Reza Arbab · 8 years ago
  54. 91c6a05 mm: faster kmalloc_array(), kcalloc() by Alexey Dobriyan · 8 years ago
  55. 210e7a4 mm: SLUB freelist randomization by Thomas Garnier · 8 years ago
  56. 7c00fce mm: reorganize SLAB freelist randomization by Thomas Garnier · 8 years ago
  57. 9a46b04f fs/fs-writeback.c: inode writeback list tracking tracepoints by Brian Foster · 8 years ago
  58. 6c60d2b fs/fs-writeback.c: add a new writeback list for sync by Dave Chinner · 8 years ago
  59. 17359a8 debugobjects.h: fix trivial kernel doc warning by Randy Dunlap · 8 years ago
  60. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  61. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  62. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  63. 75a442e Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  64. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  65. 015cd86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  66. e658052 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  67. 55392c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  68. 8e46695 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  69. 36e635c Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  70. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. 766fd5f Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. cca08cd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. 74e630a Merge tag 'v4.7' into for-linus/pstore by Kees Cook · 8 years ago
  74. 7e4dc77 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  76. a230384 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. df00ccc Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  78. 9def970 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  79. fa70db3 Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci' by Rafael J. Wysocki · 8 years ago
  80. 7f234a4 Merge branches 'pm-sleep' and 'pm-tools' by Rafael J. Wysocki · 8 years ago
  81. 6149dff Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-apei' and 'acpi-sleep' by Rafael J. Wysocki · 8 years ago
  82. f6bc0a1 Merge branches 'acpi-ec', 'acpi-video', 'acpi-button' and 'acpi-thermal' by Rafael J. Wysocki · 8 years ago
  83. 2547427 Merge branches 'acpi-bus', 'acpi-pci', 'acpica' and 'acpi-doc' by Rafael J. Wysocki · 8 years ago
  84. d5f017b Merge branch 'acpi-tables' by Rafael J. Wysocki · 8 years ago
  85. d85f4eb Merge branch 'acpi-numa' by Rafael J. Wysocki · 8 years ago
  86. dd95069 Merge tag 'hwmon-for-linus-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  87. b7545b7 Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  88. 721413a Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  89. 25a0dc4 Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  90. 9d0be76 Merge tag 'char-misc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  91. b403f23 Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  92. 107df03 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  93. 3cb9185 radix-tree: fix radix_tree_iter_retry() for tagged iterators. by Andrey Ryabinin · 8 years ago
  94. 73f576c mm: memcontrol: fix cgroup creation failure after many small jobs by Johannes Weiner · 8 years ago
  95. 220276e cpuidle: introduce CPU_PM_CPU_IDLE_ENTER macro for ARM{32, 64} by Sudeep Holla · 8 years ago
  96. a36a7fe ACPI / processor_idle: Add support for Low Power Idle(LPI) states by Sudeep Holla · 8 years ago
  97. 35ae713 ACPI / processor_idle: introduce ACPI_PROCESSOR_CSTATE by Sudeep Holla · 8 years ago
  98. e3c0623 cpufreq: add cpufreq_driver_resolve_freq() by Steve Muckle · 8 years ago
  99. 545ed20 dm: add infrastructure for DAX support by Toshi Kani · 8 years ago
  100. e9ccb94 Merge remote-tracking branch 'jens/for-4.8/core' into dm-4.8 by Mike Snitzer · 8 years ago