summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-06-03ENGR00265061 System hang when running the game lsh.emu.apkguoyin.chen
2013-05-10timer: fix the too many reries on the per-cpu event deviceJason Liu
2013-01-15ENGR00240065-1 cpufreq: add cpufreq driver for imxAnson Huang
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-14uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov
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-08-15printk: Fix calculation of length used to discard recordsJeff Mahoney
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-09posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer
2012-08-09kmsg - properly print over-long continuation linesKay Sievers
2012-08-09workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo
2012-08-09cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inodeTejun Heo
2012-08-09PM / Sleep: Require CAP_BLOCK_SUSPEND to use wake_lock/wake_unlockRafael J. Wysocki
2012-08-09ftrace: Disable function tracing during suspend/resume and hibernation, againSrivatsa S. Bhat
2012-07-21Merge branch 'anton-kgdb' (kgdb dmesg fixups)Linus Torvalds
2012-07-21kdb: Switch to nolock variants of kmsg_dump functionsAnton Vorontsov
2012-07-21printk: Implement some unlocked kmsg_dump functionsAnton Vorontsov
2012-07-21printk: Remove kdb_syslog_dataAnton Vorontsov
2012-07-21kdb: Revive dmesg commandAnton Vorontsov
2012-07-18Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds
2012-07-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-07-16timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner
2012-07-15ntp: Fix STA_INS/DEL clearing bugJohn Stultz
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds
2012-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-07-11Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-11c/r: prctl: less paranoid prctl_set_mm_exe_file()Konstantin Khlebnikov
2012-07-11hrtimer: Update hrtimer base offsets each hrtimer_interruptJohn Stultz
2012-07-11timekeeping: Provide hrtimer update functionThomas Gleixner