index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
-
-
-
.
Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...
Paul E. McKenney
2014-09-16
7
-200
/
+447
|
\
\
\
|
|
|
*
rcutorture: Add callback-flood test
Paul E. McKenney
2014-09-08
1
-1
/
+85
|
|
|
*
rcu: Use pr_alert/pr_cont for printing logs
Joe Perches
2014-09-08
2
-80
/
+63
|
|
|
*
rcutorture: Fix a sparse warning by marking boost_mutex static
Pranith Kumar
2014-09-08
1
-1
/
+1
|
|
_
|
/
|
/
|
|
|
|
*
rcu: Avoid misordering in nocb_leader_wait()
Paul E. McKenney
2014-09-16
1
-0
/
+1
|
|
*
rcu: Handle NOCB callbacks from irq-disabled idle code
Paul E. McKenney
2014-09-16
1
-0
/
+11
|
|
*
rcu: Avoid misordering in __call_rcu_nocb_enqueue()
Paul E. McKenney
2014-09-16
1
-1
/
+2
|
|
*
rcu: Don't track sysidle state if no nohz_full= CPUs
Paul E. McKenney
2014-09-16
1
-1
/
+18
|
|
*
rcu: Eliminate redundant rcu_sysidle_state variable
Paul E. McKenney
2014-09-16
1
-17
/
+6
|
|
*
rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_mask
Pranith Kumar
2014-09-16
1
-3
/
+3
|
|
*
rcu: Create rcuo kthreads only for onlined CPUs
Paul E. McKenney
2014-09-16
3
-13
/
+86
|
|
*
rcu: Rationalize kthread spawning
Paul E. McKenney
2014-09-16
3
-10
/
+7
|
|
*
rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs()
Pranith Kumar
2014-09-16
1
-1
/
+1
|
|
*
rcu: Use false for return in __call_rcu_nocb()
Pranith Kumar
2014-09-16
1
-1
/
+1
|
|
*
rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs()
Pranith Kumar
2014-09-16
1
-2
/
+2
|
|
*
rcu: Use true/false for return in __call_rcu_nocb()
Pranith Kumar
2014-09-16
1
-2
/
+2
|
|
*
rcu: Check the return value of zalloc_cpumask_var()
Pranith Kumar
2014-09-16
1
-1
/
+4
|
|
*
rcu: Fix attempt to avoid unsolicited offloading of callbacks
Paul E. McKenney
2014-09-16
1
-31
/
+61
|
|
/
|
/
|
|
*
rcu: Replace flush_signals() with WARN_ON(signal_pending())
Paul E. McKenney
2014-09-08
2
-5
/
+5
|
*
rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads
Pranith Kumar
2014-09-08
1
-2
/
+2
|
*
rcu: Make TINY_RCU tinier by putting error checks under #ifdef
Paul E. McKenney
2014-09-08
1
-2
/
+2
|
*
rcu: Break more call_rcu() deadlock involving scheduler and perf
Paul E. McKenney
2014-09-08
2
-10
/
+25
|
*
rcu: Remove stale comment in tree.c
Pranith Kumar
2014-09-08
1
-2
/
+0
|
*
rcu: Update tiny.c references to tree.c
Pranith Kumar
2014-09-08
1
-2
/
+2
|
*
rcu: Define tracepoint strings only if CONFIG_TRACING is set
Ard Biesheuvel
2014-09-08
1
-3
/
+12
|
*
rcu: Uninline rcu_read_lock_held()
Oleg Nesterov
2014-09-08
1
-0
/
+32
|
*
rcu: Use true/false instead of 1/0 for a bool type
Pranith Kumar
2014-09-08
1
-3
/
+3
|
*
rcu: Return bool type for rcu_try_advance_all_cbs()
Pranith Kumar
2014-09-08
1
-1
/
+1
|
*
rcu: Use bool type for return value in rcu_is_watching()
Pranith Kumar
2014-09-08
1
-1
/
+1
|
*
rcu: Fix sparse warning about rcu_batches_completed_preempt() being non-static
Pranith Kumar
2014-09-08
1
-1
/
+1
|
*
rcu: Remove remaining read-modify-write ACCESS_ONCE() calls
Pranith Kumar
2014-09-08
2
-5
/
+9
|
/
*
rcu: Make nocb leader kthreads process pending callbacks after spawning
Pranith Kumar
2014-08-28
2
-12
/
+12
*
Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-08-26
1
-89
/
+157
|
\
|
*
ftrace: Use current addr when converting to nop in __ftrace_replace_code()
Steven Rostedt (Red Hat)
2014-08-23
1
-1
/
+1
|
*
ftrace: Fix function_profiler and function tracer together
Steven Rostedt (Red Hat)
2014-08-23
1
-22
/
+38
|
*
ftrace: Fix up trampoline accounting with looping on hash ops
Steven Rostedt (Red Hat)
2014-08-22
1
-15
/
+28
|
*
ftrace: Update all ftrace_ops for a ftrace_hash_ops update
Steven Rostedt (Red Hat)
2014-08-22
1
-4
/
+39
|
*
ftrace: Allow ftrace_ops to use the hashes from other ops
Steven Rostedt (Red Hat)
2014-08-22
1
-48
/
+52
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-08-25
2
-2
/
+34
|
\
\
|
|
/
|
/
|
|
*
perf: Handle compat ioctl
Pawel Moll
2014-08-20
1
-1
/
+22
|
*
kprobes: Skip kretprobe hit in NMI context to avoid deadlock
Masami Hiramatsu
2014-08-08
1
-1
/
+12
*
|
module: Clean up ro/nx after early module load failures
Andy Lutomirski
2014-08-15
1
-0
/
+5
*
|
Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-08-15
3
-8
/
+27
|
\
\
|
|
\
|
|
\
|
|
\
|
|
\
|
*
-
-
-
.
\
Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
2014-08-11
3
-8
/
+27
|
|
\
\
\
\
|
|
|
|
*
|
cpuidle: menu: Lookup CPU runqueues less
Mel Gorman
2014-08-06
2
-7
/
+7
|
|
*
|
|
|
PM / hibernate: avoid unsafe pages in e820 reserved regions
Lee, Chun-Yi
2014-08-06
1
-1
/
+20
*
|
|
|
|
|
timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall
John Stultz
2014-08-14
1
-2
/
+3
*
|
|
|
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2014-08-14
1
-0
/
+12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
printk: Add function to return log buffer address and size
Vasant Hegde
2014-08-13
1
-0
/
+12
*
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2014-08-14
2
-6
/
+6
|
\
\
\
\
\
\
\
[next]