summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
...
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. | | | Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into...Russell King2015-02-104-1/+38
| |\ \ \ \| | | | | | |_|_|/ / | | |/| | | |
| | | | * | | ARM: 8300/1: teach __asmeq that r11 == fp and r12 == ipArd Biesheuvel2015-02-101-1/+14
| | | | * | | ARM: 8287/1: add bitrev.h file to support rbit instructionYalin Wang2015-01-161-0/+20
| | | | |/ /
| | | * / / ARM: 8260/1: l2c: Add interface to ask hypervisor to configure L2CTomasz Figa2015-01-161-0/+3
| | | |/ /
| * | | | ARM: 8272/1: netx: Migrate DEBUG_LL macros to shared directoryDaniel Thompson2015-01-211-0/+36
| * | | | ARM: 8270/1: ks8695: Migrate debug_ll macros to shared directoryDaniel Thompson2015-01-211-0/+40
| | |/ / | |/| |
* | | | arm: define __PAGETABLE_PMD_FOLDED for !LPAEKirill A. Shutemov2015-02-111-0/+2
* | | | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-101-20/+0
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-053-13/+77
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-0/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | arm: sa1100: move irda header to linux/platform_dataDmitry Eremin-Solenikov2014-12-301-20/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-104-21/+3
|\ \ \ \ \
| * | | | | arm: drop L_PTE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-104-21/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-102-13/+0
|\ \ \ \ \
| * | | | | ARM/PCI: Move to generic PCI domainsLorenzo Pieralisi2014-12-272-13/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2015-02-101-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel2015-01-281-1/+1
| | |/ / | |/| |
* | | | arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier2015-01-291-9/+34
* | | | arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier2015-01-291-0/+31
* | | | arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier2015-01-293-4/+12
|/ / /
* / / ARM: wire up execveat syscallRussell King2015-01-071-0/+1
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2014-12-201-2/+2
|\ \
| * | arm/spinlock: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-2/+2
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-183-4/+9
|\ \
| * \ Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-12-153-4/+9
| |\ \ | | |/ | |/|
| | * arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall2014-12-131-0/+1
| | * arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall2014-12-131-2/+0
| | * arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall2014-12-131-0/+5
| | * arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek2014-11-251-2/+3
* | | Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-161-7/+6
|\ \ \
| * | | arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_opsWill Deacon2014-12-011-7/+5
| * | | dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon2014-12-011-1/+3
| * | | dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon2014-12-011-4/+4
| |/ /
* | | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-142-157/+542
|\ \ \
| * | | ARM: removing support for etb/etm in "arch/arm/kernel/"Mathieu Poirier2014-11-071-157/+0
| * | | coresight-etm: add CoreSight ETM/PTM driverPratik Patel2014-11-071-0/+542
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-121-0/+4
|\ \ \
| * | | arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-111-0/+4
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-12-1212-36/+121
|\ \ \ \
| * \ \ \ Merge branch 'devel-stable' into for-nextRussell King2014-12-052-17/+24
| |\ \ \ \
| | * \ \ \ Merge tag 'ronx-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/l...Russell King2014-11-032-17/+24
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | ARM: mm: allow text and rodata sections to be read-onlyKees Cook2014-10-161-0/+10
| | | * | | arm: use fixmap for text patching when text is RORabin Vincent2014-10-161-0/+4
| | | * | | arm: fixmap: implement __set_fixmap()Kees Cook2014-10-161-0/+2
| | | * | | ARM: expand fixmap region to 3MBRob Herring2014-10-161-1/+1
| | | * | | arm: use generic fixmap.hMark Salter2014-10-161-18/+9
| | | | | |
| | \ \ \ \
| *-. | | | | Merge branches 'fixes', 'misc', 'pm' and 'sa1100' into for-nextRussell King2014-12-0510-19/+97
| |\ \| | | |
| | * | | | | ARM: 8240/1: MCPM: document mcpm_sync_init()Nicolas Pitre2014-12-031-0/+17
| | * | | | | ARM: 8239/1: Introduce {set,clear}_pte_bitJungseung Lee2014-12-031-11/+51