All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-27 23:16:51 to 2026-07-28 00:42:08 UTC [more...]

+ ksm-stop-iterating-vmas-when-ksm_test_exit-returns-true.patch added to mm-new branch
 2026-07-28  0:42 UTC 

[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)

+ mm-damon-ops-common-putback-folios-on-invalid-migrate-nid.patch added to mm-hotfixes-unstable branch
 2026-07-28  0:40 UTC 

[hwmon PATCH v2 0/8] hwmon: (adt7470): Multiple fixes
 2026-07-28  0:40 UTC  (17+ 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 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()

[akpm-mm:mm-new] BUILD SUCCESS WITH UNVERIFIED WARNING 34cacd0ac7c10dc9e34e1b9f28a2b78d335cb487
 2026-07-28  0:38 UTC  (4+ messages)

+ mm-hmm-make-config_hmm_mirror-select-config_mmu_notifier.patch added to mm-unstable branch
 2026-07-28  0:38 UTC 

[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 v1 00/28] KVM: nSVM: Optimize nSVM TLB flushes
 2026-07-28  0:35 UTC  (29+ 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 00/15] smb: add native security and trusted xattrs
 2026-07-28  0:35 UTC  (5+ messages)

[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

[PATCH 0/3] Remove NFS client header dependencies from LOCALIO
 2026-07-28  0:33 UTC  (3+ messages)
` [PATCH 3/3] NFSD: Tighten header includes in localio.c

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

[PATCH v4 00/12] KVM: selftests: Stress save+restore and #PF (ft. nested)
 2026-07-28  0:31 UTC  (19+ 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

[to-be-updated] mm-hmmc-fix-build-with-config_mmu_notifier=n.patch removed from -mm tree
 2026-07-28  0:30 UTC 

[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 v3 0/3] perf sched latency: Refine outputs, unit scaling, and histogram support
 2026-07-28  0:28 UTC  (5+ messages)
` [PATCH v3 1/3] perf sched: Suppress latency table output when trace samples are missing

[PATCH v9 0/6] arm64: dts: qcom: Support AYN QCS8550 Devices
 2026-07-28  0:27 UTC  (16+ 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 v4 0/1] powerpc: Enable dynamic preemption
 2026-07-28  0:26 UTC  (8+ messages)
` [PATCH v4 1/1] powerpc: enable "

[PATCH v3] KVM: x86: Mark nested RSM-created VM-Enter as untrusted
 2026-07-28  0:26 UTC  (4+ messages)

[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  (5+ messages)
` [PATCH 4/9] media: vimc: Ensure that pixel_rate fits in 32 bits

[PATCH v2 bpf-next 0/2] bpf: Populate mmap-able array maps lazily
 2026-07-28  0:24 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Populate mmap-able array map memory lazily

[PATCH] net/iavf: add clock read support
 2026-07-28  0:22 UTC  (2+ messages)

[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] net/idpf: add clock read support
 2026-07-28  0:20 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Populate mmap-able array maps lazily
 2026-07-28  0:19 UTC  (8+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add mmap/munmap benchmark for array maps

[mcgrof:blk-iobuf-pool-v5 6/9] block/ioctl.c:958:8: error: call to undeclared function 'blk_uring_cmd_alloc_iobuf'; ISO C99 and later do not support implicit function declarations
 2026-07-28  0:17 UTC 

[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] libbpf: bounds-check struct_ops member offset before writing shadow pointer
 2026-07-28  0:15 UTC  (2+ messages)

[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 V4 0/9] PCI passthru on Hyper-V
 2026-07-28  0:08 UTC  (4+ messages)
` [PATCH V4 5/9] mshv: Import data structs around device passthru from hyperv headers

[PATCH] dm array: validate array block headers on read
 2026-07-28  0:07 UTC  (2+ messages)

[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 v6 00/22] Introduce SCMI Telemetry support
 2026-07-28  0:05 UTC  (9+ messages)
` [PATCH v6 01/22] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [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 v2] tests/intel/xe_pm: include PCI domain in i2c adapter name
 2026-07-28  0:02 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for tests/intel/xe_pm: include PCI domain in i2c adapter name (rev2)

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

OpenEmbedded Happy Hour July 29 5pm/1700 UTC
 2026-07-27 23:59 UTC 

[PATCH v3] mm/page_reporting: Add page_reporting_delay_ms module parameter
 2026-07-27 23:59 UTC  (2+ messages)

[GIT PULL] wireless-next-2026-07-26
 2026-07-27 23:59 UTC  (2+ messages)

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

[PATCH net-next v3 0/7] hardware pacing offload
 2026-07-27 23:57 UTC  (7+ messages)
` [PATCH net-next v3 1/7] net: ethtool: add hardware pacing offload support to rings
` [PATCH net-next v3 3/7] idpf: support pacing offload

[PATCH bpf-next v3 0/6] bpf: Inline the numeric open-coded iterator kfuncs
 2026-07-27 23:56 UTC  (9+ messages)
` [PATCH bpf-next v3 1/6] bpf: Inline bpf_iter_num_new() kfunc
` [PATCH bpf-next v3 2/6] bpf: Inline bpf_iter_num_next() kfunc
` [PATCH bpf-next v3 3/6] bpf: Inline bpf_iter_num_destroy() kfunc
` [PATCH bpf-next v3 4/6] bpf: Elide range checks when inlining bpf_iter_num_new() for constant bounds

[PATCH v7 0/9] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-27 23:55 UTC  (7+ messages)
` [PATCH v7 4/9] KVM: x86/pmu: Snapshot host IA32_PERF_CAPABILITIES in kvm_host
` [PATCH v7 5/9] KVM: x86/pmu: Support PERF_METRICS MSR in mediated vPMU

[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  (9+ messages)
` [PATCH net-next 1/9] netpoll: export carrier_timeout via netpoll_get_carrier_timeout()
` [PATCH net-next 2/9] netpoll: export the netpoll_setup() helpers for netconsole
` [PATCH net-next 3/9] netconsole: take over netpoll_setup() from netpoll
` [PATCH net-next 4/9] netconsole: move netpoll_local_ip_unset() as netcons_local_ip_unset()

[PATCHv2] PCI: iproc: platform: use device functions instead of OF
 2026-07-27 23:48 UTC  (2+ messages)

[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)

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

[PATCH RESEND v4 net-next 00/14] net: enetc: cleanups and improvements
 2026-07-27 23:40 UTC  (2+ messages)

[PATCHv2 net-next] net: dsa: b53: srab: propagate errors from init helpers
 2026-07-27 23:40 UTC 

[PATCH 2/3] AF_ALG: Drop support for off-CPU cryptography
 2026-07-27 23:40 UTC  (5+ messages)

[PATCH ath-next] wifi: ath11k: fix leak in ath11k_service_ready_ext_event()
 2026-07-27 23:39 UTC 

[PATCH bpf-next v2 00/18] Generate bpf_func_proto for kfunc
 2026-07-27 23:39 UTC  (5+ messages)
` [PATCH bpf-next v2 13/18] bpf: Distinguish fixed- and variable-size kfunc mem args with MEM_FIXED_SIZE
` [PATCH bpf-next v2 14/18] bpf: Check helper mem+size in ARG_PTR_TO_MEM case

[PATCH v4 1/3] fuse: whitelist the request headers for usercopy
 2026-07-27 23:39 UTC  (4+ messages)

[PATCH] target/sparc: fix sun4v TTE page-size truncation (32M/256M pages)
 2026-07-27 23:36 UTC 

[PATCH v5 1/3] fuse: copy request headers via a stack buffer for io-uring
 2026-07-27 23:37 UTC  (3+ messages)
` [PATCH v5 2/3] fuse: bound io-uring payload copies to the registered buffer size
` [PATCH v5 3/3] fuse: deduplicate the oversized-request error selection

[mcgrof:blk-iobuf-pool-v5 8/9] drivers/nvme/host/ioctl.c:668:15: error: implicit declaration of function 'blk_uring_cmd_alloc_iobuf'
 2026-07-27 23:36 UTC 

[PATCH v3 0/2] cxl: Allow passthrough decoders with >16K granularity
 2026-07-27 23:36 UTC  (2+ messages)

[PATCH v4 00/10] arm_mpam: Add MPAM-Fb firmware support
 2026-07-27 23:36 UTC  (6+ messages)
` [PATCH v4 08/10] arm_mpam: add MPAM-Fb MSC firmware access support
` [PATCH v4 10/10] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH net-next 0/3] net/rds: Bug fix ports
 2026-07-27 23:34 UTC  (4+ messages)

Kernel 7.1-rc1 regression, i2c_hid_acpi i2c-WACF2200:00: device returned incorrect report (0 vs 11 expected)
 2026-07-27 23:33 UTC 

[PATCH v3 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-07-27 23:32 UTC  (2+ messages)

[RFC PATCH 00/44] Allow intitializing EAL without argc/argv
 2026-07-27 23:30 UTC  (3+ messages)
` [PATCH 00/39] Rework EAL configuration

[PATCH net-next v4] sctp: socket: set *err = 0 on receive shutdown
 2026-07-27 23:29 UTC  (2+ messages)

[PATCH v2] libbpf: poison unresolved weak kfuncs in light skeletons
 2026-07-27 23:25 UTC  (2+ messages)

[PATCH net v3] net: reduce XMIT_RECURSION_LIMIT under KASAN
 2026-07-27 23:24 UTC  (2+ messages)

[PATCH v4 00/15] s390x/pci: Implement migration for emulated devices
 2026-07-27 23:23 UTC  (4+ messages)
` [PATCH v4 14/15] "

[GIT PULL] RISC-V T-HEAD devicetree changes for v7.3
 2026-07-27 23:22 UTC  (2+ messages)

[PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
 2026-07-27 23:22 UTC  (3+ messages)

[PATCH 0/6] Add support for Qualcomm TSCSS hardware
 2026-07-27 23:20 UTC  (3+ messages)
` [PATCH 3/6] ptp: qcom: Add PTP driver for the Qualcomm TSC hardware

[PATCH v4 net-next 1/1] tcp: allow congestion controls to override TSO autosizing
 2026-07-27 23:19 UTC  (3+ messages)

[PATCH v1 0/2] drm/i915/display: SKL_DSSM / DE_CAP fixes
 2026-07-27 23:19 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH v8 0/4] xen/acpi,device-tree: Introduce generic CPU topology support for ACPI and DT
 2026-07-27 23:17 UTC  (4+ messages)
` [PATCH v8 4/4] xen/acpi: Parse PPTT to initialize CPU topology

[RFC PATCH v2 0/5] mm: mglru: fix swappiness behavior
 2026-07-27 23:18 UTC  (3+ messages)
` [RFC PATCH v2 1/5] mm: mglru: avoid scanning empty generations in scan_folios()

[PATCH bpf v6 0/4] Fixes for bpf link update
 2026-07-27 23:17 UTC  (2+ messages)

[PATCH net] sctp: validate Adaptation Indication parameter length
 2026-07-27 23:17 UTC  (2+ messages)

[PATCH v3] btrfs: trigger cow fixup via dirty_folio()
 2026-07-27 23:17 UTC  (2+ messages)

[PATCH net-next v3 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
 2026-07-27 23:16 UTC  (3+ messages)
` [PATCH net-next v3 7/7] selftests: net: getsockopt_iter: cover rawv6, ieee802154, phonet and tls


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.