Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-08 17:42:11 to 2024-10-10 12:44:07 UTC [more...]

[PATCH] cfi: rust: pass -Zpatchable-function-entry on all architectures
 2024-10-10 12:29 UTC  (13+ messages)

[PATCH 3/3] riscv: add PREEMPT_LAZY support
 2024-10-10 12:25 UTC  (4+ messages)
    ` [PATCH v2 "

[PATCH 3/3] riscv: Allow to enable PREEMPT_RT
 2024-10-10 12:21 UTC  (5+ messages)

[PATCH v3 00/14] KVM: selftests: Morph max_guest_mem to mmu_stress
 2024-10-10 11:41 UTC  (16+ messages)
` [PATCH v3 01/14] KVM: Move KVM_REG_SIZE() definition to common uAPI header
` [PATCH v3 02/14] KVM: selftests: Disable strict aliasing
` [PATCH v3 03/14] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
` [PATCH v3 04/14] KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncate
` [PATCH v3 05/14] KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeeded
` [PATCH v3 06/14] KVM: selftests: Rename max_guest_memory_test to mmu_stress_test
` [PATCH v3 07/14] KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test
` [PATCH v3 08/14] KVM: selftests: Compute number of extra pages needed "
` [PATCH v3 09/14] KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c
` [PATCH v3 10/14] KVM: selftests: Enable mmu_stress_test on arm64
` [PATCH v3 11/14] KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test
` [PATCH v3 12/14] KVM: selftests: Precisely limit the number of guest loops "
` [PATCH v3 13/14] KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test
` [PATCH v3 14/14] KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)

[PATCH v2] mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handling
 2024-10-10 11:38 UTC  (3+ messages)

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-10  9:29 UTC  (22+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
  ` Bisected: "

provide generic page_to_phys and phys_to_page implementations
 2024-10-10  8:37 UTC  (6+ messages)
` [PATCH] asm-generic: "

[PATCH 00/28] vdso: Preparations for generic data storage
 2024-10-10  7:55 UTC  (31+ messages)
` [PATCH 01/28] csky/vdso: Remove gettimeofday() and friends from VDSO
` [PATCH 02/28] csky/vdso: Remove arch_vma_name()
` [PATCH 03/28] s390/vdso: Drop LBASE_VDSO
` [PATCH 04/28] arm64: vdso: "
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping
` [PATCH 06/28] riscv: "
` [PATCH 07/28] arm: vdso: Remove assembly for datapage access
` [PATCH 08/28] LoongArch: vDSO: Use vdso/datapage.h to access vDSO data
` [PATCH 09/28] MIPS: vdso: Avoid name conflict around "vdso_data"
` [PATCH 10/28] x86/mm/mmap: Remove arch_vma_name()
` [PATCH 11/28] x86: vdso: Use __arch_get_vdso_data() to access vdso data
` [PATCH 12/28] x86: vdso: Place vdso_data at beginning of vvar page
` [PATCH 13/28] x86: vdso: Access rng data from kernel without vvar
` [PATCH 14/28] x86: vdso: Allocate vvar page from C code
` [PATCH 15/28] x86: vdso: Access timens vdso data without vvar.h
` [PATCH 16/28] x86: vdso: Access rng "
` [PATCH 17/28] x86: vdso: Move the rng offset to vsyscall.h
` [PATCH 18/28] x86: vdso: Access vdso data without vvar.h
` [PATCH 19/28] x86: vdso: Delete vvar.h
` [PATCH 20/28] x86: vdso: Split virtual clock pages into dedicated mapping
` [PATCH 21/28] powerpc: vdso: Remove offset comment from 32bit vdso_arch_data
` [PATCH 22/28] powerpc: procfs: Propagate error of remap_pfn_range()
` [PATCH 23/28] powerpc/pseries/lparcfg: Fix printing of system_active_processors
` [PATCH 24/28] powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processors
` [PATCH 25/28] powerpc: Add kconfig option for the systemcfg page
` [PATCH 26/28] powerpc: Split systemcfg data out of vdso data page
` [PATCH 27/28] powerpc: Split systemcfg struct definitions out from vdso
` [PATCH 28/28] vdso: Rename struct arch_vdso_data to arch_vdso_time_data

[PATCH] pinctrl: th1520: Use common error handling code in th1520_pinctrl_dt_node_to_map()
 2024-10-10  6:33 UTC 

[PATCH] tools: add forwarding header for arch/riscv/include/asm/fence.h
 2024-10-10  6:11 UTC  (3+ messages)

[PATCH] net/9p/usbg: Fix build error
 2024-10-10  2:06 UTC  (4+ messages)

[PATCH bpf] riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabled
 2024-10-10  1:30 UTC  (4+ messages)

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-10  0:02 UTC  (45+ messages)
` [PATCH v6 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v6 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v6 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v6 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH v6 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v6 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH v6 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v6 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v6 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v6 12/33] riscv mm: manufacture shadow stack pte
` [PATCH v6 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v6 14/33] riscv mmu: write protect and shadow stack
` [PATCH v6 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v6 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v6 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v6 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v6 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v6 21/33] riscv/traps: Introduce software check exception
` [PATCH v6 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v6 23/33] riscv/signal: save and restore of shadow stack for signal
` [PATCH v6 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v6 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v6 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v6 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v6 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v6 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH v6 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v6 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v6 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH v2 0/3] riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI
 2024-10-09 22:52 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: interrupt-controller: Add Sophgo SG2044 "
` [PATCH v2 2/3] irqchip: add T-HEAD C900 ACLINT SSWI driver
` [PATCH v2 3/3] riscv: defconfig: Enable T-HEAD C900 ACLINT SSWI drivers

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-09 20:49 UTC  (3+ messages)
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1

[PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target
 2024-10-09 16:46 UTC  (5+ messages)

[PATCH 3/3] riscv: Allow to enable PREEMPT_RT
 2024-10-09 16:47 UTC  (2+ messages)

[PATCH v1 00/11] Redo PolarFire SoC's mailbox/clock devicestrees and related code
 2024-10-09 16:12 UTC  (3+ messages)
` [PATCH v1 03/11] dt-bindings: mfd: syscon document the non simple-mfd syscon on PolarFire SoC
  ` (subset) "

[PATCH v2 0/2] ftrace: Make ftrace_regs abstract and consolidate code
 2024-10-09 15:31 UTC  (10+ messages)
` [PATCH v2 1/2] ftrace: Make ftrace_regs abstract from direct use
` [PATCH v2 2/2] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs

[PATCH v1] RISC-V: disallow gcc + rust builds
 2024-10-09 12:52 UTC  (6+ messages)

[PATCH v3 0/3] pinctrl: th1520: Improve code quality
 2024-10-09 12:42 UTC  (5+ messages)
` [PATCH v3 1/3] pinctrl: th1520: Fix return value for unknown pin error
` [PATCH v3 2/3] pinctrl: th1520: Convert thp->mutex to guarded mutex
` [PATCH v3 3/3] pinctrl: th1520: Convert dt child node loop to scoped iterator

[RISCV] [BUG] CPU topology issue on TH1520 on Kernel 5.10.113-th15020
 2024-10-09 10:54 UTC  (2+ messages)

[PATCH 1/1] riscv: efi: Set NX compat flag in PE/COFF header
 2024-10-09  7:52 UTC  (7+ messages)

[PATCH -fixes] riscv: Do not use fortify in early code
 2024-10-09  7:27 UTC 

[PATCH v3 0/3] Introduce support for T-head TH1520 Mailbox
 2024-10-09  6:31 UTC  (5+ messages)
    ` [PATCH v3 1/3] mailbox: Introduce support for T-head TH1520 Mailbox driver
    ` [PATCH v3 2/3] dt-bindings: mailbox: Add thead,th1520-mailbox bindings
    ` [PATCH v3 3/3] riscv: dts: thead: Add mailbox node

[PATCH] ftrace: Make ftrace_regs abstract from direct use
 2024-10-08 22:58 UTC  (6+ messages)

[PATCH v10 00/14] riscv: Add support for xtheadvector
 2024-10-08 17:34 UTC  (3+ messages)
` [PATCH v10 09/14] riscv: vector: Support xtheadvector save/restore


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).