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

[PATCH] commit-reach: remove get_reachable_subset()
 2026-06-11 11:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] ui/input: Constify qemu_input_is_absolute()
 2026-06-11 11:47 UTC  (4+ messages)
` [PATCH 1/2] tools/qemu-vnc: Have console_get_mouse/keyboard take const QemuConsole
` [PATCH 2/2] ui/input: Have qemu_input_is_absolute() take a "

[PATCH] qemu-options: fix typo in spelling of 'scheduler'
 2026-06-11 11:47 UTC  (2+ messages)

[PATCH net v3] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-06-11 11:47 UTC  (2+ messages)

[PATCH v7 0/7] powerpc/bpf: Add support for verifier selftest
 2026-06-11 15:38 UTC  (9+ messages)
` [PATCH v7 1/7] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v7 2/7] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v7 3/7] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v7 4/7] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v7 5/7] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v7 6/7] selftest/bpf: Add tailcall verifier selftest for powerpc64
` [PATCH v7 7/7] powerpc/bpf: fix buffer overflow in JIT for large BPF programs

[PATCH v9 0/2] Add Support for LTC3220 18 Channel LED Driver
 2026-06-11 11:47 UTC  (3+ messages)
` [PATCH v9 2/2] leds: ltc3220: Add Support for LTC3220 18 channel "

[LTP] [PATCH v9] cpufreq.c: add new test for cpufreq sysfs interface validation
 2026-06-11 11:42 UTC 

[PATCH v4 00/10] builtin/history: introduce "drop" subcommand
 2026-06-11 11:47 UTC  (4+ messages)
` [PATCH v4 06/10] reset: introduce ability to skip updating HEAD

[PATCH] spi: xilinx: use FIFO occupancy register to determine buffer size
 2026-06-11 11:46 UTC  (4+ messages)

[RFC PATCH v2 00/11] add shmem mTHP collapse support
 2026-06-11 11:46 UTC  (3+ messages)

[PATCH v3 00/18] firmware: qcom: scm: Add minidump SRAM destination support
 2026-06-11 11:45 UTC  (29+ messages)
` [PATCH v3 04/18] firmware: qcom: scm: Add minidump SRAM support
` [PATCH v3 06/18] arm64: dts: qcom: sm8450: Add minidump SRAM config to SCM node
` [PATCH v3 07/18] arm64: dts: qcom: sa8775p: "
` [PATCH v3 08/18] arm64: dts: qcom: qcs8300: "
` [PATCH v3 09/18] arm64: dts: qcom: qdu1000: "
` [PATCH v3 10/18] arm64: dts: qcom: sm8550: "
` [PATCH v3 11/18] arm64: dts: qcom: sm8650: "
` [PATCH v3 12/18] arm64: dts: qcom: sc7280: "
` [PATCH v3 13/18] arm64: dts: qcom: sm8350: "
` [PATCH v3 14/18] arm64: dts: qcom: sc7180: "
` [PATCH v3 15/18] arm64: dts: qcom: sm6350: "
` [PATCH v3 16/18] arm64: dts: qcom: sm6375: "
` [PATCH v3 17/18] arm64: dts: qcom: qcs615: "
` [PATCH v3 18/18] arm64: dts: qcom: sdm845: "

[PATCH] NFS: Use common error handling code in nfs_sysfs_init()
 2026-06-11 11:45 UTC 

[linux-next:master] [selftests] a3f88d89f6: kernel-selftests-bpf.net.test_bridge_neigh_suppress.sh.arping.fail
 2026-06-11 11:44 UTC  (2+ messages)

[PATCH v3 00/12] [PATCH v3 00/12] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-06-11 11:44 UTC  (13+ messages)
` [PATCH v3 04/12] x86,fs/resctrl: Program PLZA through kmode arch hooks
` [PATCH 0/4] x86,fs/resctrl: kernel-mode (PLZA) fixes found during review
` [PATCH 1/4] resctrl: Add kmode arch stubs for ARM MPAM and hide kernel_mode on non-PLZA platforms
  ` [PATCH v2 1/4] resctrl: Add kmode arch stubs for ARM MPAM
` [PATCH 2/4] resctrl: Fix PLZA RMID_EN to be mode-based and relax RDTMON_GROUP constraint for assign_mon
` [PATCH 3/4] fs/resctrl: make a failed kernel-mode switch a no-op
` [PATCH 4/4] fs/resctrl: program PLZA on a CPU that comes online under a binding

[PATCH i-g-t] tests/xe_debugfs: Add debugfs entry read/write validation in root-dir
 2026-06-11 11:43 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for tests/xe_debugfs: Add debugfs entry read/write validation in root-dir (rev2)

[PATCH] staging: most: video: fix refcount leak in comp_probe_channel()
 2026-06-11 11:43 UTC 

[PATCHv3 bpf-next 0/7] bpf: Allow uprobe_multi binary specified by file descriptor
 2026-06-11 11:42 UTC  (8+ messages)
` [PATCHv3 bpf-next 1/7] bpf: Guard __get_user acesss with access_ok for uprobe_multi data
` [PATCHv3 bpf-next 2/7] bpf: Use user_path_at for path resolution in uprobe_multi
` [PATCHv3 bpf-next 3/7] bpf: Add support to specify uprobe_multi target via file descriptor
` [PATCHv3 bpf-next 4/7] libbpf: Add path_fd to struct bpf_link_create_opts
` [PATCHv3 bpf-next 5/7] selftests/bpf: Add uprobe_multi path_fd test
` [PATCHv3 bpf-next 6/7] selftests/bpf: Add uprobe_multi path_fd fail tests
` [PATCHv3 bpf-next 7/7] selftests/bpf: Fix typo in verify_umulti_link_info

[PATCH v2 0/4] show orphan file inode detail info
 2026-06-11 11:42 UTC  (5+ messages)

[PATCH v3 0/4] drm/amd/pm: fix pp_dpm_* clock reporting on SMU v14.0.0/v14.0.1 APUs
 2026-06-11 11:36 UTC  (5+ messages)
` [PATCH v3 1/4] drm/amd/pm: smu_v14_0_0: add DCLK metric handler via VCLK fall-through
` [PATCH v3 2/4] drm/amd/pm: add IP_VERSION(11, 5, 1) to vclk/dclk DPM sysfs whitelists
` [PATCH v3 3/4] drm/amd/pm: smu_v14_0_0: add SMU_DCEFCLK support in DPM frequency queries
` [PATCH v3 4/4] drm/amd/pm: smu_v14_0_0: add closest-match fallback for DPM level marking

[PATCH v5 phy-next 00/16] New Generic PHY driver for Lynx 10G SerDes
 2026-06-11 11:41 UTC  (12+ messages)
` [PATCH v5 phy-next 09/16] phy: lynx-28g: make lynx_28g_pll_read_configuration() callable per PLL
` [PATCH v5 phy-next 10/16] phy: lynx-28g: common probe() and remove()
` [PATCH v5 phy-next 11/16] phy: lynx-28g: add support for big endian register maps
` [PATCH v5 phy-next 12/16] phy: lynx-28g: optimize read-modify-write operation

[PATCH v6 0/3] add FALLOC_FL_WRITE_ZEROES support to xfs
 2026-06-11 11:40 UTC  (4+ messages)
` [PATCH v6 1/3] xfs: widen xfs_setfilesize() size argument to xfs_off_t
` [PATCH v6 2/3] xfs: add an allocation mode to xfs_alloc_file_space()
` [PATCH v6 3/3] xfs: add support for FALLOC_FL_WRITE_ZEROES

[PATCH] dev-manual: fully define SOLIBS-related variables in bitbake.conf
 2026-06-11 11:39 UTC 

[PATCH for-4.22] xen/x86: Change stub page allocation/free
 2026-06-11 11:38 UTC  (2+ messages)

[PATCH v3 00/21] Add basic pinctrl drivers for JHB100 SoC
 2026-06-11 11:37 UTC  (4+ messages)
` [PATCH v3 04/21] pinctrl: starfive: Add StarFive JHB100 sys0 controller driver

[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-06-11 11:37 UTC  (9+ messages)
` [PATCH v6 04/20] dma-pool: track decrypted atomic pools and select them via attrs

[fuse-devel] Debugging a stale kernel cache during file growth
 2026-06-11 11:36 UTC  (7+ messages)

[PATCH] ui/pixman: fix zero rowstride in qemu_pixman_image_new_shareable()
 2026-06-11 11:36 UTC 

[ulfh-pm:next 12/12] drivers/pmdomain/core.c:36:23: warning: unused variable 'genpd_provider_bus'
 2026-06-11 11:35 UTC 

[PATCH v1 net-next] ipmr: Convert mr_table.cache_resolve_queue_len to u32
 2026-06-11 11:35 UTC  (2+ messages)

[PATCH v2] include/linux/swap.h: Remove unused leftovers
 2026-06-11 11:35 UTC  (2+ messages)

[PATCH net 0/2] net/stmmac: Fixes for maximum TX/RX queues to use by driver
 2026-06-11 11:33 UTC  (3+ messages)
  ` [PATCH net 1/2] net/stmmac: Apply TBS config only to used queues
  ` [PATCH net 2/2] net/stmmac: Apply MTL_MAX queue limit if config missing

[RFC PATCH] target/i386: SEV: Allow pflash devices with SEV-ES guests
 2026-06-11 11:32 UTC  (6+ messages)

[PATCH] drm/xe: Add wa_14025941587 to xe2, xe3 and xe3p platforms
 2026-06-11 11:34 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Add wa_14025941587 to xe2, xe3 and xe3p platforms (rev4)

[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
 2026-06-11 11:33 UTC  (5+ messages)

[PATCH 1/2] drm/etnaviv: check all modules for idle after reset
 2026-06-11 11:33 UTC  (4+ messages)
` [PATCH 2/2] drm/etnaviv: check MMUv2 status "

[PATCH v2] libceph: tolerate addrvecs with multiple entries of the same type
 2026-06-11 11:32 UTC  (2+ messages)
` [PATCH v3] "

Fanotify (hsm or erofs) / fuse / nbd / ... + write(mmap) deadlock vector followup
 2026-06-11 11:32 UTC  (5+ messages)
            ` Stacking filesystem deadlocks [was Re: Fanotify (hsm or erofs) / fuse / nbd / ... + write(mmap) deadlock vector followup]

[PATCH v2 00/10] sched: Flatten the pick
 2026-06-11 11:32 UTC  (4+ messages)
` [PATCH v2 08/10] sched/fair: Add newidle balance to pick_task_fair()

[PATCH] selftests: mm: fix and speedup "droppable" test
 2026-06-11 11:32 UTC  (8+ messages)

[PATCH v3 0/8] Add Samsung Galaxy S4 support
 2026-06-11 11:32 UTC  (3+ messages)
` [PATCH v3 3/8] pinctrl: qcom: Register functions before enabling pinctrl

[RFC V2 0/3] lib/vsprintf: Add support for pgtable entries
 2026-06-11 11:32 UTC  (3+ messages)
` [RFC V2 3/3] mm: Replace pgtable entry prints with new format

[PATCH] spi: uniphier: Fix completion initialization order before devm_request_irq()
 2026-06-11 11:31 UTC 

[PATCH v2] mkimage: allow zynqmpbif to use a register initialization file
 2026-06-11 11:31 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: remove tls_toe
 2026-06-11 11:31 UTC  (3+ messages)
` [PATCH net-next v2 1/2] tls: remove tls_toe and the related driver

[PATCH V11 0/9] Add Invensense ICM42607
 2026-06-11 11:31 UTC  (12+ messages)
` [PATCH V11 3/9] iio: imu: inv_icm42607: Add inv_icm42607 Core Driver
` [PATCH V11 4/9] iio: imu: inv_icm42607: Add I2C and SPI For icm42607
` [PATCH V11 6/9] iio: imu: inv_icm42607: Add Temp Support in icm42607
` [PATCH V11 7/9] iio: imu: inv_icm42607: Add Accelerometer for icm42607

[PATCH v3] hwmon: (pmbus/lm25066) Fix PMBus coefficients for LM5064/5066/5066i
 2026-06-11 11:30 UTC  (2+ messages)

[PATCH v8 0/7] mfd: Add support for Asus Transformer embedded controller
 2026-06-11 11:30 UTC  (5+ messages)
` [PATCH v8 2/7] mfd: Add driver for ASUS "
` [PATCH v8 5/7] leds: Add driver for ASUS Transformer LEDs

[PATCH v1 1/7] ASoC: dt-bindings: ES8389: Add members about HPF and clock
 2026-06-11 11:30 UTC  (2+ messages)

[PATCH v1 0/2] ASoC: qcom: Shikra machine driver and DT binding support
 2026-06-11 11:29 UTC  (3+ messages)
` [PATCH v1 1/2] ASoC: dt-bindings: qcom,sm8250: add Shikra sound card compatibles
` [PATCH v1 2/2] ASoC: qcom: sc8280xp: add Shikra EVK machine variants

[PATCH v2 00/22] ui: retire input-legacy.c
 2026-06-11 11:29 UTC  (13+ messages)
` [PATCH v2 01/22] hmp-commands.hx: fix button_state doc
` [PATCH v2 09/22] ui/input: add LED state tracking to QemuInputHandlerState
` [PATCH v2 16/22] hw/input/ps2: use qemu_input_handler_set_led() for LED state
` [PATCH v2 17/22] hw/input/hid: "
` [PATCH v2 18/22] hw/input/virtio-input-hid: "

[RFC PATCH v2 07/11] mm: khugepaged: skip large folios that don't need to be collapsed
 2026-06-11 11:29 UTC  (3+ messages)

[RFC PATCH v2 1/3] mm/huge_memory: make persistent huge zero folio read-only
 2026-06-11 11:28 UTC  (3+ messages)

[PATCH] drm/xe/forcewake: add delayed-release optimization
 2026-06-11 11:29 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/forcewake: add delayed-release optimization (rev2)

[PATCH bpf-next v2] bpf: Fix unaligned interpreter panic on JIT fallback path
 2026-06-11 11:28 UTC  (3+ messages)

[PATCH 0/4] clk: qcom: Add Audio Core clock controller support on Qualcomm Shikra SoC
 2026-06-11 11:27 UTC  (6+ messages)
` [PATCH 3/4] "
` [PATCH 4/4] arm64: dts: qcom: shikra: Add support for AudioCoreCC node

[CI v3 0/2] drm/xe: Allow pushing more jobs into LRC
 2026-06-11 11:27 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

should the dev manual "libraries" sections explain "oe_libinstall"?
 2026-06-11 11:26 UTC 

[PATCH v2 0/6] phy: rockchip: samsung-hdptx: Clock fixes and API transition cleanups
 2026-06-11 11:26 UTC  (5+ messages)

[peterz-queue:locking/core 33/36] Warning: kernel/futex/core.c:366 function parameter 'fph_p' not described in '__futex_hash'
 2026-06-11 11:24 UTC 

[PATCH] lib/amdgpu: check hang slow guilt via QUERY_STATE2
 2026-06-11 11:24 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v9 0/8] hw/nvme: add basic live migration support
 2026-06-11 11:22 UTC  (9+ messages)
` [PATCH v9 1/8] tests/functional/migration: add VM launch/configure hooks
` [PATCH v9 2/8] hw/nvme: add migration blockers for non-supported cases
` [PATCH v9 3/8] hw/nvme: split nvme_init_sq/nvme_init_cq into helpers
` [PATCH v9 4/8] hw/nvme: set CQE.sq_id earlier in nvme_process_sq
` [PATCH v9 5/8] hw/nvme: unmap req->sg earlier in nvme_enqueue_req_completion
` [PATCH v9 6/8] hw/nvme: add basic live migration support
` [PATCH v9 7/8] tests/functional/x86_64: add migration test for NVMe device
` [PATCH v9 8/8] tests/qtest/nvme-test: add migration test with full CQ

[PATCH] firmware: imx: Fix device context UAF in close
 2026-06-11 11:23 UTC  (2+ messages)

[RESEND][PATCH v2] unwind: Add sframe_(un)register() system calls
 2026-06-11 11:22 UTC  (3+ messages)

[PATCH 1/6] mfd: rn5t568: rename to rn5t618
 2026-06-11 11:21 UTC  (5+ messages)
` [PATCH 2/6] mfd: rn5t618: use defined compatibles
` [PATCH 3/6] mfd: rn5t618: demote probe message to debug level
` [PATCH 5/6] watchdog: RN568: rename to rn5t618
` [PATCH 6/6] rn5t618: mfd/watchdog: switch to mfd device population

[PATCH RFC 0/1] block: fix concurrent elevator change failure
 2026-06-11 11:22 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: fix refcount leak in qla24xx_async_prli()
 2026-06-11 11:21 UTC  (2+ messages)

[PATCH RFC net-next 0/4] bonding: support LAG IPsec offload with replicated SAs
 2026-06-11 11:21 UTC  (5+ messages)

[PATCH] rust: block: require `Sync` for `Operations::QueueData`
 2026-06-10 18:02 UTC  (3+ messages)

[PATCH] firmware: arm_scmi: Use common error handling code in __scmi_device_create()
 2026-06-11 11:20 UTC  (2+ messages)

[PATCH net] octeontx2-af: fix IP fragment flag corruption on custom KPU profile load
 2026-06-11 11:20 UTC  (2+ messages)

drivers/crypto/ti/dthev2-common.c:44 dthe_get_dev() warn: can 'dev_data' even be NULL?
 2026-06-11 11:19 UTC  (2+ messages)

[RFC PATCH v2 0/2] drm/xe: Structured RAS error logging infrastructure
 2026-06-11 11:15 UTC  (3+ messages)
` [RFC PATCH v2 1/2] drm/xe: add structured "
` [RFC PATCH v2 2/2] drm/xe: use XE_RAS_WEDGED macro in xe_device_declare_wedged

[PATCH v3] git-gui: silence install recipes under "make -s"
 2026-06-11 11:17 UTC  (8+ messages)
` [PATCH v4] "

[PATCH 2/2] KVM: s390: Initialize KVM_S390_GET_CMMA_BITS memory
 2026-06-11 11:18 UTC  (2+ messages)

[PATCH net] ip6_tunnel: do not use dst6_mtu() in ip4ip6_err() and ip6erspan_tunnel_xmit()
 2026-06-11 11:17 UTC  (3+ messages)

[PATCH rdma-next v3] RDMA/mana_ib: Clamp adapter capabilities at the ib_device_attr boundary
 2026-06-11 11:17 UTC  (2+ messages)

[PATCH] igvm: populate errp in stub functions
 2026-06-11 11:17 UTC  (5+ messages)

[PATCH v3 0/4] IPQ5018: Add and enable GEPHY RX and TX clocks
 2026-06-11 11:17 UTC  (5+ messages)
` [PATCH v3 3/4] arm64: qcom: ipq5018: Add "

[LTP] [PATCH] xfrm: Skip on EOPNOTSUPP in compat mode
 2026-06-11 11:16 UTC  (2+ messages)

[PATCH v1 1/7] ASoC: dt-bindings: ES8389: Add members about HPF and clock
 2026-06-11 11:16 UTC  (2+ messages)

[PATCH v3] igvm: add device tree parameter support
 2026-06-11 11:14 UTC 

[RFC PATCH v2 04/11] mm: khugepaged: add shmem mTHP collapse support
 2026-06-11 11:15 UTC  (3+ messages)

[PATCH v5 0/4] clk: qcom: Add RPMCC and GCC support for the Qualcomm Shikra SoC
 2026-06-11 11:15 UTC  (7+ messages)
` [PATCH v5 3/4] clk: qcom: smd-rpm: Add missing RF_CLK1/RF_CLK2 clocks support on Agatti
` [PATCH v5 4/4] clk: qcom: Add Global clock controller support on Qualcomm Shikra SoC

[PATCH net-next v6 0/7] net: macb: Add XDP support and page pool integration
 2026-06-11 11:15 UTC  (3+ messages)
` [PATCH net-next v6 7/7] net: macb: introduce ndo_xdp_xmit support
  ` AW: "

[PATCH 0/2] Add support for the QMP PCIe PHYs in Qualcomm IPQ9650
 2026-06-11 11:15 UTC  (3+ messages)

[RFC PATCH v2 0/4] arm64: realm: Support for probing RSI earlier
 2026-06-11 11:14 UTC  (4+ messages)

[PATCH] perf test: Compile named_threads workload with -O0
 2026-06-11 11:13 UTC 

[PATCH] net/sched: hhf: clear heavy-hitter state on reset
 2026-06-11 11:13 UTC  (2+ messages)

[PATCH v2 0/4] mm: split the file's i_mmap tree for NUMA
 2026-06-11 11:13 UTC  (5+ messages)
` [PATCH v2 1/4] mm: use mapping_mapped to simplify the code
` [PATCH v2 3/4] mm/fs: split the file's i_mmap tree

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

[PATCH] pps: Don't try to wait for negative timeouts in PPS_FETCH
 2026-06-11 11:09 UTC  (6+ messages)

[PATCH v3 0/8] Add support for Qualcomm remoteproc subsystem cooling
 2026-06-11 11:12 UTC  (4+ messages)
` [PATCH v3 1/8] dt-bindings: remoteproc: qcom,pas: add thermal mitigation properties

[PATCH i-g-t v6 0/2] tools/igt_power: fix Xe crash via drmtest path helpers
 2026-06-11 11:11 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v20 0/4] Rust bindings for gem shmem
 2026-06-11 11:10 UTC  (7+ messages)
` [PATCH v20 2/4] rust: drm: gem: shmem: Add vmap functions
` [PATCH v20 3/4] rust: faux: Allow retrieving a bound Device

[PATCH v5 00/15] drm: Improve logic behind damage handling
 2026-06-11 11:09 UTC  (6+ messages)
` [PATCH v5 01/15] drm/amd/display: Handle struct drm_plane_state.ignore_damage_clips

[PATCH i-g-t v5 0/2] Enable multi-format testing for pipe color tests
 2026-06-11 11:09 UTC  (4+ messages)
` [PATCH i-g-t v5 2/2] tests/kms_color: Add multi-format coverage "

[PATCH v12 00/86] Generic line based metadata support, internal pads
 2026-06-11 11:09 UTC  (6+ messages)
` [PATCH v12 33/86] media: uapi: Add new controls for camera sensor FLL and LLP


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.