summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-10-28use clamp_t in UNAME26 fixKees Cook
2012-10-28kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook
2012-10-21kdb,vt_console: Fix missed data due to pager overrunsJason Wessel
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-13sched: Fix migration thread runtime bogosityMike Galbraith
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-02kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo
2012-10-02kthread_worker: reorganize to prepare for flush_kthread_work() reimplementationTejun Heo
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-02sched: Add missing call to calc_load_exit_idle()Charles Wang
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-26Revert "cpuquiet: Update averaging of nr_runnables"Puneet Saxena
2012-09-18kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo
2012-09-18kthread_worker: reorganize to prepare for flush_kthread_work() reimplementationTejun Heo
2012-09-18HACK: ARM: disable sleeping while atomic warning in do_signalColin Cross
2012-09-14sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka
2012-09-14sched,cgroup: Fix up task_groups listMike Galbraith
2012-09-14audit: fix refcounting in audit-treeMiklos Szeredi
2012-09-14audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi
2012-09-14cpuquiet: Update averaging of nr_runnablesSai Charan Gurrappadi
2012-08-24cpuquiet: Runnable threads governorSai Charan Gurrappadi
2012-08-24PM QoS: Add disable parameterAntti P Miettinen
2012-08-23Merge commit 'v3.4.9' into android-t114-3.4Varun Wadekar
2012-08-16workqueue: CPU hotplug keep idle workersMitch Luban
2012-08-15random: remove rand_initialize_irq()Theodore Ts'o
2012-08-15random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o
2012-08-13Merge commit 'v3.4.8' into android-t114-3.4-rebasedVarun Wadekar
2012-08-13alarmtimer: implement minimum alarm interval for allowing suspendTodd Poynor
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-09posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer
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-06kthread: disable preemption during complete()Peter Boonstoppel
2012-07-29ntp: Fix STA_INS/DEL clearing bugJohn Stultz
2012-07-25Merge commit 'v3.4.6' into android-t114-3.4Varun Wadekar
2012-07-23power: Add option to log time spent in suspendColin Cross
2012-07-23PM / Hibernate: Use get_gendisk to verify partition if resume_file is integer...Minho Ban
2012-07-23PM / Sleep: User space wakeup sources garbage collector Kconfig optionRafael J. Wysocki