aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-01-03ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt
2013-01-03cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2013-01-03ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2013-01-03rcu: Fix batch-limit size problemEric Dumazet
2013-01-03genirq: Always force thread affinityThomas Gleixner
2013-01-03cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo
2013-01-03Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith
2013-01-03use clamp_t in UNAME26 fixKees Cook
2013-01-03workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo
2012-12-06workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith
2012-12-06futex: avoid wake_futex() for a PI futex_qDarren Hart
2012-12-06watchdog: using u64 in get_sample_period()Chuansheng Liu
2012-12-06futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner
2012-11-16module: fix out-by-one error in kallsymsRusty Russell
2012-10-30kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook
2012-10-30cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura
2012-10-30timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter
2012-10-30timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian
2012-10-30module: taint kernel when lve module is loadedMatthew Garrett
2012-10-17sched: Fix migration thread runtime bogosityMike Galbraith
2012-10-17kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo
2012-10-17rcu: Fix day-one dyntick-idle stall-warning bugPaul E. McKenney
2012-10-17workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan
2012-10-17workqueue: add missing smp_wmb() in process_one_work()Tejun Heo
2012-10-10CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat
2012-10-10Fix a dead loop in async_synchronize_full()Li Zhong
2012-10-10sched: Fix ancient race in do_exit()Yasunori Goto
2012-10-10workqueue: reimplement work_on_cpu() using system_wqTejun Heo
2012-09-19perf_event: Switch to internal refcount, fix race with close()Al Viro
2012-09-19time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz
2012-09-19time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz
2012-09-19time: Improve sanity checking of timekeeping inputsJohn Stultz
2012-09-19workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan
2012-09-12audit: fix refcounting in audit-treeMiklos Szeredi
2012-09-12audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi
2012-09-12sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka
2012-08-10futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()Darren Hart
2012-08-10futex: Fix bug in WARN_ON for NULL q.pi_stateDarren Hart
2012-08-10futex: Test for pi_mutex on fault in futex_wait_requeue_pi()Darren Hart
2012-08-10random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o
2012-08-10sched: Fix race in task_group()Peter Zijlstra
2012-08-02workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo
2012-08-02ftrace: Disable function tracing during suspend/resume and hibernation, againSrivatsa S. Bhat
2012-08-02sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra
2012-08-02sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra
2012-08-02cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-07-25timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner
2012-07-25hrtimer: Update hrtimer base offsets each hrtimer_interruptJohn Stultz
2012-07-25timekeeping: Provide hrtimer update functionThomas Gleixner
2012-07-25hrtimers: Move lock held region in hrtimer_interrupt()Thomas Gleixner