All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-05 05:35:11 to 2026-06-05 06:35:52 UTC [more...]

[PATCH v2 0/3] Add support for Silergy SQ24860
 2026-06-05  6:35 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: hwmon: pmbus: Add bindings "
` [PATCH v2 2/3] hwmon: pmbus: Add support "
` [PATCH v2 3/3] hwmon: Add documentation for SQ24860

[OE-core][PATCH] qemu: upgrade 10.2.0 -> 11.0.0
 2026-06-05  6:35 UTC  (8+ messages)
            ` ui: Regression calling eglInitialize() since v11.0.0

[PATCH 0/1] rust: revocable: Fix racing access during revocation
 2026-06-05  6:34 UTC  (3+ messages)

[PATCH bpf-next v1 00/17] Redesign Verification Errors
 2026-06-05  6:34 UTC  (18+ messages)
` [PATCH bpf-next v1 01/17] bpf: Add verifier diagnostics report helpers
` [PATCH bpf-next v1 02/17] bpf: Define verifier diagnostic categories
` [PATCH bpf-next v1 03/17] bpf: Add source and instruction diagnostic context
` [PATCH bpf-next v1 04/17] bpf: Track verifier branch diagnostic history
` [PATCH bpf-next v1 05/17] bpf: Track verifier register "
` [PATCH bpf-next v1 06/17] bpf: Track verifier reference "
` [PATCH bpf-next v1 07/17] bpf: Track verifier context "
` [PATCH bpf-next v1 08/17] bpf: Report Register Type Safety errors
` [PATCH bpf-next v1 09/17] bpf: Report Memory Safety bounds errors
` [PATCH bpf-next v1 10/17] bpf: Report Resource Lifetime reference leaks
` [PATCH bpf-next v1 11/17] bpf: Report Call Type Safety argument errors
` [PATCH bpf-next v1 12/17] bpf: Report Execution Context Safety errors
` [PATCH bpf-next v1 13/17] bpf: Report Program Structure CFG errors
` [PATCH bpf-next v1 14/17] bpf: Report Policy helper and kfunc errors
` [PATCH bpf-next v1 15/17] bpf: Report Verifier Limit errors
` [PATCH bpf-next v1 16/17] bpf: Report Verifier Internal errors
` [PATCH bpf-next v1 17/17] bpf: Gate verifier diagnostics on log level

[PATCH] block: Add WQ_PERCPU to alloc_workqueue users
 2026-06-05  6:33 UTC  (2+ messages)

[PATCH v19 net-next 0/9] octeontx2-af: npc: Enhancements
 2026-06-05  6:32 UTC  (6+ messages)
` [PATCH v19 net-next 2/9] octeontx2-af: npc: cn20k: debugfs enhancements
` [PATCH v19 net-next 3/9] devlink: heap-allocate param fill buffers in devlink_nl_param_fill
` [PATCH v19 net-next 4/9] devlink: Implement devlink param multi attribute nested data values
` [PATCH v19 net-next 7/9] octeontx2-af: npc: Support for custom KPU profile from filesystem
` [PATCH v19 net-next 9/9] octeontx2-af: npc: cn20k: Allocate npc_priv and dstats dynamically

[PATCH v3 01/13] spi: dt-bindings: allow spi-max-frequency to specify a frequency pair
 2026-06-05  6:32 UTC  (13+ messages)

[PATCH net] net: openvswitch: fix possible kfree_skb of ERR_PTR
 2026-06-05  6:32 UTC  (2+ messages)

[PATCH v7 0/3] lan966x pci device: Add support for SFPs, i2c part
 2026-06-05  6:31 UTC  (2+ messages)

[PATCH] hw/virtio: propagate vhost_virtqueue_mask() errors from start path
 2026-06-05  6:30 UTC  (2+ messages)

[PATCH] perf scripts: Add configurable sorting option to powerpc-hcalls
 2026-06-05  6:31 UTC  (2+ messages)

[PATCH v4] debugobjects: Don't call fill_pool() in early boot hardirq context
 2026-06-05  6:31 UTC  (2+ messages)

[PATCH i-g-t v5 0/2] Enable multi-format testing for pipe color tests
 2026-06-05  6:41 UTC  (3+ messages)
` [PATCH i-g-t v5 1/2] tests/kms_color: Prepare FB creation for explicit YUV color range handling
` [PATCH i-g-t v5 2/2] tests/kms_color: Add multi-format coverage for pipe color tests

[PATCH] LoongArch: KVM: return full old CSR value from kvm_emu_xchg_csr()
 2026-06-05  6:27 UTC  (3+ messages)

[PATCH v9 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
 2026-06-05  6:30 UTC  (10+ messages)
` [PATCH v10 "
  ` [PATCH v10 1/5] perf maps: Add maps__mutate_mapping
  ` [PATCH v10 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
  ` [PATCH v10 3/5] perf inject/aslr: Implement sample address remapping
  ` [PATCH v10 4/5] perf test: Add inject ASLR test
  ` [PATCH v10 5/5] perf aslr: Strip sample registers

[PATCH v3 00/13] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-06-05  6:30 UTC  (26+ messages)
` [PATCH v3 01/13] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v3 02/13] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v3 03/13] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v3 04/13] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v3 05/13] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v3 06/13] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v3 07/13] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v3 08/13] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v3 09/13] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v3 10/13] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v3 11/13] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v3 12/13] s390/preempt: "
` [PATCH v3 13/13] irq: Optimize reschedule check in local_interrupt_enable()

[PATCH v3 00/14] arm64: support Engicam MicroGEA-STM32MP257-RMM board
 2026-06-05  6:27 UTC  (15+ messages)
` [PATCH v3 01/14] dt-bindings: arm: stm32: "
` [PATCH v3 02/14] arm64: dts: st: add SDMMC2 support on stm32mp25
` [PATCH v3 03/14] arm64: dts: st: add CAN1 "
` [PATCH v3 04/14] arm64: dts: st: add i2c1 pins for stm32mp25
` [PATCH v3 05/14] arm64: dts: st: add ltdc "
` [PATCH v3 06/14] arm64: dts: st: add can1 "
` [PATCH v3 07/14] arm64: dts: st: add pwm2/pwm4 "
` [PATCH v3 08/14] arm64: dts: st: add sai1 "
` [PATCH v3 09/14] arm64: dts: st: add sdmmc2 "
` [PATCH v3 10/14] arm64: dts: st: add spi1 "
` [PATCH v3 11/14] arm64: dts: st: add usart1 "
` [PATCH v3 12/14] arm64: dts: st: support Engicam MicroGEA-STM32MP257 SoM
` [PATCH v3 13/14] arm64: dts: st: support Engicam MicroGEA-STM32MP257-RMM board
` [PATCH v3 14/14] arm64: defconfig: enable configs for Engicam MicroGEA-STM32MP257-RMM

[PATCH v2 0/4] xen/arm: gicv3: defer host LPI init and split ITS/LPI quirk scopes
 2026-06-05  6:28 UTC  (4+ messages)
` [PATCH for-4.22 v2 1/4] xen/arm: gic: defer host LPI allocation until after ITS init

[PATCH] MAINTAINERS: Add myself as an Argo reviewer
 2026-06-05  6:27 UTC  (4+ messages)

Dropping Linus Torvalds
 2026-06-05  6:09 UTC 

[PATCH v2] drm/xe/ggtt: clear reserved areas at init runtime for !VFs
 2026-06-05  6:27 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/ggtt: clear reserved areas at init runtime for !VFs (rev2)

[PATCH net] r8152: handle the return value of usb_reset_device()
 2026-06-05  6:26 UTC  (5+ messages)

[PATCH v6 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
 2026-06-05  6:26 UTC  (2+ messages)

[PATCH 00/76] drm/bridge: Convert all reset users to create_state
 2026-06-05  6:26 UTC  (4+ messages)

[PATCH wireless-next v2 00/31] wifi: mm81x: add mm81x driver
 2026-06-05  6:26 UTC  (4+ messages)
` [PATCH wireless-next v2 12/31] wifi: mm81x: add mac.c

[PATCH v2 0/2] net/mlx5: Only consider online CPUs in affinity subset check
 2026-06-05  6:25 UTC  (4+ messages)
` [PATCH v2 2/2] net/mlx5: Use effective affinity mask for IRQ selection

[PATCH v2] perf clang-format: Prioritize Python.h and expand other categories
 2026-06-05  6:24 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] ALSA: pcm: keep linked runtime alive while draining
 2026-06-05  6:24 UTC  (2+ messages)

[PATCH v6 0/6] argo: few log fixes
 2026-06-05  6:23 UTC  (2+ messages)

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-05  6:23 UTC  (3+ messages)
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory

[PATCH v7 0/1] lan966x pci device: Add support for SFPs, clock dependency part
 2026-06-05  6:22 UTC  (3+ messages)
` [PATCH v7 1/1] clk: lan966x: Add MCHP_LAN966X_PCI dependency

[PATCH] kbuild: try readelf first in gen_symversions
 2026-06-05  6:22 UTC  (4+ messages)

[PATCH] ALSA: hda/realtek: Enable micmute LED on HP EliteBook 6 G1a
 2026-06-05  6:21 UTC  (3+ messages)

[android-common:upstream-wireless-next-main 5/5] net/mac80211/mesh_hwmp.c:405:3: error: a label can only be part of a statement and a declaration is not a statement
 2026-06-05  6:21 UTC 

[PATCH v7 0/1] lan966x pci device: Add support for SFPs, I2C dependency part
 2026-06-05  6:20 UTC  (3+ messages)
` [PATCH v7 1/1] i2c: busses: at91: Add MCHP_LAN966X_PCI dependency

[PATCH] drm/xe/query: Avoid global forcewake in cycle query path
 2026-06-05  6:20 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[LTP] [PATCH v4 0/8] Convert shell-based ACL test (tacl_xattr.sh) to C
 2026-06-05  6:19 UTC  (4+ messages)
` [LTP] [PATCH v4 1/8] fs/acl: Add ACL_USER_OBJ permissions test

[PATCH] drm/gem: Try to fix change_handle ioctl, attempt 4
 2026-06-05  6:19 UTC  (4+ messages)

[PATCH v6 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-06-05  6:18 UTC  (2+ messages)

[PATCH v3 00/13] spi: cadence-quadspi: add PHY tuning support
 2026-06-05  6:15 UTC  (6+ messages)
` [PATCH v3 04/13] spi: spi-mem: add spi_mem_apply_base_freq_cap()

[PATCH] spmi: pmic-arb: Fix OF node leak in spmi_pmic_arb_register_buses()
 2026-06-05  6:15 UTC  (2+ messages)

[PATCH 0/5] gests: update ubuntu2204 to ubuntu2404
 2026-06-05  6:15 UTC  (9+ messages)
` [PATCH 2/5] tests: add ubuntu 2404
` [PATCH 3/5] docs: update mention to ubuntu2204
` [PATCH 4/5] ci: update to ubuntu2404
` [PATCH 5/5] tests: remove ubuntu2204 container

[PATCH v5 0/4] Add missing SRCREV check for SCM URIs
 2026-06-05  6:15 UTC  (4+ messages)
` [PATCH v5 3/4] insane.bbclass: add missing-srcrev QA "

[PATCH] cmake: upgrade 4.3.2 -> 4.3.3
 2026-06-05  6:14 UTC 

[PATCH 0/5] arm: socfpga: agilex5: cleanup SDRAM initialization
 2026-06-05  6:13 UTC  (2+ messages)

[PATCH v3 0/4] DRM RAS Fixes
 2026-06-05  6:14 UTC  (3+ messages)
` [PATCH v3 2/4] drm/xe/drm_ras: Make counter allocation drm managed

[PATCH v7 0/3] Add driver support for ESWIN EIC7700 HSP clock and reset generator
 2026-06-05  6:14 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: clock: Add ESWIN eic7700 "
` [PATCH v7 2/3] clk: eswin: Add eic7700 HSP clock driver
` [PATCH v7 3/3] reset: eswin: Add eic7700 HSP reset driver

[PATCH v4 0/2] Fix aspeed-video driver load failure
 2026-06-05  6:13 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: clock: ast2600: Add reset definition for video
` [PATCH v4 2/2] ARM: dts: aspeed: add 'resets' to video node

[PATCH] iio: backend: fix uninitialized data in debugfs
 2026-06-05  6:12 UTC  (11+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-05  6:11 UTC  (5+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 02/12] PCI: liveupdate: Track outgoing preserved PCI devices

[PATCH] drm/connector: add CRTC state change callback to HDMI audio helpers
 2026-06-05  6:09 UTC  (2+ messages)

[PATCH 1/1] target/i386/kvm: Use logical counter index for AMD PMU getter
 2026-06-05  6:09 UTC  (3+ messages)

[PATCH] drm/i915/dp_tunnel: fix CRTC hw state cleanup ordering
 2026-06-05  6:05 UTC 

[PATCH v2 1/2] perf script powerpc: Update the hcall list with new hcalls
 2026-06-05  6:06 UTC  (2+ messages)

[PATCH v2] dt-bindings: cache: qcom,llcc: Document Maili SoC
 2026-06-05  6:06 UTC 

[PATCH 0/8] Add support for Hygon Family 18h model 4h~8h processors
 2026-06-05  6:05 UTC  (6+ messages)
` [PATCH 1/8] x86/cpu/hygon: Adjust the die_id and logical_die_id for Hygon model 4h~8h

[PATCH 1/3] lib/amdgpu: Use correct SDMA doorbell offset for userqueues
 2026-06-05  6:04 UTC 

linux-next: build failure after merge of the drm-xe tree
 2026-06-05  6:03 UTC  (6+ messages)

[PATCH v3 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-06-05  6:02 UTC  (5+ messages)
` [PATCH v3 4/6] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk

[net-next v6 0/3] Add motorcomm 8531s set ds func and 8522 driver
 2026-06-05  6:02 UTC  (4+ messages)
` [net-next v6 1/3] net: phy: motorcomm: move mdio lock out from yt8531_set_ds()
` [net-next v6 2/3] net: motorcomm: phy: set drive strength in YT8531s RGMII
` [net-next v6 3/3] net: phy: motorcomm: Add YT8522 100M RMII PHY support

[PATCH v2] KVM/arm64: vgic-its: Make ABI commit helpers return void
 2026-06-05  6:01 UTC  (2+ messages)

[ath:master 2/4] net/wireless/nl80211.c:6993:36: error: no member named 'he_oper' in 'struct cfg80211_ap_settings'
 2026-06-05  6:00 UTC 

[mst-vhost:balloon 12/38] page_alloc.c:undefined reference to `folio_zero_user'
 2026-06-05  6:00 UTC 

[android-common:android16-6.12 0/6] kernel/locking/rwsem.c:1651:2: error: call to undeclared function 'trace_android_vh_rwsem_write_finished'; ISO C99 and later do not support implicit function declarations
 2026-06-05  6:00 UTC 

[PATCH] KVM: arm64: vgic: Check the interrupt is still ours before migrating it
 2026-06-05  6:00 UTC  (2+ messages)

[PATCH v3] scsi: scsi_debug: fix one-partition tape setup bounds
 2026-06-05  5:59 UTC  (2+ messages)

[PATCH v2] mm/slub: preserve original size in _kmalloc_nolock_noprof retry path
 2026-06-05  5:59 UTC  (2+ messages)

[PATCH net] octeontx2-af: npc: Fix size of entry2cntr_map
 2026-06-05  5:58 UTC 

[PATCH v6 0/2] Add driver support for ESWIN EIC7700 PVT controller
 2026-06-05  5:56 UTC  (4+ messages)
` [PATCH v6 2/2] hwmon: Add Eswin EIC7700 PVT sensor driver
    `  "

[PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
 2026-06-05  5:56 UTC  (11+ messages)
` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX

[Bug 221583] New: Lenovo 82KU: keyboard backlight works via Fn+Space but no kbd_backlight LED device exposed
 2026-06-05  5:55 UTC  (2+ messages)
` [Bug 221583] "

[PATCH v19 net-next 0/9] octeontx2-af: npc: Enhancements
 2026-06-05  5:54 UTC  (2+ messages)

[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for the upcoming Maili SoC
 2026-06-05  5:54 UTC  (5+ messages)

[PATCH v2 0/3] powerpc/numa: Enable coregroup support on PowerNV
 2026-06-05  5:52 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc/numa: Simplify find_primary_domain_index
` [PATCH v2 2/3] powerpc/numa: Allow cpu_to_coregroup_id without PPC_SPLPAR
` [PATCH v2 3/3] powerpc/numa: Support coregroup on PowerNV

[PATCH net v2 1/1] sctp: stream: fully roll back denied add-stream state
 2026-06-05  5:53 UTC 

[PATCH v8 0/2] staging: rtl8723bs: Fix error handling in _rtw_pktfile_read()
 2026-06-05  5:53 UTC  (7+ messages)

[viro-vfs:more.configfs] [configfs] 2bbdcd7eab: BUG:kernel_NULL_pointer_dereference,address
 2026-06-05  5:52 UTC 

[PATCH] power: supply: max17042_battery: Use modern PM ops to clear up warning
 2026-06-05  5:52 UTC 

declarations after a case statement
 2026-06-05  5:50 UTC  (4+ messages)

[PATCH v3 00/21] Add basic pinctrl drivers for JHB100 SoC
 2026-06-05  5:14 UTC  (4+ messages)
` [PATCH v3 09/21] dt-bindings: pinctrl: Add starfive,jhb100-sys2-pinctrl

[PATCH] lib: logo: support a single pre-rendered logo file as an alternative to SVG
 2026-06-05  5:46 UTC  (3+ messages)

[PATCH] KVM: arm64: vgic: Use list_del_rcu() when flushing pending LPIs
 2026-06-05  5:47 UTC  (2+ messages)

[PATCH v5 0/4] cleanup: Remove NULL check from unconditional guards
 2026-06-05  5:46 UTC  (3+ messages)
` [PATCH v5 3/4] cleanup: Annotate guard constructors with nonnull

[PATCH i-g-t, v2] tests/kms_chamelium_color_pipeline: Add plane color pipeline validation
 2026-06-05  5:45 UTC  (2+ messages)

[PATCH v2 0/3] dt-bindings: soc: qcom: Add Maili soc related bindings
 2026-06-05  5:45 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: firmware: qcom,scm: Document SCM on Maili SOC
` [PATCH v2 2/3] dt-bindings: sram: Document qcom,maili-imem compatible
` [PATCH v2 3/3] dt-bindings: soc: qcom,aoss-qmp: Document the Maili AOSS side channel

[PATCH 0/2] net: isolate SKB data area allocations
 2026-06-05  5:45 UTC  (5+ messages)
` [PATCH 2/2] net: skb: isolate skb data area allocations into a separate bucket

[LTP] [PATCH] [v2] execve05: add exit call when execve failed
 2026-06-05  5:44 UTC 

[PATCH] wifi: nl80211: Increase ie_len size to prevent truncated IEs in new peer notifications
 2026-06-05  5:43 UTC 

[PATCH v6 0/7] ndctl: Dynamic Capacity additions for cxl-cli
 2026-06-05  5:43 UTC  (2+ messages)

[PATCH] bluez5: set L2CAP IMTU for OBEX profile listeners
 2026-06-05  2:43 UTC 

[linux-next:master] [mm] 504f40f6bd: kernel_BUG_at_include/linux/page-flags.h
 2026-06-05  5:40 UTC 

[PATCH v6 00/11] Dynamic PAMT
 2026-06-05  5:40 UTC  (6+ messages)
` [PATCH v6 06/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

[ath:master 2/4] net/wireless/nl80211.c:6993:41: error: 'struct cfg80211_ap_settings' has no member named 'he_oper'
 2026-06-05  5:39 UTC 

[PATCH net-next] net: mana: Cache MANA_QUERY_LINK_CONFIG result to avoid repeated HWC queries
 2026-06-05  5:29 UTC  (3+ messages)

[PATCH 1/1] docs: Fix minor grammatical error
 2026-06-05  5:38 UTC 

[meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master.202606042200
 2026-06-05  5:36 UTC  (2+ messages)

[PATCH] KVM: arm64: Reallocate the nested_mmus array under the mmu_lock
 2026-06-05  5:35 UTC  (3+ messages)

[PATCH v10 00/31] DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-06-05  5:35 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.