aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-05-12Merge tag 'v3.10.39' into v3.10-rtSteven Rostedt (Red Hat)
2014-05-12Merge tag 'v3.10.38' into v3.10-rtSteven Rostedt (Red Hat)
2014-05-06hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua
2014-04-26exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov
2014-04-26wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov
2014-04-26pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov
2014-04-26user namespace: fix incorrect memory barriersMikulas Patocka
2014-04-24Merge tag 'v3.10.37' into v3.10-rtSteven Rostedt (Red Hat)
2014-04-24Merge tag 'v3.10.35' into v3.10-rtSteven Rostedt (Red Hat)
2014-04-14futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens
2014-03-31sched/autogroup: Fix race with task_groups listGerald Schaefer
2014-03-31tracing: Fix array size mismatch in format stringVaibhav Nagarnaik
2014-03-24Merge tag 'v3.10.34' into v3.10-rtSteven Rostedt (Red Hat)
2014-03-23tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner
2014-03-23tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2014-03-23cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan
2014-03-23genirq: Remove racy waitqueue_active checkChuansheng Liu
2014-03-23sched: Fix double normalization of vruntimeGeorge McCollister
2014-03-10cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleepSteven Rostedt
2014-03-10Merge tag 'v3.10.33' into v3.10-rtSteven Rostedt (Red Hat)
2014-03-06perf: Fix hotplug splatPeter Zijlstra
2014-03-06workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan
2014-02-28rcu: Eliminate softirq processing from rcutreePaul E. McKenney
2014-02-28irq_work: allow certain work in hard irq contextSebastian Andrzej Siewior
2014-02-28kernel/hrtimer: be non-freezeable in cpu_chill()Sebastian Andrzej Siewior
2014-02-28rt: Make cpu_chill() use hrtimer instead of msleep()Steven Rostedt
2014-02-28rcutree/rcu_bh_qs: disable irq while calling rcu_preempt_qs()Tiejun Chen
2014-02-28timer/rt: Always raise the softirq if there's irq_work to be doneSteven Rostedt
2014-02-28timer: Raise softirq if there's irq_workSteven Rostedt
2014-02-28timers: do not raise softirq unconditionallyThomas Gleixner
2014-02-28rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney
2014-02-25Merge tag 'v3.10.32' into v3.10-rtSteven Rostedt (Red Hat)
2014-02-22genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker
2014-02-22ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)
2014-02-22time: Fix overflow when HZ is smaller than 60Mikulas Patocka
2014-02-22tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner
2014-02-21Merge tag 'v3.10.30' into v3.10-rtSteven Rostedt (Red Hat)
2014-02-13timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz
2014-02-13timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz
2014-02-13timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz
2014-02-13timekeeping: Fix lost updates to tai adjustmentJohn Stultz
2014-02-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt
2014-02-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt
2014-02-13ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt
2014-02-13audit: reset audit backlog wait time after error recoveryRichard Guy Briggs
2014-02-13tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)
2014-02-13tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)
2014-01-18Merge tag 'v3.10.27' into v3.10-rtSteven Rostedt (Red Hat)
2014-01-15Merge tag 'v3.10.26' into v3.10-rtSteven Rostedt (Red Hat)
2014-01-15sched: Guarantee new group-entities always have weightPaul Turner