public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 17:31:38 to 2026-03-20 19:03:40 UTC [more...]

[PATCH 0/8] x86/msr: Consolidate native/paravirt MSR functions
 2026-03-20 19:03 UTC  (8+ messages)
` [PATCH 1/8] x86/msr: Use "raw_" names for calls to native_* functions
` [PATCH 2/8] x86/msr: Consolidate rdmsr() definitions
` [PATCH 3/8] x86/msr: Consolidate rdmsr_safe() implementations
` [PATCH 4/8] x86/msr: Consolidate rdmsrq() implementations
` [PATCH 5/8] x86/msr: Consolidate {rd,wr}msr[q]_safe() implementations
` [PATCH 6/8] x86/msr: Consolidate rdpmc() implementations
` [PATCH 7/8] x86/msr: Remove old crusty comment

[PATCH 00/14] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-20 19:01 UTC  (13+ 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 v3 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-20 19:01 UTC  (6+ 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/11 net-next v4] Convert CONFIG_IPV6 to built-in and remove stubs
 2026-03-20 18:56 UTC  (12+ 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 06/11 net-next v4] drivers: net: drop ipv6_stub usage and use direct function calls
` [PATCH 07/11 net-next v4] ipv4: "
` [PATCH 08/11 net-next v4] net: convert remaining ipv6_stub users to "
` [PATCH 09/11 net-next v4] bpf: remove ipv6_bpf_stub completely and use "
` [PATCH 10/11 net-next v4] ipv6: remove ipv6_stub infrastructure completely
` [PATCH 11/11 net-next v4] netfilter: remove nf_ipv6_ops and use direct function calls

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

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

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

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

[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] 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 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] cpuidle: Deny idle entry when CPU already have IPI interrupt pending
 2026-03-20 18:29 UTC  (2+ messages)

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

[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

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

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

[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

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

[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
 2026-03-20 18:15 UTC  (19+ messages)
` [PATCH v11 16/65] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v11 22/65] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v11 24/65] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v11 31/65] dyndbg: add DYNAMIC_DEBUG_CLASSMAP_USE_(dd_class_name, offset)
` [PATCH v11 32/65] dyndbg: Harden classmap and callsite validation
` [PATCH v11 33/65] docs/dyndbg: add classmap info to howto

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

[PATCH v3 00/27] media: platform: rga: Add RGA3 support
 2026-03-20 18:15 UTC  (24+ messages)
` [PATCH v3 06/27] media: rockchip: rga: use clk_bulk api
` [PATCH v3 07/27] media: rockchip: rga: use stride for offset calculation
` [PATCH v3 09/27] media: rockchip: rga: announce and sync colorimetry
` [PATCH v3 11/27] media: rockchip: rga: avoid odd frame sizes for YUV formats
` [PATCH v3 12/27] media: rockchip: rga: calculate x_div/y_div using v4l2_format_info
` [PATCH v3 14/27] media: rockchip: rga: align stride to 4 bytes
` [PATCH v3 16/27] media: rockchip: rga: check scaling factor
` [PATCH v3 19/27] media: rockchip: rga: support external iommus
` [PATCH v3 21/27] media: rockchip: rga: remove size from rga_frame
` [PATCH v3 25/27] media: rockchip: rga: disable multi-core support
` [PATCH v3 26/27] media: rockchip: rga: add rga3 support

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

[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

[PATCH 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-20 16:37 UTC  (3+ messages)
` [PATCH 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
` [PATCH 3/5] liveupdate: fail session restore on file deserialization errors

[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  (3+ 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()

[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 v2] media: chips-media: wave5: Move src_buf Removal to finish_encode
 2026-03-20 18:05 UTC 

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

[PATCH v5 0/3] Add "link bpc" DRM property
 2026-03-20 18:02 UTC  (3+ messages)

[PATCH 0/3] mmc: Lenovo N22 Braswell SD slot fixes
 2026-03-20 18:02 UTC  (6+ messages)
` [PATCH 1/3] mmc: sdhci-pci: disable aggressive runtime PM for Braswell SD on Lenovo N22
` [PATCH 3/3] mmc: sdhci-acpi: exclude INT33BB:00 from ACPI binding "

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

[PATCH] net: sfc: avoid format string warning
 2026-03-20 18:00 UTC  (2+ messages)

[PATCH v3 3/4] drm/msm/dsi: Add support for RGB101010 pixel format
 2026-03-20 17:58 UTC  (2+ messages)

[PATCH v1 0/2] rtc: cmos: Do not require IRQ if ACPI alarm is used
 2026-03-20 18:00 UTC  (5+ messages)
` [PATCH v1 1/2] rtc: cmos: Enable ACPI alarm if advertised in ACPI FADT
` [PATCH v1 2/2] rtc: cmos: Do not require IRQ if ACPI alarm is used

[PATCH v4] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-20 18:00 UTC  (2+ messages)

[PATCH] dt-bindings: arm: mediatek: mediatek,g3dsys: Convert to DT schema
 2026-03-20 18:00 UTC  (3+ messages)

[PATCH] clk: qoriq: avoid formwat string warning
 2026-03-20 18:00 UTC  (2+ messages)

[PATCH 6.19 000/379] 6.19.9-rc2 review
 2026-03-20 17:58 UTC  (2+ messages)

[PATCH v2 0/2] Allow caching of buck registers when no GPIO input control is configured
 2026-03-20 17:57 UTC  (3+ messages)
` [PATCH v2 1/2] regulator: dt-bindings: dlg,da9121: Add dlg,no-gpio-control

[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
 2026-03-20 17:56 UTC  (6+ messages)
` [PATCH v2 1/5] workqueue: fix typo in WQ_AFFN_SMT comment
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
` [PATCH v2 3/5] workqueue: set WQ_AFFN_CACHE_SHARD as the default "
` [PATCH v2 4/5] tools/workqueue: add CACHE_SHARD support to wq_dump.py
` [PATCH v2 5/5] workqueue: add test_workqueue benchmark module

[PATCH v5] reset: spacemit: k3: Decouple composite reset lines
 2026-03-20 17:57 UTC  (3+ messages)

[PATCH 0/2] btrfs: prevent direct reclaim during compressed readahead
 2026-03-20 17:55 UTC  (3+ messages)
` [PATCH 1/2] btrfs: additional gfp api for allocating compressed folios

lib/crypto/mips/poly1305-core.S:95: Error: opcode not supported on this processor: mips64r6 (mips64r6) `lwl $8,0+3($5)'
 2026-03-20 17:47 UTC 

[PATCH v6 0/2] fix gpiochip_lock_as_irq() failure when pinmux is unknown
 2026-03-20 17:52 UTC  (3+ messages)
` [PATCH v6 1/2] pinctrl: sunxi: pass down flags to pinctrl routines
` [PATCH v6 2/2] pinctrl: sunxi: fix gpiochip_lock_as_irq() failure when pinmux is unknown

[PATCH 6.18 000/335] 6.18.19-rc2 review
 2026-03-20 17:52 UTC  (3+ messages)

[PATCH] coccinelle: kmalloc_obj: Remove default GFP_KERNEL arg
 2026-03-20 17:51 UTC 

[PATCH 0/4] x86/CPU: Fix CR4 pinning and FRED in CoCo guests
 2026-03-20 17:49 UTC  (3+ messages)
` [PATCH 2/4] x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits mask

[PATCH 0/2] struct page to PFN conversion for TDX guest private memory
 2026-03-20 17:48 UTC  (10+ messages)
` [PATCH 1/2] x86/virt/tdx: Use PFN directly for mapping "

[PATCH v3 0/2] staging: rtl8723bs: clean up rtw_joinbss_event_prehandle
 2026-03-20 17:47 UTC  (2+ messages)

[PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing
 2026-03-20 17:47 UTC  (3+ messages)

[PATCH v2 0/2] module: expose imported namespaces via sysfs
 2026-03-20 17:45 UTC  (2+ messages)

[PATCH v2 0/3] module: Fix freeing of charp module parameters when CONFIG_SYSFS=n
 2026-03-20 17:45 UTC  (2+ messages)

[PATCH v2] module.lds,codetag: force 0 sh_addr for sections
 2026-03-20 17:45 UTC  (2+ messages)

[PATCH v2 0/2] net: cleanup bitmaps printing
 2026-03-20 17:44 UTC  (2+ messages)

[PATCH v3 1/3] ima: Remove ima_h_table structure
 2026-03-20 17:40 UTC  (10+ messages)
` [PATCH v3 3/3] ima: Add support for staging measurements for deletion

[PATCH 0/2] vfio: selftests: Fix MMIO test failures in iommufd compat mode
 2026-03-20 17:43 UTC  (2+ messages)

[PATCH v3 0/3] sunrpc/nfs: cleanup redundant debug checks and refactor macros
 2026-03-20 17:43 UTC  (8+ messages)
` [PATCH v3 3/3] nfs: refactor nfs_errorf macros and remove unused ones

[PATCH net-next v7 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2026-03-20 17:39 UTC  (7+ messages)
` [PATCH net-next v7 4/5] "

[PATCH v2 00/10] gpu: nova-core: convert registers to use the kernel register macro
 2026-03-20 17:38 UTC  (5+ messages)
` [PATCH v2 06/10] gpu: nova-core: convert PDISP registers to "
` [PATCH v2 08/10] gpu: nova-core: convert falcon "

[PATCH] timerfd: Support CLOCK_TAI
 2026-03-20 17:36 UTC  (3+ messages)

[PATCH v3 0/2] mfd: arizona: Move IRQ GPIO to GPIO descriptor
 2026-03-20 17:36 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: mfd: wlf,arizona: Add irq-gpios

[PATCH] mm/page_alloc: don't increase highatomic reserve after pcp alloc
 2026-03-20 17:34 UTC 

[PATCH v2] arm64: dts: qcom: sdm845-xiaomi-beryllium: Mark l1a regulator as powered during boot
 2026-03-20 17:33 UTC 

[PATCH] nilfs2: fix missing continue after -ENOENT in nilfs_ioctl_mark_blocks_dirty()
 2026-03-20 17:32 UTC  (2+ messages)

[PATCH net-next] net: dsa: microchip: Don't embed struct phy_device to maintain the port state
 2026-03-20 17:32 UTC  (2+ messages)

[PATCH 0/3] rtla: Migrate to libsubcmd for command line option parsing
 2026-03-20 17:31 UTC  (3+ messages)
` [PATCH 3/3] rtla: Parse cmdline using libsubcmd

[PATCH net-next 1/5] dpll: zl3073x: clean up esync get/set and use zl3073x_out_is_ndiv()
 2026-03-20 17:31 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox