All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 22:01:50 to 2026-05-20 23:06:41 UTC [more...]

[PATCH v3 0/2] perf tool_pmu: Support enable/disable for tool PMU events
 2026-05-20 23:06 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] perf tool_pmu: Make tool PMU events respect enable/disable

[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-20 23:06 UTC  (25+ messages)
` [PATCH v3 15/41] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks
` [PATCH v3 16/41] x86/vmware: Nullify save/restore hooks when using VMware's sched_clock
` [PATCH v3 17/41] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v3 18/41] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v3 19/41] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v3 20/41] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v3 21/41] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v3 22/41] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v3 23/41] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v3 24/41] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v3 25/41] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock

[PATCH 0/2] x86/kvm/vmx: Fix VMX interrupt injection vs hrtimer_rearm_deferred()
 2026-05-20 23:06 UTC  (4+ messages)
` [PATCH 1/2] x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 core
  ` [PATCH v3 "

[PATCH v5 00/15] add software ecdsa support
 2026-05-20 23:04 UTC  (5+ messages)
` [PATCH v5 01/15] ecdsa: fix support of secp521r1

FAILED: patch "[PATCH] mptcp: pm: ADD_ADDR rtx: allow ID 0" failed to apply to 6.12-stable tree
 2026-05-20 23:00 UTC  (3+ messages)
` [PATCH 6.12.y] mptcp: pm: ADD_ADDR rtx: allow ID 0

[PATCH 7.0 0000/1146] 7.0.10-rc1 review
 2026-05-20 23:00 UTC  (2+ messages)

[PATCH] perf build-id: Fix off-by-one bug when printing kernel/module build-id
 2026-05-20 23:00 UTC  (4+ messages)

[XEN PATCH v1] automation: edit rules for analyze jobs
 2026-05-20 22:58 UTC 

[PATCH] Drivers: gpib: Fix Typos
 2026-05-20 22:57 UTC  (2+ messages)

[PATCH] Bluetooth: HIDP: fix missing length checks in hidp_input_report()
 2026-05-20 22:56 UTC  (4+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH 1/3] drm/amdgpu: fix the ww_mutex and GEM reference leaks
 2026-05-20 22:55 UTC  (3+ messages)
` [PATCH 3/3] drm/amdgpu: fix duplicated buffer allocation for concurrent

[PATCH v8 0/5] airoha: an7581: USB support
 2026-05-20 22:53 UTC  (4+ messages)
` [PATCH v8 3/5] clk: en7523: Add support for selecting the Serdes port in SCU

context switch within RCU read-side critical section in next-20260518+ with PREEMPT_RT
 2026-05-20 22:52 UTC 

[PATCH net] net: phy: mdio_device: leave PHY reset deasserted on unregister
 2026-05-20 22:53 UTC  (3+ messages)

7.0-rc4 dcn31_program_compbuf_size trace
 2026-05-20 22:51 UTC  (4+ messages)

[PATCH v5 0/8] drm: writeback: clean up writeback connector initialization
 2026-05-20 22:50 UTC  (5+ messages)

[PATCH 0/3] ALSA: scarlett2: Fix 2i2 Gen 4 direct monitor on firmware 2417
 2026-05-20 22:49 UTC  (4+ messages)

[PATCH v7 00/28] media: platform: rga: Add RGA3 support
 2026-05-20 22:44 UTC  (58+ messages)
` [PATCH v7 01/28] media: dt-bindings: media: rockchip-rga: add rockchip,rk3588-rga3
` [PATCH v7 02/28] media: v4l2-common: sort RGB formats in v4l2_format_info
` [PATCH v7 03/28] media: v4l2-common: add missing 1 and 2 byte RGB formats to v4l2_format_info
` [PATCH v7 04/28] media: v4l2-common: add has_alpha "
` [PATCH v7 05/28] media: v4l2-common: add v4l2_fill_pixfmt_mp_aligned helper
` [PATCH v7 06/28] media: rockchip: rga: fix too small buffer size
` [PATCH v7 07/28] media: rockchip: rga: use clk_bulk api
` [PATCH v7 08/28] media: rockchip: rga: use stride for offset calculation
` [PATCH v7 09/28] media: rockchip: rga: remove redundant rga_frame variables
` [PATCH v7 10/28] media: rockchip: rga: announce and sync colorimetry
` [PATCH v7 11/28] media: rockchip: rga: move hw specific parts to a dedicated struct
` [PATCH v7 12/28] media: rockchip: rga: avoid odd frame sizes for YUV formats
` [PATCH v7 13/28] media: rockchip: rga: calculate x_div/y_div using v4l2_format_info
` [PATCH v7 14/28] media: rockchip: rga: move cmdbuf to rga_ctx
` [PATCH v7 15/28] media: rockchip: rga: align stride to 4 bytes
` [PATCH v7 16/28] media: rockchip: rga: reuse cmdbuf contents
` [PATCH v7 17/28] media: rockchip: rga: check scaling factor
` [PATCH v7 18/28] media: rockchip: rga: use card type to specify rga type
` [PATCH v7 19/28] media: rockchip: rga: change offset to dma_addresses
` [PATCH v7 20/28] media: rockchip: rga: support external iommus
` [PATCH v7 21/28] media: rockchip: rga: share the interrupt when an external iommu is used
` [PATCH v7 22/28] media: rockchip: rga: remove size from rga_frame
` [PATCH v7 23/28] media: rockchip: rga: remove stride "
` [PATCH v7 24/28] media: rockchip: rga: move rga_fmt to rga-hw.h
` [PATCH v7 25/28] media: rockchip: rga: add feature flags
` [PATCH v7 26/28] media: rockchip: rga: disable multi-core support
` [PATCH v7 27/28] media: rockchip: rga: add rga3 support
` [PATCH v7 28/28] arm64: dts: rockchip: add rga3 dt nodes

[PATCH] ceph: Fix ERR_PTR(0) in ceph_mkdir()
 2026-05-20 22:45 UTC  (4+ messages)

[PATCH] PCI/sysfs: NULL res_attr slot after kfree as defence against double-remove
 2026-05-20 22:45 UTC  (2+ messages)

[PATCH v14 00/32] perf tools: Add evsel to perf_sample
 2026-05-20 22:43 UTC  (13+ messages)

[PATCH v3 0/3] Enable Arm SMC watchdog for STM32MP1
 2026-05-20 16:38 UTC  (2+ messages)

[PATCH] kconfig: Fix repeated include selftest expectation
 2026-05-20 22:43 UTC  (2+ messages)

[PATCH v5 0/3] hwmon: (pmbus/adm1266) add clear_blackbox, powerup_counter, and rtc debugfs entries
 2026-05-20 22:42 UTC  (4+ messages)
` [PATCH v5 1/3] hwmon: (pmbus/adm1266) add clear_blackbox debugfs entry
` [PATCH v5 2/3] hwmon: (pmbus/adm1266) add powerup_counter "
` [PATCH v5 3/3] hwmon: (pmbus/adm1266) add rtc "

[PATCH] tracing: Create output file from cmd_check_undefined
 2026-05-20 22:42 UTC  (2+ messages)

[PATCH 4/4] mm: use arch store helpers in zone-device template copies
 2026-05-20 22:42 UTC  (3+ messages)

[PATCH bpf-next v5 00/14] Refactor verifier object relationship tracking
 2026-05-20 22:41 UTC  (6+ messages)
` [PATCH bpf-next v5 07/14] bpf: Unify referenced object tracking in verifier
` [PATCH bpf-next v5 10/14] bpf: Fix dynptr ref counting to scan all call frames

[PATCH] cgroup: rstat: relax NMI guard after switch to try_cmpxchg
 2026-05-20 22:41 UTC  (2+ messages)

[PATCH net v1] net/mlx5e: Fix eswitch mode block underflow on IPsec acquire SA
 2026-05-20 22:40 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, docs: add LOAD_ACQUIRE and STORE_RELEASE instructions
 2026-05-20 22:37 UTC  (3+ messages)
` [Bpf] "

[PATCH] dmaengine: bestcomm: Enable compile testing
 2026-05-20 22:37 UTC 

[PATCH 0/4] mm: speed up ZONE_DEVICE memmap initialization
 2026-05-20 22:36 UTC  (3+ messages)

[PATCH V1] accel/amdxdna: Block running when IOMMU is off
 2026-05-20 22:35 UTC 

[PATCH v5 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-05-20 22:35 UTC  (3+ messages)
` [PATCH v5 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH 0/2] usb: atm: ueagle-atm: cosmetic changes to .probe()
 2026-05-20 22:35 UTC  (2+ messages)

[PATCH RFC] Input: cm109 - fix URB submitted while active and DMA race
 2026-05-20 22:34 UTC 

[PATCH v3 0/9] s390: Improve this_cpu operations
 2026-05-20 22:34 UTC  (3+ messages)

[PATCH 0/2] usb: atm: ueagle-atm: debug message changes
 2026-05-20 22:32 UTC  (3+ messages)
` [PATCH 1/2] usb: atm: ueagle-atm: use dev_dbg() for 'device found' message
` [PATCH 2/2] usb: atm: ueagle-atm: remove function entry/exit debug messages

[PATCH net-next v2 0/2] Add ICSSG firmware stats related to HSR
 2026-05-20 22:33 UTC  (7+ messages)
` [PATCH net-next v2 2/2] net: ti: icssg: Add HSR and LRE PA statistics

[PATCH] sparc: Avoid unsupported LLD branch relocations
 2026-05-20 22:31 UTC  (6+ messages)

[PATCH] trace: allocate fields with elt struct
 2026-05-20 22:31 UTC 

[PATCH v7 0/2] media: nxp: Add CSI Pixel Formatter support
 2026-05-20 22:29 UTC  (3+ messages)
` [PATCH v7 2/2] media: nxp: Add i.MX95 CSI pixel formatter v4l2 driver

[PATCH] clk: moxart: fix refcount leak
 2026-05-20 22:29 UTC  (2+ messages)

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

[linux-next:master 5548/6445] kernel/dma/contiguous.c:139:13: warning: variable 'numa_cma_configured' set but not used
 2026-05-20 22:27 UTC  (3+ messages)

[PATCH v2] checkpatch: Don't emit warnings for ID-base USB & PCI DT compatibles
 2026-05-20 22:26 UTC  (2+ messages)

[PATCH 00/11] Microsoft Surface Pro 9 5G update
 2026-05-20 22:26 UTC  (3+ messages)
` [PATCH 02/11] arm64: dts: qcom: sc8280xp-arcata: Enable backlight

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-05-20 22:24 UTC  (3+ messages)
` [PATCH v2 11/13] x86/entry/fred: encode frame pointer on entry

[PATCH v8 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-20 22:23 UTC  (38+ messages)
` [PATCH v8 01/37] mm: mempolicy: fix interleave index for unaligned VMA start
` [PATCH v8 02/37] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
` [PATCH v8 03/37] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v8 04/37] mm: page_reporting: allow driver to set batch capacity
` [PATCH v8 05/37] mm: hugetlb: remove dead alloc_hugetlb_folio stub
` [PATCH v8 06/37] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH v8 07/37] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v8 08/37] mm: add alloc_contig_frozen_pages_user "
` [PATCH v8 09/37] mm: hugetlb: thread user_addr through gigantic page allocation
` [PATCH v8 10/37] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH v8 11/37] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH v8 12/37] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v8 13/37] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH v8 14/37] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH v8 15/37] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH v8 16/37] mm: alloc_swap_folio: "
` [PATCH v8 17/37] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v8 18/37] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v8 19/37] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v8 20/37] mm: hugetlb: add gfp parameter and skip zeroing for zeroed pages
` [PATCH v8 21/37] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v8 22/37] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH v8 23/37] mm: page_alloc: use aliasing checks instead of user_alloc_needs_zeroing
` [PATCH v8 24/37] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH v8 25/37] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH v8 26/37] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH v8 27/37] virtio_balloon: submit reported pages as individual buffers
` [PATCH v8 28/37] virtio_balloon: disable indirect descriptors
` [PATCH v8 29/37] mm: page_reporting: add flush parameter with page budget
` [PATCH v8 30/37] mm: page_alloc: propagate PG_zeroed in split_large_buddy
` [PATCH v8 31/37] virtio_balloon: skip zeroing for host-zeroed reported pages
` [PATCH v8 32/37] virtio_balloon: disable reporting zeroed optimization for confidential guests
` [PATCH v8 33/37] mm: add free_frozen_pages_zeroed
` [PATCH v8 34/37] mm: page_alloc: skip kernel_init_pages for FPI_ZEROED when safe
` [PATCH v8 35/37] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH v8 36/37] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE
` [PATCH v8 37/37] mm: balloon: use put_page_zeroed for zeroed balloon pages

[PATCH 4/7] net: arcnet: expand unnecessary I/O abstraction macros
 2026-05-20 22:23 UTC  (4+ messages)

[Bpf] [PATCH bpf-next v2] bpf, docs: add LOAD_ACQUIRE and STORE_RELEASE instructions
 2026-05-20 22:23 UTC  (2+ messages)

[PATCH v2 0/2] media: i2c: cvs: Add Intel CVS driver
 2026-05-20 22:22 UTC  (4+ messages)
` [PATCH v2 1/2] media: i2c: cvs: Add driver of Intel Computer Vision Sensing Controller(CVS)

[PATCH v2 00/15] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
 2026-05-20 22:22 UTC  (9+ messages)
` [PATCH v2 15/15] KVM: x86: Move the bulk of register specific code from x86.c to regs.c

[PULL 00/11] vfio queue
 2026-05-20 22:21 UTC  (2+ messages)

[PULL 0/5] ufs queue
 2026-05-20 22:20 UTC  (2+ messages)

[PATCH net v2] net: team: fix NULL pointer dereference in team_xmit during mode change
 2026-05-20 22:20 UTC  (10+ messages)

[kernel-cve-report] New CVE entries this week
 2026-05-20 22:19 UTC 

[PATCH net v2 0/2] udp: gso: Fix __udp_gso_segment() after GSO_PARTIAL UDP length change
 2026-05-20 22:20 UTC  (6+ messages)
` [PATCH net v2 2/2] udp: Fix UDP length on last GSO_PARTIAL segment

RFC: CXL: How to handle trace event ABI break from CXL_HEADERLOG_SIZE fix?
 2026-05-20 22:18 UTC  (2+ messages)

[PATCH v2] lib/intel_wa: Assert on error instead of returning -1
 2026-05-20 22:18 UTC  (6+ messages)

[PATCH v3 00/12] [PATCH v3 00/12] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-05-20 22:16 UTC  (5+ messages)
` [PATCH v3 04/12] x86,fs/resctrl: Program PLZA through kmode arch hooks

[PATCH net-next v8 0/3] gve: add support for PTP gettimex64
 2026-05-20 22:16 UTC  (4+ messages)
` [PATCH net-next v8 3/3] gve: implement "

[PATCH v2 00/11] drm/panthor: Reduce dma_fence signalling latency
 2026-05-20 22:15 UTC  (14+ messages)
` [PATCH v2 06/11] drm/panthor: Prepare the scheduler logic for FW events in IRQ context

[lee-leds:for-leds-next 12/17] drivers/leds/rgb/leds-lp5860-core.c:119 lp5860_iterate_subleds() warn: passing zero to 'dev_err_probe'
 2026-05-20 22:14 UTC 

[PATCH v4] PCI: hotplug: Add 'uevent' sysfs attribute to trigger slot events
 2026-05-20 22:13 UTC 

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

[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
 2026-05-20 22:06 UTC  (3+ messages)
` [PATCH v4 1/4] Introducing pw_lock() and per-cpu queue & flush work

[PATCH 0/6] ASoC: qcom: qdsp6: add push/pull module support
 2026-05-20 22:11 UTC  (3+ messages)
` [PATCH 5/6] ASoC: qcom: q6apm: add watermark event support

[PATCH] clk: stm32: add missing bitfield.h header
 2026-05-20 22:10 UTC  (2+ messages)

[PATCH v2 1/2] rust: alloc: cleanup imports and use "kernel vertical" style
 2026-05-20 22:10 UTC  (2+ messages)

[PATCH 0/3] usb: xhci: allocate arrays based on supported slot amount
 2026-05-20 22:08 UTC  (3+ messages)
` [PATCH 3/3] usb: xhci: allocate internal DCBAA mirror dynamically

[PATCH] KVM: arm64: Fix CONFIG_PKVM_DISABLE_STAGE2_ON_PANIC
 2026-05-20 22:08 UTC 

[PATCH 1/1] xfs: fix overlapping extents returned for pNFS LAYOUTGET
 2026-05-20 22:08 UTC  (11+ messages)

[android-common:android-mainline 1/1] sound/i2c/tea6330t.c:387:12-13: WARNING opportunity for min()
 2026-05-20 22:03 UTC 

[PATCH] powerpc: define __LITTLE_ENDIAN and __BIG_ENDIAN for math-emu
 2026-05-20 22:05 UTC  (5+ messages)

[PATCH] irqchip/exynos-combiner: switch to raw_spinlock
 2026-05-20 22:04 UTC 

[PATCH] Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"
 2026-05-20 22:04 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v3 0/2] media: Add bindings and driver for Sony IMX678
 2026-05-20 22:04 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: media: i2c: Add "

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-20 22:04 UTC  (3+ messages)
` [PATCH v6 20/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs

[EVL] Client UDP not receiving data
 2026-05-20 22:03 UTC 

[PATCH 6.12 000/666] 6.12.91-rc1 review
 2026-05-20 22:01 UTC  (3+ messages)
` [PATCH 6.12 354/666] libbpf: Stringify errno in log messages in libbpf.c


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.