public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-09-09 09:23:33 to 2024-09-13 08:02:30 UTC [more...]

[PATCH] riscv: Prevent a bad reference count on CPU nodes
 2024-09-13  8:00 UTC 

[PATCH 0/7] add function arguments to ftrace
 2024-09-13  6:03 UTC  (7+ messages)

[RESEND PATCH v2] riscv: hwprobe: export Zicntr and Zihpm extensions
 2024-09-13  5:13 UTC 

[PATCH] RISC-V: KVM: Redirect instruction access fault trap to guest
 2024-09-13  4:32 UTC  (4+ messages)

[PATCH 1/2] selftest/mm: Fix typo in virtual_address_range
 2024-09-13  3:41 UTC  (5+ messages)
` [PATCH 2/2] selftests/mm: skip virtual_address_range tests on riscv

[RESEND. PATCH] riscv: Use '%u' to format the output of 'cpu'
 2024-09-13  3:11 UTC  (5+ messages)

[PATCH v2] riscv: Use '%u' to format the output of 'cpu'
 2024-09-13  3:02 UTC 

[PATCH v4 00/10] riscv: Userspace pointer masking and tagged address ABI
 2024-09-13  2:54 UTC  (15+ messages)
` [PATCH v4 01/10] dt-bindings: riscv: Add pointer masking ISA extensions
` [PATCH v4 02/10] riscv: Add ISA extension parsing for pointer masking
` [PATCH v4 03/10] riscv: Add CSR definitions "
` [PATCH v4 04/10] riscv: Add support for userspace "
` [PATCH v4 05/10] riscv: Add support for the tagged address ABI
` [PATCH v4 06/10] riscv: Allow ptrace control of "
` [PATCH v4 07/10] selftests: riscv: Add a pointer masking test

[PATCH] selftest/mm: Do not use hint for riscv mmap
 2024-09-13  2:07 UTC  (3+ messages)

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

[PATCH v4 0/3] riscv: Per-thread envcfg CSR support
 2024-09-12 23:01 UTC  (7+ messages)
` [PATCH v4 1/3] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v4 2/3] riscv: Add support for per-thread envcfg CSR values
` [PATCH v4 3/3] riscv: Call riscv_user_isa_enable() only on the boot hart

[PATCH v3 0/3] riscv: Per-thread envcfg CSR support
 2024-09-12 22:56 UTC  (5+ messages)
` [PATCH v3 1/3] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v3 2/3] riscv: Add support for per-thread envcfg CSR values

[PATCH v7] rust: support for shadow call stack sanitizer
 2024-09-12 22:08 UTC 

[PATCH v1 0/5] Add Microchip IPC mailbox and remoteproc support
 2024-09-12 21:30 UTC  (10+ messages)
` [PATCH v1 1/5] riscv: asm: vendorid_list: Add Microchip Technology to the vendor list
` [PATCH v1 2/5] dt-bindings: mailbox: add binding for Microchip IPC mailbox driver
` [PATCH v1 3/5] mailbox: add Microchip IPC support
` [PATCH v1 4/5] dt-bindings: remoteproc: add binding for Microchip IPC remoteproc
` [PATCH v1 5/5] remoteproc: add support for Microchip IPC remoteproc platform driver

[PATCH v3 0/4] defconfig: drop RT_GROUP_SCHED=y
 2024-09-12 20:58 UTC  (6+ messages)
` [PATCH v3 1/4] riscv: "
` [PATCH v3 2/4] loongarch: "
` [PATCH v3 3/4] sh: defconfig: drop RT_GROUP_SCHED=y from sdk7786/urquell
` [PATCH v3 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus

[GIT PULL] RISC-V Fixes for 6.11-rc8
 2024-09-12 20:15 UTC  (2+ messages)

[PATCH 6.6 v2 2/4] riscv: dts: starfive: pinfunc: Fix the pins name of I2STX1
 2024-09-12 18:48 UTC  (7+ messages)
` [PATCH 6.6 v2 3/4] riscv: dts: starfive: Add the nodes and pins of I2Srx/I2Stx0/I2Stx1
` [PATCH 6.6 v2 4/4] riscv: dts: starfive: Add JH7110 PWM-DAC support

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

[PATCH v2] drivers/perf: riscv: Align errno for unsupported perf event
 2024-09-12 13:48 UTC  (2+ messages)

[PATCH v9 0/3] Fix address translations on MPFS PCIe controller
 2024-09-12 10:38 UTC  (5+ messages)
` [PATCH v9 2/3] PCI: microchip: Fix inbound address translation tables
    ` 回复: "

[PATCH v3 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-09-12  8:00 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: perf: add guest vs host distinction
` [PATCH v3 2/2] riscv: KVM: add basic support for host vs guest profiling

[PATCH 6.6 1/4] riscv: dts: starfive: add assigned-clock* to limit frquency
 2024-09-12  7:31 UTC  (7+ messages)

[PATCH 0/3] Allow to enable PREEMPT_RT
 2024-09-12  7:14 UTC  (3+ messages)

[PATCH v10 00/14] riscv: Add support for xtheadvector
 2024-09-12  5:55 UTC  (15+ messages)
` [PATCH v10 01/14] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v10 02/14] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v10 03/14] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v10 04/14] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v10 05/14] riscv: vector: Use vlenb from DT for thead
` [PATCH v10 06/14] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v10 07/14] riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT
` [PATCH v10 08/14] riscv: Add xtheadvector instruction definitions
` [PATCH v10 09/14] riscv: vector: Support xtheadvector save/restore
` [PATCH v10 10/14] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v10 11/14] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v10 12/14] selftests: riscv: Fix vector tests
` [PATCH v10 13/14] selftests: riscv: Support xtheadvector in "
` [PATCH v10 14/14] riscv: Add ghostwrite vulnerability

[PATCH 6.6 v2 1/4] riscv: dts: starfive: add assigned-clock* to limit frquency
 2024-09-12  2:55 UTC 

[PATCH v5 0/2] riscv: sophgo: Add pinctrl support for CV1800 series SoC
 2024-09-11 22:51 UTC  (8+ messages)

[PATCH v2 3/6] riscv: ftrace: prepare ftrace for atomic code patching
 2024-09-11 17:16 UTC  (5+ messages)

[PATCH v2] riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFF
 2024-09-11 15:30 UTC  (2+ messages)

[PATCH 0/2] riscv: Fix race conditions in PR_RISCV_SET_ICACHE_FLUSH_CTX
 2024-09-11 15:38 UTC  (3+ messages)

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-11 10:19 UTC  (6+ messages)
` [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text

[GIT PULL] RISC-V config for v6.12
 2024-09-10 22:02 UTC 

[PATCH 6.6] membarrier: riscv: Add full memory barrier in switch_mm()
 2024-09-10 18:59 UTC  (7+ messages)

[PATCH v2 0/4] defconfig: drop RT_GROUP_SCHED=y
 2024-09-10 12:57 UTC  (8+ messages)
` [PATCH v2 1/4] riscv: "

[PATCH v4 0/7] riscv: sophgo: Add pinctrl support for CV1800 series SoC
 2024-09-10 12:10 UTC  (3+ messages)
` (subset) "

[PATCH v6 0/2] riscv: sophgo: Add pinctrl support for CV1800 series SoC
 2024-09-10 12:08 UTC  (4+ messages)
` [PATCH v6 1/2] riscv: dts: sophgo: cv1800b: add pinctrl support
` [PATCH v6 2/2] riscv: dts: sophgo: cv1812h: "

[PATCH] pwm: Switch back to struct platform_driver::remove()
 2024-09-10  7:55 UTC  (2+ messages)

[PATCH v2 0/2] pwm: Add pwm driver for Sophgo SG2042
 2024-09-10  7:41 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: sophgo: add PWM controller for SG2042
` [PATCH v2 2/2] pwm: sophgo: add driver for Sophgo SG2042 PWM

[PATCH] riscv: remove useless pc check in stacktrace handling
 2024-09-10  7:09 UTC  (2+ messages)

[PATCH 0/2] pwm: Add pwm driver for Sophgo SG2042
 2024-09-09 23:08 UTC  (10+ messages)
` [PATCH 2/2] pwm: sophgo: add driver for Sophgo SG2042 PWM

[PATCH v6 3/3] riscv: dts: allwinner: d1: Add thermal sensor
 2024-09-09 19:23 UTC  (3+ messages)

[PATCH v2 0/7] i2c: designware: Group all DesignWare drivers under a single option
 2024-09-09 19:21 UTC  (2+ messages)

[GIT PULL] RISC-V soc fixes for v6.11-final
 2024-09-09 14:33 UTC 

[PATCH] riscv: hwprobe: export Zicntr and Zihpm extensions
 2024-09-09 11:48 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] irqchip/riscv-imsic: Fix output text of base address
 2024-09-09 10:55 UTC  (2+ messages)

[PATCH] riscv: defconfig: Enable pinctrl support for CV18XX Series SoC
 2024-09-09 12:02 UTC  (2+ messages)

[PATCH] riscv: Remove duplicated GET_RM
 2024-09-09 10:10 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox