summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4 days1-22/+28
|\
| * jump_label: adjust inline asm to be consistentAlice Ryhl2024-11-041-22/+28
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6 days4-0/+378
|\ \
| * | RISC-V: KVM: Use SBI sync SRET call when availableAnup Patel2024-10-281-0/+6
| * | RISC-V: KVM: Add common nested acceleration supportAnup Patel2024-10-281-0/+239
| * | RISC-V: Add defines for the SBI nested acceleration extensionAnup Patel2024-10-281-0/+120
| * | riscv: KVM: add basic support for host vs guest profilingQuan Zhou2024-10-281-0/+10
| * | riscv: perf: add guest vs host distinctionQuan Zhou2024-10-281-0/+6
| |/
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6 days4-1/+21
|\ \
| * | arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)2024-11-071-0/+1
| * | asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-072-1/+1
| * | mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual2024-11-071-0/+19
| |/
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9 days1-3/+0
|\ \
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-3/+0
| |/
* | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds9 days1-9/+13
|\ \
| * | ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt2024-10-151-0/+1
| * | ftrace: Make ftrace_regs abstract from direct useSteven Rostedt2024-10-111-9/+12
* | | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10 days3-11/+5
|\ \ \
| * | | vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao2024-11-021-4/+4
| * | | vdso: Introduce vdso/page.hVincenzo Frascino2024-10-161-3/+1
| * | | riscv: vdso: Remove timekeeper includeThomas Weißschuh2024-10-151-4/+0
| | |/ | |/|
* / | riscv: add PREEMPT_LAZY supportJisheng Zhang2024-11-051-4/+6
|/ /
* / riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti2024-10-011-1/+6
|/
* Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-09-2416-54/+130
|\
| * perf/riscv-sbi: Add platform specific firmware event handlingMayuresh Chitale2024-09-201-0/+1
| * RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_tPalmer Dabbelt2024-09-201-1/+1
| * Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt2024-09-192-20/+25
| |\
| | * riscv: Enable bitops instrumentationSamuel Holland2024-09-191-20/+23
| | * riscv: Omit optimized string routines when using KASANSamuel Holland2024-09-191-0/+2
| * | ACPI: RISCV: Make acpi_numa_get_nid() to be staticHanjun Guo2024-09-171-2/+0
| * | riscv: Randomize lower bits of stack addressYunhui Cui2024-09-171-0/+8
| * | Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt2024-09-164-1/+35
| |\ \
| | * | riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...Alexandre Ghiti2024-09-151-1/+15
| | * | riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti2024-09-152-1/+24
| | * | riscv: Add ISA extension parsing for SvvptcAlexandre Ghiti2024-09-151-0/+1
| * | | riscv: Remove unused _TIF_WORK_MASKJinjie Ruan2024-09-161-4/+0
| * | | Merge patch series "remove size limit on XIP kernel"Palmer Dabbelt2024-09-124-26/+53
| |\ \ \
| | * | | riscv: remove limit on the size of read-only section for XIP kernelNam Cao2024-09-122-8/+1
| | * | | riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()Nam Cao2024-09-121-1/+1
| | * | | riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSETNam Cao2024-09-121-4/+12
| | * | | riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSETNam Cao2024-09-121-2/+12
| | * | | riscv: replace misleading va_kernel_pa_offset on XIP kernelNam Cao2024-09-121-8/+21
| | * | | riscv: cleanup XIP_FIXUP macroNam Cao2024-09-121-4/+7
| | | |/ | | |/|
| * | | riscv: Add license to vmalloc.hCharlie Jenkins2024-09-031-0/+1
| * | | riscv: Add license to fence.hCharlie Jenkins2024-09-031-0/+1
| * | | RISC-V: Enable IPI CPU BacktraceRyo Takakura2024-08-071-0/+5
| |/ /
* | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-213-13/+5
|\ \ \
| * | | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-043-13/+5
* | | | Merge tag 'acpi-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-09-161-0/+55
|\ \ \ \
| * \ \ \ Merge branch 'acpi-riscv'Rafael J. Wysocki2024-09-111-0/+55
| |\ \ \ \