summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2014-09-18cgroup: remove some useless forward declarationsLi Zefan
2014-09-18Merge branch 'for-3.17-fixes' of ra.kernel.org:/pub/scm/linux/kernel/git/tj/c...Tejun Heo
2014-09-16rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney
2014-09-16locktorture: Introduce torture contextDavidlohr Bueso
2014-09-16locktorture: Support rwsemsDavidlohr Bueso
2014-09-16locktorture: Add infrastructure for torturing read locksDavidlohr Bueso
2014-09-16torture: Address race in module cleanupDavidlohr Bueso
2014-09-16locktorture: Make statistics genericDavidlohr Bueso
2014-09-16locktorture: Teach about lock debuggingDavidlohr Bueso
2014-09-16locktorture: Support mutexesDavidlohr Bueso
2014-09-16locktorture: Rename locktorture_runnable parameterDavidlohr Bueso
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney
2014-09-16Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...Paul E. McKenney
2014-09-16rcu: Avoid misordering in nocb_leader_wait()Paul E. McKenney
2014-09-16rcu: Handle NOCB callbacks from irq-disabled idle codePaul E. McKenney
2014-09-16rcu: Avoid misordering in __call_rcu_nocb_enqueue()Paul E. McKenney
2014-09-16rcu: Don't track sysidle state if no nohz_full= CPUsPaul E. McKenney
2014-09-16rcu: Eliminate redundant rcu_sysidle_state variablePaul E. McKenney
2014-09-16rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_maskPranith Kumar
2014-09-16rcu: Create rcuo kthreads only for onlined CPUsPaul E. McKenney
2014-09-16rcu: Rationalize kthread spawningPaul E. McKenney
2014-09-16rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs()Pranith Kumar
2014-09-16rcu: Use false for return in __call_rcu_nocb()Pranith Kumar
2014-09-16rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs()Pranith Kumar
2014-09-16rcu: Use true/false for return in __call_rcu_nocb()Pranith Kumar
2014-09-16rcu: Check the return value of zalloc_cpumask_var()Pranith Kumar
2014-09-16rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney
2014-09-16perf: Do not check PERF_EVENT_STATE_EXIT on syscall read pathJiri Olsa
2014-09-16locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso
2014-09-13Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds
2014-09-13nohz: nohz full depends on irq work self IPI supportFrederic Weisbecker
2014-09-13nohz: Consolidate nohz full init codeFrederic Weisbecker
2014-09-13irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker
2014-09-13nohz: Move nohz full init call to tick initFrederic Weisbecker
2014-09-12ftrace: Only disable ftrace_enabled to test buffer in selftestSteven Rostedt (Red Hat)
2014-09-12ftrace: Add sanity check when unregistering last ftrace_opsSteven Rostedt (Red Hat)
2014-09-12alarmtimer: Lock k_itimer during timer callbackRichard Larocque
2014-09-12alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque
2014-09-12alarmtimer: Return relative times in timer_gettimeRichard Larocque
2014-09-12jiffies: Fix timeval conversion to jiffiesAndrew Hunter
2014-09-12futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner
2014-09-10kcmp: fix standard comparison bugRasmus Villemoes
2014-09-10kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka
2014-09-10net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann
2014-09-10kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-09-10ftrace: Replace tramp_hash with old_*_hash to save spaceSteven Rostedt (Red Hat)
2014-09-10ftrace: Annotate the ops operation on updateSteven Rostedt (Red Hat)
2014-09-10ftrace: Grab any ops for a rec for enabled_functions outputSteven Rostedt (Red Hat)
2014-09-10ftrace: Remove freeing of old_hash from ftrace_hash_move()Steven Rostedt (Red Hat)
2014-09-10ftrace: Set callback to ftrace_stub when no ops are registeredSteven Rostedt (Red Hat)