1. fdcd407 printk: fix build warning when CONFIG_PRINTK=n by Xiaoming Ni · 3 years ago
  2. d8c0418 kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() by Luis Chamberlain · 3 years ago
  3. ab171b9 fs: move namespace sysctls and declare fs base directory by Luis Chamberlain · 3 years ago
  4. 51cb8df sysctl: add and use base directory declarer and registration helper by Luis Chamberlain · 3 years ago
  5. 1998f19 fs: move pipe sysctls to is own file by Luis Chamberlain · 3 years ago
  6. 9c011be fs: move namei sysctls to its own file by Luis Chamberlain · 3 years ago
  7. dd81faa fs: move locking sysctls where they are used by Luis Chamberlain · 3 years ago
  8. 5477161 sysctl: move maxolduid as a sysctl specific const by Luis Chamberlain · 3 years ago
  9. c8c0c23 fs: move dcache sysctls to its own file by Luis Chamberlain · 3 years ago
  10. 204d5a2 fs: move fs stat sysctls to file_table.c by Luis Chamberlain · 3 years ago
  11. 1d67fe5 fs: move inode sysctls to its own file by Luis Chamberlain · 3 years ago
  12. b1f2aff sysctl: share unsigned long const values by Luis Chamberlain · 3 years ago
  13. 0df8bdd stackleak: move stack_erasing sysctl to stackleak.c by Xiaoming Ni · 3 years ago
  14. 26d1c80 scsi/sg: move sg-big-buff sysctl to scsi/sg.c by Xiaoming Ni · 3 years ago
  15. ee9efac sysctl: add helper to register a sysctl mount point by Luis Chamberlain · 3 years ago
  16. 5475e8f random: move the random sysctl declarations to its own file by Xiaoming Ni · 3 years ago
  17. 6aad36d firmware_loader: move firmware sysctl to its own files by Xiaoming Ni · 3 years ago
  18. a8f5de8 eventpoll: simplify sysctl declaration with register_sysctl() by Xiaoming Ni · 3 years ago
  19. 7b9ad12 inotify: simplify subdirectory registration with register_sysctl() by Xiaoming Ni · 3 years ago
  20. 49a4de7 dnotify: move dnotify sysctl to dnotify.c by Xiaoming Ni · 3 years ago
  21. 86b12b6 aio: move aio sysctl to aio.c by Xiaoming Ni · 3 years ago
  22. bbe7a10 hung_task: move hung_task sysctl interface to hung_task.c by Xiaoming Ni · 3 years ago
  23. 78e36f3 sysctl: move some boundary constants from sysctl.c to sysctl_vals by Xiaoming Ni · 3 years ago
  24. 3ddd9a8 sysctl: add a new register_sysctl_init() interface by Xiaoming Ni · 3 years ago
  25. ffa6575 mm/migrate.c: rework migration_entry_wait() to not take a pageref by Alistair Popple · 3 years ago
  26. 3c7c250 Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
  27. 75242f3 Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 3 years ago
  28. 64f29d8 Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years ago
  29. fa2e1ba Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  30. f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  31. 5bf1828 delayacct: track delays from memory compact by wangyong · 3 years ago
  32. 1193829 delayacct: cleanup flags in struct task_delay_info and functions use it by Yang Yang · 3 years ago
  33. 82065b72 delayacct: fix incomplete disable operation when switch enable to disable by Yang Yang · 3 years ago
  34. a3d5dc9 delayacct: support swapin delay accounting for swapping without blkio by Yang Yang · 3 years ago
  35. 23b36fe panic: use error_report_end tracepoint on warnings by Marco Elver · 3 years ago
  36. c7e4289 uuid: remove licence boilerplate text from the header by Andy Shevchenko · 3 years ago
  37. 8e930a6 uuid: discourage people from using UAPI header in new code by Andy Shevchenko · 3 years ago
  38. 60c7801 kunit: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years ago
  39. fd0a146 hash.h: remove unused define directive by Isabella Basso · 3 years ago
  40. 0425473 list: introduce list_is_head() helper and re-use it in list.h by Andy Shevchenko · 3 years ago
  41. d6986ce kthread: dynamically allocate memory to store kthread's full name by Yafang Shao · 3 years ago
  42. 3087c61 tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN by Yafang Shao · 3 years ago
  43. 95af469 fs/binfmt_elf: replace open-coded string copy with get_task_comm by Yafang Shao · 3 years ago
  44. 40cbf09 kernel.h: include a note to discourage people from including it in headers by Andy Shevchenko · 3 years ago
  45. 22c0339 include/linux/unaligned: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years ago
  46. ae62fbe proc: make the proc_create[_data]() stubs static inlines by Hans de Goede · 3 years ago
  47. 20c0357 mm: percpu: add generic pcpu_populate_pte() function by Kefeng Wang · 3 years ago
  48. 23f9171 mm: percpu: add generic pcpu_fc_alloc/free funciton by Kefeng Wang · 3 years ago
  49. 1ca3fb3 mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef by Kefeng Wang · 3 years ago
  50. 1d1df41 Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 3 years ago
  51. fd6f57b Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years ago
  52. 0ed9059 Merge branch 'random-5.17-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 3 years ago
  53. 99845220 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years ago
  54. a672b2e bpf: Fix ringbuf memory type confusion when passing to helpers by Daniel Borkmann · 3 years ago
  55. be80a1d bpf: Generalize check_ctx_reg for reuse with other types by Daniel Borkmann · 3 years ago
  56. 90ed1e6 random: rather than entropy_store abstraction, use global by Jason A. Donenfeld · 3 years ago
  57. d8d83d8 lib/crypto: blake2s: move hmac construction into wireguard by Jason A. Donenfeld · 3 years ago
  58. 9961315 Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine by Linus Torvalds · 3 years ago
  59. fe81ba1 Merge tag 'ata-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata by Linus Torvalds · 3 years ago
  60. 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years ago
  61. 8357f6f Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years ago
  62. 6a8d7fb Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years ago
  63. e3a8b6a Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 3 years ago
  64. e3daa26 Merge branch 'acpi-pfrut' by Rafael J. Wysocki · 3 years ago
  65. 0c947b8 Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years ago
  66. a609718 devtmpfs regression fix: reconfigure on each mount by NeilBrown · 3 years ago
  67. 96000bc Merge tag 'ntb-5.17' of git://github.com/jonmason/ntb by Linus Torvalds · 3 years ago
  68. 2225acc Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 3 years ago
  69. 763978c Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 3 years ago
  70. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  71. 6661224 Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode by Linus Torvalds · 3 years ago
  72. 7372971 rtc: mc146818-lib: fix signedness bug in mc146818_get_time() by Dan Carpenter · 3 years ago
  73. 79e06c4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  74. cb3f09f Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 3 years ago
  75. 4d66020 Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years ago
  76. d0a231f Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years ago
  77. 88db845 Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 3 years ago
  78. 175398a Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years ago
  79. 49ad227 Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 3 years ago
  80. 59d4145 Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years ago
  81. 2aab34f Merge tag 'memblock-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock by Linus Torvalds · 3 years ago
  82. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  83. dea2903 cifs: move superblock magic defitions to magic.h by Jeff Layton · 3 years ago
  84. 76fd028 mm/damon: hide kernel pointer from tracepoint event by SeongJae Park · 3 years ago
  85. 2cd4b8e mm/damon: move the implementation of damon_insert_region to damon.h by Guoqing Jiang · 3 years ago
  86. 6268eac mm/damon/schemes: account how many times quota limit has exceeded by SeongJae Park · 3 years ago
  87. 0e92c2e mm/damon/schemes: account scheme actions that successfully applied by SeongJae Park · 3 years ago
  88. f4c6d22 mm/damon: remove a mistakenly added comment for a future feature by SeongJae Park · 3 years ago
  89. 88f86dc mm/damon: convert macro functions to static inline functions by SeongJae Park · 3 years ago
  90. 234d687 mm/damon: modify damon_rand() macro to static inline function by Xin Hao · 3 years ago
  91. 9b2a38d mm/damon: move damon_rand() definition into damon.h by Xin Hao · 3 years ago
  92. cdeed00 mm/damon: remove some unneeded function definitions in damon.h by Xin Hao · 3 years ago
  93. c46b0bb mm/damon: add 'age' of region tracepoint support by Xin Hao · 3 years ago
  94. cab0a7c mm: make some vars and functions static or __init by Ting Liu · 3 years ago
  95. 5ee2fa2 mm/rmap: fix potential batched TLB flush race by Huang Ying · 3 years ago
  96. bf181c5 mm/hwpoison: fix unpoison_memory() by Naoya Horiguchi · 3 years ago
  97. c9fdc4d mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE by Naoya Horiguchi · 3 years ago
  98. c0e582d mm/thp: drop unused trace events hugepage_[invalidate|splitting] by Anshuman Khandual · 3 years ago
  99. 84b328aa mm: compaction: fix the migration stats in trace_mm_compaction_migratepages() by Baolin Wang · 3 years ago
  100. 21b084f mm/mempolicy: wire up syscall set_mempolicy_home_node by Aneesh Kumar K.V · 3 years ago