summaryrefslogtreecommitdiff
path: root/arch/arm/include (follow)
Commit message (Expand)AuthorAge
* ARM: Hide finish_arch_post_lock_switch() from modulesSteven Rostedt2017-12-25
* arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-oneMarc Zyngier2017-12-16
* arm: KVM: Survive unknown traps from guestsMark Rutland2017-12-16
* ARM: BUG if jumping to usermode address in kernel modeRussell King2017-12-16
* ARM: 8715/1: add a private asm/unaligned.hArnd Bergmann2017-11-08
* ARM: 8632/1: ftrace: fix syscall name matchingRabin Vincent2017-08-11
* arm: move ELF_ET_DYN_BASE to 4MBKees Cook2017-07-21
* arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-03-12
* ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUsMark Rutland2017-01-26
* ARM: 8584/1: floppy: avoid gcc-6 warningArnd Bergmann2016-11-10
* ARM: 8617/1: dma: fix dma_max_pfn()Roger Quadros2016-10-07
* ARM: 8579/1: mm: Fix definition of pmd_mknotpresentSteve Capper2016-07-27
* ARM: 8578/1: mm: ensure pmd_present only checks the valid bitWill Deacon2016-07-27
* xen/arm: correctly handle DMA mapping of compound pagesIan Campbell2016-03-03
* ARM: 8457/1: psci-smp is built only for SMPArnd Bergmann2016-03-03
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-12-16
|\
| * ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PANRussell King2015-12-15
* | irqchip/gic-v3: Add missing include for barrier.hMarc Zyngier2015-12-10
* | Merge tag 'kvm-arm-for-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-12-04
|\ \
| * | arm64: KVM: Correctly handle zero register during MMIOPavel Fedin2015-12-04
* | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-11-29
|\ \ \ | | |/ | |/|
| * | ARM: wire up mlock2 syscallRussell King2015-11-18
| |/
* | Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-26
|\ \ | |/ |/|
| * xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky2015-11-26
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-11-10
|\ \
| * | ARM: uniphier: add outer cache supportMasahiro Yamada2015-10-27
| * | Merge tag 'at91-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/...Arnd Bergmann2015-10-06
| |\ \
| | * | ARM: at91: debug: use DEBUG_UART_PHYSAlexandre Belloni2015-09-21
* | | | kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-09
* | | | Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-06
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pci/host-altera', 'pci/host-designware', 'pci/host-generic', ...Bjorn Helgaas2015-11-03
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | ARM/PCI: Replace pci_sys_data->align_resource with global function pointerGabriele Paoloni2015-11-02
| | |/ / / | |/| | |
| | * | | ARM: Add msi.h to KbuildLey Foon Tan2015-10-23
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-05
|\ \ \ \
| * \ \ \ Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-11-04
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | arm/arm64: KVM: Improve kvm_exit tracepointChristoffer Dall2015-10-22
| | * | | KVM: arm/arm64: implement kvm_arm_[halt,resume]_guestEric Auger2015-10-22
| | * | | KVM: arm/arm64: rename pause into power_offEric Auger2015-10-22
| | * | | arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall2015-10-22
| | * | | KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall2015-10-22
* | | | | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-04
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | xen/arm: Enable cpu_hotplug.cStefano Stabellini2015-10-23
| * | | | xen/swiotlb: Add support for 64KB page granularityJulien Grall2015-10-23
| * | | | xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall2015-10-23
| * | | | arm/xen: Add support for 64KB page granularityJulien Grall2015-10-23
| * | | | arm/xen: Drop pte_mfn and mfn_pteJulien Grall2015-10-23
| |/ / /
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-03
|\ \ \ \
| * | | | ARM, locking/atomics: Implement _relaxed variants of atomic[64]_{inc,dec}Will Deacon2015-10-20
| * | | | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-06
| |\| | |
| * | | | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-23