summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2024-11-11riscv: Implement cmpxchg8/16() using ZabhaAlexandre Ghiti
2024-11-11riscv: Implement cmpxchg32/64() using ZacasAlexandre Ghiti
2024-11-11riscv: Do not fail to build on byte/halfword operations with ZawrsAlexandre Ghiti
2024-11-11riscv: Move cpufeature.h macros into their own headerAlexandre Ghiti
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-11-06mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual
2024-11-05riscv: add PREEMPT_LAZY supportJisheng Zhang
2024-11-04jump_label: adjust inline asm to be consistentAlice Ryhl
2024-11-02vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig
2024-10-28RISC-V: KVM: Use SBI sync SRET call when availableAnup Patel
2024-10-28RISC-V: KVM: Add common nested acceleration supportAnup Patel
2024-10-28RISC-V: Add defines for the SBI nested acceleration extensionAnup Patel
2024-10-28riscv: KVM: add basic support for host vs guest profilingQuan Zhou
2024-10-28riscv: perf: add guest vs host distinctionQuan Zhou
2024-10-24Merge patch series "riscv: Userspace pointer masking and tagged address ABI"Palmer Dabbelt
2024-10-24RISC-V: KVM: Allow Smnpm and Ssnpm extensions for guestsSamuel Holland
2024-10-24riscv: hwprobe: Export the Supm ISA extensionSamuel Holland
2024-10-24riscv: Add support for the tagged address ABISamuel Holland
2024-10-24riscv: Add support for userspace pointer maskingSamuel Holland
2024-10-24riscv: Add CSR definitions for pointer maskingSamuel Holland
2024-10-24riscv: Add ISA extension parsing for pointer maskingSamuel Holland
2024-10-18Merge patch series "RISC-V: Detect and report speed of unaligned vector acces...Palmer Dabbelt
2024-10-18RISC-V: Detect unaligned vector accesses supportedJesse Taube
2024-10-18RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNEDJesse Taube
2024-10-18RISC-V: Check scalar unaligned access on all CPUsJesse Taube
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino
2024-10-15riscv: vdso: Remove timekeeper includeThomas Weißschuh
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-10-05riscv: Call riscv_user_isa_enable() only on the boot hartSamuel Holland
2024-10-05riscv: Add support for per-thread envcfg CSR valuesSamuel Holland
2024-10-01riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-20perf/riscv-sbi: Add platform specific firmware event handlingMayuresh Chitale
2024-09-20RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_tPalmer Dabbelt
2024-09-19Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt
2024-09-19riscv: Enable bitops instrumentationSamuel Holland
2024-09-19riscv: Omit optimized string routines when using KASANSamuel Holland
2024-09-17ACPI: RISCV: Make acpi_numa_get_nid() to be staticHanjun Guo
2024-09-17riscv: Randomize lower bits of stack addressYunhui Cui
2024-09-16Merge tag 'acpi-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2024-09-15Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt
2024-09-15riscv: Remove unused _TIF_WORK_MASKJinjie Ruan
2024-09-15riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...Alexandre Ghiti
2024-09-15riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti
2024-09-15riscv: Add ISA extension parsing for SvvptcAlexandre Ghiti
2024-09-15Merge tag 'kvm-riscv-6.12-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini