aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
AgeCommit message (Expand)Author
2013-04-17ARM: 7692/1: iop3xx: move IOP3XX_PERIPHERAL_VIRT_BASEAaro Koskinen
2013-04-17Merge branch 'for-rmk/740t' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King
2013-04-16ARM: KVM: fix L_PTE_S2_RDWR to actually be Read/WriteMarc Zyngier
2013-04-11ARM: timer-sp: convert to use CLKSRC_OF initRob Herring
2013-04-11ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring
2013-04-10ARM: make sched_clock just call a function pointerRob Herring
2013-04-09ARM: Add interface for registering and calling firmware-specific operationsTomasz Figa
2013-04-08Merge branch 'zynq/clksrc/cleanup' of git://git.xilinx.com/linux-xlnx into ne...Arnd Bergmann
2013-04-08arm: Use generic idle loopThomas Gleixner
2013-04-03ARM: 7691/1: mm: kill unused TLB_CAN_READ_FROM_L1_CACHE and use ALT_SMP insteadWill Deacon
2013-04-03ARM: 7688/1: add support for context tracking subsystemKevin Hilman
2013-04-03ARM: 7687/1: atomics: don't use exclusives for atomic64 read/set with LPAEWill Deacon
2013-04-03ARM: 7683/1: pci: add a align_resource hookThomas Petazzoni
2013-04-03ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay opsWill Deacon
2013-04-03ARM: 7684/1: errata: Workaround for Cortex-A15 erratum 798181 (TLBI/DSB opera...Catalin Marinas
2013-04-02Merge branch 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/...Olof Johansson
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas
2013-03-26arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.hCatalin Marinas
2013-03-26ARM: cache: remove ARMv3 support codeWill Deacon
2013-03-25ARM: tlbflush: remove ARMv3 supportWill Deacon
2013-03-15Merge branch 'kvm-arm-fixes' of git://github.com/columbia/linux-kvm-arm into ...Russell King
2013-03-12Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2013-03-11xen: arm: mandate EABI and use generic atomic operations.Ian Campbell
2013-03-11ARM: smp_twd: convert to use CLKSRC_OF initRob Herring
2013-03-09Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King
2013-03-06ARM: KVM: move kvm_handle_wfi to handle_exit.cMarc Zyngier
2013-03-06ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipaMarc Zyngier
2013-03-06ARM: KVM: move include of asm/idmap.h to kvm_mmu.hMarc Zyngier
2013-03-06ARM: KVM: allow HYP mappings to be at an offset from kernel mappingsMarc Zyngier
2013-03-06ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containersMarc Zyngier
2013-03-06ARM: KVM: move hyp init to kvm_host.hMarc Zyngier
2013-03-06ARM: KVM: remove superfluous include from kvm_vgic.hMarc Zyngier
2013-03-06ARM: KVM: abstract most MMU operationsMarc Zyngier
2013-03-06KVM: ARM: Reintroduce trace_kvm_hvcChristoffer Dall
2013-03-06ARM: KVM: move exit handler selection to a separate fileMarc Zyngier
2013-03-06ARM: KVM: move kvm_condition_valid to emulate.cMarc Zyngier
2013-03-06ARM: KVM: abstract HSR_EC_IABT awayMarc Zyngier
2013-03-06ARM: KVM: abstract fault decoding awayMarc Zyngier
2013-03-06ARM: KVM: abstract exception class decoding awayMarc Zyngier
2013-03-06ARM: KVM: abstract IL decoding awayMarc Zyngier
2013-03-06ARM: KVM: abstract SAS decoding awayMarc Zyngier
2013-03-06ARM: KVM: abstract S1TW abort detection awayMarc Zyngier
2013-03-06ARM: KVM: abstract (and fix) external abort detection awayMarc Zyngier
2013-03-06ARM: KVM: abstract HSR_SRT_{MASK,SHIFT} awayMarc Zyngier
2013-03-06ARM: KVM: abstract HSR_SSE awayMarc Zyngier
2013-03-06ARM: KVM: abstract HSR_WNR awayMarc Zyngier
2013-03-06ARM: KVM: abstract HSR_ISV awayMarc Zyngier
2013-03-06ARM: KVM: abstract fault register accessesMarc Zyngier
2013-03-06ARM: KVM: convert GP registers from u32 to unsigned longMarc Zyngier
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro