The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-05-09 18:02:01 to 2026-05-10 00:14:47 UTC [more...]

[RFC] Maintenance status of SPS30 driver and related Tomasz Duszynski entries
 2026-05-10  0:14 UTC 

[PATCH v1 0/4] drm/panel-edp: Add and update multiple AUO, BOE, CMN, and IVO panels
 2026-05-10  0:14 UTC  (9+ messages)
` [PATCH v1 1/4] drm/panel-edp: Add AUO B140XTN07.5, AUO B140HAK03.5, AUO B116XTN02.3, AUO B140XTK02.4, AUO B140HAN07.7
` [PATCH v1 2/4] drm/panel-edp: Add BOE NT140WHM-N4T, BOE NT140WHM-T05, BOE NV140FHM-N40
` [PATCH v1 3/4] drm/panel-edp: Add CMN N116BCN-EA1, CMN N140HCA-EEK, IVO M140NWFQ R5, IVO R140NWFW R0
` [PATCH v1 4/4] drm/panel-edp: Modify panel name and delay for CMN 0x14d6

[PATCH] iio: chemical: sps30: Replace manual locking with RAII locking
 2026-05-09 23:55 UTC  (5+ messages)

[PATCH v2] ntfs3: Allocate iomap inline_data using alloc_page
 2026-05-09 23:53 UTC 

[PATCH v10 0/7] Add AMD ISP4 driver
 2026-05-09 23:49 UTC  (7+ messages)

[PATCH 0/7] hwmon: (pmbus/adm1266) RTC fix, blackbox, FW rev, rtc_class
 2026-05-09 23:49 UTC  (4+ messages)

[PATCH RFC v4 00/10] AD9910 Direct Digital Synthesizer
 2026-05-09 23:42 UTC  (4+ messages)
` [PATCH RFC v4 10/10] docs: iio: add documentation for ad9910 driver

[PATCH net] idpf: handle NULL adev in idpf_idc_vdev_mtu_event
 2026-05-09 23:37 UTC 

[PATCH v6 06/25] iommu/io-pgtable-arm: Rework to use the iommu-pages API
 2026-05-09 23:34 UTC  (16+ messages)
    ` [PATCH v6 08/25] KVM: arm64: iommu: Shadow host stage-2 page table
    ` [PATCH v6 04/25] iommu/arm-smmu-v3: Move TLB range invalidation into common code
    ` [PATCH v6 05/25] iommu/arm-smmu-v3: Move IDR parsing to common functions

[PATCH] ntfs3: Allocate iomap inline_data using alloc_page
 2026-05-09 23:33 UTC 

[PATCH bpf v2] bpf: Fix off-by-one boundary validation in arena direct-value access
 2026-05-09 23:20 UTC 

[PATCH bpf v4] xskmap: reject TX-only AF_XDP sockets
 2026-05-09 23:20 UTC  (2+ messages)

MAINTAINERS: Add self for the 3c509 network driver
 2026-05-09 23:05 UTC  (2+ messages)

[PATCH] tpm: Remove dead NULL check in tpm2_flush_space()
 2026-05-09 22:54 UTC  (2+ messages)

[PATCH v4] 00/30] Cleaning up the KVM clock mess
 2026-05-09 22:46 UTC  (31+ messages)
` [PATCH v4 01/30] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [PATCH v4 02/30] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v4 03/30] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v4 04/30] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v4 05/30] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v4 06/30] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v4 07/30] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v4 08/30] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v4 09/30] KVM: x86: WARN if kvm_get_walltime_and_clockread() fails unexpectedly
` [PATCH v4 10/30] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v4 11/30] KVM: x86: Add WARN and restructure get_kvmclock()
` [PATCH v4 12/30] KVM: x86: Use get_kvmclock_base_ns() as fallback in get_kvmclock()
` [PATCH v4 13/30] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v4 14/30] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v4 15/30] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v4 16/30] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v4 17/30] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v4 18/30] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v4 19/30] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v4 20/30] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v4 21/30] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v4 22/30] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v4 23/30] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v4 24/30] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v4 25/30] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v4 26/30] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v4 27/30] KVM: x86: Add KVM_VCPU_TSC_EFFECTIVE_FREQ attribute
` [PATCH v4 28/30] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v4 29/30] x86/kvm: Obtain TSC frequency from CPUID if present
` [PATCH v4 30/30] x86/xen: "

[PATCH net-next v11 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-05-09 22:44 UTC  (4+ messages)
` [PATCH net-next v11 1/4] tun/tap: add ptr_ring consume helper with netdev queue wakeup

[PATCH] arm: boot: ep93xx: don't rely on machine_is_*() for removed board files
 2026-05-09 22:38 UTC 

[PATCH] tpm: Fix uninitialized name_size_alg in tpm_buf_append_name()
 2026-05-09 22:34 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v3 0/1] dt-bindings: iio: adc: add AD7816/AD7817/AD7818 binding
 2026-05-09 22:21 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-09 22:10 UTC 

[PATCH v2 0/2] iio: magnetometer: add MEMSIC MMC5983MA driver
 2026-05-09 22:09 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: iio: magnetometer: add MEMSIC MMC5983MA
` [PATCH v2 2/2] iio: magnetometer: add driver for "

[PATCH] irqchip/mbigen: add COMPILE_TEST support
 2026-05-09 21:59 UTC  (4+ messages)

checkpatch false positive for "do not use assignment in if condition"
 2026-05-09 21:53 UTC 

[PATCH] iio: chemical: scd30: Prevent potential divide-by-zero error
 2026-05-09 21:53 UTC  (5+ messages)

[PATCH 0/2] drm/panel: Add panel driver for Chipone ICNA35XX based panels
 2026-05-09 21:51 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: display: panel: Add Chipone ICNA 35xx OLED driver bindings
` [PATCH 2/2] drm/panel: Add panel driver for Chipone ICNA35XX based panels

[PATCH net] net: ethtool: phy: avoid NULL deref when PHY driver is unbound
 2026-05-09 21:50 UTC 

[PATCH v4 0/1] leds: Introduce the multi_max_intensity sysfs attribute
 2026-05-09 21:46 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH v3 0/9] iio: introduce devm_ API for hid sensro setup and cleanup
 2026-05-09 21:44 UTC  (8+ messages)
` [PATCH v3 1/9] iio: hid-sensors: drop redundant iio_dev argument
` [PATCH v3 2/9] iio: hid-sensors: cleanup codestyle warning
` [PATCH v3 4/9] iio: gyro: hid-sensor-gyro-3d: "

[PATCH v2] sh: maple: fix empty port handling
 2026-05-09 21:12 UTC 

[PATCH v2 0/3] security, sched: Expand task_setscheduler LSM hook and related fixes
 2026-05-09 21:38 UTC  (5+ messages)
` [PATCH v2 1/3] cgroup/cpuset: Fix deadline bandwidth leak in cpuset_can_attach()
` [PATCH v2 2/3] security: Expand task_setscheduler LSM hook to include CPU affinity mask
` [PATCH v2 3/3] mips: sched: Fix CPUMASK_OFFSTACK memory corruption

[PATCH wireless-next] wifi: rt2x00: allocate anchor with rt2x00dev
 2026-05-09 21:18 UTC  (2+ messages)

[PATCH] arm: mm: init: update checks for Integrator boards to use the DT
 2026-05-09 21:14 UTC 

[PATCH 2/5] docs: fix repeated word 'that' across documentation
 2026-05-09 21:12 UTC  (3+ messages)
` [PATCH v2 2/4] "

[PATCH net-next] net: phy: intel-xway: fix typo in Kconfig description
 2026-05-09 21:07 UTC 

[PATCH 4/5] docs: fix repeated prepositions across documentation
 2026-05-09 21:07 UTC  (8+ messages)
` [PATCH v2 4/4] docs: fix repeated word 'in' in networking documentation

[PATCH] net: phy: intel-xway: add PHY-level statistics via ethtool
 2026-05-09 20:59 UTC 

[PATCH net-next] FDDI: defza: Sanitise the reset safety timer
 2026-05-09 21:04 UTC 

[PATCH v3 0/5] iio: dac: ad5504: bindings, cleanups, and scale fixes
 2026-05-09 20:59 UTC  (4+ messages)
` [PATCH v3 5/5] iio: dac: ad5504: fix scale via output-range-microvolt

[RFC v2 0/2] add kconfirm
 2026-05-09 20:38 UTC  (3+ messages)
` [RFC PATCH v2 1/2] scripts: "
` [RFC PATCH v2 2/2] Documentation: dev-tools: "

[PATCH v4 0/3] iio: adc: ti-ads1298: Minor driver cleanups
 2026-05-09 20:36 UTC  (5+ messages)
` [PATCH v4 2/3] iio: adc: ti-ads1298: Fix incorrect timeout comment
` [PATCH v4 3/3] iio: adc: ti-ads1298: Remove unnecessary CONFIG2 write during init

[PATCH] fs/resctrl: Free mon_data structures on rdt_get_tree() failure
 2026-05-09 20:25 UTC  (4+ messages)

[PATCH v2] staging: iio: addac: adt7316: check SPI write errors in probe
 2026-05-09 20:25 UTC  (2+ messages)

[PATCH net-next 2/2] net: pcs: xpcs: Add handling for 4 channel rsfec device
 2026-05-09 20:15 UTC  (3+ messages)

drivers/firmware/efi/test/efi_test.c:364:38: sparse: sparse: incorrect type in initializer (different address spaces)
 2026-05-09 20:14 UTC 

[PATCH 2/3] KVM: x86: conditionally clear KVM_REQ_MASTERCLOCK_UPDATE at the end of KVM_SET_CLOCK
 2026-05-09 20:04 UTC 

[PATCH v2] powerpc: fix dead default for GUEST_STATE_BUFFER_TEST
 2026-05-09 19:56 UTC 

[PATCH v3 0/3] Documentation: security-bugs: new updates covering triage and AI
 2026-05-09 19:51 UTC  (3+ messages)
` [PATCH v3 2/3] Documentation: security-bugs: explain what is and is not a security bug

[PATCH v2] s390: fix dead defaults for S390_MODULES_SANITY_TEST and S390_UNWIND_SELFTEST
 2026-05-09 19:50 UTC 

[PATCH v2 2/3] Documentation: security-bugs: explain what is and is not a security bug
 2026-05-09 19:50 UTC  (3+ messages)

[PATCH 1/2] iommu/riscv: Map IMSIC addresses for paging domains
 2026-05-09 19:47 UTC  (3+ messages)

回复:[PATCH v13 net-next 03/11] net/nebula-matrix: add chip related definitions
 2026-05-09 19:43 UTC  (4+ messages)
        ` 回复:回复:[PATCH "

[PATCH v3] dt-bindings: mfd: st,stmpe: fix PWM schema and drop legacy binding
 2026-05-09 19:39 UTC 

[PATCH net 0/2] vsock/virtio: fix vsockmon tap skb construction
 2026-05-09 19:38 UTC  (2+ messages)

[PATCH v5 00/28] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-09 19:35 UTC  (8+ messages)
` [PATCH v5 09/28] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio

[syzbot] [bridge?] kernel BUG in __get_vm_area_node
 2026-05-09 19:35 UTC 

[PATCH v2] dt-bindings: iio: adc: Convert xilinx-xadc bindings to YAML schema
 2026-05-09 19:24 UTC  (2+ messages)

[net-next v8 0/3] Add RSS and LRO support
 2026-05-09 19:09 UTC  (4+ messages)
` [net-next v8 1/3] net: ethernet: mtk_eth_soc: Add register definitions for RSS and LRO
` [net-next v8 2/3] net: ethernet: mtk_eth_soc: Add RSS support
` [net-next v8 3/3] net: ethernet: mtk_eth_soc: Add LRO support

[PATCH v2] tpm: restore timeout for key creation commands
 2026-05-09 19:07 UTC  (3+ messages)

[PATCH] tpm: svsm: constify tpm_chip_ops
 2026-05-09 19:02 UTC  (2+ messages)

[PATCH v2 0/8] drm/sun4i: update DE33 support
 2026-05-09 19:00 UTC  (9+ messages)
` [PATCH v2 1/8] clk: sunxi-ng: de2: Fix Display Engine 3.3 definitions
` [PATCH v2 2/8] clk: sunxi-ng: de2: Export register regmap for DE33
` [PATCH v2 3/8] drm/sun4i: Add support for DE33 CSC
` [PATCH v2 4/8] drm/sun4i: vi_layer: Limit formats for DE33
` [PATCH v2 5/8] dt-bindings: display: allwinner: Add DE33 planes
` [PATCH v2 6/8] drm/sun4i: Add planes driver
` [PATCH v2 7/8] dt-bindings: display: allwinner: Split H616 DE33 layer reg space
` [PATCH v2 8/8] drm/sun4i: switch DE33 to new bindings

[PATCH v4] dt-bindings: rtc: epson,rx6110: Convert to DT Schema
 2026-05-09 18:56 UTC 

[PATCH v4 1/3] iio: adc: ti-ads1298: Add parentheses around macro parameter
 2026-05-09 15:19 UTC  (2+ messages)

[PATCH] tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()
 2026-05-09 18:51 UTC 

[GIT PULL] fsverity fix for v7.1-rc3
 2026-05-09 18:49 UTC  (2+ messages)

[PATCH] clk: keystone: sci-clk: fix application of sizeof to pointer
 2026-05-09 11:34 UTC  (2+ messages)

[PATCH v2] lib/crypto: powerpc/md5: Drop powerpc optimized MD5 code
 2026-05-09 18:41 UTC  (2+ messages)

[GIT PULL] Rust fixes for 7.1
 2026-05-09 18:39 UTC  (2+ messages)

[PATCH] fbdev: make sh_mobile_lcdc independent of FB_DEVICE
 2026-05-09 18:27 UTC 

[PATCH] ASoC: tas2781: reject too-short writes to acoustic_ctl debugfs
 2026-05-09 17:51 UTC 

[PATCH] iio: chemical: scd30: make command lookup table const
 2026-05-09 11:16 UTC  (2+ messages)
` [PATCH 3/3] "

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

[PATCH v2] software node: provide wrappers around kobject_get/put()
 2026-05-09 18:29 UTC 

[PATCH] platform/x86: tuxedo-laptop: Add MECHREVO WUJIE Series keyboard backlight
 2026-05-09 18:19 UTC 

[PATCH 2/2] dt-bindings: Add clock guard DT description
 2026-05-09 18:22 UTC 

[PATCH] usb: gadget: goku_udc: avoid NULL deref of dev->driver in INT_USBRESET log
 2026-05-09 11:06 UTC 

[PATCH 00/11] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-05-09 18:21 UTC  (5+ messages)
` [PATCH 03/11] preempt: Introduce __preempt_count_{sub, add}_return()

[PATCH v3] dt-bindings: rtc: epson,rx6110: Convert to DT Schema
 2026-05-09 18:18 UTC 

[PATCH 0/3] watchdog: realtek-otto: Make use of regmap API and add RTL9607C support
 2026-05-09 18:13 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: watchdog: realtek,otto-wdt: add compatible for RTL9607C

[LLVM BUILD BUG] Stack frame size exceeds limit for dml30_ModeSupportAndSystemConfigurationFull
 2026-05-09 18:13 UTC 

[RFC PATCH 03/19] mm/damon/core: introduce damon_filter
 2026-05-09 18:11 UTC 

[PATCH] dt-bindings: misc: Add binding for Xilinx AXI-Stream FIFO
 2026-05-09 18:11 UTC  (2+ messages)

[PATCH v6 0/5 RESEND] sched/fair: SMT-aware asymmetric CPU capacity
 2026-05-09 18:07 UTC  (6+ messages)
` [PATCH 1/5] sched/fair: Drop redundant RCU read lock in NOHZ kick path
` [PATCH 2/5] sched/fair: Attach sched_domain_shared to sd_asym_cpucapacity
` [PATCH 3/5] sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selection
` [PATCH 4/5] sched/fair: Reject misfit pulls onto busy SMT siblings on asym-capacity
` [PATCH 5/5] sched/fair: Add SIS_UTIL support to select_idle_capacity()

[RFC PATCH 08/19] mm/damon/paddr: support data attributes monitoring
 2026-05-09 18:08 UTC 

(no subject)
 2026-05-09 18:07 UTC  (7+ messages)
` [PATCH 1/5] sched/fair: Drop redundant RCU read lock in NOHZ kick path
` [PATCH 2/5] sched/fair: Attach sched_domain_shared to sd_asym_cpucapacity
` [PATCH 3/5] sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selection
` [PATCH 4/5] sched/fair: Reject misfit pulls onto busy SMT siblings on asym-capacity
` [PATCH 5/5] sched/fair: Add SIS_UTIL support to select_idle_capacity()
` 

[PATCH v1 00/18] Backport fixes for -Wdiscarded-qualifiers and -Wnonnull with newer glibc
 2026-05-09 17:35 UTC  (19+ messages)
` [PATCH v1 01/18] libbpf: Fix -Wdiscarded-qualifiers under C23
` [PATCH v1 02/18] perf diff: Constify strchr() return variables
` [PATCH v1 03/18] perf test bpf: Address error about non-null argument for epoll_pwait 2nd arg
` [PATCH v1 04/18] perf list: Fix -Wdiscarded-qualifiers under C23
` [PATCH v1 05/18] perf trace: Deal with compiler const checks
` [PATCH v1 06/18] perf tools: Use const for variables receiving str{str,r?chr}() returns
` [PATCH v1 07/18] perf parse-events: Fix -Wdiscarded-qualifiers under C23
` [PATCH v1 08/18] perf tools: Remove unused color_fwrite_lines
` [PATCH v1 09/18] perf strlist: Don't write to const memory
` [PATCH v1 10/18] perf metricgroup: Constify variables storing the result of strchr() on const tables
` [PATCH v1 11/18] perf session: Don't write to memory pointed to a const pointer
` [PATCH v1 12/18] perf trace-event: Constify variables storing the result of strchr() on const tables
` [PATCH v1 13/18] perf units: "
` [PATCH v1 14/18] perf bpf: Fix -Wdiscarded-qualifiers under C23
` [PATCH v1 15/18] perf time-utils: Constify variables storing the result of strchr() on const tables
` [PATCH v1 16/18] perf demangle-java: "
` [PATCH v1 17/18] perf parse-events:: Fix -Wdiscarded-qualifiers under C23
` [PATCH v1 18/18] perf bpf-event: Constify variables storing the result of strchr() on const tables


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