All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-03 15:54:58 to 2026-07-03 16:41:51 UTC [more...]

[PATCH v2 00/33] accel: Unassorted cleanups around debugging
 2026-07-03 16:37 UTC  (21+ messages)
` [PATCH v2 01/33] cpu: Constify CPUState::cc (cached CPUClass pointer)
` [PATCH v2 02/33] target/i386: Remove duplicate tlb_flush() call in cpu_post_load()
` [PATCH v2 03/33] accel/tcg: Restrict tlb_protect/unprotect_code() to TCG
` [PATCH v2 04/33] accel/hvf: Remove left-over comment
` [PATCH v2 05/33] accel/mshv: Replace @dirty field by generic CPUState::vcpu_dirty field
` [PATCH v2 06/33] gdbstub: Add trace event for STEP packet handler
` [PATCH v2 07/33] gdbstub: Only return E22 when reverse GDB is not supported
` [PATCH v2 08/33] accel/whpx: Implement missing AccelClass::gdbstub_supported_sstep_flags
` [PATCH v2 09/33] accel/kvm: Always define AccelOpsClass::supports_guest_debug
` [PATCH v2 10/33] accel/kvm: Simplify kvm_init() w.r.t. TARGET_KVM_HAVE_GUEST_DEBUG
` [PATCH v2 11/33] accel/kvm: Hold have_guest_debug in KVMState
` [PATCH v2 12/33] gdbstub: Inline gdb_supports_guest_debug()
` [PATCH v2 13/33] gdbstub: Move supported_sstep_flags in AccelGdbConfig structure
` [PATCH v2 14/33] accel: Have each implementation return their AccelGdbConfig
` [PATCH v2 15/33] gdbstub: Make default replay_mode value explicit in stubs
` [PATCH v2 16/33] accel: Hold @can_reverse information in AccelGdbConfig
` [PATCH v2 17/33] accel: Remove AccelOpsClass::supports_guest_debug
` [PATCH v2 18/33] cpu: Move cpu_breakpoint_test out of line
` [PATCH v2 19/33] cpu: Move BREAKPOINT definitions to 'exec/breakpoint.h'
` [PATCH v2 20/33] cpu: Define BreakpointFlags type

[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
 2026-07-03 16:41 UTC  (61+ messages)
` [PATCH v3 01/40] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v3 02/40] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v3 05/40] arm64/sysreg: Add GICv5 GIC VDPEND and VDRCFG encodings
` [PATCH v3 06/40] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v3 07/40] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH v3 08/40] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v3 09/40] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v3 10/40] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v3 11/40] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v3 12/40] KVM: arm64: gic-v5: Keep GICv5 vCPU limit model-specific
` [PATCH v3 13/40] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v3 14/40] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v3 15/40] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v3 16/40] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v3 17/40] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v3 18/40] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v3 19/40] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v3 20/40] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v3 21/40] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v3 22/40] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v3 23/40] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v3 24/40] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v3 25/40] KVM: arm64: gic-v5: Introduce SPI AP list
` [PATCH v3 26/40] KVM: arm64: gic-v5: Add GIC VDPEND and GIC VDRCFG hyp calls
` [PATCH v3 27/40] KVM: arm64: gic-v5: Track SPI state for in-flight SPIs
` [PATCH v3 28/40] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH v3 29/40] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v3 30/40] Documentation: KVM: Extend VGICv5 docs for KVM_VGIC_V5_ADDR_TYPE_IRS
` [PATCH v3 31/40] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v3 32/40] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v3 33/40] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v3 34/40] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v3 35/40] KVM: arm64: gic-v5: Add CoreSight MMIO regs to IRS
` [PATCH v3 36/40] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v3 37/40] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v3 38/40] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v3 39/40] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH v3 40/40] Documentation: KVM: Add the VGICv5 IRS save/restore sequences

[PATCH net-next 0/2] macvlan: RTNL-less macvlan_fill_info()
 2026-07-03 16:40 UTC  (2+ messages)

linux-next: KUnit failure after merge of the mm-nonmm-unstable tree
 2026-07-03 16:39 UTC  (2+ messages)

[PATCH 0/2] rpc.gssd: Two resource leaks
 2026-07-03 16:39 UTC  (3+ messages)
` [PATCH 1/2] rpc.gssd: Decrement client referece count on error paths
` [PATCH 2/2] rpc.gssd: Call pthread_attr_destroy before returning from start_upcall_thread

[PATCH v4 0/2] remoteproc: add AMD BRAM-based remote processor driver
 2026-07-03 16:39 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH v5 0/3] Add RP1 PWM controller support
 2026-07-03 16:38 UTC  (7+ messages)
` [PATCH v5 2/3] pwm: rp1: Add RP1 PWM controller driver

[PATCH net] net: emac: mal: replace devm_request_irq with request_irq to fix probe error race
 2026-07-03 16:38 UTC  (2+ messages)

[PATCH 0/9] Support 10-bit YUV422 and 8/10-bit YUV420 color format on DW HDMI QP
 2026-07-03 16:37 UTC  (5+ messages)
` [PATCH 1/9] dt-bindings: display: vop2: Add missing reset properties

[PATCH 00/10] Use drm_exec to lock TTM buffers, respin
 2026-07-03 16:38 UTC  (12+ messages)
` [PATCH 01/10] drm/exec: Add helper to bypass IGNORE_DUPLICATES flag
` [PATCH 02/10] drm/ttm: replace TTMs refcount with the DRM refcount v4
` [PATCH 03/10] drm/ttm: remove ttm_lru_walk_ops
` [PATCH 04/10] drm/ttm: grab BO reference before locking it
` [PATCH 05/10] drm/ttm: switch to ttm_bo_lru_for_each_reserved_guarded for swapout
` [PATCH 06/10] drm/ttm: move zombie handling into ttm_bo_evict
` [PATCH 07/10] drm/ttm: use ttm_bo_lru_for_each_reserved_guarded in evict_all
` [PATCH 08/10] drm/xe: remove workaround for TTM internals
` [PATCH 09/10] drm/ttm: support using drm_exec during eviction v4
` [PATCH 10/10] drm/amdgpu: use drm_exec during BO validation

[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
 2026-07-03 16:37 UTC  (2+ messages)

[PATCH net] selftests/tc-testing: Add tests that force multiq and taprio to enqueue to child's gso_skb
 2026-07-03 16:37 UTC  (2+ messages)

[PATCH v4 0/5] arm_mpam: resctrl: Counter Assignment (ABMC)
 2026-07-03 16:36 UTC  (5+ messages)
` [PATCH v4 1/5] arm_mpam: resctrl: Pick classes for use as MBM counters

[PATCH v2] media: mali-c55: Avoid unaligned access of AEC histogram zone weights
 2026-07-03 16:35 UTC 

[PATCH net] net: emac: mal: fix W1C write race in ICINTSTAT clearing
 2026-07-03 16:36 UTC  (3+ messages)

[PATCH ipsec] xfrm: espintcp: fix UAF during close
 2026-07-03 16:36 UTC  (2+ messages)

[PATCH iwl-net v3 0/2] ice: fix DFLT Rx rule handling for promisc and switchdev
 2026-07-03 16:36 UTC  (5+ messages)
` [PATCH iwl-net v3 1/2] ice: skip per-VLAN promisc rules when default VSI Rx rule is set
  ` [Intel-wired-lan] "
` [PATCH iwl-net v3 2/2] ice: preserve uplink DFLT Rx rule on switchdev release
  ` [Intel-wired-lan] "

[PATCH 6.1.y-cip 0/4] Add PCIe support to RZ/V2N SoC
 2026-07-03 16:35 UTC  (5+ messages)
` [PATCH 6.1.y-cip 1/4] clk: renesas: r9a09g056: Add PCIe clocks and reset
` [PATCH 6.1.y-cip 2/4] dt-bindings: PCI: renesas,r9a08g045-pcie: Add RZ/V2N support
` [PATCH 6.1.y-cip 3/4] arm64: dts: renesas: r9a09g056: Add PCIe node
` [PATCH 6.1.y-cip 4/4] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable PCIe

[PATCH] drm/imagination: make pvr_fw_trace_init_mask_ops static
 2026-07-03 16:35 UTC  (5+ messages)

drivers/md/dm-mpath.c:997 parse_path() warn: passing zero to 'ERR_PTR'
 2026-07-03 16:34 UTC 

[PATCH v2] media: mali-c55: Fix clock leak on reset deassert failure
 2026-07-03 16:35 UTC 

[PATCH net-next v3 00/15] net: macb: implement context swapping
 2026-07-03 16:34 UTC  (5+ messages)
` [PATCH net-next v3 01/15] net: macb: drop "consistent" from alloc/free function names

[PATCH v2] qga: implement 'guest-get-fsinfo' for FreeBSD
 2026-07-03 16:31 UTC 

[bcain:bcain/qemu_boot 26/62] arch/hexagon/kernel/devtree.c:17:13: warning: no previous prototype for function 'early_init_dt_add_memory_arch'
 2026-07-03 16:32 UTC 

[PATCH] Documentation: remove the requirement for LLM attribution
 2026-07-03 16:32 UTC  (15+ messages)

[PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
 2026-07-03 16:32 UTC  (5+ messages)

[PATCH] hp-wmi: add battery threshold support
 2026-07-03 16:32 UTC  (2+ messages)
` [PATCH v5] "

[PATCH 00/14] drm/amdgpu: Improve retry fault handling (v3)
 2026-07-03 16:31 UTC  (3+ messages)
` [PATCH 12/14] drm/amdgpu/ih7.0: Use MMIO ACK instead of doorbell for retry CAM on IH 7.0

[PATCH net-next v9 0/4] Add support for RTL8261C_CG
 2026-07-03 16:30 UTC  (3+ messages)
` [PATCH net-next v9 4/4] net: phy: realtek: load firmware "

[PATCH v3 02/18] pci: Use pci_sbdf_t in pci_add_device()
 2026-07-03 16:29 UTC  (2+ messages)
` [PATCH v3.1 "

[RFC] memtank: add memtank library
 2026-07-03 16:30 UTC  (2+ messages)

[syzbot] [trace?] [usb?] general protection fault in mas_start (2)
 2026-07-03 16:30 UTC  (2+ messages)

[PATCHv2 0/4] m68k: coldfire: fix non-standard readX()/writeX() functions
 2026-07-03 16:29 UTC  (3+ messages)
` [PATCHv2 3/4] mmc: sdhci-esdhc-mcf: do not use readl()/writel() on ColdFire

[PATCH 00/16] ASoC: SOF: amd: add support for ACP7.B/7.F platforms
 2026-07-03 16:28 UTC  (3+ messages)
` [PATCH 16/16] ASoC: SOF: amd: add system and runtime PM ops for ACP7x

[PATCH net-next v7 00/11] BIG TCP for UDP tunnels
 2026-07-03 16:28 UTC  (4+ messages)
` [PATCH net-next v7 08/11] udp: Set length in UDP header to 0 for big GSO packets

[PATCH] mm/kmemleak: fix checksum computation for per-cpu objects
 2026-07-03 16:28 UTC  (2+ messages)

[PATCH v2 0/3] KVM: SVM: Fix a (very) unlikely UAF for GA Log IRQs
 2026-07-03 16:25 UTC  (3+ messages)
` [PATCH v2 1/3] KVM: SVM: Make kvm_x86_ops.vcpu_precreate() hook fully AVIC specific

[PATCH 0/2] KVM: SVM: Fix a (very) unlikely UAF for GA Log IRQs
 2026-07-03 16:21 UTC  (5+ messages)
` [PATCH 2/2] KVM: SVM: Drop unnecessary avic_vm_destroy() call on init failure

[PATCH] tracing: make tracepoint_printk static as not exported
 2026-07-03 16:24 UTC  (3+ messages)

[PATCH v2] drm/imagination: make pvr_fw_trace_init_mask_ops static
 2026-07-03 16:23 UTC 

[PATCH v2] x86/setup: do not include kexec_handover.h from asm/setup.h
 2026-07-03 16:23 UTC  (3+ messages)

[PATCH 0/7] rust_binder : Implement dynamic debug logging mask
 2026-07-03 16:23 UTC  (3+ messages)
` [PATCH 1/7] rust_binder: Add "

[PATCH] netfilter: nft_lookup: fix catchall element handling with inverted lookups
 2026-07-03 16:22 UTC 

[PATCH] hw/9pfs: Check for error return from local_fid_fd()
 2026-07-03 16:22 UTC  (2+ messages)

[PATCH v2 0/3] drivers: Improve memory management for large object allocations when i915/shmem is used with iommu
 2026-07-03 16:22 UTC  (3+ messages)
` [PATCH v2 3/3] drivers/iommu: Catch scatterlist length overflows

[PATCH v1 0/2] iio: adc: add MAX40080 current-sense amplifier driver
 2026-07-03 16:21 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: iio: adc: add maxim,max40080

[PATCH] dt-bindings: rtc: microchip,pic32mzda-rtc: Convert to DT schema
 2026-07-03 16:20 UTC  (2+ messages)

[PATCH v3] usb: dwc3: fix dwc3_readl() and dwc3_writel() calls in dwc3_ulpi_setup()
 2026-07-03 16:20 UTC 

linux-next: Tree for Jul 3
 2026-07-03 16:20 UTC 

[PATCH 6.6.y] ext4: get rid of ppath in get_ext_path()
 2026-07-03 16:20 UTC  (2+ messages)

linux-next: manual merge of the drm-xe tree with the drm-fixes tree
 2026-07-03 16:20 UTC 

[PATCH 1/1] MAINTAINERS: add Usama as a THP reviewer
 2026-07-03 16:20 UTC  (2+ messages)

[PATCH v6 0/5 RESEND] sched/fair: SMT-aware asymmetric CPU capacity
 2026-07-03 16:19 UTC  (5+ messages)
` [PATCH 2/5] sched/fair: Attach sched_domain_shared to sd_asym_cpucapacity
  ` kmemleak: sched_domain_shared leaked on asymmetric-capacity + SCHED_CACHE

[PATCH v2 0/3] soc: apple: Add "PMGR misc" power controls driver
 2026-07-03 16:19 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: soc: apple: Add Apple PMGR misc controls

[PATCH v2 00/19] ARM: platform and feature deprecation
 2026-07-03 16:18 UTC  (3+ messages)
` [PATCH v2 19/19] ARM: mark mv78xx0 support as deprecated

[PATCH] mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()
 2026-07-03 16:18 UTC 

[RFC] connectat()/bindat() or an alternative design
 2026-07-03 16:17 UTC  (8+ messages)

[PATCH 00/41] media: ipu6: Add support for ipu7 hardware
 2026-07-03 16:17 UTC  (2+ messages)

[PATCH] [RFC]: drm/i915/display: Fix NV12 ceiling division for bigjoiner case
 2026-07-03 16:15 UTC  (3+ messages)

[PATCH] iio: imu: inv_icm42600: fix timestamp clock period by using lower value
 2026-07-03 15:41 UTC  (2+ messages)

[PATCH bpf-next v7 0/2] Introduce jit_required to prevent a kernel panic
 2026-07-03 16:14 UTC  (8+ messages)
` [PATCH bpf-next v7 1/2] bpf: Introduce jit_required flag and refactor kfunc path

[PATCH] arm64: dts: rockchip: add HYM8563 RTC to Radxa CM5 IO board
 2026-07-03 16:12 UTC  (3+ messages)

[PATCH] iommu/io-pgtable-arm: Add support for contiguous hint bit
 2026-07-03 16:12 UTC  (2+ messages)

[PATCH v8 1/9] dt-bindings: mmc: Document fixed-layout NVMEM provider support
 2026-07-03 16:12 UTC  (2+ messages)
` Support for block device NVMEM providers

[PATCH v3 0/19] fs: Fix missed inode write during fsync
 2026-07-03 16:12 UTC  (7+ messages)
` [PATCH v3 04/19] ext4: Allocate mapping_metadata_bhs struct on demand
` [PATCH v3 07/19] fs: Provide way for filesystem to wait for metadata writeback

[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
 2026-07-03 16:11 UTC  (7+ messages)
` [PATCH v2 18/18] Documentation: iomap: update docs to reflect iomap_next model

[thomas-weissschuh:b4/cros_ec-hwmon-overflow 4/4] drivers/hwmon/cros_ec_hwmon.c:163:3: error: call to '__compiletime_assert_341' declared with 'error' attribute: BUILD_BUG_ON failed: sizeof(long) == 8
 2026-07-03 16:08 UTC 

bpf, sockmap: FIONREAD returns 0 for TCP sockets in a sockmap without a verdict program
 2026-07-03 16:10 UTC 

[android-common:android17-6.18 1/1] drivers/iommu/iommu-priv.h:18:19: error: dereferencing pointer to incomplete type 'struct dev_iommu'
 2026-07-03 16:08 UTC 

[PATCH v2] drm/xe/hwmon: handle CRI+ power interval encoding
 2026-07-03 16:09 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/hwmon: handle CRI+ power interval encoding (rev2)

[bluez/bluez]
 2026-07-03 16:08 UTC 

[bluez/bluez] 65d11e: Release 5.87
 2026-07-03 16:08 UTC 

drivers/net/phy/realtek/realtek_main.c:20:10: fatal error: 'net/phy/realtek_phy.h' file not found
 2026-07-03 16:06 UTC 

[PATCH 0/7] media: qcom: camss: icp: Add HFI/ICP v4l m2m driver for x1e80100 BPS/IPE
 2026-07-03 16:06 UTC  (2+ messages)

[PATCH net] gve: fix Rx queue stall on alloc failure
 2026-07-03 16:05 UTC  (4+ messages)

[PATCH v1 1/1] arm64: dts: freescale: imx9-var-dart-sonata: fix Ethernet PHY configuration
 2026-07-03 16:05 UTC  (3+ messages)

[PATCH v2 0/6] net/dpaa2: NAPI-style Rx queue interrupts
 2026-07-03 16:03 UTC  (3+ messages)
` [PATCH v3 "

6.18.37 has problems with nfs4 (server), 6.18.36 works
 2026-07-03 16:03 UTC  (2+ messages)

[PATCH v3 00/24] target/riscv: move TCG files and fix --disable-tcg
 2026-07-03 16:00 UTC  (7+ messages)
` [PATCH v3 03/24] target/riscv/machine.c: do not migrate pmp state with kvm

[PATCH v2 0/3] hid: fix missing hid_is_usb() checks in three drivers
 2026-07-03 16:02 UTC  (5+ messages)
` [PATCH v2 1/3] HID: asus: fix missing hid_is_usb() check
` [PATCH v2 3/3] HID: rapoo: "

Enjoy the Summer!
 2026-07-03 16:01 UTC  (2+ messages)

[PATCH 0/6] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
 2026-07-03 16:01 UTC  (7+ messages)
` [PATCH 2/6] ext4: clarify return semantics of ext4_load_tail_bh()

[PATCH v7 0/4] Introduce Allwinner H616 PWM controller
 2026-07-03 16:00 UTC  (3+ messages)
` [PATCH v7 2/4] pwm: sun8i: Add H616 PWM support

[PATCH 1/7] lib: Add vendor-agnostic platform filtering interface
 2026-07-03 15:59 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for series starting with [1/7] "

[PATCH v2] drm/bridge: rename drm_for_each_bridge_in_chain_scoped() to drm_for_each_bridge_in_chain()
 2026-07-03 15:59 UTC  (2+ messages)

[PATCH 0/3] drm/bridge: fix wording in comment about graph
 2026-07-03 15:58 UTC  (7+ messages)
` [PATCH 1/3] drm: of: fix wording in comment
` [PATCH 2/3] drm/bridge: samsung-dsim: "
` [PATCH 3/3] drm/bridge: "

git-diff in a worktree is an order of magnitude slower?
 2026-07-03 15:57 UTC  (9+ messages)

[PATCH v3] wifi: ath12k: fix survey indexing across bands
 2026-07-03 15:56 UTC 

[GIT PULL] xen: branch for v7.2-rc2
 2026-07-03 15:55 UTC  (2+ messages)

[GIT PULL for v7.2] vfs fixes
 2026-07-03 15:55 UTC  (2+ messages)

[GIT PULL] XFS: Fixes for v7.2-rc2
 2026-07-03 15:55 UTC  (2+ messages)

[PATCH] mmc: cqhci: Remove unused intmask parameter from cqhci_irq()
 2026-07-03 15:55 UTC  (2+ messages)

[GIT PULL] gpio fixes for v7.2-rc2
 2026-07-03 15:55 UTC  (2+ messages)

[PATCH v3 0/3] drm/v3d: Miscellaneous fixes
 2026-07-03 15:54 UTC  (3+ messages)
` [PATCH v3 1/3] drm/v3d: Associate BOs with every job that accesses them


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.