All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-28 14:23:05 to 2026-07-28 14:50:49 UTC [more...]

[PATCH 0/5] x86/mm/pat: CPA fixes
 2026-07-28 14:50 UTC  (7+ messages)
` [PATCH 1/5] x86/mm/pat: introcude cpa_lock() and cpa_unlock()

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-07-28 14:40 UTC  (37+ messages)
` [PATCH v7 01/36] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v7 02/36] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v7 03/36] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v7 04/36] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v7 05/36] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v7 06/36] KVM: x86: Drop CPU pinning in get_kvmclock()
` [PATCH v7 07/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v7 08/36] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v7 09/36] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v7 10/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v7 11/36] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v7 12/36] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v7 13/36] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v7 14/36] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v7 15/36] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v7 16/36] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v7 18/36] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v7 19/36] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v7 20/36] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v7 21/36] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v7 22/36] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v7 23/36] KVM: x86: Re-synchronize TSC after KVM_SET_TSC_KHZ
` [PATCH v7 24/36] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [PATCH v7 25/36] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v7 26/36] KVM: x86: Cache host vclock_mode for masterclock eligibility checks
` [PATCH v7 27/36] KVM: x86: Remove pvclock_gtod_data and private timekeeping code
` [PATCH v7 28/36] KVM: x86: Activate master clock from kvm_arch_init_vm()
` [PATCH v7 29/36] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v7 30/36] KVM: selftests: Use UAPI pvclock-abi.h in xen_shinfo_test
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v7 32/36] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v7 33/36] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v7 34/36] KVM: selftests: Add master clock offset test
` [PATCH v7 35/36] KVM: selftests: Add Xen/generic CPUID timing leaf test
` [PATCH v7 36/36] KVM: selftests: Add Xen runstate migration test

[PATCH BlueZ bluez v3] bap: Start BIG sync after receiving BIGInfo
 2026-07-28 14:50 UTC  (2+ messages)

[BlueZ] github: Disable stale bot for triaged bugs
 2026-07-28 14:50 UTC  (2+ messages)

[PATCH 0/3] drm/xe/display: remove some redundant cleanup calls
 2026-07-28 14:50 UTC  (4+ messages)
` [PATCH 1/3] drm/xe/display: drop redundant intel_hpd_poll_fini() call
` [PATCH 2/3] drm/xe/display: drop redundant intel_hdcp_component_fini() call
` [PATCH 3/3] drm/xe/display: drop redundant intel_audio_deinit() call

Yocto Project Status 28 July 2026 (WW31)
 2026-07-28 14:50 UTC 

[PATCH v2] i2c: i801: keep the byte-by-byte ISR buffer private to the driver
 2026-07-28 14:50 UTC  (2+ messages)

[PATCH for-11.2 00/10] target/arm: Implement FEAT_SME_TMOP
 2026-07-28 14:49 UTC  (4+ messages)
` [PATCH 01/10] target/arm: Implement FTMOPA (non-widening, FP32)

[PATCH v7 0/8] cxl: Support Back-Invalidate
 2026-07-28 14:41 UTC  (8+ messages)
` [PATCH v7 1/8] cxl: Add BI register probing and port initialization
` [PATCH v7 2/8] cxl/pci: Add BI topology enable/disable
` [PATCH v7 4/8] cxl: Add HDM-DB region creation
` [PATCH v7 5/8] cxl/hdm: Rename decoder coherency flags
` [PATCH v7 6/8] cxl/region: Log the coherency model at region creation
` [PATCH v7 7/8] cxl/pci: Split BI capability probe from setup
` [PATCH v7 8/8] cxl: Allow auto-committed BI hdm decoders

[PATCH v3 00/10] KVM: s390: Misc fixes
 2026-07-28 14:49 UTC  (7+ messages)
` [PATCH v3 07/10] KVM: s390: Return -EINTR if a signal was pending while faulting-in
` [PATCH v3 10/10] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-28 14:48 UTC  (4+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage

[PATCH 0/6] remove legacy Packet Framework API
 2026-07-28 14:48 UTC  (4+ messages)
` [PATCH v3 0/6] remove legacy packet framework
  ` [PATCH v3 6/6] port: remove legacy API

[PATCH v4 1/2] selinux_restorecon: Do not exit on directory cycles
 2026-07-28 14:48 UTC  (2+ messages)

[PATCH v9 00/10] s390/vfio_ccw fixes
 2026-07-28 14:48 UTC  (6+ messages)
` [PATCH v9 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v9 09/10] s390/vfio_ccw: selectively expand io_mutex

[PATCH 0/2] iio: adc: Add support for Texas Instruments ADS112C04
 2026-07-28 14:48 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: ti,ads112c04: Add binding for ADS112C04

[PATCH] drm/xe/guc: skip CLEANUP message when device is hot-unplugged
 2026-07-28 15:24 UTC 

[PATCH 00/19] drm/xe: Add structured SIGID error logging infrastructure
 2026-07-28 14:47 UTC  (5+ messages)
` [PATCH 10/19] drm/xe/log: Extend components list with hardware items

[PATCH i-g-t v5 00/10] tests/imagination: Add initial test coverage for Imagination DRM driver
 2026-07-28 14:47 UTC  (3+ messages)
` [PATCH i-g-t v5 09/10] tests/imagination: Add DEV_QUERY quirks and enhancements tests

[PATCH net-next v14 00/15] net: introduce QUIC infrastructure and core subcomponents
 2026-07-28 14:47 UTC  (3+ messages)

[PATCH] virtio-gpu: reject requests with short/truncated control headers
 2026-07-28 14:16 UTC 

[PATCH 4/6] platform/x86/tuxedo: Fix keyboard LED map ordering
 2026-07-28 14:46 UTC  (2+ messages)

[PATCH 1/3] mm/huge_memory: add folio_split_driver_managed()
 2026-07-28 14:46 UTC  (9+ messages)

[PATCH -next v2 00/12] wifi: cfg80211: consolidate cookie assignment for async ops
 2026-07-28 14:45 UTC  (13+ messages)
` [PATCH -next v2 01/12] wifi: cfg80211: pre-assign cookie for driver callbacks
` [PATCH -next v2 02/12] wifi: mac80211: stop using ieee80211_mgmt_tx_cookie()
` [PATCH -next v2 03/12] wifi: ath6kl: use pre-assigned cookie for remain_on_channel and mgmt_tx
` [PATCH -next v2 04/12] wifi: wil6210: use pre-assigned cookie for remain_on_channel, mgmt_tx and probe_peer
` [PATCH -next v2 05/12] wifi: brcmfmac: use pre-assigned cookie for remain_on_channel and mgmt_tx
` [PATCH -next v2 06/12] wifi: mwifiex: "
` [PATCH -next v2 07/12] wifi: wilc1000: "
` [PATCH -next v2 08/12] wifi: nxpwifi: "
` [PATCH -next v2 09/12] wifi: qtnfmac: use pre-assigned cookie for mgmt_tx
` [PATCH -next v2 10/12] wifi: cfg80211: convert cookie output to input parameter
` [PATCH -next v2 11/12] wifi: cfg80211: convert tx_control_port cookie "
` [PATCH -next v2 12/12] wifi: nl80211: send frame tx status event only for non-zero cookie

[PATCH v3 0/1] coroutine: fix lost wakeup in qemu_co_sleep_wake()
 2026-07-28 14:45 UTC  (2+ messages)

Policy regarding linux-next only changes
 2026-07-28 14:46 UTC  (12+ messages)

[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-07-28 14:45 UTC  (2+ messages)

[PATCH v2] Bluetooth: Properly disable remote wakeup for MT7922/MT7925 on Ryzen platform
 2026-07-28 14:45 UTC  (8+ messages)

[PATCH v10 0/2] media: i2c: Add driver for Mira220
 2026-07-28 14:45 UTC  (5+ messages)
` [PATCH v10 1/2] dt-bindings: media: i2c: Add mira220 image sensor
` [PATCH v10 2/2] media: i2c: Add driver for AMS-OSRAM Mira220

[PATCH v4 0/5] powervr: MT8173 GPU support
 2026-07-28 14:44 UTC  (8+ messages)
` [PATCH v4 3/5] dt-bindings: gpu: powervr-rogue: Add MediaTek MT8173 GPU
` (subset) [PATCH v4 0/5] powervr: MT8173 GPU support

[PATCH] serial: 8250_exar: use platform_device_register_full()
 2026-07-28 14:44 UTC 

[PATCH v13 0/5] Add dt-bindings and PHY updates for CAMSS on x1e80100 silicon
 2026-07-28 14:44 UTC  (4+ messages)
` [PATCH v13 4/5] dt-bindings: media: qcom,x1e80100-camss: Describe iommu entries

decouple simple direct I/O reads from iomap_dio_rw
 2026-07-28 14:42 UTC  (10+ messages)
` [PATCH 2/3] iomap: "
            ` selective Sashiko replies, was: "

[PATCH] qapi/net: gate user/vde/netmap netdev backends behind their CONFIG symbols
 2026-07-28 14:43 UTC 

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

[PATCH v4 00/12] KVM: selftests: Stress save+restore and #PF (ft. nested)
 2026-07-28 14:43 UTC  (3+ messages)
` [PATCH v4 11/12] KVM: selftests: Support running stress save+restore and #PF test in L2

[RFC PATCH] x86/boot: use zstd -19 if building for 32-bit
 2026-07-28 14:42 UTC  (2+ messages)

[PATCH] x86/aperfmperf: Refresh stale sample via IPI for busy NOHZ_FULL CPUs
 2026-07-28 14:42 UTC  (2+ messages)

[PATCH v11 00/11] clk / reset: realtek: Add RTD1625 clock and reset support
 2026-07-28 14:41 UTC  (15+ messages)
` [PATCH v11 01/11] dt-bindings: clock: Add Realtek RTD1625 Clock & Reset Controller
` [PATCH v11 02/11] reset: Add Realtek basic reset support
` [PATCH v11 03/11] reset: realtek: Add RTD1625 reset controller driver
` [PATCH v11 04/11] clk: realtek: Introduce a common probe()
` [PATCH v11 05/11] clk: realtek: Add support for phase locked loops (PLLs)
` [PATCH v11 06/11] clk: realtek: Add support for gate clock
` [PATCH v11 07/11] clk: realtek: Add support for mux clock
` [PATCH v11 08/11] clk: realtek: Add support for MMC-tuned PLL clocks
` [PATCH v11 09/11] clk: realtek: Add RTD1625-CRT clock controller driver
` [PATCH v11 10/11] clk: realtek: Add RTD1625-ISO "
` [PATCH v11 11/11] arm64: dts: realtek: Add clock support for RTD1625

[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-28 14:41 UTC  (15+ messages)
` [PATCH v8 01/23] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v8 05/23] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v8 07/23] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v8 09/23] dma-mapping: Add internal shared allocation attribute
` [PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference
` [PATCH v8 15/23] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v8 19/23] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED

[PATCH v4 0/4] media: rc: sunxi-cir: support the A523/H728/T527 IR receiver
 2026-07-28 14:40 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: allwinner: a523: Add missing SPDIF pin
 2026-07-28 14:40 UTC  (2+ messages)

[PATCH] arm64: dts: allwinner: sun50i-a64-pinephone: Fix mpu6050 mount matrix
 2026-07-28 14:40 UTC  (2+ messages)

rxe_mr_overflow.c:27:10: fatal error: infiniband/verbs.h: No such file or directory
 2026-07-28 14:40 UTC 

[PATCH] drm: Fix drm_pending_vblank_event in error path for out_fence_ptr
 2026-07-28 14:39 UTC 

[meta-ti][master/wrynose][PATCH 1/2] packagegroup-ti-core-initramfs: Move the inclusion of initramfs-module-netsetup
 2026-07-28 14:39 UTC  (3+ messages)
` [meta-ti][master/wrynose][PATCH 1/2] =?UTF-8?q?packagegroup-ti-co?= =?UTF-8?q?re-initramfs:=C2=A0Move=20the=20inclusion=20of=20initramfs-modu?= =?UTF-8?q?le-netsetup?=

[PATCH v4 0/2] Add device tree for NVIDIA VR-NVL BMC
 2026-07-28 14:39 UTC  (3+ messages)
` [PATCH v4 2/2] ARM: dts: aspeed: Add "

[PATCH xenomai-images v2 0/3] longterm EVL testing under load
 2026-07-28 14:39 UTC  (4+ messages)
` [PATCH xenomai-images v2 1/3] ci: use stress-ng to stress EVL tests
` [PATCH xenomai-images v2 2/3] ci: Update for longterm test runs from 6.12 to 6.18
` [PATCH xenomai-images v2 3/3] ci: add long-term EVL CI test pipeline

[PATCH v4 0/3] system/memory: Make ram device region directly accessible
 2026-07-28 14:38 UTC  (10+ messages)
` [PATCH v4 2/3] system/memory: Use qemu_ram_move() for directly accessible regions

[PATCH] [PATCH] drm/vkms: Advertise PREMULTI blend mode
 2026-07-28 14:38 UTC  (2+ messages)

Failing tests with WITH_BREAKING_CHANGES
 2026-07-28 14:38 UTC  (6+ messages)
    ` [PATCH 0/2] fix serial tests without/with breaking-changes
      ` [PATCH 1/2] t0014: factor out choice of deprecated commands
      ` [PATCH 2/2] t0014: generate deprecated command names dynamically

[PATCH 0/2] docs: make tables responsive with content-aware column widths
 2026-07-28 14:37 UTC  (4+ messages)

[PATCH 1/2] net/sxe2: replace memcpy with structure assignment
 2026-07-28 14:38 UTC  (2+ messages)
` [PATCH 2/2] net/ixgbe: "

[PATCH 0/3] soc: renesas: rz-sysc: Add RZ/G3L PWRRDY power sequencing support
 2026-07-28 14:38 UTC  (8+ messages)
` [PATCH 2/3] power: sequencing: Add Renesas RZ/G3L Power Ready driver

[PATCH v4 00/21] kho: make boot time huge page allocation work nicely with KHO
 2026-07-28 14:37 UTC  (3+ messages)

[PATCH for-11.1 0/3] target/arm: Fix SEV/WFE handling for v6K and earlier
 2026-07-28 14:36 UTC  (5+ messages)
` [PATCH for-11.1 2/3] target/arm: Make YIELD, WFI and WFE be NOPs on pre-v6K
` [PATCH for-11.1 3/3] target/arm: Remove stale comment about WFE/SEV implementation

[PATCH net 0/3] net: hsr: fix shared-skb mutations in the forwarding path
 2026-07-28 14:36 UTC  (4+ messages)
` [PATCH net 1/3] net: hsr: privatize interlink-bound skbs before address mutation
` [PATCH net 2/3] net: hsr: clone before updating path and LAN IDs in tagged frames
` [PATCH net 3/3] selftests: net: hsr: add shared-mutation regression test

[PATCH 00/17] target/arm: Various trap fixes for DC ZVA et al
 2026-07-28 14:35 UTC  (3+ messages)
` [PATCH 09/17] target/arm: Drop TLB_MMIO check in allocation_tag_mem_internal

[PATCH] drm/gem: Move pages_to_sg helper into drm_gem.c
 2026-07-28 14:34 UTC  (4+ messages)

[PATCH v2 0/1] dm-integrity: replace forgeable discard filler with a keyed sector marker
 2026-07-28 14:33 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v2] virtio-gpu: use g_try_malloc to avoid guest-triggered abort
 2026-07-28 14:33 UTC  (3+ messages)

#thermal-sensor-cells under protocol@15
 2026-07-28 14:33 UTC  (3+ messages)

[PATCH xenomai-images] libevl: remove the riscv custom branch
 2026-07-28 14:33 UTC 

[PATCH 0/2] lockref tidy ups + touch ups to it's usage by dcache
 2026-07-28 14:33 UTC  (5+ messages)
` [PATCH 1/2] lockref: tidy up dead count handling
` [PATCH 2/2] dcache: use lockref routines for dead count checks

[PATCH v4 0/4] KUnit test for VF provisioning error handling
 2026-07-28 14:32 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for KUnit test for VF provisioning error handling (rev4)

[PATCH] checkpatch: warn about possible missing gitignore coverage in selftests
 2026-07-28 14:31 UTC  (2+ messages)

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-07-28 14:29 UTC  (4+ messages)
` [PATCH RFC v4 04/12] mm/gup: let check_vma_flags() ignore selected VMA flags

[PATCH 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
 2026-07-28 14:30 UTC  (2+ messages)

[PATCH v10 0/7] clk: qcom: Add common clkref support and migrate Glymur and Mahua
 2026-07-28 14:30 UTC  (3+ messages)
` (subset) "

[RFC PATCH 00/13] arm64: Preemptible this_cpu_*() operations
 2026-07-28 14:30 UTC  (5+ messages)
` [RFC PATCH 06/13] arm64: percpu: Add infrastructure for preemptible this_cpu_*() ops

[PATCH net-next v4 0/2] Add DAPU Telecom DAP8211R(I) Gigabit Ethernet PHY driver
 2026-07-28 14:29 UTC  (4+ messages)
` [PATCH net-next v4 1/2] dt-bindings: net: add DAPU Telecom DAP8211R(I) PHY binding

[meta-ti][master/wrynose][PATCH] linux-ti-mainline: Bump to v7.1
 2026-07-28 14:28 UTC  (2+ messages)

[PATCH v5 0/2] Add no-hpd property to the cadence bridge
 2026-07-28 14:29 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: display: bridge: cdns,mhdp8546: "

[PATCH] soc: qcom: PDR_HELPERS, PDR_MSG are independent of QCOM_SOC
 2026-07-28 14:28 UTC  (2+ messages)

[PATCH v2 0/2] checkpolicy: extend bad-data and robustness tests
 2026-07-28 14:28 UTC  (4+ messages)
` [PATCH v2 1/2] checkpolicy: extend bad-data tests for type, role, and user errors

[PATCH] checkpatch: Validate committer sign-off
 2026-07-28 14:28 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: add IFB_SILENCE_ON_EMPTY quirk for Behringer Flow 8
 2026-07-28 14:27 UTC  (2+ messages)

[PULL 0/9] parallels: fix reachable assertion and related bounds-checking gaps
 2026-07-28 14:26 UTC  (3+ messages)

[PATCH] sched/cache: Fix a thread aggregation conflict when there is one runnable task
 2026-07-28 14:26 UTC  (4+ messages)

[PATCH v2 0/4] x86/time: CMOS RTC century byte
 2026-07-28 14:25 UTC  (3+ messages)
` [PATCH v2 1/4] x86/time: CMOS RTC may run in binary mode

[syzbot] [usb?] KASAN: slab-use-after-free Read in stub_rx_loop
 2026-07-28 14:25 UTC 

[PATCH v4 0/4] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
 2026-07-28 14:25 UTC  (7+ messages)
` [PATCH v4 4/4] hwmon: (pmbus/max20830): add support for max20830c and max20840c

[PATCH] cxl/region: Restore passthrough decoder enable on region re-assembly
 2026-07-28 14:25 UTC  (4+ messages)

[PATCH v15 00/10] x86/shadow: original work for what became XSA-495
 2026-07-28 14:24 UTC  (5+ messages)
` [PATCH v15 07/10] x86/shadow: fold _shadow_prealloc() with shadow_blow_tables()
` [PATCH v15 08/10] x86/shadow: make log-dirty mode enable/disable properly preemptable
` [PATCH v15 09/10] x86/shadow: make forced (L1TF) mode enable "
` [PATCH v15 10/10] x86/shadow: limit the number of pages which may be in use as shadows

[PATCH] selftests/mm: unpoison pages in memory-failure teardown
 2026-07-28 14:22 UTC  (3+ messages)

[PATCH v2] rebase: skip branch symref aliases
 2026-07-28 14:23 UTC  (8+ messages)
` [PATCH v3 0/2] rebase: handle --update-refs branch symrefs
  ` [PATCH v3 1/2] rebase: skip branch symref aliases


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.