aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-19Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2-9/+14
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+0
2015-09-16ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpointsDoug Anderson1-3/+5
2015-09-16ARM: get rid of needless #if in signal handling codeRussell King1-4/+2
2015-09-16ARM: Remove ununsed set_irq_flagsRob Herring1-20/+0
2015-09-16ARM: fix Thumb2 signal handling when ARMv6 is enabledRussell King1-5/+10
2015-09-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+2
2015-09-11Merge branch 'uaccess' into fixesRussell King8-90/+122
2015-09-09ARM: uaccess: fix undefined instruction on ARMv7M/noMMURussell King1-0/+2
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+18
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds19-1326/+222
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-09-03Merge branch 'devel-stable' into for-linusRussell King8-1212/+30
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linusRussell King14-110/+163
2015-09-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-25/+29
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-31/+14
2015-08-26ARM: software-based priviledged-no-access supportRussell King2-6/+33
2015-08-26ARM: entry: provide uaccess assembly macro hooksRussell King3-8/+27
2015-08-26ARM: entry: get rid of multiple macro definitionsRussell King1-65/+44
2015-08-25ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die()Stephen Boyd2-8/+1
2015-08-25ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore()Russell King1-3/+3
2015-08-25ARM: entry: ensure that IRQs are enabled when calling syscall_trace_exit()Russell King1-1/+1
2015-08-25ARM: entry: efficiency cleanupsRussell King2-16/+51
2015-08-21ARM: domains: get rid of manager mode for user domainRussell King1-1/+0
2015-08-21ARM: domains: move initial domain setting value to asm/domains.hRussell King1-4/+1
2015-08-21ARM: domains: switch to keeping domain value in registerRussell King2-3/+12
2015-08-20ARM/PCI: Remove msi_controller from struct pci_sys_dataLorenzo Pieralisi1-12/+0
2015-08-20ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Lorenzo Pieralisi1-2/+3
2015-08-20ARM/PCI: Replace panic with WARN messages on failuresLorenzo Pieralisi1-4/+6
2015-08-18ARM: 8415/1: early fixmap support for earlyconStefan Agner1-0/+4
2015-08-11ARM: 8410/1: VDSO: fix coarse clock monotonicity regressionNathan Lynch1-4/+3
2015-08-10Merge branch 'psci/for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into devel-stableRussell King4-309/+26
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/tip/tip into next/cleanupOlof 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