summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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)
2014-09-09net: bpf: consolidate JIT binary allocatorDaniel Borkmann
2014-09-09ftrace: Add helper function ftrace_ops_get_func()Steven Rostedt (Red Hat)
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov
2014-09-09ftrace: Add separate function for non recursive callbacksSteven Rostedt (Red Hat)
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida
2014-09-09perf: Fix a race condition in perf_remove_from_context()Cong Wang
2014-09-09perf/core: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-09-09perf/callchain: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-09-09Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar
2014-09-09sched: Reduce contention in update_cfs_rq_blocked_load()Jason Low
2014-09-09sched: Migrate waking tasksLai Jiangshan
2014-09-09PM / sleep: Enhance test_suspend option with repeat capabilitySrinivas Pandruvada
2014-09-09PM / sleep: Support freeze as test_suspend optionSrinivas Pandruvada