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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-25
rcu: Advance outgoing CPU's callbacks before migrating them
Paul E. McKenney
1
-1
/
+6
2017-07-25
rcu: Make NOCB CPUs migrate CBs directly from outgoing CPU
Paul E. McKenney
3
-28
/
+19
2017-07-25
rcu: Check for NOCB CPUs and empty lists earlier in CB migration
Paul E. McKenney
1
-4
/
+3
2017-07-25
rcu: Remove orphan/adopt event-tracing fields
Paul E. McKenney
2
-4
/
+0
2017-07-25
rcu: Make expedited GPs correctly handle hardware CPU insertion
Paul E. McKenney
2
-3
/
+9
2017-07-25
rcu: Migrate callbacks earlier in the CPU-offline timeline
Paul E. McKenney
1
-96
/
+113
2017-07-25
rcu: Use timer as backstop for NOCB deferred wakeups
Paul E. McKenney
2
-70
/
+111
2017-07-24
rcutorture: Invoke call_rcu() from timer handler
Paul E. McKenney
1
-0
/
+13
2017-07-24
rcu: Add last-CPU to GP-kthread starvation messages
Paul E. McKenney
1
-2
/
+3
2017-07-24
rcutorture: Eliminate unused ts_rem local from rcu_trace_clock_local()
Paul E. McKenney
1
-1
/
+2
2017-07-24
rcutorture: Add task's CPU for rcutorture writer stalls
Paul E. McKenney
1
-2
/
+3
2017-07-24
rcutorture: Place event-traced strings into trace buffer
Paul E. McKenney
1
-1
/
+1
2017-07-24
rcutorture: Enable SRCU readers from timer handler
Paul E. McKenney
1
-1
/
+3
2017-07-24
rcu: Remove CONFIG_TASKS_RCU ifdef from rcuperf.c
Paul E. McKenney
1
-16
/
+1
2017-07-24
rcutorture: Print SRCU lock/unlock totals
Paul E. McKenney
1
-1
/
+4
2017-07-24
rcutorture: Move SRCU status printing to SRCU implementations
Paul E. McKenney
2
-38
/
+35
2017-07-24
srcu: Make process_srcu() be static
Paul E. McKenney
1
-2
/
+2
2017-07-24
srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCU
Paul E. McKenney
3
-49
/
+8
2017-06-08
rcu: Remove RCU CPU stall warnings from Tiny RCU
Paul E. McKenney
3
-96
/
+19
2017-06-08
rcu: Remove event tracing from Tiny RCU
Paul E. McKenney
1
-6
/
+0
2017-06-08
rcu: Move RCU debug Kconfig options to kernel/rcu
Paul E. McKenney
1
-0
/
+82
2017-06-08
rcu: Move RCU non-debug Kconfig options to kernel/rcu
Paul E. McKenney
1
-0
/
+242
2017-06-08
rcu: Eliminate NOCBs CPU-state Kconfig options
Paul E. McKenney
2
-27
/
+4
2017-06-08
rcu: Remove debugfs tracing
Paul E. McKenney
5
-597
/
+1
2017-06-08
srcu: Remove Classic SRCU
Paul E. McKenney
4
-702
/
+0
2017-06-08
srcu: Fix rcutorture-statistics typo
Paul E. McKenney
1
-1
/
+1
2017-06-08
rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig option
Paul E. McKenney
1
-3
/
+1
2017-06-08
rcu: Remove typecheck() from RCU locking wrapper functions
Paul E. McKenney
1
-8
/
+4
2017-06-08
rcu: Remove nohz_full full-system-idle state machine
Paul E. McKenney
3
-479
/
+7
2017-06-08
rcu: Remove the RCU_KTHREAD_PRIO Kconfig option
Paul E. McKenney
1
-4
/
+0
2017-06-08
rcu: Remove *_SLOW_* Kconfig options
Paul E. McKenney
2
-23
/
+9
2017-06-08
srcu: Use rnp->lock wrappers to replace explicit memory barriers
Paul E. McKenney
1
-48
/
+43
2017-06-08
rcu: Move rnp->lock wrappers for SRCU use
Paul E. McKenney
2
-53
/
+53
2017-06-08
rcu: Convert rnp->lock wrappers to macros for SRCU use
Paul E. McKenney
1
-26
/
+21
2017-06-08
srcu: Apply trivial callback lists to shrink Tiny SRCU
Paul E. McKenney
2
-39
/
+33
2017-06-08
srcu: Shrink srcu.h by moving docbook and private function
Paul E. McKenney
2
-0
/
+23
2017-06-08
srcu: Prevent sdp->srcu_gp_seq_needed counter wrap
Paul E. McKenney
1
-0
/
+18
2017-06-08
rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.h
Paul E. McKenney
1
-0
/
+6
2017-06-08
rcu: Move torture-related functions out of rcutiny.h and rcutree.h
Paul E. McKenney
1
-0
/
+99
2017-06-08
rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.h
Paul E. McKenney
1
-0
/
+12
2017-06-08
rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.h
Paul E. McKenney
1
-0
/
+8
2017-06-08
rcu: Improve __call_rcu() debug-objects error message
Paul E. McKenney
1
-2
/
+7
2017-06-08
rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.h
Paul E. McKenney
1
-0
/
+4
2017-06-08
rcu: Eliminate the unused __rcu_is_watching() function
Paul E. McKenney
2
-28
/
+4
2017-06-08
rcu: Move torture-related definitions from rcupdate.h to rcu.h
Paul E. McKenney
1
-0
/
+85
2017-06-08
rcu: Move expediting-related access/control out of rcupdate.h
Paul E. McKenney
3
-0
/
+30
2017-06-08
rcu: Move rcu_expedited and rcu_normal externs from rcupdate.h
Paul E. McKenney
1
-0
/
+2
2017-06-08
rcu: Move docbook comments out of rcupdate.h
Paul E. McKenney
3
-9
/
+86
2017-06-08
rcu: Add memory barriers for NOCB leader wakeup
Paul E. McKenney
1
-0
/
+2
2017-06-08
rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE
Paul E. McKenney
2
-7
/
+7
[prev]
[next]