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