summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-05-14rcutorture: Mark function as static in kernel/rcu/torture.cRashika Kheria
2014-05-14torture: Intensify locking testPaul E. McKenney
2014-05-13rcutorture: Add forward-progress checking for writerPaul E. McKenney
2014-05-13cgroup: fix rcu_read_lock() leak in update_if_frozen()Tejun Heo
2014-05-13cgroup_freezer: replace freezer->lock with freezer_mutexTejun Heo
2014-05-13cgroup: introduce task_css_is_root()Tejun Heo
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-12hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar
2014-05-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-05-08Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-05-08tracepoint: Fix use of tracepoint funcs after rcu freeMathieu Desnoyers
2014-05-07sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low
2014-05-07sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_ba...Jason Low
2014-05-07sched: Skip double execution of pick_next_task_fair()Peter Zijlstra
2014-05-07sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)
2014-05-07sched/deadline: Fix memory leakLi Zefan
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner
2014-05-07perf: Fix perf_event_init_context()Peter Zijlstra
2014-05-07perf: Fix race in removing an eventPeter Zijlstra
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-05-04rwsem: Add comments to explain the meaning of the rwsem's count fieldTim Chen
2014-05-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-05-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-05-03Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-05-03tracing: Use rcu_dereference_sched() for trace event triggersSteven Rostedt (Red Hat)
2014-05-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-30timer: Prevent overflow in apply_slackJiri Bohac
2014-04-30hrtimer: Prevent remote enqueue of leftmost timersLeon Ma
2014-04-30hrtimer: Prevent all reprogramming if hang detectedStuart Hayes
2014-04-29softirq: A single rcu_bh_qs() call per softirq set is enoughEric Dumazet
2014-04-29rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr()Christoph Lameter
2014-04-29rcu: Remove duplicate resched_cpu() declarationPranith Kumar
2014-04-29rcu: Make large and small sysidle systems use same state machinePaul E. McKenney
2014-04-29rcu: Bind RCU grace-period kthreads if NO_HZ_FULLPaul E. McKenney
2014-04-29rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state()Andreea-Cristina Bernat
2014-04-29rcu: Consolidate kfree_call_rcu() to use rcu_state pointerAndreea-Cristina Bernat
2014-04-29rcu: Replace NR_CPUS with nr_cpu_idsHimangi Saraogi
2014-04-29rcu: Add event tracing to dyntick_save_progress_counter().Andreea-Cristina Bernat
2014-04-29rcu: Protect uses of ->jiffies_stall with ACCESS_ONCE()Himangi Saraogi
2014-04-29rcu: Make callers awaken grace-period kthreadPaul E. McKenney
2014-04-29rcu: Protect uses of jiffies_stall field with ACCESS_ONCE()Iulia Manda
2014-04-29rcu: Remove unused rcu_data structure fieldIulia Manda
2014-04-29rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUsPaul E. McKenney
2014-04-29rcu: Print negatives for stall-warning counter wraparoundPaul E. McKenney
2014-04-29rcu: Fix incorrect notes for codeLiu Ping Fan
2014-04-29rcu: Protect ->gp_flags accesses with ACCESS_ONCE()Paul E. McKenney
2014-04-28Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds