summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel2020-10-276-17/+21
| | |/ / / / / /
| * | | | | | | ARM: 9034/1: __div64_32(): straighten up inline asm constraintsNicolas Pitre2020-12-081-15/+6
* | | | | | | | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-12-223-12/+111
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc/dma: Fallback to dma_ops when persistent memory presentAlexey Kardashevskiy2020-11-273-12/+111
* | | | | | | | | x86/split-lock: Avoid returning with interrupts enabledAndi Kleen2020-12-221-1/+2
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-12-213-3/+3
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-...Stephen Boyd2020-12-201-1/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | * | | | | | | clk: sifive: Use common name for prci configurationZong Li2020-12-161-1/+1
| | |/ / / / / / /
| * | | | | | | | xtensa: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-12-071-1/+1
| * | | | | | | | sh: boards: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-12-071-1/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-2111-293/+192
|\ \ \ \ \ \ \ \
| * | | | | | | | m68k: m68328: remove duplicate codeArnd Bergmann2020-12-077-151/+43
| * | | | | | | | m68k: m68328: move platform code to separate filesArnd Bergmann2020-12-077-151/+158
| * | | | | | | | m68knommu: align BSS section to 4-byte boundariesGreg Ungerer2020-12-071-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-20112-2189/+4730
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: SVM: fix 32-bit compilationPaolo Bonzini2020-12-161-0/+2
| * | | | | | | | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-15120-2300/+3078
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier2020-12-0961-761/+1614
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | KVM: arm64: Fix nVHE boot on VHE systemsMarc Zyngier2020-12-081-1/+4
| | | * | | | | | | | KVM: arm64: Fix EL2 mode availability checksDavid Brazdil2020-12-042-3/+24
| | | * | | | | | | | KVM: arm64: Trap host SMCs in protected modeDavid Brazdil2020-12-043-1/+15
| | | * | | | | | | | KVM: arm64: Keep nVHE EL2 vector installedDavid Brazdil2020-12-041-4/+8
| | | * | | | | | | | KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCsDavid Brazdil2020-12-042-1/+27
| | | * | | | | | | | KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCsDavid Brazdil2020-12-042-2/+52
| | | * | | | | | | | KVM: arm64: Intercept host's CPU_ON SMCsDavid Brazdil2020-12-042-0/+163
| | | * | | | | | | | KVM: arm64: Add function to enter host from KVM nVHE hyp codeDavid Brazdil2020-12-041-0/+9
| | | * | | | | | | | KVM: arm64: Extract __do_hyp_init into a helper functionDavid Brazdil2020-12-041-15/+32
| | | * | | | | | | | KVM: arm64: Forward safe PSCI SMCs coming from hostDavid Brazdil2020-12-041-1/+41
| | | * | | | | | | | KVM: arm64: Add offset for hyp VA <-> PA conversionDavid Brazdil2020-12-042-3/+30
| | | * | | | | | | | KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil2020-12-046-6/+151
| | | * | | | | | | | KVM: arm64: Add SMC handler in nVHE EL2David Brazdil2020-12-042-3/+70
| | | * | | | | | | | KVM: arm64: Create nVHE copy of cpu_logical_mapDavid Brazdil2020-12-042-0/+35
| | | * | | | | | | | KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil2020-12-044-1/+35
| | | * | | | | | | | KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil2020-12-044-0/+20
| | | * | | | | | | | KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil2020-12-045-33/+34
| | | * | | | | | | | KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil2020-12-046-20/+32
| | | * | | | | | | | KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil2020-12-044-8/+31
| | | * | | | | | | | arm64: Extract parts of el2_setup into a macroDavid Brazdil2020-12-042-120/+199
| | | * | | | | | | | arm64: Make cpu_logical_map() take unsigned intDavid Brazdil2020-12-042-3/+3
| | | * | | | | | | | KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil2020-12-045-2/+41
| | | * | | | | | | | KVM: arm64: Add kvm-arm.mode early kernel parameterDavid Brazdil2020-12-042-0/+25
| | | * | | | | | | | Merge remote-tracking branch 'arm64/for-next/uaccess' into HEADMarc Zyngier2020-12-0438-565/+564
| | | |\ \ \ \ \ \ \ \
| | * | \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/...Marc Zyngier2020-12-043-5/+16
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | KVM: arm64: Use kvm_write_guest_lock when init stolen timeKeqian Zhu2020-12-031-5/+1
| | | * | | | | | | | | | KVM: arm64: Delay the polling of the GICR_VPENDBASER.Dirty bitShenming Lu2020-11-302-0/+15
| | * | | | | | | | | | | Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queueMarc Zyngier2020-12-035-8/+37
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safeMarc Zyngier2020-11-303-5/+18
| | | * | | | | | | | | | | arm64: Make the Meltdown mitigation state availableMarc Zyngier2020-11-282-3/+19
| | * | | | | | | | | | | | Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/nextMarc Zyngier2020-11-275-59/+37
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | KVM: arm64: Remove unused __extended_idmap_trampoline() prototypeWill Deacon2020-11-271-1/+0