summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-03-30Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne
2021-03-30x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata
2021-03-30bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGStanislav Fomichev
2021-03-30bpf: Fix fexit trampoline.Alexei Starovoitov
2021-03-30xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGRoger Pau Monne
2021-03-30arm64: kdump: update ppos when reading elfcorehdrPavel Tatashin
2021-03-30ARM: dts: imx6ull: fix ubi filesystem mount faileddillon min
2021-03-30ARM: OMAP2+: Fix smartreflex init regression after dropping legacy dataTony Lindgren
2021-03-30ARM: dts: at91-sama5d27_som1: fix phy address to 7Claudiu Beznea
2021-03-30ARM: dts: at91: sam9x60: fix mux-mask to match product's datasheetNicolas Ferre
2021-03-30ARM: dts: at91: sam9x60: fix mux-mask for PA7 so it can be set to A, B and CFederico Pellegrin
2021-03-30arm64: dts: ls1043a: mark crypto engine dma coherentHoria Geantă
2021-03-30arm64: dts: ls1012a: mark crypto engine dma coherentHoria Geantă
2021-03-30arm64: dts: ls1046a: mark crypto engine dma coherentHoria Geantă
2021-03-30arm64: stacktrace: don't trace arch_stack_walk()Mark Rutland
2021-03-30KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ishSean Christopherson
2021-03-30static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-03-30ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich
2021-03-30ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich
2021-03-30sparc64: Fix opcode filtering in handling of no fault loadsRob Gardner
2021-03-30powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman
2021-03-24x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold
2021-03-24x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov
2021-03-24x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov
2021-03-24x86/ioapic: Ignore IRQ2 againThomas Gleixner
2021-03-24perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENTKan Liang
2021-03-24perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang
2021-03-24powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy
2021-03-24powerpc/vdso32: Add missing _restgpr_31_x to fix build failureChristophe Leroy
2021-03-24RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt
2021-03-24riscv: Correct SPARSEMEM configurationKefeng Wang
2021-03-24RISC-V: Fix out-of-bounds accesses in init_resources()Geert Uytterhoeven
2021-03-24s390/pci: fix leak of PCI device structureNiklas Schnelle
2021-03-24s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle
2021-03-24s390/pci: refactor zpci_create_device()Niklas Schnelle
2021-03-24s390/vtime: fix increased steal time accountingGerald Schaefer
2021-03-20crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel
2021-03-20arm64: Unconditionally set virtual cpu id registersVladimir Murzin
2021-03-20KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabledSean Christopherson
2021-03-20KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()Sean Christopherson
2021-03-17KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull
2021-03-17KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier
2021-03-17KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier
2021-03-17KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose
2021-03-17KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon
2021-03-17KVM: arm64: Fix range alignment when walking page tablesJia He
2021-03-17KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier
2021-03-17KVM: kvmclock: Fix vCPUs > 64 can't be online/hotplugedWanpeng Li
2021-03-17KVM: x86: Ensure deadline timer has truly expired before posting its IRQSean Christopherson
2021-03-17x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscallsAndy Lutomirski