summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2024-10-24Merge patch series "riscv: Userspace pointer masking and tagged address ABI"Palmer Dabbelt9-5/+101
2024-10-24RISC-V: KVM: Allow Smnpm and Ssnpm extensions for guestsSamuel Holland1-0/+2
2024-10-24riscv: hwprobe: Export the Supm ISA extensionSamuel Holland1-0/+1
2024-10-24riscv: Add support for the tagged address ABISamuel Holland3-5/+58
2024-10-24riscv: Add support for userspace pointer maskingSamuel Holland2-0/+19
2024-10-24riscv: Add CSR definitions for pointer maskingSamuel Holland1-0/+16
2024-10-24riscv: Add ISA extension parsing for pointer maskingSamuel Holland1-0/+5
2024-10-18Merge patch series "RISC-V: Detect and report speed of unaligned vector acces...Palmer Dabbelt5-13/+17
2024-10-18RISC-V: Detect unaligned vector accesses supportedJesse Taube5-13/+15
2024-10-18RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNEDJesse Taube2-2/+2
2024-10-18RISC-V: Check scalar unaligned access on all CPUsJesse Taube1-0/+2
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-3/+1
2024-10-15riscv: vdso: Remove timekeeper includeThomas Weißschuh1-4/+0
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt1-0/+1
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt1-9/+12
2024-10-05riscv: Call riscv_user_isa_enable() only on the boot hartSamuel Holland1-1/+1
2024-10-05riscv: Add support for per-thread envcfg CSR valuesSamuel Holland2-0/+9
2024-10-01riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti1-1/+6
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-54/+130
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-13/+5
2024-09-20perf/riscv-sbi: Add platform specific firmware event handlingMayuresh Chitale1-0/+1
2024-09-20RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_tPalmer Dabbelt1-1/+1
2024-09-19Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt2-20/+25
2024-09-19riscv: Enable bitops instrumentationSamuel Holland1-20/+23
2024-09-19riscv: Omit optimized string routines when using KASANSamuel Holland1-0/+2
2024-09-17ACPI: RISCV: Make acpi_numa_get_nid() to be staticHanjun Guo1-2/+0
2024-09-17riscv: Randomize lower bits of stack addressYunhui Cui1-0/+8
2024-09-16Merge tag 'acpi-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+55
2024-09-15Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt4-1/+35
2024-09-15riscv: Remove unused _TIF_WORK_MASKJinjie Ruan1-4/+0
2024-09-15riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...Alexandre Ghiti1-1/+15
2024-09-15riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti2-1/+24
2024-09-15riscv: Add ISA extension parsing for SvvptcAlexandre Ghiti1-0/+1
2024-09-15Merge tag 'kvm-riscv-6.12-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-4/+17
2024-09-12Merge patch series "remove size limit on XIP kernel"Palmer Dabbelt4-26/+53
2024-09-12riscv: remove limit on the size of read-only section for XIP kernelNam Cao2-8/+1
2024-09-12riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()Nam Cao1-1/+1
2024-09-12riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSETNam Cao1-4/+12
2024-09-12riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSETNam Cao1-2/+12
2024-09-12riscv: replace misleading va_kernel_pa_offset on XIP kernelNam Cao1-8/+21
2024-09-12riscv: cleanup XIP_FIXUP macroNam Cao1-4/+7
2024-09-11Merge branch 'acpi-riscv'Rafael J. Wysocki1-0/+55
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)3-13/+5
2024-09-03riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti1-1/+19
2024-09-03riscv: Add license to vmalloc.hCharlie Jenkins1-0/+1
2024-09-03riscv: Add license to fence.hCharlie Jenkins1-0/+1
2024-08-29Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt1-24/+2
2024-08-29riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins1-24/+2
2024-08-27irqchip/riscv-intc: Add ACPI support for AIASunil V L1-0/+33
2024-08-27ACPI: RISC-V: Initialize GSI mapping structuresSunil V L1-0/+22