aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 17-121/+419
2023-11-09riscv: Optimize bitops with Zbb extensionGravatar Xiao Wang 1-3/+251
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hGravatar Xiao Wang 6-94/+87
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Gravatar Palmer Dabbelt 3-2/+43
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 15-17/+156
2023-11-07RISC-V: Probe misaligned access speed in parallelGravatar Evan Green 1-1/+0
2023-11-07Merge patch series "riscv: Add remaining module relocations and tests"Gravatar Palmer Dabbelt 1-1/+4
2023-11-07riscv: Add remaining module relocationsGravatar Charlie Jenkins 1-1/+4
2023-11-06Merge patch series "riscv: tlb flush improvements"Gravatar Palmer Dabbelt 3-8/+18
2023-11-06riscv: Improve flush_tlb_kernel_range()Gravatar Alexandre Ghiti 1-5/+6
2023-11-06riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbGravatar Alexandre Ghiti 2-3/+3
2023-11-06riscv: Improve tlb_flush()Gravatar Alexandre Ghiti 2-1/+10
2023-11-05riscv: mm: update T-Head memory type definitionsGravatar Jisheng Zhang 1-5/+9
2023-11-05Merge patch series "Improve PTDUMP and introduce new fields"Gravatar Palmer Dabbelt 1-2/+2
2023-11-05riscv: Improve PTDUMP to show RSW with non-zero valueGravatar Yu Chien Peter Lin 1-2/+2
2023-11-05RISC-V: capitalise CMO op macrosGravatar Conor Dooley 2-7/+7
2023-11-05Merge patch series "Add support to handle misaligned accesses in S-mode"Gravatar Palmer Dabbelt 3-0/+41
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-0/+13
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+12
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-1/+63
2023-11-02RISC-V: hwprobe: Fix vDSO SIGSEGVGravatar Andrew Jones 1-0/+5
2023-11-02Merge patch series "riscv: SCS support"Gravatar Palmer Dabbelt 5-4/+111
2023-11-02Merge patch "riscv: errata: improve T-Head CMO"Gravatar Palmer Dabbelt 1-9/+9
2023-11-02riscv: errata: prefix T-Head mnemonics with th.Gravatar Icenowy Zheng 1-7/+7
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2023-11-01riscv: add support for PR_SET_UNALIGN and PR_GET_UNALIGNGravatar Clément Léger 1-0/+9
2023-11-01riscv: report misaligned accesses emulation to hwprobeGravatar Clément Léger 1-0/+18
2023-11-01riscv: add support for misaligned trap handling in S-modeGravatar Clément Léger 1-0/+14
2023-10-31Merge patch series "RISC-V: ACPI improvements"Gravatar Palmer Dabbelt 1-0/+6
2023-10-31riscv: mm: Update the comment of CONFIG_PAGE_OFFSETGravatar Song Shuai 1-2/+2
2023-10-31riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpauseGravatar Minda Chen 1-1/+1
2023-10-31riscv/mm: Fix the comment for swap pte formatGravatar Xiao Wang 1-1/+1
2023-10-31RISC-V: Provide pgtable_l5_enabled on rv32Gravatar Palmer Dabbelt 2-1/+3
2023-10-31Merge tag 'kvm-riscv-6.7-1' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 6-1/+63
2023-10-27riscv: Use separate IRQ shadow call stacksGravatar Sami Tolvanen 1-0/+7
2023-10-27riscv: Implement Shadow Call StackGravatar Sami Tolvanen 3-0/+66
2023-10-27riscv: Move global pointer loading to a macroGravatar Sami Tolvanen 1-0/+8
2023-10-27riscv: Deduplicate IRQ stack switchingGravatar Sami Tolvanen 2-0/+8
2023-10-27riscv: VMAP_STACK overflow detection thread-safeGravatar Deepak Gupta 3-4/+22
2023-10-26RISC-V: ACPI: RHCT: Add function to get CBO block sizesGravatar Sunil V L 1-0/+6
2023-10-20RISC-V: KVM: Forward SBI DBCN extension to user-spaceGravatar Anup Patel 2-0/+2
2023-10-20RISC-V: KVM: Allow some SBI extensions to be disabled by defaultGravatar Anup Patel 1-0/+4
2023-10-20RISC-V: KVM: Change the SBI specification version to v2.0Gravatar Anup Patel 1-1/+1
2023-10-20RISC-V: Add defines for SBI debug console extensionGravatar Anup Patel 1-0/+7
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Gravatar Matthew Wilcox (Oracle) 1-1/+0
2023-10-18riscv: implement xor_unlock_is_negative_byteGravatar Matthew Wilcox (Oracle) 1-0/+13
2023-10-13Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-2/+43
2023-10-12riscv: Fix ftrace syscall handling which are now prefixed with __riscv_Gravatar Alexandre Ghiti 1-0/+21
2023-10-12RISC-V: KVM: Allow Zicond extension for Guest/VMGravatar Anup Patel 1-0/+1
2023-10-12RISCV: KVM: Add sstateen0 to ONE_REGGravatar Mayuresh Chitale 1-0/+8