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
2023-04-05
rcu: Fix set/clear TICK_DEP_BIT_RCU_EXP bitmask race
Zqiang
-2
/
+3
2023-04-05
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
-3
/
+8
2023-04-05
rcu: Remove CONFIG_SRCU
Paul E. McKenney
-3
/
+0
2023-04-05
rcu: Add comment to rcu_do_batch() identifying rcuoc code path
Paul E. McKenney
-0
/
+2
2023-04-05
srcu: Clarify comments on memory barrier "E"
Joel Fernandes (Google)
-7
/
+27
2023-04-05
rcu: Further comment and explain the state space of GP sequences
Frederic Weisbecker
-0
/
+37
2023-04-05
sched/psi: Allow unprivileged polling of N*2s period
Domenico Cerasuolo
-68
/
+109
2023-04-05
sched/psi: Extract update_triggers side effect
Domenico Cerasuolo
-9
/
+10
2023-04-05
sched/psi: Rename existing poll members in preparation
Domenico Cerasuolo
-81
/
+82
2023-04-05
sched/psi: Rearrange polling code in preparation
Domenico Cerasuolo
-98
/
+98
2023-04-05
sched/fair: Fix inaccurate tally of ttwu_move_affine
Libo Chen
-1
/
+1
2023-04-05
perf/core: Fix the same task check in perf_event_set_output
Kan Liang
-1
/
+1
2023-04-05
perf: Optimize perf_pmu_migrate_context()
Peter Zijlstra
-5
/
+7
2023-04-04
tracing: Fix ftrace_boot_snapshot command line logic
Steven Rostedt (Google)
-6
/
+7
2023-04-04
tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...
Steven Rostedt (Google)
-7
/
+7
2023-04-04
kallsyms: Disable preemption for find_kallsyms_symbol_value
Jiri Olsa
-3
/
+13
2023-04-04
bpf: Undo strict enforcement for walking untagged fields.
Alexei Starovoitov
-3
/
+8
2023-04-04
bpf: Allowlist few fields similar to __rcu tag.
Alexei Starovoitov
-2
/
+37
2023-04-04
bpf: Refactor NULL-ness check in check_reg_type().
Alexei Starovoitov
-4
/
+8
2023-04-04
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
-8
/
+8
2023-04-04
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
-38
/
+29
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
-2
/
+2
2023-04-04
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
-1
/
+1
2023-04-04
srcu: Fix long lines in srcu_funnel_gp_start()
Paul E. McKenney
-13
/
+14
2023-04-04
srcu: Fix long lines in srcu_gp_end()
Paul E. McKenney
-20
/
+21
2023-04-04
srcu: Fix long lines in cleanup_srcu_struct()
Paul E. McKenney
-10
/
+11
2023-04-04
srcu: Fix long lines in srcu_get_delay()
Paul E. McKenney
-5
/
+6
2023-04-04
srcu: Check for readers at module-exit time
Paul E. McKenney
-1
/
+2
2023-04-04
srcu: Move work-scheduling fields from srcu_struct to srcu_usage
Paul E. McKenney
-19
/
+22
2023-04-04
srcu: Move srcu_barrier() fields from srcu_struct to srcu_usage
Paul E. McKenney
-19
/
+19
2023-04-04
srcu: Move ->sda_is_static from srcu_struct to srcu_usage
Paul E. McKenney
-4
/
+4
2023-04-04
srcu: Move heuristics fields from srcu_struct to srcu_usage
Paul E. McKenney
-9
/
+9
2023-04-04
srcu: Move grace-period fields from srcu_struct to srcu_usage
Paul E. McKenney
-64
/
+64
2023-04-04
srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usage
Paul E. McKenney
-7
/
+7
2023-04-04
srcu: Move ->lock from srcu_struct to srcu_usage
Paul E. McKenney
-28
/
+28
2023-04-04
srcu: Move ->lock initialization after srcu_usage allocation
Paul E. McKenney
-2
/
+2
2023-04-04
srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usage
Paul E. McKenney
-3
/
+3
2023-04-04
srcu: Move ->srcu_size_state from srcu_struct to srcu_usage
Paul E. McKenney
-18
/
+19
2023-04-04
srcu: Move ->level from srcu_struct to srcu_usage
Paul E. McKenney
-7
/
+7
2023-04-04
srcu: Begin offloading srcu_struct fields to srcu_update
Paul E. McKenney
-11
/
+23
2023-04-04
srcu: Use static init for statically allocated in-module srcu_struct
Paul E. McKenney
-6
/
+13
2023-04-04
rcu-tasks: Fix warning for unused tasks_rcu_exit_srcu
Paul E. McKenney
-0
/
+2
2023-04-03
bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
Dave Marchevsky
-5
/
+9
2023-04-03
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
-2
/
+1
2023-04-03
tracing/osnoise: Fix notify new tracing_max_latency
Daniel Bristot de Oliveira
-1
/
+1
2023-04-03
tracing/timerlat: Notify new max thread latency
Daniel Bristot de Oliveira
-0
/
+2
2023-04-03
ring-buffer: Fix race while reader and writer are on the same page
Zheng Yejian
-1
/
+12
2023-04-03
tracing/synthetic: Fix races on freeing last_cmd
Tze-nan Wu
-4
/
+15
2023-04-03
printk: Remove obsoleted check for non-existent "user" object
Stanislav Kinsburskii
-12
/
+1
2023-04-03
fork: use pidfd_prepare()
Christian Brauner
-11
/
+2
[prev]
[next]