messages from 2026-06-25 20:48:06 to 2026-06-26 00:51:00 UTC [more...]
[PATCH v4 1/8] media: virtio: Add protocol
2026-06-26 0:50 UTC (2+ messages)
[PATCH 0/9] KVM: x86: Spring cleaning, part 2
2026-06-26 0:50 UTC (18+ messages)
` [PATCH 1/9] KVM: x86: Move the "APIC attention" macros from kvm_host.h => lapic.c
` [PATCH 2/9] KVM: x86/mmu: Annotate tdp_enabled as being read-mostly
` [PATCH 3/9] KVM: x86: Pluralize the macro guard name for msrs.h
` [PATCH 4/9] KVM: x86: Move CR and DR macro definitions from kvm_host.h => regs.h
` [PATCH 5/9] KVM: x86: Move KVM_GUESTDBG_VALID_MASK from kvm_host.h => x86.c
` [PATCH 6/9] KVM: x86: Add static asserts to document connection b/w TSS structs and macros
` [PATCH 7/9] KVM: x86: Move KVM's arbitrary task switch reason enums to x86.h
` [PATCH 8/9] KVM: x86: Move "struct kvm_apic_map" definition from kvm_host.h => lapic.h
` [PATCH 9/9] KVM: x86: Move "struct kvm_vcpu_hv" and all children from kvm_host.h => hyperv.h
[PATCH 0/2] (no cover subject)
2026-06-26 0:47 UTC (2+ messages)
[PATCH v4 00/19] mm: Refactor bootmem gigantic hugepage allocation
2026-06-26 0:46 UTC (2+ messages)
[PATCH] libbpf: poison unresolved weak kfuncs in light skeletons
2026-06-26 0:45 UTC (2+ messages)
[PATCH v4 0/8] rcu: fix stuck defer_qs_pending state and add rescue timer
2026-06-26 0:44 UTC (10+ messages)
` [PATCH v4 1/8] rcu: introduce rcu_defer_qs_clear() helper
` [PATCH v4 2/8] rcu: clear defer_qs_pending when notifying GP changes
` [PATCH v4 3/8] rcu: clear defer_qs_pending in handler for compounded sections
` [PATCH v4 4/8] rcu: drop redundant defer_qs_pending clear in irqrestore handler
` [PATCH v4 5/8] rcu: clear defer_qs_pending at expedited IPI entry
` [PATCH v4 6/8] rcu: set need_resched on softirq deferred-QS arming path
` [PATCH v4 7/8] rcu: clear defer_qs_pending in deferred-QS bail when nesting > 0
` [PATCH v4 8/8] rcu: add per-CPU rescue hrtimer for deferred-QS reporting
[PATCH bpf 1/2] bpf: Avoid eliding lookup NULLness for inner map templates
2026-06-26 0:44 UTC (3+ messages)
[Patch mm-hotfixes v4] mm/page_vma_mapped: fix device-private PMD handling
2026-06-26 0:44 UTC (3+ messages)
[PATCH net] net: gianfar: use of_irq_get()
2026-06-26 0:42 UTC (3+ messages)
[PATCH] riscv: probes: simulate c.jal instruction
2026-06-26 0:37 UTC
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-06-26 0:29 UTC (21+ messages)
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\
[PATCH V5 0/7] KVM: x86/pmu: Add hardware Topdown metrics support
2026-06-26 0:28 UTC (5+ messages)
` [PATCH V5 6/7] KVM: x86/pmu: Emulate RDPMC on performance metrics
[PATCH] staging: sm750fb: fix const pointer declaration
2026-06-26 0:22 UTC (2+ messages)
[PATCH v3] tools/mm/page_owner_sort: free per-record allocations
2026-06-26 0:19 UTC (2+ messages)
[RFC PATCH v1.3 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
2026-06-26 0:16 UTC (12+ messages)
` [RFC PATCH v1.3 01/11] Docs/mm/damon/design: update for DAMOS_QUOTA_NODE_ELIGIBLE_MEM_BP
` [RFC PATCH v1.3 02/11] Docs/ABI/damon: document probe files
` [RFC PATCH v1.3 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH v1.3 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH v1.3 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH v1.3 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH v1.3 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
` [RFC PATCH v1.3 08/11] mm/damon/core: reduce range setup in damon_commit_target_regions()
` [RFC PATCH v1.3 09/11] mm/damon/sysfs: split probe setup function out
` [RFC PATCH v1.3 10/11] mm/damon/sysfs: split out filters setup function
` [RFC PATCH v1.3 11/11] mm/damon/sysfs: fix typos in probe_{add,rm}_dirs: s/attr/probe/
[RFC] Null Namespaces
2026-06-26 0:15 UTC (11+ messages)
[PATCH v5 0/6] sched: Fix cluster scheduling in the presence of asymmetric capacity
2026-06-26 0:19 UTC (10+ messages)
` [PATCH v5 5/6] sched/fair: Allow load balancing between CPUs of identical capacity
` [PATCH v5 6/6] sched/topology: Do not clear SD_PREFER_SIBLING in domains with clusters
[PATCH RFC 0/4] media: i2c: Add Samsung S5K3L6 and Librem 5 rear camera
2026-06-26 0:07 UTC (5+ messages)
` [PATCH RFC 1/4] media: imx8mq-mipi-csi2: Make reset release SoC-specific
` [PATCH RFC 2/4] dt-bindings: media: i2c: Add Samsung S5K3L6 image sensor
` [PATCH RFC 3/4] media: i2c: Add Samsung S5K3L6 image sensor driver
` [PATCH RFC 4/4] arm64: dts: imx8mq-librem5: Add rear camera
[PATCH] mm/page_vma_mapped: guard check_pmd() with CONFIG_TRANSPARENT_HUGEPAGE
2026-06-26 0:08 UTC (12+ messages)
[PATCH v4] wifi: ath6kl: fix OOB access from firmware ADDBA window size
2026-06-26 0:04 UTC
[PATCH 6.18 00/60] 6.18.37-rc1 review
2026-06-26 0:04 UTC (2+ messages)
[PATCH] docs: pagemap: fix flags location, member name and sample code
2026-06-26 0:04 UTC (2+ messages)
[PATCH 7.0 00/49] 7.0.14-rc1 review
2026-06-25 23:58 UTC (2+ messages)
[PATCH 2/2] mm: move alloc tag to mm
2026-06-25 23:56 UTC (2+ messages)
[PATCH 7.1 00/21] 7.1.2-rc1 review
2026-06-25 23:55 UTC (2+ messages)
[PATCH v3] selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()
2026-06-25 23:53 UTC
[PATCH v2] media: imx219: fix test pattern ordering and add patterns
2026-06-25 23:50 UTC
[PATCH v2 0/8] btrfs-progs: fscrypt updates
2026-06-25 23:50 UTC (5+ messages)
` [PATCH v2 1/8] btrfs-progs: check: fix max inline extent size
` [PATCH v2 5/8] btrfs-progs: print encryptin type field of file extents
[PATCH] init/main: Expose built-in initcalls and blacklist status via debugfs
2026-06-25 23:50 UTC (2+ messages)
[PATCH] wifi: carl9170: clamp command response copy to the read buffer size
2026-06-25 23:46 UTC
[PATCH v6 0/2] input: misc: add support for Imagis ISA1200 haptic motor driver
2026-06-25 23:45 UTC (3+ messages)
` [PATCH v6 2/2] Input: isa1200 - new driver for Imagis ISA1200
[PATCH] KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIs
2026-06-25 23:44 UTC (4+ messages)
[PATCH v4 0/2] tracing: Move non-trace_printk prototypes into trace_controls.h
2026-06-25 23:41 UTC (3+ messages)
` [PATCH v4 2/2] tracing: Remove trace_printk.h from kernel.h
drivers/platform/x86/amd/pmc/pmc.c:717:37: warning: '%s' directive argument is null
2026-06-25 23:32 UTC (2+ messages)
[PATCH 0/3] KVM: x86: Convert nested ops to static calls
2026-06-25 23:38 UTC (4+ messages)
` [PATCH 1/3] KVM: x86: Reject nested CAP enablement if nested virtualization is disabled
` [PATCH 2/3] KVM: x86: Add static calls for nested virtualization ops
` [PATCH 3/3] KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_ops
[PATCH wireless v4 3/3] wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler
2026-06-25 23:29 UTC
[PATCH] sched_ext: Pin parent scx_sched across a child sub-scheduler's lifetime
2026-06-25 23:23 UTC
[PATCH] riscv: Fix a NULL pointer reference in machine_kexec_prepare
2026-06-25 23:17 UTC (2+ messages)
[PATCH 0/2] drm/nouveau: Fix runtime suspend on R570
2026-06-25 23:10 UTC (3+ messages)
` [PATCH 1/2] Revert "nouveau/gsp: fix suspend/resume regression on r570 firmware"
` [PATCH 2/2] drm/nouveau/gsp/r570: Never enter Gcoff state
[PATCH] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
2026-06-25 23:09 UTC (2+ messages)
[PATCH] ipc: only destroy orphaned shm segments on sysctl write
2026-06-25 23:06 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2] mm/page_alloc: drop flag-conversion "optimisation"
2026-06-25 23:02 UTC (8+ messages)
[PATCH] mm/slub: serve slabobj_ext array from a strictly larger kmalloc cache
2026-06-25 23:00 UTC
[PATCH v2] x86/video: Only fall back to vga_default_device() without screen info
2026-06-25 22:58 UTC (3+ messages)
[PATCH v2 0/2] media: mali-c55: Add support for CCM and Gamma
2026-06-25 22:53 UTC (5+ messages)
` [PATCH v2 1/2] media: arm: mali-c55: Add support for CCM
` [PATCH v2 2/2] media: arm: mali-c55: Add support for RGB Gamma
[PATCH] usb: rust: Use pin_init::zeroed for usb_device_id initialization
2026-06-25 22:49 UTC
[bmc/for-next RFC 0/1] ipmi: Retry BMC 100 times
2026-06-25 22:47 UTC (2+ messages)
` [bmc/for-next RFC 1/1] "
include/linux/jiffies.h:449:36: sparse: sparse: cast truncates bits from constant value (7fffffffffffffff becomes ffffffff)
2026-06-25 22:45 UTC
[PATCH v2] KVM: x86: Exempt in-kernel PIC from "disappearing" interrupt warning
2026-06-25 22:38 UTC (3+ messages)
[PATCH] remoteproc: virtio: support dynamic number of vrings
2026-06-25 20:54 UTC (3+ messages)
[PATCH v3 00/10] KVM: x86/hyperv: Fix racy usage of vcpu->arch.hyperv
2026-06-25 22:36 UTC (11+ messages)
` [PATCH v3 01/10] KVM: x86/hyperv: Get target FIFO in hv_tlb_flush_enqueue(), not caller
` [PATCH v3 02/10] KVM: x86/hyperv: Check for NULL vCPU Hyper-V object in kvm_hv_get_tlb_flush_fifo()
` [PATCH v3 03/10] KVM: x86/hyperv: Ensure vCPU's Hyper-V object is initialized on cross-vCPU accesses
` [PATCH v3 04/10] KVM: x86/xen: Punt singleshot timer hcalls to userspace if Xen vCPU ID isn't set
` [PATCH v3 05/10] KVM: x86/xen: Consolidate checks on Xen vCPU ID for singleshot timer hypercalls
` [PATCH v3 06/10] KVM: Initialize a vCPU's index to '-1' while it's being created
` [PATCH v3 07/10] KVM: Move nVMX's lockdep logic for vcpu->mutex to a common helper
` [PATCH v3 08/10] KVM: x86: Treat a vCPU as unreachable if its index is invalid
` [PATCH v3 09/10] KVM: x86/hyperv: Assert vCPU's mutex is held in to_hv_vcpu()
` [PATCH v3 10/10] KVM: x86/hyperv: Use {READ,WRITE}_ONCE for cross-task synic->active accesses
[PATCH 0/6 v3] sched/eevdf: Improve scheduling latency of short slice task
2026-06-25 22:28 UTC (8+ messages)
` [PATCH 6/6 v3] sched/eevdf: Speedup short slice task scheduling
[PATCH v3 0/4] drm/msm: A couple lazy-vm fixes
2026-06-25 22:27 UTC (5+ messages)
` [PATCH v3 1/4] drm/msm: Fix barriers accessing ctx vm
` [PATCH v3 2/4] drm/msm: Validate lazy VM is created in GEM_SUBMIT
` [PATCH v3 3/4] drm/msm: Validate lazy VM in GEM_NEW
` [PATCH v3 4/4] drm/msm: Fix per-process-pgtables check
[PATCH 1/2] misc: nsm: require CAP_SYS_ADMIN for raw ioctl
2026-06-25 22:23 UTC (3+ messages)
[PATCH 0/7] KVM: SEV: Fix RMP #PF due freeing in-use VMSA
2026-06-25 22:22 UTC (8+ messages)
` [PATCH 1/7] KVM: SEV: Track the GPA of the guest-controlled VMSA used for SNP guests
` [PATCH 2/7] KVM: SEV: Extract loading of guest-provided VMSA to a separate helper
` [PATCH 3/7] KVM: SEV: Mark vCPU RUNNABLE after AP_CREATE, even if VMSA is unusable
` [PATCH 4/7] KVM: Rework .gmem_invalidate() into .gmem_free_folio()
` [PATCH 5/7] KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
` [PATCH 6/7] KVM: x86: Guard .gmem_prepare() declarations with HAVE_KVM_GMEM_PREPARE=y
` [PATCH 7/7] KVM: SEV: Mark vCPU has having guest-provided VMSA even if its invalid
[PATCH 5.15.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
2026-06-25 22:19 UTC (3+ messages)
[PATCH] virtio: nsm: require CAP_SYS_ADMIN for raw messages
2026-06-25 22:19 UTC (2+ messages)
[PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2026-06-25 22:17 UTC (3+ messages)
` [PATCH v14 4/5] gpio: rpmsg: add generic rpmsg GPIO driver
[PATCH v9 3/6] x86/sev: Disable CPU hotplug while SNP is active
2026-06-25 22:16 UTC (4+ messages)
[PATCH 1/3] mtd: maps: remove AMD Élan specific drivers
2026-06-25 22:15 UTC (5+ messages)
` [PATCH 2/3] mtd: maps: remove uclinux map driver
[PATCH v3 0/3] selftests/resctrl: Add dynamic linked list management for IMC counters
2026-06-25 22:14 UTC (7+ messages)
` [PATCH v3 1/3] selftests/resctrl: Introduce "
` [PATCH v3 2/3] selftests/resctrl: Replace counter index references with pointers
` [PATCH v3 3/3] selftests/resctrl: Enable dynamic management of IMC counters via linked list
[PATCH 0/2] KVM: SVM: Fix a (very) unlikely UAF for GA Log IRQs
2026-06-25 22:09 UTC (3+ messages)
` [PATCH 1/2] KVM: SVM: Remove VM from the GA Log notifier list before VM destruction
` [PATCH 2/2] KVM: SVM: Drop unnecessary avic_vm_destroy() call on init failure
stable backports for "KVM: x86: Fix shadow paging use-after-free due to unexpected GFN"
2026-06-25 22:04 UTC (2+ messages)
[PATCH v1] mm/hugetlb_cma: support percentage-based hugetlb_cma reservation
2026-06-25 21:59 UTC
[PATCH 0/4] PCI: mediatek-gen3: Add 2-lanes mode support + clock
2026-06-25 21:57 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: clock: airoha: Add additional reset for PCIe PERSTOUT
` [PATCH 2/4] clk: en7523: add support for dedicated PCIe PERSTOUT reset
` [PATCH 3/4] dt-bindings: PCI: mediatek-gen3: Split Airoha schema and document 2-lanes
` [PATCH 4/4] PCI: mediatek-gen3: Add 2-lanes mode support for Airoha AN7581
[PATCH v2 0/8] iio: adc: new ti-ads112c14 driver
2026-06-25 21:55 UTC (9+ messages)
` [PATCH v2 1/8] dt-bindings: iio: adc: Add reference-sources property
` [PATCH v2 2/8] dt-bindings: iio: adc: Add excitation current sources properties
` [PATCH v2 3/8] dt-bindings: iio: adc: Add burn-out current properties
` [PATCH v2 4/8] dt-bindings: iio: adc: add input-channel-rotation property
` [PATCH v2 5/8] dt-bindings: iio: adc: add ti,ads122c14
` [PATCH v2 6/8] iio: adc: add ti-ads112c14 driver
` [PATCH v2 7/8] iio: adc: ti-ads112c14: implement gain on internal short SYS_MON channel
` [PATCH v2 8/8] iio: adc: ti-ads112c14: add measurement channel support
[PATCH 1/6] mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skipping
2026-06-25 21:55 UTC (5+ messages)
[PATCH v2 00/13] Dynamic Kernel Stacks
2026-06-25 21:38 UTC (3+ messages)
[PATCH v2] usb: typec: tcpm: implement retry mechanism for Discover Identity VDMs
2026-06-25 21:54 UTC
[PATCH v19 0/3] [VFIO] Error recovery for vfio-pci devices on s390x
2026-06-25 21:52 UTC (4+ messages)
` [PATCH v19 2/3] vfio-pci/zdev: Add a device feature for error information
[PATCH] staging: sm750fb: make g_fbmode array const pointer const
2026-06-25 21:51 UTC (2+ messages)
[PATCH 0/3] minix: convert to iomap and add direct I/O
2026-06-25 21:48 UTC (4+ messages)
` [PATCH 1/3] minix: add iomap infrastructure
` [PATCH 2/3] minix: convert address space operations to iomap
` [PATCH 3/3] minix: convert file operations to iomap and add direct I/O
[PATCH] KVM: pfncache: track HVA invalidations for HVA-based caches
2026-06-25 21:45 UTC (2+ messages)
[PATCH bpf-next v4 0/2] bpf: Reject offset refcount acquire arguments
2026-06-25 21:39 UTC (5+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover refcount acquire node offsets
[PATCH v2 0/7] ibmvfc: make ibmvfc support FPIN messages
2026-06-25 21:31 UTC (4+ messages)
` [PATCH v2 6/7] ibmvfc: register and use asynchronous sub-queue
[PATCH v1] kernel: add a simple timer based software watchpoint
2026-06-25 21:30 UTC (8+ messages)
[PATCH net] octeontx2-pf: check DMAC extraction support before filtering
2026-06-25 21:28 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2026-06-25 21:28 UTC
[PATCH RFC 00/12] mm/vmalloc: migrate vmap_area indexing from rb-tree to maple-tree
2026-06-25 21:28 UTC (3+ messages)
[PATCH v3 0/2] nvme-rdma: parallelize I/O queue setup
2026-06-25 21:27 UTC (3+ messages)
` [PATCH v3 1/2] nvme-rdma: refactor nvme_rdma_alloc_queue() to take a queue pointer
` [PATCH v3 2/2] nvme-rdma: parallelize I/O queue allocation and startup
[PATCH v21 0/4] Rust bindings for gem shmem
2026-06-25 21:24 UTC (4+ messages)
` [PATCH v21 4/4] rust: drm: gem: Introduce shmem::Object::sg_table()
` (subset) [PATCH v21 0/4] Rust bindings for gem shmem
[PATCH 00/19] crypto: cmh - add CRI CryptoManager Hub driver
2026-06-25 21:21 UTC (4+ messages)
` [PATCH 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
[PATCH v2] cgroup: Use data_race() for task->flags in task_css_set_check()
2026-06-25 21:20 UTC (2+ messages)
[Patch mm-hotfixes v4] mm/page_vma_mapped: fix device-private PMD handling
2026-06-25 21:07 UTC (3+ messages)
[syzbot] [kernel?] upstream test error: KMSAN: uninit-value in irqentry_exit_to_kernel_mode_preempt
2026-06-25 21:06 UTC (14+ messages)
[PATCH v2] nvme-rdma: parallelize I/O queue allocation and startup
2026-06-25 21:04 UTC (5+ messages)
[PATCH] Docs: SMP: add an SMP docbook chapter
2026-06-25 21:03 UTC
[PATCH v2 1/4] sys_info: add helper for callers that handle all_bt
2026-06-25 21:00 UTC (5+ messages)
` Fixed tag magic: was: "
[GIT PULL] tracing: Updates for 7.2
2026-06-25 20:55 UTC (11+ messages)
[PATCH] net/9p: add vsock transport
2026-06-25 20:53 UTC (3+ messages)
[PATCH] riscv: Fix 32-bit call_on_irq_stack() frame pointer ABI
2026-06-25 20:52 UTC (4+ messages)
[PATCH 0/3] mm/mmu_notifier, drm/amdgpu: block THP for GPU user mappings
2026-06-25 20:51 UTC (4+ messages)
` 回复: "
[PATCH] arm64: dts: ti: k3-am62a7-sk: Add bootph-all property in cpsw_mac_syscon node
2026-06-25 20:48 UTC (2+ messages)
USB-audio isochronous Missed Service Errors on AMD Zen5 client (Fire Range) -- Data Fabric idle C-state? No OS-level knob found
2026-06-25 20:47 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox