index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-12
riscv: add ISA extension parsing for Zfa
Clément Léger
1
-0
/
+1
2023-12-12
riscv: hwprobe: export Zvfh[min] ISA extensions
Clément Léger
1
-0
/
+2
2023-12-12
riscv: add ISA extension parsing for Zvfh[min]
Clément Léger
1
-0
/
+2
2023-12-12
riscv: hwprobe: export Zhintntl ISA extension
Clément Léger
1
-0
/
+1
2023-12-12
riscv: add ISA extension parsing for Zihintntl
Clément Léger
1
-0
/
+1
2023-12-12
riscv: hwprobe: export Zfh[min] ISA extensions
Clément Léger
1
-0
/
+2
2023-12-12
riscv: add ISA extension parsing for Zfh/Zfh[min]
Clément Léger
1
-0
/
+2
2023-12-12
riscv: hwprobe: export vector crypto ISA extensions
Clément Léger
1
-0
/
+10
2023-12-12
riscv: add ISA extension parsing for vector crypto
Clément Léger
1
-1
/
+11
2023-12-12
riscv: hwprobe: add support for scalar crypto ISA extensions
Clément Léger
1
-0
/
+9
2023-12-12
riscv: add ISA extension parsing for scalar crypto
Evan Green
2
-1
/
+14
2023-12-12
riscv: hwprobe: export missing Zbc ISA extension
Clément Léger
1
-0
/
+1
2023-12-12
riscv: add ISA extension parsing for Zbc
Clément Léger
1
-0
/
+1
2023-11-23
arch: consolidate arch_irq_work_raise prototypes
Arnd Bergmann
1
-1
/
+1
2023-11-14
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
1
-2
/
+0
2023-11-13
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
1
-2
/
+0
2023-11-10
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
17
-121
/
+419
2023-11-09
riscv: Optimize bitops with Zbb extension
Xiao Wang
1
-3
/
+251
2023-11-09
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
6
-94
/
+87
2023-11-09
Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...
Palmer Dabbelt
3
-0
/
+41
2023-11-08
Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
15
-17
/
+156
2023-11-07
RISC-V: Probe misaligned access speed in parallel
Evan Green
1
-1
/
+0
2023-11-07
Merge patch series "riscv: Add remaining module relocations and tests"
Palmer Dabbelt
1
-1
/
+4
2023-11-07
riscv: Add remaining module relocations
Charlie Jenkins
1
-1
/
+4
2023-11-06
Merge patch series "riscv: tlb flush improvements"
Palmer Dabbelt
3
-8
/
+18
2023-11-06
riscv: Improve flush_tlb_kernel_range()
Alexandre Ghiti
1
-5
/
+6
2023-11-06
riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
Alexandre Ghiti
2
-3
/
+3
2023-11-06
riscv: Improve tlb_flush()
Alexandre Ghiti
2
-1
/
+10
2023-11-05
riscv: mm: update T-Head memory type definitions
Jisheng Zhang
1
-5
/
+9
2023-11-05
Merge patch series "Improve PTDUMP and introduce new fields"
Palmer Dabbelt
1
-2
/
+2
2023-11-05
riscv: Improve PTDUMP to show RSW with non-zero value
Yu Chien Peter Lin
1
-2
/
+2
2023-11-05
RISC-V: capitalise CMO op macros
Conor Dooley
2
-7
/
+7
2023-11-05
Merge patch series "Add support to handle misaligned accesses in S-mode"
Palmer Dabbelt
3
-0
/
+41
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-0
/
+13
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+12
2023-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-1
/
+63
2023-11-02
RISC-V: hwprobe: Fix vDSO SIGSEGV
Andrew Jones
1
-0
/
+5
2023-11-02
Merge patch series "riscv: SCS support"
Palmer Dabbelt
5
-4
/
+111
2023-11-02
Merge patch "riscv: errata: improve T-Head CMO"
Palmer Dabbelt
1
-9
/
+9
2023-11-02
riscv: errata: prefix T-Head mnemonics with th.
Icenowy Zheng
1
-7
/
+7
2023-11-01
Merge tag 'docs-6.7' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2023-11-01
riscv: add support for PR_SET_UNALIGN and PR_GET_UNALIGN
Clément Léger
1
-0
/
+9
2023-11-01
riscv: report misaligned accesses emulation to hwprobe
Clément Léger
1
-0
/
+18
2023-11-01
riscv: add support for misaligned trap handling in S-mode
Clément Léger
1
-0
/
+14
2023-10-31
Merge patch series "RISC-V: ACPI improvements"
Palmer Dabbelt
1
-0
/
+6
2023-10-31
riscv: mm: Update the comment of CONFIG_PAGE_OFFSET
Song Shuai
1
-2
/
+2
2023-10-31
riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpause
Minda Chen
1
-1
/
+1
2023-10-31
riscv/mm: Fix the comment for swap pte format
Xiao Wang
1
-1
/
+1
2023-10-31
RISC-V: Provide pgtable_l5_enabled on rv32
Palmer Dabbelt
2
-1
/
+3
2023-10-31
Merge tag 'kvm-riscv-6.7-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
6
-1
/
+63
[prev]
[next]