linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-07 06:34:06 to 2024-10-09 18:10:10 UTC [more...]

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-09 18:08 UTC  (3+ messages)
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text

[PATCH] cfi: rust: pass -Zpatchable-function-entry on all architectures
 2024-10-09 17:43 UTC  (5+ messages)

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

[PATCH] tools: add forwarding header for arch/riscv/include/asm/fence.h
 2024-10-09 17:18 UTC  (2+ messages)

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

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

[PATCH v3 00/14] KVM: selftests: Morph max_guest_mem to mmu_stress
 2024-10-09 15:49 UTC  (15+ 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 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

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

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-09 13:36 UTC  (44+ 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 3/3] riscv: add PREEMPT_LAZY support
 2024-10-09 13:05 UTC  (3+ messages)

[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 bpf] riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabled
 2024-10-09 10:31 UTC  (3+ messages)

[PATCH] net/9p/usbg: Fix build error
 2024-10-09  7:55 UTC  (3+ 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  (9+ 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

[PATCH v2 0/3] Add initial support for Canaan Kendryte K230 pinctrl
 2024-10-08 16:27 UTC  (5+ messages)

[PATCH v9 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2024-10-08 15:10 UTC  (2+ messages)

[PATCH] riscv: Prevent a bad reference count on CPU nodes
 2024-10-08 13:38 UTC  (3+ messages)

[PATCH 0/1] Add power key for pioneer box
 2024-10-08  9:46 UTC  (6+ messages)
` [PATCH 1/1] riscv: sophgo: dts: add "

[PATCH v2] mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handling
 2024-10-08 10:03 UTC 

[PATCH V2 0/4] A few fixes for RISC-V
 2024-10-08  9:41 UTC  (5+ messages)
` [PATCH V2 1/4] riscv: Remove unused GENERATING_ASM_OFFSETS
` [PATCH V2 2/4] riscv: Remove duplicated GET_RM
` [PATCH V2 3/4] selftest/mm: Fix typo in virtual_address_range
` [PATCH V2 4/4] selftests/mm: skip virtual_address_range tests on riscv

[PATCH v3 0/3] pwm: Add pwm driver for Sophgo SG2042
 2024-10-08  8:24 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: pwm: sophgo: add PWM controller for SG2042
` [PATCH v3 2/3] pwm: sophgo: add driver for Sophgo SG2042 PWM
` [PATCH v3 3/3] riscv: sophgo: dts: add pwm controller for SG2042 SoC

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-08  6:27 UTC  (8+ messages)
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone

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

[PATCH bpf-next 1/2] libbpf: Add missing per-arch include path
 2024-10-08  3:30 UTC  (2+ messages)

[PATCH 1/1] target/riscv: enable floating point unit
 2024-10-08  0:45 UTC  (8+ messages)

riscv/fixes build: 8 builds: 0 failed, 8 passed, 10052 warnings (v6.12-rc1-2-gcfb10de18538e)
 2024-10-03 16:10 UTC 

riscv/for-next build: 8 builds: 0 failed, 8 passed, 10053 warnings (v6.12-rc1-4-g1540def11f0c)
 2024-10-06 14:00 UTC 

[PATCH v2] selftests: sched_ext: Add sched_ext as proper selftest target
 2024-10-07 20:13 UTC  (8+ messages)

[PATCH v1] mmc: sdhci: Prevent stale command and data interrupt handling
 2024-10-07 18:58 UTC  (4+ messages)

[PATCH v2 3/3] pinctrl: th1520: Convert dt child node loop to scoped iterator
 2024-10-07 18:03 UTC  (3+ messages)

[PATCH 1/2] pinctrl: th1520: Convert to thp->mutex to guarded mutex
 2024-10-07 16:33 UTC  (3+ messages)

[PATCH v2 00/31] Libdw/dwarf build clean up
 2024-10-07 15:46 UTC  (12+ messages)
` [PATCH v2 16/31] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
` [PATCH v2 17/31] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr
` [PATCH v2 18/31] perf dwarf-regs: Move x86 dwarf-regs out of arch
` [PATCH v2 19/31] perf arm64: Remove dwarf-regs.c

[PATCH] riscv: make ZONE_DMA32 optional
 2024-10-07 13:03 UTC  (10+ messages)
    ` [PATCH v1] "

[PATCH v1] dma: fix typo in the comment
 2024-10-07 12:25 UTC  (2+ messages)

[PATCH v5 0/2] Enable serial NOR flash on RZ/G2UL SMARC EVK
 2024-10-07 12:04 UTC  (5+ messages)
` [PATCH v5 1/2] arm64: dts: renesas: rzg2ul-smarc-som: Enable serial NOR flash
` [PATCH v5 2/2] arm64: dts: renesas: rz{g2l,g2lc}-smarc-som: Update partition table for spi-nor flash

[PATCH] riscv: mm: check the SV39 rule
 2024-10-07  9:44 UTC  (3+ messages)


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 NNTP newsgroup(s).