1. 0c2111a lib/test_bitmap: switch test_bitmap_parselist to ktime_get() by Yury Norov · 5 years ago
  2. e371c48 lib: rework bitmap_parselist by Yury Norov · 5 years ago
  3. 281327c lib: make bitmap_parselist_user() a wrapper on bitmap_parselist() by Yury Norov · 5 years ago
  4. 9f61589 lib/math: move int_pow() from pwm_bl.c for wider use by Andy Shevchenko · 5 years ago
  5. 2c64e9c lib: Move mathematic helpers to separate folder by Andy Shevchenko · 5 years ago
  6. b5c56e0 lib/list_sort: optimize number of calls to comparison function by George Spelvin · 5 years ago
  7. 043b3f7 lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITS by George Spelvin · 5 years ago
  8. 8fb583c lib/sort: avoid indirect calls to built-in swap by George Spelvin · 5 years ago
  9. 22a241c lib/sort: use more efficient bottom-up heapsort variant by George Spelvin · 5 years ago
  10. 37d0ec3 lib/sort: make swap functions more generic by George Spelvin · 5 years ago
  11. 8e18fae lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST by Davidlohr Bueso · 5 years ago
  12. cdc90a1 lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMA by Rasmus Villemoes · 5 years ago
  13. 5f239f6 lib/bitmap.c: remove unused EXPORT_SYMBOLs by Rasmus Villemoes · 5 years ago
  14. 6c4e121 kernel/user.c: clean up some leftover code by Rasmus Villemoes · 5 years ago
  15. e02c9b0 kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracing by Lin Feng · 5 years ago
  16. 0cc7588 kernel/latencytop.c: remove unnecessary checks for latencytop_enabled by Lin Feng · 5 years ago
  17. 8312465 kernel/notifier.c: double register detection by Vasily Averin · 5 years ago
  18. 9012d01 compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING by Masahiro Yamada · 5 years ago
  19. efc344c powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inline by Masahiro Yamada · 5 years ago
  20. e12d6d7 powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline by Masahiro Yamada · 5 years ago
  21. 480795a powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __init by Masahiro Yamada · 5 years ago
  22. 2e0168a ARM: mark setup_machine_tags() stub as __init __noreturn by Masahiro Yamada · 5 years ago
  23. e9ea596 MIPS: mark __fls() and __ffs() as __always_inline by Masahiro Yamada · 5 years ago
  24. 2127982 mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitialized by Masahiro Yamada · 5 years ago
  25. e60fb8b s390/cpacf: mark scpacf_query() as __always_inline by Masahiro Yamada · 5 years ago
  26. 1221a58 MIPS: mark mult_sh_align_mod() as __always_inline by Masahiro Yamada · 5 years ago
  27. 02166b8 arm64: mark (__)cpus_have_const_cap as __always_inline by Masahiro Yamada · 5 years ago
  28. be16786 ARM: prevent tracing IPI_CPU_BACKTRACE by Arnd Bergmann · 5 years ago
  29. 687a3e4 treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers by Masahiro Yamada · 5 years ago
  30. ad312f9 fs/select: avoid clang stack usage warning by Arnd Bergmann · 5 years ago
  31. 134fca9 mm/mincore.c: make mincore() more conservative by Jiri Kosina · 5 years ago
  32. 97500a4 mm: maintain randomization of page free lists by Dan Williams · 5 years ago
  33. b03641a mm: move buddy list manipulations into helpers by Dan Williams · 5 years ago
  34. e900a91 mm: shuffle initial free memory to improve memory-side-cache utilization by Dan Williams · 5 years ago
  35. 4d36e6f mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_t by Uladzislau Rezki (Sony) · 5 years ago
  36. 68571be9 mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy() by Uladzislau Rezki (Sony) · 5 years ago
  37. df5ba5b kernel/sched/psi.c: expose pressure metrics on root cgroup by Dan Schatzberg · 5 years ago
  38. 0e94682 psi: introduce psi monitor by Suren Baghdasaryan · 5 years ago
  39. 8af0c18 include/: refactor headers to allow kthread.h inclusion in psi_types.h by Suren Baghdasaryan · 5 years ago
  40. 333f301 psi: track changed states by Suren Baghdasaryan · 5 years ago
  41. 7fc70a3 psi: split update_stats into parts by Suren Baghdasaryan · 5 years ago
  42. bcc78db psi: rename psi fields in preparation for psi trigger addition by Suren Baghdasaryan · 5 years ago
  43. 9289c5e psi: make psi_enable static by Suren Baghdasaryan · 5 years ago
  44. 33b2d63 psi: introduce state_mask to represent stalled psi states by Suren Baghdasaryan · 5 years ago
  45. 136ac59 mm: update references to page _refcount by Baruch Siach · 5 years ago
  46. 987717e mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCE by Andrea Arcangeli · 5 years ago
  47. c3f3ce0 userfaultfd: use RCU to free the task struct when fork fails by Andrea Arcangeli · 5 years ago
  48. acb2ec3 kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executable by Andrew Morton · 5 years ago
  49. e065426 Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 5 years ago
  50. ebcf5bb Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 5 years ago
  51. 414147d Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  52. 318222a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  53. 640be2d kernel/memremap.c: remove the unused device_private_entry_fault() export by Christoph Hellwig · 5 years ago
  54. a1b8e6a mm: delete find_get_entries_tag by Matthew Wilcox (Oracle) · 5 years ago
  55. b3b0707 mm/huge_memory.c: make __thp_get_unmapped_area static by Bharath Vedartham · 5 years ago
  56. 94393c7 mm/mprotect.c: fix compilation warning because of unused 'mm' variable by Mike Rapoport · 5 years ago
  57. 19343b5 mm/page-writeback: introduce tracepoint for wait_on_page_writeback() by Yafang Shao · 5 years ago
  58. 60b62ff mm/vmscan: simplify trace_reclaim_flags and trace_shrink_flags by Yafang Shao · 5 years ago
  59. d66d109 mm/Kconfig: update "Memory Model" help text by Mike Rapoport · 5 years ago
  60. 2fa2690 mm/vmscan.c: don't disable irq again when count pgrefill for memcg by Yafang Shao · 5 years ago
  61. 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 5 years ago
  62. f27a513 hugetlbfs: always use address space in inode for resv_map pointer by Mike Kravetz · 5 years ago
  63. 1f86298 mm/z3fold.c: support page migration by Vitaly Wool · 5 years ago
  64. 7c2b8ba mm/z3fold.c: add structure for buddy handles by Vitaly Wool · 5 years ago
  65. 351618b mm/z3fold.c: improve compression by extending search by Vitaly Wool · 5 years ago
  66. 9050cce mm/z3fold.c: introduce helper functions by Vitaly Wool · 5 years ago
  67. 1c52e6d mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplist by Yafang Shao · 5 years ago
  68. 2c8fc3d mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE Kconfig by Jérôme Glisse · 5 years ago
  69. f46b791 mm/vmscan.c: simplify shrink_inactive_list() by Kirill Tkhai · 5 years ago
  70. c553ea4 fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback by Amir Goldstein · 5 years ago
  71. 5326905 xen/privcmd-buf.c: convert to use vm_map_pages_zero() by Souptick Joarder · 5 years ago
  72. df9bde0 xen/gntdev.c: convert to use vm_map_pages() by Souptick Joarder · 5 years ago
  73. a17ae14 videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages() by Souptick Joarder · 5 years ago
  74. b0d0084 iommu/dma-iommu.c: convert to use vm_map_pages() by Souptick Joarder · 5 years ago
  75. e60b72b drm/xen/xen_drm_front_gem.c: convert to use vm_map_pages() by Souptick Joarder · 5 years ago
  76. 2f69b3c drm/rockchip/rockchip_drm_gem.c: convert to use vm_map_pages() by Souptick Joarder · 5 years ago
  77. 22660db drivers/firewire/core-iso.c: convert to use vm_map_pages_zero() by Souptick Joarder · 5 years ago
  78. 6248461 arm: mm: dma-mapping: convert to use vm_map_pages() by Souptick Joarder · 5 years ago
  79. a667d74 mm: introduce new vm_map_pages() and vm_map_pages_zero() API by Souptick Joarder · 5 years ago
  80. 62afcd1 mm: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 5 years ago
  81. 8c7829b mm: fix false-positive OVERCOMMIT_GUESS failures by Johannes Weiner · 5 years ago
  82. ac5c942 mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail by David Hildenbrand · 5 years ago
  83. 9d1d887 mm/memory_hotplug: make __remove_section() never fail by David Hildenbrand · 5 years ago
  84. cb7b3a3 mm/memory_hotplug: make unregister_memory_section() never fail by David Hildenbrand · 5 years ago
  85. d9eb141 mm/memory_hotplug: release memory resource after arch_remove_memory() by David Hildenbrand · 5 years ago
  86. 2346a56 mm/filemap.c: fix minor typo by Laurent Dufour · 5 years ago
  87. 940519f mm, memory_hotplug: provide a more generic restrictions for memory hotplug by Michal Hocko · 5 years ago
  88. 5557c76 mm, memory_hotplug: cleanup memory offline path by Michal Hocko · 5 years ago
  89. 0e56aca mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections by Alexander Duyck · 5 years ago
  90. 837566e mm: implement new zone specific memblock iterator by Alexander Duyck · 5 years ago
  91. 56ec43d mm: drop meminit_pfn_in_nid as it is redundant by Alexander Duyck · 5 years ago
  92. 5470dea mm: use mm_zero_struct_page from SPARC on all 64b architectures by Alexander Duyck · 5 years ago
  93. 059d844 mm/rmap.c: use the pra.mapcount to do the check by Huang Shijie · 5 years ago
  94. cfcbfb1 mm/filemap.c: enable error injection at add_to_page_cache() by Josef Bacik · 5 years ago
  95. c6d2341 mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper by Jérôme Glisse · 5 years ago
  96. bf198b2 mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening by Jérôme Glisse · 5 years ago
  97. 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 5 years ago
  98. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 5 years ago
  99. d87f055 mm/mmu_notifier: contextual information for event enums by Jérôme Glisse · 5 years ago
  100. 27560ee mm/mmu_notifier: convert mmu_notifier_range->blockable to a flags by Jérôme Glisse · 5 years ago