The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-07-27 23:43:14 to 2026-07-28 01:35:17 UTC [more...]

[PATCH v8 00/10] s390/vfio_ccw fixes
 2026-07-28  1:35 UTC  (8+ messages)
` [PATCH v8 01/10] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v8 02/10] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v8 03/10] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v8 04/10] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v8 06/10] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v8 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v8 10/10] s390/vfio_ccw: implement a crw lock

[PATCH v3 0/6] PCI: dwc: rcar-gen4: Add support for R-Car X5H PCIe4
 2026-07-28  1:32 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car X5H PCIe4 compatible
` [PATCH v3 2/6] PCI: dwc: rcar-gen4: Rework rcar_gen4_pcie_drvdata .additional_common_init into .init
` [PATCH v3 3/6] PCI: dwc: rcar-gen4: Add .deinit callback
` [PATCH v3 4/6] PCI: dwc: rcar-gen4: Split .start_link into ltssm_control and speed_control
` [PATCH v3 5/6] PCI: dwc: rcar-gen4: Handle PERST via reset subsystem
` [PATCH v3 6/6] PCI: dwc: rcar-gen4: Add support for R-Car X5H PCIe4

[PATCH] soc: qcom: pmic_glink_altmode: use a freezable workqueue
 2026-07-28  1:25 UTC 

[PATCH v2 0/2] selinux: bound class/common permission counts on policy load
 2026-07-28  1:30 UTC  (3+ messages)
` [PATCH v2 1/2] selinux: reject a permission value exceeding the class permission count
` [PATCH v2 2/2] selinux: reject a class permission count below its inherited common

[PATCH v2] nodemask: reduce bitmap width to nr_node_ids in __nodemask_pr_numnodes()
 2026-07-28  1:30 UTC  (4+ messages)
  ` 答复: [????] "

[PATCH net-next] net/mlx5e: Remove _once from PCI heuristic debug print
 2026-07-28  1:30 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: SHAMPO, Remove dead CWR handling in GRO header update
 2026-07-28  1:30 UTC  (2+ messages)

[PATCH net-next] net/mlx5: E-Switch, defer fwd2vport egress ACL allocation
 2026-07-28  1:30 UTC  (2+ messages)

[for-next v4 0/2] Add Reorder Completion Queue (RCQ) support
 2026-07-28  1:28 UTC  (2+ messages)

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-07-28  1:27 UTC  (9+ messages)
` [PATCH v6 02/22] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v6 03/22] firmware: arm_scmi: Introduce protocol instance notifiers
` [PATCH v6 05/22] include: trace: Add Telemetry trace events
` [PATCH v6 06/22] firmware: arm_scmi: Add basic Telemetry support

[PATCH 1/3] zram: fix zstd dict use-after-free on per-CPU error path
 2026-07-28  1:27 UTC  (9+ messages)
` [PATCH 2/3] zram: add per-backend capability flags and validate parameters early

[PATCH 0/2] PCI: dwc: Handle return value from endpoint .init/.preinit callbacks
 2026-07-28  1:24 UTC  (3+ messages)
` [PATCH 1/2] PCI: dwc: Handle return value from endpoint .init callback
` [PATCH 2/2] PCI: dwc: Handle return value from endpoint .pre_init callback

[PATCH] team: reject ARPHRD_CAN devices in team_port_add
 2026-07-28  1:24 UTC  (2+ messages)

[PATCH v17 0/2] Add Lontium LT7911EXC eDP to MIPI DSI bridge
 2026-07-28  1:22 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-07-28  1:22 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpf: Add a sleepable page allocator for map memory
` [PATCH bpf-next 2/3] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next 3/3] selftests/bpf: Add a test for arena fault-in under memory.max

[PATCH net] net/mlx5e: Fix indentation in mlx5e_free_mpwqe_rq_drop_page()
 2026-07-28  1:20 UTC 

[PATCH 0/2] Add support for Parade PS5169 USB Type-C linear redriver
 2026-07-28  1:19 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: usb: Add Parade PS5169 redriver bindings
` [PATCH 2/2] usb: typec: Add support for Parade PS5169 USB Type-C redriver

[PATCH v1 00/28] KVM: nSVM: Optimize nSVM TLB flushes
 2026-07-28  1:18 UTC  (31+ messages)
` [PATCH v1 01/28] KVM: nSVM: Flush the TLB after forcefully leaving nested
` [PATCH v1 02/28] KVM: SVM: Document number of ASIDs CPUID setting
` [PATCH v1 03/28] KVM: VMX: Generalize VPID allocation to be vendor-neutral
` [PATCH v1 04/28] KVM: x86/mmu: Support specifying reserved TLB tags
` [PATCH v1 05/28] KVM: SVM: Add helpers to set/clear ASID flush in VMCB
` [PATCH v1 06/28] KVM: SVM: Fallback to flush everything if FLUSHBYASID is not available
` [PATCH v1 07/28] KVM: SVM: Duplicate pre-run ASID check for SEV and non-SEV guests
` [PATCH v1 08/28] KVM: SEV: Do ASID initialization at VMCB initialization
` [PATCH v1 09/28] KVM: SEV: Expose sev_get_asid() outside of sev.c
` [PATCH v1 10/28] KVM: SVM: Use a static ASID per vCPU
` [PATCH v1 11/28] KVM: SVM: Only flush the fallback ASID when used by a different vCPU
` [PATCH v1 12/28] KVM: nSVM: Add a placeholder ASID for L2
` [PATCH v1 13/28] KVM: x86: hyper-v: Rename kvm_hv_vcpu_purge_flush_tlb()
` [PATCH v1 14/28] KVM: x86: hyper-v: Allow puring all TLB flush FIFOs
` [PATCH v1 15/28] KVM: nSVM: Drop svm->nested.initialized
` [PATCH v1 16/28] KVM: nSVM: Flush both L1 and L2 ASIDs on KVM_REQ_TLB_FLUSH
` [PATCH v1 17/28] KVM: nSVM: Always switch VMCB before leaving guest mode
` [PATCH v1 18/28] KVM: nSVM: Split nested_svm_transition_tlb_flush() into entry/exit fns
` [PATCH v1 19/28] KVM: nSVM: Service local TLB flushes before nested transitions
` [PATCH v1 20/28] KVM: nSVM: Handle nested TLB flush requests through TLB_CONTROL
` [PATCH v1 21/28] KVM: nSVM: Flush the TLB if L1 changes L2's ASID in vmcb12
` [PATCH v1 22/28] KVM: nSVM: Do not reset TLB_CONTROL in vmcb02 on nested VM-Enter
` [PATCH v1 23/28] KVM: x86/mmu: Rename __kvm_mmu_invalidate_addr() to kvm_mmu_sync_addr()
` [PATCH v1 24/28] KVM: x86/mmu: Refactor kvm_mmu_invlpg() to allow skipping the GVA flush
` [PATCH v1 25/28] KVM: nSVM: Flush L2's ASID when emulating INVLPGA
` [PATCH v1 26/28] KVM: nSVM: Flush the ASID on nested transitions if shared by L1 and L2
` [PATCH v1 27/28] KVM: nSVM: Use different ASIDs for "
` [PATCH v1 28/28] KVM: selftests: Add a test for nested TLB flushes

[PATCH net-next 0/5] net/mlx5: HWS misc enhancements
 2026-07-28  1:18 UTC 

[PATCH 0/3] remoteproc: Improve removal of remoteproc drivers
 2026-07-28  1:18 UTC  (4+ messages)
` [PATCH 2/3] remoteproc: Prevent crash handling to race with rproc_del()

[PATCH RFC] mm/zswap: reference the pool by index to shrink struct zswap_entry
 2026-07-28  1:17 UTC  (6+ messages)

[PATCH v1 1/2] dt-bindings: usb: dwc3: Document Renesas R-Car Gen5 DWC3 xHCI USB controller
 2026-07-28  1:14 UTC  (2+ messages)
` [PATCH v1 2/2] usb: dwc3: Add Renesas R-Car Gen5 DWC3 xHCI USB controller glue

[PATCH net-next] net: stmmac: dwxgmac2: configure INTM for per-channel interrupt routing
 2026-07-28  1:16 UTC  (3+ messages)

[PATCH v6 00/36] Cleaning up the KVM clock mess
 2026-07-28  1:15 UTC  (13+ messages)
` [PATCH v6 05/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v6 12/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v6 15/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas

[PATCH v3] mm/page_reporting: Add page_reporting_delay_ms module parameter
 2026-07-28  1:13 UTC  (3+ messages)

[PATCH v5 0/7] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-07-28  1:10 UTC  (3+ messages)
` [PATCH v5 3/7] net: wwan: t9xx: Add control DMA interface

[PATCH net v4 8/9] rxrpc: Fix CHALLENGE packet overqueuing and simplify RESPONSE generation
 2026-07-28  1:08 UTC 

[hwmon PATCH v2 0/8] hwmon: (adt7470): Multiple fixes
 2026-07-28  1:08 UTC  (19+ messages)
` [hwmon PATCH v2 1/8] hwmon: (adt7470) Fix fans stuck in manual mode on I2C errors
` [hwmon PATCH v2 2/8] hwmon: (adt7470) Fix cache updated before hardware write on I2C error
` [hwmon PATCH v2 3/8] hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread
` [hwmon PATCH v2 4/8] hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masks
` [hwmon PATCH v2 5/8] hwmon: (adt7470) Fix temperature alarm logic in hwmon_temp_read()
` [hwmon PATCH v2 6/8] hwmon: (adt7470) Use cached PWM frequency value
` [hwmon PATCH v2 7/8] hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed read
` [hwmon PATCH v2 8/8] hwmon: (adt7470) Fix PWM auto temp state array and bounds check

[PATCH] drm/imagination: allow probe when no power-domains are described
 2026-07-28  1:05 UTC  (4+ messages)
` [PATCH v3 0/2] drm/imagination: support GPU probe without power-domains
  ` [PATCH v3 1/2] dt-bindings: gpu: img,powervr-rogue: add spacemit,k3-gpu
  ` [PATCH v3 2/2] drm/imagination: allow probe when no power-domains are described

[PATCH] microblaze: restore the page alignment of swapper_pg_dir
 2026-07-28  1:06 UTC  (2+ messages)

[PATCH -v4 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
 2026-07-28  1:02 UTC  (5+ messages)
` [PATCH -v4 1/4] mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max

[PATCH] drm/panel: chipone-icna35xx: Fix picture parameter set
 2026-07-28  1:02 UTC 

[PATCH v6 0/9] KVM: guest_memfd: RECLAIM+CONVERT cleanups
 2026-07-28  1:00 UTC  (5+ messages)
` [PATCH v6 7/9] KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERT

[PATCH v2] f2fs: fix dentry folio leak in find_in_level
 2026-07-28  1:00 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH net-next v4 0/4] net: hsr: PRP RedBox (PRP-SAN) support
 2026-07-28  1:00 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Report the real error from libarena parallel workers
 2026-07-28  1:00 UTC  (2+ messages)

[PATCH v5 0/2] Add Apple T2 NHI device links
 2026-07-28  0:58 UTC  (3+ messages)
` [PATCH v5 1/2] treewide: Add a flag to detect the Apple T2 chip

[PATCH] fs: hfsplus: remove redundant NULL check before kfree()
 2026-07-28  0:59 UTC  (3+ messages)

[PATCH net-next 0/5] mptcp: out-of-order queue pruning
 2026-07-28  0:58 UTC  (2+ messages)

[PATCH v4] mm/hugetlb_cma: Fix null nodemask dereference in hugetlb_cma_alloc_frozen_folio
 2026-07-28  0:57 UTC  (2+ messages)

[PATCH] rtc: msm6242: use devm_platform_ioremap_resource()
 2026-07-28  0:56 UTC 

[PATCH] Documentation: fix grammar in description of nilfs2 recovery code
 2026-07-28  0:54 UTC  (3+ messages)

[PATCH v7 00/10] s390/vfio_ccw fixes
 2026-07-28  0:54 UTC  (4+ messages)
` [PATCH v7 08/10] s390/vfio_ccw: move cp cleanup out of not operational

[PATCHv2] rtc: stmp3xxx: use devm_platform_ioremap_resource()
 2026-07-28  0:53 UTC 

[PATCH] drm/amd/display: fix usage of DC_FPU_{BEGIN,END} with PREEMPT_RT
 2026-07-28  0:51 UTC  (2+ messages)

[PATCH v3] soc: fsl: dpio: fix kernel-doc typos
 2026-07-28  0:49 UTC 

[PATCH v3] soc: fsl: fix kernel-doc warnings and typos
 2026-07-28  0:49 UTC 

[PATCH v3 0/9] cpufreq/amd-pstate: BIOS min perf fixes and Dynamic EPP rework
 2026-07-28  0:47 UTC  (2+ messages)

[PATCH] media: mali-c55: fix clock leak when reset deassert fails
 2026-07-28  0:47 UTC  (2+ messages)
` [PATCH] pata_ep93xx: fix possible NULL pointer dereference in ep93xx_pata_release_dma()

[PATCH v2] asm-generic/io.h: fix grammar typos
 2026-07-28  0:46 UTC 

[PATCH] rtc: mpc5121: convert from irq_of_parse_and_map to platform_get_irq
 2026-07-28  0:45 UTC 

[PATCH] drm/panel: chipwealth-ch13726a: Fix washed out colors on 120hz mode
 2026-07-28  0:44 UTC 

[PATCH v4 0/6] KVM: nVMX: Synthesize SHUTDOWN on RSM with bad state
 2026-07-28  0:43 UTC  (7+ messages)
` [PATCH v4 1/6] KVM: x86: Extract VMX's unhandleable emulation check to common x86
` [PATCH v4 2/6] KVM: nVMX: Synthesize SHUTDOWN on RSM if L2 requires emulation
` [PATCH v4 3/6] KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()
` [PATCH v4 4/6] KVM: selftests: Use port 0x80 in invalid nVMX guest state test
` [PATCH v4 5/6] KVM: selftests: Refactor invalid nVMX state test to prepare for RSM testcase
` [PATCH v4 6/6] KVM: selftests: Extend the invalid nVMX guest state test to cover RSM

[PATCH v2] KVM: nVMX: Service local TLB flushes on failed nested VM-Enter
 2026-07-28  0:43 UTC  (2+ messages)

[PATCH net-next v12 05/12] enic: add admin CQ service with MSI-X interrupt and workqueue polling
 2026-07-28  0:41 UTC  (3+ messages)

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-07-28  0:37 UTC  (4+ messages)
` [PATCH RFC v4 11/12] mm/gup: batch contiguous PTE-mapped large folios in follow_page_mask()

[PATCH] iio: hid-sensor: als: scale each channel individually
 2026-07-28  0:38 UTC  (4+ messages)

[PATCH net-next v12 00/12] enic: SR-IOV V2 admin channel and MBOX protocol
 2026-07-28  0:37 UTC  (3+ messages)
` [PATCH net-next v12 01/12] enic: cancel tx_hang_reset work on device removal

[PATCH] rtc: omap: Add missing kernel-doc for @dev parameter
 2026-07-28  0:35 UTC 

[PATCH 0/2] KVM: x86/mmu: Use LOCK CMPXCHG to clear Accessed bits
 2026-07-28  0:34 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in TDP MMU
` [PATCH 2/2] KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in the shadow MMU

hang during shutdown in next-20260722+ with MT7925
 2026-07-28  0:32 UTC  (2+ messages)

[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
 2026-07-28  0:29 UTC  (19+ messages)

[PATCH] selinux: use socket SID for SCTP bind/connect permission checks in softirq
 2026-07-28  0:28 UTC  (2+ messages)

[PATCH v3] coresight: coresight.h: add '*' to kernel-doc lines
 2026-07-28  0:28 UTC  (2+ messages)

[PATCH v4 0/1] powerpc: Enable dynamic preemption
 2026-07-28  0:26 UTC  (8+ messages)
` [PATCH v4 1/1] powerpc: enable "

[PATCH v2 0/2] serial: amba-pl011: fix console clock lifetime
 2026-07-28  0:26 UTC  (5+ messages)
` [PATCH v2 2/2] serial: amba-pl011: keep console clock enabled for atomic writes

[PATCH 0/9] media: Fix all missing cocci warnings
 2026-07-28  0:25 UTC  (4+ messages)
` [PATCH 4/9] media: vimc: Ensure that pixel_rate fits in 32 bits

[PATCH mt76] wifi: mt76: mt792x: drop redundant napi_disable() in unregister path
 2026-07-28  0:20 UTC 

[PATCH net-next 0/6] eth: fbnic: expand hwmon sensor support
 2026-07-28  0:20 UTC  (3+ messages)
` [PATCH net-next 6/6] eth: fbnic: firmware notifies hwmon on sensor threshold events

[PATCH v9 0/6] arm64: dts: qcom: Support AYN QCS8550 Devices
 2026-07-28  0:20 UTC  (7+ messages)
` [PATCH v9 1/6] dt-bindings: vendor-prefixes: Add Chip Wealth Technology
` [PATCH v9 2/6] dt-bindings: arm: qcom: Add AYN QCS8550 Devices
` [PATCH v9 3/6] arm64: dts: qcom: Add AYN QCS8550 Common
` [PATCH v9 4/6] arm64: dts: qcom: Add AYN Odin 2 Mini
` [PATCH v9 5/6] arm64: dts: qcom: Add AYN Odin 2 Portal
` [PATCH v9 6/6] arm64: dts: qcom: Add AYN Thor

[PATCH v3] KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs
 2026-07-28  0:18 UTC  (2+ messages)

[PATCH] Bluetooth: SCO: serialise sco_conn lifetime against sco_recv_scodata()
 2026-07-28  0:16 UTC 

[PATCH] media: vimc: sensor: fix pixel_rate type to resolve do_div() warning
 2026-07-28  0:15 UTC 

[PATCH] selinux: reject a permission value exceeding the class permission count
 2026-07-28  0:11 UTC  (7+ messages)

[PATCH] gpu: nova-core: fix packed registry table size
 2026-07-28  0:09 UTC  (2+ messages)

[PATCH net v2] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-07-28  0:07 UTC  (3+ messages)

[PATCH] dm array: validate array block headers on read
 2026-07-28  0:07 UTC 

[PATCH net] MAINTAINERS: make Luiz a maintainer and myself reviewer for Realtek DSA
 2026-07-28  0:06 UTC  (3+ messages)

[PATCH v3] sched/fair: Prefer waker CPU for non-SMT reciprocal sync wakeups
 2026-07-27 23:58 UTC 

[PATCH net] qede: Fix NULL pointer dereference in TPA fragment processing
 2026-07-28  0:03 UTC  (4+ messages)
` [PATCH net v2] "

[PATCH v3 4/5] tracing/probes: Extend max length of argument string
 2026-07-27 23:58 UTC  (3+ messages)

[PATCH v4 00/12] KVM: selftests: Stress save+restore and #PF (ft. nested)
 2026-07-27 23:52 UTC  (13+ messages)
` [PATCH v4 01/12] KVM: selftests: Use __stringify() instead of custom XSTR() macros
` [PATCH v4 02/12] KVM: selftests: Fix RAX and RFLAGS VMCB offsets when running L2
` [PATCH v4 03/12] KVM: selftests: Rework GPR registers switching for SVM (and fix offsets)
` [PATCH v4 04/12] KVM: selftests: Handle rflags save/restore for SVM in guest_regs
` [PATCH v4 05/12] KVM: selftests: Reuse GPR switching logic for nVMX
` [PATCH v4 06/12] KVM: selftests: Drop HORRIFIC_L2_UCALL_CLOBBER_HACK
` [PATCH v4 07/12] KVM: selftests: Add a blank line before logging assertion failures
` [PATCH v4 08/12] KVM: selftests: Expose PTE masks to guests as part of an MMU
` [PATCH v4 09/12] KVM: selftests: Add basic stress test for save+restore and #PF handling
` [PATCH v4 10/12] KVM: selftests: Trigger save+restore randomly in the #PF stress test
` [PATCH v4 11/12] KVM: selftests: Support running stress save+restore and #PF test in L2
` [PATCH v4 12/12] KVM: selftests: Trigger L2->L1 exits stress save+restore and #PF test

[PATCH] scsi: snic: Fix scsi host leak on workqueue allocation failure
 2026-07-27 23:50 UTC  (2+ messages)

[PATCH net v2] net: bridge: mrp: fix Option TLV length in MRP_Test frames
 2026-07-27 23:50 UTC  (2+ messages)

[PATCH net-next 0/9] netpoll: finish untangling netconsole from netpoll
 2026-07-27 23:49 UTC  (3+ messages)
` [PATCH net-next 4/9] netconsole: move netpoll_local_ip_unset() as netcons_local_ip_unset()

[PATCH net-next v4 0/8] net: dsa: mt7530: modernise register access and add two DSA ops
 2026-07-27 23:44 UTC  (2+ messages)

[PATCHv2] PCI: iproc: platform: use device functions instead of OF
 2026-07-27 23:44 UTC 

[PATCH] firewire: core: fix possible memory leak in build_tree()
 2026-07-27 23:43 UTC  (2+ messages)


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