All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-03 12:48:58 to 2026-08-03 13:23:23 UTC [more...]

[PATCH 00/10] drm/amdgpu/gfx6: Use GFX IP block soft reset on GFX6 (v2)
 2026-08-03 13:23 UTC  (9+ messages)
` [PATCH 01/10] drm/amdgpu/gfx6: Fixup emit_cntxcntl()
` [PATCH 02/10] drm/amdgpu/gfx6: Fixup emitting SWITCH_BUFFER packets
` [PATCH 03/10] drm/amdgpu/gfx6: Use PFP on the compute queues too
` [PATCH 04/10] drm/amdgpu/gfx6: Initialize compute rings before CP start
` [PATCH 05/10] drm/amdgpu/gfx6: Clean up rings during reset
` [PATCH 06/10] drm/amdgpu/gfx6: Execute CLEAR_STATE when initializing compute rings
` [PATCH 07/10] drm/amdgpu/gfx6: Adjust how harvested TCCs are set up
` [PATCH 08/10] drm/amdgpu/gfx6: Use COND_EXEC

[PATCH] dt-bindings: serial: 8250: Add Aspeed AST2600 and AST2700 uart compatible
 2026-08-03 13:23 UTC  (2+ messages)

[PATCH 1/2] xfs: fix ilock leak on error in xfs_dq_get_next_id
 2026-08-03 13:22 UTC  (2+ messages)

[PATCH v2] xfs: check v5 superblock features early
 2026-08-03 13:22 UTC  (2+ messages)

zoned GC fix v2
 2026-08-03 13:22 UTC  (2+ messages)

[PATCH] xfs: fix inverted clearance of inode junk flags
 2026-08-03 13:22 UTC  (2+ messages)

[PATCHSET v2 2/2] xfs: LLM-inspired iunlink repair bug fixes
 2026-08-03 13:22 UTC  (2+ messages)

[PATCHSET 1/2] xfs: LLM-inspired bug fixes, part 4
 2026-08-03 13:22 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: Remove separate guilty compute userq reset
 2026-08-03 13:22 UTC  (4+ messages)

[PATCH v3] xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
 2026-08-03 13:22 UTC  (2+ messages)

[PATCH] media: i2c: imx415: Fix control error handling
 2026-08-03 13:22 UTC  (3+ messages)

[PATCH] phy: renesas: rcar-gen2: Fix double of_node_put on phy creation failure
 2026-08-03 13:21 UTC  (6+ messages)

[Bug 221774] New: hid-multitouch: report ID mismatch check breaks touchpad palm detection on ASUS ROG Flow Z13 (2025) GZ302EA (0b05:1a30)
 2026-08-03 13:21 UTC  (2+ messages)
` [Bug 221774] "

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-08-03 13:20 UTC  (3+ messages)
` [PATCH v5 02/16] iov_iter: add iterator type for dmabuf maps

[PATCH v8 00/13] KVM: s390: Misc fixes
 2026-08-03 13:21 UTC  (27+ messages)
` [PATCH v8 01/13] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v8 02/13] KVM: s390: Do not free SCA if it was not allocated
` [PATCH v8 03/13] KVM: s390: Fix kvm_s390_vcpu_unsetup_cmma()
` [PATCH v8 04/13] KVM: s390: Fix overclearing ESCA in case of error
` [PATCH v8 05/13] KVM: s390: ucontrol: Fix sca_clear_ext_call()
` [PATCH v8 06/13] KVM: s390: Fix leaking of PGM_ADDRESSING to userspace
` [PATCH v8 07/13] KVM: s390: Fix race in __do_essa()
` [PATCH v8 08/13] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v8 09/13] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
` [PATCH v8 10/13] KVM: s390: Free the mmu cache when kvm_arch_vcpu_create() fails
` [PATCH v8 11/13] KVM: s390: Return -EINTR if a signal is pending while faulting-in
` [PATCH v8 12/13] KVM: s390: Fix ordering when adding to SCA
` [PATCH v8 13/13] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()

[PATCH] dmaengine: xilinx_dma: Use readl_poll_timeout() instead of atomic variant
 2026-08-03 13:20 UTC 

[PATCH] man/man5/elf.5: Fix description of e_flags
 2026-08-03 13:05 UTC 

[PATCH v2 0/3] Rework panthor's cache flush and soft reset locking
 2026-08-03 13:20 UTC  (5+ messages)
` [PATCH v2 2/3] drm/panthor: Revisit reqs_lock handling in flush/reset paths

[PATCH 0/4] ASoC: fsl: expose individual DAIs per ASRC/EASRC conversion pair/context
 2026-08-03 13:20 UTC  (4+ messages)
` [PATCH 2/4] dt-bindings: sound: fsl,easrc: add ports binding for multiple contexts

[PATCH 1/1] ima_setup.sh: Fix check_policy_writable() for kernel < 4.5
 2026-08-03 13:19 UTC  (6+ messages)
` [LTP] "
  `  "

[PATCH bpf-next v3 0/9] Add arena argument support to kfuncs and struct_ops
 2026-08-03 13:19 UTC  (11+ messages)
` [PATCH bpf-next v3 1/9] bpf: Support __arena and __arena_nullable kfunc argument suffixes
` [PATCH bpf-next v3 2/9] bpf: Support __arena and __arena_nullable on struct_ops arguments
` [PATCH bpf-next v3 3/9] bpf, x86: JIT __arena kfunc argument rebasing
` [PATCH bpf-next v3 4/9] bpf, x86: Convert struct_ops arena arguments in the trampoline
` [PATCH bpf-next v3 5/9] selftests/bpf: Add kfunc __arena and __arena_nullable argument tests
` [PATCH bpf-next v3 6/9] selftests/bpf: Add JIT-sequence tests for __arena kfunc arguments
` [PATCH bpf-next v3 7/9] selftests/bpf: Add struct_ops __arena and __arena_nullable argument tests
` [PATCH bpf-next v3 8/9] bpf, x86: Fix stack-passed arguments for indirect trampolines
` [PATCH bpf-next v3 9/9] selftests/bpf: Test stack-passed struct_ops arena arguments

TLB free bug in 4c640eb4181c ("mm: move pte table reclaim code to memory.c")
 2026-08-03  9:18 UTC  (4+ messages)

[PATCH net-next v2] net: macb: remove unused ENST Q0/Q1 time register defines
 2026-08-03 13:18 UTC  (2+ messages)

[PATCH v2 0/4] perf tools: Fix memory issues
 2026-08-03 13:19 UTC  (11+ messages)
` [PATCH v2 1/4] perf tools: Fix memory leak in cmd_kvm()
` [PATCH v2 2/4] perf tools: Fix double free and memory leak in kvm_events_record()
` [PATCH v2 3/4] perf tools: Fix memory leak in cmd_kvm()
` [PATCH v2 4/4] perf tools: Fix double frees and memory leaks "

[PATCH] usb: gadget: fix device data management error in gadgetfs_bind()
 2026-08-03 13:13 UTC  (7+ messages)

[PATCH 00/21] net: phy: add X-Powers AC200/AC300 EPHY support
 2026-08-03 13:18 UTC  (11+ messages)
` [PATCH 01/21] dt-bindings: net: allwinner: add H616 EMAC1
` [PATCH 08/21] dt-bindings: mfd: x-powers: add AC200

[PATCH] phy: renesas: rcar-gen2: Return -EINVAL for out-of-range channel reg
 2026-08-03 13:18 UTC  (3+ messages)

[PATCH] usb: xhci: Handle USB3 port events when there is one roothub
 2026-08-03 13:13 UTC  (2+ messages)

[PATCH v2 00/12] Enable lock context analysis in drivers/block/
 2026-08-03 13:16 UTC  (9+ messages)
` [PATCH v2 01/12] aoe: Enable lock context analysis
` [PATCH v2 02/12] loop: Remove the "bool global" function argument
` [PATCH v2 03/12] loop: Add lock context annotations
` [PATCH v2 04/12] mtip32: Enable lock context analysis

[PATCH 1/2] devtool: upgrade: ignore changelogs from 3rd party
 2026-08-03 13:16 UTC  (3+ messages)
` [OE-core] "

[PATCH net-next v2 0/5] mptcp: out-of-order queue pruning
 2026-08-03 13:16 UTC  (3+ messages)
` [PATCH net-next v2 2/5] mptcp: let the retrans scheduler do its job

[PATCH v2 1/1] MAINTAINERS: Add IRC and patchwork for LTP
 2026-08-03 13:15 UTC  (3+ messages)
` [LTP] "

[PATCH v3 0/6] spmi: apple: Additional commands and interrupt support
 2026-08-03 13:15 UTC  (9+ messages)
` [PATCH v3 1/6] dt-bindings: spmi: apple,spmi: Add t603x
` [PATCH v3 2/6] spmi: apple: Validate FIFO state
` [PATCH v3 3/6] spmi: apple: check transaction status
` [PATCH v3 4/6] spmi: apple: Implement remaining commands
` [PATCH v3 5/6] spmi: apple: lock around FIFOs
` [PATCH v3 6/6] spmi: apple: Add interrupt functionality

[PATCH] MIPS: ptrace: Fix syscall skipping via PTRACE_SYSCALL
 2026-08-03 13:15 UTC  (2+ messages)

[PATCH v2] mac80211: reject station addition if AP or MLO link is inactive
 2026-08-03 13:15 UTC  (9+ messages)

[PATCH 0/2] mips: econet: add multi-vpe capability to EN751221
 2026-08-03 13:14 UTC  (2+ messages)

[PATCH] rust: pin-init: add `#[inline]` to small functions
 2026-08-03 13:14 UTC 

[PATCH v2 0/2] i2c: rcar: add Gen5 support
 2026-08-03 13:14 UTC  (3+ messages)
` [PATCH v2 2/2] i2c: rcar: add R-Car "

LLM policy for drivers/staging/ going forward
 2026-08-03 13:13 UTC 

[PATCH v3 00/11] KVM Dirty-bit cleaning hw accelerator (HACDBS)
 2026-08-03 13:13 UTC  (4+ messages)
` [PATCH v3 01/11] KVM: arm64: HDBSS bits

[LTP] lib: Rename function check_kver() => check_min_kver()
 2026-08-03 13:13 UTC  (3+ messages)

[Bug 221827] New: Backlight regression with 7.1.6
 2026-08-03 13:13 UTC  (2+ messages)
` [Bug 221827] "

[PATCH] wifi: rtlwifi: rtl8192cu: Remove logically dead code in rtl92cu_update_hal_rate_table
 2026-08-03 13:12 UTC 

[PATCH v2 00/26] ASoC: codecs: Use guard() for mutex & spin locks - part 3
 2026-08-03 13:13 UTC  (3+ messages)
` [PATCH v2 01/26] ASoC: codecs: sigmadsp: Use guard() for mutex locks

[PATCH v1 0/6] Allow site layouts to render properly on mobile devices
 2026-08-03 13:11 UTC  (2+ messages)

[BUG] powerpc: userspace processes crash in ld64.so.2 when running recent linux-next kernels
 2026-08-03 13:10 UTC 

[PATCH] dt-bindings: clock: Correct white-space style
 2026-08-03 13:09 UTC  (2+ messages)

[PATCH v5 0/2] Add Hawi UFS PHY and Controller support
 2026-08-03 13:08 UTC  (6+ messages)
` [PATCH v5 1/2] phy: qcom-qmp-ufs: Add UFS PHY support on Hawi
` [PATCH v5 2/2] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: Add Hawi UFS PHY compatible

[PATCHv2 0/3] ACPI: CPPC: Avoid Desired Performance reads on ACPI 6.6+
 2026-08-03 13:07 UTC  (3+ messages)
` [PATCH v3 "

[LTP] [PATCH v3] metadata: add linter for JSON file
 2026-08-03 13:07 UTC  (2+ messages)

[PATCH v2 00/11] Add support for StarFive JHB100 SFC
 2026-08-03 13:07 UTC  (15+ messages)
` [PATCH v2 03/11] spi: dw: add check for support of enhanced spi
` [PATCH v2 05/11] spi: dw: update NDF while using enhanced spi mode
` [PATCH v2 06/11] spi: dw: Introduce enhanced single/dual/quad/octal spi
` [PATCH v2 07/11] spi: dw: send cmd and addr to start the spi transfer
` [PATCH v2 08/11] spi: dw: use irq handler for enhanced spi
` [PATCH v2 09/11] spi: dw: detect enhanced spi mode
` [PATCH v2 11/11] spi: dw: Add support for StarFive JHB100 SoC SFC

[PATCH] drm/pagemap: Prevent double migration of device pages
 2026-08-03 13:07 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH 0/6] disk: Fix the GPT layout on media with large logical blocks
 2026-08-03 13:06 UTC  (7+ messages)
` [PATCH 2/6] disk: part_efi: Add missing endianness conversions
` [PATCH 5/6] test: py: gpt: Bind the disk image in test_gpt_write_part_type()

[LTP] lib: Rename function check_kver() => check_min_kver()
 2026-08-03 13:06 UTC  (3+ messages)
  ` [LTP] [RFC] "

[PATCH v24 00/12] Implement PSCI reboot mode driver for PSCI resets
 2026-08-03 13:07 UTC  (7+ messages)
` [PATCH v24 06/12] power: reset: Add psci-reboot-mode driver
` [PATCH v24 08/12] mfd: psci-mfd: Add psci-reboot-mode child cell

[PATCH v5 0/7] ASoC: qcom: add AudioReach TDM backend support
 2026-08-03 13:07 UTC  (2+ messages)

[meta-oe][wrynose][PATCH 0/4] thrift: multiple CVE fixes
 2026-08-03 12:59 UTC  (5+ messages)
` [meta-oe][wrynose][PATCH 1/4] thrift: fix CVE-2026-55971
` [meta-oe][wrynose][PATCH 2/4] thrift: fix CVE-2026-58023
` [meta-oe][wrynose][PATCH 3/4] thrift: fix CVE-2026-48144
` [meta-oe][wrynose][PATCH 4/4] thrift: fix CVE-2026-58389

[PATCH 0/2] alx-0097r1 - <memory.h>, the legitimate header for memcpy(3) et al
 2026-08-03 13:07 UTC  (5+ messages)
` the Linux man-pages as an educational tool

[PATCH v5 0/4] Clk improvements
 2026-08-03 13:06 UTC  (5+ messages)

[PATCH] net: wan: fsl_ucc_hdlc: allocate enough MURAM for HDLC PRAM
 2026-08-03 12:58 UTC 

[PATCH] squashfs: avoid thundering-herd cache wakeups
 2026-08-03 13:05 UTC  (4+ messages)

[PATCH] bus: fsl-mc: drop unused assignment of acpi_device_id::driver_data
 2026-08-03 13:05 UTC  (2+ messages)

[PATCH] soc: fsl: qe: check platform_driver_register() in qe_ic_of_init()
 2026-08-03 13:05 UTC  (2+ messages)

[PATCH v2] soc: fsl: qe: properly scan GPIO nodes at startup
 2026-08-03 13:05 UTC  (2+ messages)

[PATCH] soc: fsl: qe: implement get_direction()
 2026-08-03 13:05 UTC  (2+ messages)

[PATCH] zloop: restore finished zones with reduced capacity
 2026-08-03 13:04 UTC  (2+ messages)

[PATCH] zloop: round capacity up to a zone-size multiple
 2026-08-03 13:02 UTC  (2+ messages)

[PATCH v4 1/6] ufs: core: Set task state before io_schedule_timeout()
 2026-08-03 13:01 UTC  (3+ messages)
` [PATCH v4 3/6] scsi: core: Pass the SCSI host pointer directly

[PATCH v4 3/3] iio: adc: bcm_iproc_adc: Convert probe error handling to dev_err_probe()
 2026-08-03 13:01 UTC  (2+ messages)

[PATCH v11 00/11] clk / reset: realtek: Add RTD1625 clock and reset support
 2026-08-03 13:00 UTC  (7+ messages)
` [PATCH v11 09/11] clk: realtek: Add RTD1625-CRT clock controller driver

[PATCH bpf-next] bpf: Remove unused BTF_FMODEL_STRUCT_ARG
 2026-08-03 13:00 UTC  (2+ messages)

[PATCH net-next v4 00/10] ipv6: report why a route was deleted in RTM_DELROUTE
 2026-08-03 13:00 UTC  (4+ messages)
` [PATCH net-next v4 01/10] ipv6: add ip6_del_rt_reason()

[PATCH v2] clk: zynq: pll: Fix kernel-doc after determine_rate() conversion
 2026-08-03 12:59 UTC  (2+ messages)

[PATCH v3] usb: mtu3: wait for TX FIFO to drain before disconnect
 2026-08-03 12:59 UTC  (7+ messages)

Patchwork housekeeping for: spi-devel-general
 2026-08-03 12:58 UTC 

[PATCH 0/3 v2] x86/sev: Report MSR_AMD64_SEV in SYSFS
 2026-08-03 12:58 UTC  (4+ messages)
` [PATCH 1/3] x86/coco: Add CC_ATTR_GUEST_SEV
` [PATCH 2/3] x86/sev: Create /sys/devices/system/cpu/sev/ for all SEV guests
` [PATCH 3/3] x86/coco/sev: Make SEV_STATUS available via SYSFS

[RFC PATCH] arm64: dts: rockchip: H28K: release RTL8211F reset before MDIO probing
 2026-08-03 12:58 UTC  (2+ messages)

ext4: spurious "orphan cleanup on readonly fs" due to remount,ro failing to reset orphan_file structures
 2026-08-03 12:57 UTC  (4+ messages)

[linux-next:master 3459/9043] kernel/sysctl-test.c:46:9: sparse: sparse: incorrect type in argument 3 (different address spaces)
 2026-08-03 12:57 UTC  (2+ messages)

[PATCH RFC 00/15] vhost-user: isolated memory
 2026-08-03 12:56 UTC  (3+ messages)
` [PATCH RFC 10/15] hw/virtio/vhost-shadow-virtqueue: range boundary in translation

[PATCH] tty: serial: max3100: drain async producers in remove() to fix timer UAF
 2026-08-03 12:56 UTC  (3+ messages)
` [PATCH v2] tty: serial: max3100: shut down timer before freeing port

linux-next: manual merge of the mm-unstable tree with the drm-misc-fixes tree
 2026-08-03 12:55 UTC  (6+ messages)

[PATCH] media: mtk-jpeg: drain hardware completion before freeing context
 2026-08-03 12:55 UTC  (2+ messages)

[PATCH dwarves] btf_encoder: Infer arena kfunc arguments from suffixes
 2026-08-03 12:55 UTC 

[PATCH net-next v10 0/9] net: dsa: add DSA support for the LAN9645x switch chip family
 2026-08-03 12:55 UTC  (4+ messages)
` [PATCH net-next v10 9/9] net: dsa: lan9645x: add port statistics

[PATCH] sched/numa: Prevent race on sysctl_numa_balancing static key
 2026-08-03 12:30 UTC 

[PATCH v2 00/15] drm/drm_simple: remove drm_simple_encoder_init
 2026-08-03 12:48 UTC  (3+ messages)
` [PATCH v2 10/15] drm/renesas/shmobile: remove dependency on DRM simple helpers

[PATCH net] net/smc: fix TOCTOU race between smc_listen_out() and listener close
 2026-08-03 12:54 UTC  (2+ messages)

[PATCH v3 01/15] ARM: mvebu: add Netgear RN102 support
 2026-08-03 12:53 UTC  (2+ messages)

[PATCH 0/4] CRASH_ZEROIZE: Wipe secrets before kdump
 2026-08-03 12:54 UTC  (7+ messages)

[PATCH] scsi: scsi_debug: negate wrapped memcmp() result
 2026-08-03 12:54 UTC  (2+ messages)

[PATCH bpf v3 1/4] bpf: Keep refcount_acquire nullable for borrowed RCU kptrs
 2026-08-03 12:53 UTC  (2+ messages)

[PATCH] tty: moxa: remove driver
 2026-08-03 12:52 UTC 

[PATCH v5] fs: avoid spurious dentry ref/unref cycle on open
 2026-08-03 12:51 UTC 

[PATCH v3 00/51] accel/tcg: Use IntervalTree for breakpoints and watchpoints
 2026-08-03 12:50 UTC  (5+ messages)
` [PATCH v3 44/51] accel/tcg: Remove TCGCPUOps.adjust_watchpoint_address
` [PATCH v3 46/51] accel/tcg: Drop stale assert for vaddr

[Buildroot] [PATCH] package/xen: bump to 4.21.1
 2026-08-03 12:50 UTC  (4+ messages)

[syzbot] [media?] WARNING in v4l2_ctrl_cluster
 2026-08-03 12:49 UTC 

[PATCH 0/2] selftests/membarrier: Skip an unregistered memory barrier test on Musl
 2026-08-03 12:49 UTC  (3+ messages)
` [PATCH 1/2] selftests/membarrier: Introduce helper to get membarrier command registrations
` [PATCH 2/2] selftests/membarrier: Skip unpermitted membarrier command test if preregistered by libc

[PATCH v2 0/4] rv/reactors: fix lockdep warning and add KUnit tests
 2026-08-03 12:49 UTC  (3+ messages)
` [PATCH v2 4/4] rv/reactors: add KUnit tests for reactor registration and dispatch

[PATCH net-next 0/2] net: lan743x: speed-based and user-configurable interrupt moderation
 2026-08-03 12:48 UTC  (3+ messages)
` [PATCH net-next 1/2] net: lan743x: set interrupt moderation timer based on link speed
` [PATCH net-next 2/2] net: lan743x: add ethtool interrupt coalescing support


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.