summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-VNathan Chancellor2023-08-311-0/+5
* Merge patch series "RISC-V: mm: Make SV48 the default address space"Palmer Dabbelt2023-08-3111-13/+261
|\
| * RISC-V: mm: Document mmap changesCharlie Jenkins2023-08-231-0/+22
| * RISC-V: mm: Update pgtable comment documentationCharlie Jenkins2023-08-231-3/+5
| * RISC-V: mm: Add tests for RISC-V mmCharlie Jenkins2023-08-237-1/+164
| * RISC-V: mm: Restrict address space for sv39,sv48,sv57Charlie Jenkins2023-08-233-9/+70
* | Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"Palmer Dabbelt2023-08-315-0/+26
|\ \
| * | riscv: enable DMA_BOUNCE_UNALIGNED_KMALLOC for !dma_coherentJisheng Zhang2023-08-231-0/+1
| * | riscv: allow kmalloc() caches aligned to the smallest valueJisheng Zhang2023-08-234-0/+25
| |/
* | riscv: support PREEMPT_DYNAMIC with static keysJisheng Zhang2023-08-312-1/+14
* | Merge patch series "riscv: support ELF format binaries in nommu mode"Palmer Dabbelt2023-08-317-22/+67
|\ \
| * | riscv: support the elf-fdpic binfmt loaderGreg Ungerer2023-08-234-2/+20
| * | binfmt_elf_fdpic: support 64-bit systemsGreg Ungerer2023-08-233-20/+47
| |/
* | Merge patch series "riscv: KCFI support"Palmer Dabbelt2023-08-3114-12/+238
|\ \
| * | riscv: Allow CONFIG_CFI_CLANG to be selectedSami Tolvanen2023-08-231-0/+1
| * | riscv/purgatory: Disable CFISami Tolvanen2023-08-231-0/+4
| * | riscv: Add CFI error handlingSami Tolvanen2023-08-236-1/+115
| * | 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-236-7/+108
| |/
* | riscv: Move create_tmp_mapping() to init sectionsAlexandre Ghiti2023-08-311-1/+1
* | riscv: Mark KASAN tmp* page tables variables as staticAlexandre Ghiti2023-08-311-3/+3
* | riscv: mm: use bitmap_zero() APIYe Xingchen2023-08-311-1/+1
* | Merge patch series "support allocating crashkernel above 4G explicitly on riscv"Palmer Dabbelt2023-08-313-14/+99
|\ \
| * | docs: kdump: Update the crashkernel description for riscvChen Jiahao2023-08-161-7/+8
| * | riscv: kdump: Implement crashkernel=X,[high,low]Chen Jiahao2023-08-162-7/+91
| |/
* | 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: enable DEBUG_FORCE_FUNCTION_ALIGN_64BJisheng Zhang2023-08-311-1/+1
* | riscv: remove redundant mv instructionsNam Cao2023-08-311-5/+1
* | Merge patch series "riscv: Allow userspace to directly access perf counters"Palmer Dabbelt2023-08-238-20/+431
|\ \
| * | perf: tests: Adapt mmap-basic.c for riscvAlexandre Ghiti2023-08-161-2/+4
| * | tools: lib: perf: Implement riscv mmap supportAlexandre Ghiti2023-08-161-0/+66
| * | Documentation: admin-guide: Add riscv sysctl_perf_user_accessAlexandre Ghiti2023-08-161-4/+23
| * | drivers: perf: Implement perf event mmap support in the SBI backendAlexandre Ghiti2023-08-162-7/+195
| * | drivers: perf: Implement perf event mmap support in the legacy backendAlexandre Ghiti2023-08-161-0/+26
| * | riscv: Prepare for user-space perf event mmap supportAlexandre Ghiti2023-08-162-0/+109
| * | drivers: perf: Rename riscv pmu sbi driverAlexandre Ghiti2023-08-162-3/+3
| * | riscv: Make legacy counter enum match the HW numberingAlexandre Ghiti2023-08-161-1/+1
| * | include: riscv: Fix wrong include guard in riscv_pmu.hAlexandre Ghiti2023-08-161-3/+3
| * | perf: Fix wrong comment about default event_idxAlexandre Ghiti2023-08-161-1/+2
| |/
* | riscv: Require FRAME_POINTER for some configurationsBjörn Töpel2023-08-232-3/+1
* | riscv: alternatives: fix a typo in commentYuan Tan2023-08-021-1/+1
* | RISC-V: cpu: refactor deprecated strncpyJustin Stitt2023-08-021-6/+6
* | Merge patch series "RISC-V: Probe DT extension support using riscv,isa-extens...Palmer Dabbelt2023-07-265-298/+434
|\ \
| * | RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"Conor Dooley2023-07-265-2/+46
| * | RISC-V: try new extension properties in of_early_processor_hartid()Conor Dooley2023-07-261-1/+28
| * | RISC-V: enable extension detection from dedicated propertiesConor Dooley2023-07-262-4/+75