index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tasks.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-16
rcu-tasks: Enclose task-list scan in rcu_read_lock()
Paul E. McKenney
1
-0
/
+2
2020-09-16
rcu-tasks: Fix low-probability task_struct leak
Paul E. McKenney
1
-4
/
+4
2020-09-16
rcu-tasks: Fix grace-period/unlock race in RCU Tasks Trace
Paul E. McKenney
1
-0
/
+6
2020-09-16
rcu-tasks: Shorten per-grace-period sleep for RCU Tasks Trace
Paul E. McKenney
1
-1
/
+9
2020-09-16
rcu-tasks: Selectively enable more RCU Tasks Trace IPIs
Paul E. McKenney
1
-2
/
+3
2020-09-16
rcu-tasks: Use more aggressive polling for RCU Tasks Trace
Paul E. McKenney
1
-2
/
+14
2020-09-16
rcu-tasks: Mark variables static
Paul E. McKenney
1
-3
/
+3
2020-09-16
rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()
Paul E. McKenney
1
-1
/
+1
2020-06-29
Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...
Paul E. McKenney
1
-12
/
+25
2020-06-29
rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment
Paul E. McKenney
1
-5
/
+4
2020-06-29
rcu-tasks: Fix code-style issues
Paul E. McKenney
1
-3
/
+3
2020-06-29
rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads()
Paul E. McKenney
1
-0
/
+14
2020-06-29
rcu-tasks: Make rcu_tasks_postscan() be static
Paul E. McKenney
1
-1
/
+1
2020-06-29
rcu-tasks: Convert sleeps to idle priority
Paul E. McKenney
1
-3
/
+3
2020-04-27
rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCU
Paul E. McKenney
1
-24
/
+30
2020-04-27
rcu-tasks: Add IPI failure count to statistics
Paul E. McKenney
1
-4
/
+7
2020-04-27
rcu-tasks: Add count for idle tasks on offline CPUs
Paul E. McKenney
1
-1
/
+5
2020-04-27
rcu-tasks: Add rcu_dynticks_zero_in_eqs() effectiveness statistics
Paul E. McKenney
1
-2
/
+11
2020-04-27
rcu-tasks: Make RCU tasks trace also wait for idle tasks
Paul E. McKenney
1
-5
/
+13
2020-04-27
rcu-tasks: Handle the running-offline idle-task special case
Paul E. McKenney
1
-2
/
+6
2020-04-27
rcu-tasks: Disable CPU hotplug across RCU tasks trace scans
Paul E. McKenney
1
-4
/
+14
2020-04-27
rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locks
Paul E. McKenney
1
-1
/
+11
2020-04-27
rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so built
Paul E. McKenney
1
-10
/
+26
2020-04-27
rcu-tasks: Add Kconfig option to mediate smp_mb() vs. IPI
Paul E. McKenney
1
-1
/
+2
2020-04-27
rcu-tasks: Add grace-period and IPI counts to statistics
Paul E. McKenney
1
-1
/
+9
2020-04-27
rcu-tasks: Split ->trc_reader_need_end
Paul E. McKenney
1
-13
/
+20
2020-04-27
rcu-tasks: Provide boot parameter to delay IPIs until late in grace period
Paul E. McKenney
1
-4
/
+9
2020-04-27
rcu-tasks: Add a grace-period start time for throttling and debug
Paul E. McKenney
1
-0
/
+2
2020-04-27
rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooks
Paul E. McKenney
1
-2
/
+3
2020-04-27
rcu-tasks: Make rcutorture writer stall output include GP state
Paul E. McKenney
1
-5
/
+72
2020-04-27
rcu-tasks: Add RCU tasks to rcutorture writer stall output
Paul E. McKenney
1
-2
/
+43
2020-04-27
rcu-tasks: Move #ifdef into tasks.h
Paul E. McKenney
1
-0
/
+5
2020-04-27
rcu-tasks: Add stall warnings for RCU Tasks Trace
Paul E. McKenney
1
-4
/
+66
2020-04-27
rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooks
Paul E. McKenney
1
-4
/
+357
2020-04-27
rcu-tasks: Code movement to allow more Tasks RCU variants
Paul E. McKenney
1
-59
/
+63
2020-04-27
rcu-tasks: Further refactor RCU-tasks to allow adding more variants
Paul E. McKenney
1
-58
/
+108
2020-04-27
rcu-tasks: Use unique names for RCU-Tasks kthreads and messages
Paul E. McKenney
1
-9
/
+16
2020-04-27
rcu-tasks: Add an RCU-tasks rude variant
Paul E. McKenney
1
-0
/
+98
2020-04-27
rcu-tasks: Refactor RCU-tasks to allow variants to be added
Paul E. McKenney
1
-234
/
+257
2020-04-27
rcu-tasks: Create struct to hold state information
Paul E. McKenney
1
-27
/
+46
2020-04-27
rcu-tasks: Move Tasks RCU to its own file
Paul E. McKenney
1
-0
/
+370