summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | KVM: arm64: Always start with clearing SVE flag on loadMarc Zyngier2022-06-071-0/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-06-092871-41232/+93627
| |\ \ \ \
| | * | | | RISC-V: KVM: fix typos in commentsJulia Lawall2022-06-091-1/+1
| | |/ / /
* | | | | Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-148-39/+353
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86/speculation/mmio: Print SMT warningJosh Poimboeuf2022-06-011-0/+11
| * | | | KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta2022-05-214-0/+80
| * | | | x86/speculation/mmio: Reuse SRBDS mitigation for SBDSPawan Gupta2022-05-211-7/+14
| * | | | x86/speculation/srbds: Update SRBDS mitigation selectionPawan Gupta2022-05-211-3/+5
| * | | | x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta2022-05-211-0/+22
| * | | | x86/speculation/mmio: Enable CPU Fill buffer clearing on idlePawan Gupta2022-05-211-2/+14
| * | | | x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigationsPawan Gupta2022-05-211-10/+16
| * | | | x86/speculation/mmio: Add mitigation for Processor MMIO Stale DataPawan Gupta2022-05-213-4/+112
| * | | | x86/speculation: Add a common function for MD_CLEAR mitigation updatePawan Gupta2022-05-211-26/+33
| * | | | x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta2022-05-213-2/+61
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-06-111-1/+6
|\ \ \ \ \
| * | | | | um: virt-pci: set device ready in probe()Vincent Whitchurch2022-06-101-1/+6
| | |_|/ / | |/| | |
* | | | | Merge tag 'loongarch-fixes-5.19-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-1111-36/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | LoongArch: Remove MIPS comment about cycle counterJason A. Donenfeld2022-06-081-7/+0
| * | | | LoongArch: Fix copy_thread() build errorsHuacai Chen2022-06-081-6/+8
| * | | | LoongArch: Fix the !CONFIG_SMP buildHuacai Chen2022-06-089-23/+23
| |/ / /
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-06-104-8/+24
|\ \ \ \
| * | | | arm64: Add kasan_hw_tags_enable() prototype to silence sparseCatalin Marinas2022-06-101-0/+6
| * | | | arm64/sme: Fix EFI save/restoreMark Brown2022-06-101-4/+14
| * | | | arm64/fpsimd: Fix typo in commentXiang wangx2022-06-101-1/+1
| * | | | arm64/sysreg: Fix typo in Enum element regexAlejandro Tafalla2022-06-101-1/+1
| * | | | arm64/sme: Fix tests for 0b1111 value ID registersMark Brown2022-06-081-2/+2
| |/ / /
* | | | Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-1012-29/+21
|\ \ \ \
| * | | | xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross2022-06-063-0/+6
| * | | | arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko2022-06-064-10/+8
| * | | | virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross2022-06-065-19/+7
| |/ / /
* | | | Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-06-0911-21/+38
|\ \ \ \
| * | | | powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman2022-06-092-6/+17
| * | | | powerpc/book3e: get rid of #include <generated/compile.h>Masahiro Yamada2022-06-061-6/+2
| * | | | powerpc/kasan: Force thread size increase with KASANMichael Ellerman2022-06-022-3/+8
| * | | | powerpc/papr_scm: don't requests stats with '0' sized stats bufferVaibhav Jain2022-05-311-0/+3
| * | | | powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACKMichael Ellerman2022-05-291-1/+0
| * | | | powerpc/kasan: Silence KASAN warnings in __get_wchan()He Ying2022-05-291-2/+2
| * | | | powerpc/kasan: Mark more real-mode code as not to be instrumentedPaul Mackerras2022-05-294-3/+6
* | | | | Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-091-0/+1
|\ \ \ \ \
| * | | | | bpf, arm64: Clear prog->jited_len along prog->jitedEric Dumazet2022-06-071-0/+1
* | | | | | gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds2022-06-092-9/+2
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-06-0812-37/+113
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | KVM: x86: do not report a vCPU as preempted outside instruction boundariesPaolo Bonzini2022-06-084-0/+28
| * | | | KVM: x86: do not set st->preempted when going back to user spacePaolo Bonzini2022-06-082-14/+18
| * | | | KVM: SVM: fix tsc scaling cache logicMaxim Levitsky2022-06-073-15/+23
| * | | | KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty loggingBen Gardon2022-06-073-6/+42
| * | | | x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()Jan Beulich2022-06-071-1/+1
| * | | | KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots()Shaoqin Huang2022-06-071-1/+1
* | | | | Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-051-3/+9
|\ \ \ \ \
| * | | | | x86/kexec: fix memory leak of elf header bufferBaoquan He2022-06-011-3/+9