summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-02-261-10/+10
|\
| * Merge tag 'kvm-arm-for-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-02-251-10/+10
| |\
| | * arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR1Rn_EL2Marc Zyngier2016-02-241-10/+10
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-02-1911-43/+73
|\ \ \ | |/ / |/| |
| * | arm64: mm: allow the kernel to handle alignment faults on user accessesEunTaik Lee2016-02-191-1/+8
| * | arm64: kbuild: make "make install" not depend on vmlinuxMasahiro Yamada2016-02-193-3/+17
| * | arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski2016-02-171-0/+4
| * | arm64/efi: Make strnlen() available to the EFI namespaceThierry Reding2016-02-162-1/+2
| * | arm/arm64: crypto: assure that ECB modes don't require an IVJeremy Linton2016-02-151-2/+2
| * | arm64: make irq_stack_ptr more robustYang Shi2016-02-122-8/+16
| * | arm64: debug: re-enable irqs before sending breakpoint SIGTRAPWill Deacon2016-02-101-26/+22Star
| * | arm64: disable kasan when accessing frame->fp in unwind_frameYang Shi2016-02-091-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-02-162-7/+7
|\ \ \
| * \ \ Merge tag 'kvm-arm-for-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-02-162-7/+7
| |\ \ \ | | | |/ | | |/|
| | * | arm64: KVM: Configure TCR_EL2.PS at runtimeTirumalesh Chalamarla2016-02-112-7/+7
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-141-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla2016-02-111-0/+1
* | | | Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-02-085-12/+52
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | arm64: KVM: Fix guest dead loop when register accessor returns falseShannon Zhao2016-01-241-3/+2Star
| * | arm64: KVM: Fix comments of the CP handlerShannon Zhao2016-01-241-2/+2
| * | arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guestsShannon Zhao2016-01-241-2/+6
| * | arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin2016-01-242-2/+7
| * | arm64: KVM: Fix AArch64 guest userspace exception injectionMarc Zyngier2016-01-241-3/+35
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-02-082-0/+3
|\ \ \
| * \ \ Merge tag 'vexpress-for-v4.5/fixes-rc2' of git://git.kernel.org/pub/scm/linux...Olof Johansson2016-02-011-0/+1
| |\ \ \
| | * | | arm64: dts: Add missing DMA Abort interrupt to JunoRobin Murphy2016-02-011-0/+1
| | | |/ | | |/|
| * / | ARM64: tegra: Add chosen node for tegra132 norrinJon Hunter2016-02-011-0/+2
| |/ /
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-02-043-4/+22
|\ \ \
| * | | arm64: asm: Explicitly include linux/personality.h in asm/page.hMark Brown2016-02-031-0/+1
| * | | arm64: futex.h: Add missing PAN togglingJames Morse2016-02-021-0/+2
| * | | arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel2016-02-021-4/+19
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-021-10/+9Star
|\ \ \ | |/ / |/| |
| * | net: hns: enet specifies a reference to dsafyankejian2016-01-211-10/+9Star
* | | arm64: mm: avoid calling apply_to_page_range on empty rangeMika Penttilä2016-01-261-0/+3
* | | arm64: defconfig: updates for 4.5Will Deacon2016-01-261-17/+25
* | | arm64: errata: Add -mpc-relative-literal-loads to build flagsdann frazier2016-01-261-0/+1
* | | Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modulesWilliam Cohen2016-01-261-0/+1
* | | arm64: Fix an enum typo in mm/dump.cMasanari Iida2016-01-251-1/+1
* | | arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappingsCatalin Marinas2016-01-251-11/+10Star
* | | arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi2016-01-253-2/+19
* | | arm64: kasan: ensure that the KASAN zero page is mapped read-onlyArd Biesheuvel2016-01-251-0/+9
* | | arm64: hide __efistub_ aliases from kallsymsArd Biesheuvel2016-01-251-15/+25
| |/ |/|
* | Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-01-2313-12/+6890
|\ \
| * \ Merge tag 'tegra-for-4.5-dt' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2016-01-1212-0/+6890
| |\ \
| | * | arm64: tegra: Add NVIDIA Jetson TX1 Developer Kit supportThierry Reding2015-11-242-0/+10
| | * | arm64: tegra: Add NVIDIA P2597 I/O board supportThierry Reding2015-11-241-0/+1270
| | * | arm64: tegra: Add NVIDIA Jetson TX1 supportThierry Reding2015-11-241-0/+45
| | * | arm64: tegra: Add NVIDIA P2571 board supportThierry Reding2015-11-242-0/+1303
| | * | arm64: tegra: Add NVIDIA P2371 board supportThierry Reding2015-11-242-0/+10