summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* workqueue: use irqsafe timer for delayed_workTejun Heo2012-08-212-12/+16
* workqueue: clean up delayed_work initializers and add missing oneTejun Heo2012-08-211-25/+23
* workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-2118-31/+31
* workqueue: cosmetic whitespace updates for macro definitionsTejun Heo2012-08-211-63/+63
* Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Tejun Heo2012-08-212-159/+114
|\
| * timer: Implement TIMER_IRQSAFETejun Heo2012-08-212-15/+36
| * timer: Clean up timer initializersTejun Heo2012-08-212-126/+53
| * timer: Relocate declarations of init_timer_on_stack_key()Tejun Heo2012-08-211-15/+15
| * timer: Generalize timer->base flags handlingTejun Heo2012-08-212-10/+17
* | workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-2010-30/+29
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-2081-111/+111
* | workqueue: gut system_nrt[_freezable]_wq()Tejun Heo2012-08-202-18/+15
* | workqueue: gut flush[_delayed]_work_sync()Tejun Heo2012-08-202-114/+22
* | workqueue: make all workqueues non-reentrantTejun Heo2012-08-201-6/+7
* | workqueue: fix checkpatch issuesValentin Ilie2012-08-201-16/+13
* | workqueue: use system_highpri_wq for unbind_workJoonsoo Kim2012-08-161-1/+1
* | workqueue: use system_highpri_wq for highpri workers in rebind_workers()Joonsoo Kim2012-08-161-4/+14
* | workqueue: introduce system_highpri_wqJoonsoo Kim2012-08-161-3/+6
* | workqueue: change value of lcpu in __queue_delayed_work_on()Joonsoo Kim2012-08-161-2/+8
* | workqueue: correct req_cpu in trace_workqueue_queue_work()Joonsoo Kim2012-08-161-1/+2
* | workqueue: use enum value to set array size of pools in gcwqJoonsoo Kim2012-08-161-1/+2
* | workqueue: add missing wmb() in clear_work_data()Tejun Heo2012-08-141-7/+12
* | workqueue: fix CPU binding of flush_delayed_work[_sync]()Tejun Heo2012-08-142-3/+5
* | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-1418-105/+41
* | workqueue: implement mod_delayed_work[_on]()Tejun Heo2012-08-032-0/+57
* | workqueue: mark a work item being canceled as suchTejun Heo2012-08-032-19/+76
* | workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()Tejun Heo2012-08-031-15/+32
* | workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()Tejun Heo2012-08-031-33/+41
* | workqueue: introduce WORK_OFFQ_FLAG_*Tejun Heo2012-08-032-6/+16
* | workqueue: move try_to_grab_pending() upwardsTejun Heo2012-08-031-143/+143
* | workqueue: fix zero @delay handling of queue_delayed_work_on()Tejun Heo2012-08-031-5/+7
* | workqueue: unify local CPU queueing handlingTejun Heo2012-08-031-12/+7
* | workqueue: set delayed_work->timer function on initializationTejun Heo2012-08-032-5/+15
* | workqueue: disable irq while manipulating PENDINGTejun Heo2012-08-031-20/+53
* | workqueue: add missing smp_wmb() in process_one_work()Tejun Heo2012-08-031-0/+2
* | workqueue: make queueing functions return boolTejun Heo2012-08-032-34/+33
* | workqueue: reorder queueing functions so that _on() variants are on topTejun Heo2012-08-032-68/+69
* | Linux 3.6-rc1v3.6-rc1Linus Torvalds2012-08-031-2/+2
* | Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds2012-08-0213-164/+451
|\ \
| * | x86: OLPC: move s/r-related EC cmds to EC driverAndres Salomon2012-08-012-22/+36
| * | Platform: OLPC: move global variables into priv structAndres Salomon2012-08-011-20/+28
| * | Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon2012-08-012-97/+117
| * | x86: OLPC: switch over to using new EC driver on x86Andres Salomon2012-08-013-36/+27
| * | Platform: OLPC: add a suspended flag to the EC driverAndres Salomon2012-08-011-1/+45
| * | Platform: OLPC: turn EC driver into a platform_driverAndres Salomon2012-08-012-0/+54
| * | Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call itAndres Salomon2012-08-012-2/+116
| * | drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-08-019-3/+8
| * | Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon2012-08-016-18/+55
* | | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-08-0243-569/+1387
|\ \ \
| * \ \ Merge branch 'marvell/dt' into late2/dtOlof Johansson2012-07-2965-646/+1915
| |\ \ \