messages from 2025-03-18 16:53:30 to 2025-03-21 21:08:02 UTC [more...]
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-03-20 10:44 UTC (5+ messages)
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
[PATCH v2 00/57] irqdomain: Cleanups and Documentation
2025-03-20 17:15 UTC (5+ messages)
` [PATCH v2 06/57] irqdomain: irqchip: Switch to of_fwnode_handle()
` [Linux-stm32] "
[PATCH v2 0/2] Implement endianness swap macros for RISC-V
2025-03-21 21:07 UTC (11+ messages)
` [PATCH v2 1/2] include/uapi/linux/swab.h: move default implementation for swab macros into asm-generic
` [PATCH v2 2/2] riscv: introduce asm/swab.h
[PATCH v4 00/14] Add support for suppressing warning backtraces
2025-03-21 21:05 UTC (13+ messages)
` [PATCH v4 07/14] arm64: "
` [PATCH v4 10/14] s390: "
[PATCH net-next 00/13] Support the Cadence MACB/GEM instances on Mobileye EyeQ5 SoCs
2025-03-21 21:06 UTC (20+ messages)
` [PATCH net-next 01/13] dt-bindings: net: cdns,macb: add Mobileye EyeQ5 ethernet interface
` [PATCH net-next 02/13] dt-bindings: net: cdns,macb: allow tsu_clk without tx_clk
` [PATCH net-next 03/13] dt-bindings: net: cdns,macb: allow dma-coherent
` [PATCH net-next 04/13] net: macb: use BIT() macro for capability definitions
` [PATCH net-next 05/13] net: macb: add no LSO capability (MACB_CAPS_NO_LSO)
` [PATCH net-next 06/13] net: macb: simplify macb_probe() code touching match data
` [PATCH net-next 07/13] net: macb: move HW IP alignment value to macb_config
` [PATCH net-next 08/13] net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)
` [PATCH net-next 09/13] net: macb: sort #includes
` [PATCH net-next 10/13] net: macb: Add "mobileye,eyeq5-gem" compatible
` [PATCH net-next 11/13] MIPS: mobileye: add EyeQ5 DMA IOCU support
` [PATCH net-next 12/13] MIPS: mobileye: eyeq5: add two Cadence GEM Ethernet controllers
` [PATCH net-next 13/13] MIPS: mobileye: eyeq5-epm: add two Cadence GEM Ethernet PHYs
[RESEND PATCH 0/7] perf vendor events riscv: Update SiFive CPU PMU events
2025-03-21 20:57 UTC (6+ messages)
[PATCH RESEND 0/7] clk: spacemit: add K1 reset support
2025-03-21 20:42 UTC (9+ messages)
` [PATCH RESEND 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH RESEND 2/7] clk: spacemit: define struct k1_ccu_data
` [PATCH RESEND 3/7] clk: spacemit: add reset controller support
` [PATCH RESEND 4/7] clk: spacemit: define existing syscon resets
` [PATCH RESEND 5/7] clk: spacemit: make clocks optional
` [PATCH RESEND 6/7] clk: spacemit: define new syscons with only resets
` [PATCH RESEND 7/7] riscv: dts: spacemit: add reset support for the K1 SoC
[RFC PATCH v2 0/9] Redo PolarFire SoC's mailbox/clock devicestrees and related code
2025-03-21 17:22 UTC (10+ messages)
` [RFC PATCH v2 1/9] dt-bindings: mfd: syscon document the control-scb syscon on PolarFire SoC
` [RFC PATCH v2 2/9] dt-bindings: soc: microchip: document the simple-mfd "
` [RFC PATCH v2 3/9] soc: microchip: add mfd drivers for two syscon regions "
` [RFC PATCH v2 4/9] reset: mpfs: add non-auxiliary bus probing
` [RFC PATCH v2 5/9] dt-bindings: clk: microchip: mpfs: remove first reg region
` [RFC PATCH v2 6/9] riscv: dts: microchip: fix mailbox description
` [RFC PATCH v2 7/9] riscv: dts: microchip: convert clock and reset to use syscon
` [RFC PATCH v2 8/9] clk: divider, gate: create regmap-backed copies of gate and divider clocks
` [RFC PATCH v2 9/9] clk: microchip: mpfs: use regmap clock types
[PATCH v7 00/14] perf: Support multiple system call tables in the build
2025-03-21 18:30 UTC (17+ messages)
` [PATCH v7 01/14] perf dso: Move libunwind dso_data variables into ifdef
` [PATCH v7 02/14] perf dso: kernel-doc for enum dso_binary_type
` [PATCH v7 03/14] perf syscalltbl: Remove syscall_table.h
` [PATCH v7 04/14] perf trace: Reorganize syscalls
` [PATCH v7 05/14] perf syscalltbl: Remove struct syscalltbl
` [PATCH v7 06/14] perf dso: Add support for reading the e_machine type for a dso
` [PATCH v7 07/14] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v7 08/14] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v7 09/14] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v7 10/14] perf build: Remove Makefile.syscalls
` [PATCH v7 11/14] perf syscalltbl: Mask off ABI type for MIPS system calls
` [PATCH v7 12/14] perf trace: Make syscall table stable
` [PATCH v7 13/14] perf trace: Fix BTF memory leak
` [PATCH v7 14/14] perf trace: Fix evlist "
[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
2025-03-21 17:24 UTC (11+ messages)
` [PATCH v5 1/9] riscv: Safely remove huge_pte_offset() when manipulating NAPOT ptes
` [PATCH v5 2/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code
` [PATCH v5 3/9] mm: Use common huge_ptep_get() function for riscv/arm64
` [PATCH v5 4/9] mm: Use common set_huge_pte_at() "
` [PATCH v5 5/9] mm: Use common huge_pte_clear() "
` [PATCH v5 6/9] mm: Use common huge_ptep_get_and_clear() "
` [PATCH v5 7/9] mm: Use common huge_ptep_set_access_flags() "
` [PATCH v5 8/9] mm: Use common huge_ptep_set_wrprotect() "
` [PATCH v5 9/9] mm: Use common huge_ptep_clear_flush() "
[PATCH RFC 0/2] soc: spacemit: add sdhci support to K1 SoC
2025-03-21 16:51 UTC (3+ messages)
` [PATCH RFC 2/2] mmc: sdhci-of-k1: add support for SpacemiT "
[PATCH v2 00/10] Basic device tree support for ESWIN EIC7700 RISC-V SoC
2025-03-21 16:21 UTC (12+ messages)
` [PATCH v2 01/10] dt-bindings: riscv: Add SiFive P550 CPU compatible
` [PATCH v2 02/10] riscv: Add Kconfig option for ESWIN platforms
` [PATCH v2 03/10] dt-bindings: vendor-prefixes: add eswin
` [PATCH v2 04/10] dt-bindings: riscv: Add SiFive HiFive Premier P550 board
` [PATCH v2 05/10] dt-bindings: cache: sifive,ccache0: Add ESWIN EIC7700 SoC compatibility
` [PATCH v2 06/10] cache: sifive_ccache: Add ESWIN EIC7700 support
` [PATCH v2 07/10] dt-bindings: interrupt-controller: Add ESWIN EIC7700 PLIC
` [PATCH v2 08/10] dt-bindings: timer: Add ESWIN EIC7700 CLINT
` [PATCH v2 09/10] riscv: dts: add initial support for EIC7700 SoC
` [PATCH v2 10/10] riscv: dts: eswin: add HiFive Premier P550 board device tree
` (subset) [PATCH v2 00/10] Basic device tree support for ESWIN EIC7700 RISC-V SoC
[PATCH v3] dt-bindings: timer: Add SiFive CLINT2
2025-03-21 16:17 UTC (2+ messages)
[PATCH 00/10] Basic device tree support for ESWIN EIC7700 RISC-V SoC
2025-03-21 13:41 UTC (8+ messages)
[PATCH] riscv: Add support for PUD THP
2025-03-21 12:39 UTC
[PATCH v4 0/4] defconfig: drop RT_GROUP_SCHED=y
2025-03-21 12:28 UTC (4+ messages)
` [PATCH v4 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus
[PATCH v5 0/5] riscv: uaccess: optimizations
2025-03-21 9:09 UTC (7+ messages)
` [PATCH v5 1/5] riscv: save the SR_SUM status over switches
` [PATCH v5 2/5] riscv: implement user_access_begin() and families
` [PATCH v5 3/5] riscv: uaccess: use input constraints for ptr of __put_user()
` [PATCH v5 4/5] riscv: uaccess: use 'asm goto' for put_user()
` [PATCH v5 5/5] riscv: uaccess: use 'asm_goto_output' for get_user()
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-03-21 7:51 UTC (17+ messages)
` [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v12 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v12 25/28] riscv: create a config for shadow stack and landing pad instr support
[PATCH v6 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
2025-03-21 6:36 UTC (6+ messages)
` [PATCH v6 1/4] riscv: entry: Convert ret_from_fork() to C
` [PATCH v6 2/4] riscv: entry: Split ret_from_fork() into user and kernel
` [PATCH v6 3/4] LoongArch: entry: Migrate ret_from_fork() to C
` [PATCH v6 4/4] entry: Inline syscall_exit_to_user_mode()
[PATCH 0/2] mm/ptdump: Drop assumption that pxd_val() is u64
2025-03-21 3:37 UTC (3+ messages)
` [PATCH 1/2] mm/ptdump: Split note_page() into level specific callbacks
[PATCH 0/7] clk: spacemit: add K1 reset support
2025-03-21 0:16 UTC (11+ messages)
` [PATCH 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH 2/7] clk: spacemit: define struct k1_ccu_data
` [PATCH 3/7] clk: spacemit: add reset controller support
` [PATCH 4/7] clk: spacemit: define existing syscon resets
` [PATCH 5/7] clk: spacemit: make clocks optional
` [PATCH 6/7] clk: spacemit: define new syscons with only resets
` [PATCH 7/7] riscv: dts: spacemit: add reset support for the K1 SoC
[PATCH] RISC-V: KVM: Teardown riscv specific bits after kvm_exit
2025-03-20 23:44 UTC (5+ messages)
[PATCH v5 0/5] Add clock controller support for SpacemiT K1
2025-03-20 22:39 UTC (4+ messages)
` [PATCH v5 3/5] clk: spacemit: Add clock support for Spacemit K1 SoC
[GIT PULL] KVM/riscv changes for 6.15
2025-03-20 16:54 UTC (2+ messages)
[PATCH] riscv: introduce the ioremap_prot() function
2025-03-20 15:41 UTC (3+ messages)
[PATCH v3 0/4] riscv: add support for SBI Supervisor Software Events
2025-03-20 12:26 UTC (6+ messages)
` [PATCH v3 2/4] riscv: add support for SBI Supervisor Software Events extension
[PATCH v10 0/2] riscv: Add runtime constant support
2025-03-20 9:02 UTC (4+ messages)
` [PATCH v10 1/2] riscv: Move nop definition to insn-def.h
` [PATCH v10 2/2] riscv: Add runtime constant support
[PATCH RESEND v5 0/3] riscv: canaan: Add support for K230-Canmv clock
2025-03-20 7:09 UTC (5+ messages)
` [PATCH RESEND v5 1/3] dt-bindings: clock: Add bindings for Canaan K230 clock controller
` [PATCH RESEND v5 2/3] clk: canaan: Add clock driver for Canaan K230
` [PATCH RESEND v5 3/3] riscv: dts: canaan: Add clock definition for K230
[PATCH v8 0/2] riscv: spacemit: add i2c support to K1 SoC
2025-03-19 22:35 UTC (5+ messages)
` [PATCH v8 1/2] dt-bindings: i2c: spacemit: add support for "
` [PATCH v8 2/2] i2c: spacemit: add support for SpacemiT "
[PATCH v9 0/2] riscv: Add runtime constant support
2025-03-19 17:24 UTC (7+ messages)
` [PATCH v9 1/2] riscv: Move nop definition to insn-def.h
` [PATCH v9 2/2] riscv: Add runtime constant support
[PATCH net-next v2 0/7] net: stmmac: deprecate "snps,en-tx-lpi-clockgating" property
2025-03-19 17:20 UTC (2+ messages)
[PATCH v2] riscv: Use Zalrsc extension to implement atomic functions
2025-03-19 12:28 UTC (4+ messages)
[PATCH v3] riscv: Fix the PAUSE Opcode for MIPS P8700
2025-03-19 12:26 UTC (3+ messages)
[PATCH v2 1/2] riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGS
2025-03-19 11:58 UTC (3+ messages)
` [PATCH v2 2/2] riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrace_return_to_handler
[PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement
2025-03-19 9:22 UTC (6+ messages)
` [PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support
[PATCH v7 0/2] riscv: spacemit: add i2c support to K1 SoC
2025-03-19 6:57 UTC (9+ messages)
` [PATCH v7 2/2] i2c: spacemit: add support for SpacemiT "
[PATCH v3 0/4] riscv: uaccess: optimizations
2025-03-19 4:24 UTC (4+ messages)
` [PATCH v3 1/4] riscv: implement user_access_begin() and families
[PATCH v4 0/5] riscv: uaccess: optimizations
2025-03-19 1:56 UTC (2+ messages)
[PATCH v2] dt-bindings: timer: Add SiFive CLINT2
2025-03-19 1:47 UTC (5+ messages)
[PATCH v6 00/13] perf: Support multiple system call tables in the build
2025-03-18 19:04 UTC (3+ messages)
` [PATCH v6 13/13] perf trace: Fix BTF memory leak
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