summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-12-30RISC-V: KVM: Implement SBI STA extensionAndrew Jones
2023-12-30RISC-V: KVM: Add support for SBI STA registersAndrew Jones
2023-12-30RISC-V: KVM: Add support for SBI extension registersAndrew Jones
2023-12-30RISC-V: KVM: Add SBI STA info to vcpu_archAndrew Jones
2023-12-30RISC-V: KVM: Add steal-update vcpu requestAndrew Jones
2023-12-30RISC-V: KVM: Add SBI STA extension skeletonAndrew Jones
2023-12-30RISC-V: paravirt: Implement steal-time supportAndrew Jones
2023-12-30RISC-V: Add SBI STA extension definitionsAndrew Jones
2023-12-30RISC-V: paravirt: Add skeleton for pv-time supportAndrew Jones
2023-12-29RISC-V: KVM: Fix indentation in kvm_riscv_vcpu_set_reg_csr()Anup Patel
2023-12-29RISC-V: KVM: add vector registers and CSRs in KVM_GET_REG_LISTDaniel Henrique Barboza
2023-12-29RISC-V: KVM: add 'vlenb' Vector CSRDaniel Henrique Barboza
2023-12-29RISC-V: KVM: set 'vlenb' in kvm_riscv_vcpu_alloc_vector_context()Daniel Henrique Barboza
2023-12-29RISC-V: KVM: Make SBI uapi consistent with ISA uapiAndrew Jones
2023-12-29RISC-V: KVM: Don't add SBI multi regs in get-reg-listAndrew Jones
2023-12-29RISC-V: KVM: remove a redundant condition in kvm_arch_vcpu_ioctl_run()Chao Du
2023-12-29riscv: kvm: use ".L" local labels in assembly when applicableClément Léger
2023-12-29riscv: kvm: Use SYM_*() assembly macros instead of deprecated onesClément Léger
2023-12-23Merge tag 'x86-urgent-2023-12-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-12-22Merge tag 'kvm-riscv-fixes-6.7-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini
2023-12-22Merge tag 'kvmarm-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-12-22Merge tag 'for-linus-6.7a-rc7-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-12-21x86/xen: add CPU dependencies for 32-bit buildArnd Bergmann
2023-12-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds
2023-12-20Merge tag 's390-6.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-12-20Merge tag 'soc-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-20arm64: dts: mediatek: mt8395-genio-1200-evk: add interrupt-parent for mt6360Macpaul Lin
2023-12-20Merge tag 'am3-usb-hang-fix-signed' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2023-12-20Merge tag 'omap-for-v6.7/fixes-signed' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2023-12-19Merge tag 'arc-6.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds
2023-12-19s390: update defconfigsHeiko Carstens
2023-12-18x86/acpi: Handle bogus MADT APIC tables gracefullyThomas Gleixner
2023-12-18s390/vx: fix save/restore of fpu kernel contextHeiko Carstens
2023-12-17Merge tag 'powerpc-6.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-12-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds
2023-12-15x86/alternatives: Disable interrupts and sync when optimizing NOPs in placeThomas Gleixner
2023-12-15x86/alternatives: Sync core before enabling interruptsThomas Gleixner
2023-12-15x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefullyThomas Gleixner
2023-12-14Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-12-14Merge tag 'sunxi-fixes-for-6.7-1' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2023-12-13ARC: add hugetlb definitionsPavel Kozlov
2023-12-13Merge tag 'efi-urgent-for-v6.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-12-13KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guestsMichael Roth
2023-12-13powerpc/pseries/vas: Migration suspend waits for no in-progress open windowsHaren Myneni
2023-12-13MIPS: dts: loongson: drop incorrect dwmac fallback compatibleKrzysztof Kozlowski
2023-12-13ARM: dts: Fix occasional boot hang for am3 usbTony Lindgren
2023-12-13RISCV: KVM: update external interrupt atomically for IMSIC swfileYong-Xuan Wang