index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
arch: introduce set_direct_map_valid_noflush()
Mike Rapoport (Microsoft)
1
-0
/
+1
2024-11-07
asm-generic: introduce text-patching.h
Mike Rapoport (Microsoft)
2
-1
/
+1
2024-11-06
mm: move set_pxd_safe() helpers from generic to platform
Anshuman Khandual
1
-0
/
+19
2024-11-05
riscv: add PREEMPT_LAZY support
Jisheng Zhang
1
-4
/
+6
2024-11-04
jump_label: adjust inline asm to be consistent
Alice Ryhl
1
-22
/
+28
2024-11-02
vdso: Rename struct arch_vdso_data to arch_vdso_time_data
Nam Cao
1
-4
/
+4
2024-10-28
asm-generic: provide generic page_to_phys and phys_to_page implementations
Christoph Hellwig
1
-3
/
+0
2024-10-28
RISC-V: KVM: Use SBI sync SRET call when available
Anup Patel
1
-0
/
+6
2024-10-28
RISC-V: KVM: Add common nested acceleration support
Anup Patel
1
-0
/
+239
2024-10-28
RISC-V: Add defines for the SBI nested acceleration extension
Anup Patel
1
-0
/
+120
2024-10-28
riscv: KVM: add basic support for host vs guest profiling
Quan Zhou
1
-0
/
+10
2024-10-28
riscv: perf: add guest vs host distinction
Quan Zhou
1
-0
/
+6
2024-10-24
Merge patch series "riscv: Userspace pointer masking and tagged address ABI"
Palmer Dabbelt
7
-5
/
+98
2024-10-24
riscv: Add support for the tagged address ABI
Samuel Holland
3
-5
/
+58
2024-10-24
riscv: Add support for userspace pointer masking
Samuel Holland
2
-0
/
+19
2024-10-24
riscv: Add CSR definitions for pointer masking
Samuel Holland
1
-0
/
+16
2024-10-24
riscv: Add ISA extension parsing for pointer masking
Samuel Holland
1
-0
/
+5
2024-10-18
Merge patch series "RISC-V: Detect and report speed of unaligned vector acces...
Palmer Dabbelt
4
-13
/
+12
2024-10-18
RISC-V: Detect unaligned vector accesses supported
Jesse Taube
4
-13
/
+10
2024-10-18
RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
Jesse Taube
2
-2
/
+2
2024-10-18
RISC-V: Check scalar unaligned access on all CPUs
Jesse Taube
1
-0
/
+2
2024-10-16
vdso: Introduce vdso/page.h
Vincenzo Frascino
1
-3
/
+1
2024-10-15
riscv: vdso: Remove timekeeper include
Thomas Weißschuh
1
-4
/
+0
2024-10-15
ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
Steven Rostedt
1
-0
/
+1
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
1
-9
/
+12
2024-10-05
riscv: Call riscv_user_isa_enable() only on the boot hart
Samuel Holland
1
-1
/
+1
2024-10-05
riscv: Add support for per-thread envcfg CSR values
Samuel Holland
2
-0
/
+9
2024-10-01
riscv: Fix kernel stack size when KASAN is enabled
Alexandre Ghiti
1
-1
/
+6
2024-09-24
Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
16
-54
/
+130
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-13
/
+5
2024-09-20
perf/riscv-sbi: Add platform specific firmware event handling
Mayuresh Chitale
1
-0
/
+1
2024-09-20
RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_t
Palmer Dabbelt
1
-1
/
+1
2024-09-19
Merge patch series "riscv: Improve KASAN coverage to fix unit tests"
Palmer Dabbelt
2
-20
/
+25
2024-09-19
riscv: Enable bitops instrumentation
Samuel Holland
1
-20
/
+23
2024-09-19
riscv: Omit optimized string routines when using KASAN
Samuel Holland
1
-0
/
+2
2024-09-17
ACPI: RISCV: Make acpi_numa_get_nid() to be static
Hanjun Guo
1
-2
/
+0
2024-09-17
riscv: Randomize lower bits of stack address
Yunhui Cui
1
-0
/
+8
2024-09-16
Merge tag 'acpi-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-0
/
+55
2024-09-15
Merge patch series "Svvptc extension to remove preventive sfence.vma"
Palmer Dabbelt
4
-1
/
+35
2024-09-15
riscv: Remove unused _TIF_WORK_MASK
Jinjie Ruan
1
-4
/
+0
2024-09-15
riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...
Alexandre Ghiti
1
-1
/
+15
2024-09-15
riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
Alexandre Ghiti
2
-1
/
+24
2024-09-15
riscv: Add ISA extension parsing for Svvptc
Alexandre Ghiti
1
-0
/
+1
2024-09-15
Merge tag 'kvm-riscv-6.12-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
1
-4
/
+17
2024-09-12
Merge patch series "remove size limit on XIP kernel"
Palmer Dabbelt
4
-26
/
+53
2024-09-12
riscv: remove limit on the size of read-only section for XIP kernel
Nam Cao
2
-8
/
+1
2024-09-12
riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()
Nam Cao
1
-1
/
+1
2024-09-12
riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSET
Nam Cao
1
-4
/
+12
2024-09-12
riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSET
Nam Cao
1
-2
/
+12
2024-09-12
riscv: replace misleading va_kernel_pa_offset on XIP kernel
Nam Cao
1
-8
/
+21
[prev]
[next]