messages from 2026-05-28 17:18:04 to 2026-05-28 17:56:41 UTC [more...]
[PATCH] KVM: arm64: Remove @arch from __load_stage2()
2026-05-28 17:56 UTC (2+ messages)
[PATCH 0/5] nouveau/gsp: Cleanup IS_ERR_OR_NULL() usage
2026-05-28 17:56 UTC (4+ messages)
[PATCH v7 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
2026-05-28 17:56 UTC (2+ messages)
[PATCH] ASoC: cs35l56: Share common SoundWire interrupt enable/disable code
2026-05-28 17:56 UTC (2+ messages)
[PATCH v7 00/22] VBE serial part H: Implement VBE on Rockchip RK3399
2026-05-28 17:10 UTC
[PATCH 0/3] ata: add __must_hold(ap->lock) annotations in issuing path
2026-05-28 17:54 UTC (7+ messages)
` [PATCH 1/3] ata: libata-scsi: Remove lockdep_assert_held() in ata_scsi_translate()
` [PATCH 2/3] ata: libata: Pass ap parameter directly to functions in the issuing path
` [PATCH 3/3] ata: Annotate functions in the issuing path with __must_hold()
[PATCH 1/2] vfs: make LAST_XXX private to fs/namei.c
2026-05-28 17:58 UTC (2+ messages)
` [PATCH 2/2] vfs: replace ints with enum last_type for LAST_XXX
[PATCH] doc: fix typos via codespell
2026-05-28 17:53 UTC (3+ messages)
[PATCH net v3 1/1] net/sched: fix pedit partial COW leading to page cache corruption
2026-05-28 17:53 UTC (4+ messages)
[PATCH v2 00/10] fanotify namespace monitoring
2026-05-28 17:52 UTC (6+ messages)
` [PATCH v2 07/10] fanotify: gate fs events checks in fanotify_mark() by group type
[PATCH v2 0/3] drm/xe: shrink and compress GuC snapshot dumps
2026-05-28 17:52 UTC (7+ messages)
` [PATCH v2 1/3] drm/xe/guc: Compress GuC log and CTB dump with zstd
` [PATCH v2 2/3] drm/xe: Remove extra newlines from LRC snapshot dump
` [PATCH v2 3/3] drm/xe/guc: Reduce GuC log size from 8MB to 2MB
[PATCH 0/3] Add support for qcrypto on shikra
2026-05-28 17:52 UTC (11+ messages)
[PATCH v2] gpib: cb7210: Fix region leak when request_irq fails
2026-05-28 17:50 UTC (2+ messages)
+ maintainers-add-slab-related-scripts-and-tools-to-slab-allocator.patch added to mm-hotfixes-unstable branch
2026-05-28 17:49 UTC (4+ messages)
[PATCH v3 0/4] ASoC: Add support for Airoha AN7581
2026-05-28 17:48 UTC (5+ messages)
` [PATCH v3 1/4] ASoC: dt-bindings: Add Airoha AN7581 AFE Sound card
` [PATCH v3 2/4] ASoC: dt-bindings: Add Airoha AN7581 AFE with WM8960 Codec schema
` [PATCH v3 3/4] ASoC: mediatek: common: permit to provide dedicated regmap for irq
` [PATCH v3 4/4] ASoC: airoha: Add AFE and machine driver for Airoha AN7581
[PATCH v2 0/2] hwmon: (pmbus/max20860a) Add driver for Analog Devices MAX20860A
2026-05-28 17:48 UTC (5+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: pmbus: Add "
` [PATCH v2 2/2] hwmon: (pmbus/max20860a) Add driver for "
[PATCH v4] ata: libata: Document when host->eh_mutex should be held
2026-05-28 17:47 UTC
[PATCH phy-next 00/13] New Generic PHY driver for Lynx 10G SerDes
2026-05-28 17:47 UTC (34+ messages)
` [PATCH phy-next 01/13] dt-bindings: phy: lynx-10g: initial document
` [PATCH phy-next 02/13] phy: lynx-28g: move lane mode helpers to new core module
` [PATCH phy-next 03/13] phy: lynx-28g: move data structures to core
` [PATCH phy-next 04/13] phy: lynx-28g: common lynx_pll_get()
` [PATCH phy-next 05/13] phy: lynx-28g: generalize protocol converter accessors
` [PATCH phy-next 06/13] phy: lynx-28g: provide default lynx_lane_supports_mode() implementation
` [PATCH phy-next 07/13] phy: lynx-28g: move struct lynx_info definitions downwards
` [PATCH phy-next 08/13] phy: lynx-28g: make lynx_28g_pll_read_configuration() callable per PLL
` [PATCH phy-next 09/13] phy: lynx-28g: common probe() and remove()
` [PATCH phy-next 10/13] phy: lynx-28g: add support for big endian register maps
` [PATCH phy-next 11/13] phy: lynx-28g: optimize read-modify-write operation
` [PATCH phy-next 12/13] phy: lynx-10g: new driver
` [PATCH phy-next 13/13] MAINTAINERS: expand Lynx 28G entry to cover Lynx 10G SerDes
[PATCH bpf-next v5 00/11] bpf: Introduce resizable hash map
2026-05-28 17:47 UTC (12+ messages)
` [PATCH bpf-next v5 01/11] rhashtable: Add rhashtable_next_key() API
` [PATCH bpf-next v5 02/11] rhashtable: Add selftest for rhashtable_next_key()
` [PATCH bpf-next v5 03/11] bpf: Implement resizable hashmap basic functions
` [PATCH bpf-next v5 04/11] bpf: Implement iteration ops for resizable hashtab
` [PATCH bpf-next v5 05/11] bpf: Allow special fields in "
` [PATCH bpf-next v5 06/11] bpf: Optimize word-sized keys for resizable hashtable
` [PATCH bpf-next v5 07/11] libbpf: Support "
` [PATCH bpf-next v5 08/11] selftests/bpf: Add basic tests for resizable hash map
` [PATCH bpf-next v5 09/11] selftests/bpf: Add BPF iterator "
` [PATCH bpf-next v5 10/11] bpftool: Add rhash map documentation
` [PATCH bpf-next v5 11/11] selftests/bpf: Add resizable hashmap to benchmarks
[PATCH] gpib: cb7210: Fix region leak when request_irq fails
2026-05-28 17:47 UTC (2+ messages)
[PATCH v3] KVM: selftests: Add a test for gPAT handling in L2
2026-05-28 17:47 UTC (3+ messages)
[PATCH] Handle Ice Lake MONITOR erratum
2026-05-28 17:47 UTC (5+ messages)
[PATCH v5 0/7] firmware: samsung: acpm: Various fixes for sashiko bug reports
2026-05-28 17:44 UTC (3+ messages)
` [PATCH v5 4/7] firmware: samsung: acpm: Add memory barrier before advancing RX pointer
[PATCH v4 0/4] Fix some issues from igt runs
2026-05-28 17:43 UTC (3+ messages)
` [PATCH v4 1/4] drm/vmwgfx: Add some checks to vmw_cursor_plane_atomic_update
[PATCH] drm/xe/mmio: Assert MMIO is available
2026-05-28 17:43 UTC (6+ messages)
[PATCH] drm/omap: dsi: avoid sending bta sync all the time in writes
2026-05-28 17:43 UTC (4+ messages)
bpf-next verifier regression on unsigned bound checking
2026-05-28 17:42 UTC (4+ messages)
[RFC PATCH v2 0/3] seccomp: SECCOMP_IOCTL_NOTIF_INJECT for race-free unotify
2026-05-28 17:41 UTC (3+ messages)
[PATCH 0/2] liveupdate: Small FLB fixes
2026-05-28 17:41 UTC (3+ messages)
` [PATCH 1/2] liveupdate: Reference count outgoing FLB data
` [PATCH 2/2] liveupdate: Remember FLB retrieve() status
[PATCH rdma-next v4] RDMA: Change capability fields in ib_device_attr from int to u32
2026-05-28 17:40 UTC
[PATCH i-g-t 0/5] tests/kms_colorop: Assorted fixes and support for i915/Xe
2026-05-28 17:40 UTC (5+ messages)
` ✗ Xe.CI.BAT: failure for tests/kms_colorop: Assorted fixes and support for i915/Xe (rev2)
` ✗ i915.CI.BAT: "
[PATCH i-g-t 0/3] tests/kms_colorop: Assorted fixes / tweaks
2026-05-28 17:37 UTC (5+ messages)
` ✗ Xe.CI.BAT: failure for "
` ✗ i915.CI.Full: "
[BUG] sunrpc: cache_seq_start_rcu() slab-out-of-bounds (unpriv-userns reachable)
2026-05-28 17:37 UTC (2+ messages)
[PATCH v3 00/13] spi: cadence-quadspi: add PHY tuning support
2026-05-28 17:36 UTC (4+ messages)
` [PATCH v3 01/13] spi: dt-bindings: allow spi-max-frequency to specify a frequency pair
[PATCH v4 4/5] iommu/vt-d: Fail probe on ATS configuration failure
2026-05-28 17:36 UTC (4+ messages)
[PATCH net-next 0/5] dpaa2-switch: various improvements
2026-05-28 17:34 UTC (6+ messages)
` [PATCH net-next 1/5] dpaa2-switch: rework FDB management on the bridge leave path
` [PATCH net-next 2/5] dpaa2-switch: fix the error path in dpaa2_switch_rx()
` [PATCH net-next 3/5] dpaa2-switch: remove duplicated check for the maximum number of VLANs
` [PATCH net-next 4/5] dpaa2-switch: support VLAN flag changes on existing VIDs
` [PATCH net-next 5/5] dpaa2-switch: fix handling of NAPI on the remove path
[PATCH v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
2026-05-28 17:35 UTC (13+ messages)
` [PATCH v5 12/18] arm/kvm: write back modified ID regs to KVM
` [PATCH v5 16/18] target/arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
[PATCH v3] perf: Fix off-by-one stack buffer overflow in kallsyms__parse()
2026-05-28 17:34 UTC (3+ messages)
` [PATCH v4] "
[PATCH v4 0/7] b43: complete N-PHY rev 8 + radio 2057 rev 8 support
2026-05-28 17:31 UTC (16+ messages)
` [PATCH v4 1/7] b43: add firmware mappings for rev22
` [PATCH v4 2/7] b43: add d11 core revision 0x16 to id table
` [PATCH v4 3/7] b43: route d11 corerev 22 to 24-bit indirect radio access
` [PATCH v4 4/7] b43: support radio 2057 rev 8
` [PATCH v4 5/7] b43: add IPA TX gain table for N-PHY r8 + radio 2057 r8
` [PATCH v4 6/7] b43: add channel info "
` [PATCH v4 7/7] b43: add RF power offset "
[PATCH v2 00/10] drm/nouveau: fix GA100 issues
2026-05-28 17:33 UTC (2+ messages)
` (subset) "
[PATCH v3 0/5] drm/xe: Fix LR exec queue suspend/resume for S3/S4
2026-05-28 17:33 UTC (4+ messages)
` [PATCH v3 4/5] drm/xe: Rename EXEC_MODE_LR to EXEC_MODE_FAULT in hw engine group
[PATCH net-next v8 0/3] gve: add support for PTP gettimex64
2026-05-28 17:33 UTC (9+ messages)
` [PATCH net-next v8 3/3] gve: implement "
[PATCH v7 000/120] x86: Introduce a centralized CPUID data model
2026-05-28 17:33 UTC (4+ messages)
` [PATCH v7 007/120] x86/cpu: centaur/zhaoxin: Rescan CPUID(0xc0000001) after MSR writes
[PATCH v2 00/34] Remove b_end_io from struct buffer_head
2026-05-28 17:31 UTC (35+ messages)
` [PATCH v2 01/34] buffer: Remove forward declaration of submit_bh_wbc()
` [PATCH v2 02/34] buffer: Add bh_submit()
` [PATCH v2 03/34] buffer: Remove mark_buffer_async_write_endio()
` [PATCH v2 04/34] buffer: Add bh_end_read(), bh_end_write() and bh_end_async_write()
` [PATCH v2 05/34] buffer: Convert write_dirty_buffer to bh_submit()
` [PATCH v2 06/34] buffer: Convert __bread_slow "
` [PATCH v2 07/34] buffer: Convert __sync_dirty_buffer "
` [PATCH v2 08/34] buffer: Convert __bh_read "
` [PATCH v2 09/34] buffer: Convert __bh_read_batch "
` [PATCH v2 10/34] buffer: Convert block_read_full_folio "
` [PATCH v2 11/34] buffer: Convert __block_write_full_folio to __bh_submit()
` [PATCH v2 12/34] ext4; Convert __ext4_read_bh() to bh_submit()
` [PATCH v2 13/34] ext4: Convert ext4_fc_submit_bh() "
` [PATCH v2 14/34] ext4: Convert write_mmp_block_thawed() "
` [PATCH v2 15/34] ext4: Convert ext4_commit_super() "
` [PATCH v2 16/34] jbd2: Convert journal commit "
` [PATCH v2 17/34] jbd2: Convert jbd2_write_superblock() "
` [PATCH v2 18/34] ocfs2: Convert ocfs2_write_block "
` [PATCH v2 19/34] ocfs2: Convert ocfs2_read_block "
` [PATCH v2 20/34] ocfs2: Convert ocfs2_read_blocks "
` [PATCH v2 21/34] ocfs2: Convert ocfs2_write_super_or_backup "
` [PATCH v2 22/34] gfs2: Convert gfs2_metapath_ra "
` [PATCH v2 23/34] gfs2: Convert gfs2_dir_readahead "
` [PATCH v2 24/34] gfs2: Remove use of b_end_io in gfs2_meta_read_endio()
` [PATCH v2 25/34] gfs2: Convert gfs2_aspace_write_folio to bh_submit()
` [PATCH v2 26/34] buffer: Remove mark_buffer_async_write()
` [PATCH v2 27/34] nilfs2: Convert nilfs_btnode_submit_block to bh_submit()
` [PATCH v2 28/34] nilfs2: Convert nilfs_gccache_submit_read_data "
` [PATCH v2 29/34] nilfs2: Convert nilfs_mdt_submit_block "
` [PATCH v2 30/34] md-bitmap: Convert read_file_page and write_file_page "
` [PATCH v2 31/34] buffer: Remove submit_bh()
` [PATCH v2 32/34] buffer: Remove b_end_io
` [PATCH v2 33/34] buffer: Change calling convention for end_buffer_read_sync()
` [PATCH v2 34/34] buffer: Remove end_buffer_write_sync()
linux-next: Tree for May 28
2026-05-28 17:30 UTC
[PATCH 0/2] hwmon: (pmbus/max20860a) Add driver for Analog Devices MAX20860A
2026-05-28 17:29 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pmbus: Add "
[PATCH v2 0/9] firmware: arm_scmi: Refactoring and enablement of ACPI PCC transport
2026-05-28 17:29 UTC (3+ messages)
` [PATCH v2 8/9] firmware: arm_scmi: transport: Add "
[jarkko-tpmdd:rootns 15/23] <stdin>:1633:2: warning: #warning syscall rootns_wait not implemented
2026-05-28 17:28 UTC
clang: error: unsupported option '-fbasic-block-address-map' for target 'powerpc-unknown-linux-gnu'
2026-05-28 17:28 UTC
[PATCH net v2] ixgbe: implement get_queue_stats_rx
2026-05-28 17:26 UTC (3+ messages)
` [Intel-wired-lan] "
[Buildroot] [PATCH v1 1/1] package/sway: bump to version 1.12
2026-05-28 17:28 UTC
[PATCH v3 0/2] x86/tdx: Port I/O emulation fixes
2026-05-28 17:25 UTC (5+ messages)
` [PATCH v3 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O
[Buildroot] [PATCH v1 1/1] package/xwayland: bump to version 24.1.11
2026-05-28 17:24 UTC
[PATCH RFC 0/2] pinctrl: qcom: eliza: Couple misc fixes
2026-05-28 17:24 UTC (4+ messages)
` [PATCH RFC 1/2] pinctrl: qcom: eliza: Fix HDMI_RCV_DET function slot
[PATCH] drm/xe/guc_submit: use READ_ONCE/WRITE_ONCE for suspend_pending
2026-05-28 17:19 UTC
[PATCH v3 0/3] KVM: guest_memfd: Fix signed offset+size goof
2026-05-28 17:24 UTC (3+ messages)
` [PATCH v3 1/3] KVM: guest_memfd: Treat memslot binding offset+size as unsigned values
[PATCH] gpib: fmh_gpib: Fix typo
2026-05-28 17:23 UTC
[PATCH v5 0/4] drm/xe/rtp: WA table context testing
2026-05-28 17:23 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[BUG] tracing/uprobe: GPF in path_put() via __free() on alloc failure
2026-05-28 17:22 UTC
[PATCH 1/2] packagegroup-core-buildessential: Add Rust-in-kernel dependency packages
2026-05-28 17:22 UTC (2+ messages)
` [PATCH 2/2] populate_sdk_base: Add Rust-in-kernel dependent packages for SDK
[PATCH v2] docs: pt_BR: update maintainer-handbooks
2026-05-28 17:22 UTC (4+ messages)
[PATCH v10 00/13] Add initial Xen Suspend-to-RAM support on ARM64
2026-05-28 17:20 UTC (3+ messages)
` [PATCH v10 04/13] xen/arm: gic-v3: Implement GICv3 suspend/resume functions
Problem with IPv6 privacy addresses in 7.0
2026-05-28 17:21 UTC (12+ messages)
[PATCH v2 4/4] iio: adc: ltc2378: Enable triggered buffer data capture
2026-05-28 17:21 UTC (2+ messages)
[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
2026-05-28 17:20 UTC (2+ messages)
[PATCH v1] drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11
2026-05-28 17:19 UTC
[PATCH v4 0/7] hw/arm/sabrelite: Add FlexCAN support
2026-05-28 17:17 UTC (7+ messages)
` [PATCH v4 2/7] hw/arm/sabrelite: Introduce class SabreliteMachineState
` [PATCH v4 3/7] hw/misc/imx6_ccm: Add PLL3 and CAN clock
` [PATCH v4 4/7] hw/net/can/flexcan: NXP FlexCAN core emulation
` [PATCH v4 5/7] hw/arm: Plug FlexCAN into FSL_IMX6 and Sabrelite
` [PATCH v4 6/7] tests: Add qtests for FlexCAN
` [PATCH v4 7/7] docs/arm/sabrelite: Mention FlexCAN support
[PATCH net-next v2 00/10] net: Add ADIN1140 support
2026-05-28 17:18 UTC (5+ messages)
` [PATCH net-next v2 01/10] dt-bindings: net: Add ADIN1140
[PATCH v2] serial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zero
2026-05-28 17:18 UTC
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.