1. 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years ago
  2. 1c52283 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  3. 7fd350f Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years ago
  4. b68b10b Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years ago
  5. 369af20 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years ago
  6. 0809edb Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years ago
  7. 636b528 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  8. 7867e40 Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years ago
  9. b21bae9 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years ago
  10. 1da0d94 frontswap: remove support for multiple ops by Christoph Hellwig · 3 years ago
  11. 633423a mm: mark swap_lock and swap_active_head static by Christoph Hellwig · 3 years ago
  12. bd9cd52 frontswap: remove frontswap_test by Christoph Hellwig · 3 years ago
  13. 10a9c49 mm: simplify try_to_unuse by Christoph Hellwig · 3 years ago
  14. 1cf53c8 frontswap: simplify frontswap_init by Christoph Hellwig · 3 years ago
  15. 3e8e1af frontswap: remove frontswap_curr_pages by Christoph Hellwig · 3 years ago
  16. 0b364446 frontswap: remove frontswap_shrink by Christoph Hellwig · 3 years ago
  17. 71024cb frontswap: remove frontswap_tmem_exclusive_gets by Christoph Hellwig · 3 years ago
  18. 3d6035f frontswap: remove frontswap_writethrough by Christoph Hellwig · 3 years ago
  19. 0a4ee51 mm: remove cleancache by Christoph Hellwig · 3 years ago
  20. 2dba5eb lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() by Vlastimil Babka · 3 years ago
  21. 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
  22. 6dfbbae fs: proc: store PDE()->data into inode->i_private by Muchun Song · 3 years ago
  23. 4a57d6b locking/rwlocks: introduce write_lock_nested by Minchan Kim · 3 years ago
  24. a737a3c kprobe: move sysctl_kprobes_optimization to kprobes.c by Xiaoming Ni · 3 years ago
  25. f0bc21b fs/coredump: move coredump sysctls into its own file by Xiaoming Ni · 3 years ago
  26. fdcd407 printk: fix build warning when CONFIG_PRINTK=n by Xiaoming Ni · 3 years ago
  27. d8c0418 kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() by Luis Chamberlain · 3 years ago
  28. ab171b9 fs: move namespace sysctls and declare fs base directory by Luis Chamberlain · 3 years ago
  29. 51cb8df sysctl: add and use base directory declarer and registration helper by Luis Chamberlain · 3 years ago
  30. 1998f19 fs: move pipe sysctls to is own file by Luis Chamberlain · 3 years ago
  31. 9c011be fs: move namei sysctls to its own file by Luis Chamberlain · 3 years ago
  32. dd81faa fs: move locking sysctls where they are used by Luis Chamberlain · 3 years ago
  33. 5477161 sysctl: move maxolduid as a sysctl specific const by Luis Chamberlain · 3 years ago
  34. c8c0c23 fs: move dcache sysctls to its own file by Luis Chamberlain · 3 years ago
  35. 204d5a2 fs: move fs stat sysctls to file_table.c by Luis Chamberlain · 3 years ago
  36. 1d67fe5 fs: move inode sysctls to its own file by Luis Chamberlain · 3 years ago
  37. b1f2aff sysctl: share unsigned long const values by Luis Chamberlain · 3 years ago
  38. 0df8bdd stackleak: move stack_erasing sysctl to stackleak.c by Xiaoming Ni · 3 years ago
  39. 26d1c80 scsi/sg: move sg-big-buff sysctl to scsi/sg.c by Xiaoming Ni · 3 years ago
  40. ee9efac sysctl: add helper to register a sysctl mount point by Luis Chamberlain · 3 years ago
  41. 5475e8f random: move the random sysctl declarations to its own file by Xiaoming Ni · 3 years ago
  42. 6aad36d firmware_loader: move firmware sysctl to its own files by Xiaoming Ni · 3 years ago
  43. a8f5de8 eventpoll: simplify sysctl declaration with register_sysctl() by Xiaoming Ni · 3 years ago
  44. 7b9ad12 inotify: simplify subdirectory registration with register_sysctl() by Xiaoming Ni · 3 years ago
  45. 49a4de7 dnotify: move dnotify sysctl to dnotify.c by Xiaoming Ni · 3 years ago
  46. 86b12b6 aio: move aio sysctl to aio.c by Xiaoming Ni · 3 years ago
  47. bbe7a10 hung_task: move hung_task sysctl interface to hung_task.c by Xiaoming Ni · 3 years ago
  48. 78e36f3 sysctl: move some boundary constants from sysctl.c to sysctl_vals by Xiaoming Ni · 3 years ago
  49. 3ddd9a8 sysctl: add a new register_sysctl_init() interface by Xiaoming Ni · 3 years ago
  50. ffa6575 mm/migrate.c: rework migration_entry_wait() to not take a pageref by Alistair Popple · 3 years ago
  51. c522e3a fscache: Add a comment explaining how page-release optimisation works by David Howells · 3 years ago
  52. b64a331 cachefiles: Trace active-mark failure by David Howells · 3 years ago
  53. 8c39b8b cachefiles: Make some tracepoint adjustments by David Howells · 3 years ago
  54. 3c7c250 Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
  55. 75242f3 Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 3 years ago
  56. 2ca42c3 of: property: define of_property_read_u{8,16,32,64}_array() unconditionally by Michael Walle · 3 years ago
  57. 66a8f7f of: base: make small of_parse_phandle() variants static inline by Michael Walle · 3 years ago
  58. 64f29d8 Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years ago
  59. 440323b asm-generic: Add missing brackets for io_stop_wc macro by Xiongfeng Wang · 3 years ago
  60. 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
  61. f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  62. 5bf1828 delayacct: track delays from memory compact by wangyong · 3 years ago
  63. 1193829 delayacct: cleanup flags in struct task_delay_info and functions use it by Yang Yang · 3 years ago
  64. 82065b72 delayacct: fix incomplete disable operation when switch enable to disable by Yang Yang · 3 years ago
  65. a3d5dc9 delayacct: support swapin delay accounting for swapping without blkio by Yang Yang · 3 years ago
  66. 23b36fe panic: use error_report_end tracepoint on warnings by Marco Elver · 3 years ago
  67. c7e4289 uuid: remove licence boilerplate text from the header by Andy Shevchenko · 3 years ago
  68. 8e930a6 uuid: discourage people from using UAPI header in new code by Andy Shevchenko · 3 years ago
  69. 60c7801 kunit: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years ago
  70. fd0a146 hash.h: remove unused define directive by Isabella Basso · 3 years ago
  71. 0425473 list: introduce list_is_head() helper and re-use it in list.h by Andy Shevchenko · 3 years ago
  72. d6986ce kthread: dynamically allocate memory to store kthread's full name by Yafang Shao · 3 years ago
  73. 3087c61 tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN by Yafang Shao · 3 years ago
  74. 95af469 fs/binfmt_elf: replace open-coded string copy with get_task_comm by Yafang Shao · 3 years ago
  75. 40cbf09 kernel.h: include a note to discourage people from including it in headers by Andy Shevchenko · 3 years ago
  76. 22c0339 include/linux/unaligned: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years ago
  77. ae62fbe proc: make the proc_create[_data]() stubs static inlines by Hans de Goede · 3 years ago
  78. 20c0357 mm: percpu: add generic pcpu_populate_pte() function by Kefeng Wang · 3 years ago
  79. 23f9171 mm: percpu: add generic pcpu_fc_alloc/free funciton by Kefeng Wang · 3 years ago
  80. 1ca3fb3 mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef by Kefeng Wang · 3 years ago
  81. 0c34e79 RISC-V: Introduce sv48 support without relocatable kernel by Palmer Dabbelt · 3 years ago
  82. 60639f7 asm-generic: Prepare for riscv use of pud_alloc_one and pud_free by Alexandre Ghiti · 3 years, 1 month ago
  83. 12a8eee KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx by Sean Christopherson · 3 years, 1 month ago
  84. e6eec09 KVM: Drop unused kvm_vcpu.pre_pcpu field by Sean Christopherson · 3 years, 1 month ago
  85. 4f5a884 Merge branch 'kvm-pi-raw-spinlock' into HEAD by Paolo Bonzini · 3 years ago
  86. 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
  87. 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
  88. 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
  89. 99845220 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years ago
  90. a672b2e bpf: Fix ringbuf memory type confusion when passing to helpers by Daniel Borkmann · 3 years ago
  91. be80a1d bpf: Generalize check_ctx_reg for reuse with other types by Daniel Borkmann · 3 years ago
  92. 90ed1e6 random: rather than entropy_store abstraction, use global by Jason A. Donenfeld · 3 years ago
  93. d8d83d8 lib/crypto: blake2s: move hmac construction into wireguard by Jason A. Donenfeld · 3 years ago
  94. 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
  95. 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
  96. 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years ago
  97. 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
  98. 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
  99. 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
  100. e3daa26 Merge branch 'acpi-pfrut' by Rafael J. Wysocki · 3 years ago