aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-03-03kernel/hrtimer: be non-freezeable in cpu_chill()Sebastian Andrzej Siewior
2014-03-03rt: Make cpu_chill() use hrtimer instead of msleep()Steven Rostedt
2014-03-03rcutree/rcu_bh_qs: disable irq while calling rcu_preempt_qs()Tiejun Chen
2014-02-24Merge tag 'v3.2.55' into v3.2-rtSteven Rostedt (Red Hat)
2014-02-15sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue
2014-02-15sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel
2014-02-15sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith
2014-02-15sched/rt: Fix SCHED_RR across cgroupsColin Cross
2014-02-15sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai
2014-02-15ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie
2014-01-17Merge tag 'v3.2.54' into v3.2-rtSteven Rostedt (Red Hat)
2014-01-17smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef
2014-01-17smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef
2014-01-17rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior
2014-01-17lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra
2014-01-03ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)
2014-01-03ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2014-01-03ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt
2014-01-03ftrace: Fix ftrace hash record update with notraceSteven Rostedt
2014-01-03sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall
2014-01-03futex: fix handling of read-only-mapped hugepagesLinus Torvalds
2014-01-03cpuset: Fix memory allocator deadlockPeter Zijlstra
2014-01-03irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan
2014-01-03exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2014-01-03PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu
2014-01-03audit: use nlmsg_len() to get message payload lengthMathias Krause
2014-01-03audit: fix info leak in AUDIT_GET requestsMathias Krause
2014-01-03audit: printk USER_AVC messages when audit isn't enabledTyler Hicks
2014-01-03alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro
2013-12-10cpu_down: move migrate_enable() backTiejun Chen
2013-12-03Merge tag 'v3.2.53' into v3.2-rtSteven Rostedt (Red Hat)
2013-11-28tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt
2013-11-28perf: Fix perf ring buffer memory orderingPeter Zijlstra
2013-11-20genirq: Set the irq thread policy without checking CAP_SYS_NICEThomas Pfaff
2013-11-20Merge tag 'v3.2.52' into v3.2-rtSteven Rostedt (Red Hat)
2013-10-26perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra
2013-10-26perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra
2013-10-26cgroup: fail if monitored file and event_control are in different cgroupLi Zefan
2013-10-26perf: Use css_tryget() to avoid propping up css refcountSalman Qazi
2013-10-26sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-09-12Merge tag 'v3.2.51' into v3.2-rtSteven Rostedt (Red Hat)
2013-09-10workqueue: cond_resched() after processing each work itemTejun Heo
2013-09-10tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-09-10perf: Fix event group context moveJiri Olsa
2013-09-10sched: Fix the broken sched_rr_get_interval()Zhu Yanhai
2013-09-08genirq: do not invoke the affinity callback via a workqueueSebastian Andrzej Siewior
2013-09-08hwlat-detect/trace: Export trace_clock_local for hwlat-detectorSteven Rostedt (Red Hat)
2013-09-07rt,ntp: Move call to schedule_delayed_work() to helper threadSteven Rostedt
2013-09-06kernel/hotplug: restore original cpu mask oncpu/downSebastian Andrzej Siewior
2013-09-06kernel/cpu: fix cpu down problem if kthread's cpu is going downSebastian Andrzej Siewior