summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-1/+1
2023-12-13riscv: fix VMALLOC_START definitionBaoquan He1-1/+1
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini1-2/+0
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson1-2/+0
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-121/+419
2023-11-09riscv: Optimize bitops with Zbb extensionXiao Wang1-3/+251
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang6-94/+87
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt3-2/+43
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-17/+156
2023-11-08RISC-V: Probe misaligned access speed in parallelEvan Green1-1/+0
2023-11-08Merge patch series "riscv: Add remaining module relocations and tests"Palmer Dabbelt1-1/+4
2023-11-08riscv: Add remaining module relocationsCharlie Jenkins1-1/+4
2023-11-06Merge patch series "riscv: tlb flush improvements"Palmer Dabbelt3-8/+18
2023-11-06riscv: Improve flush_tlb_kernel_range()Alexandre Ghiti1-5/+6
2023-11-06riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti2-3/+3
2023-11-06riscv: Improve tlb_flush()Alexandre Ghiti2-1/+10
2023-11-06riscv: mm: update T-Head memory type definitionsJisheng Zhang1-5/+9
2023-11-05Merge patch series "Improve PTDUMP and introduce new fields"Palmer Dabbelt1-2/+2
2023-11-05riscv: Improve PTDUMP to show RSW with non-zero valueYu Chien Peter Lin1-2/+2
2023-11-05RISC-V: capitalise CMO op macrosConor Dooley2-7/+7
2023-11-05Merge patch series "Add support to handle misaligned accesses in S-mode"Palmer Dabbelt3-0/+41
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+13
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+12
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-1/+63
2023-11-03RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones1-0/+5
2023-11-03Merge patch series "riscv: SCS support"Palmer Dabbelt5-4/+111
2023-11-03Merge patch "riscv: errata: improve T-Head CMO"Palmer Dabbelt1-9/+9
2023-11-03riscv: errata: prefix T-Head mnemonics with th.Icenowy Zheng1-7/+7
2023-11-02Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-11-01riscv: add support for PR_SET_UNALIGN and PR_GET_UNALIGNClément Léger1-0/+9
2023-11-01riscv: report misaligned accesses emulation to hwprobeClément Léger1-0/+18
2023-11-01riscv: add support for misaligned trap handling in S-modeClément Léger1-0/+14
2023-11-01Merge patch series "RISC-V: ACPI improvements"Palmer Dabbelt1-0/+6
2023-11-01riscv: mm: Update the comment of CONFIG_PAGE_OFFSETSong Shuai1-2/+2
2023-11-01riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpauseMinda Chen1-1/+1
2023-11-01riscv/mm: Fix the comment for swap pte formatXiao Wang1-1/+1
2023-11-01RISC-V: Provide pgtable_l5_enabled on rv32Palmer Dabbelt2-1/+3
2023-10-31Merge tag 'kvm-riscv-6.7-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini6-1/+63
2023-10-28riscv: Use separate IRQ shadow call stacksSami Tolvanen1-0/+7
2023-10-28riscv: Implement Shadow Call StackSami Tolvanen3-0/+66
2023-10-28riscv: Move global pointer loading to a macroSami Tolvanen1-0/+8
2023-10-28riscv: Deduplicate IRQ stack switchingSami Tolvanen2-0/+8
2023-10-28riscv: VMAP_STACK overflow detection thread-safeDeepak Gupta3-4/+22
2023-10-26RISC-V: ACPI: RHCT: Add function to get CBO block sizesSunil V L1-0/+6
2023-10-20RISC-V: KVM: Forward SBI DBCN extension to user-spaceAnup Patel2-0/+2
2023-10-20RISC-V: KVM: Allow some SBI extensions to be disabled by defaultAnup Patel1-0/+4
2023-10-20RISC-V: KVM: Change the SBI specification version to v2.0Anup Patel1-1/+1
2023-10-20RISC-V: Add defines for SBI debug console extensionAnup Patel1-0/+7
2023-10-19mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-1/+0
2023-10-19riscv: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)1-0/+13