aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2013-08-20ARM: cacheflush: don't round address range up to nearest pageWill Deacon1-2/+1
2013-08-20ARM: cacheflush: split user cache-flushing into interruptible chunksWill Deacon1-0/+11
2013-08-16Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-20/+34
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+5
2013-08-13Merge tag 'v3.12-pwm-cleanup-for-olof' of git://github.com/tom3q/linux into next/cleanupOlof Johansson12-90/+61
2013-08-13Merge branch 'msm/cleanup' into next/cleanupKevin Hilman1-0/+93
2013-08-13ARM: use phys_addr_t for DMA zone sizesRob Herring1-1/+1
2013-08-13ARM: 7808/1: KVM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICEChristoffer Dall1-1/+1
2013-08-13ARM: 7807/1: kexec: validate CPU hotplug supportStephen Warren1-0/+3
2013-08-13ARM: 7812/1: rwlocks: retry trylock operation if strex fails on free lockWill Deacon1-19/+30
2013-08-13ARM: 7811/1: locks: use early clobber in arch_spin_trylockWill Deacon1-1/+1
2013-08-12ARM: pci: add ->add_bus() and ->remove_bus() hooks to hw_pciThomas Petazzoni1-0/+4
2013-08-12ARM: cacheflush: use -ishst dsb variant for ensuring flush completionWill Deacon1-1/+1
2013-08-12ARM: spinlock: use inner-shareable dsb variant prior to sev instructionWill Deacon2-1/+11
2013-08-12ARM: tlb: reduce scope of barrier domains for TLB invalidationWill Deacon1-18/+18
2013-08-12ARM: barrier: allow options to be passed to memory barrier instructionsWill Deacon2-18/+18
2013-08-12ARM: tlb: don't perform inner-shareable invalidation for local BP opsWill Deacon1-2/+20
2013-08-12ARM: tlb: don't bother with barriers for branch predictor maintenanceWill Deacon1-3/+4
2013-08-12ARM: tlb: don't perform inner-shareable invalidation for local TLB opsWill Deacon1-20/+118
2013-08-06ARM: msm: Move debug-macro.S to include/debugStephen Boyd1-0/+93
2013-08-03Merge branch 'security-fixes' into fixesRussell King1-0/+2
2013-08-03ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-like page)Russell King1-0/+2
2013-08-01Merge branch 'security-fixes' into fixesRussell King3-0/+7
2013-08-01ARM: make vectors page inaccessible from userspaceRussell King1-0/+2
2013-08-01ARM: move signal handlers into a vdso-like pageRussell King2-0/+5
2013-08-01clocksource: arch_timer: Push the read/write wrappers deeperStephen Boyd1-2/+2
2013-08-01clocksource: arch_timer: Make register accessors less error-proneStephen Boyd1-8/+6
2013-07-31ARM: 7801/1: v6: prevent gcc 4.5 from reordering extended CP15 reads above is_smp() testPaul Walmsley1-1/+6
2013-07-30ARM: bL_switcher: move to dedicated threads rather than workqueuesNicolas Pitre1-1/+1
2013-07-30ARM: b.L: core switcher codeNicolas Pitre1-0/+17
2013-07-26ARM: constify machine_desc structure usesRussell King3-6/+5
2013-07-26ARM: 7791/1: a.out: remove partial a.out supportWill Deacon4-84/+0
2013-07-26ARM: 7790/1: Fix deferred mm switch on VIVT processorsCatalin Marinas3-5/+18
2013-07-26ARM: 7789/1: Do not run dummy_flush_tlb_a15_erratum() on non-Cortex-A15Fabio Estevam1-0/+16
2013-07-26ARM: 7787/1: virt: ensure visibility of __boot_cpu_modeMark Rutland1-0/+12
2013-07-23Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanupOlof Johansson1-34/+0
2013-07-22Pull branch 'for-rmk' of git://git.linaro.org/people/ardbiesheuvel/linux-arm into devel-stableRussell King2-0/+109
2013-07-15Merge remote-tracking branch 'dma-public/for-v3.12-cma-dma' into for-nextMarek Szyprowski1-1/+1
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-1/+1
2013-07-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+12
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt3-3/+5
2013-07-09reboot: arm: prepare reboot_mode for moving to generic kernel codeRobin Holt1-1/+2
2013-07-08ARM: crypto: add NEON accelerated XOR implementationArd Biesheuvel1-0/+73
2013-07-08ARM: add support for kernel mode NEONArd Biesheuvel1-0/+36
2013-07-08Merge remote-tracking branch 'cmadma/for-v3.12-cma-dma' into kvm-ppc-nextAlexander Graf1-1/+1
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+3
2013-07-06Merge tag 'xenarm-for-3.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xenLinus Torvalds1-0/+1
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner7-32/+29
2013-07-04ARM: scu: provide inline dummy functions when SCU is not presentNishanth Menon1-1/+12
2013-07-04xen/arm and xen/arm64: implement HYPERVISOR_tmem_opStefano Stabellini1-0/+1