All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-14 09:24:10 to 2025-07-14 10:09:50 UTC [more...]

[PATCH v4 0/2] Add ADI I3C Controller
 2025-07-14  9:53 UTC  (11+ messages)
` [PATCH v4 1/2] dt-bindings: i3c: Add adi-i3c-master

[PATCH v3 0/6] arm64: dts: rockchip: Add ROCK 2A/2F, Sige1 and NanoPi Zero2
 2025-07-14  9:44 UTC  (4+ messages)
` [PATCH v3 2/6] arm64: dts: rockchip: Add Radxa ROCK 2A/2F

[PATCH 6.1.y-cip 00/57] Add RZ/G3E CANFD support
 2025-07-14 10:07 UTC  (50+ messages)
` [PATCH 6.1.y-cip 01/57] clk: renesas: rzv2h: Adjust for CPG_BUS_m_MSTOP starting from m = 1
` [PATCH 6.1.y-cip 02/57] clk: renesas: rzv2h: Update error message
` [PATCH 6.1.y-cip 03/57] clk: renesas: rzv2h: Remove unused `type` field from `struct pll_clk`
` [PATCH 6.1.y-cip 04/57] clk: renesas: rzv2h: Add support for enabling PLLs
` [PATCH 6.1.y-cip 05/57] clk: renesas: rzv2h: Rename PLL field macros for consistency
` [PATCH 6.1.y-cip 06/57] clk: renesas: rzv2h: Improve rzv2h_ddiv_set_rate()
` [PATCH 6.1.y-cip 07/57] clk: renesas: rzv2h: Simplify rzv2h_cpg_assert()/rzv2h_cpg_deassert()
` [PATCH 6.1.y-cip 08/57] clk: renesas: rzv2h: Sort compatible list based on SoC part number
` [PATCH 6.1.y-cip 09/57] clk: renesas: rzv2h: Fix a typo
` [PATCH 6.1.y-cip 10/57] clk: renesas: rzv2h: Add support for static mux clocks
` [PATCH 6.1.y-cip 11/57] clk: renesas: rzv2h: Add macro for defining static dividers
` [PATCH 6.1.y-cip 12/57] clk: renesas: rzv2h: Support static dividers without RMW
` [PATCH 6.1.y-cip 13/57] lib/string_helpers: Split out string_choices.h
` [PATCH 6.1.y-cip 14/57] clk: renesas: rzv2h: Use str_on_off() helper in rzv2h_mod_clock_endisable()
` [PATCH 6.1.y-cip 15/57] clk: renesas: rzv2h: Use both CLK_ON and CLK_MON bits for clock state validation
` [PATCH 6.1.y-cip 16/57] dt-bindings: can: renesas,rcar-canfd: Document RZ/Five SoC
` [PATCH 6.1.y-cip 17/57] dt-bindings: can: renesas,rcar-canfd: Fix number of channels for R-Car V3U
` [PATCH 6.1.y-cip 18/57] dt-bindings: can: renesas,rcar-canfd: R-Car V3U is R-Car Gen4
` [PATCH 6.1.y-cip 19/57] dt-bindings: can: renesas,rcar-canfd: Add transceiver support
` [PATCH 6.1.y-cip 20/57] dt-bindings: can: renesas,rcar-canfd: Simplify the conditional schema
` [PATCH 6.1.y-cip 21/57] dt-bindings: can: renesas,rcar-canfd: Document RZ/G3E support
` [PATCH 6.1.y-cip 22/57] can: rcar_canfd: Fix R-Car V3U CAN mode selection
` [PATCH 6.1.y-cip 23/57] can: rcar_canfd: Abstract out DCFG address differences
` [PATCH 6.1.y-cip 24/57] can: rcar_canfd: Add support for R-Car Gen4
` [PATCH 6.1.y-cip 25/57] can: rcar_canfd: Fix R-Car Gen4 DCFG.DSJW field width
` [PATCH 6.1.y-cip 26/57] can: rcar_canfd: Fix R-Car Gen4 CFCC.CFTML "
` [PATCH 6.1.y-cip 27/57] can: rcar_canfd: Sort included header files
` [PATCH 6.1.y-cip 28/57] can: rcar_canfd: Add helper variable dev
` [PATCH 6.1.y-cip 29/57] phy: Remove unused phy_optional_get()
` [PATCH 6.1.y-cip 30/57] phy: Add devm_of_phy_optional_get() helper
` [PATCH 6.1.y-cip 31/57] can: rcar_canfd: Add transceiver support
` [PATCH 6.1.y-cip 32/57] can: rcar_canfd: Improve error messages
` [PATCH 6.1.y-cip 33/57] can: rcar_canfd: rcar_canfd_probe(): fix plain integer in transceivers[] init
` [PATCH 6.1.y-cip 34/57] can: rcar_canfd: Simplify clock handling
` [PATCH 6.1.y-cip 35/57] can: rcar_canfd: Improve printing of global operational state
` [PATCH 6.1.y-cip 36/57] can: rcar_canfd: Remove superfluous parentheses in address calculations
` [PATCH 6.1.y-cip 37/57] can: rcar_canfd: Use of_get_available_child_by_name()
` [PATCH 6.1.y-cip 38/57] can: rcar_canfd: Drop RCANFD_GAFLCFG_GETRNC macro
` [PATCH 6.1.y-cip 39/57] can: rcar_canfd: Update RCANFD_GERFL_ERR macro
` [PATCH 6.1.y-cip 40/57] can: rcar_canfd: Drop the mask operation in RCANFD_GAFLCFG_SETRNC macro
` [PATCH 6.1.y-cip 41/57] can: rcar_canfd: Add rcar_canfd_setrnc()
` [PATCH 6.1.y-cip 42/57] can: rcar_canfd: Update RCANFD_GAFLCFG macro
` [PATCH 6.1.y-cip 43/57] can: rcar_canfd: Add rnc_field_width variable to struct rcar_canfd_hw_info
` [PATCH 6.1.y-cip 44/57] can: rcar_canfd: Add max_aflpn "
` [PATCH 6.1.y-cip 45/57] can: rcar_canfd: Add max_cftml "
` [PATCH 6.1.y-cip 46/57] can: rcar_canfd: Add {nom,data}_bittiming variables "
` [PATCH 6.1.y-cip 47/57] can: rcar_canfd: Add ch_interface_mode variable "
` [PATCH 6.1.y-cip 48/57] can: rcar_canfd: Add shared_can_regs "
` [PATCH 6.1.y-cip 49/57] can: rcar_canfd: Add struct rcanfd_regs "

[PATCH v4] RISC-V: KVM: Delegate illegal instruction fault to VS mode
 2025-07-14  9:45 UTC  (3+ messages)

[PATCH 0/2] xen/arm: Creating base for future PDX changes
 2025-07-14 10:09 UTC  (7+ messages)
` [PATCH 2/2] xen/arm: Skip loops in init_pdx() when no PDX compression is used

[PATCH v3 i-g-t 0/1] xe_copy: Add memset/memcpy test checks
 2025-07-14 10:09 UTC  (3+ messages)
` [PATCH v3 i-g-t 1/1] tests/intel/xe_copy : Add memset/memcpy

[Buildroot] [git commit] package/eudev: install hwdb.bin to libexecdir
 2025-07-14  9:48 UTC 

[Buildroot] [git commit] package/eudev: refactor init script and rename it to S10udevd
 2025-07-14  9:48 UTC 

[Buildroot] [git commit] package/eudev: remove obsolete --disable-introspection configure flag
 2025-07-14  9:48 UTC 

[PATCH net-next 00/12] Add NETC Timer PTP driver and add PTP support for ENETC v4
 2025-07-14 10:09 UTC  (9+ messages)
` [PATCH net-next 01/12] dt-bindings: ptp: add bindings for NETC Timer

Disconnection triggered by Puncture advertisement
 2025-07-14 10:09 UTC  (3+ messages)

[PATCH 0/9] drm/bridge: get/put the bridge returned by drm_bridge_get_last_bridge()
 2025-07-14 10:08 UTC  (4+ messages)
` [PATCH 8/9] drm/bridge: put the bridge returned by drm_bridge_get_next_bridge()

[PATCH v2] mmc-utils: add ability to flush optional eMMC cache
 2025-07-14 10:08 UTC  (3+ messages)

[PATCH 00/10] arm64: Replace TLB invalidation preprocessor macros with C functions
 2025-07-14  9:44 UTC  (5+ messages)
` [PATCH 09/10] arm64: mm: Simplify __flush_tlb_range_limit_excess()
` [PATCH 10/10] arm64: mm: Re-implement the __flush_tlb_range_op macro in C

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-14 10:05 UTC  (6+ messages)
` [PATCH net-next v9 2/8] netmem: introduce utility APIs to use struct netmem_desc

[Buildroot] [PATCH 1/3] package/eudev: remove obsolete --disable-introspection configure flag
 2025-07-14 10:05 UTC  (3+ messages)

[PATCH] net/mlx5: fix indirect age action handling
 2025-07-14 10:04 UTC 

[PATCH v14 0/7] Specifying cache topology on ARM
 2025-07-14  9:59 UTC  (5+ messages)
` [PATCH v14 5/7] hw/acpi: add cache hierarchy to pptt table

vhost-vdpa potential fd leak (coverity issue)
 2025-07-14  9:57 UTC  (5+ messages)

[PATCH v7 0/9] LKMM generic atomics in Rust
 2025-07-14 10:03 UTC  (3+ messages)
` [PATCH v7 2/9] rust: sync: Add basic atomic operation mapping framework

Off for two weeks
 2025-07-14 10:00 UTC  (4+ messages)

[PATCH v3 0/8] dmaengine: mmp_pdma: Add SpacemiT K1 SoC support with 64-bit addressing
 2025-07-14  9:39 UTC  (18+ messages)
` [PATCH v3 1/8] dt-bindings: dma: Add SpacemiT K1 PDMA controller
` [PATCH v3 2/8] dmaengine: mmp_pdma: Add optional clock support
` [PATCH v3 3/8] dmaengine: mmp_pdma: Add optional reset controller support
` [PATCH v3 4/8] dmaengine: mmp_pdma: Add operations structure for controller abstraction
` [PATCH v3 5/8] dmaengine: mmp_pdma: Add SpacemiT K1 PDMA support with 64-bit addressing
` [PATCH v3 6/8] riscv: dts: spacemit: Add PDMA0 node for K1 SoC
` [PATCH v3 7/8] riscv: dts: spacemit: Enable PDMA0 on Banana Pi F3 and Milkv Jupiter
` [PATCH v3 8/8] riscv: defconfig: Enable MMP_PDMA support for SpacemiT K1 SoC

[PATCH v2 0/7] qcom: qcs8300: Add qcs8300 camss support
 2025-07-14  9:35 UTC  (3+ messages)
` [PATCH v2 4/7] media: qcom: camss: enable csid 690 for qcs8300

[PATCH] drivers: i2c: designware_i2c: Remove clock disabling code
 2025-07-14  9:59 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Add some feature detection on host with 3C6000
 2025-07-14  9:57 UTC  (2+ messages)

[PATCH v3 08/10] KVM: arm64: Handle FFA_MEM_LEND calls from the host
 2025-07-14  9:58 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86: nSVM: Fix exit_info_2 check error of npt_rw_pfwalk_check()
 2025-07-14  9:56 UTC 

[cocci] Deleting duplicate condition checks (with SmPL)?
 2025-07-14  9:57 UTC  (2+ messages)

[PATCH net-next v7 0/3] selftest: net: Add selftest for netpoll
 2025-07-14  9:56 UTC  (4+ messages)
` [PATCH net-next v7 1/3] selftests: drv-net: add helper/wrapper for bpftrace
` [PATCH net-next v7 2/3] selftests: drv-net: Strip '@' prefix from bpftrace map keys
` [PATCH net-next v7 3/3] selftests: net: add netpoll basic functionality test

[PATCH v2] clk: at91: sam9x7: update pll clk ranges
 2025-07-14  9:35 UTC 

[PATCH] input: ilitek_ts_i2c: report key event for palm
 2025-07-14  9:51 UTC 

[PATCH] drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_DISABLE_NULL_QUERY and exec queue control
 2025-07-14  9:55 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for "

[cocci] Deleting duplicate condition checks (with SmPL)?
 2025-07-14  9:54 UTC  (2+ messages)

[PATCH] pmdomain: samsung: Fix splash-screen handover by enforcing a sync_state
 2025-07-14  9:34 UTC  (2+ messages)

[PATCH v3 1/4] rust: move ARef and AlwaysRefCounted to sync::aref
 2025-07-14  9:54 UTC  (2+ messages)

[PATCH net v3 0/3] net: phy: smsc: use IRQ + relaxed polling to fix missed link-up
 2025-07-14  9:53 UTC  (4+ messages)
` [PATCH net v3 2/3] net: phy: allow drivers to disable polling via get_next_update_time()

[PATCH net-next v6 0/3] selftest: net: Add selftest for netpoll
 2025-07-14  9:52 UTC  (4+ messages)
` [PATCH net-next v6 3/3] selftests: net: add netpoll basic functionality test

[f2fs-dev] [PATCH] mkfs.f2fs: adjust zone alignment check to correct position
 2025-07-14  9:51 UTC  (2+ messages)
`  "

[PATCH 0/5] drm/st7571-i2c: add support for grayscale xrgb8888
 2025-07-14  9:53 UTC  (4+ messages)
` [PATCH 4/5] drm/format-helper: introduce drm_fb_xrgb8888_to_gray2()

[PATCH net v4 0/3] net: phy: smsc: use IRQ + relaxed polling to fix missed link-up
 2025-07-14  9:52 UTC  (4+ messages)
` [PATCH net v4 1/3] net: phy: enable polling when driver implements get_next_update_time
` [PATCH net v4 2/3] net: phy: allow drivers to disable polling via get_next_update_time()
` [PATCH net v4 3/3] net: phy: smsc: recover missed link-up IRQs on LAN8700 with adaptive polling

[PATCH v7 0/4] Add support for gdsp remoteproc on sa8775p
 2025-07-14  9:51 UTC  (5+ messages)
` [PATCH v7 3/4] misc: fastrpc: Cleanup the domain names
` [PATCH v7 4/4] misc: fastrpc: add support for gdsp remoteproc

[PATCH v3 0/2] Flattening USB controller on SM8450
 2025-07-14  9:51 UTC  (3+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: sm8450: Flatten usb controller node

Add CHANGE_HANDLE ioctl for drm gem v2
 2025-07-14  9:50 UTC  (4+ messages)
` [PATCH 2/2] drm: Move drm_gem ioctl kerneldoc to uapi file

[PATCH 0/3] VFIO multifd device state transfer patches for QEMU 10.1
 2025-07-14  9:46 UTC  (2+ messages)

[PATCH v5 00/11] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
 2025-07-14  9:46 UTC  (9+ messages)
` [PATCH v5 05/11] target/loongarch: add msg interrupt CSR registers
` [PATCH v5 07/11] hw/loongarch: Implement avec controller imput and output pins
` [PATCH v5 08/11] hw/loongarch: Implement avec set irq
` [PATCH v5 09/11] target/loongarch: CPU enable msg interrupts

[PATCH 1/2] rust: devres: provide an accessor for the device
 2025-07-14  9:49 UTC  (4+ messages)
` [PATCH 2/2] rust: device: implement Device::as_bound()

[PATCH] fs/Kconfig: Enable HUGETLBFS only if ARCH_SUPPORTS_HUGETLBFS
 2025-07-14  9:49 UTC  (4+ messages)

[PATCH] doc: bitbake-user-manual-ref-variables: fixups
 2025-07-14  9:48 UTC  (2+ messages)

[PATCHv5 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-14  9:48 UTC  (7+ messages)
` [PATCHv5 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv5 perf/core 10/22] uprobes/x86: Add support to optimize uprobes

[PATCH 0/3] drm/sitronix/st7571-i2c: Add support for the ST7567 Controller
 2025-07-14  9:47 UTC  (6+ messages)
` [PATCH 2/3] drm/sitronix/st7571-i2c: Make the reset GPIO to be optional

[PATCH] wifi: mac80211: warn on insufficient antennas for injected HT frames
 2025-07-14  9:47 UTC  (2+ messages)

[PATCH] patch_realtek: Support mute LED for Yoga with ALC287
 2025-07-14  9:46 UTC 

[Buildroot] [PATCH 1/2] package/python-typing-extensions: bump to 4.14.1
 2025-07-14  9:46 UTC  (2+ messages)

[Buildroot] [git commit] package/python-typing-extensions: update description
 2025-07-14  9:18 UTC 

[Buildroot] [git commit] package/python-typing-extensions: bump to 4.14.1
 2025-07-14  9:18 UTC 

[PATCH 0/5] qemu-optios: Fix, cleanup and add description of tdx-guest
 2025-07-14  9:31 UTC  (7+ messages)
` [PATCH 1/5] qemu-options: Move sgx-epc options from "M" to "machine"
` [PATCH 2/5] i386/sev: Remove the example that references memory-encryption
` [PATCH 3/5] qemu-options: Change memory-encryption to confidential-guest-support in the example
` [PATCH 4/5] qemu-options: Add confidential-guest-support to machine options
` [PATCH 5/5] qemu-options: Add description of tdx-guest object

[PATCH RFC v2] virtio-net: Fix VLAN filter table reset timing
 2025-07-14  9:31 UTC 

[Question]or1k-elf/or1k-linux Windows/Cygwin toolchain availability?
 2025-07-14  9:40 UTC  (3+ messages)
  ` [Question]or1k-elf/or1k-linux Windows/Cygwin toolchainavailability?

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-07-14  9:42 UTC  (8+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "

[PATCH] dt-bindings: interrupt-controller: aspeed: Refine AST2700 binding description and example
 2025-07-14  9:42 UTC  (6+ messages)

[PATCH v5.10] vhost-scsi: protect vq->log_used with vq->mutex
 2025-07-14  9:42 UTC  (3+ messages)

[PATCH v18 0/7] firmware: imx: driver for NXP secure-enclave
 2025-07-14  9:41 UTC  (10+ messages)
` [PATCH v18 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[PATCH v2 1/2] platform/chrome: cros_ec_typec: Add role swap ops
 2025-07-14  9:41 UTC  (3+ messages)
` (subset) "

[PATCH v10 0/5] PCI: VF resizable BAR
 2025-07-14  9:39 UTC  (2+ messages)

[PATCH v3] erofs: support to readahead dirent blocks in erofs_readdir()
 2025-07-14  9:39 UTC 

[PATCH] board: rockchip: Add support for rk3588 MNT Reform2
 2025-07-14  9:38 UTC  (4+ messages)

[PATCH v4 0/3] libata-eh cleanups
 2025-07-14  9:38 UTC  (3+ messages)
` [PATCH v4 2/3] ata: libata-eh: Simplify reset operation management

[PATCH 6.12.y-cip 0/8] RZ/G2L DU enhancements
 2025-07-14  9:37 UTC  (2+ messages)
` [cip-dev] "

tests/regression/tools/clear/test_ust fails occacionally
 2025-07-14  9:37 UTC 

[PATCH v3 0/3] Add support for is31fl3236a LED controller
 2025-07-14  9:36 UTC  (9+ messages)
` [PATCH v3 1/3] leds/leds-is31fl32xx: add support for is31fl3236a
` [PATCH v3 2/3] dt-bindings: leds: is31fl32xx: convert the binding to yaml

[PATCH v6 0/6] rust: add support for request_irq
 2025-07-14  9:36 UTC  (15+ messages)
` [PATCH v6 3/6] rust: irq: add support for non-threaded IRQs and handlers

[PATCH 00/27] ALSA: Reorganize HD-audio driver code
 2025-07-14  9:35 UTC  (7+ messages)
` [PATCH 06/27] ALSA: hda: Move codec drivers into sound/hda/codecs directory

[PATCH i-g-t 1/3] lib/igt_vc4: Fix musl libc compilation
 2025-07-14  9:34 UTC  (5+ messages)
` [PATCH i-g-t v1 "

[PATCH] mm/filemap: Align last_index to folio size
 2025-07-14  9:33 UTC  (2+ messages)

[PATCH qemu 00/11] hw/cxl: DCD Fabric Management Command Set (for 10.1)
 2025-07-14  9:32 UTC  (3+ messages)
` [PATCH qemu 07/11] hw/cxl: mailbox-utils: 0x5602 - FMAPI Set DC Region Config

[PATCH v2 0/7] i386/cpu: Clean Up Reserved CPUID Leaves & Topology Overflow Fix
 2025-07-14  9:23 UTC  (4+ messages)
` [PATCH v2 2/7] i386/cpu: Mark CPUID 0x80000008 ECX bits[0:7] & [12:15] as reserved for Intel/Zhaoxin

[PATCH v2 0/2] cpufreq: CPPC: idle cpu perf handling
 2025-07-14  9:30 UTC  (11+ messages)
` [PATCH v2 2/2] cpufreq: CPPC: Dont read counters for idle CPUs

linux-next: Tree for Jul 14
 2025-07-14  9:30 UTC 

[PATCH] cxl/region: Balance device refcount when destroying devices
 2025-07-14  9:29 UTC  (2+ messages)

[PATCH net-next] net: wangxun: complete ethtool coalesce options
 2025-07-14  9:28 UTC 

[PATCH v4] arm64: Enable vmalloc-huge with ptdump
 2025-07-14  9:26 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/mtd: build package with fPIC
 2025-07-14  9:28 UTC 

[PATCH 0/7] Add Interrupts property for CDNS CSI2RX
 2025-07-14  9:27 UTC  (8+ messages)
` [PATCH 1/7] arm64: dts: ti: k3-j721s2-main: Add interrupts property
` [PATCH 2/7] arm64: dts: ti: k3-j721e-main: "
` [PATCH 3/7] arm64: dts: ti: k3-j784s4-j742s2-main-common: "
` [PATCH 4/7] arm64: dts: ti: k3-am62p-j722s-common-main: "
` [PATCH 5/7] arm64: dts: ti: k3-j722s-main: "
` [PATCH 6/7] arm64: dts: ti: k3-am62-main: "
` [PATCH 7/7] arm64: dts: ti: k3-am62a-main: "

[PATCH i-g-t] tests/kms_prime: Add xe support
 2025-07-14  9:26 UTC  (2+ messages)
` [i-g-t] "

[PATCH v2] lib/crypto: Add echo_password boolean environment variable for password echo
 2025-07-14  8:48 UTC 

[oe-core][Walnascar][PATCH 1/1] gdk-pixbuf: fix CVE-2025-7345
 2025-07-14  9:25 UTC 

(no subject)
 2025-07-14  9:26 UTC  (5+ messages)
  ` [PATCH 2/3] io_uring/poll: flag request as having gone through poll wake machinery

[RFC PATCH v3 0/8] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2025-07-14  9:24 UTC  (4+ messages)
` [RFC PATCH v3 2/8] iommu/arm-smmu-v3: Add a helper to drain cmd queues

[PATCH v3] usb: dwc3: qcom: Remove extcon functionality from glue
 2025-07-14  9:24 UTC  (2+ messages)

rt_queue IPC Error
 2025-07-14  9:23 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.