aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-07ARM: 8409/1: Mark ret_fast_syscall as a functionDrew Richardson1-0/+1
2015-08-07ARM: 8408/1: Fix the secondary_startup function in Big Endian caseGregory CLEMENT1-0/+3
2015-08-05Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-2/+2
2015-08-03ARM: migrate to common PSCI client codeMark Rutland4-308/+25
2015-08-03ARM: psci: boot_secondary: replace __pa with virt_to_idmapGrygorii Strashko1-1/+1
2015-08-03jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra1-1/+1
2015-07-31ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggableStephen Boyd2-2/+15
2015-07-31arm: perf: factor arm_pmu core out to driversMark Rutland5-926/+4
2015-07-31ARM: perf: replace arch_find_n_match_cpu_physical_id with of_cpu_device_node_getSudeep Holla1-2/+2
2015-07-31ARM: perf: extend interrupt-affinity property for PPIsWill Deacon1-21/+44
2015-07-31arm: perf: Set affinity for PPI based PMUsStephen Boyd1-1/+3
2015-07-28ARM: appropriate __init annotation for const dataNicolas Pitre1-1/+1
2015-07-25ARM: move heavy barrier support out of lineRussell King1-0/+1
2015-07-23ARM/PCI: Set MPS before pci_bus_add_devices()Murali Karicheri1-13/+5
2015-07-17ARM: 8402/1: perf: Don't use of_node after putting itStephen Boyd1-1/+2
2015-07-17ARM: 8400/1: use virt_to_idmap to get phys_reset addressVitaly Andrianov1-1/+1
2015-07-17ARM: add basic support for on-demand backtrace of other CPUsRussell King1-0/+18
2015-07-17ARM/smp_twd: Migrate to new 'set-state' interfaceViresh Kumar1-22/+26
2015-07-13ARM/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+2
2015-07-10ARM: 8401/1: perf: Set affinity for PPI based PMUsStephen Boyd1-1/+3
2015-07-07Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-3/+9
2015-07-07Merge branches 'fixes' and 'ioremap' into for-linusRussell King22-609/+942
2015-07-03ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King1-0/+6
2015-07-03ARM: fix lockdep unannotated irqs-off warningRussell King1-1/+1
2015-07-02Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2015-06-29ARM: 8393/1: smp: Fix suspicious RCU usage with ipi tracepointsStephen Boyd1-2/+2
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds20-609/+922
2015-06-26Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-1/+1
2015-06-26Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+14
2015-06-16arm: fix implicit #include <linux/init.h> in entry asm.Paul Gortmaker1-0/+2
2015-06-12Merge branch 'for-arm-soc' of http://ftp.arm.linux.org.uk/pub/armlinux/kernel...Kevin Hilman1-0/+14
2015-06-12ARM: fix new BSYM() usage introduced via for-arm-soc branchRussell King1-1/+1
2015-06-12Merge branch 'for-arm-soc' into for-nextRussell King1-0/+14
2015-06-12Merge branch 'devel-stable' into for-nextRussell King6-540/+503
2015-06-12ARM: 8383/1: nommu: avoid deprecated source register on movStefan Agner1-13/+8
2015-06-12Merge branch 'bsym' into for-nextRussell King6-18/+18
2015-06-12Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-nextRussell King13-42/+405
2015-06-12ARM: fix EFM32 build breakage caused by cpu_resume_armRussell King1-0/+7
2015-06-12ARM: 8389/1: Add cpu_resume_arm() for firmwares that resume in ARM stateStephen Boyd1-0/+7
2015-06-06ARM: 8388/1: tcm: Don't crash when TCM banks are protected by TrustZoneMichael van der Westhuizen1-3/+101
2015-06-02ARM: remove __bad_xchg definitionRussell King1-8/+0
2015-06-02ARM: 8364/1: fix BE32 module loadingArnd Bergmann1-0/+2
2015-06-02ARM: 8359/1: correct secondary_startup_arm modeYingjoe Chen1-1/+1
2015-06-01ARM: redo TTBR setup code for LPAERussell King3-16/+38
2015-06-01ARM: cleanup early_paging_init() callingRussell King1-3/+4
2015-05-28arm: perf: unify perf_event{,_cpu}.cMark Rutland3-364/+341
2015-05-28arm: perf: factor out armv7 pmu driverMark Rutland3-94/+39
2015-05-28arm: perf: factor out armv6 pmu driverMark Rutland3-23/+38
2015-05-28arm: perf: factor out xscale pmu driverMark Rutland3-10/+28