All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-11 10:51:15 to 2026-09-11 11:28:08 UTC [more...]

[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
 2026-09-11 10:54 UTC  (10+ messages)

[PATCH v5 0/8] Add syscon support for Renesas WDT driver
 2026-09-11 11:28 UTC  (12+ messages)
` [PATCH v5 1/8] watchdog: rzv2h: Drop enabling clocks in the restart handler
` [PATCH v5 2/8] watchdog: rzv2h: Drop WDTRCR_RSTIRQS define
` [PATCH v5 3/8] watchdog: rzv2h: Propagate WDTDCR access errors
` [PATCH v5 4/8] watchdog: rzv2h: Use pm_runtime_put_sync()
` [PATCH v5 5/8] watchdog: rzv2h: Convert WDTDCR handling to regmap
` [PATCH v5 6/8] watchdog: rzv2h: Add syscon support for WDTDCR
` [PATCH v5 7/8] arm64: dts: renesas: r9a09g077: Use CPG/MSSR syscon for WDTDCR access
` [PATCH v5 8/8] arm64: dts: renesas: r9a09g087: "

[oe-core][PATCH] cargo_common: map the cargo vendoring directory for the C compiler
 2026-09-11 11:27 UTC 

[PATCH net-next v11 0/5] net: rnpgbe: Add TX/RX and link status support
 2026-09-11 11:26 UTC  (5+ messages)
` [PATCH net-next v11 1/5] net: rnpgbe: Add interrupt handling
  ` [PATCH net-next v11 2/5] net: rnpgbe: Add basic TX packet transmission support
  ` [PATCH net-next v11 4/5] net: rnpgbe: Add receive mode support
  ` [PATCH net-next v11 5/5] net: rnpgbe: Add link status handling support

[PATCH v2] linux-firmware: upgrade 20260810 -> 20260910
 2026-09-11 11:26 UTC 

[PATCH v3] KVM: arm64: Trap guest MPAM accesses whenever MPAM is implemented
 2026-09-11 11:26 UTC  (3+ messages)

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-11 11:25 UTC  (17+ messages)
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH 23/23] kbuild: use pigz for gzip compression if available

[PATCH 0/6] drm/xe/log: Relax location ID recognition
 2026-09-11 11:25 UTC  (6+ messages)
` [PATCH 2/6] drm/xe: Keep reference to device descriptor

[PATCH net-next v2 5/9] net: stmmac: qcom-ethqos: fix RGMII_ID mode to use DLL bypass
 2026-09-11 11:25 UTC  (2+ messages)

[PATCH net-next v2 2/9] net: phy: dp83867: add regulator supply management
 2026-09-11 11:25 UTC  (2+ messages)

[PATCH net-next v2 3/9] dt-bindings: net: qcom,ethqos: add qcom,shikra-ethqos compatible
 2026-09-11 11:25 UTC  (2+ messages)

[PATCH net-next v2 4/9] net: stmmac: qcom-ethqos: convert ethqos_rgmii_macro_init() to void
 2026-09-11 11:25 UTC  (2+ messages)

[PATCH net-next v2 9/9] net: stmmac: qcom-ethqos: add Shikra EMAC support
 2026-09-11 11:25 UTC  (2+ messages)

[PATCH net-next v2 8/9] net: stmmac: qcom-ethqos: add per-platform NOC clock voting
 2026-09-11 11:25 UTC  (2+ messages)

[PATCH net-next v2 7/9] net: stmmac: qcom-ethqos: set initial RGMII link clock to lowest speed
 2026-09-11 11:25 UTC  (2+ messages)

[PATCH net-next v2 6/9] net: stmmac: qcom-ethqos: warn about legacy RGMII PHY modes
 2026-09-11 11:25 UTC  (2+ messages)

[mainline]kdump fails to save vmcore when crash is manually triggered
 2026-09-11 11:25 UTC  (2+ messages)

[PATCH net-next v2 1/9] dt-bindings: net: ti,dp83867: add supply properties
 2026-09-11 11:25 UTC  (2+ messages)

[RFC PATCH 0/2] mm/slub: reduce list_lock contention with slab parking
 2026-09-11 11:24 UTC  (3+ messages)

[PATCH v1 0/2] lsm: Preserve full ioctl commands in audit records
 2026-09-11 11:24 UTC  (3+ messages)
` [PATCH v1 2/2] selftests/landlock: Check "

[PATCH 00/10] Implement Wa_14021768792 to bypass m_n ratio limit
 2026-09-11 11:24 UTC  (3+ messages)
` [PATCH 01/10] drm/i915/display: Add helper to compute link M/N ratio for reuse

[PATCH v3 00/26] ALSA compress / ASoC compress / SOF: Compressed audio support with IPC4
 2026-09-11 11:21 UTC  (27+ messages)
` [PATCH v3 01/26] ALSA: compress: pin card module while stream is open
` [PATCH v3 02/26] ALSA: compress: register the open file with the card
` [PATCH v3 03/26] ALSA: compress: stop active streams on disconnect
` [PATCH v3 04/26] ASoC: soc-compress: Provide a runtime for the compressed FE substream
` [PATCH v3 05/26] ASoC: soc-compress: Implement trigger FE-BE sequencing as with normal PCMs
` [PATCH v3 06/26] ASoC: soc-compress: Stop running dpcm on free
` [PATCH v3 07/26] ASoC: SOF: compress: Move the IPC agnostic helpers to sof-audio.c
` [PATCH v3 08/26] ASoC: SOF: compress: Rename compress ops with ipc3 prefix
` [PATCH v3 09/26] ASoC: SOF: sof-audio: Fix the pipeline_list population
` [PATCH v3 10/26] ASoC: SOF: ipc4-pcm: Serialize the PCM free with the pipeline triggers
` [PATCH v3 11/26] ASoC: SOF: sof-audio: do not dereference swidget->spipe unconditionally on free
` [PATCH v3 12/26] ASoC: SOF: sof-audio: Expose a couple of functions
` [PATCH v3 13/26] ASoC: SOF: pcm: Modify the signature of a couple of PCM IPC ops
` [PATCH v3 14/26] ASoC: SOF: intel: hda-stream: Clear the current position when releasing stream
` [PATCH v3 15/26] ASoC: SOF: ipc4: Add definition of module data in init_ext object type
` [PATCH v3 16/26] ASoC: SOF: ipc4-topology: Support init_ext_module_data for process modules
` [PATCH v3 17/26] ASoC: SOF: ipc4-pcm: Make the timestamp info usable outside of ipc4-pcm.c
` [PATCH v3 18/26] ASoC: SOF: ipc4/ipc4-loader: Add SOF_INFO and CODEC_INFO to fw_config_params
` [PATCH v3 19/26] ASoC: SOF: ipc4-pcm: Handle COMPR DRAIN triggers as EOS pipeline state
` [PATCH v3 20/26] ASoC: SOF: ipc4-topology: Set FAST_MODE for host copier in compr mode
` [PATCH v3 21/26] ASoC: SOF: ops: Add new platform-specific ops for compress
` [PATCH v3 22/26] ASoC: SOF: Add support for IPC4 compressed
` [PATCH v3 23/26] ASoC: SOF: ipc4: Handle compressed drain done notification from firmware
` [PATCH v3 24/26] ASoC: SOF: Intel: Kconfig: Remove redundant IPC version selects
` [PATCH v3 25/26] ASoC: SOF: Intel: Kconfig: Select compress support for TGL+ platforms
` [PATCH v3 26/26] ASoC: SOF: topology: Add support for decoder and encoder widgets

[PATCH] python3-build: upgrade 1.6.0 -> 1.6.1
 2026-09-11 11:22 UTC 

[PATCH] tomcli: add new recipe
 2026-09-11 11:21 UTC 

[PATCH net,v2 0/4] Netfilter fixes for net
 2026-09-11 11:21 UTC  (5+ messages)
` [PATCH net 1/4] netfilter: nft_nat: fully initialise new_addr in netmap setup
` [PATCH net 2/4] netfilter: nf_tables: fix device name and prefix match in hook lookup
` [PATCH net 3/4] netfilter: nf_nat: unregister and release hooks on error
` [PATCH net 4/4] netfilter: flowtable: hold reference on ct until flow is released

[PATCH 6.1.y] mm/damon/core: skip aging from repeated aggressive merging
 2026-09-11 11:21 UTC  (2+ messages)

[PATCH v10 0/8] fix several inconsistencies with sysfs configuration in etmX
 2026-09-11 11:21 UTC  (15+ messages)
` [PATCH v10 1/8] coresight: etm4x: fix inconsistencies with sysfs configuration
` [PATCH v10 2/8] coresight: etm3x: "
` [PATCH v10 3/8] coresight: etm3x: change drvdata->spinlock type to raw_spin_lock_t
` [PATCH v10 4/8] coresight: etm3x: remove redundant cpu online check on etm_enable_sysfs()
` [PATCH v10 5/8] coresight: etm4x: introduce struct etm4_caps
` [PATCH v10 6/8] coresight: etm4x: exclude ss_status from drvdata->config
` [PATCH v10 7/8] coresight: etm4x: remove s_ex_level from config
` [PATCH v10 8/8] coresight: etm3x: introduce struct etm_caps

[PATCH 6.6.y] mm/damon/core: skip aging from repeated aggressive merging
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH 6.6.y] clk: meson: align gxbb_32k_clk_sel number of parents with actual count
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH 6.1.y] clk: meson: align gxbb_32k_clk_sel number of parents with actual count
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH 5.10.y] clk: meson: align gxbb_32k_clk_sel number of parents with actual count
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH 5.15.y] clk: meson: align gxbb_32k_clk_sel number of parents with actual count
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH 6.12.y] mm/damon/core: skip aging from repeated aggressive merging
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH 6.12.y] clk: meson: align gxbb_32k_clk_sel number of parents with actual count
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH 6.18.y] mm/damon/core: avoid infinite kdamond_merge_regions() internal loop
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH 7.2.y] mm/damon/core: skip aging from repeated aggressive merging
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH 6.18.y] mm/damon/sysfs: read ops_id only once in damon_sysfs_apply_inputs()
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH 5.15.y] bpf: Enforce expected_attach_type for tailcall compatibility
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH 7.2.y] iommu/arm-smmu-v3: Disable implementations during devm teardown
 2026-09-11 11:20 UTC  (2+ messages)

[PATCH] lib/amdgpu: add asic id for gfx1102
 2026-09-11 11:20 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[thomas-weissschuh:b4/auxclock-nanosleep 17/42] ERROR: modpost: kernel/time/time_tests.ko: module uses symbol 'tk_aux_capture_mono_conv' from namespace 'module:time_test', but does not import it
 2026-09-11 11:20 UTC 

[PATCH v2 00/39] [RISC-V] virtual interrupt controller (vAPLIC/vIMSIC) support
 2026-09-11 11:19 UTC  (4+ messages)
` [PATCH v2 15/39] xen/riscv: add IMSIC vCPU context switch handlers

[PATCH v3] writeback, memcg: skip foreign dirty tracking for bdev inodes
 2026-09-11 11:20 UTC  (4+ messages)
  ` [External] "

[brauner-vfs:vfs-7.4.file 2/3] fs/tests/fdtable_kunit.c:25:9: sparse: sparse: incompatible types for operation (==):
 2026-09-11 11:18 UTC 

[LTP] [PATCH v2 0/9] doc: Improve and fix documentation and API comments
 2026-09-11 11:19 UTC  (7+ messages)
` [LTP] [PATCH v2 2/9] doc: Correct guide and API descriptions
` [LTP] [PATCH v2 4/9] include: Document assertion API macros
` [LTP] [PATCH v2 5/9] include: Document filesystem test utilities

[PATCH] spi: docs: Use the multi-lane mode constants in examples
 2026-09-10 14:52 UTC  (2+ messages)

[PATCH v5 0/2] staging: iio: adc: ad7816: Fix SPI read race condition and DMA safety
 2026-09-11 11:18 UTC  (4+ messages)
` [PATCH v5 1/2] staging: iio: adc: ad7816: Serialize SPI read operations
` [PATCH v5 2/2] staging: iio: adc: ad7816: Use DMA-safe buffer for SPI read

[PATCH v2 0/8] gpu: nova-core: add NVKV codec
 2026-09-11 11:18 UTC  (6+ messages)
` [PATCH v2 6/8] gpu: nova-core: add NVKV typed encoding

[meta-oe][PATCH v3] libgpiod: handle disappearing chips during iteration for v1.6.x
 2026-09-11 11:15 UTC  (2+ messages)

[PATCH v2] man/man2: introduce man page for file_getattr/file_setattr syscalls
 2026-09-11 11:17 UTC  (3+ messages)

[PATCH v1] drm/xe/i2c: Disable IRQ on unbind
 2026-09-11 11:17 UTC  (2+ messages)

[PATCH] net/i40e: fix missing error handling for QinQ filter
 2026-09-11 11:16 UTC  (2+ messages)

[scarthgap][PATCH] glibc: Fix CVE-2026-6238
 2026-09-11 11:16 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 00/10] odb: make consistency checks pluggable
 2026-09-11 11:15 UTC  (9+ messages)
` [PATCH v2 05/10] odb: provide infrastructure for pluggable fsck checks
` [PATCH v2 07/10] builtin/fsck: move reverse index verification into the packed source
` [PATCH v2 09/10] builtin/fsck: move multi-pack "
` [PATCH v2 10/10] builtin/fsck: move loose object verification into the loose source

[PATCH] mmc: vub300: fix sleeping function call from invalid context in vub300_inactivity_timer_expired
 2026-09-11 11:14 UTC  (9+ messages)

[PATCH v7 00/12] crypto: qce - Fix crypto self-test failures
 2026-09-11 11:14 UTC  (4+ messages)
` [PATCH v7 09/12] crypto: qce - remove the BROKEN label

[PATCH nf v2] netfilter: nf_tables: skip expired catchall elements on insert and delete
 2026-09-11 11:14 UTC  (2+ messages)

[PATCH v1] nestedsvm: Fix multi-byte IO port intercept check
 2026-09-11 11:13 UTC  (3+ messages)

[PATCH net] net: mana: never hand a non-page_pool buffer to XDP
 2026-09-11 11:12 UTC  (2+ messages)

LINSTOR Operator 2.12.0-rc.2
 2026-09-11 11:11 UTC 

[PATCH] usb: typec: ucsi: acpi: Assume UCSI 1.2 on Acer Nitro ANV15-41
 2026-09-11 11:12 UTC  (2+ messages)

[PATCH v10 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-09-11 11:09 UTC  (7+ messages)
` [PATCH v10 1/6] selftests/mm: make file helpers return errors
` [PATCH v10 2/6] tools/lib/mm: add shared file helpers
` [PATCH v10 3/6] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v10 4/6] tools/mm: move gup_test from selftests/mm to tools/mm
` [PATCH v10 5/6] tools/mm: make gup_bench a benchmark only tool
` [PATCH v10 6/6] selftests/mm: add a GUP selftest

[PATCH ath-next] wifi: ath9k: unmap DMA and free skb for stale TX buffers on queue drain
 2026-09-11 11:10 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix RX buffer OOB write from device-reported length
 2026-09-11 11:10 UTC 

[PATCH v2 0/4] mm/slub: preserve previous object lifetime
 2026-09-11 11:10 UTC  (4+ messages)
` [PATCH v2 2/4] mm/slub: preserve one "

[PATCH 00/10] arm64: dts: exynos: Few strict dt-style-check cleanups
 2026-09-11 11:09 UTC  (7+ messages)
` [PATCH 01/10] arm64: dts: exynos: axis: Re-order nodes to match coding style
` [PATCH 02/10] arm64: dts: exynos: axis: Re-order properties "
` [PATCH 08/10] arm64: dts: exynos5433: Re-order nodes "

[PATCH v9 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-09-11 11:08 UTC  (7+ messages)
` [PATCH v9 6/6] selftests/mm: add a GUP selftest

[PATCH v1 0/2] writeback: bound foreign dirty flushing
 2026-09-11 11:08 UTC  (5+ messages)
` [PATCH v1 2/2] writeback: snapshot foreign flush pages

[PATCH] usb: typec: ucsi_ccg: Add retry mechanism in ccg_read
 2026-09-11 11:08 UTC  (2+ messages)

[PATCH] linux-firmware: upgrade 20260810 -> 20260910
 2026-09-11 11:08 UTC  (3+ messages)

[PATCH v3 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
 2026-09-11 11:06 UTC  (7+ messages)

[PATCH] repair: remove the ip variable in ensure_rtgroup_file
 2026-09-11 11:06 UTC  (2+ messages)

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-11 11:05 UTC  (4+ messages)
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP

[PATCH] libxfs: remove xfs_inode.i_size
 2026-09-11 11:05 UTC  (2+ messages)

[PATCH] PCI: rockchip: Skip the Tpvperl wait when power is already valid
 2026-09-11 11:04 UTC  (2+ messages)

[PATCH v3 0/4] xen/arm: Fix eSPI IRQ handling
 2026-09-11 11:03 UTC  (3+ messages)
` [PATCH v3 1/4] xen/arm: make is_espi() a pure range predicate

[PATCH] wifi: rtw88: 8821c: Add HP single-antenna quirk
 2026-09-11 10:09 UTC 

[PULL 00/12] Misc patches for 2026-09-09
 2026-09-11 11:02 UTC  (4+ messages)

[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
 2026-09-11 11:02 UTC  (5+ messages)
` [PATCH v20 14/14] KVM: selftests: arm64: Add GCS EXLOCK exception emulation test

[PATCH v4] landlock.7, landlock_*.2: Document LANDLOCK_ADD_RULE_QUIET
 2026-09-11 11:02 UTC  (3+ messages)

[PATCH] x86: Rename X86_ET_EXT_INTR to X86_ET_INTR and fix function names
 2026-09-11 11:00 UTC  (2+ messages)

[chao:dev-test 15/21] fs/f2fs/super.c:3142:1: warning: label 'restore_holder' defined but not used
 2026-09-11 10:59 UTC 

[PATCH v2] fetch2/git: replace stale clones when using premirrors
 2026-09-11 10:59 UTC  (3+ messages)
  ` [bitbake-devel] "

[PATCH v2 00/16] KVM: arm64: Confine protected VM vCPU state to EL2
 2026-09-11 10:58 UTC  (4+ messages)
` [PATCH v2 13/17] KVM: arm64: Pend a protected guest's SError with HCR_EL2.VSE only

[PATCH] target/i386: Don't clear C1 for FCOMI/FCOMIP/FUCOMI/FUCOMIP
 2026-09-11 10:58 UTC 

[PATCH v4 0/7] drm/msm/hdmi: Fixes/Cleanups before Eliza
 2026-09-11 10:58 UTC  (3+ messages)
` [PATCH v4 2/7] drm/msm/hdmi: Handle msm_hdmi_power_on() errors during .atomic_pre_enable()

[PATCH v2 0/7] unmap_page_range optimisation
 2026-09-11 10:57 UTC  (4+ messages)
` [PATCH v2 1/7] x86: make UPDATE_ENTRY() allow for multiple operation flags

[PULL 0/4] Trivial patches for 2026-09-11
 2026-09-11 10:56 UTC  (5+ messages)
` [PULL 1/4] qapi/net: gate user/vde/netmap netdev backends behind their CONFIG symbols
` [PULL 2/4] qapi/misc: Fix missed query-iothreads items
` [PULL 3/4] util/cutils: Use qemu_isdigit() instead of isdigit()
` [PULL 4/4] hw/ppc/vof: Use qemu_tolower() instead of tolower()

[PATCH v1 0/6] nestedsvm: Misc fixes
 2026-09-11 10:56 UTC  (3+ messages)
` [PATCH v1 5/6] nestedsvm: Fix deferred event injection

[PATCH ath-next] wifi: ath9k: free clone buffer on fi->bf overwrite in ath_tx_setup_buffer
 2026-09-11 10:57 UTC  (2+ messages)

[PATCH net 0/2] net: psp: avoid conflicts with skb->decrypted and sk_validate_xmit_skb()
 2026-09-11 10:57 UTC  (3+ messages)
` [PATCH net 2/2] selftests: drv-net: psp: test PSP and TCP ULP mutual exclusion

[PATCH] wifi: rtw88: 8821c: Add HP single-antenna quirk
 2026-09-11 10:56 UTC 

[PATCH v15 net-next 0/2] octeontx2-pf: mqprio bandwidth offload for NIX TX schedulers
 2026-09-11 10:55 UTC  (3+ messages)
` [PATCH v15 net-next 1/2] octeontx2: use atomic bitops for PF/VF and rep flags
` [PATCH v15 net-next 2/2] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers

[PATCH v2 0/8] md: don't wait for q->limits_lock while md holds back I/O
 2026-09-11 10:54 UTC  (3+ messages)
` [PATCH v2 6/8] md: pass a queue_limits through ->run()

[PATCH] HID: kye: fix inverted Manticore open/close condition
 2026-09-11 10:54 UTC 

[PATCH net-next v2] octeontx2-af: consolidate RVU AFVF device id definitions
 2026-09-11 10:53 UTC  (2+ messages)

[RFC PATCH] drm/xe/vram: add decay-based reinstatement of soft-offlined VRAM pages
 2026-09-11 10:53 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH 0/1] block/throttle-groups: fix a NULL token crash on group creation
 2026-09-11 10:52 UTC  (3+ messages)
` [PATCH] block/throttle-groups: fix crash when enabling I/O limits on a busy disk

[PATCH V16 00/13] iothread: Support tracking and querying IOThread holder
 2026-09-11 10:52 UTC  (2+ messages)

[PATCH v2] mtd: spi-nor: Fix quad-enable for flashes with QER bit in SR1
 2026-09-11 10:52 UTC  (2+ messages)

[PATCH v3 0/7] read proc/pid/smaps_rollup under per-vma lock
 2026-09-11 10:52 UTC  (3+ messages)
` [PATCH v3 1/7] proc/task_mmu: remove unnecessary helpers

[PULL 00/29] parallels: persistent dirty bitmaps and Format Extension hardening
 2026-09-11 10:51 UTC  (2+ messages)

[PULL 0/7] Qtest patches for 2026-09-10
 2026-09-11 10:51 UTC  (2+ messages)

[PATCH net-next v4 0/4] rtnetlink: dump link-layer multicast addresses
 2026-09-11 10:51 UTC  (5+ messages)
` [PATCH net-next v4 1/4] netlink: specs: rt-addr: fix the type of target-netnsid
` [PATCH net-next v4 2/4] rtnetlink: add AF_PACKET multicast dumps
` [PATCH net-next v4 3/4] netlink: specs: rt-addr: document "
` [PATCH net-next v4 4/4] selftests: net: test "

[PATCH] xfs: fix NOFS state corruption in btree split worker
 2026-09-11 10:51 UTC  (4+ messages)
    ` [PATCH] xfs: kill xfs_trans_set/clear_context() helpers


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.