- 208473c ARM: wire up new syscalls by Russell King · 9 years ago
- 99bc721 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- fadb97b Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 7ae85dc ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpoints by Doug Anderson · 9 years ago
- 12fc730 ARM: get rid of needless #if in signal handling code by Russell King · 9 years ago
- eb81112 ARM: Remove ununsed set_irq_flags by Rob Herring · 9 years ago
- 9b55613 ARM: fix Thumb2 signal handling when ARMv6 is enabled by Russell King · 9 years ago
- 57e6bbc Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- c2172ce Merge branch 'uaccess' into fixes by Russell King · 9 years ago
- af4cb25 ARM: uaccess: fix undefined instruction on ARMv7M/noMMU by Russell King · 9 years ago
- 6f0a2fc Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- c706c7e Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 3ff32a0 Merge branch 'devel-stable' into for-linus by Russell King · 9 years ago
- 40d3f028 Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linus by Russell King · 9 years ago
- c5fc249 Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
- 26f8b7e Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
- a5e090a ARM: software-based priviledged-no-access support by Russell King · 10 years ago
- 2190fed ARM: entry: provide uaccess assembly macro hooks by Russell King · 10 years ago
- aa06e5c ARM: entry: get rid of multiple macro definitions by Russell King · 9 years ago
- 9205b79 ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die() by Stephen Boyd · 10 years ago
- 3fba7e2 ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore() by Russell King · 10 years ago
- e0aa3a6 ARM: entry: ensure that IRQs are enabled when calling syscall_trace_exit() by Russell King · 10 years ago
- 3302cad ARM: entry: efficiency cleanups by Russell King · 10 years ago
- 3c2aed5 ARM: domains: get rid of manager mode for user domain by Russell King · 10 years ago
- 0171356 ARM: domains: move initial domain setting value to asm/domains.h by Russell King · 10 years ago
- 1eef5d2 ARM: domains: switch to keeping domain value in register by Russell King · 10 years ago
- b5e5e8a ARM/PCI: Remove msi_controller from struct pci_sys_data by Lorenzo Pieralisi · 10 years ago
- 8953aab ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi() by Lorenzo Pieralisi · 10 years ago
- ada8b67 ARM/PCI: Replace panic with WARN messages on failures by Lorenzo Pieralisi · 10 years ago
- a5f4c56 ARM: 8415/1: early fixmap support for earlycon by Stefan Agner · 10 years ago
- 09edea4 ARM: 8410/1: VDSO: fix coarse clock monotonicity regression by Nathan Lynch · 10 years ago
- 8149795 Merge branch 'psci/for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into devel-stable by Russell King · 10 years ago
- e83dd37 ARM: 8409/1: Mark ret_fast_syscall as a function by Drew Richardson · 10 years ago
- 998ef5d ARM: 8408/1: Fix the secondary_startup function in Big Endian case by Gregory CLEMENT · 10 years ago
- 39aa437 Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next/cleanup by Olof Johansson · 10 years ago
- be12039 ARM: migrate to common PSCI client code by Mark Rutland · 10 years ago
- 37cf524f ARM: psci: boot_secondary: replace __pa with virt_to_idmap by Grygorii Strashko · 10 years ago
- 76b235c jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP} by Peter Zijlstra · 10 years ago
- 787047e ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggable by Stephen Boyd · 10 years ago
- fa8ad78 arm: perf: factor arm_pmu core out to drivers by Mark Rutland · 10 years ago
- bc1e3c4 ARM: perf: replace arch_find_n_match_cpu_physical_id with of_cpu_device_node_get by Sudeep Holla · 10 years ago
- b6c084d ARM: perf: extend interrupt-affinity property for PPIs by Will Deacon · 10 years ago
- 8ae81c2 arm: perf: Set affinity for PPI based PMUs by Stephen Boyd · 10 years ago
- 19c233b ARM: appropriate __init annotation for const data by Nicolas Pitre · 10 years ago
- f813090 ARM: move heavy barrier support out of line by Russell King · 10 years ago
- 808b27a5 ARM/PCI: Set MPS before pci_bus_add_devices() by Murali Karicheri · 10 years ago
- 8e0c34b ARM: 8402/1: perf: Don't use of_node after putting it by Stephen Boyd · 10 years ago
- df9de3c ARM: 8400/1: use virt_to_idmap to get phys_reset address by Vitaly Andrianov · 10 years ago
- 96f0e00 ARM: add basic support for on-demand backtrace of other CPUs by Russell King · 10 years ago
- 5e25357 ARM/smp_twd: Migrate to new 'set-state' interface by Viresh Kumar · 10 years ago
- 84f551c ARM/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 10 years ago
- 8ded1e1 ARM: 8401/1: perf: Set affinity for PPI based PMUs by Stephen Boyd · 10 years ago
- d6ac4ff Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
- 06be5ee Merge branches 'fixes' and 'ioremap' into for-linus by Russell King · 10 years ago
- 1bd4678 ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variants by Russell King · 10 years ago
- 11b8b25 ARM: fix lockdep unannotated irqs-off warning by Russell King · 10 years ago
- a611fb7 Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 10 years ago
- 7adf12b Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
- 398f745 ARM: 8393/1: smp: Fix suspicious RCU usage with ipi tracepoints by Stephen Boyd · 10 years ago
- e8a0b37d Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
- 4aa705b Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
- c11d716 Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
- 9b9cf81 arm: fix implicit #include <linux/init.h> in entry asm. by Paul Gortmaker · 10 years ago
- e75ea45 Merge branch 'for-arm-soc' of http://ftp.arm.linux.org.uk/pub/armlinux/kernel/git-cur/linux-2.6-arm into next/cleanup by Kevin Hilman · 10 years ago
- 9ce93bd ARM: fix new BSYM() usage introduced via for-arm-soc branch by Russell King · 10 years ago
- a9dd386 Merge branch 'for-arm-soc' into for-next by Russell King · 10 years ago
- 27a513c Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
- 970d96f ARM: 8383/1: nommu: avoid deprecated source register on mov by Stefan Agner · 10 years ago
- 05c9ca8 Merge branch 'bsym' into for-next by Russell King · 10 years ago
- 9de44aa Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-next by Russell King · 10 years ago
- 2678bb9 ARM: fix EFM32 build breakage caused by cpu_resume_arm by Russell King · 10 years ago
- 32e55a7 ARM: 8389/1: Add cpu_resume_arm() for firmwares that resume in ARM state by Stephen Boyd · 10 years ago
- 0bbe6b5 ARM: 8388/1: tcm: Don't crash when TCM banks are protected by TrustZone by Michael van der Westhuizen · 10 years ago
- 31cd08c ARM: remove __bad_xchg definition by Russell King · 10 years ago
- 73c430b ARM: 8364/1: fix BE32 module loading by Arnd Bergmann · 10 years ago
- c07b5fd ARM: 8359/1: correct secondary_startup_arm mode by Yingjoe Chen · 10 years ago
- b2c3e38 ARM: redo TTBR setup code for LPAE by Russell King · 10 years ago
- 1221ed1 ARM: cleanup early_paging_init() calling by Russell King · 10 years ago
- 74cf0bc arm: perf: unify perf_event{,_cpu}.c by Mark Rutland · 10 years ago
- 29ba0f3 arm: perf: factor out armv7 pmu driver by Mark Rutland · 10 years ago
- 1fe115b arm: perf: factor out armv6 pmu driver by Mark Rutland · 10 years ago
- a12c72c arm: perf: factor out xscale pmu driver by Mark Rutland · 10 years ago
- cfdad29 arm: perf: share arm_pmu_device_probe by Mark Rutland · 10 years ago
- ed61f98 arm: perf: kill off unused pm callbacks by Mark Rutland · 10 years ago
- 5882bfe arm,arm64/xen: move Xen initialization earlier by Stefano Stabellini · 10 years ago
- 7a2a24c arm: perf: remove singleton PMU restriction by Mark Rutland · 10 years ago
- 0e3038d arm: perf: probe number of counters on affine CPUs by Mark Rutland · 10 years ago
- c904e32 arm: perf: filter unschedulable events by Mark Rutland · 10 years ago
- cc88116d arm: perf: treat PMUs as CPU affine by Mark Rutland · 10 years ago
- 64d0d394 arm: perf: make of_pmu_irq_cfg take arm_pmu by Mark Rutland · 10 years ago
- 7505f04 ARM: unify MMU/!MMU addruart calls by Stefan Agner · 10 years ago
- 8d28128 ARM: 8357/1: perf: fix memory leak when probing PMU PPIs by Will Deacon · 10 years ago
- 1b97937 ARM: fix missing syscall trace exit by Russell King · 10 years ago
- 14327c6 ARM: replace BSYM() with badr assembly macro by Russell King · 10 years ago
- 3f59987 ARM: 8355/1: arch: Show the serial number from devicetree in cpuinfo by Paul Kocialkowski · 10 years ago
- 7d485f6 ARM: 8220/1: allow modules outside of bl range by Ard Biesheuvel · 10 years ago
- 6b1814c ARM: 8340/1: ARMv7-M: Enlarge vector table up to 256 entries by Maxime Coquelin stm32 · 10 years ago
- 3b8786f ARM: 8352/1: perf: Fix the pmu node name in warning message by Will Deacon · 10 years ago
- 338d9dd ARM: 8351/1: perf: don't warn about missing interrupt-affinity property for PPIs by Will Deacon · 10 years ago