aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2012-07-25timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner
2012-07-25timekeeping: Fix leapsecond triggered load spike issueJohn Stultz
2012-07-25hrtimer: Provide clock_was_set_delayed()John Stultz
2012-07-25time: Move common updates to a functionThomas Gleixner
2012-07-25timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz
2012-07-25ntp: Correct TAI offset during leap secondRichard Cochran
2012-07-25ntp: Fix leap-second hrtimer livelockJohn Stultz
2012-07-25PM / Hibernate: Hibernate/thaw fixes/improvementsBojan Smojver
2012-07-25sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra
2012-07-12tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet
2012-06-19sched: Fix the relax_domain_level boot parameterDimitri Sivanich
2012-06-10mm/fork: fix overflow in vma length when copying mmap on cloneSiddhesh Poyarekar
2012-05-31compat: Fix RT signal mask corruption via sigprocmaskJan Kiszka
2012-05-31workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...Tejun Heo
2012-05-20namespaces, pid_ns: fix leakage on fork() failureMike Galbraith
2012-05-11exit_signal: fix the "parent has changed security domain" logicOleg Nesterov
2012-05-11exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov
2012-05-11sched: Fix nohz load accounting -- again!Peter Zijlstra