summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-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-03watchdog: using u64 in get_sample_period()Chuansheng Liu
2012-12-03futex: avoid wake_futex() for a PI futex_qDarren Hart
2012-11-26Resource: fix wrong resource window calculationRam Pai
2012-11-17futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner
2012-10-28cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura
2012-10-28use clamp_t in UNAME26 fixKees Cook
2012-10-28kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook
2012-10-21timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian
2012-10-21module: taint kernel when lve module is loadedMatthew Garrett
2012-10-13CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat
2012-10-13rcu: Fix day-one dyntick-idle stall-warning bugPaul E. McKenney
2012-10-13workqueue: add missing smp_wmb() in process_one_work()Tejun Heo
2012-10-13kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo
2012-10-02sched: Fix ancient race in do_exit()Yasunori Goto
2012-10-02time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz
2012-10-02time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz
2012-10-02time: Improve sanity checking of timekeeping inputsJohn Stultz
2012-10-02sched: Fix race in task_group()Peter Zijlstra
2012-10-02Fix a dead loop in async_synchronize_full()Li Zhong
2012-10-02workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan
2012-10-02perf_event: Switch to internal refcount, fix race with close()Al Viro
2012-10-02workqueue: reimplement work_on_cpu() using system_wqTejun Heo
2012-09-14audit: fix refcounting in audit-treeMiklos Szeredi
2012-09-14audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi
2012-08-15random: remove rand_initialize_irq()Theodore Ts'o
2012-08-15random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o
2012-08-09futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()Darren Hart
2012-08-09futex: Fix bug in WARN_ON for NULL q.pi_stateDarren Hart
2012-08-09futex: Test for pi_mutex on fault in futex_wait_requeue_pi()Darren Hart
2012-08-09workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo
2012-08-09ftrace: Disable function tracing during suspend/resume and hibernation, againSrivatsa S. Bhat
2012-08-01cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-08-01cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes
2012-08-01cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes
2012-08-01ntp: Fix STA_INS/DEL clearing bugJohn Stultz
2012-07-19timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner
2012-07-19hrtimer: Update hrtimer base offsets each hrtimer_interruptJohn Stultz
2012-07-19timekeeping: Provide hrtimer update functionThomas Gleixner
2012-07-19hrtimers: Move lock held region in hrtimer_interrupt()Thomas Gleixner
2012-07-19timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner
2012-07-19timekeeping: Fix leapsecond triggered load spike issueJohn Stultz
2012-07-19hrtimer: Provide clock_was_set_delayed()John Stultz
2012-07-19time: Move common updates to a functionThomas Gleixner