All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-12 09:06:37 to 2026-06-12 09:49:04 UTC [more...]

[PATCH RFC 0/1] block: fix concurrent elevator change failure
 2026-06-12  9:47 UTC  (3+ messages)

[PATCH v2] net: airoha: Fix error handling in airoha_ppe_flush_sram_entries()
 2026-06-12  9:48 UTC  (2+ messages)

[PATCH] ALSA: hda/hdmi: Add force-connect quirk for HP EliteDesk 800 G5 Mini
 2026-06-12  9:46 UTC 

[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes
 2026-06-12  9:46 UTC  (13+ messages)
` [Patch v3 1/8] perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities
` [Patch v3 2/8] perf/x86/intel: Keep cap_user_rdpmc in sync with RDPMC user-disable state
` [Patch v3 3/8] perf/x86/intel: Fallback to sw branch type decoding if no hw decoding
` [Patch v3 4/8] perf/x86/intel: Fix kernel address leakages in LBR stack
` [Patch v3 5/8] perf/x86/intel: Validate the return value of intel_pmu_init_hybrid()
` [Patch v3 6/8] perf/x86/intel: Drop fixed-counter PEBS constraints for baseline PEBS
` [Patch v3 7/8] perf/core: Fix kernel register info leak via hardware skid
` [Patch v3 8/8] perf/core: Check kernel access when kernel callchains are requested

[PATCH v4 00/16] media: iris: Add AR50LT core support and enable Agatti platform
 2026-06-12  9:46 UTC  (20+ messages)
` [PATCH v4 01/16] media: iris: Skip UBWC configuration when not supported
` [PATCH v4 02/16] media: iris: Filter UBWC raw formats based on hardware capabilities
` [PATCH v4 03/16] media: iris: Introduce set_preset_register as a vpu_op
` [PATCH v4 04/16] media: iris: Introduce interrupt_init "
` [PATCH v4 05/16] media: iris: add vpu op hook to disable ARP buffer
` [PATCH v4 06/16] media: iris: Add platform data field for watchdog interrupt mask
` [PATCH v4 07/16] media: iris: Add platform flag for instantaneous bandwidth voting
` [PATCH v4 08/16] media: iris: skip PIPE if it is not supported by the platform
` [PATCH v4 09/16] media: iris: Add framework support for AR50_LITE video core
` [PATCH v4 10/16] media: iris: add minimal GET_PROPERTY implementation
` [PATCH v4 11/16] media: iris: update buffer requirements based on received info
` [PATCH v4 12/16] media: iris: implement support for the Agatti platform
` [PATCH v4 13/16] media: iris: Introduce buffer size calculations for AR50LT
` [PATCH v4 14/16] media: iris: add Gen2 firmware support on the Agatti platform
` [PATCH v4 15/16] media: venus: skip QCM2290 if Iris driver is enabled
` [PATCH v4 16/16] media: iris: constify inst_fw_cap_sm8250_dec

[PATCH RFC] ocfs2: fix circular locking dependency in ocfs2_dio_end_io_write()
 2026-06-12  9:45 UTC  (3+ messages)

[PATCH] jfs: validate active AG before updating db_active
 2026-06-12  9:45 UTC  (2+ messages)

[nsa:xlnx/fix/buf-mmap-multibuffer 19282/27391] drivers/clk/clk-adjustable-rate.c:166: warning: expecting prototype for of_adjustable_clk_setup(). Prototype was for _of_adjustable_clk_setup() instead
 2026-06-12  9:45 UTC 

[dwmw2:timekeeping 3/4] ntp.c:undefined reference to `__divdi3'
 2026-06-12  9:45 UTC 

[PATCH v2] block: invalidate cached plug timestamp after task switch
 2026-06-12  9:45 UTC  (2+ messages)

[PATCH] net: macb: add TX stall timeout callback to recover from lost TSTART write
 2026-06-12  9:45 UTC  (2+ messages)

[PATCH] nvme: unmap the data buffer when metadata mapping fails
 2026-06-12  9:45 UTC  (2+ messages)

[PATCH net-next v2 0/3] ptp: Add driver for R-Car Gen4 gPTP timer
 2026-06-12  9:44 UTC  (5+ messages)
` [PATCH net-next v2 1/3] dt-bindings: ptp: renesas,rcar-gen4-gptp: Add R-Car Gen4
` [PATCH net-next v2 2/3] ptp: Add driver for "
` [PATCH net-next v2 3/3] arm64: dts: renesas: r8a779g0: Add gPTP node

[PATCH v3 00/10] sched/fair, KVM: Semantics-aware directed yield for oversubscribed KVM
 2026-06-12  9:43 UTC  (2+ messages)

[PATCH RFC] mm/kmemleak: avoid soft lockup when scanning task stacks
 2026-06-12  9:42 UTC  (5+ messages)

[PATCH v8 00/18] drm/amdgpu: AMDGPU SVM support based on DRM (Phase 1: single GPU, XNACK on)
 2026-06-12  9:42 UTC  (34+ messages)
` [PATCH v8 01/18] drm/amdgpu: add SVM ioctl UAPI definitions
` [PATCH v8 02/18] drm/amdgpu: add SVM core header and VM integration
` [PATCH v8 03/18] drm/amdgpu: add SVM attribute subsystem types
` [PATCH v8 04/18] drm/amdgpu: implement SVM attribute tree and helper functions
` [PATCH v8 05/18] drm/amdgpu: implement SVM attribute set/get/clear operations
` [PATCH v8 06/18] drm/amdgpu: add SVM range types and work queue interface
` [PATCH v8 07/18] drm/amdgpu: implement SVM range GPU mapping core
` [PATCH v8 08/18] drm/amdgpu: implement SVM range notifier and GC helpers
` [PATCH v8 09/18] drm/amdgpu: add SVM notifier invalidate callback and checkpoint
` [PATCH v8 10/18] drm/amdgpu: implement SVM initialization and lifecycle
` [PATCH v8 11/18] drm/amdgpu: add SVM ioctl entry and fault handler module
` [PATCH v8 12/18] drm/amdgpu: integrate SVM into build system and VM fault path
` [PATCH v8 13/18] drm/amdgpu: add VRAM migration infrastructure for drm_pagemap
` [PATCH v8 14/18] drm/amdgpu: implement drm_pagemap SDMA migration callbacks
` [PATCH v8 15/18] drm/amdgpu: implement synchronous TTM eviction for SVM BOs
` [PATCH v8 16/18] drm/amdgpu: hook up ZONE_DEVICE registration in device init and reset
` [PATCH v8 17/18] drm/amdgpu: add SVM range migration helpers for drm_pagemap
` [PATCH v8 18/18] drm/amdgpu: integrate VRAM migration into SVM fault and prefetch paths

[PATCH] ARM: multi_v7_defconfig: Enable dma-buf heaps
 2026-06-12  9:41 UTC  (4+ messages)

[LTP] [PATCH] cgroup_fj: don't disable controller that was already enabled
 2026-06-12  9:40 UTC  (4+ messages)

[PATCH 0/1] i2c: Andi Shyti is the new maintainer
 2026-06-12  9:40 UTC  (3+ messages)
` [PATCH 1/1] MAINTAINERS: hand over I2C to Andi Shyti

[PATCH net-next v6 0/5] veth: add Byte Queue Limits (BQL) support
 2026-06-12  9:39 UTC  (4+ messages)
` [PATCH net-next v6 4/5] net: sched: add timeout count to NETDEV WATCHDOG message

[PATCH] rnbd-clt: Use common error handling code in rnbd_get_iu()
 2026-06-12  9:39 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: support shift operations with non-const source operand
 2026-06-12  9:38 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: support shift operations with non-const src operand
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for non-const src shift

[GIT PULL] git-gui: repo discovery with rev-parse; pick and gui subcommands; silent make -s
 2026-06-12  9:38 UTC 

[GIT PULL] gitk: horizontal scrollbar for commit list
 2026-06-12  9:38 UTC 

[PATCH v2 0/2] drivers/perf: hisi: Updates for HiSilicon uncore PMUs
 2026-06-12  9:38 UTC  (3+ messages)
` [PATCH v2 1/2] drivers/perf: hisi: Support uncore ITS PMU
` [PATCH v2 2/2] drivers/perf: hisi: Add new function for HiSilicon MN PMU driver

[PATCH] net: airoha: Fix variable shadowing in airoha_ppe_flush_sram_entries()
 2026-06-12  9:37 UTC 

[PATCH for-4.22 v3] xen/x86: Change stub page allocation/free
 2026-06-12  9:35 UTC  (4+ messages)

[PATCH] i2c: amd-asf: Validate firmware-reported length
 2026-06-12  9:35 UTC 

[Intel-wired-lan] [PATCH net-next v3] ixgbe: implement get_queue_stats_rx
 2026-06-12  9:36 UTC  (3+ messages)
  `  "

[LTP] [PATCH] [PATCH V2] memcg/memcontrol04: Fix race in pagecache allocation measurement
 2026-06-12  9:35 UTC  (2+ messages)

[PATCH v3 0/3] media: i2c: Add os02g10 camera sensor driver
 2026-06-12  9:35 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: media: i2c: Add os02g10 sensor

[PATCH v2 0/3] drivers/perf: hisi: Updates for HiSilicon uncore PMUs
 2026-06-12  9:35 UTC  (5+ messages)
` [PATCH v2 1/3] drivers/perf: hisi: Replace counter number with defined macro
` [PATCH v2 2/3] drivers/perf: hisi: Support uncore ITS PMU
` [PATCH v2 3/3] drivers/perf: hisi: Add new function for HiSilicon MN PMU driver

[RFC PATCH v2 00/29] target/arm: Named CPU models for Arm64 on KVM
 2026-06-12  9:35 UTC  (3+ messages)
` [RFC PATCH v2 02/29] target/arm: Add ID Register field descriptions in cpu-idregs.h.inc

[PATCH 0/3] mm: cleanup clear_not_present_full_ptes()
 2026-06-12  9:35 UTC  (3+ messages)
` [PATCH 2/3] mm: drop pte_clear_not_present_full()

[PATCH v2] net/af_packet: fix qpairs argument upper bound check
 2026-06-12  9:35 UTC  (3+ messages)
` [PATCH] net/af_packet: fix parsing of numeric device args

[PATCH i-g-t 0/2] Extend core_hotunplug coverage with open-handles unbind/rebind scenario
 2026-06-12  9:33 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()
 2026-06-12  9:33 UTC  (2+ messages)

[PATCH bpf-next 0/5] Verify BPF signed loader at load time
 2026-06-12  9:33 UTC  (3+ messages)

Where should the vhost-user specification live?
 2026-06-12  9:31 UTC  (12+ messages)

[PATCH v7 2/2] pwm: dwc: add of/platform support
 2026-06-12  9:30 UTC  (3+ messages)
  `  "

[PATCH v7 0/3] PCI: cadence: Add LTSSM debugfs
 2026-06-12  9:30 UTC  (2+ messages)

[PATCH iwl-net] idpf: decrease statistics refresh interval
 2026-06-12  9:29 UTC  (5+ messages)
  ` [Intel-wired-lan] "

[PATCH] sparc: Export mcount for Clang-built modules
 2026-06-12  9:28 UTC  (2+ messages)

[PATCH v2 0/7] setup: drop global state
 2026-06-12  9:28 UTC  (7+ messages)
` [PATCH v2 1/7] builtin/init: stop modifying global `git_work_tree_cfg` variable
` [PATCH v2 5/7] environment: split up concerns of `is_bare_repository_cfg`

[PATCH v6 00/11] ASoC: renesas: fsi: Fix system hang by adding SPU clock
 2026-06-12  9:27 UTC  (3+ messages)
` [PATCH v6 02/11] ARM: dts: renesas: r8a7740: Add clocks for FSI

[PATCH] firmware: imx: Fix device context UAF in close
 2026-06-12  9:27 UTC  (3+ messages)

[PATCH v3 1/1] drm/amdgpu/gfx9: Fix Ring and IB test fail after mode2
 2026-06-12  9:26 UTC 

[GIT PULL] sound fixes for 7.1-final
 2026-06-12  9:26 UTC 

[PATCH i-g-t] tests/intel/kms_sharpness_filter: Fix tap filter test failures
 2026-06-12  9:35 UTC 

[PATCH 0/4] (no cover subject)
 2026-06-12  9:26 UTC  (3+ messages)
` [PATCH 3/4] drm-bridge: lontium lt9611c: fixes and improvements

[PATCH] commit-reach: remove get_reachable_subset()
 2026-06-12  9:26 UTC  (5+ messages)
` [PATCH v2] "

[OE-core] [PATCH 01/16] alsa-lib: upgrade 1.2.15.3 -> 1.2.16
 2026-06-12  9:26 UTC  (4+ messages)
` [OE-core] [PATCH 15/16] mesa: upgrade 26.0.6 -> 26.1.2,26.0.6 -> 26.1.2

[PATCH] crypto: ccp: Fix SNP range list bounds check
 2026-06-12  9:25 UTC 

[PATCH] arm64: dts: qcom: sdm850-lenovo-yoga-c630: lower PSCI cluster idle
 2026-06-12  9:25 UTC  (8+ messages)

[PATCH net] net: ethernet: mtk_wed: debugfs: correct index in wed_amsdu_show()
 2026-06-12  9:24 UTC  (2+ messages)

[PATCH RFC 0/1] macvlan: allow source mode devices along with passthru
 2026-06-12  9:23 UTC  (2+ messages)
` [PATCH RFC 1/1] "

[PATCH v3 0/9] smb: client: make remount option handling correct and consistent
 2026-06-12  9:23 UTC  (3+ messages)
` [PATCH v3 6/9] smb: client: move struct tcon_list to cifsglob.h

[intel-lts:6.12/emt 0/2] drivers/net/ethernet/intel/igc/igc_main.c:3235:17: warning: variable 'timestamp' set but not used
 2026-06-12  9:22 UTC 

[intel-lts:6.12/emt 0/2] drivers/gpu/drm/i915/i915_driver.c:1198:38: error: 'struct pci_dev' has no member named 'physfn'; did you mean 'is_physfn'?
 2026-06-12  9:22 UTC 

[PATCH v2 net-next 0/2] netdevsim: add fake FT/CLS_FLOWER offload
 2026-06-12  9:22 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] netdevsim: tc: allow to test nf_tables offload control plane code
` [PATCH v2 net-next 2/2] selftests: netfilter: add phony nft_offload test

[PATCH v2 0/2] soc: aspeed: Add BMC and host driver for PCIe BMC device
 2026-06-12  9:21 UTC  (5+ messages)
` [PATCH v2 1/2] soc: aspeed: add BMC-side PCIe BMC device driver

[patch 1/1] sparc: add _mcount() prototype
 2026-06-12  9:21 UTC  (2+ messages)

[PATCH 0/9] refs: stop using `chdir_notify_reparent()`
 2026-06-12  9:20 UTC  (5+ messages)
` [PATCH 4/9] refs: unregister reference stores from "chdir_notify"
` [PATCH 6/9] repository: free main reference database

[PATCH bpf-next v2 8/8] selftests/bpf: add tests to validate KASAN on JIT programs
 2026-06-12  9:19 UTC  (3+ messages)

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-12  9:20 UTC  (3+ messages)
` [PATCH v3 3/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA

[PATCH v2 0/2] vsprintf: add upper case to %p[mM] et alia
 2026-06-12  9:19 UTC  (2+ messages)

[RFC][PATCH v3 0/2] ima: measure write on securityfs policy file
 2026-06-12  9:19 UTC  (6+ messages)
` [RFC][PATCH v3 1/2] ima: measure loaded policy after "

[PATCH] meson: remove -mcpu from bindgen_clang_arguments
 2026-06-12  9:19 UTC  (2+ messages)

[PATCH net-next v2] vsock/vmci: use sk_acceptq_is_full() helper
 2026-06-12  9:19 UTC  (2+ messages)

[PATCH net-next v2 00/10] net: dsa: microchip: remove unnecessary dsa_switch_ops callbacks
 2026-06-12  9:18 UTC  (4+ messages)
` [PATCH net-next v2 09/10] net: dsa: microchip: implement lan937x-specific MDIO registration

[PATCH net-next v4 0/5] ionic: Expose more port stats to ethtool
 2026-06-12  9:18 UTC  (2+ messages)

QA notification for completed autobuilder build (yocto-6.1_M1.rc1)
 2026-06-12  9:18 UTC  (2+ messages)
` [qa-build-notification] "

[PATCH] xfs: add a data I/O shutdown reason
 2026-06-12  9:17 UTC 

[PATCH] usb: xhci: fix refcount leak in xhci_port_bw_show()
 2026-06-12  9:18 UTC  (2+ messages)

[PATCH v2 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-06-12  9:17 UTC  (7+ messages)
` [PATCH v2 10/16] power: sequencing: pcie-m2: support matching on remote "port" node
` [PATCH v2 11/16] power: sequencing: pcie-m2: Add usb and sdio targets for E-key connector

[LTP] [PATCH v2] power_management: rewrite runpwtests04.sh in C
 2026-06-12  9:17 UTC  (2+ messages)

[PATCH i-g-t] tests/xe_debugfs: Add debugfs entry read/write validation in root-dir
 2026-06-12  9:16 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/xe_debugfs: Add debugfs entry read/write validation in root-dir (rev2)

[PATCH v3] dt-bindings: pinctrl: qcom,pmic-gpio: Add Qualcomm PMK7750
 2026-06-12  9:16 UTC  (2+ messages)

[PATCH v2] sparc: Avoid -Wunused-but-set-parameter in clear_user_page()
 2026-06-12  9:15 UTC  (2+ messages)

[PATCH net-next v2] net: airoha: Add TCP LRO support
 2026-06-12  9:15 UTC  (2+ messages)

[i-g-t v2] tests/intel/xe_madvise: Skip purge tests under low RAM
 2026-06-12  9:13 UTC  (2+ messages)

[Buildroot] [PATCH v1 1/3] package/xen: add custom version support
 2026-06-12  9:13 UTC  (5+ messages)
` [Buildroot] [PATCH v1 2/3] package/xen: add custom tarball support

[PATCH] sparc64: uprobes: add missing break
 2026-06-12  9:13 UTC  (2+ messages)

[PATCH RFC 0/4] ALSA: Consolidate CEA channel allocation data
 2026-06-12  9:13 UTC  (2+ messages)

[PATCH] sparc: remove unused SERIAL_CONSOLE config option
 2026-06-12  9:12 UTC  (2+ messages)

lib/crypto/curve25519-fiat32.c:315 fe_mul_impl() warn: inconsistent indenting
 2026-06-12  9:11 UTC 

[PATCH v8 9/9] clk: eyeq: Add EyeQ7H compatibles
 2026-06-12  9:12 UTC  (3+ messages)

[PATCH v8 7/9] clk: eyeq: Convert clocks declaration to eqc_clock
 2026-06-12  9:12 UTC  (3+ messages)

[PATCH v4 0/8] Support for block device NVMEM providers
 2026-06-12  9:12 UTC  (5+ messages)
` [PATCH v4 6/8] Bluetooth: hci_sync: Add NVMEM-backed BD address retrieval
` [PATCH v4 7/8] Bluetooth: qca: Set NVMEM BD address quirks when address is invalid

[PATCH v8 6/9] clk: eyeq: Introduce a generic clock type
 2026-06-12  9:12 UTC  (3+ messages)

[PATCH net-next v10 0/3] ksz87xx: add support for low-loss cable equalizer errata
 2026-06-12  9:12 UTC  (3+ messages)

[PATCH v2] app/testpmd: add padding mode to txonly engine
 2026-06-12  9:12 UTC 

Stack Sizes
 2026-06-12  9:11 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: sm8550: add SDHC4 controller node
 2026-06-12  9:11 UTC  (8+ messages)

[PATCH v4 0/4] iio: flow: Sensirion SLF3S liquid flow sensor
 2026-06-12  9:11 UTC  (3+ messages)
` [PATCH v4 3/4] iio: core: add IIO_VAL_DECIMAL64_FEMTO format type

[PATCH] sparc32: remove deadwood swift_flush_tlb_page() debug code
 2026-06-12  9:11 UTC  (2+ messages)

[PATCH net-next] ixgbevf: use vmalloc_array() replace vmalloc()
 2026-06-12  9:11 UTC  (2+ messages)

[PATCH v2 0/3] media: qcom: Add support for the iris codec on shikra
 2026-06-12  9:11 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: media: qcom,qcm2290-venus: document shikra Iris compatible

[PATCH] sparc: uapi: Add ucontext.h
 2026-06-12  9:10 UTC  (2+ messages)

[PATCH v6 0/4] armv8: mmu: fix region unmapping and optimise set_one_region()
 2026-06-12  9:09 UTC  (3+ messages)
` [PATCH v6 4/4] armv8: mmu: fix and optimise explicitly unmapping regions

[PATCH v2 0/3] lis302dl/lis3lv02d: fix click thresholds and add legacy YAML binding
 2026-06-12  9:10 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: iio: st,st-sensors: remove lis302dl and lis3lv02d from deprecated list
` [PATCH v2 3/3] dt-bindings: iio: accel: convert lis302 binding to YAML schema (v2)

[PATCH] usb: hub: fix refcount leak in usb_new_device()
 2026-06-12  9:08 UTC  (2+ messages)

[Buildroot] [PATCH] package/python-django: security bump to v6.0.6
 2026-06-12  9:08 UTC 

[LTP] [PATCH v1 1/1] swap: Add exfat to filesystems requiring tst_fill_file
 2026-06-12  9:07 UTC  (3+ messages)

[Buildroot] [PATCH for 2025.02.x] package/python-django: security bump to v5.2.15
 2026-06-12  9:07 UTC 

[PATCH] ALSA: pcxhr: Share PLL frequency register calculation
 2026-06-12  9:07 UTC  (2+ messages)

[PATCH] vfio-user: validate VERSION replies
 2026-06-12  9:05 UTC  (3+ messages)

[PATCH 0/2] hwmon: (pmbus/lm25066) Support SMBus Current Limit configuration
 2026-06-12  9:10 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pmbus: ti,lm25066: add current limit properties


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.