All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-28 14:47:39 to 2026-07-28 15:17:33 UTC [more...]

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

[PATCH] drm/panthor: snapshot firmware interface counts before loops
 2026-07-28 15:17 UTC  (2+ messages)

[PATCH net 0/1] ip6_tunnel: avoid racing encap setup
 2026-07-28 15:17 UTC  (2+ messages)
` [PATCH net 1/1] ip6_tunnel: avoid racing encap setup in changelink

[PATCH v3 0/3] arm64: dts: amlogic: add support for Orbbec Zora P1
 2026-07-28 15:16 UTC  (8+ messages)
` [PATCH v3 1/3] dt-bindings: vendor-prefixes: add Orbbec
` [PATCH v3 2/3] dt-bindings: arm: amlogic: document Orbbec Zora P1 board compatible
` [PATCH v3 3/3] arm64: dts: amlogic: add support for Orbbec Zora P1

Policy regarding linux-next only changes
 2026-07-28 15:16 UTC  (11+ messages)

[PATCH v2 0/3] Few fix/improvement for spi-nxp-fspi
 2026-07-28 15:16 UTC  (5+ messages)
` [PATCH v2 1/3] spi: spi-nxp-fspi: add per-SoC SDR/DTR clock rate limits for all supported SoCs
` [PATCH v2 2/3] spi: spi-nxp-fspi: enter stop mode before reconfiguring MCR0 and DLL

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

[PATCH v7 0/8] cxl: Support Back-Invalidate
 2026-07-28 15:16 UTC  (10+ 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 3/8] cxl/hdm: Add BI coherency support for endpoint decoders
` [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 v2 00/10] soc: fsl: qe: QE PIC improvement and add support of IRQs to QUICC ENGINE GPIOs
 2026-07-28 15:16 UTC  (2+ messages)

[PATCH v2] scsi: core: pair EH runtime PM get and put
 2026-07-28 15:16 UTC  (4+ messages)

[PATCH] hw/display/vga: fix panning_buf OOB after text/graphics switch
 2026-07-28 15:14 UTC 

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-07-28 15:15 UTC  (42+ 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 0/2] diff-lib relative-path cleanups
 2026-07-28 15:14 UTC  (5+ messages)
` [PATCH 2/2] diff-lib: skip paths outside prefix in oneway_diff()
      ` [PATCH] diff-lib: add idx/tree sanity check to oneway_diff

[PATCH v2] team: reject CAN and IEEE 802.15.4 devices in team_port_add
 2026-07-28 15:12 UTC 

[PATCH] drm/panthor: fix firmware control interface bounds checks
 2026-07-28 15:12 UTC  (2+ messages)

[PATCH] xfs: validate attr entry pointer before field access
 2026-07-28 15:12 UTC  (2+ messages)

[PATCH v7 0/2] dmaengine: fsl-edma: Scatter/gather improvements
 2026-07-28 15:12 UTC  (4+ messages)
` [PATCH v7 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining

[PATCH v7 00/10] Enable CMRR in fixed-RR VRR path
 2026-07-28 14:59 UTC  (11+ messages)
` [PATCH v7 01/10] drm/i915/vrr: Return from PSR2 compute config in case of CMRR enabled
` [PATCH v7 02/10] drm/i915/vrr: Restrict CMRR enable condition to VRR-TG-default platforms
` [PATCH v7 03/10] drm/i915/vrr: Add per-CRTC vrr/cmrr debugfs control
` [PATCH v7 04/10] drm/i915/vrr: Update AS_SDP target_rr_divider based on CMRR config request
` [PATCH v7 05/10] drm/i915/display: Move CMRR crtc_state members under VRR
` [PATCH v7 06/10] drm/i915/vrr: Compute CMRR fractional timings generically
` [PATCH v7 07/10] drm/i915/vrr: Latch CMRR ratio via fastset on debugfs write
` [PATCH v7 08/10] drm/i915/vrr: Program CMRR enable/disable from transcoder timings
` [PATCH v7 09/10] drm/i915/vrr: Dump CMRR state in the crtc state dump
` [PATCH v7 10/10] drm/i915/vrr: Enable cmrr

[PATCH v3 0/8] arm64: Add Axiado AX3005 SoC and EVK support
 2026-07-28 15:11 UTC  (4+ messages)
` [PATCH v3 3/8] dt-bindings: i2c: cdns: add Axiado AX3005 I2C variant

[PATCH v4 00/11] YUV conversion colorop with amdgpu and VKMS
 2026-07-28 15:11 UTC  (6+ messages)
` [PATCH v4 01/11] drm/colorop: Add DRM_COLOROP_FIXED_MATRIX
` [PATCH v4 02/11] drm/vkms: Fix limited-range YCbCr to RGB conversion scaling

[PATCH xfs] xfs: validate remote attr value length in the leaf verifier
 2026-07-28 15:11 UTC  (2+ messages)

[nft PATCH v2] parser_bison: Fix for bison < 3.6
 2026-07-28 15:10 UTC  (5+ messages)

[PATCH v3 00/10] KVM: s390: Misc fixes
 2026-07-28 15:09 UTC  (6+ messages)
` [PATCH v3 01/10] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v3 07/10] KVM: s390: Return -EINTR if a signal was pending while faulting-in

[PATCH 00/10] rust: io: make register bases typed and remove relative registers
 2026-07-28 15:09 UTC  (5+ messages)
` [PATCH 08/10] gpu: nova-core: use projection for PFALCON and PFALCON2 registers

[thomas-weissschuh:b4/hrtimer-lock 2/4] kernel/time/hrtimer.c:320:24: error: passing 'raw_spinlock_t' (aka 'struct raw_spinlock') to parameter of incompatible type 'raw_spinlock_t *' (aka 'struct raw_spinlock *'); take the address with &
 2026-07-28 15:08 UTC 

[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 15:08 UTC 

[PATCH 0/3] MediaTek mt6572 GCE support
 2026-07-28 15:08 UTC  (3+ messages)
` [PATCH 2/3] soc: mediatek: cmdq-helper: add legacy GCE ISA support

[PATCH] hugetlb: only adjust reservation during unmapping if mapcount is 0
 2026-07-28 15:08 UTC  (2+ messages)

[PATCH v16 0/3] media: nxp: Add CSI Pixel Formatter support
 2026-07-28 15:08 UTC  (2+ messages)

[PATCH mm-hotfixes 0/2] mm/huge_memory: fix huge_zero_pfn race
 2026-07-28 15:08 UTC  (3+ messages)
` [PATCH mm-hotfixes 1/2] mm/huge_memory: separate out CONFIG_PERSISTENT_HUGE_ZERO_FOLIO logic

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-28 15:07 UTC  (3+ messages)
` [PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr

[PATCH v4 00/12] KVM: selftests: Stress save+restore and #PF (ft. nested)
 2026-07-28 15:07 UTC  (6+ messages)
` [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] exfat: fix overflow in cluster-to-dentry conversion
 2026-07-28 15:07 UTC 

[PATCH v2] misc: fastrpc: Drop unhandled DSP PD exit notification
 2026-07-28 15:06 UTC  (2+ messages)

[PATCH RFC 00/15] vhost-user: isolated memory
 2026-07-28 15:06 UTC  (5+ messages)
` [PATCH RFC 08/15] hw/virtio/vhost-shadow-virtqueue: used handler

[PATCH v1 0/3] io_tests fuse fixes
 2026-07-28 15:05 UTC  (2+ messages)

[RFC PATCH 0/4] cpufreq/amd-pstate: Per-core EPP boost for recently-busy CPUs
 2026-07-28 15:06 UTC  (3+ messages)
` [RFC PATCH 1/4] cpufreq/amd-pstate: Document missing kernel-doc members

[PATCH] udf: fix OOB read for a crafted unallocSpaceEntry
 2026-07-28 15:05 UTC  (2+ messages)

[PATCH v2] i2c: iproc: reset bus after timeout if START_BUSY is stuck
 2026-07-28 15:04 UTC  (2+ messages)

[PATCH v2 0/4] s390: Remove or replace cond_resched() calls
 2026-07-28 15:04 UTC  (5+ messages)
` [PATCH v2 1/4] s390/crypto: Replace cond_resched() with msleep(1)
` [PATCH v2 2/4] KVM: s390: Remove cond_resched() calls
` [PATCH v2 3/4] "
` [PATCH v2 4/4] s390/cio: "

[PATCH net v3] net: loopback: ensure Ethernet header is linear before eth_type_trans
 2026-07-28 15:04 UTC 

[PATCH v1 1/2] man/man3/str*.3: NAME: Explain the names
 2026-07-28 15:04 UTC  (8+ messages)
` [PATCH v2 0/4] str*.3, mem*.3: "
  ` [PATCH v2 1/4] man/man3/str*.3: "
        ` alx-0096r1 - string (and nonstring) copying

[PATCH v5 0/2] Compute safe bound for VMX preemption timer
 2026-07-28 15:03 UTC  (3+ messages)
` [PATCH v5 2/2] KVM: VMX: Cap VMX preemption timer to work around Intel erratum

[PATCH net] net: openvswitch: fix stack exhaustion from unaccounted clone_execute() recursion
 2026-07-28 15:03 UTC  (3+ messages)
` [net] "

[PATCH v2 0/4] x86/time: CMOS RTC century byte
 2026-07-28 15:02 UTC  (3+ messages)
` [PATCH v2 2/4] time: shorten year determination loop

[PATCH] ALSA: usb-audio: add IFB_SILENCE_ON_EMPTY quirk for Behringer Flow 8
 2026-07-28 15:02 UTC  (3+ messages)

[PATCH] gpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbind
 2026-07-28 15:02 UTC  (3+ messages)

[PATCH v2] hwmon: (cros_ec) Handle temperature conversion overflows
 2026-07-28 15:02 UTC  (2+ messages)

[PATCH v3 0/8] coresight: Prevent per-thread events from sharing a sink
 2026-07-28 15:00 UTC  (9+ messages)
` [PATCH v3 1/8] coresight: tmc-etr: Don't stop Perf cleanup for active sysfs reads
` [PATCH v3 2/8] coresight: configfs: Don't assume active until cscfg_mgr is set
` [PATCH v3 3/8] coresight: etm-perf: Flush workqueue before unloading module
` [PATCH v3 4/8] coresight: tmc-etr: Prevent per-thread events from sharing a sink
` [PATCH v3 5/8] coresight: tmc-etr: Use session ID for buffer ownership
` [PATCH v3 6/8] coresight: tmc-etf: Prevent per-thread events from sharing a sink
` [PATCH v3 7/8] coresight: etb10: "
` [PATCH v3 8/8] coresight: ultrasoc-smb: "

[PATCH] virtio-gpu: reject requests with short/truncated control headers
 2026-07-28 15:00 UTC  (2+ messages)

[PATCH v1] x86/nSVM: Check the L1 IOPM_BASE and MSRPM_BASE assigned physical addresses
 2026-07-28 15:00 UTC  (2+ messages)

[PATCH 0/3] Harden virtio migration load paths against crafted streams
 2026-07-28 15:00 UTC  (3+ messages)

[PATCH] policycoreutils: Using vendor defined directories for configuration files
 2026-07-28 15:00 UTC  (2+ messages)

Assertion failure with git cat-file --batch-command
 2026-07-28 15:00 UTC  (5+ messages)
      ` [PATCH] cat-file: handle content request for --batch-command without type

[PATCH] xfs/842: verify CoW after exchangerange with FILE1_WRITTEN on shared extents
 2026-07-28 14:59 UTC  (2+ messages)

[syzbot] [sound?] KASAN: invalid-free in snd_rawmidi_free
 2026-07-28 14:59 UTC 

[RFC PATCH bpf-next 0/6] bpf: Optimize string kfuncs
 2026-07-28 14:57 UTC  (7+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Optimize string scan kfuncs
` [RFC PATCH bpf-next 2/6] bpf: Optimize string comparison kfuncs
` [RFC PATCH bpf-next 3/6] bpf: Optimize string span kfuncs
` [RFC PATCH bpf-next 4/6] bpf: Optimize string substring kfuncs
` [RFC PATCH bpf-next 5/6] selftests/bpf: Exercise word-at-a-time string kfuncs
` [RFC PATCH bpf-next 6/6] selftests/bpf: Benchmark "

[PATCH v5 0/4] imx8-isi: Format support enhancements
 2026-07-28 14:57 UTC  (5+ messages)
` [PATCH v5 1/4] media: nxp: imx8-isi: Use BIT_ULL() for 64-bit stream masks
` [PATCH v5 2/4] media: nxp: imx8-isi: Implement per-stream reference counting for multiplexed streams

[PATCH] mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macro
 2026-07-28 14:57 UTC  (2+ messages)

[PATCH 0/2] block/export/fuse: fix regression with O_TRUNC when export is not growable
 2026-07-28 14:56 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD REGRESSION d621cef13189b54ee67019d170a6d8ec727785aa
 2026-07-28 14:55 UTC 

heiko@sntech.de
 2026-07-28 14:56 UTC 

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

[syzbot] [input?] possible deadlock in tasklet_action_common (2)
 2026-07-28 14:56 UTC  (2+ messages)

[PATCH net] sctp: validate Adaptation Indication parameter length
 2026-07-28 14:54 UTC  (2+ messages)

[PATCH] drm/xe/guc: skip CLEANUP message when device is hot-unplugged
 2026-07-28 15:24 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH] tracing/fprobe: Roll back on enable_trace_fprobe() failure
 2026-07-28 14:54 UTC  (2+ messages)

[PATCH RESEND] dt-bindings: mfd: qcom,tcsr: Document the IPQ9650 TCSR block
 2026-07-28 14:54 UTC  (2+ messages)

[PATCH 0/2] dmaengine: apple-admac: Add support for M3 generation
 2026-07-28 14:53 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: dma: apple,admac: Add M3 generation ADMACs

[PATCH v9 00/10] s390/vfio_ccw fixes
 2026-07-28 14:53 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 v2 0/6] clk: mediatek: fix memory leak on module removal
 2026-07-28 14:53 UTC  (3+ messages)
` [PATCH v2 5/6] clk: mediatek: mt8173: "

[PATCH v2 0/4] media: rzg2l-cru: Fix DMA stride alignment
 2026-07-28 14:52 UTC  (4+ messages)
` [PATCH v2 4/4] media: rzg2l-cru: Align bytesperline to hardware DMA stride requirement

resigned keys from 9AFB7B8C9A5F5BBC
 2026-07-28 14:53 UTC 

[PATCH v2] Documentation: media: fix spelling errors
 2026-07-28 14:52 UTC 

[PATCH 0/5] rust: print: add "continuable" as option
 2026-07-28 14:52 UTC  (6+ messages)
` [PATCH 1/5] rust: print: handle `pr_cont` separately
` [PATCH 2/5] rust: print: use `CStr` for __LOG_PREFIX
` [PATCH 3/5] rust: print: accept level in `print_macro` instead of expression
` [PATCH 4/5] rust: macros: use `syn` for `fmt!` string parsing
` [PATCH 5/5] rust: print: add `continuable` as option

[PATCH v11 00/11] clk / reset: realtek: Add RTD1625 clock and reset support
 2026-07-28 14:51 UTC  (3+ messages)
` [PATCH v11 03/11] reset: realtek: Add RTD1625 reset controller driver

[PATCH] drm: Fix drm_pending_vblank_event in error path for out_fence_ptr
 2026-07-28 14:51 UTC  (2+ messages)

[PATCH] ext4: Reduce object size of ext4_msg uses
 2026-07-28 14:50 UTC  (2+ messages)

[PATCH v4 1/2] selinux_restorecon: Do not exit on directory cycles
 2026-07-28 14:50 UTC  (4+ messages)
` [PATCH v4 2/2] man: Document directory cycle handling of selinux_restorecon

[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 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  (3+ messages)
` [PATCH v3 0/6] remove legacy packet framework

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


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.