summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-08-25PM QoS: Add EMC freq min/max as PM QoS paramsJinyoung Park
2013-06-05irq: enable suspended EARLY_RESUME irqs forcefully if not resumedLaxman Dewangan
2013-05-17kernel: power: qos: export qos routineDavid Jung
2013-05-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-05-08workqueue: fix spurious CPU locality WARN from process_one_work()Tejun Heo
2013-04-30Revert "smp: Fix SMP function call empty cpu mask race"Bo Yan
2013-04-03sched: remove redundant update_runtime notifierNeil Zhang
2013-03-25nohz: stat: Fix CPU idle time accountingBo Yan
2013-03-18sched: reinitialize rq->next_balance when a CPU is hot-addedPaul Walmsley
2013-03-06Merge branch 'linux-3.4.35' into rel-17Sachin Nikam
2013-03-04cgroup: fix exit() vs rmdir() raceLi Zefan
2013-03-04cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan
2013-03-04sysctl: fix null checking in bin_dn_node_address()Xi Wang
2013-03-04ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-03-04posix-timer: Don't call idr_find() with out-of-range IDTejun Heo
2013-02-28futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner
2013-02-28hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz
2013-02-28posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka
2013-02-28genirq: Avoid deadlock in spurious handlingThomas Gleixner
2013-02-28timeconst.pl: Eliminate Perl warningH. Peter Anvin
2013-02-26time: alarmtimer: print cause of failure if suspend failedLaxman Dewangan
2013-02-21printk: fix buffer overflow when calling log_prefix function from call_consol...Alexandre SIMON
2013-02-14kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke
2013-02-11sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer
2013-02-03smp: Fix SMP function call empty cpu mask raceWang YanQing
2013-01-30timekeeping: Fix time moving backwardsAjay Nandakumar
2013-01-27wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov
2013-01-27ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov
2013-01-27ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-01-27ftrace: Be first to run code modification on modulesSteven Rostedt
2013-01-17ring-buffer: Fix race between integrity check and readersSteven Rostedt
2013-01-11cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2013-01-11genirq: Always force thread affinityThomas Gleixner
2012-12-17rcu: Fix batch-limit size problemEric Dumazet
2012-12-17ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2012-12-17workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo
2012-12-10Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith
2012-12-10workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith
2012-12-03timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter
2012-12-03watchdog: using u64 in get_sample_period()Chuansheng Liu
2012-12-03futex: avoid wake_futex() for a PI futex_qDarren Hart
2012-11-30Revert "Revert "cpuquiet: Update averaging of nr_runnables""Peter Boonstoppel
2012-11-26module: fix out-by-one error in kallsymsRusty Russell
2012-11-17futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner
2012-11-14gcov-kernel: Make gcov work on vanilla gcc again.Tuomas Tynkkynen
2012-11-12Revert "sched :Notify users that tickless-timer is enabled"Puneet Saxena
2012-10-31sched :Notify users that tickless-timer is enabledpdabade
2012-10-28Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo
2012-10-28Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo
2012-10-28cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura