aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-05-23KVM: nVMX: Always handle #VEs in L0 (never forward #VEs from L2 to L1)Gravatar Sean Christopherson 1-0/+2
2024-05-23KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE supportGravatar Sean Christopherson 1-0/+3
2024-05-23KVM: VMX: Don't kill the VM on an unexpected #VEGravatar Sean Christopherson 1-2/+2
2024-05-23KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMUGravatar Isaku Yamahata 1-1/+1
2024-05-23riscv: Fix early ftrace nop patchingGravatar Alexandre Ghiti 2-0/+9
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 23-12/+180
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Gravatar Steven Rostedt (Google) 3-4/+4
2024-05-22Merge patch series "riscv: Extension parsing fixes"Gravatar Palmer Dabbelt 3-7/+45
2024-05-22riscv: mm: accelerate pagefault when badaccessGravatar Kefeng Wang 1-2/+2
2024-05-22riscv: uaccess: Relax the threshold for fast pathGravatar Xiao Wang 1-1/+1
2024-05-22riscv: uaccess: Allow the last potential unrolled copyGravatar Xiao Wang 1-1/+1
2024-05-22riscv: typo in comment for get_f64_regGravatar Xingyou Chen 1-1/+1
2024-05-22Use bool value in set_cpu_online()Gravatar Zhao Ke 1-1/+1
2024-05-22Merge patch series "riscv: fix debug_pagealloc"Gravatar Palmer Dabbelt 2-6/+25
2024-05-22riscv: stacktrace: fixed walk_stackframe()Gravatar Matthew Bystrin 1-6/+14
2024-05-22ftrace: riscv: move from REGS to ARGSGravatar Puranjay Mohan 5-141/+143
2024-05-22Merge patch series "riscv: access_ok() optimization"Gravatar Palmer Dabbelt 2-4/+1
2024-05-22riscv: do not select MODULE_SECTIONS by defaultGravatar Qingfang Deng 1-1/+1
2024-05-22riscv: show help string for riscv-specific targetsGravatar Emil Renner Berthing 1-0/+17
2024-05-22riscv: make image compression configurableGravatar Emil Renner Berthing 3-10/+33
2024-05-22Merge local branch 'x86-codegen'Gravatar Linus Torvalds 2-19/+15
2024-05-22x86: improve bitop code generation with clangGravatar Linus Torvalds 1-5/+5
2024-05-22x86: improve array_index_mask_nospec() code generationGravatar Linus Torvalds 1-14/+10
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-29/+4
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+2
2024-05-22Merge tag 'usb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 5-5/+5
2024-05-22Merge tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-1/+0
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 35-666/+615
2024-05-22Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Gravatar Linus Torvalds 16-21/+240
2024-05-22riscv: cpufeature: Fix extension subset checkingGravatar Charlie Jenkins 1-1/+1
2024-05-22riscv: cpufeature: Fix thead vector hwcap removalGravatar Charlie Jenkins 3-6/+44
2024-05-22Merge tag 'microblaze-v6.10' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 2-2/+1
2024-05-22riscv: rewrite __kernel_map_pages() to fix sleeping in invalid contextGravatar Nam Cao 1-6/+22
2024-05-22riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabledGravatar Nam Cao 1-0/+3
2024-05-22um: virt-pci: drop owner assignmentGravatar Krzysztof Kozlowski 1-1/+0
2024-05-22arm64/fpsimd: Avoid erroneous elide of user state reloadGravatar Ard Biesheuvel 1-22/+22
2024-05-22Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Gravatar Will Deacon 2-0/+19
2024-05-22x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELGravatar Tony Luck 2-3/+6
2024-05-22crypto: x86/aes-xts - switch to new Intel CPU model definesGravatar Tony Luck 1-8/+8
2024-05-21Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 26-412/+389
2024-05-21Merge tag 'm68knommu-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2024-05-21arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRYGravatar Jiangfeng Xiao 1-0/+1
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-19/+29
2024-05-21x86/topology: Handle bogus ACPI tables correctlyGravatar Thomas Gleixner 1-3/+50
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 25-140/+112
2024-05-20Merge tag 'soc-dt-late-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 40-1541/+6153
2024-05-20arch: Fix name collision with ACPI's video.oGravatar Thomas Zimmermann 4-2/+2
2024-05-20Merge tag 'mips_6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 9-212/+274
2024-05-20x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yGravatar Masahiro Yamada 1-4/+1
2024-05-19riscv: add support for kernel-mode FPUGravatar Samuel Holland 5-0/+49