summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | | | | | drivers: bus: omap_l3: fixup merge conflict resolutionOlof Johansson2012-10-021-1/+0
* | | | | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-02580-1870/+1758
|\ \ \ \ \ \
| * | | | | | ARM: add v7 multi-platform defconfigRob Herring2012-09-291-0/+57
| * | | | | | Merge branch 'bcmring/removal' into next/multiplatformArnd Bergmann2012-09-2857-15472/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-22397-574/+573
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: spear: move platform_data definitionsArnd Bergmann2012-09-192-1/+1
| | * | | | | | | ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-19107-164/+164
| | * | | | | | | ARM: orion: move platform_data definitionsArnd Bergmann2012-09-1934-34/+34
| | * | | | | | | ARM: nomadik: move platform_data definitionsArnd Bergmann2012-09-1414-10/+10
| | * | | | | | | ARM: w90x900: move platform_data definitionsArnd Bergmann2012-09-1411-9/+9
| | * | | | | | | ARM: vt8500: move platform_data definitionsArnd Bergmann2012-09-144-3/+3
| | * | | | | | | ARM: tegra: move sdhci platform_data definitionArnd Bergmann2012-09-145-8/+6
| | * | | | | | | ARM: sa1100: move platform_data definitionsArnd Bergmann2012-09-148-7/+7
| | * | | | | | | ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-1486-188/+188
| | * | | | | | | ARM: netx: move platform_data definitionsArnd Bergmann2012-09-145-4/+4
| | * | | | | | | ARM: msm: move platform_data definitionsArnd Bergmann2012-09-1418-16/+16
| | * | | | | | | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-1447-49/+49
| | * | | | | | | ARM: ep93xx: move platform_data definitionsArnd Bergmann2012-09-1419-20/+20
| | * | | | | | | ARM: davinci: move platform_data definitionsArnd Bergmann2012-09-1433-58/+58
| | * | | | | | | ARM: at91: move platform_data definitionsArnd Bergmann2012-09-146-5/+5
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | ARM: msm: Move core.h contents into common.hDavid Brown2012-09-225-4/+4
| * | | | | | | Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson2012-09-2274-401/+535
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: consolidate pen_release instead of having per platform definitionsMarc Zyngier2012-09-1413-41/+7
| | * | | | | | | ARM: smp: Make SMP operations mandatoryMarc Zyngier2012-09-142-23/+9
| | * | | | | | | ARM: SoC: convert spear13xx to SMP operationsArnd Bergmann2012-09-145-22/+23
| | * | | | | | | ARM: SoC: convert imx6q to SMP operationsMarc Zyngier2012-09-144-19/+20
| | * | | | | | | ARM: SoC: convert highbank to SMP operationsMarc Zyngier2012-09-144-19/+19
| | * | | | | | | ARM: SoC: convert shmobile SMP to SMP operationsMarc Zyngier2012-09-1415-146/+165
| | * | | | | | | ARM: SoC: convert ux500 to SMP operationsMarc Zyngier2012-09-144-31/+30
| | * | | | | | | ARM: SoC: convert MSM to SMP operationsMarc Zyngier2012-09-145-19/+30
| | * | | | | | | ARM: SoC: convert Exynos4 to SMP operationsMarc Zyngier2012-09-1410-19/+33
| | * | | | | | | ARM: SoC: convert Tegra to SMP operationsMarc Zyngier2012-09-139-19/+31