1. f061f6b Merge branch 'nolibc.2022.10.28a' into HEAD by Paul E. McKenney · 3 months ago main master
  2. 18b39ec Merge branch 'urgent.2022.12.17a' into HEAD by Paul E. McKenney · 3 months ago
  3. 3f6c3d2 rcu: Don't assert interrupts enabled too early in boot by Paul E. McKenney · 4 months ago rcu-urgent.2022.12.17a
  4. 13b9232 Merge branch 'lkmm.2022.10.18c' into HEAD by Paul E. McKenney · 4 months ago
  5. 6351f63 Merge branch 'kcsan.2022.10.18c' into HEAD by Paul E. McKenney · 4 months ago
  6. 53b5833 Merge branch 'srcunmisafe.2022.11.29a' into HEAD by Paul E. McKenney · 4 months ago
  7. 51f5f78 srcu: Make Tiny synchronize_srcu() check for readers by Zqiang · 5 months ago srcunmisafe.2022.12.01a
  8. 87492c0 Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 'srcunmisafe.2022.11.09a', 'torture.2022.10.18c' and 'torturescript.2022.10.20a' into HEAD by Paul E. McKenney · 4 months ago rcu.2022.12.02a
  9. 9d40c84 net: devinet: Reduce refcount before grace period by Eric Dumazet · 4 months ago
  10. 483c26f net: Use call_rcu_hurry() for dst_release() by Joel Fernandes (Google) · 4 months ago
  11. a7e30c0 workqueue: Make queue_rcu_work() use call_rcu_hurry() by Uladzislau Rezki · 6 months ago
  12. 343a72e percpu-refcount: Use call_rcu_hurry() for atomic switch by Joel Fernandes (Google) · 6 months ago
  13. 0cd7e35 rcu: Make SRCU mandatory by Paul E. McKenney · 4 months ago
  14. 54d87b0 scsi/scsi_error: Use call_rcu_hurry() instead of call_rcu() by Uladzislau Rezki · 6 months ago
  15. 405d8e9 rcu/rcutorture: Use call_rcu_hurry() where needed by Joel Fernandes (Google) · 6 months ago
  16. 723df85 rcu/rcuscale: Use call_rcu_hurry() for async reader test by Joel Fernandes (Google) · 6 months ago
  17. 7651d6b rcu/sync: Use call_rcu_hurry() instead of call_rcu by Joel Fernandes (Google) · 6 months ago
  18. 084e04ff rcuscale: Add laziness and kfree tests by Joel Fernandes (Google) · 6 months ago
  19. c945b4d rcu: Shrinker for lazy rcu by Vineeth Pillai · 6 months ago
  20. 3d222a0 rcu: Refactor code a bit in rcu_nocb_do_flush_bypass() by Joel Fernandes (Google) · 6 months ago
  21. 3cb278e7 rcu: Make call_rcu() lazy to save power by Joel Fernandes (Google) · 6 months ago
  22. f733615 rcu: Implement lockdep_rcu_enabled for !CONFIG_DEBUG_LOCK_ALLOC by John Ogness · 5 months ago srcunmisafe.2022.11.09a
  23. 4a95be7 selftests/nolibc: Always rebuild the sysroot when running a test by Willy Tarreau · 5 months ago nolibc.2022.12.02a
  24. c80b5a0 selftests/nolibc: Add 7 tests for memcmp() by Willy Tarreau · 5 months ago
  25. b3f4f51 tools/nolibc/string: Fix memcmp() implementation by Rasmus Villemoes · 5 months ago nolibc-urgent.2022.10.28a
  26. bfc3b0f tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12 by Willy Tarreau · 6 months ago
  27. e29a491 srcu: Debug NMI safety even on archs that don't require it by Frederic Weisbecker · 6 months ago srcunmisafe.2022.10.21a
  28. ae3c070 srcu: Explain the reason behind the read side critical section on GP start by Frederic Weisbecker · 6 months ago
  29. 6b77bb9 srcu: Warn when NMI-unsafe API is used in NMI by Frederic Weisbecker · 6 months ago
  30. 85bf378 arch/s390: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option by Paul E. McKenney · 6 months ago
  31. 3f48f3d arch/loongarch: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option by Paul E. McKenney · 6 months ago
  32. ceb1c8c rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state() by Zqiang · 6 months ago
  33. df83fff rcu-tasks: Make grace-period-age message human-readable by Paul E. McKenney · 6 months ago
  34. fdbdb86 rcu: Remove rcu_is_idle_cpu() by Yipeng Zou · 6 months ago
  35. e9f8a79 slab: Explain why SLAB_TYPESAFE_BY_RCU reference before locking by Paul E. McKenney · 6 months ago
  36. 31d8aaa rcu: Keep synchronize_rcu() from enabling irqs in early boot by Paul E. McKenney · 5 months ago rcu-urgent.2022.10.20a
  37. f7dd164 torture: Make torture.sh create a properly formatted log file by Paul E. McKenney · 7 months ago
  38. cb0982e rcutorture: Avoid torture.sh compressing identical files by Paul E. McKenney · 7 months ago
  39. 6cc9203 arch/arm64: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option by Paul E. McKenney · 6 months ago
  40. 49f88c7 arch/x86: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option by Paul E. McKenney · 6 months ago
  41. 36f65f1 srcu: Check for consistent global per-srcu_struct NMI safety by Paul E. McKenney · 6 months ago
  42. 27120e7 srcu: Check for consistent per-CPU per-srcu_struct NMI safety by Paul E. McKenney · 6 months ago
  43. 2e83b87 srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe() by Paul E. McKenney · 7 months ago
  44. 2c3cdf5 doc: Update RCU's lockdep.rst by Paul E. McKenney · 5 months ago
  45. 06e6d1d doc: Update listRCU.rst by Paul E. McKenney · 7 months ago
  46. ee5a86f docs/memory-barriers.txt/kokr: Fix confusing name of 'data dependency barrier' by SeongJae Park · 6 months ago lkmm lkmm.2022.12.02a
  47. f4928c3 docs/memory-barriers.txt/kokr: Add memory barrier dma_mb() by SeongJae Park · 6 months ago
  48. 9fef8eb docs/memory-barriers.txt/kokr: introduce io_stop_wc() and add implementation for ARM64 by SeongJae Park · 6 months ago
  49. 1ab8f24 docs/memory-barriers.txt: Add a missed closing parenthesis by SeongJae Park · 6 months ago
  50. fc13b47 tools/memory-model: Weaken ctrl dependency definition in explanation.txt by Paul Heidekrüger · 7 months ago
  51. 144b915 kcsan: Fix trivial typo in Kconfig help comments by Ryosuke Yasuoka · 5 months ago kcsan kcsan.2022.12.02a
  52. 63646fcb objtool, kcsan: Add volatile read/write instrumentation to whitelist by Marco Elver · 7 months ago
  53. 7c20173 kcsan: Instrument memcpy/memset/memmove with newer Clang by Marco Elver · 7 months ago
  54. dfabd42 rcutorture: Avoid redundant builds for rcuscale and refscale in torture.sh by Paul E. McKenney · 7 months ago
  55. fb53a8d rcutorture: Add --datestamp parameter to kvm-again.sh by Paul E. McKenney · 7 months ago
  56. 8e3b180 rcutorture: Make kvm-recheck.sh export TORTURE_SUITE by Paul E. McKenney · 7 months ago
  57. f14c20c rcutorture: Make kvm-test-1-run-qemu.sh check for alternative output by Paul E. McKenney · 7 months ago
  58. c211ae9 torture: Use mktemp instead of guessing at unique names by Paul E. McKenney · 7 months ago
  59. 50527f7 rcutorture: Add --bootargs parameter to kvm-again.sh by Paul E. McKenney · 7 months ago
  60. 1324d95 rcutorture: Verify NUM_ACTIVE_RCU_POLL_OLDSTATE by Paul E. McKenney · 7 months ago
  61. 1d5ebc3 rcutorture: Verify NUM_ACTIVE_RCU_POLL_FULL_OLDSTATE by Paul E. McKenney · 7 months ago
  62. b8f7aca rcu: Fix missing nocb gp wake on rcu_barrier() by Frederic Weisbecker · 6 months ago
  63. b50606f rcu: Fix late wakeup when flush of bypass cblist happens by Joel Fernandes (Google) · 6 months ago
  64. f1ffec1 rcu: Simplify rcu_init_nohz() cpumask handling by Zhen Lei · 7 months ago
  65. aba9645 rcu: Use READ_ONCE() for lockless read of rnp->qsmask by Joel Fernandes (Google) · 6 months ago
  66. b5ad0d2 rcu: Remove unused 'cpu' in rcu_virt_note_context_switch() by Zeng Heng · 7 months ago
  67. 6343402a rcu: Synchronize ->qsmaskinitnext in rcu_boost_kthread_setaffinity() by Pingfan Liu · 7 months ago
  68. d6fd907 rcu: Remove duplicate RCU exp QS report from rcu_report_dead() by Zqiang · 7 months ago
  69. 3e7768b doc: Update checklist.txt by Paul E. McKenney · 7 months ago
  70. ef2555c doc: Remove arrayRCU.rst by Paul E. McKenney · 7 months ago
  71. 5d0f595 srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomic by Paul E. McKenney · 7 months ago
  72. 9abf231 Linux 6.1-rc1 by Linus Torvalds · 5 months ago v6.1-rc1
  73. f1947d7 Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 5 months ago
  74. 8636df9 Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 5 months ago
  75. 2df7660 Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 months ago
  76. 2fcd8f1 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 5 months ago
  77. b08cd74 Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 months ago
  78. 8049387 Revert "cpumask: fix checking valid cpu range". by Tetsuo Handa · 6 months ago
  79. 0a6de78 lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5 by Nathan Chancellor · 6 months ago
  80. 3753af7 kbuild: fix single directory build by Masahiro Yamada · 6 months ago
  81. 1501278 Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 6 months ago
  82. 36d8a3e Merge tag 'for-linus' of https://github.com/openrisc/linux by Linus Torvalds · 6 months ago
  83. 4141096 Merge tag 'pci-v6.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 months ago
  84. e36ce44 mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation by Hyeonggon Yoo · 6 months ago
  85. 34a0bac MAINTAINERS: git://github -> https://github.com for openrisc by Palmer Dabbelt · 6 months ago
  86. e3e9463 smb3: improve SMB3 change notification support by Steve French · 6 months ago
  87. 2bff065 cifs: lease key is uninitialized in two additional functions when smb1 by Steve French · 6 months ago
  88. 625b60d cifs: lease key is uninitialized in smb1 paths by Steve French · 6 months ago
  89. f09bd69 smb3: must initialize two ACL struct fields to zero by Steve French · 6 months ago
  90. b854b4e cifs: fix double-fault crash during ntlmssp by Paulo Alcantara · 6 months ago
  91. a3a3656 tools arch x86: Sync the msr-index.h copy with the kernel sources by Arnaldo Carvalho de Melo · 2 years, 8 months ago
  92. 5e91e57 perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet by Qi Liu · 6 months ago
  93. 057381a perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driver by Qi Liu · 6 months ago
  94. 45a3975 perf auxtrace arm: Refactor event list iteration in auxtrace_record__init() by Qi Liu · 6 months ago
  95. 58d4802 perf tests stat+json_output: Include sanity check for topology by Athira Rajeev · 6 months ago
  96. cd400f6 perf tests stat+csv_output: Include sanity check for topology by Athira Rajeev · 6 months ago
  97. 6cef7da perf intel-pt: Fix system_wide dummy event for hybrid by Adrian Hunter · 6 months ago
  98. 5a3d470 perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc by Adrian Hunter · 6 months ago
  99. e280396 perf test: Fix attr tests for PERF_FORMAT_LOST by James Clark · 6 months ago
  100. f77811a perf test: test_intel_pt.sh: Add 9 tests by Ammy Yi · 6 months ago