aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-11-08[HACK] arm64/defconfig: enable config options required by SGI platform softwareRD-INFRA-2020.11.09Thomas Abraham
2020-11-07Merge tag 'riscv-for-linus-5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-11-06Merge tag 'arc-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2020-11-06Merge tag 's390-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2020-11-06RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt
2020-11-06RISC-V: Use non-PGD mappings for early DTB accessAnup Patel
2020-11-06riscv: uaccess: fix __put_kernel_nofault()Changbin Du
2020-11-05riscv: fix pfn_to_virt err in do_page_fault().Liu Shaohua
2020-11-05riscv: Set text_offset correctly for M-ModeSean Anderson
2020-11-05arm64: kexec_file: try more regions if loading segments failsBenjamin Gwin
2020-11-05Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-05RISC-V: Remove any memblock representing unusable memory areaAtish Patra
2020-11-04risc-v: kernel: ftrace: Fixes improper SPDX comment styleRyan Kosta
2020-11-04ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservationsArd Biesheuvel
2020-11-03Merge tag 'x86_seves_for_v5.10_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-03s390/pci: fix hot-plug of PCI function missing busNiklas Schnelle
2020-11-03s390/smp: move rcu_cpu_starting() earlierQian Cai
2020-11-03s390: update defconfigsHeiko Carstens
2020-11-03s390/vdso: remove unused constantsHeiko Carstens
2020-11-03s390/vdso: remove empty unused fileHeiko Carstens
2020-11-03s390/mm: make pmd/pud_deref() large page awareGerald Schaefer
2020-11-03arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker
2020-11-03arm64: NUMA: Kconfig: Increase NODES_SHIFT to 4Vanshidhar Konda
2020-11-02ARC: [plat-hsdk] Remap CCMs super early in asm boot trampolineVineet Gupta
2020-11-02ARC: stack unwinding: avoid indefinite loopingVineet Gupta
2020-11-01Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-31KVM: vmx: remove unused variablePaolo Bonzini
2020-10-31KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work againVitaly Kuznetsov
2020-10-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-10-30Merge tag 'arm-soc-fixes-v5.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-30KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()Takashi Iwai
2020-10-30KVM: x86: replace static const variables with macrosPaolo Bonzini
2020-10-30Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-10-30KVM: arm64: Handle Asymmetric AArch32 systemsQais Yousef
2020-10-30arm64: cpufeature: upgrade hyp caps to finalMark Rutland
2020-10-30arm64: cpufeature: reorder cpus_have_{const, final}_cap()Mark Rutland
2020-10-30KVM: arm64: Factor out is_{vhe,nvhe}_hyp_code()Mark Rutland
2020-10-30arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.SFangrui Song
2020-10-30arm64/smp: Move rcu_cpu_starting() earlierQian Cai
2020-10-29KVM: arm64: Force PTE mapping on fault resulting in a device mappingSantosh Shukla
2020-10-29KVM: arm64: Use fallback mapping sizes for contiguous huge page sizesGavin Shan
2020-10-29KVM: arm64: Fix masks in stage2_pte_cacheable()Will Deacon
2020-10-29KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier
2020-10-29KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNTWill Deacon
2020-10-29KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transitionMarc Zyngier
2020-10-29KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidationMarc Zyngier
2020-10-29KVM: arm64: Don't corrupt tpidr_el2 on failed HVC callMarc Zyngier
2020-10-29x86/sev-es: Do not support MMIO to/from encrypted memoryJoerg Roedel