summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2022-10-045-362/+62
|\
| * kallsyms: Drop CONFIG_CFI_CLANG workaroundsSami Tolvanen2022-09-261-17/+0
| * treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen2022-09-262-3/+2
| * cfi: Switch to -fsanitize=kcfiSami Tolvanen2022-09-262-106/+73
| * cfi: Remove CONFIG_CFI_CLANG_SHADOWSami Tolvanen2022-09-262-250/+1
* | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2022-10-043-6/+25
|\ \
| * | Kbuild: add Rust supportMiguel Ojeda2022-09-281-0/+1
| * | kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda2022-09-281-2/+2
| * | kallsyms: support "big" kernel symbolsMiguel Ojeda2022-09-281-4/+22
* | | Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2022-10-031-15/+15
|\ \ \
| * \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2022-10-031-15/+15
| |\ \ \ | | |/ / | |/| |
| | * | cpufreq: schedutil: Move max CPU capacity to sugov_policyLukasz Luba2022-08-231-15/+15
* | | | Merge tag 'rcu.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-0311-153/+628
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---------. \ \ \ Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney2022-09-0111-153/+628
| |\ \ \ \ \ \ \ \ \
| | | | | | | * | | | rcu-tasks: Make RCU Tasks Trace check for userspace executionZqiang2022-08-312-6/+2
| | | | | | | * | | | rcu-tasks: Ensure RCU Tasks Trace loops have quiescent statesPaul E. McKenney2022-08-311-0/+3
| | | | | | | * | | | rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang2022-08-311-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
| | | | | | * | | | srcu: Make Tiny SRCU use full-sized grace-period countersPaul E. McKenney2022-08-311-7/+7
| | | | | | * | | | srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precisePaul E. McKenney2022-08-311-2/+2
| | | | | | * | | | rcutorture: Make "srcud" option also test polled grace-period APIPaul E. McKenney2022-08-311-0/+3
| | |_|_|_|/ / / / | |/| | | | | | |
| | | | | * | | | rcutorture: Limit read-side polling-API testingPaul E. McKenney2022-08-311-18/+23
| | | | | * | | | rcutorture: Expand rcu_torture_write_types() first "if" statementPaul E. McKenney2022-08-311-6/+23
| | | | | * | | | rcutorture: Use 1-suffixed variable in rcu_torture_write_types() checkPaul E. McKenney2022-08-311-1/+1
| | | | | * | | | rcu: Make synchronize_rcu() fastpath update only boot-CPU countersPaul E. McKenney2022-08-311-2/+16
| | | | | * | | | rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removalPaul E. McKenney2022-08-311-1/+1
| | | | | * | | | rcu: Remove ->rgos_polled field from rcu_gp_oldstate structurePaul E. McKenney2022-08-311-5/+1
| | | | | * | | | rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequencePaul E. McKenney2022-08-311-0/+6
| | | | | * | | | rcu: Remove expedited grace-period fast-path forward-progress helperPaul E. McKenney2022-08-311-2/+0
| | | | | * | | | rcu: Make synchronize_rcu() fast path update ->gp_seq countersPaul E. McKenney2022-08-311-13/+26
| | | | | * | | | rcu-tasks: Remove grace-period fast-path rcu-tasks helperPaul E. McKenney2022-08-311-2/+0
| | | | | * | | | rcu: Set rcu_data structures' initial ->gpwrap value to truePaul E. McKenney2022-08-311-0/+1
| | | | | * | | | rcu: Disable run-time single-CPU grace-period optimizationPaul E. McKenney2022-08-311-31/+9
| | | | | * | | | rcu: Add full-sized polling for cond_sync_exp_full()Paul E. McKenney2022-08-312-22/+77
| | | | | * | | | rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney2022-08-312-21/+74
| | | | | * | | | rcu: Remove blank line from poll_state_synchronize_rcu() docbook headerPaul E. McKenney2022-08-311-3/+2
| | | | | * | | | rcu: Add full-sized polling for start_poll_expedited()Paul E. McKenney2022-08-312-10/+59
| | | | | * | | | rcu: Add full-sized polling for start_poll()Paul E. McKenney2022-08-312-22/+85
| | | | | * | | | rcutorture: Verify long-running reader prevents full polling from completingPaul E. McKenney2022-08-311-0/+10
| | | | | * | | | rcutorture: Remove redundant RTWS_DEF_FREE checkPaul E. McKenney2022-08-311-2/+1
| | | | | * | | | rcutorture: Verify RCU reader prevents full polling from completingPaul E. McKenney2022-08-311-3/+16
| | | | | * | | | rcutorture: Allow per-RCU-flavor polled double-GP checkPaul E. McKenney2022-08-311-1/+8
| | | | | * | | | rcutorture: Abstract synchronous and polled API testingPaul E. McKenney2022-08-311-12/+36
| | | | | * | | | rcu: Add full-sized polling for get_state()Paul E. McKenney2022-08-312-4/+39
| | | | | * | | | rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney2022-08-313-4/+91
| | |_|_|/ / / / | |/| | | | | |
| | | | * | | | rcu/nocb: Add CPU number to CPU-{,de}offload failure messagesPaul E. McKenney2022-08-311-2/+2
| | | | * | | | rcu/nocb: Choose the right rcuog/rcuop kthreads to outputZqiang2022-08-311-3/+3
| | |_|/ / / / | |/| | | | |
| | | * | | | rcu/kvfree: Update KFREE_DRAIN_JIFFIES intervalUladzislau Rezki (Sony)2022-08-311-4/+19
| | | * | | | rcu/kfree: Fix kfree_rcu_shrink_count() return valueJoel Fernandes (Google)2022-08-311-1/+1
| | | * | | | rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko2022-08-311-8/+9
| | |/ / / / | |/| | | |
| | * | | | rcutorture: Use the barrier operation specified by cur_opsZqiang2022-09-011-2/+2