summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Revert "MIPS: make userspace mapping young by default"Thomas Bogendoerfer2021-06-051-16/+14
* 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
| | |/ /
* | | | Merge tag 'mips-fixes_5.13_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-284-6/+14
|\ \ \ \
| * | | | MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACERTiezhu Yang2021-05-251-6/+6
| * | | | MIPS: ralink: export rt_sysc_membase for rt2880_wdt.cRandy Dunlap2021-05-251-0/+2
| * | | | MIPS: launch.h: add include guard to prevent build errorsRandy Dunlap2021-05-251-0/+5
| * | | | MIPS: alchemy: xxs1500: add gpio-au1000.h header fileRandy Dunlap2021-05-251-0/+1
| | |/ / | |/| |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-272-2/+3
|\ \ \ \
| * | | | arm64: mm: don't use CON and BLK mapping if KFENCE is enabledJisheng Zhang2021-05-251-1/+2
| * | | | arm64: Fix stale link in the arch_counter_enforce_ordering() commentCatalin Marinas2021-05-181-1/+1
* | | | | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-261-2/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann2021-05-201-2/+1
* | | | | Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-05-234-9/+31
|\ \ \ \ \
| * | | | | perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu2021-05-183-8/+30
| * | | | | perf/x86: Avoid touching LBR_TOS MSR for Arch LBRLike Xu2021-05-181-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'irq-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-05-231-1/+6
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irqchip-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-05-171-1/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |