summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-0614-120/+132
|\
| * x86/sev: Check SME/SEV support in CPUID firstPu Wen2021-06-041-5/+6
| * x86/fault: Don't send SIGSEGV twice on SEGV_PKUERRJiashuo Liang2021-06-041-2/+2
| * x86/setup: Always reserve the first 1M of RAMMike Rapoport2021-06-033-20/+41
| * x86/alternative: Optimize single-byte NOPs at an arbitrary positionBorislav Petkov2021-06-031-18/+46
| * x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner2021-06-034-74/+3
| * x86/thermal: Fix LVT thermal setup for SMI delivery modeBorislav Petkov2021-05-312-1/+12
| * x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner2021-05-293-0/+22
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-051-16/+14
|\ \
| * | Revert "MIPS: make userspace mapping young by default"Thomas Bogendoerfer2021-06-051-16/+14
* | | Merge tag 'riscv-for-linus-5.13-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-054-5/+18
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'riscv/riscv-wx-mappings' into fixesPalmer Dabbelt2021-06-011-2/+6
| |\ \
| | * | riscv: mm: Fix W+X mappings at bootJisheng Zhang2021-06-011-2/+6
| * | | RISC-V: Fix memblock_free() usages in init_resources()Wende Tan2021-06-011-2/+2
| * | | riscv: skip errata_cip_453.o if CONFIG_ERRATA_SIFIVE_CIP_453 is disabledVincent2021-06-011-1/+1
| * | | riscv: Use -mno-relax when using lld linkerKhem Raj2021-05-291-0/+9
* | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-292-0/+24
|\ \ \ \
| * | | | powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllersChris Packham2021-05-271-0/+8
| * | | | powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllersChris Packham2021-05-271-0/+16
| | |_|/ | |/| |
* | | | Merge tag 'riscv-for-linus-5.13-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-295-14/+18
|\ \ \ \ | | |/ / | |/| |
| * | | riscv: kexec: Fix W=1 build warningsJisheng Zhang2021-05-222-7/+8
| * | | riscv: kprobes: Fix build error when MMU=nJisheng Zhang2021-05-221-0/+2
| * | | riscv: Select ARCH_USE_MEMTESTKefeng Wang2021-05-221-0/+1
| * | | riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabledChen Huang2021-05-221-7/+7
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-2930-97/+175
|\ \ \
| * \ \ Merge tag 'kvmarm-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-05-283-7/+35
| |\ \ \
| | * | | KVM: arm64: Prevent mixed-width VM creationMarc Zyngier2021-05-272-4/+29
| | * | | KVM: arm64: Resolve all pending PC updates before immediate exitZenghui Yu2021-05-271-3/+6
| * | | | KVM: X86: Kill off ctxt->udWanpeng Li2021-05-283-7/+5
| * | | | KVM: X86: Fix warning caused by stale emulation contextWanpeng Li2021-05-281-5/+5
| * | | | KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interceptionYuan Yao2021-05-282-5/+3
| * | | | KVM: x86/mmu: Fix comment mentioning skip_4kDavid Matlack2021-05-271-3/+3
| * | | | KVM: VMX: update vcpu posted-interrupt descriptor when assigning deviceMarcelo Tosatti2021-05-273-0/+16
| * | | | KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti2021-05-273-2/+3
| * | | | KVM: x86: add start_assignment hook to kvm_x86_opsMarcelo Tosatti2021-05-273-1/+4
| * | | | KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switchWanpeng Li2021-05-271-3/+11
| * | | | KVM: X86: hyper-v: Task srcu lock when accessing kvm_memslots()Wanpeng Li2021-05-271-0/+8
| * | | | KVM: X86: Fix vCPU preempted state from guest's point of viewWanpeng Li2021-05-271-0/+2
| * | | | KVM: X86: Bail out of direct yield in case of under-committed scenariosWanpeng Li2021-05-271-0/+3
| * | | | KVM: PPC: exit halt polling on need_resched()Wanpeng Li2021-05-271-1/+1
| * | | | KVM: SVM: make the avic parameter a boolPaolo Bonzini2021-05-242-3/+3
| * | | | KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov2021-05-241-2/+1
| * | | | KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov2021-05-242-5/+1
| * | | | Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-05-17292-3107/+4119
| |\| | |
| | * | | KVM: arm64: Fix debug register indexingMarc Zyngier2021-05-151-21/+21
| | * | | KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier2021-05-154-2/+22
| | * | | KVM: arm64: Move __adjust_pc out of lineMarc Zyngier2021-05-155-23/+21
| | * | | KVM: arm64: Mark the host stage-2 memory pools staticQuentin Perret2021-05-151-2/+2
| | * | | KVM: arm64: Mark pkvm_pgtable_mm_ops staticQuentin Perret2021-05-151-1/+1
| | * | | KVM: arm64: Fix boolreturn.cocci warningskernel test robot2021-05-151-6/+6
| | |/ /