summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: debug: provide PL01x debug uart phys/virt address configuration optionsRussell King2013-08-2514-156/+57
* ARM: debug: add support for word accesses to debug/8250.SRussell King2013-08-255-72/+33
* ARM: debug: move 8250 debug include into arch/arm/include/debug/Russell King2013-08-2520-212/+3
* ARM: debug: provide 8250 debug uart phys/virt address configuration optionsRussell King2013-08-2520-201/+68
* ARM: debug: provide 8250 debug uart register shift configuration optionRussell King2013-08-2520-20/+30
* ARM: debug: provide 8250 debug uart flow control configuration optionRussell King2013-08-256-5/+10
* ARM: debug: clean up low level kernel debugging selectionRussell King2013-08-251-137/+191
* ARM: debug: fix wording error in DEBUG_LL_UART_NONE option helpRussell King2013-08-251-1/+1
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-08-168-33/+69
|\
| * Merge branch 'security-fixes' into fixesRussell King2013-08-134-9/+14
| |\
| | * ARM: 7810/1: perf: Fix array out of bounds access in armpmu_map_hw_event()Stephen Boyd2013-08-131-1/+6
| | * ARM: 7809/1: perf: fix event validation for software group leadersWill Deacon2013-08-131-0/+3
| | * ARM: Fix FIQ code on VIVT CPUsRussell King2013-08-081-6/+2
| | * ARM: Fix !kuser helpers caseRussell King2013-08-071-1/+2
| | * ARM: Fix the world famous typo with is_gate_vma()Russell King2013-08-071-1/+1
| * | ARM: 7807/1: kexec: validate CPU hotplug supportStephen Warren2013-08-133-4/+29
| * | ARM: 7812/1: rwlocks: retry trylock operation if strex fails on free lockWill Deacon2013-08-131-19/+30
| * | ARM: 7811/1: locks: use early clobber in arch_spin_trylockWill Deacon2013-08-131-1/+1
* | | Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-161-2/+5
* | | perf/arm: Fix armpmu_map_hw_event()Stephen Boyd2013-08-131-1/+6
* | | Merge tag 'fbdev-fixes-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-08-091-1/+1
|\ \ \
| * | | ARM: OMAP: dss-common: fix Panda's DVI DDC channelTomi Valkeinen2013-08-021-1/+1
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-08-0820-107/+146
|\ \ \ \
| * | | | ARM: tegra: enable ULPI phy on Colibri T20Lucas Stach2013-08-041-0/+1
| * | | | ARM: STi: remove sti_secondary_start from INIT section.Srinivas Kandagatla2013-08-041-2/+0
| * | | | ARM: STi: Fix cpu nodes with correct device_type.Srinivas Kandagatla2013-08-041-0/+2
| * | | | Merge tag 'renesas-fixes2-for-v3.11' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2013-08-043-5/+8
| |\ \ \ \
| | * | | | ARM: shmobile: lager: do not annotate gpio_buttons as __initdataSimon Horman2013-07-311-1/+1
| | * | | | ARM: shmobile: BOCK-W: fix SDHI0 PFC settingsSergei Shtylyov2013-07-311-1/+7
| | * | | | ARM: shmobile: armadillo800eva: Don't request GPIO 166 in board codeKuninori Morimoto2013-07-251-3/+0
| * | | | | Merge tag 'for-v3.11-rc/omap-fixes-b' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-08-049-24/+83
| |\ \ \ \ \
| | * | | | | ARM: OMAP2+: hwmod: AM335x: fix cpgmac address spaceAfzal Mohammed2013-07-301-0/+1
| | * | | | | ARM: OMAP2+: hwmod: rt address space index for DTAfzal Mohammed2013-07-302-1/+3
| | * | | | | ARM: OMAP2+: Sync hwmod state with the pm_runtime and omap_device stateRajendra Nayak2013-07-301-0/+8
| | * | | | | ARM: OMAP2+: Avoid idling memory controllers with no driversRajendra Nayak2013-07-301-0/+10
| | * | | | | ARM: OMAP2+: hwmod: Fix a crash in _setup_reset() with DEBUG_LLRajendra Nayak2013-07-307-23/+61
| * | | | | | Merge tag 'omap-for-v3.11/fixes-omap5' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2013-08-041-29/+49
| |\ \ \ \ \ \
| | * | | | | | ARM: dts: omap5-uevm: update optional/unused regulator configurationsNishanth Menon2013-07-291-9/+8
| | * | | | | | ARM: dts: omap5-uevm: fix regulator configurations mandatory for SoCNishanth Menon2013-07-291-20/+23
| | * | | | | | ARM: dts: omap5-uevm: document regulator signals used on the actual boardNishanth Menon2013-07-291-0/+18
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'msm-3.11-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Olof Johansson2013-08-044-47/+3
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | ARM: msm: Consolidate gpiomux for older architecturesRohit Vaswani2013-07-263-45/+1
| | * | | | | ARM: msm: dts: Fix the gpio register address for msm8960Rohit Vaswani2013-07-181-2/+2
| | |/ / / /
* | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-08-033-28/+31
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'security-fixes' into fixesRussell King2013-08-033-28/+31
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...Russell King2013-08-032-2/+7
| | * | | | ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)Russell King2013-08-032-26/+24
* | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-08-0234-234/+385
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'security-fixes' into fixesRussell King2013-08-0113-99/+253
| |\ \ \ \ \ | | |/ / / /
| | * | | | ARM: make vectors page inaccessible from userspaceRussell King2013-08-013-1/+12
OpenPOWER on IntegriCloud