summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-03-04Merge branches 'docs.2025.02.04a', 'lazypreempt.2025.03.04a', 'misc.2025.03.0...Boqun Feng
2025-03-04rcu: limit PREEMPT_RCU configurationsAnkur Arora
2025-03-04rcutorture: Update ->extendables check for lazy preemptionBoqun Feng
2025-03-04rcutorture: Update rcutorture_one_extend_check() for lazy preemptionPaul E. McKenney
2025-03-04osnoise: provide quiescent statesAnkur Arora
2025-03-04rcu: Use _full() API to debug synchronize_rcu()Uladzislau Rezki (Sony)
2025-03-04rcutorture: Allow a negative value for nfakewritersUladzislau Rezki (Sony)
2025-03-04Flush console log from kernel_power_off()Paul E. McKenney
2025-03-04context_tracking: Make RCU watch ct_kernel_exit_state() warningPaul E. McKenney
2025-03-04rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state()Paul E. McKenney
2025-03-04rcu-tasks: Move RCU Tasks self-tests to core_initcall()Paul E. McKenney
2025-03-04rcu: Fix get_state_synchronize_rcu_full() GP-start detectionPaul E. McKenney
2025-02-05srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testingPaul E. McKenney
2025-02-05rcutorture: Complain when invalid SRCU reader_flavor is specifiedPaul E. McKenney
2025-02-05rcutorture: Move RCU_TORTURE_TEST_{CHK_RDR_STATE,LOG_CPU} to boolPaul E. McKenney
2025-02-05rcutorture: Make cur_ops->format_gp_seqs take buffer lengthPaul E. McKenney
2025-02-05rcutorture: Add ftrace-compatible timestamp to GP# failure/close-call outputPaul E. McKenney
2025-02-05rcutorture: Expand failure/close-call grace-period outputPaul E. McKenney
2025-02-05rcutorture: Include grace-period sequence numbers in failure/close-callPaul E. McKenney
2025-02-05rcutorture: Add a test_boost_holdoff module parameterPaul E. McKenney
2025-02-05torture: Add get_torture_init_jiffies() for test-start timePaul E. McKenney
2025-02-05refscale: Add srcu_read_lock_fast() support using "srcu-fast"Paul E. McKenney
2025-02-05rcutorture: Add ability to test srcu_read_{,un}lock_fast()Paul E. McKenney
2025-02-05srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()Paul E. McKenney
2025-02-05srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()Paul E. McKenney
2025-02-05srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu()Paul E. McKenney
2025-02-05srcu: Force synchronization for srcu_get_delay()Paul E. McKenney
2025-02-05srcu: Make Tree SRCU updates independent of ->srcu_idxPaul E. McKenney
2025-02-05srcu: Make SRCU readers use ->srcu_ctrs for counter selectionPaul E. McKenney
2025-02-05srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structurePaul E. McKenney
2025-02-05srcu: Use ->srcu_gp_seq for rcutorture reader batchPaul E. McKenney
2025-02-05srcu: Make Tiny SRCU able to operate in preemptible kernelsPaul E. McKenney
2025-02-05rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=yAnkur Arora
2025-02-05rcu: handle unstable rdp in rcu_read_unlock_strict()Ankur Arora
2025-02-05sched: update __cond_resched comment about RCU quiescent statesAnkur Arora
2025-02-05rcu: rename PREEMPT_AUTO to PREEMPT_LAZYAnkur Arora
2025-02-04rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()Zilin Guan
2025-02-04rcu: Split rcu_report_exp_cpu_mult() mask parameter and use for tracingPaul E. McKenney
2025-02-04rcu: Clarify RCU_LAZY and RCU_LAZY_DEFAULT_OFF help textPaul E. McKenney
2025-02-04rcu: Add CONFIG_RCU_LAZY delays to call_rcu() kernel-doc headerPaul E. McKenney
2025-02-04srcu: Point call_srcu() to call_rcu() for detailed memory orderingPaul E. McKenney
2025-02-04rcu: Document self-propagating callbacksPaul E. McKenney
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-02-01kernel: be more careful about dup_mmap() failures and uprobe registeringLiam R. Howlett
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-01-30Merge tag 'audit-pr-20250130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-30Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-01-30Merge branch 'pm-sleep'Rafael J. Wysocki
2025-01-29audit: Initialize lsmctx to avoid memory allocation errorHuacai Chen
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds