summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo
2012-08-21workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()Tejun Heo
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo
2012-08-21workqueue: use irqsafe timer for delayed_workTejun Heo
2012-08-21workqueue: clean up delayed_work initializers and add missing oneTejun Heo
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo
2012-08-21workqueue: cosmetic whitespace updates for macro definitionsTejun Heo
2012-08-21Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Tejun Heo
2012-08-21timer: Implement TIMER_IRQSAFETejun Heo
2012-08-21timer: Clean up timer initializersTejun Heo
2012-08-21timer: Relocate declarations of init_timer_on_stack_key()Tejun Heo
2012-08-21timer: Generalize timer->base flags handlingTejun Heo
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-20workqueue: gut system_nrt[_freezable]_wq()Tejun Heo
2012-08-20workqueue: gut flush[_delayed]_work_sync()Tejun Heo
2012-08-20workqueue: make all workqueues non-reentrantTejun Heo
2012-08-20workqueue: fix checkpatch issuesValentin Ilie
2012-08-16workqueue: use system_highpri_wq for unbind_workJoonsoo Kim
2012-08-16workqueue: use system_highpri_wq for highpri workers in rebind_workers()Joonsoo Kim
2012-08-16workqueue: introduce system_highpri_wqJoonsoo Kim
2012-08-16workqueue: change value of lcpu in __queue_delayed_work_on()Joonsoo Kim
2012-08-16workqueue: correct req_cpu in trace_workqueue_queue_work()Joonsoo Kim
2012-08-16workqueue: use enum value to set array size of pools in gcwqJoonsoo Kim
2012-08-13workqueue: add missing wmb() in clear_work_data()Tejun Heo
2012-08-13workqueue: fix CPU binding of flush_delayed_work[_sync]()Tejun Heo
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo
2012-08-03workqueue: implement mod_delayed_work[_on]()Tejun Heo
2012-08-03workqueue: mark a work item being canceled as suchTejun Heo
2012-08-03workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()Tejun Heo
2012-08-03workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()Tejun Heo
2012-08-03workqueue: introduce WORK_OFFQ_FLAG_*Tejun Heo
2012-08-03workqueue: move try_to_grab_pending() upwardsTejun Heo
2012-08-03workqueue: fix zero @delay handling of queue_delayed_work_on()Tejun Heo
2012-08-03workqueue: unify local CPU queueing handlingTejun Heo
2012-08-03workqueue: set delayed_work->timer function on initializationTejun Heo
2012-08-03workqueue: disable irq while manipulating PENDINGTejun Heo
2012-08-03workqueue: add missing smp_wmb() in process_one_work()Tejun Heo
2012-08-03workqueue: make queueing functions return boolTejun Heo
2012-08-03workqueue: reorder queueing functions so that _on() variants are on topTejun Heo
2012-08-02Linux 3.6-rc1v3.6-rc1Linus Torvalds
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds
2012-08-02Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-08-02Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-08-02Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-08-02Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds
2012-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-08-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds