summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | RISC-V: hwprobe: Introduce which-cpus flagAndrew Jones2024-01-032-12/+162
| | * | | | | RISC-V: Move the hwprobe syscall to its own fileAndrew Jones2024-01-033-285/+290
| | * | | | | RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones2024-01-032-12/+12
| | |/ / / /
| * | | | | RISC-V: Remove the removed single-letter extensionsPalmer Dabbelt2024-01-031-4/+0
| * | | | | Merge patch series "riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses"Palmer Dabbelt2023-12-201-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti2023-12-201-1/+1
| | |/ / /
| * | | | riscv: hwprobe: export Zfa ISA extensionClément Léger2023-12-121-0/+1
| * | | | riscv: add ISA extension parsing for ZfaClément Léger2023-12-121-0/+1
| * | | | riscv: hwprobe: export Zvfh[min] ISA extensionsClément Léger2023-12-121-0/+2
| * | | | riscv: add ISA extension parsing for Zvfh[min]Clément Léger2023-12-121-0/+2
| * | | | riscv: hwprobe: export Zhintntl ISA extensionClément Léger2023-12-121-0/+1
| * | | | riscv: add ISA extension parsing for ZihintntlClément Léger2023-12-121-0/+1
| * | | | riscv: hwprobe: export Zfh[min] ISA extensionsClément Léger2023-12-121-0/+5
| * | | | riscv: add ISA extension parsing for Zfh/Zfh[min]Clément Léger2023-12-121-0/+2
| * | | | riscv: hwprobe: export vector crypto ISA extensionsClément Léger2023-12-121-0/+13
| * | | | riscv: add ISA extension parsing for vector cryptoClément Léger2023-12-121-0/+64
| * | | | riscv: hwprobe: add support for scalar crypto ISA extensionsClément Léger2023-12-121-0/+10
| * | | | riscv: add ISA extension parsing for scalar cryptoEvan Green2023-12-121-23/+95
| * | | | riscv: hwprobe: export missing Zbc ISA extensionClément Léger2023-12-121-0/+1
| * | | | riscv: add ISA extension parsing for ZbcClément Léger2023-12-121-0/+1
| |/ / /
* | | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-1/+1
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-211-1/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-181-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cfi: Flip headersPeter Zijlstra2023-12-151-1/+1
| | | |/ | | |/|
* | | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-6/+1
|\ \ \ \
| * | | | arch: vdso: consolidate gettime prototypesArnd Bergmann2023-11-231-6/+1
| | |/ / | |/| |
* | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-093-32/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.oBaoquan He2023-12-201-1/+1
| * | | kexec_file, riscv: print out debugging message if requiredBaoquan He2023-12-202-31/+6
* | | | Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-151-1/+3
|\| | | | |_|/ |/| |
| * | kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin2023-12-121-1/+3
| |/
* | riscv: Fix SMP when shadow call stacks are enabledSamuel Holland2023-12-061-1/+1
* | riscv: fix misaligned access handling of C.SWSP and C.SDSPClément Léger2023-12-061-4/+2
* | RISC-V: hwprobe: Always use u64 for extension bitsAndrew Jones2023-12-061-1/+1
* | Support rv32 ULEB128 testCharlie Jenkins2023-12-061-4/+4
* | riscv: Correct type casting in module loadingCharlie Jenkins2023-12-041-2/+2
* | riscv: Safely remove entries from relocation listCharlie Jenkins2023-12-041-28/+82
|/
* Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-1040-336/+1599
|\
| * Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt2023-11-094-32/+20
| |\
| * \ Merge patch series "Linux RISC-V AIA Preparatory Series"Palmer Dabbelt2023-11-081-5/+6
| |\ \
| | * | RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTsAnup Patel2023-11-081-5/+6
| * | | RISC-V: Probe misaligned access speed in parallelEvan Green2023-11-072-20/+77
| * | | RISC-V: Remove __init on unaligned_emulation_finish()Evan Green2023-11-071-1/+1
| * | | RISC-V: Show accurate per-hart isa in /proc/cpuinfoEvan Green2023-11-071-4/+18
| * | | RISC-V: Don't rely on positional structure initializationPalmer Dabbelt2023-11-071-60/+65
| * | | Merge patch series "riscv: Add remaining module relocations and tests"Palmer Dabbelt2023-11-0716-104/+864
| |\ \ \
| | * | | riscv: Add tests for riscv module loadingCharlie Jenkins2023-11-0715-0/+365
| | * | | riscv: Add remaining module relocationsCharlie Jenkins2023-11-071-29/+419
| | * | | riscv: Avoid unaligned access when relocating modulesEmil Renner Berthing2023-11-071-76/+81
| | |/ /
| * | | riscv: kernel: Use correct SYM_DATA_*() macro for dataClément Léger2023-11-061-5/+4