linux.git
2023-02-03 Paul E. McKenneyMerge branch 'stall.2023.01.09a' into HEAD
2023-02-03 Paul E. McKenneyMerge branches 'doc.2023.01.05a', 'fixes.2023.01.23a...
2023-02-03 Uladzislau... rcu/kvfree: Add kvfree_rcu_mightsleep() and kfree_rcu_m...
2023-02-03 Paul E. McKenneykernel/notifier: Remove CONFIG_SRCU
2023-02-03 Paul E. McKenneyinit: Remove "select SRCU"
2023-02-03 Paul E. McKenneyfs/quota: Remove "select SRCU"
2023-02-03 Paul E. McKenneyfs/notify: Remove "select SRCU"
2023-02-03 Paul E. McKenneyfs/btrfs: Remove "select SRCU"
2023-02-03 Paul E. McKenneyfs: Remove CONFIG_SRCU
2023-02-03 Paul E. McKenneydrivers/pci/controller: Remove "select SRCU"
2023-02-03 Paul E. McKenneydrivers/net: Remove "select SRCU"
2023-02-03 Paul E. McKenneydrivers/md: Remove "select SRCU"
2023-02-03 Paul E. McKenneydrivers/hwtracing/stm: Remove "select SRCU"
2023-02-03 Paul E. McKenneydrivers/dax: Remove "select SRCU"
2023-02-03 Paul E. McKenneydrivers/base: Remove CONFIG_SRCU
2023-01-24 Joel Fernandes... rcu: Disable laziness if lazy-tracking says so
2023-01-18 Joel Fernandes... rcu: Track laziness during boot and suspend
2023-01-12 Zqiangrcu: Remove redundant call to rcu_boost_kthread_setaffi...
2023-01-09 Paul E. McKenneyrcu: Allow up to five minutes expedited RCU CPU stall...
2023-01-05 Zhen Leircu: Align the output of RCU CPU stall warning messages
2023-01-05 Zhen Leircu: Add RCU stall diagnosis information
2023-01-05 Zhen Leisched: Add helper nr_context_switches_cpu()
2023-01-05 Zhen Leisched: Add helper kstat_cpu_softirqs_sum()
2023-01-05 Joel Fernandes... torture: Fix hang during kthread shutdown phase
2023-01-05 Paul E. McKenneyrcutorture: Drop sparse lock-acquisition annotations
2023-01-05 Joel Fernandes... locktorture: Make the rt_boost factor a tunable
2023-01-05 Joel Fernandes... locktorture: Allow non-rtmutex lock types to be boosted
2023-01-05 Paul E. McKenneyrefscale: Add tests using SLAB_TYPESAFE_BY_RCU
2023-01-05 Zhen Leidoc: Fix htmldocs build warnings of stallwarn.rst
2023-01-05 Akira Yokosawadocs/RCU/rcubarrier: Right-adjust line numbers in code...
2023-01-05 Akira Yokosawadocs/RCU/rcubarrier: Adjust 'Answer' parts of QQs as...
2023-01-05 Zhen Leidoc: Document CONFIG_RCU_CPU_STALL_CPUTIME=y stall...
2023-01-05 Paul E. McKenneydoc: Update whatisRCU.rst
2023-01-05 Paul E. McKenneydoc: Update rcu.rst URL to RCU publications
2023-01-05 Paul E. McKenneydoc: Update UP.rst
2023-01-05 Paul E. McKenneydoc: Update torture.rst
2023-01-05 Paul E. McKenneydoc: Update stallwarn.rst
2023-01-05 Paul E. McKenneydoc: Update rcu.rst
2023-01-05 Paul E. McKenneydoc: Update and wordsmith rculist_nulls.rst
2023-01-04 Paul E. McKenneyrcu: Permit string-valued Kconfig options in kvm.sh
2023-01-04 Paul E. McKenneytorture: Permit double-quoted-string Kconfig options
2023-01-04 Tiezhu Yangselftests: rcutorture: Use "grep -E" instead of "egrep"
2023-01-04 Paul E. McKenneytorture: make kvm-find-errors.sh check for compressed...
2023-01-04 Paul E. McKenneyrefscale: Provide for initialization failure
2023-01-04 Paul E. McKenneytorture: Seed torture_random_state on CPU
2023-01-04 Zqiangrcu-tasks: Handle queue-shrink/callback-enqueue race...
2023-01-04 Zqiangrcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
2023-01-04 Frederic Weisbeckerrcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_pr...
2023-01-04 Frederic Weisbeckerrcu-tasks: Remove preemption disablement around srcu_re...
2023-01-04 Frederic Weisbeckerrcu-tasks: Improve comments explaining tasks_rcu_exit_s...
2023-01-04 Zqiangrcu-tasks: Use accurate runstart time for RCU Tasks...
2023-01-04 Zhen Leigenirq: Fix the return type of kstat_cpu_irqs_sum()
2023-01-04 Paul E. McKenneysrcu: Update comment after the index flip
2023-01-04 Paul E. McKenneysrcu: Yet more detail for srcu_readers_active_idx_check...
2023-01-04 Pingfan Liusrcu: Remove needless rcu_seq_done() check while holdin...
2023-01-04 Paul E. McKenneyrcu: Add test code for semaphore-like SRCU readers
2023-01-04 Paul E. McKenneyrcu: Add srcu_down_read() and srcu_up_read()
2023-01-04 Pingfan Liusrcu: Fix the comparision in srcu_invl_snp_seq()
2023-01-04 Pingfan Liusrcu: Fix a misspelling in comment
2023-01-04 Pingfan Liusrcu: Delegate work to the boot cpu if using SRCU_SIZE_...
2023-01-04 Zqiangsrcu: Release early_srcu resources when no longer in use
2023-01-04 Uladzislau... rcu/kvfree: Split ready for reclaim objects from a...
2023-01-04 Uladzislau... rcu/kvfree: Carefully reset number of objects in krcp
2023-01-04 Uladzislau... rcu/kvfree: Use READ_ONCE() when access to krcp->head
2023-01-04 Uladzislau... rcu/kvfree: Use a polled API to speedup a reclaim process
2023-01-04 Uladzislau... rcu/kvfree: Move need_offload_krc() out of krcp->lock
2023-01-04 Uladzislau... rcu/kvfree: Move bulk/list reclaim to separate functions
2023-01-04 Uladzislau... rcu/kvfree: Switch to a generic linked list API
2023-01-04 Uladzislau... rcu: Refactor kvfree_call_rcu() and high-level helpers
2023-01-04 Paul E. McKenneyrcu: Allow expedited RCU CPU stall warnings to dump...
2023-01-04 Paul E. McKenneyrcu: Test synchronous RCU grace periods at the end...
2023-01-04 Zqiangrcu: Make rcu_blocking_is_gp() stop early-boot might_sl...
2023-01-04 Paul E. McKenneyrcu: Suppress smp_processor_id() complaint in synchroni...
2023-01-04 Paul E. McKenneyrcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
2023-01-04 Paul E. McKenneyrcu: Upgrade header comment for poll_state_synchronize_...
2023-01-04 Paul E. McKenneyrcu: Throttle callback invocation based on number of...
2023-01-04 Paul E. McKenneyrcu: Consolidate initialization and CPU-hotplug code
2023-01-04 Zhao Mengmengrcu: Use hlist_nulls_next_rcu() in hlist_nulls_add_tail...
2023-01-04 Paul E. McKenneydoc: Update rcu_dereference.rst
2023-01-04 Paul E. McKenneydoc: Update rcubarrier.rst
2023-01-04 Paul E. McKenneydoc: Update NMI-RCU.rst
2023-01-04 Paul E. McKenneydoc: Further updates to RCU's lockdep.rst
2022-12-25 Linus TorvaldsLinux 6.2-rc1
2022-12-25 Steven Rostedt... treewide: Convert del_timer*() to timer_shutdown*()
2022-12-23 Linus TorvaldsMerge tag 'spi-fix-v6.2-rc1' of git://git./linux/kernel...
2022-12-23 Linus TorvaldsMerge tag 'regulator-fix-v6.2-rc1' of git://git./linux...
2022-12-23 Linus TorvaldsMerge tag 'coccinelle-6.2' of git://git./linux/kernel...
2022-12-23 Linus TorvaldsMerge tag 'hardening-v6.2-rc1-fixes' of git://git....
2022-12-23 Linus TorvaldsMerge tag 'pstore-v6.2-rc1-fixes' of git://git./linux...
2022-12-23 Linus TorvaldsMerge tag 'dma-mapping-2022-12-23' of git://git.infrade...
2022-12-23 Linus TorvaldsMerge tag '9p-for-6.2-rc1' of https://github.com/martin...
2022-12-23 Linus TorvaldsMerge tag 'sound-6.2-rc1-2' of git://git./linux/kernel...
2022-12-23 Linus TorvaldsMerge tag 'drm-next-2022-12-23' of git://anongit.freede...
2022-12-23 Linus TorvaldsMerge tag 'mips_6.2_1' of git://git./linux/kernel/git...
2022-12-23 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2022-12-22-14-34' of...
2022-12-23 Luca Stefanipstore: Properly assign mem_type property
2022-12-23 John Stultzpstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_...
2022-12-23 Sami Tolvanencfi: Fix CFI failure with KASAN
2022-12-22 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2022-12-22 Linus TorvaldsMerge tag 'afs-next-20221222' of git://git./linux/kerne...
next