All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-03 16:29:10 to 2026-07-03 17:06:10 UTC [more...]

[PATCH v14 00/33] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-07-03 17:03 UTC  (35+ messages)
` [PATCH v14 01/33] Add boot-certs to s390-ccw-virtio machine type option
` [PATCH v14 02/33] crypto/x509-utils: Refactor with GNUTLS fallback
` [PATCH v14 03/33] crypto/x509-utils: Add helper functions for certificate store
` [PATCH v14 04/33] hw/s390x/ipl: Create "
` [PATCH v14 05/33] s390x/diag: Introduce DIAG 320 for Certificate Store Facility
` [PATCH v14 06/33] s390x/diag: Refactor address validation check from diag308_parm_check
` [PATCH v14 07/33] s390x/diag: Implement DIAG 320 subcode 1
` [PATCH v14 08/33] crypto/x509-utils: Add helper functions for DIAG 320 subcode 2
` [PATCH v14 09/33] s390x/diag: Implement "
` [PATCH v14 10/33] hw/s390x: Define finite size for single entry VCEntry
` [PATCH v14 11/33] s390x/diag: Introduce DIAG 508 for secure IPL operations
` [PATCH v14 12/33] crypto/x509-utils: Add helper functions for DIAG 508 subcode 1
` [PATCH v14 13/33] s390x/diag: Generalize s390_ipl_read/write to accept void *
` [PATCH v14 14/33] s390x/diag: Implement DIAG 508 subcode 1 for signature verification
` [PATCH v14 15/33] s390x/ipl: Introduce IPL Information Report Block (IIRB)
` [PATCH v14 16/33] pc-bios/s390-ccw: Define memory for IPLB and convert IPLB to pointers
` [PATCH v14 17/33] hw/s390x/ipl: Add IPIB flags to IPL Parameter Block
` [PATCH v14 18/33] hw/s390x/ipl: Rework s390_ipl_map_iplb_chain for certificate storage
` [PATCH v14 19/33] s390x: Guest support for Secure-IPL Facility
` [PATCH v14 20/33] pc-bios/s390-ccw: Refactor zipl_run()
` [PATCH v14 21/33] pc-bios/s390-ccw: Rework zipl_load_segment function
` [PATCH v14 22/33] pc-bios/s390-ccw: Introduce ZiplBootMode enum for IPL mode selection
` [PATCH v14 23/33] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode
` [PATCH v14 24/33] pc-bios/s390-ccw: Add signed component address overlap checks
` [PATCH v14 25/33] s390x: Guest support for Secure-IPL Code Loading Attributes Facility (SCLAF)
` [PATCH v14 26/33] pc-bios/s390-ccw: Add additional security checks for secure boot
` [PATCH v14 27/33] Add secure-boot to s390-ccw-virtio machine type option
` [PATCH v14 28/33] hw/s390x/ipl: Set IPIB flags for secure IPL
` [PATCH v14 29/33] pc-bios/s390-ccw: Handle true secure IPL mode
` [PATCH v14 30/33] hw/s390x/ipl: Handle secure boot with multiple boot devices
` [PATCH v14 31/33] tests/functional/s390x: Add secure IPL functional test
` [PATCH v14 32/33] docs/specs: Add secure IPL documentation
` [PATCH v14 33/33] docs/system/s390x: "

[PATCH 0/3] mm/damon: provide pseudo moving sum probe_hits
 2026-07-03 17:06 UTC  (2+ messages)
` [PATCH 1/3] mm/damon: add damon_region->last_probe_hits

[PATCH v5 0/4] iio: adc: Add support for LTC2378 and similar ADCs
 2026-07-03 17:04 UTC  (4+ messages)
` [PATCH v5 1/4] dt-bindings: iio: adc: Add ltc2378

[PATCH v6 0/3] Add RP1 PWM controller support
 2026-07-03 17:05 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: pwm: Add Raspberry Pi RP1 PWM controller
` [PATCH v6 2/3] pwm: rp1: Add RP1 PWM controller driver
` [PATCH v6 3/3] arm64: dts: broadcom: rpi-5: Add RP1 PWM node

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

[PATCH v4] KVM: arm64: Record whether pKVM stage 2 mapping is cacheable
 2026-07-03 16:59 UTC  (6+ messages)

[PATCH v2] leds: is31fl319x: modernize registration
 2026-07-03 16:59 UTC  (2+ messages)

[PATCH v2] driver core: add driver name to probe debug print
 2026-07-03 16:59 UTC  (2+ messages)

[PATCH] powerpc/ps3: Fix repository.c build failure
 2026-07-03 16:58 UTC 

[PATCH v2] drm/bridge: analogix_dp: Fix PE/VS value shift mismatch during link training
 2026-07-03 16:58 UTC  (2+ messages)

[bcain:bcain/qemu_boot 26/62] arch/hexagon/kernel/devtree.c:104:29: warning: attribute declaration must precede definition
 2026-07-03 16:57 UTC 

[PATCH v1] drm/bridge: analogix_dp: Apply standard DP training delay helpers
 2026-07-03 16:57 UTC  (2+ messages)

[PATCH mptcp-next v2 0/5] mptcp: bpf: fix scheduler kfunc socket type confusion
 2026-07-03 16:57 UTC  (6+ messages)
` [PATCH mptcp-next v2 1/5] Squash to "bpf: Export mptcp packet scheduler helpers"
` [PATCH mptcp-next v2 2/5] "
` [PATCH mptcp-next v2 3/5] Squash to "selftests/bpf: Add bpf_burst scheduler & test"
` [PATCH mptcp-next v2 4/5] DO-NOT-MERGE: selftests/bpf: mptcp: verify scheduler rejects non-msk socket to set_timeout
` [PATCH mptcp-next v2 5/5] DO-NOT-MERGE: selftests/bpf: mptcp: extend bad scheduler test to the kfunc type contract

[PATCH v13 00/33] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-07-03 16:56 UTC  (3+ messages)
` [PATCH v13 04/33] hw/s390x/ipl: Create certificate store

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

[PATCH v2] drm/panel: samsung-s6d16d0: Power off on prepare failure
 2026-07-03 16:56 UTC 

[PATCH] mm/damon/core: disallow overlapping input ranges for damon_set_regions()
 2026-07-03 16:56 UTC 

[PATCH 00/10] Use drm_exec to lock TTM buffers, respin
 2026-07-03 16:55 UTC  (13+ 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

[PATCH] Bluetooth: MGMT: snapshot LOAD_CONN_PARAM data before queueing update
 2026-07-03 16:54 UTC  (3+ messages)

[PATCH] sched/fair: Stabilize idle SMT core selection with asym-capacity
 2026-07-03 16:54 UTC  (6+ messages)

[PATCH v1] timekeeping: Unwind aux clock sysfs children on failure
 2026-07-03 16:53 UTC 

[PATCH] rust: iommu: add device lifetime to IoPageTable
 2026-07-03 16:53 UTC  (3+ messages)

[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
 2026-07-03 16:53 UTC  (39+ messages)
` [PATCH v3 01/40] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [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 16/40] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v3 20/40] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [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 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 31/40] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [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 40/40] Documentation: KVM: Add the VGICv5 IRS save/restore sequences

[PATCH net] can: flexcan: Fix probing for m68k/coldfire
 2026-07-03 16:53 UTC  (2+ messages)

[Bug 221065] New: ideapad_acpi: unexpected charge_types spam on Yoga Pro 7 14ASP9
 2026-07-03 16:53 UTC  (2+ messages)
` [Bug 221065] "

[PATCH net-next v4 0/3] net: dsa: motorcomm: Add LED support
 2026-07-03 16:51 UTC  (4+ messages)
` [PATCH net-next v4 1/3] net: dsa: motorcomm: Move to subdirectory
` [PATCH net-next v4 2/3] net: dsa: motorcomm: Split SMI module
` [PATCH net-next v4 3/3] net: dsa: motorcomm: Add LED support

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

[PATCH] MAINTAINERS: Add myself to maintain TI AM654 SDHCI host drver
 2026-07-03 16:50 UTC  (2+ messages)

[PATCH net-next] macsec: no longer rely on RTNL in macsec_fill_info()
 2026-07-03 16:50 UTC  (2+ messages)

[PATCH net V2 0/3] net/mlx5: LAG bug fixes
 2026-07-03 16:50 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: Add HAFT support for SVA
 2026-07-03 16:49 UTC  (2+ messages)

[PATCH] net: qed: Fix spelling typo in qed_dcbx.c comment
 2026-07-03 16:49 UTC  (2+ messages)

[PATCH RFC] thunderbolt: Add JHL9580 Barlow Ridge (TB5) ICM support — host_reset timeout blocking PCIe tunneling
 2026-07-03 16:48 UTC  (2+ messages)

[GSoC Patch] repo: support category-based prefix querying for info keys
 2026-07-03 16:47 UTC 

[PATCH v2] Respect mempolicy when calculating surplus huge pages
 2026-07-03 16:46 UTC  (3+ messages)

[PATCH 1/1] net: usb: aqc111: fix set_mac_address return value for bonding
 2026-07-03 16:46 UTC  (2+ messages)

[PATCH 00/17] arm64: Support FEAT_NMI and Rework Exception Masking
 2026-07-03 16:44 UTC  (3+ messages)
` [PATCH 01/17] arm64: Move DAIF macros to ptrace.h and use them centrally

[PATCH v3 0/3] Misc. SCM driver fixes
 2026-07-03 16:44 UTC  (4+ messages)
` [PATCH v3 1/3] firmware: qcom: scm: Fix NULL dereference in IRQ handler before __scm is published
` [PATCH v3 2/3] firmware: qcom: scm: Fix reserved memory cleanup on probe failure
` [PATCH v3 3/3] firmware: qcom: scm: Fix tzmem state on probe retry

[PATCH v3] wmi/core: fix use-after-free in wmi_add_device()
 2026-07-03 16:45 UTC  (2+ messages)

[PATCH] drm/xe: Wait on external BO kernel fences in exec IOCTL
 2026-07-03 16:44 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v2] drivers: sysreset: revert support for args in request
 2026-07-03 16:43 UTC 

[PATCH v2 00/33] accel: Unassorted cleanups around debugging
 2026-07-03 16:37 UTC  (34+ 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 v2 21/33] accel: Remove unnecessary 'inline' qualifier in remove_all_breakpoints
` [PATCH v2 22/33] gdbstub/user: Directly call gdb_breakpoint_remove_all() in user mode
` [PATCH v2 23/33] gdbstub: Reduce @type variable scope
` [PATCH v2 24/33] gdbstub: Introduce GdbBreakpointType enumerator
` [PATCH v2 25/33] accel: Use GdbBreakpointType enum
` [PATCH v2 26/33] target/arm: Inline check_watchpoints() in arm_debug_check_watchpoint()
` [PATCH v2 27/33] target/ppc: Ensure TCG is used in ppc_update_daw()
` [PATCH v2 28/33] accel/tcg: Improve docstrings around TCGCPUOps::*watchpoint* handlers
` [PATCH v2 29/33] cpu: Move CPUWatchpoint definition to 'exec/watchpoint.h'
` [PATCH v2 30/33] cpu: Better name cpu_single_step() trace event
` [PATCH v2 31/33] cpu: Introduce cpu_single_stepping() helper
` [PATCH v2 32/33] cpu: Rename CPUState @singlestep_enabled -> @singlestep_flags
` [PATCH v2 33/33] cpu: Only check SSTEP_ENABLE flag in cpu_single_stepping()

[PATCH v8 00/15] userfaultfd: working set tracking for VM guest memory
 2026-07-03 16:43 UTC  (2+ messages)
` Addressing Sashiko AI review

[PATCH net-next v7 2/2] dinghai: add hardware register access and PCI capability scanning
 2026-07-03 16:42 UTC  (2+ messages)

[PATCH net-next v7 1/2] dinghai: add ZTE network driver support
 2026-07-03 16:42 UTC  (2+ messages)

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

[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
 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  (2+ 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  (11+ messages)

[PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
 2026-07-03 16:32 UTC  (3+ 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 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


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.