The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-05-14 19:08:23 to 2026-05-14 23:04:27 UTC [more...]

[PATCH v9 net-next 0/8] dpll/ice: Add generic DPLL type and full TX reference clock control for E825
 2026-05-14 22:59 UTC  (4+ messages)
` [PATCH v9 net-next 1/8] dpll: add generic DPLL type
` [PATCH v9 net-next 2/8] dpll: allow registering FW-identified pin with a different DPLL
` [PATCH v9 net-next 3/8] dpll: extend pin notifier with notification source ID

[PATCH bpf v4 0/3] bpf: Implement stack_map_get_build_id_offset_sleepable()
 2026-05-14 23:02 UTC  (9+ messages)
` [PATCH bpf v4 2/3] bpf: Avoid faultable build ID reads under mm locks

[PATCH v4 1/3] slab: support for compiler-assisted type-based slab cache partitioning
 2026-05-14 23:01 UTC  (4+ messages)
` [PATCH v4 2/3] slab: improve KMALLOC_PARTITION_RANDOM randomness

[PATCH] vfio: selftests: Add driver for IGB QEMU device
 2026-05-14 22:58 UTC  (9+ messages)

[PATCH net-next v8 0/3] gve: add support for PTP gettimex64
 2026-05-14 22:58 UTC  (4+ messages)
` [PATCH net-next v8 1/3] gve: skip error logging for retryable AdminQ commands
` [PATCH net-next v8 2/3] gve: make nic clock reads thread safe
` [PATCH net-next v8 3/3] gve: implement PTP gettimex64

[PATCH] x86/entry: Read CR2 in asm entry stub to redcue NMI clobbering window
 2026-05-14 22:54 UTC  (2+ messages)

[RFC PATCH] ASoC: simple-card-utils: support system-clock-id DT property
 2026-05-14 22:55 UTC  (2+ messages)

[PATCH] arm64: dts: ti: Add LincolnTech OLDI LCD-185 Overlay for AM625-BeaglePlay
 2026-05-14 22:55 UTC 

[PATCH v2] wifi: ath11k: Add two missing Lenovo IDs to the quirk table
 2026-05-14 22:54 UTC  (6+ messages)

[PATCH] PCI/ASPM: Enable L0s/L1 for removable devices when BIOS didn't configure ASPM
 2026-05-14 22:54 UTC  (2+ messages)

[PATCH] iio: buffer: only set IRQF_ONESHOT when thread handler is provided
 2026-05-14 22:46 UTC 

[RFC PATCH] fs/resctrl: Fix use-after-free during unmount
 2026-05-14 22:44 UTC  (4+ messages)

[PATCH v3] x86/cpufeatures: Make X86_FEATURE_SHSTK clearcpuid-able
 2026-05-14 22:38 UTC  (6+ messages)

[PATCH v2] hwmon: (nct7802) Add time step attributes for tweaking responsiveness
 2026-05-14 22:38 UTC  (2+ messages)

[PATCH] staging: sm750fb: rename CamelCase variables in sm750_hw.c
 2026-05-14 22:37 UTC 

[PATCH] docs: hwmon: sy7636a: fix temperature sysfs attribute name
 2026-05-14 22:37 UTC  (2+ messages)

[PATCH v1 0/2] hwmon: Rework initialization of i2c_device_ids
 2026-05-14 22:36 UTC  (3+ messages)
` [PATCH v1 2/2] hwmon: Use named initializers for arrays of i2c_device_data

[PATCH v2 00/15] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
 2026-05-14 22:31 UTC  (19+ messages)
` [PATCH v2 01/15] KVM: SVM: Truncate INVLPGA address in compatibility mode
` [PATCH v2 02/15] KVM: x86/xen: Bug the VM if 32-bit KVM observes a 64-bit mode hypercall
` [PATCH v2 03/15] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest
` [PATCH v2 04/15] KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode
` [PATCH v2 05/15] KVM: x86: Trace hypercall register *after* truncating values for 32-bit
` [PATCH v2 06/15] KVM: x86: Rename kvm_cache_regs.h => regs.h
` [PATCH v2 07/15] KVM: x86: Move inlined CR and DR helpers from x86.h to regs.h
` [PATCH v2 08/15] KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpers
` [PATCH v2 09/15] KVM: x86: Drop non-raw kvm_<reg>_write() helpers
` [PATCH v2 10/15] KVM: nSVM: Use kvm_rax_read() now that it's mode-aware
` [PATCH v2 11/15] Revert "KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode"
` [PATCH v2 12/15] KVM: x86: Harden is_64_bit_hypercall() against bugs on 32-bit kernels
` [PATCH v2 13/15] KVM: x86: Move update_cr8_intercept() to lapic.c
` [PATCH v2 14/15] KVM: x86: Move kvm_pv_async_pf_enabled() to x86.h (as an inline)
` [PATCH v2 15/15] KVM: x86: Move the bulk of register specific code from x86.c to regs.c

[syzbot] [hfs?] WARNING in hfs_mdb_commit
 2026-05-14 22:31 UTC  (2+ messages)

[PATCH v3 10/21] objtool: Ignore jumps to the end of the function for checksum runs
 2026-05-14 22:30 UTC  (2+ messages)

[PATCH v2 00/10] liveupdate: Remove limits on the number of files and sessions
 2026-05-14 22:26 UTC  (11+ messages)
` [PATCH v2 01/10] liveupdate: centralize state management into struct luo_ser
` [PATCH v2 02/10] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v2 03/10] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v2 04/10] liveupdate: add support for linked-block serialization
` [PATCH v2 05/10] liveupdate: defer session block allocation and PA setting
` [PATCH v2 06/10] liveupdate: Remove limit on the number of sessions
` [PATCH v2 07/10] liveupdate: Remove limit on the number of files per session
` [PATCH v2 08/10] selftests/liveupdate: Test session and file limit removal
` [PATCH v2 09/10] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v2 10/10] selftests/liveupdate: Add stress-files "

[PATCH v3 09/21] kbuild: Only run objtool if there is at least one command
 2026-05-14 22:25 UTC  (2+ messages)

[PATCH RFC v4 03/18] riscv: add support for srmcfg CSR from Ssqosid extension
 2026-05-14 22:24 UTC  (2+ messages)

[PATCH v2 00/18] perf build: Reduce build time by nearly half
 2026-05-14 22:23 UTC  (4+ messages)
` [PATCH v3 00/17] "

[RFC PATCH v5 00/29] Hierarchical Constant Bandwidth Server
 2026-05-14 22:20 UTC  (10+ messages)
` [RFC PATCH v5 20/29] sched/deadline: Allow deeper hierarchies of RT cgroups

[PATCH v6 00/16] ASoC: rsnd: Add RZ/G3E audio driver support
 2026-05-14 22:13 UTC  (7+ messages)
` [PATCH v6 04/16] ASoC: rsnd: Support hyphen or dot in indexed clock and reset names
` [PATCH v6 16/16] ASoC: rsnd: Add system suspend/resume support

[PATCH v3] zram: fix use-after-free in zram_writeback_endio
 2026-05-14 22:02 UTC  (3+ messages)
` [PATCH] "

[PATCH v3 0/4] Add CPPC HighestFreq support
 2026-05-14 21:56 UTC  (5+ messages)
` [PATCH v3 1/4] ACPI: CPPC: Add support for reading HighestFreq
` [PATCH v3 2/4] ACPI: CPPC: Refactor boost ratio handling
` [PATCH v3 3/4] cpufreq/acpi-cpufreq: Use amd_get_boost_ratio()
` [PATCH v3 4/4] cpufreq/amd-pstate: Get highest freq from CPPC if available

[PATCH 1/8] usb: typec: wcove: don't write past struct pd_message in wcove_read_rx_buffer()
 2026-05-14 21:55 UTC  (3+ messages)
` [PATCH 5/8] usb: typec: tcpm: validate VDO count before reading Attention status VDO

[RFC PATCH net-next 0/3] net: macb: candidate fixes for silent TX stall on BCM2712/RP1
 2026-05-14 21:54 UTC  (6+ messages)
` [PATCH net-next v2 "
  ` [PATCH net-next v2 1/3] net: macb: flush PCIe posted write after TSTART doorbell (PCIe-only)
  ` [PATCH net-next v2 2/3] net: macb: insert PCIe read barrier before TX completion descriptor check
  ` [PATCH net-next v2 3/3] net: macb: add TX stall watchdog to recover from lost TCOMP interrupts

[PATCH] staging: rtl8723bs: fix coding style in rtw_efuse.c
 2026-05-14 21:48 UTC  (3+ messages)

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-14 21:51 UTC  (5+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure
` [PATCH v6 2/4] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH v6 3/4] buffer: add dropbehind writeback support
` [PATCH v6 4/4] block: enable RWF_DONTCACHE for block devices

drivers/net/ethernet/marvell/octeontx2/af/cn20k/debugfs.c:25:32: error: no member named 'rvu_dbg' in 'struct rvu'
 2026-05-14 21:48 UTC 

[PATCH v2] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-05-14 21:50 UTC  (10+ messages)

[PATCH] kbuild: pacman-pkg: make "rc" releases adhere to pacman versioning scheme
 2026-05-14 21:46 UTC  (3+ messages)

[PATCH cgroup/for-next 0/4] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
 2026-05-14 21:46 UTC  (2+ messages)

[PATCH v1] PCI: Wait for device readiness after D3hot -> D0uninitialized transition
 2026-05-14 21:38 UTC 

drivers/usb/dwc3/core.c:796:45: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2026-05-14 21:25 UTC 

[PATCH v2] fuse: back uncached readdir buffers with pages
 2026-05-14 21:35 UTC  (4+ messages)

[PATCH] nvme: use str_enabled_disabled() for digest mismatch messages
 2026-05-14 21:25 UTC  (4+ messages)

[PATCH v3 0/2] nolibc: Add fallocate()
 2026-05-14 21:31 UTC  (9+ messages)
` [PATCH v3 1/2] tools/nolibc: fcntl: "

[PATCH v3 0/3] KVM: SVM: Fix x2AVIC MSR interception issues
 2026-05-14 21:31 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: x86: Add dedicated API for getting mask of accelerated x2APIC MSRs
` [PATCH v3 2/3] KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supports
` [PATCH v3 3/3] KVM: SVM: Only disable x2AVIC WRMSR interception for MSRs that are accelerated

[PATCH v3 0/2] drm/panel: Add panel driver for Chipone ICNA35XX based panels
 2026-05-14 21:29 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: panel: Add Chipone ICNA3512 OLED driver bindings
` [PATCH v3 2/2] drm/panel: Add panel driver for Chipone ICNA35XX based panels

[PATCH] cpupower: Implement powercap enabled setters
 2026-05-14 21:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/1] pinctrl: Add OF dependency for PINCTRL_GENERIC_MUX
 2026-05-14 21:27 UTC  (2+ messages)

[PATCH 0/2] RDMA/siw: fix MPA FPDU length underflow + add KUnit coverage
 2026-05-14 21:24 UTC  (3+ messages)
` [PATCH 1/2] RDMA/siw: reject MPA FPDU length underflow before signed receive math

[PATCH v2 0/5] scmi: Log client subsystem entity counts
 2026-05-14 21:23 UTC  (3+ messages)

[tip:tip/urgent] BUILD SUCCESS fadcc60e933c0aeb704e818d1f3e7a5d303a9563
 2026-05-14 20:58 UTC 

[PATCH 0/3] mmc: renesas_sdhi: Apply tuning quirks for RZ/G2H, RZ/G2N and RZ/G2E SoCs
 2026-05-14 21:20 UTC  (4+ messages)
` [PATCH 1/3] mmc: renesas_sdhi: Apply bad taps quirk to RZ/G2H
` [PATCH 2/3] mmc: renesas_sdhi: Add SDHI quirk for RZ/G2N
` [PATCH 3/3] mmc: renesas_sdhi: Add SDHI quirk for RZ/G2E

[PATCH] phy: renesas: rcar-gen3-usb2: Avoid long delay in atomic context
 2026-05-14 21:18 UTC  (2+ messages)

[PATCH v1] pinctrl: fix signature of extract pinctrl_generic_to_map() in nop case
 2026-05-14 21:17 UTC  (3+ messages)

[PATCH] bus: sunxi-rsb: Always check register address validity
 2026-05-14 21:17 UTC  (3+ messages)

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-14 21:16 UTC  (4+ messages)
` [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support

[RFC PATCH] ovl: keep merged and impure readdir caches separate
 2026-05-14 21:16 UTC  (5+ messages)

[PATCH sched/core] sched/rt: Fix RT_PUSH_IPI soft lockup loop
 2026-05-14 21:15 UTC  (11+ messages)

[PATCH V9 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2026-05-14 21:09 UTC  (5+ messages)
` [PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
  ` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX

[GIT PULL] HID fixes
 2026-05-14 21:07 UTC 

[GIT PULL] ACPI support fixes for v7.1-rc4
 2026-05-14 21:04 UTC 

[PATCH v2] arm64: dts: renesas: rzt2h-n2h-evk: Configure eMMC/SDHI pins
 2026-05-14 21:02 UTC 

[PATCH v2 0/2] watchdog: realtek-otto: add fallback compatible
 2026-05-14 20:57 UTC  (4+ messages)

[PATCH v4 0/2] rohm-bdi718x7/71828: Use software nodes for gpio-keys
 2026-05-14 20:57 UTC  (6+ messages)
` [PATCH v4 1/2] mfd: rohm-bd71828: "

[PATCH] f2fs: optimize representative type determination in GC
 2026-05-14 20:55 UTC 

[PATCH v3 1/2] PCI: Add D3cold as general reset method
 2026-05-14 20:54 UTC  (3+ messages)

[PATCH RFC v2 0/4] ZTE zx297520v3 clock bindings and driver
 2026-05-14 20:54 UTC  (4+ messages)
` [PATCH RFC v2 1/4] dt-bindings: clk: zte: Add zx297520v3 clock and reset bindings

[PATCH] clocksource: rtl-otto: Change driver to use __raw reads and writes
 2026-05-14 20:50 UTC  (4+ messages)
    ` AW: "

[PATCH] Input: analog: replace deprecated simple_strtoul() with kstrtouint()
 2026-05-14 20:44 UTC  (2+ messages)

[PATCH RFC 4/5] selinux: Restrict cross-cgroup dma-heap charging
 2026-05-14 20:44 UTC  (2+ messages)

[PATCH] fat: stop reading directory entries past the end-of-directory marker
 2026-05-14 20:34 UTC 

[PATCH 0/2] Add support for ice ufs on shikra
 2026-05-14 20:30 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: crypto: qcom,inline-crypto-engine: Document Shikra ICE
` [PATCH 2/2] arm64: dts: qcom: shikra: Enable ice support

[PATCH 1/1] dt-bindings: net: dsa: Convert lan9303.txt to yaml format
 2026-05-14 20:28 UTC  (2+ messages)

[PATCH] sched/cputime: Drop now-stale mul_u64_u64_div_u64() over-approximation guard
 2026-05-14 20:26 UTC 

[PATCH] x86/mm: Skip global ASID broadcast TLB flush when PCID is disabled
 2026-05-14 20:24 UTC  (3+ messages)

[PATCH v2 0/8] Add Samsung Galaxy S4 support
 2026-05-14 20:23 UTC  (7+ messages)
` [PATCH v2 8/8] ARM: dts: qcom: Add Samsung Galaxy S4

[syzbot] [f2fs?] kernel BUG in f2fs_write_end_io (2)
 2026-05-14 20:19 UTC 

[PATCH v2 0/3] security, sched: Expand task_setscheduler LSM hook and related fixes
 2026-05-14 20:15 UTC  (5+ messages)
` [PATCH v2 2/3] security: Expand task_setscheduler LSM hook to include CPU affinity mask

[PATCH v4] cpufreq: cppc: mask Desired_Excursion when autonomous selection is enabled
 2026-05-14 20:11 UTC  (2+ messages)

[PATCH net 0/6] net/ncsi: harden packet parsing against malformed BMC replies
 2026-05-14 20:11 UTC  (5+ messages)

cleanup the RAID6 P/Q library v2
 2026-05-14 19:57 UTC  (6+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6

[PATCH] sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()
 2026-05-14 20:08 UTC  (6+ messages)

[PATCH] soc: microchip: mpfs-sys-controller: fix resource leak on probe error
 2026-05-14 20:04 UTC  (2+ messages)

[PATCH] iio: health: max30102: Add timestamp to FIFO data
 2026-05-14 20:03 UTC 

[PATCH v3 0/2] hwmon: Add Murata D1U74T-W PSU driver
 2026-05-14 20:01 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: trivial-devices: Add Murata D1U74T PSU

[PATCH] err_ptr.h: introduce ERR_PTR_SAFE()
 2026-05-14 20:01 UTC 

[PATCH] x86/entry: Read CR2 in asm entry stub to redcue NMI clobbering window
 2026-05-14 19:55 UTC  (3+ messages)

[PATCH] wifi: mt76: Use IS_ERR() check for mt76_register_debugfs_fops()
 2026-05-14 19:32 UTC 

[PATCH] error-inject: Use IS_ERR() check for debugfs_create_file()
 2026-05-14 19:32 UTC 

[PATCH v4 0/2] Incorporate DRAM address in EDAC messages
 2026-05-14 19:51 UTC  (4+ messages)
` [PATCH v4 2/2] EDAC/amd64: Include DRAM address in output

[PATCH 00/12] crypto: atmel - refactor common i2c support and add SHA256 ahash support
 2026-05-14 19:51 UTC  (2+ messages)

[PATCH] drm/amdgpu: clamp user gartsize against device capacity
 2026-05-14 19:49 UTC 

[PATCH v3 0/2] ACPI: CPPC: Add CPPC v4 support (ACPI 6.6)
 2026-05-14 19:48 UTC  (3+ messages)
` [PATCH v3 1/2] ACPI: CPPC: Add support for CPPC v4
` [PATCH v3 2/2] ACPI: CPPC: Add ospm_nominal_perf support

[PATCH 0/3] Add support for qcrypto on shikra
 2026-05-14 19:47 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: crypto: qcom-qce: Document the Shikra crypto engine
` [PATCH 2/3] dt-bindings: bam-dma: Increase maxItems to seven for iommus
` [PATCH 3/3] arm64: dts: qcom: shikra: Add qcrypto node support

[PATCH net] net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA buffer
 2026-05-14 19:41 UTC 

[RFC v1 0/4] generic pinmux dt_node_to_map implementation
 2026-05-14 19:42 UTC  (5+ messages)

arch/arm64/boot/dts/qcom/lemans-evk-ifp-mezzanine.dtb: pcie@0,0 (pci1179,0623): i2c-parent: [[419, 119]] is too short
 2026-05-14 19:38 UTC 

[PATCH bpf v4 3/3] bpf: Cache build IDs in sleepable stackmap path
 2026-05-14 19:37 UTC  (2+ messages)

[PATCH] sched/clock: Provide !HAVE_UNSTABLE_SCHED_CLOCK stub for sched_clock_stable()
 2026-05-14 19:36 UTC  (2+ messages)

[PATCH] input: remove changelogs, tracked in git
 2026-05-14 19:33 UTC 

[PATCH] ufs: Handle NULL return from ufs_get_locked_folio()
 2026-05-14 19:32 UTC 

[PATCH] drm/i915/gt: Use IS_ERR() check for kernel_context() in selftests
 2026-05-14 19:32 UTC 

[PATCH 0/2] PCI: qcom: Add PCIe support for upcoming Hawi SoC
 2026-05-14 19:32 UTC  (3+ messages)

[PATCH] RAS/CEC: Use IS_ERR() checks in create_debugfs_nodes()
 2026-05-14 19:32 UTC 

[PATCH 0/8] rust: pin-init: internal refactors
 2026-05-14 19:31 UTC  (4+ messages)
` [PATCH 8/8] rust: pin-init: internal: project using full slot
` (subset) [PATCH 0/8] rust: pin-init: internal refactors

[PATCH] media: rp1-cfe: Use IS_ERR() check for media_entity_remote_source_pad_unique()
 2026-05-14 19:31 UTC 

[PATCH 0/3] KVM: Macrofy GPR swapping in assembly code
 2026-05-14 19:30 UTC  (3+ messages)
` [PATCH 1/3] KVM: VMX: Macrofy GPR swapping in __vmx_vcpu_run()

[tip:master] BUILD SUCCESS 1196e304db58189264bb5953b4e8da7e90cda615
 2026-05-14 19:29 UTC 

[PATCH net-next] net: dsa: yt921x: Add ACL support
 2026-05-14 19:21 UTC 

[PATCH v5 0/7] CXL: Add cxl_reset sysfs attribute for PCI devices
 2026-05-14 19:21 UTC  (4+ messages)
` [PATCH v5 5/7] cxl: Add CXL DVSEC reset sequence and flow orchestration

[PATCH] ovl: keep err zero after successful ovl_cache_get()
 2026-05-14 19:19 UTC  (4+ messages)
` [PATCH v2] "

[PATCH net-next 0/8] net/mlx5: Prepare eswitch infrastructure for satellite PF support
 2026-05-14 19:19 UTC  (3+ messages)
` [PATCH net-next 1/8] net/mlx5: Use helper to parse host PF info

[PATCH net-next 2/8] net/mlx5: Use v1 response layout for query_esw_functions
 2026-05-14 19:18 UTC  (2+ messages)

[PATCH 1/3] iio: adc: ti-ads1298: add bounds check to pga_settings index
 2026-05-14 19:17 UTC  (3+ messages)
` [PATCH 2/3] iio: light: veml6075: add bounds check to veml6075_it_ms index

[PATCH v2 2/2] thermal: qcom: tsens: widen temperature limits to match hardware range
 2026-05-14 19:15 UTC  (2+ messages)

[PATCH v2 0/2] ACPI: CPPC: Add CPPC v4 support (ACPI 6.6)
 2026-05-14 19:15 UTC  (6+ messages)
` [PATCH v2 2/2] ACPI: CPPC: Add ospm_nominal_perf support

[PATCH v6 00/28] KVM: combined patchset for MBEC/GMET support
 2026-05-14 19:13 UTC  (6+ messages)

[PATCH] ASoC: ti: omap-dmic: Fix IS_ERR() vs NULL check bug in omap_dmic_select_fclk()
 2026-05-14 18:52 UTC 

[PATCH v7 00/31] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-14 19:08 UTC  (6+ messages)
` [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook


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