1. 9f66849 tools/testing/selftests/sysctl/sysctl.sh: remove superfluous test_reqs() by Luis Chamberlain · 6 years ago
  2. e260ad0 sysctl: return -EINVAL if val violates minmax by Christian Brauner · 6 years ago
  3. 475dae3 kernel/sysctl.c: switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  4. 23015b2 rapidio: fix a NULL pointer dereference when create_workqueue() fails by Kangjie Lu · 6 years ago
  5. 3713a4e include/linux/cpumask.h: fix double string traverse in cpumask_parse by Yury Norov · 6 years ago
  6. 4e7301e exec selftests: test ->recursion_depth by Alexey Dobriyan · 6 years ago
  7. a6231d1 exec: move struct linux_binprm::buf by Alexey Dobriyan · 6 years ago
  8. d53ddd0 fs/exec.c: move ->recursion_depth out of critical sections by Alexey Dobriyan · 6 years ago
  9. b028fb6 kernel/signal.c: annotate implicit fall through by Mathieu Malaterre · 6 years ago
  10. bd8309d fs/fat/file.c: issue flush after the writeback of FAT by Hou Tao · 6 years ago
  11. 672cdd5 reiserfs: add comment to explain endianness issue in xattr_hash by Bharath Vedartham · 6 years ago
  12. 1dcaa13 autofs: add description of ignore pseudo mount option by Ian Kent · 6 years ago
  13. 841964e autofs: update mount control expire desription with AUTOFS_EXP_FORCED by Ian Kent · 6 years ago
  14. f23ceaa autofs: update AUTOFS_EXP_LEAVES description by Ian Kent · 6 years ago
  15. 9200026 autofs: update autofs.txt for strictexpire mount option by Ian Kent · 6 years ago
  16. 2ad56ad autofs: fix some word usage oddities in autofs.txt by Ian Kent · 6 years ago
  17. 432d822 net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC by Sinan Kaya · 6 years ago
  18. 900f492 xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC by Sinan Kaya · 6 years ago
  19. efb463c powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC by Sinan Kaya · 6 years ago
  20. c66d7a2 init: introduce DEBUG_MISC option by Sinan Kaya · 6 years ago
  21. bbdc607 binfmt_elf: move brk out of mmap when doing direct loader exec by Kees Cook · 6 years ago
  22. 249b08e elf: init pt_regs pointer later by Alexey Dobriyan · 6 years ago
  23. d8e7cb3 fs/binfmt_elf.c: extract PROT_* calculations by Alexey Dobriyan · 6 years ago
  24. 85264316 fs//binfmt_elf.c: move variables initialization closer to their usage by Alexey Dobriyan · 6 years ago
  25. be0deb5 fs/binfmt_elf.c: save 1 indent level by Alexey Dobriyan · 6 years ago
  26. ba0f6b8 fs/binfmt_elf.c: delete trailing "return;" in functions returning "void" by Alexey Dobriyan · 6 years ago
  27. cc33801 fs/binfmt_elf.c: free PT_INTERP filename ASAP by Alexey Dobriyan · 6 years ago
  28. 5cf4a36 fs/binfmt_elf.c: make scope of "pos" variable smaller by Alexey Dobriyan · 6 years ago
  29. 22f084d fs/binfmt_elf.c: remove unneeded initialization of mm->start_stack by Andrew Morton · 6 years ago
  30. 7507c40 lib/test_vmalloc.c:test_func(): eliminate local `ret' by Andrew Morton · 6 years ago
  31. ef4d6f6 include/linux/bitops.h: sanitize rotate primitives by Rasmus Villemoes · 6 years ago
  32. 6ea86bd lib/test_bitmap: add tests for bitmap_parselist_user() by Yury Norov · 6 years ago
  33. a4ab505 lib/test_bitmap: add testcases for bitmap_parselist() by Yury Norov · 6 years ago
  34. 0c2111a lib/test_bitmap: switch test_bitmap_parselist to ktime_get() by Yury Norov · 6 years ago
  35. e371c48 lib: rework bitmap_parselist by Yury Norov · 6 years ago
  36. 281327c lib: make bitmap_parselist_user() a wrapper on bitmap_parselist() by Yury Norov · 6 years ago
  37. 9f61589 lib/math: move int_pow() from pwm_bl.c for wider use by Andy Shevchenko · 6 years ago
  38. 2c64e9c lib: Move mathematic helpers to separate folder by Andy Shevchenko · 6 years ago
  39. b5c56e0 lib/list_sort: optimize number of calls to comparison function by George Spelvin · 6 years ago
  40. 043b3f7 lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITS by George Spelvin · 6 years ago
  41. 8fb583c lib/sort: avoid indirect calls to built-in swap by George Spelvin · 6 years ago
  42. 22a241c lib/sort: use more efficient bottom-up heapsort variant by George Spelvin · 6 years ago
  43. 37d0ec3 lib/sort: make swap functions more generic by George Spelvin · 6 years ago
  44. 8e18fae lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST by Davidlohr Bueso · 6 years ago
  45. cdc90a1 lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMA by Rasmus Villemoes · 6 years ago
  46. 5f239f6 lib/bitmap.c: remove unused EXPORT_SYMBOLs by Rasmus Villemoes · 6 years ago
  47. 6c4e121 kernel/user.c: clean up some leftover code by Rasmus Villemoes · 6 years ago
  48. e02c9b0 kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracing by Lin Feng · 6 years ago
  49. 0cc7588 kernel/latencytop.c: remove unnecessary checks for latencytop_enabled by Lin Feng · 6 years ago
  50. 8312465 kernel/notifier.c: double register detection by Vasily Averin · 6 years ago
  51. 9012d01 compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING by Masahiro Yamada · 6 years ago
  52. efc344c powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inline by Masahiro Yamada · 6 years ago
  53. e12d6d7 powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline by Masahiro Yamada · 6 years ago
  54. 480795a powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __init by Masahiro Yamada · 6 years ago
  55. 2e0168a ARM: mark setup_machine_tags() stub as __init __noreturn by Masahiro Yamada · 6 years ago
  56. e9ea596 MIPS: mark __fls() and __ffs() as __always_inline by Masahiro Yamada · 6 years ago
  57. 2127982 mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitialized by Masahiro Yamada · 6 years ago
  58. e60fb8b s390/cpacf: mark scpacf_query() as __always_inline by Masahiro Yamada · 6 years ago
  59. 1221a58 MIPS: mark mult_sh_align_mod() as __always_inline by Masahiro Yamada · 6 years ago
  60. 02166b8 arm64: mark (__)cpus_have_const_cap as __always_inline by Masahiro Yamada · 6 years ago
  61. be16786 ARM: prevent tracing IPI_CPU_BACKTRACE by Arnd Bergmann · 6 years ago
  62. 687a3e4 treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers by Masahiro Yamada · 6 years ago
  63. ad312f9 fs/select: avoid clang stack usage warning by Arnd Bergmann · 6 years ago
  64. 134fca9 mm/mincore.c: make mincore() more conservative by Jiri Kosina · 6 years ago
  65. 97500a4 mm: maintain randomization of page free lists by Dan Williams · 6 years ago
  66. b03641a mm: move buddy list manipulations into helpers by Dan Williams · 6 years ago
  67. e900a91 mm: shuffle initial free memory to improve memory-side-cache utilization by Dan Williams · 6 years ago
  68. 4d36e6f mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_t by Uladzislau Rezki (Sony) · 6 years ago
  69. 68571be9 mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy() by Uladzislau Rezki (Sony) · 6 years ago
  70. df5ba5b kernel/sched/psi.c: expose pressure metrics on root cgroup by Dan Schatzberg · 6 years ago
  71. 0e94682 psi: introduce psi monitor by Suren Baghdasaryan · 6 years ago
  72. 8af0c18 include/: refactor headers to allow kthread.h inclusion in psi_types.h by Suren Baghdasaryan · 6 years ago
  73. 333f301 psi: track changed states by Suren Baghdasaryan · 6 years ago
  74. 7fc70a3 psi: split update_stats into parts by Suren Baghdasaryan · 6 years ago
  75. bcc78db psi: rename psi fields in preparation for psi trigger addition by Suren Baghdasaryan · 6 years ago
  76. 9289c5e psi: make psi_enable static by Suren Baghdasaryan · 6 years ago
  77. 33b2d63 psi: introduce state_mask to represent stalled psi states by Suren Baghdasaryan · 6 years ago
  78. 136ac59 mm: update references to page _refcount by Baruch Siach · 6 years ago
  79. 987717e mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCE by Andrea Arcangeli · 6 years ago
  80. c3f3ce0 userfaultfd: use RCU to free the task struct when fork fails by Andrea Arcangeli · 6 years ago
  81. acb2ec3 kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executable by Andrew Morton · 6 years ago
  82. 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
  83. 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
  84. 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
  85. 318222a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  86. 640be2d kernel/memremap.c: remove the unused device_private_entry_fault() export by Christoph Hellwig · 6 years ago
  87. a1b8e6a mm: delete find_get_entries_tag by Matthew Wilcox (Oracle) · 6 years ago
  88. b3b0707 mm/huge_memory.c: make __thp_get_unmapped_area static by Bharath Vedartham · 6 years ago
  89. 94393c7 mm/mprotect.c: fix compilation warning because of unused 'mm' variable by Mike Rapoport · 6 years ago
  90. 19343b5 mm/page-writeback: introduce tracepoint for wait_on_page_writeback() by Yafang Shao · 6 years ago
  91. 60b62ff mm/vmscan: simplify trace_reclaim_flags and trace_shrink_flags by Yafang Shao · 6 years ago
  92. d66d109 mm/Kconfig: update "Memory Model" help text by Mike Rapoport · 6 years ago
  93. 2fa2690 mm/vmscan.c: don't disable irq again when count pgrefill for memcg by Yafang Shao · 6 years ago
  94. 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 6 years ago
  95. f27a513 hugetlbfs: always use address space in inode for resv_map pointer by Mike Kravetz · 6 years ago
  96. 1f86298 mm/z3fold.c: support page migration by Vitaly Wool · 6 years ago
  97. 7c2b8ba mm/z3fold.c: add structure for buddy handles by Vitaly Wool · 6 years ago
  98. 351618b mm/z3fold.c: improve compression by extending search by Vitaly Wool · 6 years ago
  99. 9050cce mm/z3fold.c: introduce helper functions by Vitaly Wool · 6 years ago
  100. 1c52e6d mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplist by Yafang Shao · 6 years ago