summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-131-7/+12
* workqueue: fix CPU binding of flush_delayed_work[_sync]()Tejun Heo2012-08-132-3/+5
* workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-1318-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-021-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-07-312-22/+36
| * Platform: OLPC: move global variables into priv structAndres Salomon2012-07-311-20/+28
| * Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon2012-07-312-97/+117
| * x86: OLPC: switch over to using new EC driver on x86Andres Salomon2012-07-313-36/+27
| * Platform: OLPC: add a suspended flag to the EC driverAndres Salomon2012-07-311-1/+45
| * Platform: OLPC: turn EC driver into a platform_driverAndres Salomon2012-07-312-0/+54
| * Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call itAndres Salomon2012-07-312-2/+116
| * drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-07-319-3/+8
| * Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon2012-07-316-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
| |\ \
| | * | ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn2012-07-276-6/+6
| | * | ARM: Kirkwood: Describe GoFlex Net LEDs and SATA in DT.Andrew Lunn2012-07-272-84/+50
| | * | ARM: Kirkwood: Describe Dreamplug LEDs in DT.Andrew Lunn2012-07-272-34/+16
| | * | ARM: Kirkwood: Describe iConnects LEDs in DT.Andrew Lunn2012-07-272-46/+34
| | * | ARM: Kirkwood: Describe iConnects temperature sensor in DT.Andrew Lunn2012-07-272-10/+8
| | * | ARM: Kirkwood: Describe IB62x0 LEDs in DT.Andrew Lunn2012-07-272-36/+17
| | * | ARM: Kirkwood: Describe IB62x0 gpio-keys in DT.Andrew Lunn2012-07-272-31/+16
| | * | ARM: Kirkwood: Describe DNS32? gpio-keys in DT.Jamie Lentin2012-07-272-37/+21
| | * | ARM: Kirkwood: Move common portions into a kirkwood-dnskw.dtsiJamie Lentin2012-07-273-82/+50
| | * | ARM: Kirkwood: Replace DNS-320/DNS-325 leds with dt bindingsJamie Lentin2012-07-273-90/+50
OpenPOWER on IntegriCloud