summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-09-15locking/rwbase: Take care of ordering guarantee for fastpath readerBoqun Feng
2021-09-15locking/rwbase: Extract __rwbase_write_trylock()Peter Zijlstra
2021-09-15locking/rwbase: Properly match set_and_save_state() to restore_state()Peter Zijlstra
2021-09-15events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers
2021-09-15locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra
2021-09-15PM: hibernate: Remove blk_status_to_errno in hib_wait_ioFalla Coulibaly
2021-09-15PM: sleep: Do not assume that "mem" is always presentFlorian Fainelli
2021-09-14bpf: Support for new btf kind BTF_KIND_TAGYonghong Song
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao
2021-09-14audit: Convert to SPDX identifierCai Huoqing
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-09-13kcsan: selftest: Cleanup and add missing __initMarco Elver
2021-09-13kcsan: Move ctx to start of argument listMarco Elver
2021-09-13kcsan: Support reporting scoped read-write access typeMarco Elver
2021-09-13kcsan: Start stack trace with explicit location if providedMarco Elver
2021-09-13kcsan: Save instruction pointer for scoped accessesMarco Elver
2021-09-13kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver
2021-09-13kcsan: test: Fix flaky test caseMarco Elver
2021-09-13kcsan: test: Use kunit_skip() to skip testsMarco Elver
2021-09-13kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver
2021-09-13rcutorture: Avoid problematic critical section nesting on PREEMPT_RTScott Wood
2021-09-13rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failedPaul E. McKenney
2021-09-13rcuscale: Warn on individual rcu_scale_init() error conditionsPaul E. McKenney
2021-09-13refscale: Warn on individual ref_scale_init() error conditionsPaul E. McKenney
2021-09-13locktorture: Warn on individual lock_torture_init() error conditionsPaul E. McKenney
2021-09-13rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney
2021-09-13rcutorture: Suppressing read-exit testing is not an errorPaul E. McKenney
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann
2021-09-13rcu-tasks: Wait for trc_read_check_handler() IPIsPaul E. McKenney
2021-09-13rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()Neeraj Upadhyay
2021-09-13rcu: Make rcu update module parameters world-readableJuri Lelli
2021-09-13rcu: Make rcu_normal_after_boot writable againJuri Lelli
2021-09-13rcu: Make rcutree_dying_cpu() use its "cpu" parameterPaul E. McKenney
2021-09-13rcu: Simplify rcu_report_dead() call to rcu_report_exp_rdp()Paul E. McKenney
2021-09-13rcu: Move rcu_dynticks_eqs_online() to rcu_cpu_starting()Paul E. McKenney
2021-09-13rcu: Comment rcu_gp_init() code waiting for CPU-hotplug operationsPaul E. McKenney
2021-09-13rcu: Fix undefined Kconfig macrosZhouyi Zhou
2021-09-13rcu: Eliminate rcu_implicit_dynticks_qs() local variable ruqpPaul E. McKenney
2021-09-13rcu: Eliminate rcu_implicit_dynticks_qs() local variable rnhqpPaul E. McKenney
2021-09-13rcu-nocb: Fix a couple of tree_nocb code-style nitsPaul E. McKenney
2021-09-13rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney
2021-09-13bpf: Add oversize check before call kvcalloc()Bixuan Cui
2021-09-13libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko
2021-09-13audit: rename struct node to struct audit_node to prevent future name collisionsChristophe Leroy
2021-09-13cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsemWaiman Long
2021-09-13bpf: Introduce helper bpf_get_branch_snapshotSong Liu
2021-09-13perf: Enable branch record for software eventsSong Liu
2021-09-13dma-debug: prevent an error message from causing runtime problemsHamza Mahfooz
2021-09-12Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds