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
2012-07-06
kmsg: add the facility number to the syslog prefix
Kay Sievers
-4
/
+7
2012-07-06
kmsg: escape the backslash character while exporting data
Kay Sievers
-2
/
+2
2012-07-06
printk: replacing the raw_spin_lock/unlock with raw_spin_lock/unlock_irq
liu chuansheng
-12
/
+12
2012-07-06
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
-521
/
+569
2012-07-06
rcu: Fix broken strings in RCU's source code.
Paul E. McKenney
-32
/
+26
2012-07-06
rcu: Fix code-style issues involving "else"
Paul E. McKenney
-13
/
+18
2012-07-06
Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07...
Paul E. McKenney
-190
/
+191
2012-07-06
rcu: Introduce check for callback list/count mismatch
Paul E. McKenney
-0
/
+1
2012-07-06
devicetree: add helper inline for retrieving a node's full name
Grant Likely
-4
/
+4
2012-07-06
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Ingo Molnar
-4
/
+13
2012-07-06
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
-10
/
+33
2012-07-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
-218
/
+591
2012-07-05
sched/nohz: Rewrite and fix load-avg computation -- again
Peter Zijlstra
-75
/
+205
2012-07-05
sched: Fix fork() error path to not crash
Salman Qazi
-3
/
+8
2012-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-96
/
+228
2012-07-03
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
-4
/
+7
2012-07-02
rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter
Paul E. McKenney
-1
/
+17
2012-07-02
rcu: Round FAST_NO_HZ lazy timeout to nearest second
Paul E. McKenney
-7
/
+11
2012-07-02
rcu: The rcu_needs_cpu() function is not a quiescent state
Paul E. McKenney
-2
/
+0
2012-07-02
rcu: Dump only the current CPU's buffers for idle-entry/exit warnings
Paul E. McKenney
-2
/
+2
2012-07-02
rcu: Add check for CPUs going offline with callbacks queued
Paul E. McKenney
-0
/
+3
2012-07-02
rcu: Disable preemption in rcu_blocking_is_gp()
Paul E. McKenney
-18
/
+6
2012-07-02
rcu: Prevent uninitialized string in RCU CPU stall info
Carsten Emde
-0
/
+1
2012-07-02
rcu: Fix rcu_is_cpu_idle() #ifdef in TINY_RCU
Paul E. McKenney
-2
/
+2
2012-07-02
rcu: Split RCU core processing out of __call_rcu()
Paul E. McKenney
-41
/
+49
2012-07-02
rcu: Prevent __call_rcu() from invoking RCU core on offline CPUs
Paul E. McKenney
-3
/
+3
2012-07-02
rcu: Make __call_rcu() handle invocation from idle
Paul E. McKenney
-6
/
+9
2012-07-02
rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations
Paul E. McKenney
-92
/
+46
2012-07-02
rcu: Add ACCESS_ONCE() to ->qlen accesses
Paul E. McKenney
-4
/
+4
2012-07-02
rcu: Consolidate duplicate callback-list initialization
Paul E. McKenney
-9
/
+14
2012-07-02
rcu: Fix detection of abruptly-ending stall
Paul E. McKenney
-2
/
+2
2012-07-02
rcu: Make rcutorture fakewriters invoke rcu_barrier()
Paul E. McKenney
-1
/
+5
2012-07-02
rcu: Fix diagnostic-printk typo in rcutorture
Paul E. McKenney
-1
/
+1
2012-07-02
rcu: Fix bug in rcu_barrier() torture test
Paul E. McKenney
-2
/
+7
2012-07-02
rcu: Test srcu_barrier() from rcutorture test suite
Paul E. McKenney
-2
/
+13
2012-07-02
rcu: Rationalize ordering of torture_ops list
Paul E. McKenney
-2
/
+2
2012-07-02
rcu: RCU_SAVE_DYNTICK code no longer ever dead
Paul E. McKenney
-2
/
+0
2012-07-02
rcu: Use for_each_rcu_flavor() in TREE_RCU tracing
Paul E. McKenney
-73
/
+43
2012-07-02
rcu: Introduce for_each_rcu_flavor() and use it
Paul E. McKenney
-144
/
+37
2012-07-02
rcu: Remove unneeded __rcu_process_callbacks() argument
Paul E. McKenney
-6
/
+5
2012-07-02
rcu: Add rcu_barrier() statistics to debugfs tracing
Paul E. McKenney
-0
/
+39
2012-07-02
rcu: Add tracing for _rcu_barrier()
Paul E. McKenney
-1
/
+28
2012-07-02
rcu: Increase rcu_barrier() concurrency
Paul E. McKenney
-1
/
+37
2012-07-02
rcu: Remove needless initialization
Paul E. McKenney
-2
/
+0
2012-07-02
rcu: Move rcu_barrier_mutex to rcu_state structure
Paul E. McKenney
-6
/
+4
2012-07-02
rcu: Move rcu_barrier_completion to rcu_state structure
Paul E. McKenney
-5
/
+5
2012-07-02
rcu: Move rcu_barrier_cpu_count to rcu_state structure
Paul E. McKenney
-11
/
+15
2012-07-02
rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structures
Paul E. McKenney
-4
/
+5
2012-07-02
rcu: Place pointer to call_rcu() in rcu_data structure
Paul E. McKenney
-17
/
+17
2012-07-02
rcu: Prevent excessive line length in RCU_STATE_INITIALIZER()
Paul E. McKenney
-7
/
+7
[prev]
[next]