messages from 2026-07-06 13:09:58 to 2026-07-08 18:37:52 UTC [more...]
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-08 18:37 UTC (33+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
[PATCH 0/9] riscv: ultrarisc: add DP1000 SoC DT and pinctrl support
2026-07-08 17:38 UTC (5+ messages)
` [PATCH 9/9] riscv: defconfig: enable ARCH_ULTRARISC
[PATCH 0/5] riscv: vdso: Implement __vdso_futex_robust_try_unlock()
2026-07-08 17:20 UTC (4+ messages)
` [PATCH 5/5] "
[PATCH 0/3] mm/early_ioremap: clarify and clean up early_ioremap_reset()
2026-07-08 17:06 UTC (4+ messages)
` [PATCH 1/3] mm/early_ioremap: clarify early_ioremap_reset() semantics
` [PATCH 2/3] riscv: remove unused __late_set_fixmap() and __late_clear_fixmap()
` [PATCH 3/3] arm64: remove early_ioremap_reset() call and __late_* macros
[PATCH v2] selftests/rseq: Fix a building error for riscv arch
2026-07-08 17:00 UTC (2+ messages)
[PATCH v4 0/3] riscv: Add PCIe support for UltraRISC DP1000 SoC
2026-07-08 16:52 UTC (3+ messages)
` [PATCH v4 1/3] riscv: add UltraRISC SoC family Kconfig support
[PATCH bpf-next v6 0/7] Mixing bpf2bpf and tailcalls for RV64
2026-07-08 8:54 UTC (10+ messages)
` [PATCH bpf-next v6 1/7] bpf: Extract the is_struct_ops_tramp helper
` [PATCH bpf-next v6 2/7] riscv, bpf: Fix memory leak in bpf_jit_free
` [PATCH bpf-next v6 3/7] riscv, bpf: Using kvzalloc_objs to allocate cache buffer
` [PATCH bpf-next v6 4/7] riscv, bpf: Fix kernel stack corruption in tailcall with CFI
` [PATCH bpf-next v6 5/7] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next v6 6/7] riscv, bpf: Mixing bpf2bpf and tailcalls
` [PATCH bpf-next v6 7/7] selftests/bpf: Remove tailcalls tests from DENYLIST.riscv64
[PATCH v4 RESEND 0/7] riscv: Add reliable stack unwinding for livepatch
2026-07-08 8:21 UTC (9+ messages)
` [PATCH v4 RESEND 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v4 RESEND 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v4 RESEND 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v4 RESEND 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
[PATCH] pwm: th1520: use vertical import style
2026-07-08 7:39 UTC (2+ messages)
[PATCH v5 00/17] riscv: hwprobe: Expose RVA23U64 base behavior
2026-07-08 7:30 UTC (8+ messages)
` [PATCH v5 01/17] dt-bindings: riscv: sort multi-letter Z extensions alphanumerically
` [PATCH v5 02/17] riscv: hwprobe.rst: Make indentation consistent
` [PATCH v5 03/17] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP
[PATCH] selftests: riscv: Bypass libc in inactive vector ptrace test
2026-07-08 7:30 UTC (3+ messages)
[PATCH 0/3] Add UFS Host driver support for SpacemiT K3 SoC
2026-07-08 7:10 UTC (7+ messages)
` [PATCH 2/3] scsi: ufs: spacemit: k3: Add UFS Host Controller driver
` [PATCH 3/3] riscv: dts: spacemit: k3: Add UFS support
[PATCH v2] rcu: Use an intermediate irq_work to start process_srcu()
2026-07-08 6:58 UTC (9+ messages)
[PATCH v3 00/17] riscv: Generate riscv instruction functions
2026-07-08 3:34 UTC (17+ messages)
` [PATCH v3 02/17] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v3 03/17] riscv: kgdb: Use generated instruction headers
` [PATCH v3 04/17] riscv: Add kprobes instruction simulation KUnit
` [PATCH v3 05/17] riscv: kprobes: Use generated instruction headers
` [PATCH v3 06/17] riscv: cfi: "
` [PATCH v3 07/17] riscv: Maintain epc on misaligned emulation error
` [PATCH v3 08/17] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v3 09/17] riscv: kvm: Use generated instruction headers for csr code
` [PATCH v3 10/17] KVM: device: Add test device
` [PATCH v3 11/17] KVM: riscv: selftests: Add mmio test
` [PATCH v3 12/17] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH v3 13/17] riscv: kvm: Add emulated test csr
` [PATCH v3 14/17] KVM: riscv: selftests: Add csr emulation test
` [PATCH v3 15/17] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH v3 16/17] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH v3 17/17] riscv: Remove unused instruction headers
[PATCH v2 0/1] RISC-V: KVM: Serialize virtual interrupt pending state updates
2026-07-08 3:35 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH] riscv: stacktrace: Fix NULL task pointer in ftrace_graph_ret_addr()
2026-07-08 1:50 UTC
[PATCH v4 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
2026-07-07 19:26 UTC (14+ messages)
` [PATCH v4 1/8] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH v4 2/8] riscv: Detect the Ssqosid extension
` [PATCH v4 3/8] riscv: Add support for srmcfg CSR from "
` [PATCH v4 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH v4 5/8] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH v4 6/8] riscv: Enable resctrl filesystem for Ssqosid
` [PATCH v4 7/8] dt-bindings: riscv: Add binding for CBQRI controllers
` [PATCH v4 8/8] riscv_cbqri: Add CBQRI capacity allocation platform driver
[PATCH v3 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
2026-07-07 18:22 UTC (9+ messages)
` [PATCH v3 5/8] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH v3 6/8] riscv: Enable resctrl filesystem for Ssqosid
` [PATCH v3 8/8] riscv_cbqri: Add CBQRI capacity allocation platform driver
[PATCH 0/2] riscv: vdso: Do not use LTO for the vDSO
2026-07-07 17:45 UTC (6+ messages)
` [PATCH 1/2] "
[PATCH v8] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
2026-07-07 17:08 UTC (3+ messages)
Re: [PATCH v3 0/4] riscv: optimize Vector context restore on syscall
2026-07-07 16:05 UTC (4+ messages)
` [PATCH v4 "
` [[PATCH] v4 1/4] riscv: vector: refactor vector context operations
[PATCH bpf-next v5 0/6] Mixing bpf2bpf and tailcalls for RV64
2026-07-07 14:22 UTC (7+ messages)
` [PATCH bpf-next v5 1/6] bpf: Extract the is_struct_ops_tramp helper
` [PATCH bpf-next v5 2/6] riscv, bpf: Using kvzalloc_objs to allocate cache buffer
` [PATCH bpf-next v5 3/6] riscv, bpf: Fix kernel stack corruption in tailcall with CFI
` [PATCH bpf-next v5 4/6] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next v5 5/6] riscv, bpf: Mixing bpf2bpf and tailcalls
` [PATCH bpf-next v5 6/6] selftests/bpf: Remove tailcalls tests from DENYLIST.riscv64
[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
2026-07-07 13:50 UTC (9+ messages)
[PATCH v1] iommu/riscv: Drop superflous zeros in pci_device_id array
2026-07-07 13:26 UTC (3+ messages)
[PATCH v2 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
2026-07-07 12:50 UTC (3+ messages)
` [PATCH v2 1/2] RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requests
` [PATCH v2 2/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request
[PATCH] RISC-V: KVM: Inject instruction access fault on unmapped guest fetch
2026-07-07 12:25 UTC
[PATCH] MAINTAINERS: Update SpacemiT SoC git tree repository
2026-07-07 12:14 UTC
[PATCH] riscv: ftrace: reject out-of-range non-direct targets
2026-07-07 12:12 UTC
[PATCH 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
2026-07-07 11:37 UTC (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Move hfence type check out of loop
` [PATCH 2/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request
[PATCH v2 0/2] spi: enable the SpacemiT K3 SoC QSPI
2026-07-07 10:56 UTC (3+ messages)
` [PATCH v2 2/2] riscv: dts: spacemit: add QSPI support for K3 Pico-ITX
[PATCH v5] mm/sparse-vmemmap: flush_cache_vmap() after hotplugging vmemmap
2026-07-07 9:07 UTC (3+ messages)
[PATCH] RISC-V: KVM: Fix lost virtual interrupts during IRQ sync
2026-07-07 8:27 UTC (2+ messages)
[PATCH v8 00/22] Add Counter delegation ISA extension support
2026-07-07 8:24 UTC (7+ messages)
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support
[PATCH] selftests/rseq: Fix a buliding error for riscv arch
2026-07-07 8:21 UTC (2+ messages)
` NACK: "
[PATCH v3 0/2] RISC-V IOMMU HPM support
2026-07-07 8:05 UTC (11+ messages)
` [PATCH v3 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
[PATCH v2 0/5] riscv: dts: spacemit: serial/i2c/ethernet improvements for the K3 Pico-ITX board
2026-07-07 7:56 UTC (4+ messages)
` [PATCH v2 5/5] riscv: dts: spacemit: improve RTL8211F PHY configuration on "
[PATCH v5 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
2026-07-07 7:51 UTC (5+ messages)
` [PATCH v5 1/8] RISC-V: KVM: Add support for Svadu FWFT features
[PATCH net-next v12 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
2026-07-07 7:48 UTC (10+ messages)
` [PATCH net-next v12 1/7] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v12 2/7] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v12 3/7] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v12 4/7] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v12 5/7] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v12 6/7] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v12 7/7] net: stmmac: qcom-ethqos: add support for sa8255p
[PATCH] riscv: dts: spacemit: k3-pico-itx: Fix non-functional ethernet TX timing
2026-07-07 7:15 UTC (2+ messages)
[PATCH 0/4] vmcore-tasks: export per-task metadata to vmcoreinfo
2026-07-07 6:21 UTC (2+ messages)
[PATCH bpf-next v4 0/6] Mixing bpf2bpf and tailcalls for RV64
2026-07-07 6:08 UTC (5+ messages)
[PATCH v4] riscv: Prevent NULL pointer dereference in machine_kexec_prepare
2026-07-07 2:41 UTC (2+ messages)
[PATCH bpf-next v3 0/3] riscv, bpf: Add support for signed operations and 32-bit atomics
2026-07-07 2:30 UTC (8+ messages)
` [PATCH bpf-next v3 1/3] riscv, bpf: Add support for BPF_SDIV and BPF_SMOD in RV32 JIT
` [PATCH bpf-next v3 2/3] riscv, bpf: Add support for BPF_MOVSX "
` [PATCH bpf-next v3 3/3] riscv, bpf: Add 32 bit atomic operations to "
[PATCH v4] riscv: dts: spacemit: Use symbolic PDMA request numbers on K1
2026-07-06 22:29 UTC (2+ messages)
[GIT PULL] clk: spacemit: fixes for v7.2-1
2026-07-06 20:35 UTC
[PATCH 0/2] clk: spacemit: k3: set few clocks as critical
2026-07-06 20:07 UTC (2+ messages)
` (subset) "
[PATCH v3] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
2026-07-06 18:15 UTC
[PATCH v4 0/3] Add support for NetCube Systems OpenNMC (dobermann)
2026-07-06 17:17 UTC (3+ messages)
[PATCH v2 0/8] riscv: eswin: eic7700: Add support for clocks, resets, pinctrl, HSP bus, I2C and watchdog
2026-07-06 16:59 UTC (3+ messages)
` [PATCH v2 6/8] dt-bindings: i2c: dw: add ESWIN EIC7700 SoC I2C controller
CFP for Plumbers RISC-V MC
2026-07-06 14:46 UTC
[PATCH v5 0/4] Clk improvements
2026-07-06 14:37 UTC (5+ messages)
` [PATCH v5 1/4] rust: clk: use the type-state pattern
` [PATCH v5 2/4] rust: clk: implement Clone for Clk<T>
` [PATCH v5 3/4] rust: clk: add devres-managed clks
` [PATCH v5 4/4] rust: clk: use 'kernel vertical style' for imports
[PATCH net-next v9 0/6] net: stmmac: eic7700: add eth1 variant support and update delay bindings
2026-07-06 13:34 UTC (5+ messages)
` [PATCH net-next v9 6/6] riscv: dts: eswin: eic7700-hifive-premier-p550: enable Ethernet controller
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