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
2022-06-21
rcu-tasks: Be more patient for RCU Tasks boot-time testing
Paul E. McKenney
-7
/
+21
2022-06-21
rcu-tasks: Update comments
Paul E. McKenney
-38
/
+33
2022-06-21
rcu-tasks: Disable and enable CPU hotplug in same function
Paul E. McKenney
-3
/
+3
2022-06-21
rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUs
Paul E. McKenney
-17
/
+39
2022-06-21
rcu-tasks: Maintain a count of tasks blocking RCU Tasks Trace grace period
Paul E. McKenney
-1
/
+5
2022-06-21
rcu-tasks: Stop RCU Tasks Trace from scanning full tasks list
Paul E. McKenney
-5
/
+6
2022-06-21
PM: hibernate: Use kernel_can_power_off()
Dmitry Osipenko
-1
/
+1
2022-06-21
rcutorture: Update rcutorture.fwd_progress help text
Paul E. McKenney
-35
/
+18
2022-06-21
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
-1
/
+8
2022-06-20
bpf: Inline calls to bpf_loop when callback is known
Eduard Zingerman
-9
/
+180
2022-06-20
uprobe: gate bpf call behind BPF_EVENTS
Delyan Kratunov
-0
/
+2
2022-06-20
context_tracking: Add a note about noinstr VS unsafe context tracking functions
Frederic Weisbecker
-0
/
+34
2022-06-20
rcu: Apply noinstr to rcu_idle_enter() and rcu_idle_exit()
Paul E. McKenney
-7
/
+7
2022-06-20
rcu: Dump rcuc kthread status for CPUs not reporting quiescent state
Zqiang
-28
/
+21
2022-06-20
rcu-tasks: Stop RCU Tasks Trace from scanning idle tasks
Paul E. McKenney
-7
/
+1
2022-06-20
rcu-tasks: Pull in tasks blocked within RCU Tasks Trace readers
Paul E. McKenney
-0
/
+24
2022-06-20
rcu-tasks: Scan running tasks for RCU Tasks Trace readers
Paul E. McKenney
-11
/
+40
2022-06-20
rcu-tasks: Avoid rcu_tasks_trace_pertask() duplicate list additions
Paul E. McKenney
-3
/
+4
2022-06-20
rcu-tasks: Move rcu_tasks_trace_pertask() before rcu_tasks_trace_pregp_step()
Paul E. McKenney
-14
/
+14
2022-06-20
rcu-tasks: Add blocked-task indicator to RCU Tasks Trace stall warnings
Paul E. McKenney
-1
/
+2
2022-06-20
rcu-tasks: Untrack blocked RCU Tasks Trace at reader end
Paul E. McKenney
-6
/
+18
2022-06-20
rcu-tasks: Track blocked RCU Tasks Trace readers
Paul E. McKenney
-1
/
+21
2022-06-20
rcu-tasks: Add data structures for lightweight grace periods
Paul E. McKenney
-0
/
+5
2022-06-20
rcu-tasks: Make RCU Tasks Trace stall warning handle idle offline tasks
Paul E. McKenney
-1
/
+1
2022-06-20
rcu-tasks: Make RCU Tasks Trace stall warnings print full .b.need_qs field
Paul E. McKenney
-2
/
+3
2022-06-20
rcu-tasks: Flag offline CPUs in RCU Tasks Trace stall warnings
Paul E. McKenney
-2
/
+2
2022-06-20
rcu-tasks: Add slow-IPI indicator to RCU Tasks Trace stall warnings
Paul E. McKenney
-1
/
+2
2022-06-20
rcu-tasks: Simplify trc_inspect_reader() QS logic
Paul E. McKenney
-6
/
+7
2022-06-20
rcu-tasks: Make rcu_note_context_switch() unconditionally call rcu_tasks_qs()
Paul E. McKenney
-1
/
+1
2022-06-20
rcu-tasks: RCU Tasks Trace grace-period kthread has implicit QS
Paul E. McKenney
-2
/
+3
2022-06-20
rcu-tasks: Handle idle tasks for recently offlined CPUs
Paul E. McKenney
-8
/
+7
2022-06-20
rcu-tasks: Idle tasks on offline CPUs are in quiescent states
Paul E. McKenney
-1
/
+1
2022-06-20
rcu-tasks: Make trc_read_check_handler() fetch ->trc_reader_nesting only once
Paul E. McKenney
-2
/
+4
2022-06-20
rcu-tasks: Remove rcu_tasks_trace_postgp() wait for counter
Paul E. McKenney
-59
/
+3
2022-06-20
rcu-tasks: Merge state into .b.need_qs and atomically update
Paul E. McKenney
-32
/
+71
2022-06-20
rcu-tasks: Drive synchronous grace periods from calling task
Paul E. McKenney
-8
/
+16
2022-06-20
rcu-tasks: Move synchronize_rcu_tasks_generic() down
Paul E. McKenney
-11
/
+11
2022-06-20
rcu-tasks: Split rcu_tasks_one_gp() from rcu_tasks_kthread()
Paul E. McKenney
-22
/
+36
2022-06-20
rcu-tasks: Check for abandoned callbacks
Paul E. McKenney
-0
/
+5
2022-06-20
rcutorture: Validate get_completed_synchronize_rcu()
Paul E. McKenney
-0
/
+6
2022-06-20
rcu: Provide a get_completed_synchronize_rcu() function
Paul E. McKenney
-3
/
+20
2022-06-20
rcu: Make normal polling GP be more precise about sequence numbers
Paul E. McKenney
-2
/
+14
2022-06-19
Merge tag 'sched-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-3
/
+38
2022-06-19
Merge tag 'locking-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-1
/
+1
2022-06-19
Merge tag 'irq-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+4
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-65
/
+277
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
-17
/
+70
2022-06-17
tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()
Gautam Menghani
-1
/
+0
2022-06-17
tracing: Simplify conditional compilation code in tracing_set_tracer()
sunliming
-2
/
+0
2022-06-17
tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...
Masami Hiramatsu (Google)
-1
/
+10
[prev]
[next]