All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-30 20:02:10 to 2026-04-30 21:07:42 UTC [more...]

[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  (5+ 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  (10+ messages)
` [PATCH v2 1/7] drm/xe/rtp: Write kunit test cases specific for "
` [PATCH v2 2/7] drm/xe/rtp: Drop rule matching cases from rtp_to_sr_cases and rtp_cases
` [PATCH v2 3/7] drm/xe/rtp: Don't short-circuit to false in or-yes case
` [PATCH v2 4/7] drm/xe/rtp: Do not break parsing when missing context
` [PATCH v2 5/7] drm/xe/rtp: Extract rule_match_item()
` [PATCH v2 6/7] drm/xe/rtp: Fully parse the ruleset
` [PATCH v2 7/7] drm/xe/rtp: Implement a structured parser for rule matching
` ✗ 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

[00/45 RFC PATCH] 1GB superpageblock memory allocation
 2026-04-30 20:21 UTC  (43+ 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 04/45] mm: mm_init: fix zone assignment for pages in unavailable ranges
` [RFC PATCH 05/45] mm: vmstat: restore per-migratetype free counts in /proc/pagetypeinfo
` [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 10/45] mm: page_alloc: support superpageblock resize for memory hotplug
` [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 13/45] mm: page_alloc: steer movable allocations to fullest clean superpageblocks
` [RFC PATCH 14/45] mm: page_alloc: extract claim_whole_block from try_to_claim_block
` [RFC PATCH 15/45] mm: page_alloc: add per-superpageblock free lists
` [RFC PATCH 17/45] mm: page_alloc: add within-superpageblock compaction for clean superpageblocks
` [RFC PATCH 18/45] mm: page_alloc: superpageblock-aware contiguous and higher order allocation
` [RFC PATCH 19/45] mm: page_alloc: prevent atomic allocations from tainting clean SPBs
` [RFC PATCH 20/45] mm: page_alloc: aggressively pack non-movable allocations in tainted SPBs on large systems
` [RFC PATCH 21/45] mm: page_alloc: prefer reclaim over tainting clean superpageblocks
` [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 25/45] mm: page_alloc: skip pageblock compatibility threshold in "
` [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 32/45] mm: page_alloc: proactive high-water trigger for SPB slab shrink
` [RFC PATCH 33/45] mm: page_alloc: refuse to taint clean SPBs for atomic NORETRY callers
` [RFC PATCH 34/45] mm: page_reporting: walk per-superpageblock free lists
` [RFC PATCH 35/45] mm: show_mem: collect migratetype letters from per-superpageblock 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 41/45] btrfs: allocate eb-attached btree pages as movable
` [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 v1 bpf 0/2] bpf: tcp: Fix type confusion in bpf_tcp_sock()
 2026-04-30 21:00 UTC  (5+ messages)
` [PATCH v1 bpf 1/2] "
` [PATCH v1 bpf 2/2] selftest: bpf: Add test for bpf_tcp_sock() and RAW socket

[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  (4+ messages)
` [PATCH 2/3] drm/amd/pm: Reject negative values in thermal_throttling_logging
` [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 v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-30 20:49 UTC  (20+ 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] 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 v3 0/8] single-binary: deduplicate target_info()
 2026-04-30 20:38 UTC  (9+ 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

[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)

[PATCH] cxl/core: Use FIELD_MODIFY()
 2026-04-30 20:21 UTC  (2+ messages)

[PATCH v3 1/3] dt-bindings: hwmon: pmbus: add Delta E50SN12051 binding
 2026-04-30 20:20 UTC  (3+ messages)

[PATCH v2] arm64: dts: monaco-arduino-monza: Add Bluetooth UART node
 2026-04-30 20:19 UTC  (2+ messages)
` [v2] "

[PATCH v3 0/3] add support for Delta E50SN12051
 2026-04-30 20:18 UTC  (5+ messages)
` [PATCH v3 2/3] Documentation/hwmon: add Delta E50SN12051 documentation
` [PATCH v3 3/3] hwmon: (pmbus) add support for Delta E50SN12051

[PATCH 01/12] power: sequencing: Introduce an API to check whether the pwrseq is fixed or controllable
 2026-04-30 20:18 UTC  (2+ messages)
` Fixes/improvements for the PCI M.2 power sequencing driver

[PATCH v1] arm64: dts: monac-arduino-monza: Add Bluetooth UART node
 2026-04-30 20:18 UTC  (2+ messages)
` [v1] "

./arch/riscv/include/asm/pgtable.h:925:16: error: implicit declaration of function 'pte_swp_exclusive'; did you mean 'pmd_swp_exclusive'?
 2026-04-30 20:16 UTC 

[PATCH v3 0/3] vfio/pci: Request resources and map BARs at enable time
 2026-04-30 20:13 UTC  (7+ messages)
` [PATCH v3 1/3] vfio/pci: Set up bar resources and maps in vfio_pci_core_enable()
` [PATCH v3 2/3] vfio/pci: Replace vfio_pci_core_setup_barmap() with vfio_pci_core_get_iomap()
` [PATCH v3 3/3] vfio/pci: Check BAR resources before exporting a DMABUF

[PATCH v3 00/11] Support cooling device with ID in the OF
 2026-04-30 20:12 UTC  (5+ messages)
` [PATCH v3 02/11] thermal/core: Add a non-OF registering function
` [PATCH v3 03/11] thermal/of: Move the node pointer assignation in the OF code file

[PATCH v2 0/2] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-04-30 20:06 UTC  (3+ messages)
` [PATCH v2 1/2] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature
` [PATCH v2 2/2] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH v3 00/26] Enable Pipe writeback
 2026-04-30 20:11 UTC  (4+ messages)

[PATCH] docs: cgroup-v1: Update charge-commit section
 2026-04-30 20:11 UTC 

[RFC] Interest in contributing to Linux Kernel documentation (French translation)
 2026-04-30 20:10 UTC 

Toybox make root no longer works as expected
 2026-04-30 20:10 UTC  (2+ messages)

[PATCH net v2 0/2] ipv6: fix ECMP route failover on carrier loss
 2026-04-30 20:09 UTC  (3+ messages)
` [PATCH net v2 1/2] ipv6: update route serial number on NETDEV_CHANGE
` [PATCH net v2 2/2] selftest: net: Add test for TCP flow failover with ECMP routes

[PATCH v8 00/21] Runtime TDX module update support
 2026-04-30 20:09 UTC  (7+ messages)
` [PATCH v8 09/21] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v8 17/21] x86/virt/seamldr: Abort updates on failure
` [PATCH v8 18/21] coco/tdx-host: Don't expose P-SEAMLDR features on CPUs with erratum

[PATCH] riscv: cpufeature: Drop this_hwcap clear in T-Head vector workaround
 2026-04-30 20:08 UTC  (2+ messages)

[PATCH] scripts/dtc: drop yaml in DT validation
 2026-04-30 20:08 UTC  (5+ messages)

[PATCH] Documentation: riscv: cmodx: fix typos
 2026-04-30 20:08 UTC  (3+ messages)

[RFC PATCH v1 2/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
 2026-04-30 20:06 UTC  (3+ messages)

[PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-04-30 20:06 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation (rev3)
` ✓ CI.KUnit: success "

[PATCH v4] iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlock
 2026-04-30 20:04 UTC 

[PATCH] drm/xe: Do not blindly copy system CCS pages when shrinking
 2026-04-30 20:05 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH] riscv: Check the return value of reloc handlers
 2026-04-30 20:04 UTC  (3+ messages)

[PATCH v3 2/2] drm/bridge: chipone-icn6211: use devm_drm_bridge_add in dsi probe
 2026-04-30 20:03 UTC  (3+ messages)

[bluez/bluez]
 2026-04-30 20:02 UTC 

[bluez/bluez] 9b90a4: shared/util: Add decoding support for HIDS 1.1 UUIDs
 2026-04-30 20:02 UTC 

[PATCH v3 1/2] drm/bridge: chipone-icn6211: use devm_drm_bridge_add in i2c probe
 2026-04-30 20:02 UTC  (3+ messages)


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.