1. 88168bf lib/Kconfig.debug: properly split hash test kernel entries by Isabella Basso · 3 years ago
  2. 5427d3d test_hash.c: split test_hash_init by Isabella Basso · 3 years ago
  3. ae78806 test_hash.c: split test_int_hash into arch-specific functions by Isabella Basso · 3 years ago
  4. fd0a146 hash.h: remove unused define directive by Isabella Basso · 3 years ago
  5. a31f933 lib/list_debug.c: print more list debugging context in __list_del_entry_valid() by Zhen Lei · 3 years ago
  6. 0425473 list: introduce list_is_head() helper and re-use it in list.h by Andy Shevchenko · 3 years ago
  7. 70ac699 kstrtox: uninline everything by Alexey Dobriyan · 3 years ago
  8. 26d98e9 get_maintainer: don't remind about no git repo when --nogit is used by Randy Dunlap · 3 years ago
  9. 7f8ca0e kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP) by Davidlohr Bueso · 3 years ago
  10. d6986ce kthread: dynamically allocate memory to store kthread's full name by Yafang Shao · 3 years ago
  11. 3087c61 tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN by Yafang Shao · 3 years ago
  12. 4cfb943 tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm by Yafang Shao · 3 years ago
  13. d068144 samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm by Yafang Shao · 3 years ago
  14. 95af469 fs/binfmt_elf: replace open-coded string copy with get_task_comm by Yafang Shao · 3 years ago
  15. 7b6397d drivers/infiniband: replace open-coded string copy with get_task_comm by Yafang Shao · 3 years ago
  16. 503471a fs/exec: replace strncpy with strscpy_pad in __get_task_comm by Yafang Shao · 3 years ago
  17. 06c5088 fs/exec: replace strlcpy with strscpy_pad in __set_task_comm by Yafang Shao · 3 years ago
  18. 40cbf09 kernel.h: include a note to discourage people from including it in headers by Andy Shevchenko · 3 years ago
  19. 22c0339 include/linux/unaligned: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years ago
  20. 7080cea sysctl: remove redundant ret assignment by luo penghao · 3 years ago
  21. 153ee1c sysctl: fix duplicate path separator in printed entries by Geert Uytterhoeven · 3 years ago
  22. 51a1873 proc: convert the return type of proc_fd_access_allowed() to be boolean by Qi Zheng · 3 years ago
  23. ae62fbe proc: make the proc_create[_data]() stubs static inlines by Hans de Goede · 3 years ago
  24. 25bc5b0 proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration by David Hildenbrand · 3 years ago
  25. 20c0357 mm: percpu: add generic pcpu_populate_pte() function by Kefeng Wang · 3 years ago
  26. 23f9171 mm: percpu: add generic pcpu_fc_alloc/free funciton by Kefeng Wang · 3 years ago
  27. 1ca3fb3 mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef by Kefeng Wang · 3 years ago
  28. 7ecd19c mm: percpu: generalize percpu related config by Kefeng Wang · 3 years ago
  29. df0cc57 Linux 5.16 by Linus Torvalds · 3 years ago
  30. e900deb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 3 years ago
  31. 9535012 Merge tag 'soc-fixes-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  32. 9a12a5a Merge tag 'perf-tools-fixes-for-v5.16-2022-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years ago
  33. df5bc0a Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)" by Len Brown · 3 years ago
  34. cf73ed8 Input: zinitix - make sure the IRQ is allocated before it gets enabled by Nikita Travkin · 3 years ago
  35. c801335 ARM: dts: gpio-ranges property is now required by Phil Elwell · 3 years ago
  36. 4634129 Merge tag 'soc-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  37. 21f35d2 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years ago
  38. d445d64 Merge tag 'for-v5.16-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 3 years ago
  39. 622e42a Merge tag 'xfs-5.16-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
  40. d1587f7 Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years ago
  41. 35632d9 Merge tag 'block-5.16-2022-01-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
  42. 494603e Merge tag 'edac_urgent_for_v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 3 years ago
  43. a19f75d Revert "i2c: core: support bus regulator controlling in adapter" by Wolfram Sang · 3 years ago
  44. dc9f2dd Revert "libtraceevent: Increase libtraceevent logging when verbose" by Arnaldo Carvalho de Melo · 3 years ago
  45. f06a82f perf trace: Avoid early exit due to running SIGCHLD handler before it makes sense to by Jiri Olsa · 3 years ago
  46. 2455672 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  47. 7a6043c Merge tag 'drm-fixes-2022-01-07' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years ago
  48. fffb532 KVM: x86: Check for rmaps allocation by Nikunj A Dadhania · 3 years ago
  49. 597cb79 KVM: SEV: Mark nested locking of kvm->lock by Wanpeng Li · 3 years ago
  50. ddec8ed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years ago
  51. b2b436e Merge tag 'trace-v5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years ago
  52. bf35a78 selftests: cgroup: Test open-time cgroup namespace usage for migration checks by Tejun Heo · 3 years ago
  53. 613e040 selftests: cgroup: Test open-time credential usage for migration checks by Tejun Heo · 3 years ago
  54. b09c2ba selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644 by Tejun Heo · 3 years ago
  55. e574576 cgroup: Use open-time cgroup namespace for process migration perm checks by Tejun Heo · 3 years ago
  56. 0d2b5955 cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv by Tejun Heo · 3 years ago
  57. 1756d79 cgroup: Use open-time credentials for process migraton perm checks by Tejun Heo · 3 years ago
  58. 936a937 Merge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 3 years ago
  59. 72a4a87 i2c: mpc: Avoid out of bounds memory access by Chris Packham · 3 years ago
  60. 8922bb6 Merge tag 'socfpga_fix_for_v5.16_part_3' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes by Olof Johansson · 3 years ago
  61. fde9ec3 Merge tag 'reset-fixes-for-v5.16-2' of git://git.pengutronix.de/pza/linux into arm/fixes by Olof Johansson · 3 years ago
  62. f28439d tracing: Tag trace_percpu_buffer as a percpu pointer by Naveen N. Rao · 3 years ago
  63. 823e670 tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() by Naveen N. Rao · 3 years ago
  64. 0daf5cb ftrace/samples: Add missing prototypes direct functions by Jiri Olsa · 3 years ago
  65. 75acfdb Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  66. b35a0f4 RDMA/core: Don't infoleak GRH fields by Leon Romanovsky · 3 years ago
  67. db54c12 selftests: set amt.sh executable by Taehee Yoo · 3 years ago
  68. 7694a7d RDMA/uverbs: Check for null return of kmalloc_array by Jiasheng Jiang · 3 years ago
  69. 00fcf8c Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks" by Aaron Ma · 3 years ago
  70. 49ef78e Merge tag 'gpio-fixes-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years ago
  71. af872b6 Merge tag 'ieee802154-for-net-2022-01-05' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan by Jakub Kicinski · 3 years ago
  72. 4163cb3 Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow" by Maor Gottlieb · 3 years ago
  73. b3c8e0d Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue by David S. Miller · 3 years ago
  74. 1d5a474 sfc: The RX page_ring is optional by Martin Habets · 3 years ago
  75. b712941 iavf: Fix limit of total number of queues to active queues of VF by Karen Sornek · 3 years, 4 months ago
  76. e738451 i40e: Fix incorrect netdev's real number of RX/TX queues by Jedrzej Jagielski · 3 years ago
  77. 40feded i40e: Fix for displaying message regarding NVM version by Mateusz Palczewski · 3 years, 1 month ago
  78. 3116f59 i40e: fix use-after-free in i40e_sync_filters_subtask() by Di Zhu · 3 years, 1 month ago
  79. 01cbf50 i40e: Fix to not show opcode msg on unsuccessful VF MAC change by Mateusz Palczewski · 3 years, 10 months ago
  80. 754e438 ieee802154: atusb: fix uninit value in atusb_set_extended_addr by Pavel Skripkin · 3 years ago
  81. c370baa EDAC/i10nm: Release mdev/mbase when failing to detect HBM by Qiuxu Zhuo · 3 years ago
  82. 6f89ecf Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by Jakub Kicinski · 3 years ago
  83. 8ff5f5d RDMA/rxe: Prevent double freeing rxe_map_set() by Li Zhijian · 3 years ago
  84. 8b5cb7e mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh by Pavel Skripkin · 3 years ago
  85. 68a18ad mac80211: initialize variable have_higher_than_11mbit by Tom Rix · 3 years ago
  86. 7d18a07 sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc by Eric Dumazet · 3 years ago
  87. 3087a6f netrom: fix copying in user data in nr_setsockopt by Christoph Hellwig · 3 years ago
  88. d2d9a6d Merge branch 'srv6-traceroute' by David S. Miller · 3 years ago
  89. 222a011 udp6: Use Segment Routing Header for dest address if present by Andrew Lunn · 3 years ago
  90. e412944 icmp: ICMPV6: Examine invoking packet for Segment Route Headers. by Andrew Lunn · 3 years ago
  91. fa55a7d seg6: export get_srh() for ICMP handling by Andrew Lunn · 3 years ago
  92. 26bc4f0 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.16 by Jens Axboe · 3 years ago
  93. e8fe9e8 Merge tag 'batadv-net-pullrequest-20220103' of git://git.open-mesh.org/linux-merge by Jakub Kicinski · 3 years ago
  94. 065e1ae Revert "net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_register" by Florian Fainelli · 3 years ago
  95. 46669e8 md/raid1: fix missing bitmap update w/o WriteMostly devices by Song Liu · 3 years ago
  96. 95bdba2 ipv6: Do cleanup if attribute validation fails in multipath route by David Ahern · 3 years ago
  97. e30a845 ipv6: Continue processing multipath route even if gateway attribute is invalid by David Ahern · 3 years ago
  98. 32e246b MAINTAINERS: update gpio-brcmstb maintainers by Gregory Fong · 3 years ago
  99. e5a7431 gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler by Steven Lee · 3 years ago
  100. c9e6606 Linux 5.16-rc8 by Linus Torvalds · 3 years ago