summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-155-9/+74
|\
| * Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-02-225-9/+74
| |\
| | * KVM: arm64: Fix comment for KVM_PHYS_SHIFTZenghui Yu2019-02-191-1/+2
| | * arm64: KVM: Describe data or unified caches as having 1 set and 1 wayArd Biesheuvel2019-02-191-1/+2
| | * arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel2019-02-192-0/+4
| | * KVM: arm/arm64: Move kvm_is_write_fault to header fileChristoffer Dall2019-02-191-0/+8
| | * KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara2019-02-191-0/+4
| | * KVM: arm64: Fix ICH_ELRSR_EL2 sysreg namingMarc Zyngier2019-02-191-1/+1
| | * KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-193-6/+16
| | * arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier2019-02-191-0/+8
| | * arm64: KVM: Allow for direct call of HYP functions when using VHEMarc Zyngier2019-02-191-2/+30
| | * arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier2019-02-191-0/+1
* | | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-9/+0
|\ \ \
| * | | dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availabilityChristoph Hellwig2019-02-131-5/+0
| * | | dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-131-4/+0
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-1023-115/+316
|\ \ \
| * | | Revert "arm64: uaccess: Implement unsafe accessors"Catalin Marinas2019-03-011-59/+20
| * | | arm64: avoid clang warning about self-assignmentArnd Bergmann2019-02-281-2/+3
| * | | arm64: io: Hook up __io_par() for inX() orderingWill Deacon2019-02-281-0/+1
| * | | arm64: Add workaround for Fujitsu A64FX erratum 010001Zhang Lei2019-02-283-0/+30
| * | | arm64: Rename get_thread_info()Julien Thierry2019-02-262-4/+4
| * | | arm64: Remove documentation about TIF_USEDFPUJulien Grall2019-02-261-1/+0
| * | | arm64: irqflags: Fix clang build warningsJulien Thierry2019-02-121-3/+3
| * | | arm64: gic-v3: Implement arch support for priority maskingJulien Thierry2019-02-061-4/+4
| * | | arm64: alternative: Apply alternatives early in boot processDaniel Thompson2019-02-062-0/+5
| * | | arm64: alternative: Allow alternative status checking per cpufeatureJulien Thierry2019-02-061-2/+1
| * | | arm64: daifflags: Include PMR in daifflags restore operationsJulien Thierry2019-02-061-4/+46
| * | | arm64: irqflags: Use ICC_PMR_EL1 for interrupt maskingJulien Thierry2019-02-062-28/+83
| * | | arm64: kvm: Unmask PMR before entering guestJulien Thierry2019-02-061-0/+16
| * | | arm64: Make PMR part of task contextJulien Thierry2019-02-062-3/+14
| * | | arm64: ptrace: Provide definitions for PMR valuesJulien Thierry2019-02-061-0/+12
| * | | irqchip/gic-v3: Switch to PMR masking before calling IRQ handlerJulien Thierry2019-02-061-0/+17
| * | | arm/arm64: gic-v3: Add PMR and RPR accessorsJulien Thierry2019-02-061-0/+15
| * | | arm64: cpufeature: Add cpufeature for IRQ priority maskingJulien Thierry2019-02-062-1/+8
| * | | arm64: Remove unused daif related functions/macrosJulien Thierry2019-02-062-19/+1
| * | | arm64: Fix HCR.TGE status for NMI contextsJulien Thierry2019-02-061-0/+31
| * | | arm64: add ptrace regsets for ptrauth key managementKristina Martsenko2019-02-011-0/+13
| * | | arm64: dump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-311-6/+3
| * | | arm64: uaccess: Implement unsafe accessorsJulien Thierry2019-01-251-20/+59
| * | | arm64: uaccess: Cleanup get/put_user()Julien Thierry2019-01-251-24/+12
| * | | arm64: Remove asm/memblock.hWill Deacon2019-01-212-21/+1
| | |/ | |/|
* | | Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-065-4/+34
|\ \ \
| * \ \ Merge branch 'acpi-apei'Rafael J. Wysocki2019-03-045-4/+34
| |\ \ \
| | * | | firmware: arm_sdei: Add ACPI GHES registration helperJames Morse2019-02-111-0/+4
| | * | | ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notificationsJames Morse2019-02-071-1/+1
| | * | | arm64: KVM/mm: Move SEA handling behind a single 'claim' interfaceJames Morse2019-02-073-2/+19
| | * | | KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbingJames Morse2019-02-072-2/+11
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-062-4/+5
|\ \ \ \ \
| * | | | | arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2019-03-051-0/+5
| * | | | | kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-051-4/+0