All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 18:01:03 to 2026-03-20 19:00:18 UTC [more...]

[PATCH v2 0/2] PM: hibernate: Drain trailing zero pages on userspace restore
 2026-03-20 19:00 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] PM: hibernate: return -ENODATA if the snapshot image is not loaded

[PATCH wireless-next v3 00/15] wifi: Ranging support enhancements
 2026-03-20 19:00 UTC  (19+ messages)
` [PATCH wireless-next v3 01/15] wifi: cfg80211: Allow RSTA role without LMR request
` [PATCH wireless-next v3 02/15] wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down
` [PATCH wireless-next v3 04/15] wifi: cfg80211/mac80211: Add NL80211_IFTYPE_PD for PD PASN and PMSR operations
` [PATCH wireless-next v3 06/15] wifi: cfg80211: add proximity detection capabilities to PMSR
` [PATCH wireless-next v3 07/15] wifi: cfg80211: add continuous ranging and PD request support
` [PATCH wireless-next v3 12/15] wifi: cfg80211: add FTM range report negotiation support

[PATCH 00/14] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-20 18:59 UTC  (11+ messages)
` [PATCH 06/14] mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAP
` [PATCH 09/14] mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handling
` [PATCH 10/14] mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.c

[PATCH] perf/x86/intel: Don't update PEBS_ENABLE MSR in NMI context
 2026-03-20 18:58 UTC  (2+ messages)

[PATCH i-g-t 0/8] Enable Vebox engine copy on Intel Xe driver
 2026-03-20 18:58 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Enable Vebox engine copy on Intel Xe driver (rev9)

[RFC v2 0/7] hw/tpm: CRB chunking capability to handle PQC
 2026-03-20 18:57 UTC  (3+ messages)
` [RFC v2 7/7] hw/tpm: Increase TPM TIS max buffer size to 8192

[PATCH 00/11 net-next v4] Convert CONFIG_IPV6 to built-in and remove stubs
 2026-03-20 18:55 UTC  (6+ messages)
` [PATCH 01/11 net-next v4] ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs
` [PATCH 02/11 net-next v4] net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
` [PATCH 03/11 net-next v4] ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)
` [PATCH 04/11 net-next v4] ipv6: remove dynamic ICMPv6 sender registration infrastructure
` [PATCH 05/11 net-next v4] ipv6: prepare headers for ipv6_stub removal

[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-20 18:57 UTC  (7+ messages)
` [PATCH v3 04/16] mm: add vm_ops->mapped hook
` [PATCH v3 05/16] fs: afs: correctly drop reference count on mapping failure

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-20 18:56 UTC  (11+ messages)
` [PATCH 04/14] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages

[PATCH] arm-bsp/trusted-firmware-m: corstone1000: Add AO lock write barrier
 2026-03-20 18:56 UTC  (2+ messages)

[PATCH] erofs-utils: lib: fix infinite loop on EOF in erofs_io_xcopy
 2026-03-20 18:54 UTC  (3+ messages)

[PATCH v1] path-walk: fix NULL pointer dereference in error message
 2026-03-20 18:54 UTC  (3+ messages)

[PATCH] init/Kconfig: Require a release version of clang-22 for CC_HAS_COUNTED_BY_PTR
 2026-03-20 18:52 UTC  (2+ messages)

[PATCH v2] erofs-utils: lib: fix infinite loop on EOF in erofs_io_xcopy
 2026-03-20 18:50 UTC 

[PATCH v3 0/2] cpuhp: Improve SMT switch time via lock batching and RCU expedition
 2026-03-20 18:49 UTC  (7+ messages)
` [PATCH v3 2/2] cpuhp: Expedite RCU grace periods during SMT operations

[PATCHv3] thunderbolt: use kzalloc_flex
 2026-03-20 18:48 UTC  (2+ messages)

Bluetooth: btusb: Intel AX211 (8087:0033) permanently lost after suspend/resume
 2026-03-20 18:48 UTC  (4+ messages)
` [PATCH] Bluetooth: btusb: cancel pending HCI commands before USB suspend

[PATCH] Use medany instead of large model for RISCV
 2026-03-20 18:37 UTC  (2+ messages)

[PATCH] coredump: add tracepoint for coredump events
 2026-03-20 18:48 UTC  (3+ messages)

[groeck-staging:hwmon] BUILD SUCCESS 88838ea00402c58ced630c29e36a02c862970477
 2026-03-20 18:40 UTC 

[PATCH] scsi: be2iscsi: kzalloc + kcalloc to kzalloc_flex
 2026-03-20 18:44 UTC  (2+ messages)

[PATCH] media: em28xx: kzalloc + kcalloc to kzalloc_flex
 2026-03-20 18:42 UTC  (2+ messages)

[PATCH v3 00/13] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-20 18:42 UTC  (15+ messages)
` [PATCH v3 01/13] mm/huge_memory: simplify vma_is_specal_huge()
` [PATCH v3 02/13] mm/huge: avoid big else branch in zap_huge_pmd()
` [PATCH v3 03/13] mm/huge_memory: have zap_huge_pmd return a boolean, add kdoc
` [PATCH v3 04/13] mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()
` [PATCH v3 05/13] mm/huge_memory: add a common exit path to zap_huge_pmd()
` [PATCH v3 06/13] mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()
` [PATCH v3 07/13] mm/huge_memory: deduplicate zap deposited table call
` [PATCH v3 08/13] mm/huge_memory: remove unnecessary sanity checks
` [PATCH v3 09/13] mm/huge_memory: use mm instead of tlb->mm
` [PATCH v3 10/13] mm/huge_memory: separate out the folio part of zap_huge_pmd()
` [PATCH v3 11/13] mm: add softleaf_is_valid_pmd_entry(), pmd_to_softleaf_folio()
` [PATCH v3 12/13] mm/huge_memory: add and use normal_or_softleaf_folio_pmd()
` [PATCH v3 13/13] mm/huge_memory: add and use has_deposited_pgtable()

[PATCH v38 0/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2026-03-20 18:42 UTC  (7+ messages)
` [PATCH v38 1/4] drm/xe/xe_pagefault: Disallow writes to read-only VMAs
` [PATCH v38 2/4] drm/xe/uapi: Define drm_xe_vm_get_property
` [PATCH v38 3/4] drm/xe/xe_vm: Add per VM fault info
` [PATCH v38 4/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[PATCH] printk: add early_counter_ns routine for printk blind spot
 2026-03-20 18:15 UTC  (6+ messages)
` [PATCH v3] printk: fix zero-valued printk timestamps in early boot

[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
 2026-03-20 18:39 UTC  (3+ messages)
` [PATCH V2] "

[PATCH v3 0/2] hfsplus: fix lock leak and refactor hidden dir search
 2026-03-20 18:40 UTC  (3+ messages)
` [PATCH v3 2/2] hfsplus: extract hidden directory search into a helper function

[LTP] [PATCH v2] Update clone3 wrapper signature
 2026-03-20 18:39 UTC 

[PATCH i-g-t] lib/drmtest: Create proper error report when open driver fails
 2026-03-20 18:37 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ i915.CI.BAT: failure "

[thomas-weissschuh:b4/auxclock-nanosleep 18/44] kernel/time/benchmarks.c:38:22: warning: 'count' is used uninitialized
 2026-03-20 18:37 UTC 

[PATCH net-next, v3] net: mana: Force full-page RX buffers for 4K page size on specific systems
 2026-03-20 18:37 UTC  (3+ messages)

[PATCH v2 1/1] drm/xe/eustall: Return EBADFD from read if EU stall registers get reset
 2026-03-20 18:35 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/cmake: bump version to 4.3.0
 2026-03-20 18:32 UTC 

+ selftests-mm-add-folio_split-and-filemap_get_entry-race-test-fix.patch added to mm-new branch
 2026-03-20 18:32 UTC 

[PATCH] platform/x86: panasonic-laptop: simplify allocation of sinf
 2026-03-20 18:32 UTC  (2+ messages)

[PATCH v3] sysctl: fix check against uninitialized variable in proc_do_large_bitmap
 2026-03-20 18:30 UTC  (2+ messages)

[PATCH i-g-t v1] kms/feature_discovery: Add VRR capability subtest per output
 2026-03-20 18:30 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for kms/feature_discovery: Add VRR capability subtest per output (rev2)

[PATCH 0/6] selftests: run_kselftest.sh cleanup and fixes
 2026-03-20 18:29 UTC  (7+ messages)
` [PATCH 1/6] selftests/run_kselftest.sh: Remove unused $ROOT
` [PATCH 2/6] selftests/run_kselftest.sh: Add missing quotes
` [PATCH 3/6] selftests/run_kselftest.sh: Resolve BASE_DIR with pwd -P
` [PATCH 4/6] selftests/run_kselftest.sh: Allow choosing per-test log directory
` [PATCH 5/6] selftests: Preserve subtarget failures in all/install
` [PATCH 6/6] kbuild: remove kselftest output in mrproper

[PATCH 0/8] qapi: enforce section ordering
 2026-03-20 18:28 UTC  (13+ messages)
` [PATCH 3/8] qapi: add "Details:" disambiguation marker
` [PATCH 4/8] qapi: detect potentially semantically ambiguous intro paragraphs
` [PATCH 5/8] qapi: re-order QAPI doc block sections
` [PATCH 6/8] qapi: enforce doc block section ordering

[PATCH] io_uring: Add IORING_OP_DUP
 2026-03-20 18:29 UTC  (5+ messages)

[PATCH] cpuidle: Deny idle entry when CPU already have IPI interrupt pending
 2026-03-20 18:29 UTC  (2+ messages)

[liburing v2] Add support for IORING_OP_DUP
 2026-03-20 18:22 UTC 

FAILED: patch "[PATCH] io_uring/kbuf: propagate BUF_MORE through early buffer commit" failed to apply to 6.12-stable tree
 2026-03-20 18:28 UTC  (2+ messages)

[bug report] libceph: slab-out-of-bounds access in auth message processing
 2026-03-20 18:28 UTC  (2+ messages)
  ` [PATCH] libceph: Fix "

[PATCH v2 0/2] New IORING_OP_DUP
 2026-03-20 18:23 UTC  (3+ messages)
` [PATCH v2 1/2] io_uring: Extract io_file_get_fixed_node helper
` [PATCH v2 2/2] io_uring: Add IORING_OP_DUP

[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-20 18:28 UTC  (6+ messages)
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t

[meta-networking][PATCH v2] samba: upgrade 4.19.9 -> 4.23.5
 2026-03-20 18:26 UTC  (4+ messages)
` [oe] "

[bluez/bluez]
 2026-03-20 18:26 UTC 

[GIT PULL] bluetooth 2026-03-19
 2026-03-20 18:26 UTC  (5+ messages)
  ` bluetooth regression fix likely to miss -rc5 (was: Re: [GIT PULL] bluetooth 2026-03-19)
      ` bluetooth regression fix likely to miss -rc5

[PATCH 1/2] crypto: stm32 - use list_first_entry_or_null to simplify hash_find_dev
 2026-03-20 18:26 UTC  (3+ messages)
` [PATCH 2/2] crypto: stm32 - use list_first_entry_or_null to simplify cryp_find_dev

[meta-python][PATCH 1/8] python3-xstatic-font-awesome: Upgrade to 6.2.1.2
 2026-03-20 18:25 UTC  (3+ messages)
` [oe] "

[PATCH 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-20 16:37 UTC  (4+ messages)
` [PATCH 3/5] liveupdate: fail session restore on file deserialization errors
` [PATCH 4/5] liveupdate: validate handover metadata before using it
` [PATCH 5/5] liveupdate: guard FLB counters against underflow

[PATCH] staging: rtl8723bs: remove copy function
 2026-03-20 18:24 UTC  (2+ messages)

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-03-20 18:23 UTC  (23+ messages)
` [PATCH v2 01/22] x86/mm: split out preallocate_sub_pgd()
` [PATCH v2 02/22] x86/mm: Generalize LDT remap into "mm-local region"
` [PATCH v2 03/22] x86/tlb: Expose some flush function declarations to modules
` [PATCH v2 04/22] mm: Create flags arg for __apply_to_page_range()
` [PATCH v2 05/22] mm: Add more flags "
` [PATCH v2 06/22] x86/mm: introduce the mermap
` [PATCH v2 07/22] mm: KUnit tests for "
` [PATCH v2 08/22] mm: introduce for_each_free_list()
` [PATCH v2 09/22] mm/page_alloc: don't overload migratetype in find_suitable_fallback()
` [PATCH v2 10/22] mm: introduce freetype_t
` [PATCH v2 11/22] mm: move migratetype definitions to freetype.h
` [PATCH v2 12/22] mm: add definitions for allocating unmapped pages
` [PATCH v2 13/22] mm: rejig pageblock mask definitions
` [PATCH v2 14/22] mm: encode freetype flags in pageblock flags
` [PATCH v2 15/22] mm/page_alloc: remove ifdefs from pindex helpers
` [PATCH v2 16/22] mm/page_alloc: separate pcplists by freetype flags
` [PATCH v2 17/22] mm/page_alloc: rename ALLOC_NON_BLOCK back to _HARDER
` [PATCH v2 18/22] mm/page_alloc: introduce ALLOC_NOBLOCK
` [PATCH v2 19/22] mm/page_alloc: implement __GFP_UNMAPPED allocations
` [PATCH v2 20/22] mm/page_alloc: implement __GFP_UNMAPPED|__GFP_ZERO allocations
` [PATCH v2 21/22] mm: Minimal KUnit tests for some new page_alloc logic
` [PATCH v2 22/22] mm/secretmem: Use __GFP_UNMAPPED when available

[PATCH net-next] net: netdevsim: correct typo in new_device_store error message
 2026-03-20 18:23 UTC  (2+ messages)

[PATCH v7 00/10] VMSCAPE optimization for BHI variant
 2026-03-20 18:23 UTC  (9+ messages)
` [PATCH v7 07/10] x86/vmscape: Use static_call() for predictor flush

[PATCH net-next v17 09/14] net: homa: create homa_outgoing.c
 2026-03-20 18:21 UTC  (3+ messages)
` [net-next,v17,09/14] "

[GIT PULL] execve fixes for v7.0-rc5
 2026-03-20 18:21 UTC 

[PATCH v3] dts: update overall result pass/skip logic
 2026-03-20 18:21 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v6 0/3] mm/swap, PM: hibernate: fix swapoff race and optimize swap
 2026-03-20 18:20 UTC  (3+ messages)
` [PATCH v6 3/3] PM: hibernate: fix spurious GFP mask WARNING in uswsusp path

Next-level bug in SRCU implementation of RCU Tasks Trace + PREEMPT_RT
 2026-03-20 18:20 UTC  (12+ messages)
                  ` [PATCH] rcu: Use an intermediate irq_work to start process_srcu()

[PATCH] Crypto : qat: Replace scnprintf with sysfs_emit function
 2026-03-20 18:19 UTC 

[PATCH 0/4 v4] exec: inherit HWCAPs from the parent process
 2026-03-20 18:19 UTC  (4+ messages)
` [PATCH 2/4] "

[PATCH net-next v9 0/4] net: phy: realtek: pair order and polarity
 2026-03-20 18:17 UTC  (4+ messages)
` [PATCH net-next v9 2/4] net: phy: realtek: add RTL8224 pair order support

[GSOC][PROPOSAL v2]: Refactoring in order to reduce Git’s global state
 2026-03-20 18:12 UTC  (2+ messages)
` [GSOC][PROPOSAL v3]: "

[PATCH v2] sched_ext: Document task ownership state machine
 2026-03-20 18:16 UTC  (3+ messages)

Business Leaders List – National Restaurant Association - NRA Show 2026
 2026-03-20 18:16 UTC  (2+ messages)

[PATCH] drm/xe: Add LMTT invalidation to VF provisioning flow
 2026-03-20 18:16 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v3 00/27] media: platform: rga: Add RGA3 support
 2026-03-20 18:15 UTC  (10+ messages)
` [PATCH v3 11/27] media: rockchip: rga: avoid odd frame sizes for YUV formats
` [PATCH v3 25/27] media: rockchip: rga: disable multi-core support
` [PATCH v3 26/27] media: rockchip: rga: add rga3 support

[PATCH] media: nxp: imx8-isi: remove kzalloc_objs
 2026-03-20 18:15 UTC  (4+ messages)

[PATCH 1/2] drm/amd/pm: disable OD_FAN_CURVE if temp or pwm range invalid for smu v13
 2026-03-20 18:15 UTC  (3+ messages)

[RFC PATCH 0/3] bitbake-setup: config-driven local.conf, default target and docs
 2026-03-20 18:13 UTC  (2+ messages)
` [bitbake-devel] "

[RFC PATCH] futex: Introduce __vdso_robust_futex_unlock
 2026-03-20 18:13 UTC  (11+ messages)

[PATCH v8 0/5] perf evsel fallback changes, better s390 defaults
 2026-03-20 18:12 UTC  (2+ messages)

[PATCH v2 00/11] perf tools: Improvements to data type profiler
 2026-03-20 18:12 UTC  (2+ messages)

[linux-next:master 7602/7971] clang: error: optimization flag '-fno-inline-functions-called-once' is not supported
 2026-03-20 18:11 UTC 

FAILED: patch "[PATCH] io_uring/kbuf: fix missing BUF_MORE for incremental buffers" failed to apply to 6.12-stable tree
 2026-03-20 18:11 UTC  (2+ messages)

[PATCH-for-11.1 v2 0/7] monitor: Have 'info tlb' dump MMU information on monitor
 2026-03-20 18:10 UTC  (7+ messages)
` [PATCH-for-11.1 v2 3/7] target/xtensa: "
` [PATCH-for-11.1 v2 4/7] target/xtensa: Display [ID]TLB header within dump_tlb()
` [PATCH-for-11.1 v2 7/7] target/xtensa: Rename dump_mmu() -> xtensa_monitor_dump_mmu()

[PATCH v3] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-20 18:10 UTC  (5+ messages)

[PATCH v4 0/5] sunrpc/nfs: cleanup redundant debug checks and refactor macros
 2026-03-20 18:09 UTC  (6+ messages)
` [PATCH v4 1/5] sunrpc: Fix dprintk type mismatch using do-while(0)
` [PATCH v4 2/5] nfsd/lockd: Remove redundant debug checks
` [PATCH v4 3/5] svcrdma: remove redundant IS_ENABLED(CONFIG_SUNRPC_DEBUG) guards
` [PATCH v4 4/5] nfs: refactor nfs_errorf macros and remove unused ones
` [PATCH v4 5/5] nfsd: remove obsolete __maybe_unused from variables

FAILED: patch "[PATCH] io_uring/poll: fix multishot recv missing EOF on wakeup race" failed to apply to 6.1-stable tree
 2026-03-20 18:10 UTC  (2+ messages)

[PATCH v1 0/6] powercap: intel_rapl: Move primitives to interface drivers
 2026-03-20 18:10 UTC  (3+ messages)

[PATCH] gpio: mockup: allocate lines with main struct
 2026-03-20 18:10 UTC  (2+ messages)

[PATCH v3 0/2] lib/list_sort: Clean up list_sort() scheduling workarounds
 2026-03-20 18:09 UTC  (6+ messages)
` [PATCH v3 1/2] ubifs: Remove unnecessary cond_resched() from list_sort() compare
` [PATCH v3 2/2] lib/list_sort: Remove dummy cmp() calls to speed up merge_final()

[RFC PATCH 0/9] plugins: Introduce Fault Injection framework and API extensions
 2026-03-20 18:08 UTC  (6+ messages)

[PATCH v5] hwmon: add driver for ARCTIC Fan Controller
 2026-03-20 18:00 UTC 

[PATCH 0/3] mmc: Lenovo N22 Braswell SD slot fixes
 2026-03-20 18:08 UTC  (4+ messages)

[PATCH net] selftests: drv-net: add missing tc config options for netkit tests
 2026-03-20 18:08 UTC 

rom f9db59ca90937e39913d50ecb4f662e2bad17bbb Mon Sep 17 00:00:00 2001
 2026-03-20 18:07 UTC 

[PATCH BlueZ v1 0/1] test: Fix pbap-client to work with system bus obexd
 2026-03-20 18:05 UTC  (3+ messages)
` [PATCH BlueZ v1 1/1] "

[PATCH v2 i-g-t] tests/intel/xe_pat: Add negetive test to validate pat index
 2026-03-20 18:05 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for tests/intel/xe_pat: Add negetive test to validate pat index (rev2)

[PATCH v2] media: chips-media: wave5: Move src_buf Removal to finish_encode
 2026-03-20 18:05 UTC 

[Intel-wired-lan] [PATCH] ice: add missing reset of the mac header
 2026-03-20 18:04 UTC  (3+ messages)
  `  "

[PATCH] staging: rtl8723bs: replace msleep(1) with fsleep(1000)
 2026-03-20 18:02 UTC 

[PATCH 0/3] mmc: Lenovo N22 Braswell SD slot fixes
 2026-03-20 18:02 UTC  (3+ messages)
` [PATCH 3/3] mmc: sdhci-acpi: exclude INT33BB:00 from ACPI binding on Lenovo N22

[PATCH 1/3] [RESEND] RDMA/hfi1: use a struct group to avoid warning
 2026-03-20 18:01 UTC  (2+ messages)

[PATCH wireless-next v4 00/14] wifi: Ranging support enhancements
 2026-03-20 17:59 UTC  (3+ messages)
` [PATCH wireless-next v4 13/14] wifi: cfg80211: add LTF keyseed support for secure ranging
` [PATCH wireless-next v4 14/14] wifi: mac80211_hwsim: Add support for extended FTM ranging


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.