summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-31/+189
2023-07-01Merge tag 'kvm-riscv-6.5-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini6-31/+189
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+21
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-17/+511
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2-4/+0
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-72/+0
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-06-23Merge patch series "riscv: Add independent irq/softirq stacks support"Palmer Dabbelt2-11/+33
2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt2-0/+5
2023-06-22riscv: stack: Add config of thread stack sizeGuo Ren1-11/+1
2023-06-22riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACKGuo Ren2-0/+32
2023-06-22riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng1-0/+21
2023-06-21RISC-V: always report presence of extensions formerly part of the base ISAConor Dooley1-0/+4
2023-06-21RISC-V: split early & late of_node to hartid mappingConor Dooley1-0/+1
2023-06-20Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt2-0/+12
2023-06-19riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks1-0/+3
2023-06-19RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel1-0/+3
2023-06-19RISC-V: KVM: Add in-kernel virtualization of AIA IMSICAnup Patel1-36/+10
2023-06-19RISC-V: Track ISA extensions per hartEvan Green1-0/+10
2023-06-19RISC-V: Add Zba, Zbs extension probingEvan Green1-0/+2
2023-06-18RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel1-0/+3
2023-06-18RISC-V: KVM: Add in-kernel emulation of AIA APLICAnup Patel1-14/+3
2023-06-18RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel1-42/+90
2023-06-18RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel2-0/+24
2023-06-18RISC-V: KVM: Add APLIC related definesAnup Patel1-0/+58
2023-06-18RISC-V: KVM: Add IMSIC related definesAnup Patel1-0/+38
2023-06-18RISC-V: KVM: Implement guest external interrupt line managementAnup Patel1-0/+10
2023-06-14riscv: mm: stub extable related functions/macros for !MMUJisheng Zhang2-0/+10
2023-06-10init: consolidate prototypes in linux/init.hArnd Bergmann2-4/+0
2023-06-08Merge patch series "riscv: Add vector ISA support"Palmer Dabbelt10-6/+348
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu2-0/+14
2023-06-08riscv: hwcap: change ELF_HWCAP to a functionAndy Chiu2-1/+3
2023-06-08riscv: KVM: Add vector lazy save/restore supportVincent Chen2-0/+84
2023-06-08riscv: signal: Report signal frame size to userspace via auxvVincent Chen2-0/+11
2023-06-08riscv: Allocate user's vector context in the first-use trapAndy Chiu2-0/+31
2023-06-08riscv: Add task switch support for vectorGreentime Hu4-0/+45
2023-06-08riscv: Introduce struct/helpers to save/restore per-task Vector stateGreentime Hu1-0/+95
2023-06-08riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu1-0/+8
2023-06-08riscv: Introduce Vector enable/disable helpersGreentime Hu1-0/+11
2023-06-08riscv: Add new csr defines related to vector extensionGreentime Hu1-2/+16
2023-06-08riscv: Extending cpufeature.c to detect V-extensionGuo Ren2-0/+27
2023-06-08riscv: Rename __switch_to_aux() -> fpuGuo Ren1-3/+3
2023-06-07riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGDAlexandre Ghiti1-33/+0
2023-06-07riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen1-2/+1
2023-06-06RISC-V: KVM: Probe for SBI extension statusAndrew Jones1-0/+1
2023-06-06RISC-V: KVM: Convert extension_disabled[] to ext_status[]Andrew Jones1-1/+6
2023-06-06RISC-V: KVM: Redirect AMO load/store misaligned traps to guestwchen1-0/+2
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-72/+0
2023-06-02riscv: Implement missing huge_ptep_getAlexandre Ghiti1-0/+3
2023-06-01riscv: perf: Fix callchain parse error with kernel tracepoint eventsIsm Hong1-0/+7