index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2021-09-15
rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop
Paul E. McKenney
-2
/
+1
2021-09-15
rcu-tasks: Fix s/instruction/instructions/ typo in comment
Paul E. McKenney
-1
/
+1
2021-09-15
rcu-tasks: Remove second argument of rcu_read_unlock_trace_special()
Paul E. McKenney
-3
/
+3
2021-09-15
rcu-tasks: Add trc_inspect_reader() checks for exiting critical section
Paul E. McKenney
-9
/
+9
2021-09-15
rcu-tasks: Simplify trc_read_check_handler() atomic operations
Paul E. McKenney
-17
/
+3
2021-09-15
locking/rwbase: Take care of ordering guarantee for fastpath reader
Boqun Feng
-2
/
+19
2021-09-15
locking/rwbase: Extract __rwbase_write_trylock()
Peter Zijlstra
-18
/
+26
2021-09-15
locking/rwbase: Properly match set_and_save_state() to restore_state()
Peter Zijlstra
-1
/
+1
2021-09-15
events: Reuse value read using READ_ONCE instead of re-reading it
Baptiste Lepers
-1
/
+1
2021-09-15
locking/lockdep: Avoid RCU-induced noinstr fail
Peter Zijlstra
-1
/
+1
2021-09-15
PM: hibernate: Remove blk_status_to_errno in hib_wait_io
Falla Coulibaly
-1
/
+1
2021-09-15
PM: sleep: Do not assume that "mem" is always present
Florian Fainelli
-2
/
+2
2021-09-14
bpf: Support for new btf kind BTF_KIND_TAG
Yonghong Song
-0
/
+128
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
-2
/
+2
2021-09-14
bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
Hou Tao
-2
/
+5
2021-09-14
audit: Convert to SPDX identifier
Cai Huoqing
-14
/
+1
2021-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-44
/
+22
2021-09-13
kcsan: selftest: Cleanup and add missing __init
Marco Elver
-42
/
+30
2021-09-13
kcsan: Move ctx to start of argument list
Marco Elver
-4
/
+4
2021-09-13
kcsan: Support reporting scoped read-write access type
Marco Elver
-3
/
+9
2021-09-13
kcsan: Start stack trace with explicit location if provided
Marco Elver
-13
/
+61
2021-09-13
kcsan: Save instruction pointer for scoped accesses
Marco Elver
-3
/
+9
2021-09-13
kcsan: Add ability to pass instruction pointer of access to reporting
Marco Elver
-38
/
+45
2021-09-13
kcsan: test: Fix flaky test case
Marco Elver
-4
/
+18
2021-09-13
kcsan: test: Use kunit_skip() to skip tests
Marco Elver
-4
/
+7
2021-09-13
kcsan: test: Defer kcsan_test_init() after kunit initialization
Marco Elver
-1
/
+1
2021-09-13
rcutorture: Avoid problematic critical section nesting on PREEMPT_RT
Scott Wood
-12
/
+36
2021-09-13
rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failed
Paul E. McKenney
-2
/
+2
2021-09-13
rcuscale: Warn on individual rcu_scale_init() error conditions
Paul E. McKenney
-5
/
+5
2021-09-13
refscale: Warn on individual ref_scale_init() error conditions
Paul E. McKenney
-3
/
+3
2021-09-13
locktorture: Warn on individual lock_torture_init() error conditions
Paul E. McKenney
-7
/
+7
2021-09-13
rcutorture: Warn on individual rcu_torture_init() error conditions
Paul E. McKenney
-15
/
+15
2021-09-13
rcutorture: Suppressing read-exit testing is not an error
Paul E. McKenney
-1
/
+1
2021-09-13
bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
Daniel Borkmann
-40
/
+10
2021-09-13
rcu-tasks: Wait for trc_read_check_handler() IPIs
Paul E. McKenney
-0
/
+14
2021-09-13
rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()
Neeraj Upadhyay
-1
/
+1
2021-09-13
rcu: Make rcu update module parameters world-readable
Juri Lelli
-3
/
+3
2021-09-13
rcu: Make rcu_normal_after_boot writable again
Juri Lelli
-2
/
+1
2021-09-13
rcu: Make rcutree_dying_cpu() use its "cpu" parameter
Paul E. McKenney
-1
/
+1
2021-09-13
rcu: Simplify rcu_report_dead() call to rcu_report_exp_rdp()
Paul E. McKenney
-3
/
+1
2021-09-13
rcu: Move rcu_dynticks_eqs_online() to rcu_cpu_starting()
Paul E. McKenney
-1
/
+1
2021-09-13
rcu: Comment rcu_gp_init() code waiting for CPU-hotplug operations
Paul E. McKenney
-0
/
+2
2021-09-13
rcu: Fix undefined Kconfig macros
Zhouyi Zhou
-1
/
+1
2021-09-13
rcu: Eliminate rcu_implicit_dynticks_qs() local variable ruqp
Paul E. McKenney
-5
/
+3
2021-09-13
rcu: Eliminate rcu_implicit_dynticks_qs() local variable rnhqp
Paul E. McKenney
-4
/
+2
2021-09-13
rcu-nocb: Fix a couple of tree_nocb code-style nits
Paul E. McKenney
-1
/
+1
2021-09-13
rcu: Mark accesses to rcu_state.n_force_qs
Paul E. McKenney
-5
/
+5
2021-09-13
bpf: Add oversize check before call kvcalloc()
Bixuan Cui
-0
/
+2
2021-09-13
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
-5
/
+2
2021-09-13
audit: rename struct node to struct audit_node to prevent future name collisions
Christophe Leroy
-10
/
+10
[prev]
[next]