mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH 0/5] Fix deferred_split_isolate() and clean up __folio_freeze_and_split_unmapped()
 2026-08-26 16:43 UTC  (8+ messages)
` [PATCH 1/5] mm/huge_memory: do not touch frozen folios in deferred_split_isolate()
` [PATCH 2/5] mm/huge_memory: dequeue the deferred split after the split freeze
` [PATCH 3/5] mm/huge_memory: reduce indent level in __folio_freeze_and_split_unmapped()
` [PATCH 4/5] mm/huge_memory: fold nested ifs "
` [PATCH 5/5] mm/huge_memory: turn the swapcache-with-mapping error case into an assert

[PATCH] scripts/spdxcheck: fix file descriptor leak in read_spdxdata()
 2026-08-26 16:42 UTC  (3+ messages)

[PATCH nf] net: netfilter: report NLM_F_DUMP_FILTERED when all is filtered out
 2026-08-26 16:42 UTC  (2+ messages)

[PATCH v2 0/4] KVM: x86/mmu: Fix pre-fault and map private loops
 2026-08-26 16:42 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: Reload MMU on *every* page pre-fault attempt/iteration
` [PATCH v2 2/4] KVM: x86/mmu: Harden "map private PFN" against unexpected root invalidation
` [PATCH v2 3/4] KVM: x86/mmu: Top-up memory caches when retrying "map private PFN"
` [PATCH v2 4/4] KVM: x86/mmu: Add sanity check to detect stale page faults in "

[PATCH v16 0/8] Add support for NXP P3H2x4x I3C hub driver
 2026-08-26 16:42 UTC  (5+ messages)
` [PATCH v16 1/8] i3c: master: Add APIs for I3C hub support
` [PATCH v16 2/8] i3c: master: Add controller-only device operation helpers

[RFC] clk: meson: t7: Intermittent boot instability and memory corruption on VIM4
 2026-08-26 16:42 UTC  (4+ messages)

[PATCH] maple_tree: Annotate lockless pivot reads for KCSAN
 2026-08-26 16:41 UTC  (2+ messages)

[PATCH v7 0/3] i2c: mux: Propagate software nodes to channel adapters
 2026-08-26 16:39 UTC  (4+ messages)
` [PATCH v7 3/3] "

[PATCH] gpu: GPU_BUDDY_KUNIT_TEST should not select GPU_BUDDY
 2026-08-26 16:39 UTC  (4+ messages)

[PATCH 0/2] f2fs: fix device alias state across remount
 2026-08-26 16:38 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH net-next 0/3] net: phy: mediatek: support EcoNet EN751221 gbit SoC PHY
 2026-08-26 16:37 UTC  (6+ messages)
` [PATCH net-next 3/3] "

[PATCH v3 1/13] drm/vino: add the DL3 wire framing
 2026-08-26 16:37 UTC  (13+ messages)
` [PATCH v3 2/13] drm/vino: add the USB transport
` [PATCH v3 3/13] drm/vino: add the crypto primitives and the HDCP 2.2 AKE
` [PATCH v3 4/13] drm/vino: add the encrypted control plane
` [PATCH v3 5/13] drm/vino: add the dock profiles
` [PATCH v3 6/13] drm/vino: add the video codec
` [PATCH v3 7/13] drm/vino: add control-session bring-up
` [PATCH v3 8/13] drm/vino: add the KMS device and the atomic path
` [PATCH v3 9/13] drm/vino: add the dock activation and scanout path
` [PATCH v3 10/13] drm/vino: read the dock's firmware version, and update it over DFU
` [PATCH v3 11/13] drm/vino: add the USB driver frontend
` [PATCH v3 12/13] drm/vino: allow the driver to be built
` [PATCH v3 13/13] Documentation/gpu: document the Vino driver

[PATCH 0/1] rust: firmware: the firmware upload abstraction
 2026-08-26 16:37 UTC  (2+ messages)
` [PATCH 1/1] rust: firmware: add "

[PATCH] platform/x86/amd/pmf: Add AMDI0112 ACPI ID
 2026-08-26 16:36 UTC 

[PATCH 1/9] rust: sync: completion: add single-shot and timed operations
 2026-08-26 16:34 UTC  (10+ messages)
` [PATCH 2/9] rust: hrtimer: add ArcHrTimerHandle::restart
` [PATCH 3/9] rust: random: add a safe get_random_bytes wrapper
` [PATCH 4/9] rust: xxhash: add a safe xxh64 wrapper
` [PATCH 5/9] rust: workqueue: make OwnedQueue thread-safe
` [PATCH 6/9] rust: io: add checked offset copy helpers
` [PATCH 7/9] rust: hrtimer: expose interrupt state in hard callbacks
` [PATCH 8/9] rust: error: expose EPROTO
` [PATCH 9/9] rust: time: add ktime_get_real_seconds

[PATCH 0/5] workqueue: unify percpu and unbound pwq allocation
 2026-08-26 16:33 UTC  (4+ messages)
` [PATCH 3/5] workqueue: make the default pwq optional

[PATCH v4 02/21] iommufd: Add iommufd_sw_map_msi()
 2026-08-26 16:32 UTC  (11+ messages)

[PATCH v3 1/23] rust: drm: kms: adapt Lyude's KMS series to current DRM APIs
 2026-08-26 16:31 UTC  (23+ messages)
` [PATCH v3 2/23] rust: drm: kms: tie mode-object references to their owners
` [PATCH v3 3/23] rust: drm: kms: constrain connector encoder attachment
` [PATCH v3 4/23] rust: drm: reject cross-device GEM handle creation
` [PATCH v3 5/23] rust: drm: kms: add common state and connector helpers
` [PATCH v3 6/23] rust: drm: expose HDCP 2.2 message identifiers
` [PATCH v3 7/23] rust: drm: kms: add typed color and rotation properties
` [PATCH v3 8/23] rust: drm: kms: add connector detect() and mode_valid() hooks
` [PATCH v3 9/23] rust: drm: kms: add plane damage-clip accessors
` [PATCH v3 10/23] rust: drm: framebuffer: add validated shmem scanout views
` [PATCH v3 11/23] rust: drm: kms: expose checked plane geometry
` [PATCH v3 12/23] rust: drm: kms: add owned CRTC and vblank references
` [PATCH v3 13/23] rust: drm: kms: plane: add FB_DAMAGE_CLIPS property support
` [PATCH v3 14/23] rust: drm: add a safe constructor for owned registration data
` [PATCH v3 15/23] rust: drm: pin the owner while DRM files remain open
` [PATCH v3 16/23] rust: drm: kms: add the plane blend-mode property
` [PATCH v3 17/23] rust: drm: add an owned display mode constructor
` [PATCH v3 18/23] rust: drm: expose mode flags and CTA VIC matching
` [PATCH v3 19/23] rust: drm: expose CRTC mode changes
` [PATCH v3 20/23] rust: drm: kms: add synthesized CVT connector modes
` [PATCH v3 21/23] rust: drm: kms: read a connector's colorimetry and HDR metadata
` [PATCH v3 22/23] rust: drm: kms: walk the CRTCs an atomic commit carries
` [PATCH v3 23/23] rust: drm: kms: expose a connector's requested link depth

kismet: WARNING: unmet direct dependencies detected for I2C_GPIO when selected by VIDEO_MMP_CAMERA
 2026-08-26 16:31 UTC 

[PATCH v3 1/5] rust: usb: add revocable typed interface I/O
 2026-08-26 16:30 UTC  (5+ messages)
` [PATCH v3 2/5] rust: usb: add reusable URBs and persistent bulk queues
` [PATCH v3 3/5] rust: usb: expose device descriptor fields and queue readiness
` [PATCH v3 4/5] rust: usb: add a vendor-and-interface-info device id constructor
` [PATCH v3 5/5] rust: usb: let a driver keep its interface usable while unbinding

[PATCH v3] mm/secretmem: properly account locked pages
 2026-08-26 16:30 UTC 

[PATCH v3 1/2] rust: crypto: add AES-128, AES-CMAC, SHA-256, and HMAC bindings
 2026-08-26 16:29 UTC  (2+ messages)
` [PATCH v3 2/2] rust: crypto: add synchronous RSA akcipher support

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-26 16:28 UTC  (12+ messages)

[PATCH v4 0/5] dmaengine: sun6i-dma: Add support for Allwinner A733 DMA controller
 2026-08-26 16:26 UTC  (3+ messages)
` [PATCH v4 5/5] "

[PATCH] chardev: check return value of kobject_set_name() in __register_chrdev()
 2026-08-26 16:24 UTC  (2+ messages)

[PATCH] x86/virt/tdx: Warn on !4K level in tdh_mem_page_aug()
 2026-08-26 16:23 UTC  (6+ messages)

[PATCH] mm: workingset: judge cross-memcg refaults by generation age
 2026-08-26 16:23 UTC  (2+ messages)

[syzbot] [gfs2?] general protection fault in _find_first_zero_bit
 2026-08-26 16:23 UTC  (2+ messages)
` Forwarded: "

[GIT PULL] Documentation stragglers for 7.3
 2026-08-26 16:23 UTC 

[PATCH v2 0/2] vsprintf: Don't leak pointers
 2026-08-26 16:21 UTC  (5+ messages)
` [PATCH v2 1/2] vsprintf: Don't leak pointers for %ps without KALLSYMS enabled
` [PATCH v2 2/2] kallsyms: Document why unresolved symbols are revealed

[PATCH bpf-next v2] xsk: Fix circular locking dependency in xsk_notifier
 2026-08-26 16:21 UTC 

[PATCH] powerpc/configs: Add debug configs for debugging
 2026-08-26 16:20 UTC 

[RFC PATCH 00/16][PoC] sched/core: Alternate approach to sleeping-owner handling in PROXY_EXEC
 2026-08-26 16:20 UTC  (7+ messages)
` [RFC PATCH 03/16] sched/fair: Use enqueue flags for DO_ATTACH in update_load_avg()
` [RFC PATCH 04/16] sched/core: Activate blocked donor when no owner is found
` [RFC PATCH 06/16] sched/core: Queue blocked donor onto sleeping owner for chain-wakeup

[PATCH 0/5] media: imx8-isi: Add i.MX952 ISI support
 2026-08-26 16:18 UTC  (10+ messages)
` [PATCH 1/5] media: imx8-isi: Reorder mxc_imx95_data to follow mxc_imx93_data
` [PATCH 2/5] media: imx8-isi: Use per-platform format_mask for output format field
` [PATCH 3/5] media: dt-bindings: nxp,imx8-isi: Add i.MX952 ISI compatible string
` [PATCH 4/5] media: nxp: imx8-isi: Add i.MX952 ISI support

[PATCH v2] mm/secretmem: properly account locked pages
 2026-08-26 16:18 UTC  (4+ messages)

[PATCH v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
 2026-08-26 16:17 UTC  (4+ messages)
` [PATCH v4 27/27] selftests/vfio: Add CXL Type-2 passthrough corner-case tests

[PATCH] KVM: selftests: Use __GLIBC__, not _GNU_SOURCE, to detect actual glibc
 2026-08-26 16:14 UTC 

[PATCH bpf] bpf: Fix UAF due to concurrent consumption of waiting_for_gp_ttrace
 2026-08-26 16:13 UTC  (2+ messages)
` [syzbot ci] "

[PATCH 0/3] media: Add OmniVision OV32C4 sensor driver
 2026-08-26 16:13 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: media: i2c: Add OmniVision OV32C4

[PATCH RFC v3 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
 2026-08-26 16:10 UTC  (10+ messages)
` [PATCH RFC v3 1/3] mm/zswap: release retired pools via call_rcu() instead of synchronize_rcu()
` [PATCH RFC v3 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array
` [PATCH RFC v3 3/3] mm/zswap: reference the pool by index to shrink struct zswap_entry

[PATCH 0/7] Intel platform driver to reset bitfix filters
 2026-08-26 16:10 UTC  (4+ messages)
` [PATCH 4/7] platform/x86/intel/bff: Add Diamond Rapids support

[PATCH 2/2] x86/mce: Add mce=panic_on_ce_count to panic on a corrected error flood
 2026-08-26 16:09 UTC  (11+ messages)

[RFC PATCH v3 00/27] KVM: SVM: Add support for SEV-SNP Secure AVIC
 2026-08-26 16:09 UTC  (3+ messages)
` [RFC PATCH v3 16/27] KVM: SVM: Add handler for VMGEXIT Secure AVIC NAE event

[PATCH v6 0/2] m68k: pata_cswarp: Add Amiga cslab ata support
 2026-08-26 16:09 UTC  (3+ messages)
` [PATCH v6 1/2] ata: "
` [PATCH v6 2/2] m68k: defconfig: enable PATA_CSWARP

[PATCH v2 0/4] arm64: dts: qcom: Support Retroid Pocket QCS8550 Devices
 2026-08-26 16:06 UTC  (4+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: Add Retroid Pocket Nova

[PATCH 0/2] powerpc: remove spufs coredump support
 2026-08-26 16:06 UTC  (3+ messages)
` [PATCH 1/2] powerpc: remove "
` [PATCH 2/2] coredump: stop unsharing the file descriptor table

[PATCH] dt-bindings: Drop redundant white-space around values in <>
 2026-08-26 16:04 UTC  (2+ messages)

[BUG] srcu: false-positive WARN in cleanup_srcu_struct() after 78a38cbf6f20
 2026-08-26 16:03 UTC  (5+ messages)

[PATCH] dt-bindings: i2c: xlnx,xps-iic-2.00.a: Drop bouncing mocean-labs.com
 2026-08-26 16:03 UTC  (2+ messages)

(no subject)
 2026-08-26 16:03 UTC  (18+ messages)
` 
  ` [REGRESSION] 6.12.36+: usb: hub: post-resume delayed work triggers > uncorrected MCE / data fabric sync flood on Threadripper 7970X > (bisected to aec11e5f9c45)

[PATCH 0/2] Add MIPI CSI-2 receiver support for RK3576
 2026-08-26 16:02 UTC  (3+ messages)
` [PATCH 1/2] media: dt-bindings: rockchip,rk3568-mipi-csi2: add rk3576 compatible

[PATCH 0/2] phy: mediatek: xsphy: add eUSB2 repeater support for USB2 ports
 2026-08-26 16:02 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy: mediatek,xsphy: add optional repeater phys property

[syzbot] [sound?] WARNING: ODEBUG bug in dummy_pcm_close
 2026-08-26 16:01 UTC 

[PATCH v2 0/3] net: dp83867: add new output-impedance DT binding
 2026-08-26 16:01 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: dp83867: add binding for output-impedance

[PATCH v2] gpiolib: Put fwnode reference on failure
 2026-08-26 16:00 UTC  (2+ messages)

[PATCH] net/packet: fix network header offset-VLAN raw packets on VLAN subinterfaces
 2026-08-26 15:58 UTC  (2+ messages)

[GIT PULL] AppArmor updates for v7.3
 2026-08-26 15:58 UTC 

[PATCH 00/10] Add S32N79RDB UFS support
 2026-08-26 15:57 UTC  (18+ messages)
` [PATCH 01/10] ufs: unipro: Move Tx/Rx FSM state definitions to unipro.h
` [PATCH 02/10] ufs: unipro: Add TX/RX FSM state attributes
` [PATCH 03/10] ufs: host: Add common Hibern8 TX FSM polling helper
` [PATCH 04/10] scsi: ufs: Move Versal2 M-PHY CREG access helpers into ufshcd-dwc
` [PATCH 05/10] scsi: ufs: dwc: Export common clock divider and link status helpers
` [PATCH 06/10] dt-bindings: ufs: Add compatibles for S32N79 Host Controller platform driver
` [PATCH 07/10] scsi: ufs: Add NXP S32N79 UFS host controller driver

[PATCH] sched/fair: avoid creating misfits during cache-aware balancing
 2026-08-26 15:57 UTC  (2+ messages)

[PATCH] gpio: omap: Use device name as chip label
 2026-08-26 15:56 UTC  (2+ messages)

[PATCH 0/2] selftests/membarrier: Skip an unregistered memory barrier test on Musl
 2026-08-26 15:56 UTC  (4+ messages)
` [PATCH 2/2] selftests/membarrier: Skip unpermitted membarrier command test if preregistered by libc

[PATCH v3 0/2] x86/amd_node: Fixes for virtualized systems
 2026-08-26 15:55 UTC  (5+ messages)
` [PATCH v3 1/2] x86/amd_node: Avoid divide by zero on "

[PATCH 7.1 000/101] 7.1.11-rc1 review
 2026-08-26 15:55 UTC  (2+ messages)

[PATCH 0/3] binfmt_misc: only let punctuation delimit a register string
 2026-08-26 15:55 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] selftests/exec: test delimiter restrictions
` [PATCH 3/3] binfmt_misc: document the field delimiter

[PATCH net 1/2] tcp: fix corruption of urgent data on multi-segment retransmit
 2026-08-26 15:52 UTC  (4+ messages)
` [PATCH net 2/2] selftests/net: packetdrill: add tcp_urg_ptr_retransmit

[PATCH v3 0/2] kexec: fix probe error codes and error propagation
 2026-08-26 15:51 UTC  (6+ messages)
` [PATCH v3 1/2] kexec: return -ENOEXEC from image probe functions on mismatch

kismet: WARNING: unmet direct dependencies detected for SERIAL_8250 when selected by ECONET
 2026-08-26 15:49 UTC 

[PATCH v2] KEYS: encrypted: fix integer overflow of datablob_len
 2026-08-26 15:44 UTC 

[PATCH 0/2] crypto: rsassa-pkcs1: fix undersized key handling
 2026-08-26 15:44 UTC  (5+ messages)
` [PATCH 1/2] crypto: rsassa-pkcs1: reject undersized keys when signing
` [PATCH 2/2] crypto: rsassa-pkcs1: reject undersized keys when verifying

[PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
 2026-08-26 15:44 UTC  (5+ messages)

[PATCH] swiotlb: avoid double copy with swiotlb on tx socket
 2026-08-26 15:39 UTC  (7+ messages)

[RFC PATCH 0/12] drm/fabric: vendor-neutral topology infrastructure for scale-up accelerator interconnects
 2026-08-26 15:38 UTC  (3+ messages)

[PATCH] remoteproc: imx_rproc: allow mappings ending at region boundary
 2026-08-26 15:38 UTC 

[PATCH v2] s390: Warn if kernel command line contains non-printable EBCDIC characters
 2026-08-26 15:38 UTC  (2+ messages)

[PATCH v2 00/14] perf cs-etm: Per-thread mode fixes and snapshot wrap support
 2026-08-26 15:36 UTC  (5+ messages)
` [PATCH v2 02/14] perf cs-etm: Warn for invalid timestamp option
` [PATCH v2 03/14] perf cs-etm: Turn on context packet timestamps in per-thread mode

[PATCH v2] f2fs: support resizable tail section and unify pinned allocation
 2026-08-26 15:36 UTC 

[PATCH net v2] net: pcs: enable autonegotiation for 10g-usxgmii
 2026-08-26 15:36 UTC  (4+ messages)

[PATCH] thermal: intel: int340x: Fix temperature selection around 0 C
 2026-08-26 15:31 UTC 

[PATCH] ALSA: hda/conexant: Set mic pin VREF to 0x24 on headset mic plug
 2026-08-26 15:27 UTC  (3+ messages)
` [PATCH v3] ALSA: hda/conexant: Always enable the headset-mic pin on plugin

[PATCH] mm/mremap: reset unfaulted VMA page offset for MREMAP_DONTUNMAP
 2026-08-26 15:27 UTC  (3+ messages)

[PATCH v3 1/3] mm/swap: move LRU insertion out of the swap cache allocator
 2026-08-26 15:23 UTC  (3+ messages)

[syzbot] [usb?] general protection fault in wcove_typec_probe
 2026-08-26 15:23 UTC  (9+ messages)

[PATCH] futex: Avoid hash-bucket locking for mismatched waits
 2026-08-26 15:22 UTC  (2+ messages)

[PATCH] usb: xhci: Fix isochronous scheduling regression
 2026-08-26 15:22 UTC  (8+ messages)

[PATCH v3 2/3] mm/swap: refault on swap-in, not in the swap cache allocator
 2026-08-26 15:22 UTC  (3+ messages)

[PATCH v6 00/10] dtc: dt-check-style: Improvements for false positives
 2026-08-26 15:20 UTC  (2+ messages)

[PATCH] scsi: ibmvfc: Fix use of uninitialized rport in ibmvfc_do_work()
 2026-08-26 15:20 UTC  (2+ messages)

[PATCH v3 0/2] scsi: leapraid: fix firmware log mmap lifetime
 2026-08-26 15:20 UTC  (2+ messages)

[PATCH] MAINTAINERS: Leave the cumana_1 and oak drivers to the RISCPC maintainers
 2026-08-26 15:20 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Fix an loop timeout test
 2026-08-26 15:20 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Fix an error code in qla_get_tmf()
 2026-08-26 15:20 UTC  (2+ messages)

[PATCH] scsi: lpfc: remove unnnecessary NULL check
 2026-08-26 15:20 UTC  (2+ messages)

[PATCH] scsi: snic: Fix scsi host leak on workqueue allocation failure
 2026-08-26 15:20 UTC  (2+ messages)

[PATCH] ASoC: sun4i-codec: Fix OF node reference leaks for analog controls
 2026-08-26 15:19 UTC  (2+ messages)

[PATCH bpf-next v7 1/9] bpf: mark instructions accessing program stack
 2026-08-26 15:19 UTC  (4+ messages)

[PATCH] net: dsa: qca8k: Disable mgmt Ethernet for qca8327
 2026-08-26 15:18 UTC  (5+ messages)

[PATCH 0/7] soc: qcom: geni: Derive SE clock configuration from OPP table on SA8255P
 2026-08-26 15:17 UTC  (4+ messages)
` [PATCH 2/7] soc: qcom: geni-se: Populate clk_perf_tbl with SE source clock frequencies from perf OPP table

[PATCH net] vxlan: mdb: Fix use-after-free in vxlan_mdb_remote_src_del()
 2026-08-26 15:15 UTC 

[PATCH RFC net-next] net: pcs: lynx: add support for 25GBASE-R
 2026-08-26 15:08 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Paulo Alcantara as an SMBDIRECT co-maintainer
 2026-08-26 15:08 UTC  (2+ messages)

[PATCH v3 0/7] gpio: rtd1625: minor cleanups and log improvements
 2026-08-26 15:08 UTC  (2+ messages)

[PATCH v2 0/2] gpio: sloppy-logic-analyzer: fix debugfs UAF on unbind
 2026-08-26 15:08 UTC  (2+ messages)
` (subset) "

[PATCH] gpiolib: return quietly from gpiod_get_direction() without .get_direction()
 2026-08-26 15:06 UTC  (3+ messages)

[PATCH v42 0/7] firmware: imx: driver for NXP secure-enclave
 2026-08-26 15:05 UTC  (4+ messages)
` [PATCH v42 5/7] firmware: imx: adds miscdev

[PATCH] rust: zerocopy-derive: Remove the BoolExt trait
 2026-08-26 15:05 UTC  (3+ messages)

[PATCH v2 0/2] alpha: disable DAC for 32-bit PCI cards on Tsunami/Typhoon
 2026-08-26 14:48 UTC  (3+ messages)
` [PATCH v2 2/2] "

page:  |  | latest

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

all inboxes | Powered by JetHome®