summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-043-13/+9
|\
| * audit: remove selinux_audit_rule_update() declarationXiu Jianfeng2022-09-071-2/+0
| * audit: use time_after to compare timewuchi2022-08-301-5/+3
| * audit: free audit_proctitle only on task exitRichard Guy Briggs2022-08-261-1/+1
| * audit: explicitly check audit_context->context enum valueRichard Guy Briggs2022-08-261-1/+1
| * audit: audit_context pid unused, context enum comment fixRichard Guy Briggs2022-08-262-3/+3
| * audit: fix repeated words in commentsJilin Yuan2022-08-161-1/+1
* | Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-042-0/+6
|\ \
| * | bpf-lsm: Make bpf_lsm_userns_create() sleepableFrederick Lawler2022-08-161-0/+1
| * | security, lsm: Introduce security_create_user_ns()Frederick Lawler2022-08-161-0/+5
| |/
* | 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