messages from 2026-06-23 14:08:41 to 2026-06-23 14:42:28 UTC [more...]
[PATCH v2 0/2] soc: aspeed: Add BMC and host driver for PCIe BMC device
2026-06-23 14:42 UTC (15+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 1/7] dt-bindings: serial: 8250: aspeed: add compatible string for ast2600
` [PATCH v3 2/7] dt-bindings: serial: 8250: aspeed: add aspeed,vuart-over-pci bool prop
` [PATCH v3 3/7] serial: 8250_aspeed_vuart: add aspeed,ast2600-vuart compatible string
` [PATCH v3 4/7] serial: 8250_aspeed_vuart: add VUART over PCI
` [PATCH v3 5/7] soc: aspeed: add host-side PCIe BMC device driver
` [PATCH v3 6/7] ARM: dts: aspeed: g6: Change vuart compatible string for ast2600
` [PATCH v3 7/7] ARM: dts: aspeed: g6: add aspeed,vuart-over-pci prop to vuart3 and 4
[PATCH v2] drm/amdgpu: fix aperture mapping leak
2026-06-23 14:41 UTC
[PATCH 0/1] mkfs.xfs fix sunit size on 512e and 4kN disks
2026-06-23 14:41 UTC (6+ messages)
` [PATCH 1/1] "
[PATCH 0/3] KVM: arm64: nv: Shadow ptdump fixes
2026-06-23 14:41 UTC (6+ messages)
` [PATCH 1/3] KVM: arm64: nv: Print nested mmu info in kvm_ptdump_guest_show()
` [PATCH 2/3] KVM: arm64: ptdump: Store both mmu and kvm pointers in kvm_ptdump_guest_state
` [PATCH 3/3] KVM: arm64: nv: Move to per nested mmu ptdump files
[PATCH v1 0/2] drm/xe/i2c: alerts and controller enabling modifications
2026-06-23 14:40 UTC (7+ messages)
` [PATCH v1 1/2] drm/xe/i2c: Handler for SMBus Alerts
` [PATCH v1 2/2] drm/xe/mcu_i2c: Take over control of the controller enabling
[PATCHv2 bpf-next 0/3] bpf: tracing_multi link info support
2026-06-23 14:39 UTC (6+ messages)
` [PATCHv2 bpf-next 1/3] bpf: Add "
` [PATCHv2 bpf-next 2/3] selftests/bpf: Add tracing_multi link info tests
` [PATCHv2 bpf-next 3/3] bpftool: Add tracing_multi link info output
[PATCH] sched_ext: Print deprecation warnings only once
2026-06-23 14:38 UTC
[PATCH 0/1] iio: health: add MAX86150 ECG and PPG biosensor driver
2026-06-23 14:38 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH RFC v3 00/12] namespace-aware configfs
2026-06-23 14:37 UTC (2+ messages)
` [syzbot ci] "
[PATCH 0/9] Support ELE API in i.MX OCOTP NVMEM driver
2026-06-23 14:36 UTC (7+ messages)
` [PATCH 1/9] dt-bindings: nvmem: imx-ocotp: Add support for secure-enclave
[PATCH i-g-t] tests/chamelium/kms_chamelium_audio: Add suspend/resume audio tests
2026-06-23 14:36 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for tests/chamelium/kms_chamelium_audio: Add suspend/resume audio tests (rev8)
[PATCH v2 0/7] x86/kexec: Secure Boot support
2026-06-23 14:36 UTC (3+ messages)
` [PATCH v2 3/7] x86/kexec: add new struct kimage_segment
[PATCH 0/4] kvm: sev: Fix issues reported by Sashiko
2026-06-23 14:36 UTC (4+ messages)
` [PATCH 4/4] kvm: sev: Acquire a writeable page reference for CPUID pages
i3c: master: svc: IBI payload not bounded by max_payload_len
2026-06-23 14:36 UTC (3+ messages)
[RFC PATCH v2 06/10] kvm: guest_memfd: Add support for freezing and unfreezing mappings
2026-06-23 14:36 UTC (3+ messages)
[moderation/CI] Re: namespace-aware configfs
2026-06-23 14:35 UTC (2+ messages)
[RFC PATCH] soundwire: amd: report clock-stop exit failures
2026-06-23 14:35 UTC (2+ messages)
[PATCH v1 0/3] thunderbold: A few cleanups
2026-06-23 14:35 UTC (3+ messages)
[PATCH v3 00/25] bpf: test and fix issues in verifier
2026-06-23 14:32 UTC (26+ messages)
` [PATCH v4 00/24] "
` [PATCH v4 01/24] bpf: format and dump jlt, jle, jslt, and jsle
` [PATCH v4 02/24] bpf: add format instruction function
` [PATCH v4 03/24] bpf/validate: break on error in evaluate
` [PATCH v4 04/24] bpf/validate: expand comments in evaluate cycle
` [PATCH v4 05/24] bpf/validate: introduce debugging interface
` [PATCH v4 06/24] bpf/validate: fix BPF_ADD of pointer to a scalar
` [PATCH v4 07/24] bpf/validate: fix BPF_LDX | EBPF_DW signed range
` [PATCH v4 08/24] test/bpf_validate: add setup and basic tests
` [PATCH v4 09/24] test/bpf_validate: add harness for pointer tests
` [PATCH v4 10/24] bpf/validate: fix EBPF_JSLT | BPF_X evaluation
` [PATCH v4 11/24] bpf/validate: fix BPF_NEG of INT64_MIN and 0
` [PATCH v4 12/24] bpf/validate: fix BPF_DIV and BPF_MOD signed part
` [PATCH v4 13/24] bpf/validate: fix BPF_MUL ranges minimum typo
` [PATCH v4 14/24] bpf/validate: fix BPF_MUL signed overflow UB
` [PATCH v4 15/24] bpf/validate: fix BPF_JGT/EBPF_JSGT no-jump max
` [PATCH v4 16/24] bpf/validate: fix BPF_JMP source range calculation
` [PATCH v4 17/24] bpf/validate: fix BPF_JMP empty range handling
` [PATCH v4 18/24] bpf/validate: fix BPF_AND min calculations
` [PATCH v4 19/24] bpf/validate: fix BPF_LSH shift-out-of-bounds UB
` [PATCH v4 20/24] bpf/validate: fix BPF_OR min calculations
` [PATCH v4 21/24] bpf/validate: fix BPF_SUB signed max zero case
` [PATCH v4 22/24] bpf/validate: fix BPF_XOR signed min calculation
` [PATCH v4 23/24] bpf/validate: prevent overflow when building graph
` [PATCH v4 24/24] doc: add release notes for BPF validation fixes
[PATCH] clk: mediatek: mt6735: Unregister PLLs on probe failure
2026-06-23 14:35 UTC (2+ messages)
[PATCH 1/6 v3] libselinux: Add overflow checks
2026-06-23 14:34 UTC (10+ messages)
` [PATCH 3/6 v3] libsepol/cil: Add overflow checks for circular reference checks
` [PATCH 4/6 v3] libsepol/cil: Add overflow checks and cil_reallocarray
` [PATCH 5/6 v3] libsepol: Add overflow checks to strs_* family of functions
[PATCH 2/2] mm/mprotect: drop 'sub' from batching context
2026-06-23 14:34 UTC (2+ messages)
[PATCH] armv8: mmu: don't panic when unmapping a page which isn't mapped
2026-06-23 14:33 UTC (4+ messages)
[PATCH] ARM: imx: Drop obsolte stuff from common.h
2026-06-23 14:33 UTC (3+ messages)
[PATCH] drm/drm_crtc: fix race with dma_fence_signal() in ::get_driver_name()
2026-06-23 14:33 UTC (5+ messages)
[PATCH v3 0/1] pkey: Fix for PKEY_VERIFYPROTK ioctl
2026-06-23 14:33 UTC (4+ messages)
` [PATCH v3 1/1] pkey: Move keytype check from pkey api to handler
[PATCH RFC 0/3] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
2026-06-23 14:33 UTC (11+ messages)
` [PATCH RFC 3/3] "
[PATCH V2 0/8] Add PCIe M.2 Key E connector support for NXP i.MX boards
2026-06-23 14:32 UTC (5+ messages)
` [PATCH V2 1/8] PCI: imx6: Add skip_pwrctrl_off flag support
` [PATCH V2 3/8] Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseq
SDXI on AMD EPYC (in relation to Nathan’s SDXI dmaengine patchset)
2026-06-23 14:32 UTC (3+ messages)
[PATCH v4] serial: 8250: fix use-after-free in IRQ chain handling
2026-06-23 14:32 UTC (3+ messages)
[PATCH] target/riscv: Generate illegal exception for inval.ir and w.inval in U-mode
2026-06-23 14:31 UTC (2+ messages)
[PATCH v2] dt-bindings: pwm: st,pwm: convert to DT schema
2026-06-23 14:31 UTC (5+ messages)
[PATCH 1/5] weston: remove obsolete .la deletion
2026-06-23 14:31 UTC (3+ messages)
` [PATCH 3/5] librsvg: consolidate DEPENDS
` [OE-core] "
[PATCH v1 1/1] i2c: k1: Use generic definitions for bus frequencies
2026-06-23 14:31 UTC (2+ messages)
[PATCH BlueZ v2] a2dp: Fix handling of codec capability storage
2026-06-23 14:30 UTC (3+ messages)
[PATCH RFC] netdevsim: remove debugfs files before freeing net_device
2026-06-23 14:30 UTC
[PATCH] common: skip data write EIO survival tests on fatal configs
2026-06-23 14:30 UTC (2+ messages)
[PATCH] KVM: arm64: account pKVM reclaim against the VM mm
2026-06-23 14:30 UTC (5+ messages)
[PATCH v2] powerpc/pseries/iommu: Add check for iommu_pseries_alloc_group()
2026-06-23 14:29 UTC
[PATCH] KVM: s390: pci: Fix GISC refcount leak on AIF enable failure
2026-06-23 14:30 UTC (2+ messages)
PI fixes
2026-06-23 14:29 UTC (3+ messages)
` [PATCH 1/2] block: fix GFP_ flags confusion in bio_integrity_alloc_buf
` [PATCH 2/2] block: handle REQ_OP_ZONE_APPEND in __bio_integrity_action
[PATCH 1/2] mm/swap: rename subpage->page in folio_dup_swap/folio_put_swap
2026-06-23 14:28 UTC (2+ messages)
[PATCH] usb: storage: make disk cdev name configurable via Kconfig
2026-06-23 14:26 UTC
[PATCH for-4.22] char/ns16550: bound execution time of ns16550_interrupt()
2026-06-23 14:27 UTC (7+ messages)
[PATCH 0/2] sched: Introduce and use deferred WARNs in sched
2026-06-23 14:26 UTC (3+ messages)
` [PATCH 1/2] bug: Provide WARN_ON.*DEFERRED() macros for console deferred output
` [PATCH 2/2] sched: Use WARN_ON.*_DEFERRED()
[PATCH v1 0/4] arm: k3: replace tifsstub runtime filter with per-state FIT configurations
2026-06-23 14:15 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] arm: k3: select tifsstub via board_fit_config_name_match
` [PATCH v2 2/4] board: phytec: phycore-am62: select tifsstub via FIT config
` [PATCH v2 3/4] board: toradex: verdin-am62: "
` [PATCH v2 4/4] arm: k3: drop redundant tifsstub runtime filter
[PATCH 6.1 000/522] 6.1.176-rc1 review
2026-06-23 14:25 UTC (4+ messages)
` [PATCH 6.1 337/522] arm64/mm: Enable batched TLB flush in unmap_hotplug_range()
[PATCH v2] x86/video: Only fall back to vga_default_device() without screen info
2026-06-23 14:25 UTC (3+ messages)
[PATCH] usb: dwc2: skip polling for the soft reset clear bit and add after reset delay
2026-06-23 14:23 UTC
[PATCH] drm/i915: Calculate CDCLK on modeset after sanitizing pre-os programming
2026-06-23 14:24 UTC (2+ messages)
[PATCH] i3c: master: svc: report timeout waiting for STOP idle
2026-06-23 14:23 UTC (3+ messages)
[PATCH RFC v2 0/4] Prepare migration to the new mailing-list domain
2026-06-23 14:23 UTC (5+ messages)
` [PATCH RFC v2 4/4] all: Fix lists.denx.de links to lists.u-boot-project.org
[PATCH] mesa: fix INSANE_SKIP package name for mesa-gl builds
2026-06-23 14:22 UTC (3+ messages)
` [OE-core] "
[PATCH] lib/maple_tree: add missing spaces after switch keyword
2026-06-23 14:22 UTC (2+ messages)
[PATCH net] tipc: fix UAF in cleanup_bearer() due to premature dst_cache_destroy()
2026-06-23 14:22 UTC (7+ messages)
[PATCH] iio: imu: inv_icm42600: fix timestamp clock period by using lower value
2026-06-23 14:22 UTC (2+ messages)
[tglx-devel:cleanups 14/36] drivers/ptp/ptp_vmclock.c:681:31: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'resource_size_t' {aka 'unsigned int'}
2026-06-23 14:21 UTC
[PATCH] MAINTAINERS: Add entries for Renesas Versaclock {3,7} clock drivers
2026-06-23 14:21 UTC (2+ messages)
[PATCH 0/8] Testcase improvements and Power8E/NVL removal
2026-06-23 14:19 UTC (9+ messages)
` [PATCH 1/8] tests/functional: Add remote interrupts test for PowerNV
` [PATCH 2/8] tests/qtest/pnv_spi: Test Power11 PNV_SPI
` [PATCH 3/8] tests/qtest: Add Power11 chip & machine to qtests
` [PATCH 4/8] tests/functional: Use default powernv machine instead of power10
` [PATCH 5/8] ppc/pnv: Replace Power8E with Power11 for 'none' machine test
` [PATCH 6/8] ppc/pnv: Remove Power8E and Power8NVL pnv chips
` [PATCH 7/8] ppc/pnv: Remove Power8E and Power8NVL CPUs
` [PATCH 8/8] MAINTAINERS: Add self as maintainer for PowerNV
[PATCH] pmdomain: renesas: rmobile-sysc: propagate power-off timeout
2026-06-23 14:21 UTC (2+ messages)
update BDI {io,ra}_pages values based on the RT device limits
2026-06-23 14:21 UTC (2+ messages)
` [PATCH] xfs: "
[PATCH i-g-t 0/3] Add infrastruture and initial tests for ashi DRM render driver
2026-06-23 14:20 UTC (4+ messages)
[PATCH RFC] jfs: add dmap integrity check to prevent out-of-bounds access
2026-06-23 14:20 UTC
[PATCH 0/3] lib: remove use of strncpy
2026-06-23 14:19 UTC (4+ messages)
` [PATCH 1/3] ethdev: "
` [PATCH 2/3] eventdev: improve bounds checks for names in adapter create
` [PATCH 3/3] vhost: remove use of strncpy
Please backport f6b079629bec ("RDMA/bnxt_re: zero shared page before exposing to userspace") to stable
2026-06-23 14:17 UTC
[PATCH v2 3/3] x86/mm: drop unused returns from direct map setup functions
2026-06-23 14:18 UTC (2+ messages)
[PATCH rtw-next] wifi: rtw88: Enable receiving control frames in monitor mode
2026-06-23 14:18 UTC (3+ messages)
[PATCH 0/6] drm/i915: Clean up GPIO pin stuff
2026-06-23 14:18 UTC (2+ messages)
` ✓ CI.KUnit: success for drm/i915: Clean up GPIO pin stuff (rev2)
[PATCH v2 2/3] x86/mm: simplify calculation of max_pfn_mapped
2026-06-23 14:17 UTC (2+ messages)
[PATCH/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
2026-06-23 14:17 UTC (9+ messages)
` [PATCH/RFC 2/6] commit-reach: introduce struct paint_queue with per-side counters
[PATCH 1/2] wifi: ath11k: Flush the posted write after writing to PCIE_SOC_GLOBAL_RESET
2026-06-23 14:16 UTC (2+ messages)
` [PATCH 2/2] wifi: ath12k: "
[PATCH v2] PCI: vgaarb: Include 0x0380 devices in boot VGA selection
2026-06-23 14:16 UTC (4+ messages)
[PATCH v2] clk: versaclock7: Fix APLL clock leak on probe failure
2026-06-23 14:15 UTC (2+ messages)
[PATCH v9] PCI: Add device-specific reset for Qualcomm devices
2026-06-23 14:15 UTC (3+ messages)
[PATCH v2] mm/damon/ops-common: handle extreme intervals in damon_hot_score()
2026-06-23 14:15 UTC (2+ messages)
[PATCH i-g-t] tests/intel: ensure stable GT C6 for residency measurement
2026-06-23 14:14 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH RFC 2/3] dmaengine: dma-axi-dmac: Switch to bitmap-based address width masks
2026-06-23 14:14 UTC (11+ messages)
[PATCH] drm/panthor: Fix NPD issue on partial unmap of an evicted BO
2026-06-23 14:14 UTC (6+ messages)
[PATCH v3] Input: synaptics - disable InterTouch on ThinkPad T440p (board id 2722)
2026-06-23 14:14 UTC
[PATCH v4 0/5] Introduce error threshold to drm_ras
2026-06-23 14:14 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for Introduce error threshold to drm_ras (rev4)
[PATCH] checkpolicy: reject out-of-range extended permission values
2026-06-23 14:13 UTC (2+ messages)
[PATCH] ati-vga: Include vga state in the blit context
2026-06-23 14:13 UTC (2+ messages)
[PATCH] checkpolicy: fix xperm complement at range boundaries
2026-06-23 14:13 UTC (2+ messages)
[RFC v2 0/4] Tiny steps towards amdgpu checkpoint and restore
2026-06-23 14:12 UTC (5+ messages)
` [RFC v2 1/4] drm/amdgpu: Extend listing of buffer handles with the userptr object flag
` [RFC v2 2/4] drm/amdgpu: Add a new ioctl for listing client contexts
` [RFC v2 3/4] drm/amdgpu: Add context handle renaming operation
` [RFC v2 4/4] drm/amdgpu: Add driver managed buffer copy
[PATCH] platform/x86: hp-wmi: Add support for OMEN MAX 16-ak0xxx (8DD6)
2026-06-23 14:13 UTC
[PATCH v2 1/3] x86/mm: drop unused return from init_memory_mapping()
2026-06-23 14:12 UTC (2+ messages)
[PATCH] pmdomain: bcm: bcm2835: handle genpd provider registration errors
2026-06-23 14:12 UTC (2+ messages)
[PATCH 5/6] drm/i915/gmbus: Drop the platform suffixes from GMBUS pins
2026-06-23 14:11 UTC (2+ messages)
` [PATCH v2 "
[PATCH] graph: add optional profiling stats
2026-06-23 14:10 UTC (8+ messages)
` [PATCH v5] "
[PATCH 2/5] newrole: compare shadow hashes in constant time
2026-06-23 14:10 UTC (5+ messages)
` [PATCH 3/5] newrole: wait only for the forked shell
` [PATCH 4/5] newrole: ensure the standard file descriptors are open on startup
` [PATCH 5/5] newrole: fail closed for -l when the terminal context is unknown
` [PATCH 1/5] newrole: fix minor leaks and uninitialized status
[PATCH v4 0/5] clk: rockchip: rk3588: add I2S MCLK output gate clocks
2026-06-23 14:09 UTC (10+ messages)
` [PATCH v4 5/5] clk: rockchip: rk3588: add GATE_GRF clocks for I2S MCLK output to IO
[PATCH] cxl/features: Bound Get Feature read count to the output buffer
2026-06-23 14:10 UTC (4+ messages)
[rfc, PATCH v1 0/2] overflow: Convert size_add() to take variadic arguments
2026-06-23 14:09 UTC (8+ messages)
` [PATCH v1 1/2] overflow: Allow to sum a few arguments at once
[PATCH] drm/amdkfd: Add gfx12.0 queue reset support to topology
2026-06-23 14:08 UTC
[PATCH v4] drivers: fpga: Use FPGA_INTEL_SDM_MAILBOX conditional instead of Agilex/Stratix10
2026-06-23 14:08 UTC (3+ messages)
` [PATCH v5] "
[PATCH] mtd: nand: mtk-ecc: stop on ECC idle timeouts
2026-06-23 14:08 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.