summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)1-0/+1
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2-1/+1
2024-11-06mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual1-0/+19
2024-11-05riscv: add PREEMPT_LAZY supportJisheng Zhang1-4/+6
2024-11-04jump_label: adjust inline asm to be consistentAlice Ryhl1-22/+28
2024-11-02vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao1-4/+4
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-3/+0
2024-10-28RISC-V: KVM: Use SBI sync SRET call when availableAnup Patel1-0/+6
2024-10-28RISC-V: KVM: Add common nested acceleration supportAnup Patel1-0/+239
2024-10-28RISC-V: Add defines for the SBI nested acceleration extensionAnup Patel1-0/+120
2024-10-28riscv: KVM: add basic support for host vs guest profilingQuan Zhou1-0/+10
2024-10-28riscv: perf: add guest vs host distinctionQuan Zhou1-0/+6
2024-10-24Merge patch series "riscv: Userspace pointer masking and tagged address ABI"Palmer Dabbelt7-5/+98
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 Dabbelt4-13/+12
2024-10-18RISC-V: Detect unaligned vector accesses supportedJesse Taube4-13/+10
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