Age | Commit message (Expand) | Author | Files | Lines |
2022-08-12 | LoongArch: Add guess unwinder support | Qing Zhang | 7 | -11/+200 |
2022-08-12 | LoongArch: Add vDSO syscall __vdso_getcpu() | Huacai Chen | 6 | -12/+75 |
2022-08-12 | LoongArch: Add PCI controller support | Huacai Chen | 8 | -10/+321 |
2022-08-12 | LoongArch: Parse MADT to get multi-processor information | Huacai Chen | 4 | -7/+40 |
2022-08-12 | LoongArch: Jump to the link address before enable PG | Huacai Chen | 1 | -8/+11 |
2022-08-12 | LoongArch: Requires __force attributes for any casts | Qing Zhang | 1 | -2/+2 |
2022-08-12 | LoongArch: Fix unsigned comparison with less than zero | Yang Li | 1 | -1/+1 |
2022-08-12 | LoongArch: Adjust arch/loongarch/Kconfig | Huacai Chen | 1 | -1/+4 |
2022-08-12 | LoongArch: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK | Huacai Chen | 1 | -1/+1 |
2022-08-12 | RISC-V: Improve SBI definitions | Atish Patra | 1 | -2/+16 |
2022-08-12 | RISC-V: Move counter info definition to sbi header file | Atish Patra | 1 | -0/+14 |
2022-08-12 | RISC-V: Add Sstc extension support | Palmer Dabbelt | 4 | -0/+8 |
2022-08-12 | RISC-V: Enable sstc extension parsing from DT | Atish Patra | 3 | -0/+3 |
2022-08-12 | RISC-V: Add SSTC extension CSR details | Atish Patra | 1 | -0/+5 |
2022-08-12 | riscv:uprobe fix SR_SPIE set/clear handling | Yipeng Zou | 1 | -6/+0 |
2022-08-11 | riscv: ensure cpu_ops_sbi is declared | Conor Dooley | 2 | -0/+3 |
2022-08-11 | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -8/+8 |
2022-08-11 | RISC-V: cpu_ops_spinwait.c should include head.h | Ben Dooks | 1 | -0/+2 |
2022-08-11 | RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h> | Ben Dooks | 2 | -3/+2 |
2022-08-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 13 | -50/+125 |
2022-08-11 | riscv: dts: starfive: correct number of external interrupts | Mark Kettenis | 1 | -1/+1 |
2022-08-11 | riscv: dts: sifive unmatched: Add PWM controlled LEDs | Emil Renner Berthing | 1 | -0/+42 |
2022-08-11 | riscv/purgatory: Omit use of bin2c | Masahiro Yamada | 4 | -9/+15 |
2022-08-11 | riscv/purgatory: hard-code obj-y in Makefile | Masahiro Yamada | 1 | -1/+1 |
2022-08-11 | RISC-V: fixups to work with crash tool | Palmer Dabbelt | 3 | -6/+28 |
2022-08-11 | RISC-V: Add modules to virtual kernel memory layout dump | Xianting Tian | 1 | -0/+4 |
2022-08-11 | riscv: traps_misaligned: do not duplicate stringify | Krzysztof Kozlowski | 1 | -5/+3 |
2022-08-11 | RISC-V: Fixup schedule out issue in machine_crash_shutdown() | Xianting Tian | 1 | -4/+22 |
2022-08-11 | RISC-V: Fixup get incorrect user mode PC for kernel mode regs | Xianting Tian | 1 | -1/+1 |
2022-08-11 | RISC-V: kexec: Fixup use of smp_processor_id() in preemptible context | Xianting Tian | 1 | -1/+1 |
2022-08-11 | arch/riscv: add Zihintpause support | Dao Lu | 5 | -3/+29 |
2022-08-11 | Merge 'irq/loongarch', 'pci/ctrl/loongson' and 'pci/header-cleanup-immutable' | Huacai Chen | 38 | -326/+247 |
2022-08-11 | virtio: find_vqs() add arg sizes | Xuan Zhuo | 1 | -1/+1 |
2022-08-11 | virtio: record the maximum queue num supported by the device. | Xuan Zhuo | 1 | -0/+1 |
2022-08-11 | riscv: implement Zicbom-based CMO instructions + the t-head variant | Palmer Dabbelt | 13 | -2/+282 |
2022-08-11 | x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments | Nick Desaulniers | 3 | -2/+6 |
2022-08-11 | RISC-V: Canaan devicetree fixes | Palmer Dabbelt | 7 | -31/+66 |
2022-08-11 | riscv: lib: uaccess: fix CSR_STATUS SR_SUM bit | Chen Lifu | 1 | -2/+2 |
2022-08-10 | KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refresh | Sean Christopherson | 2 | -11/+8 |
2022-08-10 | KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpers | Sean Christopherson | 1 | -9/+17 |
2022-08-10 | KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIES | Sean Christopherson | 1 | -2/+2 |
2022-08-10 | KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap gen | Sean Christopherson | 2 | -0/+22 |
2022-08-10 | KVM: x86/mmu: rename trace function name for asynchronous page fault | Mingwei Zhang | 1 | -1/+1 |
2022-08-10 | KVM: x86/xen: Stop Xen timer before changing IRQ | Coleman Dietsch | 1 | -18/+17 |
2022-08-10 | KVM: x86/xen: Initialize Xen timer only once | Coleman Dietsch | 1 | -1/+3 |
2022-08-10 | KVM: SVM: Disable SEV-ES support if MMIO caching is disable | Sean Christopherson | 5 | -5/+19 |
2022-08-10 | KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change | Sean Christopherson | 3 | -0/+24 |
2022-08-10 | KVM: x86: Tag kvm_mmu_x86_module_init() with __init | Sean Christopherson | 2 | -2/+2 |
2022-08-10 | KVM: x86: emulator: Fix illegal LEA handling | Michal Luczaj | 1 | -1/+5 |
2022-08-10 | KVM: X86: avoid uninitialized 'fault.async_page_fault' from fixed-up #PF | Yu Zhang | 1 | -0/+1 |