summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-04-0613-19/+1285
|\
| * arch/tile: remove unused variable 'devcap'Chris Metcalf2014-04-041-2/+0
| * tile: Fix vDSO compilation issue with allyesconfigKerry Sheh2014-04-041-1/+1
| * tile/perf: Support perf_events on tilegx and tileproZhigang Lu2014-03-075-0/+1048
| * tile: Enable NMIs on return from handle_nmi() without errorsZhigang Lu2014-03-072-1/+21
| * tile: Add support for handling PMC hardwareZhigang Lu2014-03-076-12/+204
| * tile: don't use __get_cpu_var() with structure-typed argumentsChris Metcalf2014-03-061-2/+2
| * tile: avoid overflow in ns2cyclesHenrik Austad2014-03-061-1/+9
* | Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-04-051-0/+5
|\ \
| | \
| | \
| *-. \ Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'arm/omap', 'arm/shmobil...Joerg Roedel2014-04-021-0/+5
| |\ \ \ | | | |/ | | |/|
| | | * iommu/omap: Add devicetree supportFlorian Vaussard2014-03-041-0/+5
| | |/
* | | Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-04-052-5/+1
|\ \ \
| * \ \ Merge branch 'clk-fixes' into clk-nextMike Turquette2014-02-2471-303/+345
| |\ \ \
| * | | | clk: socfpga: Add a clk-phase property to the "altr,socfpga-gate-clk"Dinh Nguyen2014-02-181-0/+1
| * | | | clk: socfpga: Remove socfpga_init_clocksDinh Nguyen2014-02-181-1/+0
| * | | | clk: socfpga: Map the clk manager base address in the clock driverDinh Nguyen2014-02-181-4/+0
* | | | | Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-052-18/+0
|\ \ \ \ \
| * | | | | pwm: Remove obsolete HAVE_PWM Kconfig symbolSascha Hauer2014-02-103-20/+0
* | | | | | Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-0582-1314/+1021
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'exynos-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Arnd Bergmann2014-03-2932-302/+165
| |\ \ \ \ \ \
| | * | | | | | dt-bindings: clock: Move exynos-audss-clk.h to dt-bindings/clockTushar Behera2014-03-212-2/+2
| | * | | | | | ARM: dts: Update Exynos DT files with generic compatible stringsSachin Kamat2014-03-2122-22/+22
| | * | | | | | ARM: EXYNOS: Add generic compatible stringsSachin Kamat2014-03-211-0/+2
| | * | | | | | ARM: EXYNOS: Consolidate exynos4 and exynos5 machine filesSachin Kamat2014-03-216-185/+92
| | * | | | | | ARM: EXYNOS: Consolidate CPU init codeSachin Kamat2014-03-211-85/+23
| | * | | | | | ARM: SAMSUNG: Introduce generic Exynos4 and 5 helpersSachin Kamat2014-03-211-0/+4
| | * | | | | | ARM: EXYNOS: Add support to reserve memory for MFC-v7Sachin Kamat2014-03-211-1/+9
| | * | | | | | ARM: SAMSUNG: Reorganize calls to reserve memory for MFCTushar Behera2014-03-215-26/+30
| | |/ / / / /
| * | | | | | Merge tag 'samsung-pm-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kge...Arnd Bergmann2014-03-2922-400/+535
| |\ \ \ \ \ \
| | * | | | | | ARM: EXYNOS: Fix compilation error in cpuidle.cTomasz Figa2014-03-211-2/+1
| | * | | | | | ARM: S5P64X0: Explicitly include linux/serial_s3c.h in mach/pm-core.hTomasz Figa2014-03-211-0/+2
| | * | | | | | ARM: S3C64XX: Fix build for implicit serial_s3c.h inclusionMark Brown2014-03-211-0/+2
| | * | | | | | ARM: EXYNOS: Allow wake-up using GIC interruptsTomasz Figa2014-03-211-0/+53
| | * | | | | | ARM: EXYNOS: Stop using legacy Samsung PM codeTomasz Figa2014-03-218-137/+167
| | * | | | | | ARM: EXYNOS: Remove PM initcalls and useless indirectionTomasz Figa2014-03-213-38/+19
| | * | | | | | ARM: EXYNOS: Fix abuse of CONFIG_PMTomasz Figa2014-03-211-12/+12
| | * | | | | | ARM: SAMSUNG: Move s3c_pm_check_* prototypes to plat/pm-common.hTomasz Figa2014-03-213-15/+15
| | * | | | | | ARM: SAMSUNG: Move common save/restore helpers to separate fileTomasz Figa2014-03-215-81/+102
| | * | | | | | ARM: SAMSUNG: Move Samsung PM debug code into separate fileTomasz Figa2014-03-215-122/+169
| | * | | | | | ARM: SAMSUNG: Consolidate PM debug functionsTomasz Figa2014-03-211-14/+6
| | * | | | | | ARM: SAMSUNG: Use debug_ll_addr() to get UART base addressTomasz Figa2014-03-211-2/+13
| | * | | | | | ARM: SAMSUNG: Save UART DIVSLOT register based on SoC typeTomasz Figa2014-03-214-17/+6
| | * | | | | | ARM: SAMSUNG: Add soc_is_s3c2410() helperTomasz Figa2014-03-211-0/+6
| | * | | | | | ARM: EXYNOS: Do not resume l2x0 if not enabled before suspendTomasz Figa2014-03-211-3/+5
| | * | | | | | Merge branch 'v3.15-next/cleanup-samsung-2' into v3.15-next/s2r-pm-samsung-2Kukjin Kim2014-03-2195-609/+89
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge tag 'samsung-dt-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kge...Arnd Bergmann2014-03-291-0/+15
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: dts: Keep some essential LDOs enabled for arndale-octa boardTushar Behera2014-03-211-0/+3
| | * | | | | | | | ARM: dts: Disable MDMA1 node for arndale-octa boardTushar Behera2014-03-211-0/+12
| * | | | | | | | | Merge tag 'samsung-cleanup-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2014-03-298-39/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: EXYNOS: Remove hardware.h fileSachin Kamat2014-03-212-20/+0