All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-28 12:11:56 to 2026-07-28 12:50:25 UTC [more...]

[PATCH 0/4] tracing/mmiotrace: Fix some bugs in mmiotrace
 2026-07-28 12:50 UTC  (5+ messages)
` [PATCH 1/4] tracing/mmiotrace: Reset dropped_count in mmio_reset_data()
` [PATCH 2/4] tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functions
` [PATCH 3/4] tracing/mmiotrace: Use trace_assign_type() in mmio_print_mark()
` [PATCH 4/4] tracing/mmiotrace: Clean up coding style and redundant debug logs

[PATCH] ALSA: pcm: wake linked drain waiters on unlink
 2026-07-28 12:50 UTC 

[PATCH mt76] wifi: mt76: mt792x: drop redundant napi_disable() in unregister path
 2026-07-28 12:48 UTC  (2+ messages)

[PATCH v3 0/4] devfreq: Add refcounts for governor modules
 2026-07-28 12:48 UTC  (5+ messages)
` [PATCH v3 4/4] devfreq: Refcount governor modules while in use

barebox,state on the EFI payload: boot-disk binding and state.dtb trust
 2026-07-28 12:45 UTC 

[PATCH net v2 1/1] packet: synchronize pressure clearing with ring reconfiguration
 2026-07-28 12:46 UTC  (3+ messages)

[PATCH RESEND 0/5] soundwire: add BRA properties
 2026-07-28 12:46 UTC  (6+ messages)
` [PATCH RESEND 1/5] soundwire: cadence_master: add BRA_NumBytes[8] support
` [PATCH RESEND 2/5] soundwire: Add bra_block_alignment property support
` [PATCH RESEND 3/5] soundwire: intel: handle Peripheral bra_block_alignment
` [PATCH RESEND 4/5] soundwire: get mipi-sdw-bra-mode-max-data-per-frame property
` [PATCH RESEND 5/5] soundwire: intel_ace2x: handle the max_data_per_frame property

[PATCH] docs: trace: fprobe: fix 'thos' spelling
 2026-07-28 12:46 UTC  (2+ messages)

[PATCH mptcp-next v3 0/9] Fix socket options used by NVMe over MPTCP
 2026-07-28 12:46 UTC  (2+ messages)

[meta-virtualization][PATCH 0/2] image-oci: two do_image_oci bugfixes (missing pm.update(), libgcc/libgcc-initial sysroot collision)
 2026-07-28 12:45 UTC  (2+ messages)

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

[PATCH] nvmet: fix Reservation Register Replace for unregistered host with IEKEY
 2026-07-28 12:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V3 0/2] Add gpu_buddy_allocated_addr_to_block helper and its Kunit tests
 2026-07-28 12:44 UTC  (3+ messages)
` [PATCH V3 1/2] drm/gpu: Add gpu_buddy_allocated_addr_to_block helper
` [PATCH V3 2/2] gpu/tests/gpu_buddy: Add KUnit test for gpu_buddy_allocated_addr_to_block

[RFC PATCH net-next v0.1 1/1] net: add GeoNetworking protocol
 2026-07-28 12:41 UTC  (2+ messages)

[PATCH 0/2] binfmt_misc: don't let an 'F' entry pin its own instance
 2026-07-28 12:44 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/exec: check that a binfmt_misc instance cannot be pinned

[PATCH] issei: Fix size_t printk specifier in heci_{write,read}_buf()
 2026-07-28 12:43 UTC  (2+ messages)

[PATCH] phy: broadcom: ns2-usbdrd: cancel delayed work
 2026-07-28 12:43 UTC  (3+ messages)

[PATCH 0/3] accel/mshv: add gdbstub guest debugging support
 2026-07-28 12:43 UTC  (7+ messages)
` [PATCH 1/3] include/hw/hyperv: add ABI for exception intercepts and pending events
` [PATCH 2/3] accel/mshv: add gdbstub software breakpoint support
` [PATCH 3/3] target/i386/mshv: support single-stepping

[PATCH 0/2] kbuild: link-vmlinux.sh: more reliable 3rd pass linking
 2026-07-28 12:42 UTC  (3+ messages)
` [PATCH 1/2] kallsyms: add symbol size for kallsyms symbols that can change size
` [PATCH 2/2] kbuild: link-vmlinux.sh: improve detection of third pass requirement

ucm2: Qualcomm: Add Acer Swift 14 AI (SF14-11) support
 2026-07-28 12:42 UTC 

[PATCH v2 0/3] drm/xe: Update Wa_14026539277
 2026-07-28 12:42 UTC  (5+ messages)
` [PATCH v2 1/3] drm/xe: Extract override_has_cached_pt()
` [PATCH v2 3/3] drm/xe: Add up-to-date implementation for Wa_14026539277

[RFC PATCH 00/13] arm64: Preemptible this_cpu_*() operations
 2026-07-28 12:38 UTC  (28+ messages)
` [RFC PATCH 01/13] arm64: preempt: Simplify and optimize __preempt_count_dec_and_test()
` [RFC PATCH 02/13] arm64: preempt: Treat should_resched() as unlikely
` [RFC PATCH 03/13] arm64: ptrace: Always inline pt_regs_[read,write}_reg()
` [RFC PATCH 04/13] arm64: percpu: Factor out percpu offset asm
` [RFC PATCH 05/13] arm64: gpr-num: Add wxN aliases for wN registers
` [RFC PATCH 06/13] arm64: percpu: Add infrastructure for preemptible this_cpu_*() ops
` [RFC PATCH 07/13] arm64: percpu: Implement preemptible read/write ops
` [RFC PATCH 08/13] arm64: percpu: Implement preemptible void RMW ops
` [RFC PATCH 09/13] arm64: percpu: Implement preemptible return "
` [RFC PATCH 10/13] arm64: percpu: Implement preemptible XCHG ops
` [RFC PATCH 11/13] arm64: percpu: Implement preemptible CMPXCHG ops
` [RFC PATCH 12/13] arm64: percpu: Implement preemptible CMPXCHG128 ops
` [RFC PATCH 13/13] arm64: percpu: Remove _pcp_protect*() wrappers

[PATCH V4 0/4] arm64: dts: qcom: Add SD card support for Glymur
 2026-07-28 12:40 UTC  (7+ messages)
` [PATCH V4 2/4] dt-bindings: mmc: sdhci-msm: Document the Glymur compatible

[PATCH v3 00/10] KVM: s390: Misc fixes
 2026-07-28 12:40 UTC  (7+ messages)
` [PATCH v3 08/10] KVM: s390: Free the mmu cache when kvm_arch_vcpu_create() fails
` [PATCH v3 09/10] KVM: s390: Fix ordering when adding to SCA
` [PATCH v3 10/10] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()

[PATCH] x86/vrtc: Use a real type for rtc_ioport_write()
 2026-07-28 12:39 UTC  (3+ messages)

[PATCH v3] PCI: mediatek-gen3: Fix 64-bit type truncation in mtk_pcie_set_trans_table()
 2026-07-28 12:39 UTC  (2+ messages)

[PATCH 2/2] KVM: LoongArch: selftests: Add in-kernel MMIO read fast path test
 2026-07-28 12:38 UTC  (5+ messages)

[PATCH] ata: libata-sata: fix ata_scsi_lpm_supported() iteration
 2026-07-28 12:37 UTC  (4+ messages)

[PATCH net 1/1] net/sched: cls_route: fix fastmap use-after-free on filter
 2026-07-28 12:37 UTC  (3+ messages)

[PATCH 0/3] staging: rtl8723bs: fix coding style issues (CamelCase)
 2026-07-28 12:36 UTC  (8+ messages)
` [PATCH 1/3] staging: rtl8723bs: rename mBratesOS to avoid CamelCase
    ` [PATCH v2 0/3] staging: rtl8723bs: fix coding style issues (CamelCase)
      ` [PATCH v2 1/3] staging: rtl8723bs: rename mBratesOS to avoid CamelCase
      ` [PATCH v2 2/3] staging: rtl8723bs: rename Save_DM_Func_Flag functions "
      ` [PATCH v2 3/3] staging: rtl8723bs: rename Restore_DM_Func_Flag "

[PATCH -next,v3] ima: add cond_resched() in ima_calc_file_hash_tfm loop
 2026-07-28 12:33 UTC 

[PATCH V2 0/2] Add gpu_buddy_allocated_addr_to_block helper and its Kunit tests
 2026-07-28 12:36 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Add gpu_buddy_allocated_addr_to_block helper and its Kunit tests (rev2)

[PULL 00/20] target-arm queue
 2026-07-28 12:31 UTC  (21+ messages)
` [PULL 01/20] hw/intc/arm_gicv3: Fix ARM_GICV3 dependency for KVM / WHPX
` [PULL 02/20] target/arm: Add stub for define_gicv5_cpuif_regs()
` [PULL 03/20] target/arm: Only compile gicv5-cpuif.c when GICv5 is selected
` [PULL 04/20] target/arm: Build TCG stubs as stub library
` [PULL 05/20] hw/net/can/flexcan: Use mbs[] array for FIFO pop
` [PULL 06/20] hw/net/flexcan: Drop unused RX FIFO register overlay
` [PULL 07/20] hw/net/can/flexcan: Fix out-of-bounds access in flexcan_mx_rx()
` [PULL 08/20] hw/net/can/flexcan: Fix mailbox index calculation in flexcan_mem_write()
` [PULL 09/20] hw/net/can/flexcan: Fix mailbox index calculation in flexcan_mem_read()
` [PULL 10/20] hw/net/can/flexcan: Fix mailbox reset mask initialization
` [PULL 11/20] hw/net/flexcan: Drop oversized 'mb[]' mailbox view
` [PULL 12/20] hw/net/can/flexcan: Fix RXIMR reset mask
` [PULL 13/20] hw/net/can/flexcan: Remove RX SMB raw view
` [PULL 14/20] docs/system/arm: Update Nuvoton OpenBMC image guidance
` [PULL 15/20] hw/misc/mps2-scc.c: fix cfg7 write
` [PULL 16/20] hw/misc/mps2-scc.c: fix scc_partno field width
` [PULL 17/20] hw/i2c/bcm2835_i2c: Correct CLKT register offset
` [PULL 18/20] hw/display/exynos4210_fimd: Factor out finding screen width/height
` [PULL 19/20] hw/display/exynos4210_fimd: Pass width to draw_line functions
` [PULL 20/20] hw/display/exynos4210_fimd: Clamp windows to screen size

[PATCH V3 0/4] arm64: dts: qcom: Add SD card support for Glymur
 2026-07-28 12:35 UTC  (8+ messages)
` [PATCH V3 2/4] dt-bindings: mmc: sdhci-msm: Document the Glymur compatible

[PATCH 0/6] clk: renesas: rzg2l: Add RZ/G3L MIPI DSI, LCDC and LVDS clock support
 2026-07-28 12:35 UTC  (4+ messages)
` [PATCH 4/6] clk: renesas: rzg2l: Add support for RZ/G3L DSI mux

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

[PATCH] power: supply: twl4030_charger: cancel work on remove
 2026-07-28 12:33 UTC 

[PATCH] wifi: ath9k: stop using owl context after completion
 2026-07-28 12:33 UTC 

[PATCH] media: i2c: imx471: Add line length PCK setting
 2026-07-28 12:34 UTC  (6+ messages)

[PATCH] power: supply: cros_pchg: unregister EC notifier
 2026-07-28 12:33 UTC 

[PATCH] power: supply: isp1704_charger: cancel work on remove
 2026-07-28 12:33 UTC 

[PATCH] power: supply: sc2731_charger: cancel work on remove
 2026-07-28 12:33 UTC 

[PATCH] net: phy: nxp-tja11xx: cancel registration work on remove
 2026-07-28 12:33 UTC 

[PATCH] platform/chrome: cros_ec_debugfs: unregister panic notifier
 2026-07-28 12:33 UTC 

[RFC PATCH v2 00/45] arm64: Add support for FEAT_NMI
 2026-07-28 12:34 UTC  (11+ messages)
` [RFC PATCH v2 32/45] arm64: nmi: Manage masking for superpriority interrupts
` [RFC PATCH v2 34/45] arm64: nmi: Add handling of superpriority interrupts as NMIs
` [RFC PATCH v2 41/45] irqchip/gic-v3: Prepare for FEAT_GICv3_NMI support
` [RFC PATCH v2 42/45] irqchip/gic-v3: Implement "
` [RFC PATCH v2 43/45] arm64: smp: Add NMI support for LPI-backed IPIs

[PATCH v4] erofs: accept source file descriptor via fsconfig
 2026-07-28 12:33 UTC  (7+ messages)

[PATCH] iommu/dma: Restore locking around msi_page_list
 2026-07-28 12:33 UTC 

[PATCH] media: gspca: hold a usb_device reference while registered
 2026-07-28 12:33 UTC  (2+ messages)

[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-28 12:31 UTC  (12+ messages)
` [PATCH v8 01/23] dma-direct: return struct page from dma_direct_alloc_from_pool()

[OE-core][PATCH 1/2] patch: Fix CVE-2026-56289
 2026-07-28 12:31 UTC  (2+ messages)
` [OE-core][PATCH 2/2] patch: Fix CVE-2026-56288

[PATCH v3] regulator: palmas: Check return value of palmas_smps_write()
 2026-07-28 12:30 UTC 

[PATCH] drm/pagemap: Reset migration page count on eviction retry
 2026-07-28 12:30 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v7 0/3] drm/bridge: ti-sn65dsi83: Add reverse lvds lanes support
 2026-07-28 12:29 UTC  (5+ messages)
` [PATCH v7 1/3] drm/bridge: ti-sn65dsi83: Simplify error condition logic
` [PATCH v7 2/3] dt-bindings: display: sn65dsi83: Add output data-lanes property
` [PATCH v7 3/3] drm/bridge: ti-sn65dsi83: Add reversed lvds lanes support

[LTP] min_free_kbytes: Handle transient memory drops in check_monitor
 2026-07-28 12:28 UTC  (2+ messages)

[PATCH v3 0/3] media: i2c: Add OmniVision OG0VA1B camera sensor driver
 2026-07-28  8:27 UTC  (2+ messages)
` [PATCH v3 0/3] media: i2c: Add OmniVision OG0VA1B camera sensor driver - IPU and ACPI

[PATCH bpf-next v2 0/2] bpf: Eliminate unnecessary clone/restore due to constants blinding
 2026-07-28 20:25 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Eliminate dup/restore of insn_aux_data
` [PATCH bpf-next v2 2/2] bpf: Remove unnecessary dup/restore subprog_starts and prog clone

[PATCH v2 0/6] platform/x86/tuxedo: Fixes for TUXEDO NB04 driver
 2026-07-28 12:26 UTC  (7+ messages)
` [PATCH v2 1/6] platform/x86/tuxedo: Don't use device driver data
` [PATCH v2 2/6] platform/x86/tuxedo: Set HID report ID on success
` [PATCH v2 3/6] platform/x86/tuxedo: Use intensity according to HID spec
` [PATCH v2 4/6] platform/x86/tuxedo: Fix keyboard LED map ordering
` [PATCH v2 5/6] platform/x86/tuxedo: Update and extend documentation
` [PATCH v2 6/6] MAINTAINERS: Add Aaron Erhardt as maintainer of TUXEDO DRIVERS

[PATCH v2] media: v4l2-dev: fix media controller registration error handling
 2026-07-28 12:27 UTC  (2+ messages)

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-07-28 12:27 UTC  (14+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 08/11] KVM: guest_memfd: Add support for preservation via LUO
` [PATCH v4 09/11] docs: liveupdate: Add documentation for VM and guest_memfd preservation
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test

[RFC PATCH v2 4/5] mm: mglru: run aging when pages are severely imbalanced across gens
 2026-07-28 12:27 UTC  (2+ messages)

[PATCH v4 00/10] arm_mpam: Add MPAM-Fb firmware support
 2026-07-28 12:27 UTC  (5+ messages)
` [PATCH v4 08/10] arm_mpam: add MPAM-Fb MSC firmware access support

[PATCH v2] PCI: mediatek-gen3: Fix 64-bit type truncation in mtk_pcie_set_trans_table()
 2026-07-28 12:27 UTC  (2+ messages)

[RFC PATCH] media: ti: cal: Deprecate non-MC API usage
 2026-07-28 12:26 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add trace events for pid register/deregister
 2026-07-28 12:26 UTC  (2+ messages)

[PATCH nf-next,v4 1/5] netfilter: flowtable: consolidate net_device field in nft_forward_info struct
 2026-07-28 12:26 UTC  (5+ messages)
` [PATCH nf-next,v4 2/5] netfilter: flowtable: consolidate flowtable device check
` [PATCH nf-next,v4 3/5] net: do not advance stack index from dev_fwd_path()
` [PATCH nf-next,v4 4/5] net: pass dst via net_device_path in dev_fill_forward_path()
` [PATCH nf-next,v4 5/5] netfilter: flowtable: release tunnel route on error when building forward path

[PATCH net 1/1] rxrpc: fix encap_rcv skb accounting exhaustion
 2026-07-28 12:24 UTC  (2+ messages)

[PATCH 00/13] Add clock support for Exynos8855 SoC
 2026-07-28 12:24 UTC  (5+ messages)
  ` [PATCH 04/13] arm64: dts: exynos8855: add cmu_top & cmu_peric clock DT nodes

[PATCH ath-next 0/8] wifi: ath12k: extend device DP stats for TX and RX observability
 2026-07-28 12:24 UTC  (7+ messages)
` [PATCH ath-next 5/8] wifi: ath12k: add WBM RX error drop statistics
` [PATCH ath-next 6/8] wifi: ath12k: track per-ring RX sent-to-stack count

[PATCH v3 0/1] i2c: imc-skylake: add Intel Skylake-X iMC SMBus adapter
 2026-07-28 12:24 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v1 00/17] [RISC-V] virtual interrupt controller (vAPLIC/vIMSIC) support
 2026-07-28 12:23 UTC  (3+ messages)
` [PATCH v1 04/17] xen/riscv: introduce device-agnostic MMIO emulation dispatch

[PATCH] params: fix charp corruption on allocation failure
 2026-07-28 12:22 UTC  (3+ messages)

[PATCH v2 0/2] soc/tegra: fuse: Support Tegra210B01 Speedos
 2026-07-28 12:19 UTC  (2+ messages)

[PATCH] tcf-agent: Pass sbindir to make install to handle binmerge
 2026-07-28 12:18 UTC 

[PATCH -v4 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
 2026-07-28 12:18 UTC  (8+ messages)
` [PATCH -v4 1/4] mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max

[PATCH v2 0/2] add support for Microchip PAC1711 Power Monitor
 2026-07-28 12:18 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: add support for PAC1711
` [PATCH v2 2/2] "

[PATCH 0/1] Fix exported symbol klp-relocation bug
 2026-07-28 12:18 UTC  (4+ messages)

[PATCH v5 0/4] arm64: cross-CPU NMI via SDEI
 2026-07-28 12:17 UTC  (6+ messages)

[PATCH v4] nvme: reduce firmware activation poll interval
 2026-07-28 12:17 UTC 

Thread for updating minor properties of tracked regressions [consider ignoring it!]
 2026-07-28 12:17 UTC  (2+ messages)

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-28 12:14 UTC  (5+ messages)
` [PATCH v4 03/48] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts

[PATCH] drm/i915/bios: Move a variable assignment behind a null pointer check in intel_bios_encoder_supports_dp_dual_mode()
 2026-07-28 12:15 UTC  (3+ messages)

[PATCH v2 00/10] ARM: tegra: tf701t: Add new features
 2026-07-28 12:13 UTC  (3+ messages)
` [PATCH v2 07/10] ARM: tegra: tf701t: Fix BCM43341 WiFi/BT chip configuration

[PATCH v3 0/2] Add LPASS VA CSR HeartBeat pulse clock support
 2026-07-28 12:12 UTC  (3+ messages)
` [PATCH v3 2/2] clk: qcom: Add LPASS VA CSR heartbeat pulse clock


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.