messages from 2026-04-30 20:23:27 to 2026-04-30 21:28:45 UTC [more...]
[PATCH] nvme: apple: add "apple,t8103-nvme-ans2" compatible
2026-04-30 21:28 UTC
[PATCH 0/3] Switch Apple silicon boards to upstream device trees
2026-04-30 21:25 UTC (4+ messages)
` [PATCH 1/3] doc: board: apple: Mention M2 and M2 Pro/Max/Ultra SoCs
` [PATCH 2/3] doc: device-tree-bindings: Remove apple,pinctrl.yaml
` [PATCH 3/3] arm: dts: Switch Apple silicon devices to dts/upstream
[00/45 RFC PATCH] 1GB superpageblock memory allocation
2026-04-30 20:21 UTC (33+ messages)
` [RFC PATCH 01/45] mm: page_alloc: replace pageblock_flags bitmap with struct pageblock_data
` [RFC PATCH 02/45] mm: page_alloc: per-cpu pageblock buddy allocator
` [RFC PATCH 03/45] mm: page_alloc: use trylock for PCP lock in free path to avoid lock inversion
` [RFC PATCH 06/45] mm: page_alloc: remove watermark boost mechanism
` [RFC PATCH 07/45] mm: page_alloc: async evacuation of stolen movable pageblocks
` [RFC PATCH 08/45] mm: page_alloc: track actual page contents in pageblock flags
` [RFC PATCH 09/45] mm: page_alloc: introduce superpageblock metadata for 1GB anti-fragmentation
` [RFC PATCH 11/45] mm: page_alloc: add superpageblock fullness lists for allocation steering
` [RFC PATCH 12/45] mm: page_alloc: steer pageblock stealing to tainted superpageblocks
` [RFC PATCH 15/45] mm: page_alloc: add per-superpageblock free lists
` [RFC PATCH 16/45] mm: page_alloc: add background superpageblock defragmentation worker
` [RFC PATCH 17/45] mm: page_alloc: add within-superpageblock compaction for clean superpageblocks
` [RFC PATCH 21/45] mm: page_alloc: prefer reclaim over tainting "
` [RFC PATCH 22/45] mm: page_alloc: adopt partial pageblocks from tainted superpageblocks
` [RFC PATCH 23/45] mm: page_alloc: add CONFIG_DEBUG_VM sanity checks for SPB counters
` [RFC PATCH 24/45] mm: page_alloc: targeted evacuation and dynamic reserves for tainted SPBs
` [RFC PATCH 27/45] mm: trigger deferred SPB evacuation when atomic allocs would taint a clean SPB
` [RFC PATCH 28/45] mm: page_alloc: keep PCP refill in tainted SPBs across owned pageblocks
` [RFC PATCH 29/45] mm: page_alloc: refuse fragmenting fallback for callers with cheap fallback
` [RFC PATCH 30/45] mm: page_alloc: drive slab shrink from SPB anti-fragmentation pressure
` [RFC PATCH 31/45] mm: page_alloc: cross-non-movable buddy borrow within tainted SPBs
` [RFC PATCH 32/45] mm: page_alloc: proactive high-water trigger for SPB slab shrink
` [RFC PATCH 34/45] mm: page_reporting: walk per-superpageblock free lists
` [RFC PATCH 36/45] mm: page_alloc: add alloc_flags parameter to __rmqueue_smallest
` [RFC PATCH 37/45] mm/slub: kvmalloc — add __GFP_NORETRY to large-kmalloc attempt
` [RFC PATCH 38/45] mm: page_alloc: per-(zone, order, mt) PASS_1 hint cache
` [RFC PATCH 39/45] mm: debug: prevent infinite recursion in dump_page() with CMA
` [RFC PATCH 40/45] PM: hibernate: walk per-superpageblock free lists in mark_free_pages
` [RFC PATCH 42/45] mm: page_alloc: cross-MOV borrow within tainted SPBs
` [RFC PATCH 43/45] mm: page_alloc: trigger defrag from allocator hot path on tainted-SPB pressure
` [RFC PATCH 44/45] mm: page_alloc: SPB tracepoint instrumentation [DROP-FOR-UPSTREAM]
` [RFC PATCH 45/45] mm: page_alloc: enlarge and unify spb_evacuate_for_order
[PATCH v8 00/21] Runtime TDX module update support
2026-04-30 21:23 UTC (4+ messages)
` [PATCH v8 08/21] x86/virt/seamldr: Allocate and populate a module update request
[PATCH v4] iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlock
2026-04-30 21:23 UTC (2+ messages)
[PATCH 1/2] rust: allow `clippy::collapsible_match` globally
2026-04-30 21:22 UTC (2+ messages)
[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
2026-04-30 21:22 UTC (25+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups
[PATCH v3] remoteproc: xlnx: check remote core state
2026-04-30 21:21 UTC (2+ messages)
[PATCH v2] selftests: runner: Avoid spurious warning about missing failures file
2026-04-30 21:21 UTC (6+ messages)
[PATCH v3] board: ti: am335x: Conditional MDIO PAD configuration instead of static for AM335_ICE
2026-04-30 21:19 UTC (2+ messages)
[PATCH] Remove unneeded goto and its label
2026-04-30 21:00 UTC
[lunn:v7.0.0-net-next-driver-removal-v1 13/18] scripts/Makefile.clean:12: drivers/net/ethernet/fujitsu/Makefile: No such file or directory
2026-04-30 21:17 UTC
[GIT PULL v5.1] libfuse: run fuse servers as a contained service
2026-04-30 21:18 UTC
[PATCHSET v5.1] libfuse: run fuse servers as a contained service
2026-04-30 21:18 UTC (14+ messages)
` [PATCH 01/13] Refactor mount code / move common functions to mount_util.c
` [PATCH 02/13] mount_service: add systemd socket service mounting helper
` [PATCH 03/13] mount_service: create high level fuse helpers
` [PATCH 04/13] mount_service: use the new mount api for the mount service
` [PATCH 05/13] mount_service: update mtab after a successful mount
` [PATCH 06/13] util: hoist the fuse.conf parsing and setuid mode enforcement code
` [PATCH 07/13] util: fix checkpatch complaints in fuser_conf.[ch]
` [PATCH 08/13] mount_service: enable unprivileged users in a similar manner as fusermount
` [PATCH 09/13] mount.fuse3: integrate systemd service startup
` [PATCH 10/13] mount_service: allow installation as a setuid program
` [PATCH 11/13] example/service_ll: create a sample systemd service fuse server
` [PATCH 12/13] example/service: create a sample systemd service for a high-level "
` [PATCH 13/13] nullfs: support fuse systemd service mode
[PATCH v2 00/40] fpu: Export some internals for targets
2026-04-30 21:17 UTC (5+ messages)
` [PATCH v2 13/40] fpu: Return struct from parts{64,128}_silence_nan
[PATCH v10 00/30] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2026-04-30 21:17 UTC (4+ messages)
` [PATCH v10 25/30] pc-bios/s390-ccw: Handle true secure IPL mode
[PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
2026-04-30 21:15 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation (rev3)
[PATCH v2 0/2] firmware_loader/ALSA: Fix TAS2781 async firmware teardown
2026-04-30 21:15 UTC (3+ messages)
` [PATCH v2 1/2] firmware_loader: Add cancel helper for async requests
` [PATCH v2 2/2] ALSA: hda/tas2781: Cancel async firmware request at unbind
[PATCH] pci: quirks: Advertise D3cold capability for UPD720201
2026-04-30 21:14 UTC (2+ messages)
[PATCH 0/6] lib: rework bitreverse
2026-04-30 21:13 UTC (14+ messages)
` [PATCH 1/6] lib: include crc32.h conditionally on CONFIG_CRC32
` [PATCH 2/6] lib/bitrev: Introduce GENERIC_BITREVERSE and cleanup Kconfig
` [PATCH 3/6] bitops: Define generic __bitrev8/16/32 for reuse
` [PATCH 4/6] arch/riscv: Add bitrev.h file to support rev8 and brev8
` [PATCH 5/6] lib: compile generic bitrev.c conditionally on GENERIC_BITREVERSE
` [PATCH 6/6] MAINTAINERS: BITOPS: include bitrev.[ch]
[PATCH v1 bpf 0/2] bpf: tcp: Fix type confusion in bpf_tcp_sock()
2026-04-30 21:14 UTC (6+ messages)
` [PATCH v1 bpf 1/2] "
` [PATCH v1 bpf 2/2] selftest: bpf: Add test for bpf_tcp_sock() and RAW socket
[PATCH v3 0/8] single-binary: deduplicate target_info()
2026-04-30 21:11 UTC (10+ messages)
` [PATCH v3 1/8] qemu/module: add a new QOM_EARLY init step
` [PATCH v3 2/8] qom/object: init OBJECT and INTERFACE type early
` [PATCH v3 3/8] target/xtensa/core: register types using type_init
` [PATCH v3 4/8] target-info: extract target_info() definition in target-info-init.h
` [PATCH v3 5/8] target-info: introduce TargetInfo in QOM
` [PATCH v3 6/8] system/vl: init module QOM_EARLY earlier than QOM
` [PATCH v3 7/8] target-info-qom: detect target from QOM
` [PATCH v3 8/8] target-info: replace target_info() in system-mode
Native DisplayID support in core DRM
2026-04-30 21:11 UTC (3+ messages)
[PATCH net-next v2] net: phy: broadcom: Save PHY counters during suspend
2026-04-30 21:11 UTC
[PATCH v2] drm/xe/madvise: Track purgeability with BO-local counters
2026-04-30 21:10 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/madvise: Track purgeability with BO-local counters (rev2)
[PATCH v3 0/7] dts: move test suite imports from framework to API
2026-04-30 21:09 UTC (9+ messages)
` [PATCH v4 "
` [PATCH v4 1/7] dts: move exception module "
` [PATCH v4 2/7] dts: move utils "
` [PATCH v4 3/7] dts: move context "
` [PATCH v4 4/7] dts: move testbed model "
` [PATCH v4 5/7] dts: move test suite module "
` [PATCH v4 6/7] dts: move params directory "
` [PATCH v4 7/7] dts: separate Linux session into interface and logic
[PATCH v5 0/6] Xdiff cleanup part 3
2026-04-30 21:08 UTC (4+ messages)
` [PATCH v6 "
[PATCH v2] coreboot_table: skip failing entries instead of aborting populate
2026-04-30 21:07 UTC (3+ messages)
[PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
2026-04-30 21:06 UTC (2+ messages)
[PATCH v4 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-04-30 21:05 UTC (4+ messages)
` [PATCH v4 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
[PATCH 0/2] Proxy Execution fixes for v7.1-rc
2026-04-30 21:05 UTC (11+ messages)
` [PATCH 1/2] sched: proxy-exec: Close race causing workqueue work being delayed
[PATCH] selinux: tighten type and boolean validation
2026-04-30 21:04 UTC (2+ messages)
[PATCH] ALSA: seq: oss/rw: allocate evrec with main struct
2026-04-30 21:04 UTC
[PATCH v2] usb: usbtmc: reject invalid interrupt endpoints
2026-04-30 21:04 UTC (7+ messages)
[PATCH v2 0/7] drm/xe/rtp: Miscellaneous improvements to rule matching
2026-04-30 21:03 UTC (3+ messages)
` ✗ CI.checkpatch: warning for drm/xe/rtp: Miscellaneous improvements to rule matching (rev2)
` ✓ CI.KUnit: success "
[PATCH 0/3] scsi: bnx2fc: simplify allocation
2026-04-30 21:02 UTC (4+ messages)
` [PATCH 1/3] scsi: bnx2fc: simplify allocation of cmgr
` [PATCH 2/3] scsi: bnx2fc: no double pointer for io_bdt_pool
` [PATCH 3/3] scsi: bnx2fc: tgt_ofld_list to FAM
[PATCH net 0/2] net: mctp: test: minor kunit test fixes
2026-04-30 21:00 UTC (2+ messages)
[PATCH v2 0/3] Minor GuC PC cleanups
2026-04-30 20:59 UTC (5+ messages)
` [PATCH v2 3/3] drm/xe/gt: Drop redundant forcewake
[PATCH 0/3] Fix multilib package variable propagation
2026-04-30 21:00 UTC (4+ messages)
` [PATCH 3/3] package.bbclass: extend package variables for multilib variants
` [OE-core] "
[Intel-wired-lan] [PATCH iwl-net v2] idpf: do not perform flow ops when netdev is detached
2026-04-30 20:58 UTC (5+ messages)
[PATCH net,v3 00/12] Netfilter for net
2026-04-30 20:58 UTC (3+ messages)
` [PATCH net 06/12] netfilter: nf_conntrack_expect: honor expectation helper field
[PATCH v6 0/8] Introduce Xe PCIe FLR
2026-04-30 20:57 UTC (7+ messages)
` [PATCH v6 8/8] drm/xe/pci: Introduce "
[PATCHSET v8 1/8] fuse: general bug fixes
2026-04-30 20:57 UTC (4+ messages)
` [PATCH 3/4] fuse: update file mode when updating acls
[PATCH 1/3] drm/amd/pm: Add empty string validation to sysfs store functions
2026-04-30 20:55 UTC (3+ messages)
` [PATCH 3/3] drm/amdkfd: Add input validation for SET_XNACK_MODE ioctl
[PATCH BlueZ v1 1/2] shared/util: Add decoding support for HIDS 1.1 UUIDs
2026-04-30 20:54 UTC (2+ messages)
` [BlueZ,v1,1/2] "
[PATCH] string: use strnlen in strlcat
2026-04-30 20:50 UTC
[PATCH mptcp-net] mptcp: bpf: fix type confusion in bpf_mptcp_sock_from_subflow()
2026-04-30 20:53 UTC (5+ messages)
[PATCH] net: stmmac: Add support for TX/RX channel interrupt
2026-04-30 20:53 UTC (2+ messages)
[PATCH] ALSA: usb-audio: add min_mute quirk for Razer Nommo V2 X
2026-04-30 20:49 UTC
[PATCH net-next] net: mctp: test: remove skb dumps from test output
2026-04-30 20:50 UTC (2+ messages)
[PATCH 0/8] kconfig cleanups and mypy annotations
2026-04-30 20:49 UTC (3+ messages)
` [PATCH 02/13] kconfig: remove duplicate declaration of CONFIG_MIPS_BOSTON_AIA
[PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL
2026-04-30 20:46 UTC (3+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4)
[BUG] [powerpc] [next-20260216/17] nfsd: use-after-free in cache_check_rcu() triggered by sosreport on ppc64le
2026-04-30 20:45 UTC (2+ messages)
[PATCH v3 0/2] rust: pin-init: fix incorrect accessor reference lifetime
2026-04-30 20:44 UTC (2+ messages)
[PATCH] rust: arch:um: Fix building 32-bit UML with GCC
2026-04-30 20:44 UTC (2+ messages)
[PATCH v2 0/2] PCI: altera: Fix IRQ cleanup on probe failure
2026-04-30 20:43 UTC (3+ messages)
` [PATCH v2 1/2] PCI: altera: Do not dispose parent IRQ mapping
` [PATCH v2 2/2] PCI: altera: Fix resource leaks on probe failure
[PATCH] tpm: Dynamically allocate tpm-tis buffer
2026-04-30 20:43 UTC (8+ messages)
[PATCH v2 2/2] staging: rtl8723bs: rename DisableInterrupt8723BSdio() to snake_case
2026-04-30 20:43 UTC (2+ messages)
[RFC PATCH v2 0/9] YUV conversion colorop with amdgpu and VKMS
2026-04-30 20:43 UTC (4+ messages)
` [RFC PATCH v2 7/9] drm/amd/display: Use GAMCOR for first TF if CSC is used
[PATCH i-g-t,v6 0/4] Add dsc+bigjoiner subtest
2026-04-30 20:43 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for Add dsc+bigjoiner subtest (rev8)
` ✓ i915.CI.BAT: "
[PATCH v4 0/5] media: lm3560: convert to use OF bindings
2026-04-30 20:42 UTC (3+ messages)
` [PATCH v4 1/5] dt-bindings: leds: Document TI LM3560 Synchronous Boost Flash Driver
[PATCH v2 0/7] single-binary: deduplicate target_info()
2026-04-30 20:40 UTC (2+ messages)
[PATCH v2 1/2] staging: rtl8723bs: remove wrapper rtw_hal_disable_interrupt()
2026-04-30 20:39 UTC (2+ messages)
[PATCH 0/2] fix and improve for Hi846
2026-04-30 20:39 UTC (5+ messages)
` [PATCH 2/2] media: hi846: Add 6MP and 8MP modes support
[PATCH v2] cmdline: prevent out-of-bounds read in completion buffer
2026-04-30 17:01 UTC (2+ messages)
` [PATCH v3] "
[PATCH v5 00/13] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
2026-04-30 20:38 UTC (15+ messages)
` [PATCH v5 01/13] KVM: nSVM: Stop leaking single-stepping on VMRUN into L2
` [PATCH v5 02/13] KVM: nSVM: Bail early out of VMRUN emulation if advancing RIP fails
` [PATCH v5 03/13] KVM: nSVM: Move VMRUN instruction retirement after entering guest mode
` [PATCH v5 04/13] KVM: x86: Move enable_pmu/enable_mediated_pmu to pmu.h and pmu.c
` [PATCH v5 05/13] KVM: x86/pmu: Rename reprogram_counters() to clarify usage
` [PATCH v5 06/13] KVM: x86/pmu: Do a single atomic OR when reprogramming counters
` [PATCH v5 07/13] KVM: x86/pmu: Disable counters based on Host-Only/Guest-Only bits in SVM
` [PATCH v5 08/13] KVM: x86/pmu: Reprogram Host/Guest-Only counters on nested transitions
` [PATCH v5 09/13] KVM: x86/pmu: Allow Host-Only/Guest-Only bits with nSVM and mediated PMU
` [PATCH v5 10/13] KVM: selftests: Refactor allocating guest stack into a helper
` [PATCH v5 11/13] KVM: selftests: Allocate a dedicated guest page for x86 L2 guest stack
` [PATCH v5 12/13] KVM: selftests: Drop L1-provided stacks for L2 guests on x86
` [PATCH v5 13/13] KVM: selftests: Add svm_pmu_host_guest_test for Host-Only/Guest-Only bits
[PATCH v1 0/5] tests/qtest: Re-enable dbus-vmstate
2026-04-30 20:35 UTC (3+ messages)
` [PATCH v1 1/5] tests/qtest/dbus-vmstate: Bring the test up-to-date
[PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation
2026-04-28 12:53 UTC (4+ messages)
[OE-core][PATCH v2] vte: upgrade 0.82.2 -> 0.84.0
2026-04-30 20:31 UTC (2+ messages)
[PATCH 1/3] tests/amdgpu: Add SysFS fuzzing test for power management interfaces
2026-04-30 20:28 UTC (3+ messages)
` [PATCH 2/3] tests/amdgpu: Add SysFS fuzzing test
` [PATCH 3/3] tests/amdgpu: Add DebugFS "
[PATCH] staging: rtl8723bs: simplify NULL pointer comparisons in rtw_recv.h
2026-04-30 20:27 UTC (2+ messages)
[GIT PULL] mtd: Fixes for 7.1-rc2
2026-04-30 20:25 UTC
[PATCH nf,v6 1/4] netfilter: flowtable: ensure sufficient headroom in xmit path
2026-04-30 20:25 UTC (4+ messages)
` [PATCH nf,v6 2/4] netfilter: flowtable: fix inline vlan encapsulation "
` [PATCH nf,v6 3/4] netfilter: flowtable: fix inline pppoe "
` [PATCH nf,v6 4/4] netfilter: flowtable: call skb_postpull_rcsum() after popping vlan header
[PATCH v14 0/4] ASoC: Add TI TAC5XX2 SoundWire codec driver support
2026-04-30 20:24 UTC (3+ messages)
` [PATCH v14 2/4] ASoC: tac5xx2-sdw: add soundwire based codec driver
[PATCH] soundwire: stream: sdw_stream_remove_slave(): Check stream is valid
2026-04-30 20:01 UTC (2+ messages)
[PATCH v4 0/2] Add driver support for ESWIN EIC7700 PVT controller
2026-04-30 20:24 UTC (2+ 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.