messages from 2025-02-07 16:20:50 to 2025-02-11 00:10:56 UTC [more...]
[PATCH v2 00/15] riscv: add SBI FWFT misaligned exception delegation support
2025-02-10 21:35 UTC (14+ messages)
` [PATCH v2 01/15] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v2 02/15] riscv: misaligned: request misaligned exception from SBI
` [PATCH v2 03/15] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v2 04/15] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v2 05/15] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v2 06/15] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v2 07/15] riscv: misaligned: factorize trap handling
` [PATCH v2 10/15] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH v2 11/15] selftests: riscv: add misaligned access testing
` [PATCH v2 12/15] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v2 13/15] RISC-V: KVM: add SBI extension reset callback
` [PATCH v2 14/15] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v2 15/15] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH v2 0/7] perf: Support multiple system call tables in the build
2025-02-10 23:48 UTC (9+ messages)
` [PATCH v2 1/7] perf syscalltble: Remove syscall_table.h
` [PATCH v2 2/7] perf trace: Reorganize syscalls
` [PATCH v2 3/7] perf syscalltbl: Remove struct syscalltbl
` [PATCH v2 4/7] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v2 5/7] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v2 6/7] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v2 7/7] perf build: Remove Makefile.syscalls
[PATCH v2 0/7] arm64 support for Milk-V Duo Module 01 EVB
2025-02-10 22:09 UTC (8+ messages)
` [PATCH v2 1/7] riscv: dts: sophgo: cv18xx: Move RiscV-specific part into SoCs' .dtsi files
` [PATCH v2 2/7] dt-bindings: soc: sophgo: Move SoCs/boards from riscv into soc, add SG2000
` [PATCH v2 3/7] arm64: dts: sophgo: Add initial SG2000 SoC device tree
` [PATCH v2 4/7] arm64: dts: sophgo: Add Duo Module 01
` [PATCH v2 5/7] arm64: dts: sophgo: Add Duo Module 01 Evaluation Board
` [PATCH v2 6/7] arm64: Add SOPHGO SOC family Kconfig support
` [PATCH v2 7/7] arm64: defconfig: Enable rudimentary Sophgo SG2000 support
[PATCH 0/9] riscv: Unaligned access speed probing fixes and skipping
2025-02-10 21:13 UTC (36+ messages)
` [PATCH 2/9] riscv: Fix riscv_online_cpu_vec
` [PATCH 4/9] riscv: Change check_unaligned_access_speed_all_cpus to void
` [PATCH 5/9] riscv: Fix set up of cpu hotplug callbacks
` [PATCH 6/9] riscv: Fix set up of vector cpu hotplug callback
` [PATCH 7/9] riscv: Prepare for unaligned access type table lookups
` [PATCH 8/9] riscv: Implement check_unaligned_access_table
` [PATCH 9/9] riscv: Add Ventana unaligned access table entries
[PATCH v2 0/9] kasan: RISC-V support for KASAN_SW_TAGS using pointer masking
2025-02-10 22:57 UTC (6+ messages)
` [PATCH v2 1/9] kasan: sw_tags: Use arithmetic shift for shadow computation
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-02-10 22:08 UTC (13+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH v10 00/27] riscv control-flow integrity for usermode
2025-02-10 20:27 UTC (28+ messages)
` [PATCH v10 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v10 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v10 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v10 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v10 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v10 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v10 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v10 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v10 09/27] riscv mmu: write protect and shadow stack
` [PATCH v10 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v10 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v10 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v10 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v10 14/27] riscv/traps: Introduce software check exception
` [PATCH v10 15/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v10 16/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v10 17/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v10 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v10 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v10 20/27] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v10 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v10 22/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v10 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v10 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v10 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v10 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v10 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH 00/10] arm64 support for Milk-V Duo Module 01 EVB
2025-02-10 20:55 UTC (42+ messages)
` [PATCH 01/10] arm64: Add SOPHGO SOC family Kconfig support
` [PATCH 02/10] riscv: dts: sophgo: cv18xx: Split into CPU core and peripheral parts
` [PATCH 03/10] arm64: dts: sophgo: Add initial SG2000 SoC device tree
` [PATCH 04/10] arm64: dts: sophgo: Add Duo Module 01
` [PATCH 05/10] arm64: dts: sophgo: Add Duo Module 01 Evaluation Board
` [PATCH 06/10] dt-bindings: mfd: syscon: Add Cvitek CV18xx rtcsys core and ctrl compatible
` [PATCH 07/10] dt-bindings: reset: sophgo: Add CV18xx reset controller
` [PATCH 08/10] riscv/arm64: dts: cv18xx: Add sysctl and reset nodes
` [PATCH 09/10] power: reset: cv18xx: New driver
` [PATCH 10/10] arm64: defconfig: Enable rudimentary Sophgo SG2000 support
[PATCH v3] riscv: Optimize crct10dif with zbc extension
2025-02-10 20:35 UTC (4+ messages)
[PATCH v1] riscv: dts: starfive: Unify regulator naming scheme
2025-02-10 19:01 UTC (2+ messages)
[PATCH v4 00/18] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
2025-02-10 18:17 UTC (6+ messages)
` [PATCH v4 09/18] reset: thead: Add TH1520 reset controller driver
[PATCH] riscv: cpufeature: use bitmap_equal() instead of memcmp()
2025-02-10 15:56 UTC
[PATCH v3 0/3] riscv: Add bfloat16 instruction support
2025-02-10 14:38 UTC (3+ messages)
` [PATCH v3 2/3] riscv: add ISA extension parsing for bfloat16 ISA extension
[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-10 11:35 UTC (3+ messages)
` [PATCH v5 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v5 4/7] syscall.h: introduce syscall_set_nr()
[PATCH net-next v4 0/3] riscv: sophgo: Add ethernet support for SG2044
2025-02-10 11:01 UTC (6+ messages)
` [PATCH net-next v4 1/3] dt-bindings: net: Add support for Sophgo SG2044 dwmac
` [PATCH net-next v4 2/3] net: stmmac: platform: Add snps,dwmac-5.30a IP compatible string
` [PATCH net-next v4 3/3] net: stmmac: Add glue layer for Sophgo SG2044 SoC
[PATCH v9 00/26] riscv control-flow integrity for usermode
2025-02-10 7:42 UTC (15+ messages)
` [PATCH v9 01/26] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v9 03/26] riscv: zicfiss / zicfilp enumeration
` [PATCH v9 14/26] riscv/traps: Introduce software check exception
[PATCH 0/4] riscv: sophgo: cv18xx: Add reset generator support
2025-02-10 4:55 UTC (15+ messages)
` [PATCH 1/4] dt-bindings: reset: sophgo: Add CV1800B support
` [PATCH 2/4] reset: simple: add support for Sophgo CV1800B
` [PATCH 3/4] riscv: dts: sophgo: add reset generator for Sophgo CV1800 series SoC
` [PATCH 4/4] riscv: dts: sophgo: add reset configuration "
[PATCH v2 0/5] riscv: dts: starfive: jh7110-common: Sync downstream U-Boot changes
2025-02-09 23:33 UTC (6+ messages)
` [PATCH v2 1/5] riscv: dts: starfive: jh7110-common: replace syscrg clock assignments
[PATCH] riscv: dts: starfive: fml13v01: enable pcie1
2025-02-09 12:11 UTC (2+ messages)
[PATCH v5 00/11] RISC-V IMSIC driver improvements
2025-02-09 4:16 UTC (12+ messages)
` [PATCH v5 01/11] irqchip/riscv-imsic: Set irq_set_affinity for IMSIC base
` [PATCH v5 02/11] irqchip/irq-msi-lib: Optionally set default irq_eoi/irq_ack
` [PATCH v5 03/11] irqchip/riscv-imsic: Move to common MSI lib
` [PATCH v5 04/11] genirq: Introduce common irq_force_complete_move() implementation
` [PATCH v5 05/11] genirq: Introduce irq_can_move_in_process_context()
` [PATCH v5 06/11] genirq: Remove unused GENERIC_PENDING_IRQ_CHIPFLAGS kconfig option
` [PATCH v5 07/11] RISC-V: Select GENERIC_PENDING_IRQ
` [PATCH v5 08/11] irqchip/riscv-imsic: Separate next and previous pointers in IMSIC vector
` [PATCH v5 09/11] irqchip/riscv-imsic: Implement irq_force_complete_move() for IMSIC
` [PATCH v5 10/11] irqchip/riscv-imsic: Replace hwirq with irq in the IMSIC vector
` [PATCH v5 11/11] irqchip/riscv-imsic: Special handling for non-atomic device MSI update
[PATCH v7 0/3] pwm: Add pwm driver for Sophgo SG2042
2025-02-09 1:35 UTC (2+ messages)
` (subset) "
[PATCH v4 00/11] RISC-V IMSIC driver improvements
2025-02-08 16:39 UTC (4+ messages)
` [PATCH v4 04/11] genirq: Introduce common irq_force_complete_move() implementation
[PATCH 0/5] remove tlb_remove_page_ptdesc()
2025-02-08 7:22 UTC (3+ messages)
[PATCH] pinctrl: spacemit: enable config option
2025-02-07 22:37 UTC (4+ messages)
[PATCH v3 0/5] Add PCIe support to Sophgo SG2042 SoC
2025-02-07 17:49 UTC (7+ messages)
` [PATCH v3 2/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
[PATCH v4 00/21] Add Counter delegation ISA extension support
2025-02-07 16:53 UTC (4+ messages)
` [PATCH v4 11/21] RISC-V: perf: Restructure the SBI PMU code
[PATCH 00/15] kasan: x86: arm64: risc-v: KASAN tag-based mode for x86
2025-02-07 16:37 UTC (4+ messages)
` [PATCH 08/15] x86: Physical address comparisons in fill_p*d/pte
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox