The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-05-20 14:18:43 to 2026-05-20 15:08:31 UTC [more...]

[PATCH v6 0/3] ksz87xx: add support for low-loss cable equalizer errata
 2026-05-20 12:00 UTC  (7+ messages)
` [PATCH v6 1/3] net: dsa: microchip: implement KSZ87xx Module 3 low-loss cable errata
` [PATCH v6 2/3] net: ethtool: add KSZ87xx low-loss cable PHY tunables
` [PATCH v6 3/3] net: phy: micrel: expose KSZ87xx low-loss cable tunables

[PATCH v5 0/6] mfd: cpcap: convert documentation to schema and add Mot board support
 2026-05-20 15:07 UTC  (3+ messages)
` [PATCH v5 5/6] mfd: motorola-cpcap: diverge configuration per-board

[PATCH v2] iommu: Allow device driver to use its own PASID space for SVA
 2026-05-20 15:07 UTC 

[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
 2026-05-20 15:07 UTC  (8+ messages)
` [PATCH v4 1/4] Introducing pw_lock() and per-cpu queue & flush work
` [PATCH v4 3/4] swap: apply new pw_queue_on() interface
` [PATCH v4 4/4] slub: "

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-05-20 15:06 UTC  (4+ messages)
` [PATCH 4/7] mm/migrate: add batch-copy path in migrate_pages_batch

[PATCH 0/5] USB4 mode programming for QMMPHY on X1E
 2026-05-20 15:06 UTC  (7+ messages)
` [PATCH 3/5] phy: qualcomm: qmp-combo: Add preliminary USB4 support

[PATCH v2 0/3] drm/virtio: introduce F_BLOB_ALIGNMENT support
 2026-05-20 15:05 UTC  (2+ messages)

[PATCH v4] drm/virtio: use uninterruptible resv lock for plane updates
 2026-05-20 15:04 UTC  (2+ messages)

[PATCH] mm/damon/core: trace esz at first setup
 2026-05-20 15:03 UTC 

[PATCH v2 0/8] hdmi: Add common TMDS character rate constants
 2026-05-20 15:01 UTC  (11+ messages)
` [PATCH v2 1/8] video/hdmi: "
` [PATCH v2 2/8] drm/bridge: dw-hdmi: Use the common TMDS char rate constant
` [PATCH v2 3/8] drm/bridge: dw-hdmi-qp: "
` [PATCH v2 4/8] drm/bridge: inno-hdmi: "
` [PATCH v2 5/8] drm/sti: hdmi: Use the common TMDS char rate constants
` [PATCH v2 6/8] drm/sun4i: hdmi: Use the common TMDS char rate constant
` [PATCH v2 7/8] drm/msm/hdmi: Use the common TMDS char rate constants in 8996 PHY
` [PATCH v2 8/8] drm/msm/hdmi: Use the common TMDS char rate constants in 8998 PHY

[PATCH] selinux: enable genfscon labeling for securityfs
 2026-05-20 15:00 UTC 

[RFC PATCH 00/40] mm: reliable 1GB page allocation
 2026-05-20 14:59 UTC  (41+ messages)
` [RFC PATCH 01/40] mm: page_alloc: replace pageblock_flags bitmap with struct pageblock_data
` [RFC PATCH 02/40] mm: page_alloc: per-cpu pageblock buddy allocator
` [RFC PATCH 03/40] mm: page_alloc: split-path PCP free with local-trylock + remote-llist
` [RFC PATCH 04/40] mm: mm_init: fix zone assignment for pages in unavailable ranges
` [RFC PATCH 05/40] mm: page_alloc: remove watermark boost mechanism
` [RFC PATCH 06/40] mm: page_alloc: async evacuation of stolen movable pageblocks
` [RFC PATCH 07/40] mm: page_alloc: track actual page contents in pageblock flags
` [RFC PATCH 08/40] mm: page_alloc: superpageblock metadata for 1GB anti-fragmentation
` [RFC PATCH 09/40] mm: page_alloc: support superpageblock resize for memory hotplug
` [RFC PATCH 10/40] mm: page_alloc: add superpageblock fullness lists for allocation steering
` [RFC PATCH 11/40] mm: page_alloc: steer pageblock stealing to tainted superpageblocks
` [RFC PATCH 12/40] mm: page_alloc: steer movable allocations to fullest clean superpageblocks
` [RFC PATCH 13/40] mm: page_alloc: extract claim_whole_block from try_to_claim_block
` [RFC PATCH 14/40] mm: page_alloc: add per-superpageblock free lists
` [RFC PATCH 15/40] mm: page_alloc: add background superpageblock defragmentation worker
` [RFC PATCH 16/40] mm: compaction: walk per-superpageblock free lists for migration targets
` [RFC PATCH 17/40] mm: page_alloc: superpageblock-aware contiguous and higher order allocation
` [RFC PATCH 18/40] mm: page_alloc: prevent atomic allocations from tainting clean SPBs
` [RFC PATCH 19/40] mm: page_alloc: aggressively pack non-movable allocs in tainted SPBs on large systems
` [RFC PATCH 20/40] mm: page_alloc: prefer reclaim over tainting clean superpageblocks
` [RFC PATCH 21/40] mm: page_alloc: adopt partial pageblocks from tainted superpageblocks
` [RFC PATCH 22/40] mm: page_alloc: add CONFIG_DEBUG_VM sanity checks for SPB counters
` [RFC PATCH 23/40] mm: page_alloc: targeted evacuation and dynamic reserves for tainted SPBs
` [RFC PATCH 24/40] mm: page_alloc: prevent UNMOVABLE/RECLAIMABLE mixing in pageblocks
` [RFC PATCH 25/40] mm: trigger deferred SPB evac when atomic allocs would taint a clean SPB
` [RFC PATCH 26/40] mm: page_alloc: refuse fragmenting fallback for callers with cheap fallback
` [RFC PATCH 27/40] mm: page_alloc: cross-migratetype buddy borrow within tainted SPBs
` [RFC PATCH 28/40] mm: page_alloc: drive slab shrink from SPB anti-fragmentation pressure
` [RFC PATCH 29/40] mm: page_reporting: walk per-superpageblock free lists
` [RFC PATCH 30/40] mm: show_mem: collect migratetype letters from per-superpageblock lists
` [RFC PATCH 31/40] mm: page_alloc: per-(zone, order, mt) PASS_1 hint cache
` [RFC PATCH 32/40] mm: debug: prevent infinite recursion in dump_page() with CMA
` [RFC PATCH 33/40] PM: hibernate: walk per-superpageblock free lists in mark_free_pages
` [RFC PATCH 34/40] btrfs: allocate eb-attached btree pages as movable
` [RFC PATCH 35/40] mm: page_alloc: refuse best-effort high-order allocs servable at lower orders
` [RFC PATCH 36/40] mm: page_alloc: set ALLOC_NOFRAGMENT on alloc_frozen_pages_nolock_noprof
` [RFC PATCH 37/40] mm: page_alloc: move spb_get_category and spb_tainted_reserve to mmzone.h
` [RFC PATCH 38/40] mm: compaction: skip empty tainted superpageblocks as migration source
` [RFC PATCH 39/40] mm: compaction: respect tainted SPB reserve in destination selection
` [RFC PATCH 40/40] mm: page_alloc: SPB tracepoint instrumentation [DO-NOT-MERGE]

[PATCH 0/6] usb: typec: add Qualcomm PMI8998 USB Type-C role-switch support
 2026-05-20 15:00 UTC  (4+ messages)

[PATCH v5 0/9] Add support for MT6392 PMIC
 2026-05-20 15:00 UTC  (3+ messages)
` [PATCH v5 5/9] mfd: mt6397: "

[PATCH] mfd: max77620: Avoid regmap mutex deadlock in power-off handler
 2026-05-20 14:59 UTC  (3+ messages)

[PATCH RESEND v2] i2c: mux-mule: Remove error print for devm_add_action_or_reset()
 2026-05-20 14:59 UTC 

[PATCH] cxl/region: Fix out of bounds access in cxl_cancel_auto_attach()
 2026-05-20 14:59 UTC  (4+ messages)

[syzbot] [net?] possible deadlock in __sk_receive_skb
 2026-05-20 14:59 UTC 

[PATCH v2] phy: exynos5-usbdrd: Remove error print for devm_add_action_or_reset()
 2026-05-20 14:58 UTC  (3+ messages)

[PATCH] sched/fork: Fix timer_slack_ns inheritance for RT tasks
 2026-05-20 14:57 UTC  (2+ messages)

[PATCH] tools/testing/cxl: Align mock CFMWS to PMD_SIZE for ARM64 64K pages
 2026-05-20 14:56 UTC  (2+ messages)

[PATCH v2 0/3] Enhance RPMsg buffer management
 2026-05-20 14:55 UTC  (5+ messages)
` [PATCH v2 2/3] rpmsg: virtio_rpmsg_bus: get buffer size from config space

[PATCH RFC 0/4] selftests: harness: Provide global metadata pointer to allow clean teardown from selftest libraries
 2026-05-20 14:55 UTC  (4+ messages)

[PATCH v2] input: zforce_ts: Remove error print for devm_add_action_or_reset()
 2026-05-20 14:55 UTC  (3+ messages)

[PATCH v2 0/2] remoteproc: qcom: Add Shikra remoteproc support
 2026-05-20 14:55 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: qcom,shikra-pas: Document Shikra PAS remoteprocs
` [PATCH v2 2/2] remoteproc: qcom: pas: Add Shikra remoteproc support

[PATCH v6 0/3] PCI: cadence: Add LTSSM debugfs
 2026-05-20 14:54 UTC  (4+ messages)
` [PATCH v6 2/3] PCI: cadence: Add HPA IP debugfs for LTSSM status

CVE-2026-46333 (ssh-keysign-pwn) Linux kernel vulnerability mitigations
 2026-05-20 14:54 UTC 

[PATCH] smb: client: change allocation requirements in DUP_CTX_STR macro
 2026-05-20 14:51 UTC  (3+ messages)

[PATCH v5 00/28] soc/qcom/ubwc: rework UBWC configuration database
 2026-05-20 14:51 UTC  (29+ messages)
` [PATCH v5 01/28] soc: qcom: ubwc: define UBWC 3.1
` [PATCH v5 02/28] soc: qcom: ubwc: define helper for MDSS and Adreno drivers
` [PATCH v5 03/28] soc: qcom: ubwc: add helper controlling AMSBC enablement
` [PATCH v5 04/28] drm/msm/adreno: Trust the SSoT UBWC config
` [PATCH v5 05/28] drm/msm/adreno: use qcom_ubwc_version_tag() helper
` [PATCH v5 06/28] drm/msm/mdss: "
` [PATCH v5 07/28] drm/msm/adreno: use new helper to set min_acc length
` [PATCH v5 08/28] drm/msm/mdss: "
` [PATCH v5 09/28] drm/msm/adreno: use new helper to set macrotile_mode
` [PATCH v5 10/28] drm/msm/mdss: "
` [PATCH v5 11/28] drm/msm/mdss: use new helper to set UBWC bank spreading
` [PATCH v5 12/28] drm/msm/adreno: use new helper to set ubwc_swizzle
` [PATCH v5 13/28] drm/msm/dpu: "
` [PATCH v5 14/28] drm/msm/mdss: "
` [PATCH v5 15/28] drm/msm/adreno: write reserved UBWC-related bits
` [PATCH v5 16/28] drm/msm/adreno: set fp16compoptdis for UBWC 3.0 formats
` [PATCH v5 17/28] drm/msm/adreno: use new helper to set amsbc
` [PATCH v5 18/28] drm/msm/adreno: use version ranges in A8xx UBWC code
` [PATCH v5 19/28] drm/msm/mdss: use new helper to set amsbc
` [PATCH v5 20/28] drm/msm/dpu: drop ubwc_dec_version
` [PATCH v5 21/28] drm/msm/dpu: invert the order of UBWC checks
` [PATCH v5 22/28] soc: qcom: ubwc: set min_acc length to 64 for all UBWC 1.0 targets
` [PATCH v5 23/28] soc: qcom: ubwc: drop ubwc_dec_version
` [PATCH v5 24/28] soc: qcom: ubwc: drop ubwc_bank_spread
` [PATCH v5 25/28] soc: qcom: ubwc: drop macrotile_mode from the database
` [PATCH v5 26/28] soc: qcom: ubwc: use fixed values for UBWC swizzle for UBWC < 4.0
` [PATCH v5 27/28] soc: qcom: ubwc: sort out the rest of the UBWC swizzle settings
` [PATCH v5 28/28] soc: qcom: ubwc: deduplicate UBWC configuration data

[PATCH bpf-next 0/5] bpf: Follow-up fixes for BPF syscall common attributes
 2026-05-20 14:51 UTC  (6+ messages)
` [PATCH bpf-next 2/5] bpf: Fix concurrent regression in map_create()

[PATCH v2 0/2] ALSA: hda: cs35l56: fix system name leaks
 2026-05-20 14:50 UTC  (3+ messages)
` [PATCH v2 1/2] ALSA: hda: cs35l56: Free ACPI _SUB string on errors
` [PATCH v2 2/2] ALSA: hda: cs35l56: Free system name on probe errors

[PATCH v2 0/3] rtc: ds1307: Add support for Epson RX8901CE
 2026-05-20 14:48 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: rtc: ds1307: Add epson,rx8901
` [PATCH v2 2/3] rtc: ds1307: Fix off-by-one issue with wday for rx8130
` [PATCH v2 3/3] rtc: ds1307: Add driver for Epson RX8901CE

[PATCH] sysfs: don't remove existing directory on update failure
 2026-05-20 14:45 UTC  (2+ messages)

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-20 14:44 UTC  (10+ messages)
` [PATCH v6 06/43] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 12/43] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v6 13/43] KVM: guest_memfd: Return early if range already has requested attributes

[PATCH v2] PCI: eswin: Fix resource leak on dw_pcie_host_init() failure
 2026-05-20 14:45 UTC 

Sashiko review email for kvm@vger.kernel.org?
 2026-05-20 14:43 UTC  (2+ messages)

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-20 14:43 UTC  (5+ messages)
` [PATCH mm-unstable v17 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions

[PATCH] sysfs: clamp show() return value in sysfs_kf_read()
 2026-05-20 14:43 UTC  (2+ messages)

[PATCH v9 0/3] pinctrl: aspeed: Add AST2700 SoC0 support
 2026-05-20 14:43 UTC  (4+ messages)
` [PATCH v9 2/3] dt-bindings: mfd: aspeed,ast2x00-scu: Describe AST2700 SCU0

[PATCH -next v2 00/11] Candidate patches for the v7.2 merge window
 2026-05-20 14:43 UTC  (3+ messages)
` [PATCH -next v2 10/11] rcu: Latch normal synchronize_rcu() path on flood

[PATCH] KVM: x86: Remove unused X86EMUL_MODE_HOST define
 2026-05-20 14:42 UTC 

[PATCH 2/9] dt-bindings: mfd: mediatek: mt6397: Add MT6365 PMIC support
 2026-05-20 14:41 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-05-20 14:41 UTC  (6+ messages)
` [PATCH 3/3] arm64: dts: qcom: monaco-arduino-monza: Add QCA2066 M.2 WiFi/BT support

[PATCH 1/9] dt-bindings: mfd: mediatek: mt6397: Add rtc for MT6359
 2026-05-20 14:40 UTC  (2+ messages)
` (subset) "

[PATCH] leds: dac124s085: declare SPI command word as __le16
 2026-05-20 14:40 UTC  (2+ messages)
` (subset) "

[PATCH] USB: serial: mct_u232: fix memory corruption with small endpoint
 2026-05-20 14:39 UTC  (3+ messages)

[PATCH v4 00/29] soc/qcom/ubwc: rework UBWC configuration database
 2026-05-20 14:39 UTC  (4+ messages)
` [PATCH v4 19/29] drm/msm/adreno: use version ranges in A8xx UBWC code

[PATCH v8 1/4] dt-bindings: backlight: Add max25014 support
 2026-05-20 14:38 UTC  (5+ messages)
` (subset) "

[PATCH RESEND] userfaultfd: snapshot VMA state across UFFDIO_COPY retry
 2026-05-20 14:38 UTC  (6+ messages)

[PATCH v2] USB: serial: belkin_sa: validate interrupt status length
 2026-05-20 14:38 UTC  (2+ messages)

[RFC] hardening/fuzzing project idea: KASAN redzone before skb_shared_info
 2026-05-20 14:37 UTC  (3+ messages)

[PATCH] dmaengine: idxd: fix problems on initialization error path
 2026-05-20 14:37 UTC 

[PATCH bpf-next] bpf, docs: add LOAD_AQCUIRE and STORE_RELEASE instructions
 2026-05-20 14:36 UTC 

[PATCH] serial: max310x: fix I2C-only build
 2026-05-20 14:34 UTC  (5+ messages)

[PATCH v4 1/1] leds: Introduce the multi_max_intensity sysfs attribute
 2026-05-20 14:34 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-05-20 14:34 UTC  (4+ messages)
` [PATCH v4 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices

[PATCH v4 0/3] Let userspace know about swapped out panthor GEM objects
 2026-05-20 14:33 UTC  (5+ messages)
` [PATCH v4 1/3] drm/fdinfo: Add "evicted" memory accounting
` [PATCH v4 2/3] drm/panthor: Implement evicted status for GEM objects

[PATCH 0/5] arm64: dts: freescale: Add IMX-AUD-IO daughter board support
 2026-05-20 14:33 UTC  (10+ messages)
` [PATCH 2/5] dt-bindings: connector: Add fsl,io-connector binding
    `  "

[syzbot] [net?] possible deadlock in __sk_receive_skb
 2026-05-20 14:33 UTC  (2+ messages)
` Forwarded: test

[PATCH] kconfig: add optional warnings for changed input values
 2026-05-20 14:31 UTC  (2+ messages)

[PATCH] mfd: cs42l43: Sanity check firmware size
 2026-05-20 14:32 UTC  (2+ messages)
` (subset) "

[PATCH 5.15.y] io_uring: prevent opcode speculation
 2026-05-20 14:31 UTC  (2+ messages)

[PATCH stable 6.1 0/3] perf build fixes
 2026-05-20 14:31 UTC  (2+ messages)

[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-20 14:31 UTC  (12+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs

[PATCH 6.6.y v2 0/3] ASoC: SOF: Intel: hda: Fix NULL pointer dereference in v6.6
 2026-05-20 14:31 UTC  (2+ messages)

[PATCH v5 0/9] iommufd: Enable noiommu mode for cdev
 2026-05-20 14:39 UTC  (5+ messages)
` [PATCH v5 5/9] iommufd: Add an ioctl to query PA from IOVA for noiommu mode

[PATCH] pinctrl: avoid duplicate function definitions
 2026-05-20 14:30 UTC  (3+ messages)

[PATCH 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-05-20 14:29 UTC  (12+ messages)
` [PATCH 04/15] accel/qda: Add compute bus for QDA context banks
` [PATCH 05/15] iommu: Add QDA compute context bank bus to iommu_buses
` [PATCH 06/15] accel/qda: Create compute context bank devices on QDA compute bus
` [PATCH 07/15] accel/qda: Add memory manager for CB devices
` [PATCH 08/15] accel/qda: Add QUERY IOCTL and QDA UAPI header

[PATCH v5 0/8] nvmem: Add Raspberry Pi OTP nvmem driver
 2026-05-20 14:28 UTC  (9+ messages)
` [PATCH v5 1/8] soc: bcm2835: Use IS_REACHABLE for function declaration
` [PATCH v5 2/8] nvmem: core: Enforce stride and alignment checks for nvmem_device functions
` [PATCH v5 3/8] dt-bindings: raspberrypi,bcm2835-firmware: Add bcm2712-firmware compatible
` [PATCH v5 4/8] nvmem: Add the Raspberry Pi OTP driver
` [PATCH v5 5/8] firmware: raspberrypi: register nvmem driver
` [PATCH v5 6/8] arm64: dts: broadcom: bcm2712: add raspberrypi,bcm2712-firmware compatible
` [PATCH v5 7/8] dt-bindings: raspberrypi,bcm2835-firmware: Drop unnecessary select
` [PATCH v5 8/8] arm64: defconfig: Enable the raspberrypi otp driver as module

[PATCH] media: ti: j721e-csi2rx: Minor cleanup of loop variables
 2026-05-20 14:27 UTC  (2+ messages)

[PATCH] Bluetooth: hci_core: Don't queue tx_work while draining workqueue
 2026-05-20 14:26 UTC  (7+ messages)

[PATCH] media: rc: igorplugusb: fix control request setup packet
 2026-05-20 14:25 UTC 

[PATCH v13 00/17] media: cadence,ti: CSI2RX Multistream Support
 2026-05-20 14:25 UTC  (3+ messages)
` [PATCH v13 09/17] media: cadence: csi2rx: Add .get_frame_desc op

[PATCH] net: stmmac: mmc: Remove duplicate mmc_rx crc
 2026-05-20 14:25 UTC 

[PATCH v3 2/2] drm/hyperv: validate VMBus packet size in receive callback
 2026-05-20 14:24 UTC  (3+ messages)

[PATCH] bpf: avoid padding in struct bpf_common_attr
 2026-05-20 14:22 UTC  (5+ messages)

[PATCH v8 phy-next 00/31] Split Generic PHY consumer and provider API
 2026-05-20 14:21 UTC  (3+ messages)
` [PATCH v8 phy-next 15/31] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node

[PATCH 0/2] spi: cadence-xspi: support 4bytes sdma-io-width
 2026-05-20 14:21 UTC  (11+ messages)
` [PATCH 1/2] spi: dt-bindings: cdns,xspi: add sdma-io-width

[PATCH v4 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
 2026-05-20 14:20 UTC  (5+ messages)

[tip:timers/core] [posix] acc071343d: stress-ng.timermix.ops_per_sec 5.8% improvement
 2026-05-20 14:20 UTC 

[PATCH] media: em28xx: Add StarTech SVID2USB232
 2026-05-20 14:20 UTC 

[PATCH net v4 0/3] rxrpc: Better fix for DATA/RESPONSE decrypt vs splice()
 2026-05-20 14:19 UTC  (2+ messages)

[PATCH] f2fs: fix user.fadvise xattr input validation
 2026-05-20 14:19 UTC 

[PATCH] PCI: rcar-gen4: Limit Max_Read_Request_Size and Max_Payload_Size to 256 Bytes
 2026-05-20 14:18 UTC  (5+ messages)

[PATCH v7 0/2] AMD Promontory 21 xHCI temperature sensor support
 2026-05-20 14:18 UTC  (3+ messages)
` [PATCH v7 1/2] usb: xhci-pci: add AMD Promontory 21 PCI glue

[PATCH V8 0/2] Enable ADSP and CDSP for Glymur SoC
 2026-05-20 14:18 UTC  (3+ messages)
` [PATCH V8 1/2] arm64: dts: glymur: Add LPASS macro codecs and pinctrl
` [PATCH V8 2/2] arm64: dts: qcom: glymur-crd: add Audio sound card node


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox