summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-31riscv: support PREEMPT_DYNAMIC with static keysJisheng Zhang2-1/+14
2023-08-31riscv: Move create_tmp_mapping() to init sectionsAlexandre Ghiti1-1/+1
2023-08-31riscv: Mark KASAN tmp* page tables variables as staticAlexandre Ghiti1-3/+3
2023-08-31riscv: mm: use bitmap_zero() APIYe Xingchen1-1/+1
2023-08-31riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64BJisheng Zhang1-1/+1
2023-08-31riscv: remove redundant mv instructionsNam Cao1-5/+1
2023-08-23RISC-V: mm: Document mmap changesCharlie Jenkins1-0/+22
2023-08-23RISC-V: mm: Update pgtable comment documentationCharlie Jenkins1-3/+5
2023-08-23RISC-V: mm: Add tests for RISC-V mmCharlie Jenkins7-1/+164
2023-08-23RISC-V: mm: Restrict address space for sv39,sv48,sv57Charlie Jenkins3-9/+70
2023-08-23riscv: enable DMA_BOUNCE_UNALIGNED_KMALLOC for !dma_coherentJisheng Zhang1-0/+1
2023-08-23riscv: allow kmalloc() caches aligned to the smallest valueJisheng Zhang4-0/+25
2023-08-23riscv: support the elf-fdpic binfmt loaderGreg Ungerer4-2/+20
2023-08-23binfmt_elf_fdpic: support 64-bit systemsGreg Ungerer3-20/+47
2023-08-23riscv: Allow CONFIG_CFI_CLANG to be selectedSami Tolvanen1-0/+1
2023-08-23riscv/purgatory: Disable CFISami Tolvanen1-0/+4
2023-08-23riscv: Add CFI error handlingSami Tolvanen6-1/+115
2023-08-23riscv: Add ftrace_stub_graphSami Tolvanen1-0/+4
2023-08-23riscv: Add types to indirectly called assembly functionsSami Tolvanen2-4/+6
2023-08-23riscv: Implement syscall wrappersSami Tolvanen6-7/+108
2023-08-23riscv: Require FRAME_POINTER for some configurationsBjörn Töpel2-3/+1
2023-08-16docs: kdump: Update the crashkernel description for riscvChen Jiahao1-7/+8
2023-08-16riscv: kdump: Implement crashkernel=X,[high,low]Chen Jiahao2-7/+91
2023-08-16riscv: kprobes: simulate c.beqz and c.bnezNam Cao3-2/+48
2023-08-16riscv: kprobes: simulate c.jr and c.jalr instructionsNam Cao3-2/+41
2023-08-16riscv: kprobes: simulate c.j instructionNam Cao3-1/+27
2023-08-16perf: tests: Adapt mmap-basic.c for riscvAlexandre Ghiti1-2/+4
2023-08-16tools: lib: perf: Implement riscv mmap supportAlexandre Ghiti1-0/+66
2023-08-16Documentation: admin-guide: Add riscv sysctl_perf_user_accessAlexandre Ghiti1-4/+23
2023-08-16drivers: perf: Implement perf event mmap support in the SBI backendAlexandre Ghiti2-7/+195
2023-08-16drivers: perf: Implement perf event mmap support in the legacy backendAlexandre Ghiti1-0/+26
2023-08-16riscv: Prepare for user-space perf event mmap supportAlexandre Ghiti2-0/+109
2023-08-16drivers: perf: Rename riscv pmu sbi driverAlexandre Ghiti2-3/+3
2023-08-16riscv: Make legacy counter enum match the HW numberingAlexandre Ghiti1-1/+1
2023-08-16include: riscv: Fix wrong include guard in riscv_pmu.hAlexandre Ghiti1-3/+3
2023-08-16perf: Fix wrong comment about default event_idxAlexandre Ghiti1-1/+2
2023-08-02riscv: alternatives: fix a typo in commentYuan Tan1-1/+1
2023-08-02RISC-V: cpu: refactor deprecated strncpyJustin Stitt1-6/+6
2023-07-26RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"Conor Dooley5-2/+46
2023-07-26RISC-V: try new extension properties in of_early_processor_hartid()Conor Dooley1-1/+28
2023-07-26RISC-V: enable extension detection from dedicated propertiesConor Dooley2-4/+75
2023-07-26RISC-V: split riscv_fill_hwcap() in 3Conor Dooley1-168/+177
2023-07-26RISC-V: add single letter extensions to riscv_isa_extConor Dooley2-26/+24
2023-07-26RISC-V: add missing single letter extension definitionsConor Dooley1-0/+5
2023-07-26RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()Conor Dooley3-28/+14
2023-07-26RISC-V: shunt isa_ext_arr to cpufeature.cConor Dooley3-73/+72
2023-07-26RISC-V: drop a needless check in print_isa_ext()Conor Dooley1-4/+0
2023-07-26RISC-V: don't parse dt/acpi isa string to get rv32/rv64Heiko Stuebner1-12/+9
2023-07-26RISC-V: Provide a more helpful error message on invalid ISA stringsPalmer Dabbelt1-2/+6
2023-07-11riscv: sigcontext: Correct the comment of sigreturnGuo Ren1-1/+1