summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...Paul E. McKenney2014-09-167-200/+447
|\ \ \
| | | * rcutorture: Add callback-flood testPaul E. McKenney2014-09-081-1/+85
| | | * rcu: Use pr_alert/pr_cont for printing logsJoe Perches2014-09-082-80/+63
| | | * rcutorture: Fix a sparse warning by marking boost_mutex staticPranith Kumar2014-09-081-1/+1
| |_|/ |/| |
| | * rcu: Avoid misordering in nocb_leader_wait()Paul E. McKenney2014-09-161-0/+1
| | * rcu: Handle NOCB callbacks from irq-disabled idle codePaul E. McKenney2014-09-161-0/+11
| | * rcu: Avoid misordering in __call_rcu_nocb_enqueue()Paul E. McKenney2014-09-161-1/+2
| | * rcu: Don't track sysidle state if no nohz_full= CPUsPaul E. McKenney2014-09-161-1/+18
| | * rcu: Eliminate redundant rcu_sysidle_state variablePaul E. McKenney2014-09-161-17/+6
| | * rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_maskPranith Kumar2014-09-161-3/+3
| | * rcu: Create rcuo kthreads only for onlined CPUsPaul E. McKenney2014-09-163-13/+86
| | * rcu: Rationalize kthread spawningPaul E. McKenney2014-09-163-10/+7
| | * rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs()Pranith Kumar2014-09-161-1/+1
| | * rcu: Use false for return in __call_rcu_nocb()Pranith Kumar2014-09-161-1/+1
| | * rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs()Pranith Kumar2014-09-161-2/+2
| | * rcu: Use true/false for return in __call_rcu_nocb()Pranith Kumar2014-09-161-2/+2
| | * rcu: Check the return value of zalloc_cpumask_var()Pranith Kumar2014-09-161-1/+4
| | * rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney2014-09-161-31/+61
| |/ |/|
| * rcu: Replace flush_signals() with WARN_ON(signal_pending())Paul E. McKenney2014-09-082-5/+5
| * rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsPranith Kumar2014-09-081-2/+2
| * rcu: Make TINY_RCU tinier by putting error checks under #ifdefPaul E. McKenney2014-09-081-2/+2
| * rcu: Break more call_rcu() deadlock involving scheduler and perfPaul E. McKenney2014-09-082-10/+25
| * rcu: Remove stale comment in tree.cPranith Kumar2014-09-081-2/+0
| * rcu: Update tiny.c references to tree.cPranith Kumar2014-09-081-2/+2
| * rcu: Define tracepoint strings only if CONFIG_TRACING is setArd Biesheuvel2014-09-081-3/+12
| * rcu: Uninline rcu_read_lock_held()Oleg Nesterov2014-09-081-0/+32
| * rcu: Use true/false instead of 1/0 for a bool typePranith Kumar2014-09-081-3/+3
| * rcu: Return bool type for rcu_try_advance_all_cbs()Pranith Kumar2014-09-081-1/+1
| * rcu: Use bool type for return value in rcu_is_watching()Pranith Kumar2014-09-081-1/+1
| * rcu: Fix sparse warning about rcu_batches_completed_preempt() being non-staticPranith Kumar2014-09-081-1/+1
| * rcu: Remove remaining read-modify-write ACCESS_ONCE() callsPranith Kumar2014-09-082-5/+9
|/
* rcu: Make nocb leader kthreads process pending callbacks after spawningPranith Kumar2014-08-282-12/+12
* Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-261-89/+157
|\
| * ftrace: Use current addr when converting to nop in __ftrace_replace_code()Steven Rostedt (Red Hat)2014-08-231-1/+1
| * ftrace: Fix function_profiler and function tracer togetherSteven Rostedt (Red Hat)2014-08-231-22/+38
| * ftrace: Fix up trampoline accounting with looping on hash opsSteven Rostedt (Red Hat)2014-08-221-15/+28
| * ftrace: Update all ftrace_ops for a ftrace_hash_ops updateSteven Rostedt (Red Hat)2014-08-221-4/+39
| * ftrace: Allow ftrace_ops to use the hashes from other opsSteven Rostedt (Red Hat)2014-08-221-48/+52
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-252-2/+34
|\ \ | |/ |/|
| * perf: Handle compat ioctlPawel Moll2014-08-201-1/+22
| * kprobes: Skip kretprobe hit in NMI context to avoid deadlockMasami Hiramatsu2014-08-081-1/+12
* | module: Clean up ro/nx after early module load failuresAndy Lutomirski2014-08-151-0/+5
* | Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-153-8/+27
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2014-08-113-8/+27
| |\ \ \ \
| | | | * | cpuidle: menu: Lookup CPU runqueues lessMel Gorman2014-08-062-7/+7
| | * | | | PM / hibernate: avoid unsafe pages in e820 reserved regionsLee, Chun-Yi2014-08-061-1/+20
* | | | | | timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz2014-08-141-2/+3
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-141-0/+12
|\ \ \ \ \ \
| * | | | | | printk: Add function to return log buffer address and sizeVasant Hegde2014-08-131-0/+12
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-08-142-6/+6
|\ \ \ \ \ \ \