public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-12 20:50:04 to 2025-06-13 00:23:26 UTC [more...]

[patch V2 00/26] timekeeping: Provide support for auxiliary timekeepers
 2025-06-13  0:23 UTC  (17+ messages)
` [patch V2 01/26] timekeeping: Remove hardcoded access to tk_core
` [patch V2 02/26] timekeeping: Cleanup kernel doc of __ktime_get_real_seconds()
` [patch V2 04/26] timekeeping: Introduce timekeeper ID
` [patch V2 05/26] time: Introduce auxiliary POSIX clocks
` [patch V2 06/26] ntp: Add support for auxiliary timekeepers
` [patch V2 07/26] ntp: Add timekeeper ID arguments to public functions
` [patch V2 08/26] ntp: Rename __do_adjtimex() to ntp_adjtimex()
` [patch V2 09/26] timekeeping: Make __timekeeping_advance() reusable

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-06-13  0:19 UTC  (13+ messages)
` [RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-06-13  0:18 UTC  (12+ messages)
` [PATCH v7 01/10] x86/fred: Provide separate IRQ vs. NMI wrappers for entry from KVM
` [PATCH v7 02/10] x86/fred: Pass event data to the NMI entry point "
` [PATCH v7 03/10] x86/cpufeatures: Add the CPUID feature bit for NMI-source reporting
` [PATCH v7 04/10] x86/nmi: Extend the registration interface to include the NMI-source vector
` [PATCH v7 05/10] x86/nmi: Assign and register NMI-source vectors
` [PATCH v7 06/10] x86/nmi: Add support to handle NMIs with source information
` [PATCH v7 07/10] x86/nmi: Prepare for the new NMI-source vector encoding
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs
` [PATCH v7 09/10] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v7 10/10] x86/nmi: Print source information with the unknown NMI console message

[PATCH v2 0/5] drm/xe: enable driver usage on non-4KiB kernels
 2025-06-13  0:13 UTC  (2+ messages)

[PATCH v3 0/2] ASPEED: Add mailbox driver for AST2700 series
 2025-06-13  0:12 UTC  (3+ messages)
` [PATCH v3 2/2] mailbox: aspeed: add mailbox driver for AST27XX series SoC

[PATCH v4 bpf-next 0/5] bpf path iterator
 2025-06-13  0:10 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v4 bpf-next 3/5] bpf: Introduce path iterator

[PATCH] KVM: x86/mmu: Embed direct bits into gpa for KVM_PRE_FAULT_MEMORY
 2025-06-13  0:09 UTC  (5+ messages)

[PATCH bpf-next] bpf: clear user buf when bpf_d_path failed
 2025-06-13  0:06 UTC  (6+ messages)

[PATCH v2 0/5] tracepoints: Add warnings for unused tracepoints and trace events
 2025-06-13  0:05 UTC  (7+ messages)
` [PATCH v2 1/5] tracepoints: Add verifier that makes sure all defined tracepoints are used
` [PATCH v2 2/5] tracing: sorttable: Add a tracepoint verification check at build time
` [PATCH v2 3/5] tracing: sorttable: Find unused tracepoints for arm64 that uses reloc for address
` [PATCH v2 4/5] tracepoint: Do not warn for unused event that is exported
` [PATCH v2 5/5] tracing: Call trace_ftrace_test_filter() for the event

[syzbot] [atm?] KMSAN: uninit-value in atmtcp_c_send
 2025-06-12 23:49 UTC  (2+ messages)

[RFC PATCH 0/4] mm/damon: Add DAMOS action to interleave data across nodes
 2025-06-12 23:49 UTC  (2+ messages)

[PATCH v5 0/5] kdump: crashkernel reservation from CMA
 2025-06-12 23:47 UTC  (3+ messages)
` [PATCH v5 4/5] kdump: wait for DMA to finish when using CMA

[PATCH 0/7] spi: zynqmp-gqspi: Split the bus and add GPIO support
 2025-06-12 23:44 UTC  (6+ messages)
` [PATCH 1/7] dt-bindings: spi: zynqmp-qspi: Split the bus

[PATCH v3 00/44] x86: Introduce a centralized CPUID data model
 2025-06-12 23:40 UTC  (45+ messages)
` [PATCH v3 01/44] x86/cpuid: Remove transitional <asm/cpuid.h> header
` [PATCH v3 02/44] ASoC: Intel: avs: Include CPUID header at file scope
` [PATCH v3 03/44] x86/boot: Reorder sme.c headers alphabetically
` [PATCH v3 04/44] x86/cpu: Reorder scattered.c "
` [PATCH v3 05/44] x86/cpu/amd: Reorder "
` [PATCH v3 06/44] x86/cpu/topology: "
` [PATCH v3 07/44] x86/mce: Reorder core.c "
` [PATCH v3 08/44] x86/paravirt: Reorder "
` [PATCH v3 09/44] x86/perf/zhaoxin: "
` [PATCH v3 10/44] x86/resctrl: Reorder core.c "
` [PATCH v3 11/44] x86/tdx: Reorder "
` [PATCH v3 12/44] cpufreq: "
` [PATCH v3 13/44] hwmon: (fam15h_power) "
` [PATCH v3 14/44] hwmon: (k8temp) "
` [PATCH v3 15/44] perf/x86/amd/uncore: "
` [PATCH v3 16/44] thermal: intel: "
` [PATCH v3 17/44] treewide: Explicitly include <asm/cpuid/api.h>
` [PATCH v3 18/44] x86/cpuid: Rename cpuid_leaf()/cpuid_subleaf() APIs
` [PATCH v3 19/44] x86/cpuid: Introduce <asm/cpuid/leaf_types.h>
` [PATCH v3 20/44] x86/cpuid: Introduce a centralized CPUID data model
` [PATCH v3 21/44] x86/cpuid: Introduce a centralized CPUID parser
` [PATCH v3 22/44] x86/cpuid: Parse CPUID(0x80000000)
` [PATCH v3 23/44] x86/cpuid: Introduce CPUID parser debugfs interface
` [PATCH v3 24/44] x86/cpu: Use parsed CPUID(0x0)
` [PATCH v3 25/44] x86/cpu: Use parsed CPUID(0x80000000)
` [PATCH v3 26/44] x86/lib: Add CPUID(0x1) CPU family and model calculation
` [PATCH v3 27/44] x86/cpu: Use parsed CPUID(0x1)
` [PATCH v3 28/44] x86/cpuid: Parse CPUID(0x2)
` [PATCH v3 29/44] x86/cpuid: Introduce parsed CPUID(0x2) API
` [PATCH v3 30/44] x86/cpu: Use parsed CPUID(0x2)
` [PATCH v3 31/44] x86/cacheinfo: "
` [PATCH v3 32/44] x86/cpuid: Remove direct CPUID(0x2) query API
` [PATCH v3 33/44] x86/cpuid: Parse deterministic cache parameters CPUID leaves
` [PATCH v3 34/44] x86/cacheinfo: Pass a 'struct cpuinfo_x86' refrence to CPUID(0x4) code
` [PATCH v3 35/44] x86/cacheinfo: Use parsed CPUID(0x4)
` [PATCH v3 36/44] x86/cacheinfo: Use parsed CPUID(0x8000001d)
` [PATCH v3 37/44] x86/cpuid: Parse CPUID(0x80000005) and CPUID(0x80000006)
` [PATCH v3 38/44] x86/cacheinfo: Use auto-generated data types
` [PATCH v3 39/44] x86/cacheinfo: Use parsed CPUID(0x80000005) and CPUID(0x80000006)
` [PATCH v3 40/44] x86/amd_nb: Trickle down 'struct cpuinfo_x86' reference
` [PATCH v3 41/44] x86/cpu: <asm/processor.h>: Do not include CPUID API header
` [PATCH v3 42/44] x86/cpuid: Use parsed CPUID(0x80000006)
` [PATCH v3 43/44] x86/cpu: Rescan CPUID table after PSN disable
` [PATCH v3 44/44] x86/cpu: Rescan CPUID table after unlocking full CPUID range

[PATCH v10 0/3] qcom: Add support for IQ-9075-evk board
 2025-06-12 15:54 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: arm: qcom: Add bindings for QCS9075 SOC based board
` [PATCH v10 2/3] arm64: dts: qcom: Add qcs9075 IoT SOC devicetree
` [PATCH v10 3/3] arm64: dts: qcom: Add support for qcs9075 IQ-9075-EVK

[PATCH v4 09/14] selftests: harness: Move teardown conditional into test metadata
 2025-06-12 23:31 UTC  (11+ messages)

[PATCH v8 0/9] More Rust bindings for device property reads
 2025-06-12 23:31 UTC  (2+ messages)

[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-12 23:30 UTC  (4+ messages)

[PATCH v2] VFS: change old_dir and new_dir in struct renamedata to dentrys
 2025-06-12 23:28 UTC 

[PATCH 1/2] VFS: change old_dir and new_dir in struct renamedata to dentrys
 2025-06-12 23:22 UTC  (2+ messages)

[PATCH 0/7] printk cleanup - part 2
 2025-06-12 23:16 UTC  (7+ messages)
` [PATCH 4/7] drivers: serial: kgdboc: Check CON_SUSPENDED instead of CON_ENABLED

[PATCH v9 0/7 RESEND] Enable EINJv2 Support
 2025-06-12 23:13 UTC  (8+ messages)
` [PATCH v9 1/7] ACPI: APEI: EINJ: Fix kernel test sparse warnings
` [PATCH v9 2/7] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
` [PATCH v9 3/7] ACPI: APEI: EINJ: Add einjv2 extension struct
` [PATCH v9 4/7] ACPI: APEI: EINJ: Discover EINJv2 parameters
` [PATCH v9 5/7] ACPI: APEI: EINJ: Create debugfs files to enter device id and syndrome
` [PATCH v9 6/7] ACPI: APEI: EINJ: Enable EINJv2 error injections
` [PATCH v9 7/7] ACPI: APEI: EINJ: Update the documentation for EINJv2 support

[PATCH] crypto: iaa - Fix race condition when probing IAA devices
 2025-06-12 23:09 UTC  (5+ messages)

[PATCH] i2c: k1: check for transfer error
 2025-06-12 22:56 UTC 

[PATCH v1] perf stat: Fix uncore aggregation number
 2025-06-12 22:55 UTC  (5+ messages)

[PATCH v2] perf stat: Fix uncore aggregation number
 2025-06-12 22:52 UTC 

[PATCH net-next v3 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-12 22:52 UTC  (6+ messages)
` [PATCH net-next v3 10/12] net/mlx5e: Implement queue mgmt ops and single channel swap

[PATCH 0/2] Minor VFS-related cleanups
 2025-06-12 22:52 UTC  (3+ messages)
` [PATCH 1/2] VFS: change old_dir and new_dir in struct renamedata to dentrys

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-12 22:50 UTC  (4+ messages)
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk

[PATCH v3] clk: spacemit: mark K1 pll1_d8 as critical
 2025-06-12 22:48 UTC 

[PATCH] drive/realtek/rtlwifi: fix possible memory leak
 2025-06-12 22:45 UTC  (2+ messages)

[PATCH v1 0/3] firmware: coreboot: Support for System Management Interrupt (SMI) handling in coreboot payload (MM payload concept)
 2025-06-12 22:38 UTC  (7+ messages)
` [PATCH v1 1/3] firmware: coreboot: support for parsing SMM related informations from coreboot tables
` [PATCH v1 2/3] firmware: coreboot: loader for Linux-owned SMI handler
` [PATCH v1 3/3] firmware: coreboot: Linux-owned SMI handler to be loaded by coreboot

[PATCH 0/3] arm64: dts: qcom: msm8976-longcheer-l9360: Add initial device tree
 2025-06-12 22:37 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: qcom: msm8976: Make blsp_dma controlled-remotely
` [PATCH 2/3] dt-bindings: arm: qcom: Add MSM8976 BQ Aquaris X5 Plus
` [PATCH 3/3] arm64: dts: qcom: msm8976-longcheer-l9360: Add initial device tree

[PATCH] rtc: efi: Defer driver initialization to prioritize more capable RTCs
 2025-06-12 22:33 UTC  (2+ messages)

[RFC v2] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
 2025-06-12 22:32 UTC  (2+ messages)

[REGRESSION] 9pfs issues on 6.12-rc1
 2025-06-12 22:24 UTC  (7+ messages)

[PATCH] drm/bridge: ti-sn65dsi86: fix REFCLK setting
 2025-06-12 22:31 UTC  (7+ messages)

[PATCH v4 1/5] scsi: fnic: Set appropriate logging level for log message
 2025-06-12 22:18 UTC  (5+ messages)
` [PATCH v4 2/5] scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out
` [PATCH v4 3/5] scsi: fnic: Add and improve logs in FDMI and FDMI ABTS paths
` [PATCH v4 4/5] scsi: fnic: Turn off FDMI ACTIVE flags on link down
` [PATCH v4 5/5] scsi: fnic: Increment driver version number

[PATCH v4 0/4] media: rcar-csi2: Add D-PHY support for V4H
 2025-06-12 22:21 UTC  (3+ messages)
` [PATCH v4 4/4] "

[PATCH v2] xdp: tracing: Hide some xdp events under CONFIG_BPF_SYSCALL
 2025-06-12 22:20 UTC 

[PATCH v5] dt-bindings: net: Convert socfpga-dwmac bindings to yaml
 2025-06-12 22:16 UTC 

[PATCH RFC 0/3] riscv: sophgo: add top syscon device for cv18xx
 2025-06-12 22:09 UTC  (8+ messages)
` [PATCH RFC 1/3] dt-bindings: soc: sophgo: add TOP syscon for CV18XX/SG200X series SoC

linux-next: duplicate patches in the bluetooth tree
 2025-06-12 22:10 UTC 

[PATCH net-next v2 0/7] netpoll: Untangle netconsole and netpoll
 2025-06-12 22:05 UTC  (3+ messages)
` [PATCH net-next v2 7/7] selftest: netconsole: add test for cmdline configuration

[PATCH v2 0/3] timers: Disable memory pre-allocation of timer debug objects
 2025-06-12 22:03 UTC  (3+ messages)
` [PATCH v2 3/3] "

[PATCH v4 0/2] riscv: sophgo: add USB phy support for CV18XX series
 2025-06-12 22:02 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy

[PATCH 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-06-12 22:01 UTC  (6+ messages)
` [PATCH 01/20] bitfield: introduce HWORD_UPDATE bitfield macros

[PATCH 0/5] add STATIC_PMD_ZERO_PAGE config option
 2025-06-12 21:46 UTC  (7+ messages)
` [PATCH 4/5] mm: add mm_get_static_huge_zero_folio() routine

[PATCH v3] nfsd: Use correct error code when decoding extents
 2025-06-12 21:42 UTC 

[PATCH] riscv: defconfig: run savedefconfig to reorder it
 2025-06-12 21:40 UTC  (2+ messages)

[RFC PATCH v5] media: v4l2-common: Add a helper for obtaining the clock producer
 2025-06-12 21:39 UTC  (5+ messages)

[syzbot] [net?] [nfs?] WARNING in remove_proc_entry (8)
 2025-06-12 21:38 UTC  (3+ messages)

[PATCH] fs: drop assert in file_seek_cur_needs_f_lock
 2025-06-12 21:35 UTC  (5+ messages)

[RFC PATCH 0/2] mm/swap, memcg: Support per-cgroup swap device prioritization
 2025-06-12 21:32 UTC  (3+ messages)

[PATCH] exec: Correct the permission check for unsafe exec
 2025-06-12 21:26 UTC  (11+ messages)
        ` [PATCH v2] "

[PATCH bpf-next 1/2] bpf: Add show_fdinfo for uprobe_multi
 2025-06-12 21:27 UTC  (2+ messages)

[RFC PATCH v2 1/4] PCI: pcie-rockchip: add Link Control and Status Register 2
 2025-06-12 21:26 UTC  (4+ messages)

[PATCH] scsi: pm80xx: add controller scsi host fatal error uevents
 2025-06-12 21:25 UTC 

[PATCH 00/14] xfs: Remove unused trace events
 2025-06-12 21:24 UTC  (15+ messages)
` [PATCH 01/14] xfs: tracing; Remove unused event xfs_reflink_cow_found
` [PATCH 02/14] xfs: Remove unused trace event xfs_attr_remove_iter_return
` [PATCH 03/14] xfs: Remove unused event xlog_iclog_want_sync
` [PATCH 04/14] xfs: Remove unused event xfs_ioctl_clone
` [PATCH 05/14] xfs: Remove unused xfs_reflink_compare_extents events
` [PATCH 06/14] xfs: Remove unused trace event xfs_attr_rmtval_set
` [PATCH 07/14] xfs: ifdef out unused xfs_attr events
` [PATCH 08/14] xfs: Remove unused event xfs_attr_node_removename
` [PATCH 09/14] xfs: Remove unused event xfs_alloc_near_error
` [PATCH 10/14] xfs: Remove unused event xfs_alloc_near_nominleft
` [PATCH 11/14] xfs: Remove unused event xfs_pagecache_inval
` [PATCH 12/14] xfs: Remove usused xfs_end_io_direct events
` [PATCH 13/14] xfs: Only create event xfs_file_compat_ioctl when CONFIG_COMPAT is configure
` [PATCH 14/14] xfs: Change xfs_xattr_class from a TRACE_EVENT() to DECLARE_EVENT_CLASS()

[PATCH v2 0/4] Support for Adreno X1-45 GPU
 2025-06-12 21:19 UTC  (3+ messages)

[RFC PATCH 0/1] nvdimm: allow exposing RAM as libnvdimm DIMMs
 2025-06-12 21:12 UTC  (3+ messages)
` [RFC PATCH 1/1] nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices

[PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
 2025-06-12 21:11 UTC  (12+ messages)
` [PATCH 01/11] pmdomain: apple: Drop default ARCH_APPLE in Kconfig
` [PATCH 02/11] soc: "
` [PATCH 03/11] clk: apple-nco: "
` [PATCH 04/11] nvmem: apple: drop "
` [PATCH 05/11] i2c: apple: Drop "
` [PATCH 06/11] cpufreq: apple: drop "
` [PATCH 07/11] iommu/apple-dart: Drop "
` [PATCH 08/11] Input: apple_z2: "
` [PATCH 09/11] dmaengine: apple-admac: "
` [PATCH 10/11] ASoC: apple: mca: "
` [PATCH 11/11] arm64: defconfig: Enable Apple Silicon drivers

[PATCH 1/1 fyi] tools arch amd ibs: Sync ibs.h with the kernel sources
 2025-06-12 21:11 UTC 

[PATCH] drm/amd/pm: Avoid more large frame warnings
 2025-06-12 21:10 UTC  (2+ messages)

[PATCH v3 1/5] scsi: fnic: Set appropriate logging level for log message
 2025-06-12 21:08 UTC  (5+ messages)
` [PATCH v3 2/5] scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out

[PATCH net-next] net: bcmgenet: update PHY power down
 2025-06-12 21:07 UTC  (2+ messages)

[PATCH 1/3] rcu: Return early if callback is not specified
 2025-06-12 21:03 UTC  (5+ messages)

[PATCH 1/1 fyi] tools arch x86: Sync the msr-index.h copy with the kernel sources
 2025-06-12 21:02 UTC 

[PATCH v2 3/3] timers: Disable memory pre-allocation of timer debug objects
 2025-06-12 21:00 UTC  (2+ messages)

Unused event xfs_growfs_check_rtgeom
 2025-06-12 20:58 UTC  (3+ messages)

[PATCH RFC v2 0/5] Support for MELFAS MIP4 touchkey devices
 2025-06-12 20:58 UTC  (3+ messages)
` [PATCH RFC v2 2/5] dt-bindings: input: melfas-mip4: document linux,keycodes property

[PATCH] hwmon: ibmaem: match return type of wait_for_completion_timeout
 2025-06-12 20:57 UTC  (2+ messages)

[PATCH v2 00/62] objtool,livepatch: klp-build livepatch module generation
 2025-06-12 20:56 UTC  (2+ messages)


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