summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge tag 'x86-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-053-6/+115
|\ \ \ \ \
| * | | | | x86/sgx: Set active memcg prior to shmem allocationKristen Carlson Accardi2022-06-023-6/+115
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-051-4/+4
|\ \ \ \ \
| * | | | | x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE)Fanjun Kong2022-05-271-4/+4
* | | | | | Merge tag 'x86-microcode-2022-06-05' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-053-112/+20
|\ \ \ \ \ \
| * | | | | | x86/microcode: Remove unnecessary perf callbackBorislav Petkov2022-05-311-3/+0
| * | | | | | x86/microcode: Taint and warn on late loadingBorislav Petkov2022-05-311-0/+5
| * | | | | | x86/microcode: Default-disable late loadingBorislav Petkov2022-05-313-1/+19
| * | | | | | x86/microcode: Rip out the OLD_INTERFACEBorislav Petkov2022-05-312-112/+0
| |/ / / / /
* | | | | | Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-055-71/+66
|\ \ \ \ \ \
| * | | | | | x86: Fix all occurences of the "the the" typoBo Liu2022-05-273-3/+3
| * | | | | | x86/idt: Remove unused headerssunliming2022-05-251-3/+0
| * | | | | | x86/Kconfig: Fix indentation of arch/x86/Kconfig.debugJuerg Haefliger2022-05-251-15/+14
| * | | | | | x86/Kconfig: Fix indentation and add endif comments to arch/x86/KconfigJuerg Haefliger2022-05-251-52/+49
| |/ / / / /