summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-3013-1658/+1767
|\
| *-----. Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney2021-08-1013-1658/+1767
| |\ \ \ \
| | | | | * torture: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-3/+3
| | | | | * scftorture: Avoid NULL pointer exception on early exitPaul E. McKenney2021-07-271-1/+1
| | | | | * scftorture: Add RPC-like IPI testsPaul E. McKenney2021-07-271-13/+63
| | | | | * locktorture: Count lock readersPaul E. McKenney2021-07-271-5/+4
| | | | | * locktorture: Mark statistics data racesPaul E. McKenney2021-07-271-7/+9
| | | | | * rcuscale: Console output claims too few grace periodsJiangong.Han2021-07-271-2/+2
| | | | | * rcutorture: Preempt rather than block when testing task stallsPaul E. McKenney2021-07-271-1/+6
| | | | | * refscale: Add measurement of clock readoutPaul E. McKenney2021-07-271-1/+35
| | |_|_|/ | |/| | |
| | | | * rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou2021-07-201-4/+4
| | | | * rcu-tasks: Fix synchronize_rcu_rude() typo in commentPaul E. McKenney2021-07-201-2/+2
| | | | * rcu-tasks: Mark ->trc_reader_special.b.need_qs data racesPaul E. McKenney2021-07-201-4/+4
| | | | * rcu-tasks: Mark ->trc_reader_nesting data racesPaul E. McKenney2021-07-201-5/+6
| | | | * rcu-tasks: Add comments explaining task_struct strategyPaul E. McKenney2021-07-201-1/+10
| | |_|/ | |/| |
| | | * rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu()Frederic Weisbecker2021-07-201-3/+0
| | | * rcu/nocb: Start moving nocb code to its own plugin fileFrederic Weisbecker2021-07-203-1487/+1497
| | |/ | |/|
| | * rcu: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-101-2/+2
| | * rcu: Print human-readable message for schedule() in RCU readerPaul E. McKenney2021-08-061-1/+1
| | * rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCUFrederic Weisbecker2021-08-061-0/+11
| | * rcu: Use per_cpu_ptr to get the pointer of per_cpu variableLiu Song2021-08-063-3/+3
| | * rcu: Remove useless "ret" update in rcu_gp_fqs_loop()Liu Song2021-08-061-2/+2
| | * rcu: Mark accesses in tree_stall.hPaul E. McKenney2021-08-061-30/+33
| | * rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stackPaul E. McKenney2021-08-061-2/+2
| | * rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()Paul E. McKenney2021-08-061-1/+1
| | * srcutiny: Mark read-side data racesPaul E. McKenney2021-08-061-1/+1
| | * rcu: Start timing stall repetitions after warning completePaul E. McKenney2021-08-061-1/+8
| | * rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()Sergey Senozhatsky2021-08-061-6/+3
| | * rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky2021-08-061-0/+18
| | * rcu: Mark accesses to ->rcu_read_lock_nestingPaul E. McKenney2021-08-061-3/+6
| | * rcu: Weaken ->dynticks accesses and updatesPaul E. McKenney2021-08-061-8/+18
| | * rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)2021-08-061-63/+14
| | * rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu2021-08-061-1/+3
| | * rcu: Fix to include first blocked task in stall warningYanfei Xu2021-08-061-2/+2
| |/
* | Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-301-5/+10
|\ \
| * | kernel/pid.c: implement additional checks upon pidfd_create() parametersMatthew Bobrowski2021-08-101-4/+7
| * | kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski2021-08-101-1/+3
* | | Merge tag 'sched_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-292-27/+121
|\ \ \
| * | | sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior2021-08-261-0/+3
| * | | sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra2021-08-202-27/+118
* | | | Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-261-2/+6
|\ \ \ \
| * | | | bpf: Fix ringbuf helper function compatibilityDaniel Borkmann2021-08-231-2/+6
* | | | | Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-08-252-10/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ucounts: Increase ucounts reference counter before the security hookAlexey Gladkov2021-08-231-6/+6
| * | | | ucounts: Fix regression preventing increasing of rlimits in init_user_nsEric W. Biederman2021-08-231-4/+4
* | | | | Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-192-6/+17
|\ \ \ \ \
| * \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-08-192-6/+17
| |\ \ \ \ \
| | * | | | | bpf: Clear zext_dst of dead insnsIlya Leoshkevich2021-08-131-0/+1
| | * | | | | bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpersYonghong Song2021-08-111-6/+16
* | | | | | | Merge tag 'cfi-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-08-181-4/+4
|\ \ \ \ \ \ \