summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* riscv: kexec: Align the kexeced kernel entrySong Shuai2023-09-121-1/+7
* Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt2023-09-081-5/+109
|\
| * riscv: implement a memset like function for textPuranjay Mohan2023-09-061-0/+77
| * riscv: extend patch_text_nosync() for multiple pagesPuranjay Mohan2023-09-061-5/+32
* | Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt2023-09-085-1/+70
|\ \
| * | riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti2023-09-051-0/+1
| * | riscv: Dump out kernel offset information on panicAlexandre Ghiti2023-09-051-0/+25
| * | riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti2023-09-053-1/+44
* | | Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt2023-09-081-0/+79
|\ \ \
| * | | RISC-V: Add ptrace support for vectorsAndy Chiu2023-09-011-0/+79
* | | | Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt2023-09-081-0/+5
|\ \ \ \
| * | | | riscv: errata: Add Andes alternative portsLad Prabhakar2023-09-011-0/+5
| | |/ / | |/| |
* | | | Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt2023-09-086-20/+191
|\ \ \ \
| * | | | RISC-V: alternative: Remove feature_probe_funcEvan Green2023-09-012-20/+0
| * | | | RISC-V: Probe for unaligned access speedEvan Green2023-09-015-0/+191
| |/ / /
* | | | Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-0115-318/+636
|\ \ \ \
| * \ \ \ Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"Palmer Dabbelt2023-08-311-0/+1
| |\ \ \ \
| | * | | | riscv: allow kmalloc() caches aligned to the smallest valueJisheng Zhang2023-08-231-0/+1
| | |/ / /
| * | | | Merge patch series "riscv: KCFI support"Palmer Dabbelt2023-08-318-9/+110
| |\ \ \ \
| | * | | | riscv: Add CFI error handlingSami Tolvanen2023-08-233-1/+82
| | * | | | riscv: Add ftrace_stub_graphSami Tolvanen2023-08-231-0/+4
| | * | | | riscv: Add types to indirectly called assembly functionsSami Tolvanen2023-08-232-4/+6
| | * | | | riscv: Implement syscall wrappersSami Tolvanen2023-08-233-4/+18
| | |/ / /
| * | | | Merge patch series "support allocating crashkernel above 4G explicitly on riscv"Palmer Dabbelt2023-08-311-0/+5
| |\ \ \ \
| | * | | | riscv: kdump: Implement crashkernel=X,[high,low]Chen Jiahao2023-08-161-0/+5
| | |/ / /
| * | | | Merge patch series "riscv: kprobes: simulate some instructions"Palmer Dabbelt2023-08-313-5/+116
| |\ \ \ \
| | * | | | riscv: kprobes: simulate c.beqz and c.bnezNam Cao2023-08-163-2/+48
| | * | | | riscv: kprobes: simulate c.jr and c.jalr instructionsNam Cao2023-08-163-2/+41
| | * | | | riscv: kprobes: simulate c.j instructionNam Cao2023-08-163-1/+27
| | |/ / /
| * | | | riscv: remove redundant mv instructionsNam Cao2023-08-311-5/+1
| * | | | RISC-V: cpu: refactor deprecated strncpyJustin Stitt2023-08-021-6/+6
| * | | | RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"Conor Dooley2023-07-252-2/+20
| * | | | RISC-V: try new extension properties in of_early_processor_hartid()Conor Dooley2023-07-251-1/+28
| * | | | RISC-V: enable extension detection from dedicated propertiesConor Dooley2023-07-251-4/+74
| * | | | RISC-V: split riscv_fill_hwcap() in 3Conor Dooley2023-07-251-168/+177
| * | | | RISC-V: add single letter extensions to riscv_isa_extConor Dooley2023-07-252-26/+24
| * | | | RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()Conor Dooley2023-07-252-23/+12
| * | | | RISC-V: shunt isa_ext_arr to cpufeature.cConor Dooley2023-07-252-73/+69
| * | | | RISC-V: drop a needless check in print_isa_ext()Conor Dooley2023-07-251-4/+0
| * | | | RISC-V: don't parse dt/acpi isa string to get rv32/rv64Heiko Stuebner2023-07-251-12/+9
| * | | | RISC-V: Provide a more helpful error message on invalid ISA stringsPalmer Dabbelt2023-07-251-2/+6
| |/ / /
* | | | Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-301-1/+0
|\ \ \ \
| * | | | riscv: Explicitly include correct DT includesRob Herring2023-08-281-1/+0
| |/ / /
* | | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-2/+2
|\ \ \ \
| * | | | kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder2023-08-181-2/+2
* | | | | Merge patch series "riscv: fix ptrace and export VLENB"Palmer Dabbelt2023-08-231-69/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | RISC-V: Remove ptrace support for vectorsPalmer Dabbelt2023-08-221-69/+0
| | |/ / | |/| |
* | | | riscv: Handle zicsr/zifencei issue between gcc and binutilsMingzheng Xing2023-08-161-1/+7
* | | | riscv: stack: Fixup independent softirq stack for CONFIG_FRAME_POINTER=nGuo Ren2023-08-161-0/+3
* | | | riscv: stack: Fixup independent irq stack for CONFIG_FRAME_POINTER=nGuo Ren2023-08-161-0/+3