summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-013-32/+41
|\
| * audit: return early if the filter rule has a lower priorityGaosheng Cui2021-10-181-2/+3
| * audit: add OPENAT2 record to list "how" infoRichard Guy Briggs2021-10-042-1/+19
| * audit: add support for the openat2 syscallRichard Guy Briggs2021-10-011-0/+3
| * audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-011-6/+6
| * audit: Convert to SPDX identifierCai Huoqing2021-09-141-14/+1
| * audit: rename struct node to struct audit_node to prevent future name collisionsChristophe Leroy2021-09-131-10/+10
* | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-015-106/+390
|\ \
| * | audit: add filtering for io_uring recordsPaul Moore2021-09-194-19/+62
| * | audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore2021-09-192-0/+168
| * | audit: prepare audit_context for use in calling contexts beyond syscallsPaul Moore2021-09-192-94/+167
| |/
* | Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-0111-154/+174
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. | Merge branches 'fixes.2021.10.07a', 'scftorture.2021.09.16a', 'tasks.2021.09....Paul E. McKenney2021-10-076-120/+146
| |\ \ \ \|
| | | | * | rcutorture: Avoid problematic critical section nesting on PREEMPT_RTScott Wood2021-09-131-12/+36
| | | | * | rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failedPaul E. McKenney2021-09-131-2/+2
| | | | * | rcuscale: Warn on individual rcu_scale_init() error conditionsPaul E. McKenney2021-09-131-5/+5
| | | | * | refscale: Warn on individual ref_scale_init() error conditionsPaul E. McKenney2021-09-131-3/+3
| | | | * | locktorture: Warn on individual lock_torture_init() error conditionsPaul E. McKenney2021-09-131-7/+7
| | | | * | rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney2021-09-131-15/+15
| | | | * | rcutorture: Suppressing read-exit testing is not an errorPaul E. McKenney2021-09-131-1/+1
| | | | |/
| | | * | rcu-tasks: Update comments to cond_resched_tasks_rcu_qs()Paul E. McKenney2021-09-151-3/+3
| | | * | rcu-tasks: Fix IPI failure handling in trc_wait_for_one_readerNeeraj Upadhyay2021-09-151-1/+3
| | | * | rcu-tasks: Fix read-side primitives comment for call_rcu_tasks_traceNeeraj Upadhyay2021-09-151-10/+6
| | | * | rcu-tasks: Clarify read side section info for rcu_tasks_rude GP primitivesNeeraj Upadhyay2021-09-151-7/+7
| | | * | rcu-tasks: Correct comparisons for CPU numbers in show_stalled_task_traceNeeraj Upadhyay2021-09-151-2/+2
| | | * | rcu-tasks: Correct firstreport usage in check_all_holdout_tasks_traceNeeraj Upadhyay2021-09-151-1/+1
| | | * | rcu-tasks: Fix s/rcu_add_holdout/trc_add_holdout/ typo in commentNeeraj Upadhyay2021-09-151-1/+1
| | | * | rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loopPaul E. McKenney2021-09-151-2/+1
| | | * | rcu-tasks: Fix s/instruction/instructions/ typo in commentPaul E. McKenney2021-09-151-1/+1
| | | * | rcu-tasks: Remove second argument of rcu_read_unlock_trace_special()Paul E. McKenney2021-09-151-3/+3
| | | * | rcu-tasks: Add trc_inspect_reader() checks for exiting critical sectionPaul E. McKenney2021-09-151-9/+9
| | | * | rcu-tasks: Simplify trc_read_check_handler() atomic operationsPaul E. McKenney2021-09-151-17/+3
| | | * | rcu-tasks: Wait for trc_read_check_handler() IPIsPaul E. McKenney2021-09-131-0/+14
| | | |/
| | * | scftorture: Warn on individual scf_torture_init() error conditionsPaul E. McKenney2021-09-161-5/+5
| | * | scftorture: Count reschedule IPIsPaul E. McKenney2021-09-161-0/+1
| | * | scftorture: Account for weight_resched when checking for all zeroesPaul E. McKenney2021-09-161-2/+2
| | * | scftorture: Shut down if nonsensical arguments givenPaul E. McKenney2021-09-161-0/+4
| | * | scftorture: Allow zero weight to exclude an smp_call_function*() categoryPaul E. McKenney2021-09-161-12/+12
| | |/
| * | rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstrPeter Zijlstra2021-10-071-1/+1
| * | rcu: Always inline rcu_dynticks_task*_{enter,exit}()Peter Zijlstra2021-10-071-4/+4
| * | rcu: Avoid unneeded function call in rcu_read_unlock()Waiman Long2021-09-161-2/+1
| * | rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()Neeraj Upadhyay2021-09-131-1/+1
| * | rcu: Make rcu update module parameters world-readableJuri Lelli2021-09-131-3/+3
| * | rcu: Make rcu_normal_after_boot writable againJuri Lelli2021-09-132-2/+1
| * | rcu: Make rcutree_dying_cpu() use its "cpu" parameterPaul E. McKenney2021-09-131-1/+1
| * | rcu: Simplify rcu_report_dead() call to rcu_report_exp_rdp()Paul E. McKenney2021-09-131-3/+1
| * | rcu: Move rcu_dynticks_eqs_online() to rcu_cpu_starting()Paul E. McKenney2021-09-131-1/+1
| * | rcu: Comment rcu_gp_init() code waiting for CPU-hotplug operationsPaul E. McKenney2021-09-131-0/+2
| * | rcu: Fix undefined Kconfig macrosZhouyi Zhou2021-09-131-1/+1
| * | rcu: Eliminate rcu_implicit_dynticks_qs() local variable ruqpPaul E. McKenney2021-09-131-5/+3