summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-081-0/+18
|\
| * ARM: add basic support for on-demand backtrace of other CPUsRussell King2015-07-171-0/+18
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-0419-1326/+222Star
|\ \
| * \ Merge branch 'devel-stable' into for-linusRussell King2015-09-038-1212/+30Star
| |\ \
| | * \ Merge branch 'psci/for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2015-08-104-309/+26Star
| | |\ \
| | | * | ARM: migrate to common PSCI client codeMark Rutland2015-08-034-308/+25Star
| | | * | ARM: psci: boot_secondary: replace __pa with virt_to_idmapGrygorii Strashko2015-08-031-1/+1
| | * | | arm: perf: factor arm_pmu core out to driversMark Rutland2015-07-315-926/+4Star
| | * | | ARM: perf: replace arch_find_n_match_cpu_physical_id with of_cpu_device_node_getSudeep Holla2015-07-311-2/+2
| | * | | ARM: perf: extend interrupt-affinity property for PPIsWill Deacon2015-07-311-21/+44
| | * | | arm: perf: Set affinity for PPI based PMUsStephen Boyd2015-07-311-1/+3
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King2015-09-0314-110/+163
| |\ \ \ \ \ \ \
| | | | | * | | | ARM: software-based priviledged-no-access supportRussell King2015-08-262-6/+33
| | | | | * | | | ARM: entry: provide uaccess assembly macro hooksRussell King2015-08-263-8/+27
| | | | | * | | | ARM: entry: get rid of multiple macro definitionsRussell King2015-08-261-65/+44Star
| | | | | * | | | ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore()Russell King2015-08-251-3/+3
| | | | | * | | | ARM: domains: get rid of manager mode for user domainRussell King2015-08-211-1/+0Star
| | | | | * | | | ARM: domains: move initial domain setting value to asm/domains.hRussell King2015-08-211-4/+1Star
| | | | | * | | | ARM: domains: switch to keeping domain value in registerRussell King2015-08-212-3/+12
| | | | | | |_|/ | | | | | |/| |
| | | | * / | | ARM: move heavy barrier support out of lineRussell King2015-07-251-0/+1
| | | | |/ / /
| | | * | | | ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die()Stephen Boyd2015-08-252-8/+1Star
| | | * | | | ARM: 8415/1: early fixmap support for earlyconStefan Agner2015-08-181-0/+4
| | | * | | | ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggableStephen Boyd2015-07-312-2/+15
| | | * | | | ARM: 8401/1: perf: Set affinity for PPI based PMUsStephen Boyd2015-07-101-1/+3
| | | |/ / /
| * | | | | ARM: entry: ensure that IRQs are enabled when calling syscall_trace_exit()Russell King2015-08-251-1/+1
| * | | | | ARM: entry: efficiency cleanupsRussell King2015-08-252-16/+51
| | |/ / / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-041-1/+1
|\ \ \ \ \
| * | | | | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-013-25/+29
|\ \ \ \ \
| * \ \ \ \ Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2015-08-051-2/+2
| |\ \ \ \ \
| | * | | | | ARM/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-131-2/+2
| | | |_|_|/ | | |/| | |
| * | | | | ARM: appropriate __init annotation for const dataNicolas Pitre2015-07-281-1/+1
| * | | | | ARM/smp_twd: Migrate to new 'set-state' interfaceViresh Kumar2015-07-171-22/+26
| |/ / / /
* | | | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-011-31/+14Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ARM/PCI: Remove msi_controller from struct pci_sys_dataLorenzo Pieralisi2015-08-201-12/+0Star
| * | | | ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Lorenzo Pieralisi2015-08-201-2/+3
| * | | | ARM/PCI: Replace panic with WARN messages on failuresLorenzo Pieralisi2015-08-201-4/+6
| * | | | ARM/PCI: Set MPS before pci_bus_add_devices()Murali Karicheri2015-07-231-13/+5Star
| |/ / /
* | | | ARM: 8410/1: VDSO: fix coarse clock monotonicity regressionNathan Lynch2015-08-111-4/+3Star
* | | | ARM: 8409/1: Mark ret_fast_syscall as a functionDrew Richardson2015-08-071-0/+1
* | | | ARM: 8408/1: Fix the secondary_startup function in Big Endian caseGregory CLEMENT2015-08-071-0/+3
| |/ / |/| |
* | | ARM: 8402/1: perf: Don't use of_node after putting itStephen Boyd2015-07-171-1/+2
* | | ARM: 8400/1: use virt_to_idmap to get phys_reset addressVitaly Andrianov2015-07-171-1/+1
|/ /
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-07-083-3/+9
|\ \ | |/ |/|
| * Merge branches 'fixes' and 'ioremap' into for-linusRussell King2015-07-0722-609/+942
| |\
| | * ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King2015-07-031-0/+6
| * | ARM: fix lockdep unannotated irqs-off warningRussell King2015-07-031-1/+1
| * | ARM: 8393/1: smp: Fix suspicious RCU usage with ipi tracepointsStephen Boyd2015-06-291-2/+2
* | | Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-021-0/+2
|\ \ \
| * | | arm: fix implicit #include <linux/init.h> in entry asm.Paul Gortmaker2015-06-161-0/+2
| |/ /