All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-07 06:18:29 to 2026-08-07 07:03:55 UTC [more...]

[PATCH v2 1/2] usb: chipidea: ci_hdrc_imx: Propagate errors from optional IRQ lookup
 2026-08-07  7:03 UTC  (3+ messages)
` [PATCH v2 2/2] usb: chipidea: ci_hdrc_imx: Fix error handling when creating IRQ name

[PATCH v2 00/14] net/enetc: add new features for ENETC4 VF on i.MX9
 2026-08-07  7:02 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/14] net/enetc: add KEEP_CRC offload support for ENETC4
  ` [PATCH v3 02/14] net/enetc: add TSO support for ENETC4 VF
  ` [PATCH v3 03/14] net/enetc: add RSC (hardware LRO) support for ENETC4
  ` [PATCH v3 04/14] net/enetc: extend link speed code field to 8-bit for PF-to-VF message
  ` [PATCH v3 05/14] net/enetc: support firmware version get for VF
  ` [PATCH v3 06/14] net/enetc: support registers dump
  ` [PATCH v3 07/14] net/enetc: support ethtool ring parameters
  ` [PATCH v3 08/14] net/enetc: refresh link speed on VF link-up interrupt
  ` [PATCH v3 09/14] net/enetc: support stats reset for VF
  ` [PATCH v3 10/14] net/enetc4: add per-queue Rx interrupt support "
  ` [PATCH v3 11/14] net/enetc4: add SI-based port VLAN insertion and removal

[PATCH 0/6] builtin/receive-pack: support pluggable packfile writes
 2026-08-07  7:03 UTC  (11+ messages)
` [PATCH 1/6] odb/transaction: add transaction release interface
` [PATCH 2/6] builtin/receive-pack: pass shallow file explicitly
` [PATCH 3/6] builtin/receive-pack: lift global state out of unpack()
` [PATCH 4/6] builtin/receive-pack: report unpack errors via strbuf
` [PATCH 6/6] odb/transaction: add transaction interface to write packfiles

[PATCH] drm/amdgpu: Prevent RAS injection with lost bus caused by DPC
 2026-08-07  7:02 UTC 

[PATCH v2 00/12] clk: qcom: ipq-cmn-pll: Add IPQ5210 CMN PLL support
 2026-08-07  7:03 UTC  (14+ messages)
` [PATCH v2 01/12] clk: qcom: ipq-cmn-pll: Use devm_clk_hw_register_fixed_rate_parent_data
` [PATCH v2 02/12] dt-bindings: clock: qcom: Add CMN PLL support for IPQ5210 SoC
` [PATCH v2 03/12] clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGERS_NO_OFFSET flag
` [PATCH v2 04/12] clk: qcom: clk-regmap-divider: Support CLK_DIVIDER_* flags
` [PATCH v2 05/12] clk: qcom: ipq-cmn-pll: Add NSS clock support
` [PATCH v2 06/12] clk: qcom: ipq-cmn-pll: Add PPE "
` [PATCH v2 07/12] clk: qcom: ipq-cmn-pll: Add PON reference "
` [PATCH v2 08/12] clk: qcom: ipq-cmn-pll: Add EPHY-RAW "
` [PATCH v2 09/12] clk: qcom: ipq-cmn-pll: Add clock gate support for fixed clocks
` [PATCH v2 10/12] clk: qcom: ipq-cmn-pll: Add all output clocks for IPQ5210
` [PATCH v2 11/12] arm64: dts: qcom: ipq5210: Add CMN PLL device node
` [PATCH v2 12/12] arm64: dts: qcom: Update IPQ5210 xo_board to use fixed factor clock

[PATCH bpf-next 0/4] bpf: BPF-driven proactive memcg reclaim
 2026-08-07  7:01 UTC  (3+ messages)
` [PATCH bpf-next 1/4] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
` [PATCH bpf-next 2/4] bpf: add bpf_thread_wq kthread-backed workqueue with cgroup placement

[PATCH v5 00/18] Refcounted interrupt disable and SpinLockIrq for Rust
 2026-08-07  7:02 UTC  (19+ messages)
` [PATCH v5 01/18] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v5 02/18] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v5 03/18] preempt: Introduce __preempt_count_{sub,add}_return()
` [PATCH v5 04/18] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v5 05/18] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v5 06/18] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v5 07/18] irq: Add max local_interrupt_disable() nesting level kunit test case
` [PATCH v5 08/18] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v5 09/18] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v5 10/18] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v5 11/18] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v5 12/18] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v5 13/18] s390/preempt: "
` [PATCH v5 14/18] rust: Introduce interrupt module
` [PATCH v5 15/18] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v5 16/18] rust: sync: Use super::* in spinlock.rs
` [PATCH v5 17/18] rust: sync: Add SpinLockIrq
` [PATCH v5 18/18] rust: sync: Introduce SpinLockIrq::lock_with() and friends

[LTP] [PATCH v2 0/6] Rewrite mremap testing suite
 2026-08-07  6:59 UTC  (7+ messages)
` [LTP] [PATCH v2 1/6] mremap01: Convert to new API
` [LTP] [PATCH v2 2/6] mremap02: "
` [LTP] [PATCH v2 3/6] mremap03: "
` [LTP] [PATCH v2 4/6] mremap04: "
` [LTP] [PATCH v2 5/6] mremap05: "
` [LTP] [PATCH v2 6/6] mremap08: Extract test from mremap05

[PATCH] python3: upgrade 3.14.6 -> 3.14.7
 2026-08-07  7:00 UTC  (4+ messages)
` [OE-core] "
` [OE-core][PATCH v2] "

[PATCH v3 0/3] media: i2c: Add imx576 camera sensor driver
 2026-08-07  7:00 UTC  (5+ messages)
` [PATCH v3 2/3] media: i2c: add imx576 image "
` [PATCH v3 3/3] arm64: dts: qcom: sm7225-fairphone-fp4: Add Sony IMX576 front camera support

[PATCH] mempool: remove cache flush threshold
 2026-08-07  7:00 UTC  (3+ messages)
` [PATCH v3] mempool: remove cache flush threshold field

[PATCH 0/2] hw/loongarch: Harden boot param
 2026-08-07  7:00 UTC  (3+ messages)
` [PATCH 1/2] hw/loongarch/boot: Check memory boundary in init_boot_rom()
` [PATCH 2/2] hw/loongarch/virt: Add bootargs and initrd to device-tree

[PATCH v3 0/2] mm/swap: skip empty clusters in the swapoff scan
 2026-08-07  6:59 UTC  (4+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-07  6:58 UTC  (3+ messages)
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH net] net/sched: cls_u32: skip hash tables in u32_bind_class()
 2026-08-07  7:50 UTC 

[PATCH v1 0/2] virtio: PCI ERS permanent failure teardown for virtio-blk
 2026-08-07  6:16 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] virtio-pci: add error_detected for PCI AER recovery
  ` [PATCH v2 2/2] virtio-blk: mark disk dead on ERS permanent failure
  ` [PATCH v3 0/2] virtio: PCI AER error_detected and virtio-blk shutdown
    ` [PATCH v3 1/2] virtio-pci: add error_detected and slot_reset for AER
    ` [PATCH v3 2/2] virtio-blk: add shutdown and fail queue_rq after VQ teardown

[PATCH] crypto: qce: fix CCM AAD buffer underallocation
 2026-08-07  6:54 UTC 

[PATCH v1] rust: bug: fix warn_on macro build error on UML
 2026-08-07  6:54 UTC  (3+ messages)

[PATCH 0/1] drm/amdgpu: Do not enter PSR if multiple displays are active
 2026-08-06 14:34 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/4] dma/imx_edma5: introduce NXP i.MX95 eDMA5 driver
 2026-08-07  6:54 UTC  (9+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] bus/platform: match device by devicetree compatible string
  ` [PATCH v2 2/5] dma/imx_edma5: introduce eDMA5 dmadev skeleton
  ` [PATCH v2 3/5] dma/imx_edma5: add device configuration
  ` [PATCH v2 4/5] dma/imx_edma5: add data path
  ` [PATCH v2 5/5] dma/imx_edma5: add statistics and dump

[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 7.1.x, 6.18.x, 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x series
 2026-08-07  6:54 UTC 

[PATCH v2] perf/core: Fix group leader use-after-free after sibling detach
 2026-08-07  6:54 UTC  (3+ messages)

[PATCH v7 0/8] cxl: Support Back-Invalidate
 2026-08-07  6:54 UTC  (3+ messages)
` [PATCH v7 2/8] cxl/pci: Add BI topology enable/disable

[PATCH 00/17] drm/spacemit: add SpacemiT K3 display support
 2026-08-07  6:53 UTC  (5+ messages)
` [PATCH 05/17] phy: spacemit: add Innosilicon DP TX PHY driver

[PATCH] fork: reset pointer tag of vmapped thread stack before vfree
 2026-08-07  6:53 UTC  (2+ messages)

[PATCH] kasan: fix cache shrink race with CPU hotplug
 2026-08-07  6:50 UTC  (3+ messages)

git-replay/git-history lose notes
 2026-08-07  6:53 UTC  (2+ messages)

[PATCH v2 0/2] Add bindings and driver for Sony IMX908
 2026-08-07  6:53 UTC  (3+ messages)
` [PATCH v2 2/2] media: i2c: Add Sony IMX908 image sensor driver

[PATCH net-next v1 0/2] net: dsa: realtek: enable RTL8365MB power supplies
 2026-08-07  6:51 UTC  (9+ messages)
` [PATCH net-next v1 2/2] net: dsa: realtek: rtl83xx: add support for enabling supplies

[PATCH 0/3] Add driver for Invensense ICM42370P accelerometer
 2026-08-07  6:51 UTC  (3+ messages)
` [PATCH 2/3] iio: accel: Add support for ICM42370P

`git push --porcelain` has no effect when deleting a ref which does not exist
 2026-08-07  6:51 UTC  (3+ messages)

[PATCH] selftests/net: ovpn: fix socket leak in ovpn_socket() error paths
 2026-08-07  6:48 UTC 

[PATCH] sched/cache: honor migrate_llc_task semantics in active load balance
 2026-08-07  6:48 UTC  (4+ messages)

[PATCH] read-cache: avoid sparse-index expansion for unborn HEAD
 2026-08-07  6:47 UTC  (2+ messages)

[PATCH] drm/virtio: use the DMA API for resource backing on Xen
 2026-08-06 23:53 UTC  (3+ messages)

[PATCH v2 00/53] qom/qdev: associate properties with QAPI schema types
 2026-08-07  6:46 UTC  (3+ messages)
` [PATCH v2 05/53] qapi/gen: fix _module_basename for multi-dash 'what' parameters

CVE-2026-68480: x86/bugs: Make Safe-RET robust against interrupt injection
 2026-08-07  6:45 UTC  (5+ messages)

[PATCH v5] wifi: brcmfmac: cyw: pass PMKID to firmware if present
 2026-08-07  6:47 UTC  (2+ messages)

[PATCH] staging: vme_user: fix bounds check when vme_get_size() returns zero
 2026-08-07  6:44 UTC  (3+ messages)

[PATCH 0/2] backlight: Add support for Orient Chip OCP8178
 2026-08-07  6:46 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH 0/2] KVM: TDX: Enable VM-DoS Prevention Features for TDX
 2026-08-07  6:46 UTC  (7+ messages)
` [PATCH 1/2] KVM: TDX: Enable Notify VM exit

[syzbot] [serial?] WARNING in register_console
 2026-08-07  6:45 UTC  (2+ messages)

[PATCH v2 0/4] completion: add support for 'git history'
 2026-08-07  6:44 UTC  (4+ messages)
` [PATCH v2 1/4] completion: add 'git history' subcommands

[PATCH 0/2] mtd: spinand: winbond: add support for additional SPI-NAND devices
 2026-08-07  6:43 UTC  (6+ messages)
` [PATCH 1/2] mtd: spinand: winbond: add support for W25N04LW
` [PATCH 2/2] mtd: spinand: winbond: add support for W25N01KW and W25N02LW

[PATCH net-next] sctp: auth: propagate HMAC calculation errors to callers
 2026-08-07  6:43 UTC  (2+ messages)
` [PATCH net-next v4] "

[PATCH 1/2] drm/amdgpu: update xgmi_get_relative_phy_addr to cover single socket case
 2026-08-07  6:43 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/ras: set pa base and lfb size for uniras

openbios fails to build with gcc-16 (powerpc code)
 2026-08-07  6:42 UTC  (3+ messages)

[PATCH] usb: gadget: f_tcm: keep port count until LUN teardown completes
 2026-08-07  6:43 UTC  (2+ messages)

[PATCH net-next v1 0/2] net/smc: fix v2 slot clearing and reduce TX slot contention
 2026-08-07  6:43 UTC  (5+ messages)
` [PATCH net-next v1 1/2] net/smc: clear the correct v2 slot and buffer in smc_wr_tx_put_slot()
` [PATCH net-next v1 2/2] net/smc: reduce TX slot contention with exclusive wait

[PATCH v4] net: airoha: npu: use coherent DMA for mailbox messages
 2026-08-07  6:40 UTC 

[PATCH v2 0/2] vpci: allow unaligned accesses by the hardware domain
 2026-08-07  6:39 UTC  (5+ messages)
` [PATCH v2 1/2] x86/pci: prevent cross-device accesses in pci_mmcfg_{read,write}()
` [PATCH v2 2/2] xen/vpci: allow unaligned accesses by the hardware domain

[PATCH v3] drm/pagemap: Prevent double migration of device pages
 2026-08-07  6:39 UTC  (3+ messages)
` ✓ CI.KUnit: success for drm/pagemap: Prevent double migration of device pages (rev4)

[PATCH v6 0/2] input: misc: Add an initial driver for haptics inside Qcom PMIH010x PMIC
 2026-08-07  6:39 UTC  (5+ messages)
` [PATCH v6 1/2] dt-bindings: input: Add Qualcomm SPMI PMIC haptics
` [PATCH v6 2/2] input: misc: Add Qualcomm SPMI PMIC haptics driver

[PATCH net-next v5 00/13] ax88179_178a: Add support for AX88179A-based chips
 2026-08-07  6:39 UTC  (6+ messages)
` [PATCH net-next v5 13/13] ax88796b: Add support for AX88772D, AX88179A and AX88279

[PATCH 0/3] ext4: Fix credit estimates for extent tree modifications
 2026-08-07  6:37 UTC  (3+ messages)
` [PATCH 3/3] ext4: Fix estimate extent index blocks in ext4_ext_index_trans_blocks()

[syzbot ci] Re: pull request: fixes for ovpn 2026-08-07
 2026-08-07  6:37 UTC  (2+ messages)

[PATCH 1/1] cdx: fix use-after-free in cdx_mcdi_process_cmd after timeout
 2026-08-07  6:36 UTC 

[PATCH v2 0/4] mmc: sdhci_am654: Fix DDR50 mode for cards without tuning support
 2026-08-07  6:35 UTC  (6+ messages)
` [PATCH v2 4/4] mmc: sdhci_am654: Fallback to DT-provided itap delay on DDR50 tuning failure

[PATCH v2] ASoC: spacemit: advertise only DMA-backed DAI streams
 2026-08-07  6:32 UTC  (3+ messages)

[PATCH] tools: Use fputc() calls in some functions
 2026-08-07  6:33 UTC  (3+ messages)
  `  "

Linux 6.6.149
 2026-08-07  6:31 UTC  (4+ messages)
` CVE-2026-68480 mitigations for older stable series (was: Re: Linux 6.6.149)

[PATCH] completion: complete tracked paths for 'git diff'
 2026-08-07  6:31 UTC  (3+ messages)
` [PATCH v4 0/3] completion of 'git [-C <dir>] diff'

[PATCH v5 0/9] Improve Qualcomm EUD driver and platform support
 2026-08-07  6:31 UTC  (3+ messages)
` [PATCH v5 8/9] arm64: dts: qcom: kodiak: Describe EUD UTMI path using child node

[PATCH] target/i386: Clear OF, SF, and AF for fcomi/fucomi
 2026-08-07  6:30 UTC  (3+ messages)

[PATCH RFC] ALSA: drivers: Fix out-of-bounds array access in probe functions
 2026-08-07  6:31 UTC 

Linux kernel 6.6.150 released
 2026-08-07  6:30 UTC 

[PATCH v2 net 0/2] Fix wrong transport_header when sending VLAN-tagged frames
 2026-08-07  6:34 UTC  (3+ messages)
` [PATCH v2 net 1/2] net: packet: fix wrong transport_header when sending VLAN-tagged frame
` [PATCH v2 net 2/2] net: tap: "

[PATCH] drm/i915/cmtg: Disable CMTG after PSR exit to avoid disable timeout
 2026-08-07  5:54 UTC 

[PATCH 0/5] Reintroduce writev(3p)
 2026-08-07  6:29 UTC  (11+ messages)

[PATCH v2] target/i386: Clear OF, SF, and AF for fcomi/fucomi
 2026-08-07  6:28 UTC 

[LTP] Revert "tpci: unbind driver in test_assign_resources()"
 2026-08-07  6:28 UTC  (3+ messages)

[meta-ti][scarthgap][PATCH v2 0/4] Backport ti-core-initramfs to scarthgap for j722s NFS boot
 2026-08-07  6:26 UTC  (6+ messages)
` [meta-ti][scarthgap][PATCH v2 1/4] initramfs: add ti-core-initramfs image and packagegroup
` [meta-ti][scarthgap][PATCH v2 2/4] k3: fix weak IMAGE_BOOT_FILES assignment
` [meta-ti][scarthgap][PATCH v2 3/4] initramfs-module-netsetup: add recipe for DHCP before NFS root mount
` [meta-ti][scarthgap][PATCH v2 4/4] initramfs-module-netsetup: add j722s CPSW proxy-client kernel modules

Linux kernel 6.1.182 released
 2026-08-07  6:25 UTC 

[PATCH RFC] usb: gadgetfs: fix reference count underflow in gadgetfs_bind()
 2026-08-07  6:25 UTC 

[PATCH v2] usb: xhci: tegra: Propagate errors from optional IRQ lookup
 2026-08-07  6:24 UTC 

[PATCH net v3] net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enabling
 2026-08-07  6:22 UTC 

[PATCH v2 net] ipvlan: inherit needed_headroom and needed_tailroom from phy_dev
 2026-08-07  6:23 UTC  (2+ messages)

[LTP] [PATCH 4/5] mremap04: Convert to new API
 2026-08-07  6:23 UTC  (2+ messages)

[PATCH v12 0/1] Add USB2.0 VBUS mux driver for RZ/G3E
 2026-08-07  6:23 UTC  (3+ messages)
` [PATCH v12 1/1] mux: Add driver for Renesas RZ/V2H USB VBENCTL VBUS_SEL mux

[PATCH] i2c: imx: add I2C_M_REV_DIR_ADDR and I2C_M_NOSTART
 2026-08-07  6:22 UTC  (3+ messages)

[LTP] memcg/functional: fix memcg_failcnt intermittent timeout by disabling swap
 2026-08-07  6:20 UTC  (3+ messages)

[PATCH net] macvlan: inherit needed_headroom and needed_tailroom from lowerdev
 2026-08-07  6:21 UTC  (2+ messages)

[PATCH RFC] media: rc: fix use-after-free in probe error path
 2026-08-07  6:21 UTC 

Linux kernel 5.15.215 released
 2026-08-07  6:20 UTC 

[PATCH -next v3] thunderbolt: Add quirk to reset host interface on DMA path teardown for AMD USB4 routers
 2026-08-07  6:16 UTC  (2+ messages)

[PATCH] serial: core: Fix a NULL pointer dereference in uart_parse_earlycon()
 2026-08-07  6:20 UTC  (5+ messages)

Linux 6.12.102
 2026-08-07  6:19 UTC  (2+ messages)

Linux 6.6.150
 2026-08-07  6:19 UTC  (2+ messages)

Linux 6.1.182
 2026-08-07  6:19 UTC  (2+ messages)

Linux 5.15.215
 2026-08-07  6:19 UTC  (2+ messages)

Linux 5.10.264
 2026-08-07  6:19 UTC  (2+ messages)

[PATCH v6 0/9] perf c2c: add a function view
 2026-08-07  6:19 UTC  (4+ messages)

[PATCH v2 0/7] acpi_build: Refactor and cleanup AMD IVRS build
 2026-08-07  6:12 UTC  (2+ messages)
` [PATCH v2 7/7] tests/acpi: x86: update golden masters for IVRS

[PATCH v9 0/3] i2c: ma35d1: Add support for MA35D1 I2C controller
 2026-08-07  6:18 UTC  (3+ messages)
` [PATCH v9 2/3] i2c: ma35d1: Add Nuvoton MA35D1 I2C driver support


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.