summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-072-4/+8
|\
| * entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2021-02-062-4/+8
* | Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-079-55/+76
|\ \
| * | x86/efi: Remove EFI PGD build time checksBorislav Petkov2021-02-061-19/+0
| * | x86/debug: Prevent data breakpoints on cpu_dr7Lai Jiangshan2021-02-051-0/+8
| * | x86/debug: Prevent data breakpoints on __per_cpu_offsetLai Jiangshan2021-02-051-0/+14
| * | x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-045-15/+32
| * | x86/split_lock: Enable the split lock feature on another Alder Lake CPUFenghua Yu2021-02-011-0/+1
| * | x86/debug: Fix DR6 handlingPeter Zijlstra2021-02-011-21/+18
| * | x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf2021-01-291-0/+3
* | | Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-072-2/+2
|\ \ \
| * | | kbuild: remove PYTHON variableMasahiro Yamada2021-02-012-2/+2
* | | | Merge tag 'riscv-for-linus-5.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-064-5/+12
|\ \ \ \
| * | | | RISC-V: Define MAXPHYSMEM_1GB only for RV32Atish Patra2021-02-021-0/+2
| * | | | riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWXSebastien Van Cauwenberghe2021-02-021-3/+3
| * | | | RISC-V: Fix .init section permission updateAtish Patra2021-02-021-1/+3
| * | | | riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti2021-02-021-1/+4
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-5.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-068-21/+23
|\ \ \ \
| * | | | powerpc/64/signal: Fix regression in __kernel_sigtramp_rt64() semanticsRaoni Fassina Firmino2021-02-022-2/+11
| * | | | powerpc/vdso64: remove meaningless vgettimeofday.o build ruleMasahiro Yamada2021-01-301-2/+0
| * | | | powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.oMasahiro Yamada2021-01-305-11/+4
| * | | | powerpc/sstep: Fix array out of bound warningRavi Bangoria2021-01-301-6/+8
* | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-067-78/+77
|\ \ \ \ \
| * | | | | ARM: kexec: fix oops after TLB are invalidatedRussell King2021-02-054-39/+36
| * | | | | ARM: ensure the signal page contains defined contentsRussell King2021-02-051-6/+8
| * | | | | ARM: 9043/1: tegra: Fix misplaced tegra_uart_config in decompressorDmitry Osipenko2021-01-291-27/+27
| * | | | | ARM: footbridge: fix dc21285 PCI configuration accessorsRussell King2021-01-291-6/+6
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-0512-47/+72
|\ \ \ \ \ \
| * | | | | | KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU resetSean Christopherson2021-02-041-0/+1
| * | | | | | KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEsBen Gardon2021-02-041-3/+3
| * | | | | | KVM: x86: cleanup CR3 reserved bits checksPaolo Bonzini2021-02-033-13/+5
| * | | | | | KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson2021-02-032-0/+6
| * | | | | | KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit modeSean Christopherson2021-02-021-0/+2
| * | | | | | KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID checkVitaly Kuznetsov2021-02-011-0/+2
| * | | | | | KVM/x86: assign hva with the right value to vm_munmap the pagesZheng Zhan Liang2021-02-011-1/+1
| * | | | | | KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=offPaolo Bonzini2021-02-012-13/+30
| * | | | | | Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda2021-01-281-7/+10
| * | | | | | Merge tag 'kvmarm-fixes-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-01-281-9/+11
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Don't clobber x4 in __do_hyp_initAndrew Scull2021-01-251-9/+11
| * | | | | | | KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctlMichael Roth2021-01-281-1/+1
* | | | | | | | Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"Mike Rapoport2021-02-041-9/+11
* | | | | | | | Merge tag 'for-linus-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-0314-99/+84
|\ \ \ \ \ \ \ \
| * | | | | | | | um: time: fix initialization in time-travel modeJohannes Berg2021-01-261-19/+31
| * | | | | | | | um: fix os_idle_sleep() to not hangJohannes Berg2021-01-261-1/+14
| * | | | | | | | Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg2021-01-264-59/+0
| * | | | | | | | Revert "um: allocate a guard page to helper threads"Johannes Berg2021-01-264-11/+8
| * | | | | | | | um: virtio: free vu_dev only with the contained struct deviceJohannes Berg2021-01-261-1/+2
| * | | | | | | | um: kmsg_dumper: always dump when not tty consoleThomas Meyer2021-01-261-2/+7
| * | | | | | | | um: stdio_console: Make preferred consoleThomas Meyer2021-01-261-3/+19
| * | | | | | | | um: return error from ioremap()Johannes Berg2021-01-261-1/+1