1. 9e9291c include/linux/sched/signal.h: replace `tsk' with `task' by Andrei Vagin · 6 years ago
  2. 3278a2c ipc: conserve sequence numbers in ipcmni_extend mode by Manfred Spraul · 6 years ago
  3. 4c69add pps: pps-gpio PPS ECHO implementation by Tom Burkart · 6 years ago
  4. 4461d65 pps: descriptor-based gpio by Tom Burkart · 6 years ago
  5. b287a25 panic/reboot: allow specifying reboot_mode for panic only by Aaro Koskinen · 6 years ago
  6. c39ea0b panic: avoid the extra noise dmesg by Feng Tang · 6 years ago
  7. 3713a4e include/linux/cpumask.h: fix double string traverse in cpumask_parse by Yury Norov · 6 years ago
  8. a6231d1 exec: move struct linux_binprm::buf by Alexey Dobriyan · 6 years ago
  9. ef4d6f6 include/linux/bitops.h: sanitize rotate primitives by Rasmus Villemoes · 6 years ago
  10. 9f61589 lib/math: move int_pow() from pwm_bl.c for wider use by Andy Shevchenko · 6 years ago
  11. 043b3f7 lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITS by George Spelvin · 6 years ago
  12. 8e18fae lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST by Davidlohr Bueso · 6 years ago
  13. e02c9b0 kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracing by Lin Feng · 6 years ago
  14. 9012d01 compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING by Masahiro Yamada · 6 years ago
  15. 687a3e4 treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers by Masahiro Yamada · 6 years ago
  16. ad312f9 fs/select: avoid clang stack usage warning by Arnd Bergmann · 6 years ago
  17. 97500a4 mm: maintain randomization of page free lists by Dan Williams · 6 years ago
  18. b03641a mm: move buddy list manipulations into helpers by Dan Williams · 6 years ago
  19. e900a91 mm: shuffle initial free memory to improve memory-side-cache utilization by Dan Williams · 6 years ago
  20. df5ba5b kernel/sched/psi.c: expose pressure metrics on root cgroup by Dan Schatzberg · 6 years ago
  21. 0e94682 psi: introduce psi monitor by Suren Baghdasaryan · 6 years ago
  22. 8af0c18 include/: refactor headers to allow kthread.h inclusion in psi_types.h by Suren Baghdasaryan · 6 years ago
  23. bcc78db psi: rename psi fields in preparation for psi trigger addition by Suren Baghdasaryan · 6 years ago
  24. 33b2d63 psi: introduce state_mask to represent stalled psi states by Suren Baghdasaryan · 6 years ago
  25. e065426 Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 6 years ago
  26. ebcf5bb Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 6 years ago
  27. 414147d Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  28. 318222a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  29. a1b8e6a mm: delete find_get_entries_tag by Matthew Wilcox (Oracle) · 6 years ago
  30. 19343b5 mm/page-writeback: introduce tracepoint for wait_on_page_writeback() by Yafang Shao · 6 years ago
  31. 60b62ff mm/vmscan: simplify trace_reclaim_flags and trace_shrink_flags by Yafang Shao · 6 years ago
  32. 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 6 years ago
  33. c553ea4 fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback by Amir Goldstein · 6 years ago
  34. a667d74 mm: introduce new vm_map_pages() and vm_map_pages_zero() API by Souptick Joarder · 6 years ago
  35. ac5c942 mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail by David Hildenbrand · 6 years ago
  36. cb7b3a3 mm/memory_hotplug: make unregister_memory_section() never fail by David Hildenbrand · 6 years ago
  37. 940519f mm, memory_hotplug: provide a more generic restrictions for memory hotplug by Michal Hocko · 6 years ago
  38. 5557c76 mm, memory_hotplug: cleanup memory offline path by Michal Hocko · 6 years ago
  39. 0e56aca mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections by Alexander Duyck · 6 years ago
  40. 837566e mm: implement new zone specific memblock iterator by Alexander Duyck · 6 years ago
  41. 5470dea mm: use mm_zero_struct_page from SPARC on all 64b architectures by Alexander Duyck · 6 years ago
  42. c6d2341 mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper by Jérôme Glisse · 6 years ago
  43. bf198b2 mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening by Jérôme Glisse · 6 years ago
  44. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
  45. d87f055 mm/mmu_notifier: contextual information for event enums by Jérôme Glisse · 6 years ago
  46. 27560ee mm/mmu_notifier: convert mmu_notifier_range->blockable to a flags by Jérôme Glisse · 6 years ago
  47. 4a83bfe mm/mmu_notifier: helper to test if a range invalidation is blockable by Jérôme Glisse · 6 years ago
  48. 391aab1 mm/hmm: convert various hmm_pfn_* to device_entry which is a better name by Jérôme Glisse · 6 years ago
  49. 55c0ece mm/hmm: add a helper function that fault pages and map them to a device by Jérôme Glisse · 6 years ago
  50. 2023941 mm/hmm: add helpers to test if mm is still alive or not by Jérôme Glisse · 6 years ago
  51. 63d5066 mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping) by Jérôme Glisse · 6 years ago
  52. 023a019 mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays by Jérôme Glisse · 6 years ago
  53. a3e0d41 mm/hmm: improve driver API to work and wait over a range by Jérôme Glisse · 6 years ago
  54. 7323161 mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault() by Jérôme Glisse · 6 years ago
  55. 25f23a0 mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot() by Jérôme Glisse · 6 years ago
  56. 704f3f2 mm/hmm: use reference counting for HMM struct by Jérôme Glisse · 6 years ago
  57. 1b426ba hugetlb: use same fault hash key for shared and private mappings by Mike Kravetz · 6 years ago
  58. 926e5d1 include/linux/balloon_compaction.h: drop unused function stubs by David Hildenbrand · 6 years ago
  59. 3481c37 mm/vmscan: drop may_writepage and classzone_idx from direct reclaim begin template by Yafang Shao · 6 years ago
  60. fc1d8e7 mm: introduce put_user_page*(), placeholder versions by John Hubbard · 6 years ago
  61. 4eb0716 hugetlb: allow to free gigantic pages regardless of the configuration by Alexandre Ghiti · 6 years ago
  62. 8df995f mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC by Alexandre Ghiti · 6 years ago
  63. 113b7df mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API by Johannes Weiner · 6 years ago
  64. 2b487e5 mm: memcontrol: push down mem_cgroup_node_nr_lru_pages() by Johannes Weiner · 6 years ago
  65. 1a61ab8 mm: memcontrol: replace zone summing with lruvec_page_state() by Johannes Weiner · 6 years ago
  66. e0ee0e7 mm: memcontrol: track LRU counts in the vmstats array by Johannes Weiner · 6 years ago
  67. 132bb8c mm/vmscan: add tracepoints for node reclaim by Yafang Shao · 6 years ago
  68. b6cfab7 mm, compaction: some tracepoints should be defined only when CONFIG_COMPACTION is set by Yafang Shao · 6 years ago
  69. b1746b9 mm: compaction: show gfp flag names in try_to_compact_pages tracepoint by Yafang Shao · 6 years ago
  70. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  71. 932f4a6 mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM by Ira Weiny · 6 years ago
  72. 9851ac1 mm: move nr_deactivate accounting to shrink_active_list() by Kirill Tkhai · 6 years ago
  73. 886cf19 mm: move recent_rotated pages calculation to shrink_inactive_list() by Kirill Tkhai · 6 years ago
  74. 5fd4ca2 mm: page cache: store only head pages in i_pages by Matthew Wilcox · 6 years ago
  75. cefdca0 userfaultfd/sysctl: add vm.unprivileged_userfaultfd by Peter Xu · 6 years ago
  76. 3b77599 include/trace/events/vmscan.h: drop zone id from kswapd tracepoints by Yafang Shao · 6 years ago
  77. 3e05617 mm: remove stale comment from page struct by Tobin C. Harding · 6 years ago
  78. a16b538 list: add function list_rotate_to_front() by Tobin C. Harding · 6 years ago
  79. fce86ff mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addresses by Dan Williams · 6 years ago
  80. 4856118 Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  81. 0d28544 Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  82. fa4bff1 Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  83. 8fbce8e backlight: lm3630a: Add firmware node support by Brian Masney · 6 years ago
  84. 4f8f2bb mfd: cros_ec: Instantiate properly CrOS Touchpad MCU device by Enric Balletbo i Serra · 6 years ago
  85. 90486af mfd: cros_ec: Instantiate properly CrOS FP MCU device by Enric Balletbo i Serra · 6 years ago
  86. 93abf68 mfd: cros_ec: Update the EC feature codes by Enric Balletbo i Serra · 6 years ago
  87. 13d7294 mfd: imx6sx: Add MQS register definition for iomuxc gpr by S.j. Wang · 6 years ago
  88. 6b4814a mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63L by Steve Twiss · 6 years ago
  89. 7235560 platform/chrome: Add support for v1 of host sleep event by Evan Green · 6 years ago
  90. afe2bb5 mfd: cros_ec: Add host_sleep_event_v1 command by Evan Green · 6 years ago
  91. 993c0ba mfd: syscon: atmel: Switch to SPDX license identifiers by Tudor Ambarus · 6 years ago
  92. 9efbc6f mfd: da9063: Convert headers to SPDX by Wolfram Sang · 6 years ago
  93. d4cee95 mfd: cros_ec: Instantiate properly CrOS ISH MCU device by Rushikesh S Kadam · 6 years ago
  94. 60a7a9a Merge branches 'ib-mfd-arm-leds-5.2', 'ib-mfd-gpio-input-leds-power-5.2', 'ib-mfd-pinctrl-5.2-2' and 'ib-mfd-regulator-5.2', tag 'ib-mfd-arm-net-5.2' into ibs-for-mfd-merged by Lee Jones · 6 years ago
  95. c7a1c2b Merge branch 'pci/trivial' by Bjorn Helgaas · 6 years ago
  96. f2e9468 Merge branch 'pci/iova-dma-ranges' by Bjorn Helgaas · 6 years ago
  97. 0b8439d Merge branch 'remotes/lorenzo/pci/keystone' by Bjorn Helgaas · 6 years ago
  98. 83d8235 Merge branch 'pci/host/al' by Bjorn Helgaas · 6 years ago
  99. da33ae0 Merge branch 'pci/switchtec' by Bjorn Helgaas · 6 years ago
  100. 09fdd75 Merge branch 'pci/misc' by Bjorn Helgaas · 6 years ago