The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-02-03 09:22:31 to 2026-02-03 10:47:04 UTC [more...]

[PATCH v4 0/3] Migrate on fault for device pages
 2026-02-03 10:46 UTC  (3+ messages)
` [PATCH v4 1/3] mm: unified hmm fault and migrate device pagewalk paths

[PATCH] perf: arm_spe: Add barrier before enabling profiling buffer
 2026-02-03 10:46 UTC  (10+ messages)

[PATCH v5 0/4] iio: adc: ad9467: Support alternative backends
 2026-02-03 10:45 UTC  (15+ messages)
` [PATCH v5 1/4] iio: industrialio-backend: support backend capabilities
` [PATCH v5 4/4] iio: adc: ad9467: check for "

[PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks
 2026-02-03 10:45 UTC 

[PATCH 0/2] Add HPET NMI Watchdog support
 2026-02-03 10:45 UTC  (7+ messages)
` [PATCH 1/2] x86/ioapic: Add NMI delivery configuration helper
` [PATCH 2/2] hpet: Add HPET-based NMI watchdog support

[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
 2026-02-03 10:44 UTC  (12+ messages)
` [RFC PATCH v5 02/45] KVM: x86/mmu: Update iter->old_spte if cmpxchg64 on mirror SPTE "fails"
` [RFC PATCH v5 03/45] KVM: TDX: Account all non-transient page allocations for per-TD structures
` [RFC PATCH v5 04/45] KVM: x86: Make "external SPTE" ops that can fail RET0 static calls
` [RFC PATCH v5 05/45] KVM: TDX: Drop kvm_x86_ops.link_external_spt(), use .set_external_spte() for all

[tip: irq/core] genirq: Warn about using IRQF_ONESHOT without a threaded handler
 2026-02-03 10:43 UTC  (4+ messages)

[PATCH v2] nvdimm: virtio_pmem: serialize flush requests
 2026-02-03 10:43 UTC  (3+ messages)

[PATCH net-next v1] icmp: fix ip_rt_bug race in icmp_route_lookup reverse path
 2026-02-03 10:41 UTC  (2+ messages)

[PATCH v2 0/8] media: qcom: iris/venus: fix power domain handling on SM8250
 2026-02-03 10:40 UTC  (5+ messages)

[RESEND PATCH] gfs2: do not evict glocks with populated address spaces
 2026-02-03 10:39 UTC 

[PATCH 1/2] [v2] vduse: avoid adding implicit padding
 2026-02-03 10:39 UTC  (5+ messages)
` [PATCH 2/2] [v2] vduse: fix compat handling for VDUSE_IOTLB_GET_FD/VDUSE_VQ_GET_INFO

[PATCH v3 0/3] Clk improvements
 2026-02-03 10:39 UTC  (11+ messages)
` [PATCH v3 1/3] rust: clk: use the type-state pattern

[PATCH v5] drm/bridge: add of_drm_find_and_get_bridge() and a managed *next_bridge, deprecate of_drm_find_bridge()
 2026-02-03 10:35 UTC  (2+ messages)
` [PATCH v5] drm/bridge: imx8qxp-pixel-link: get/put the next bridge

[PATCH 0/6] Add queue ready message to VDUSE
 2026-02-03 10:35 UTC  (8+ messages)
` [PATCH 1/6] vduse: ensure vq->ready access is smp safe

[PATCH 1/2] vduse: avoid adding implicit padding
 2026-02-03 10:35 UTC  (7+ messages)
` [PATCH 2/2] vduse: fix compat handling for VDUSE_IOTLB_GET_FD/VDUSE_VQ_GET_INFO

[PATCH] arm64: dts: ti: k3-am62a7-sk: Disable mmc Schmitt Trigger
 2026-02-03 10:35 UTC  (5+ messages)

lib/test_hmm.c:932 dmirror_migrate_to_system() error: uninitialized symbol 'ret'
 2026-02-03 10:34 UTC  (2+ messages)

[PATCHSET v12 sched_ext/for-6.20] Add a deadline server for sched_ext tasks
 2026-02-03 10:34 UTC  (7+ messages)
` [PATCH 3/7] sched/debug: Stop and start server based on if it was active

[PATCH v3 00/10] Add support for Renesas RZ/G3L SoC and SMARC-EVK platform
 2026-02-03 10:30 UTC  (11+ messages)
` [PATCH v3 01/10] dt-bindings: dma: rz-dmac: Document RZ/G3L SoC
` [PATCH v3 02/10] dt-bindings: soc: renesas: Document RZ/G3L SoC variants, SMARC SoM and Carrier-II EVK
` [PATCH v3 03/10] dt-bindings: soc: renesas: renesas,rzg2l-sysc: Document RZ/G3L SoC
` [PATCH v3 04/10] soc: renesas: rz-sysc: Add SoC identification for "
` [PATCH v3 05/10] dt-bindings: clock: Document "
` [PATCH v3 06/10] clk: renesas: Add support for "
` [PATCH v3 07/10] arm64: dts: renesas: Add initial DTSI "
` [PATCH v3 08/10] arm64: dts: renesas: Add initial support for RZ/G3L SMARC SoM
` [PATCH v3 09/10] arm64: dts: renesas: renesas-smarc2: Move usb3 nodes to board DTS
` [PATCH v3 10/10] arm64: dts: renesas: Add initial device tree for RZ/G3L SMARC EVK board

[PATCH next 00/12] tools/nolibc: Enhance printf()
 2026-02-03 10:30 UTC  (13+ messages)
` [PATCH next 01/12] tools/nolibc/printf: Move length check to snprintf callback
` [PATCH next 02/12] tools/nolibc/printf: Add buffering to vfprintf() callback
` [PATCH next 03/12] tools/nolibc/printf: output pad spaces in 16 byte chunks
` [PATCH next 04/12] selftests/nolibc: Improve reporting of vfprintf() errors
` [PATCH next 05/12] tools/nolibc/printf: Simplify __nolibc_printf()
` [PATCH next 06/12] tools/nolibc/printf: Add support for left alignment and %[tzLq]d"
` [PATCH next 07/12] tools/nolibc/printf: Prepend the sign after a numeric conversion
` [PATCH next 08/12] tools/nolibc/printf: use bit-match to detect valid conversion characters
` [PATCH next 09/12] tools/nolibc/printf: support precision and zero padding
` [PATCH next 10/12] tools/nolibc/printf: Use bit-pattern for integral formats
` [PATCH 11/12] selftests/nolibc: Increase coverage of printf format tests
` [PATCH 12/12] selftests/nolibc: Use printf("%.*s", n, "") to align output

[PATCH v2 next 0/5] IIO: sca3000: devm resource management
 2026-02-03 10:29 UTC  (9+ messages)
` [PATCH v2 next 1/5] iio: sca3000: cache SPI device ID in probe
` [PATCH v2 next 3/5] iio: sca3000: stop interrupts via devm_add_action_or_reset()

[PATCH v4 00/13] iio: dac: ds4424: add DS4402/DS4404 support and scale
 2026-02-03 10:28 UTC  (19+ messages)
` [PATCH v4 01/13] iio: dac: ds4424: reject -128 RAW value
` [PATCH v4 02/13] iio: dac: ds4424: refactor raw access to use bitwise operations
` [PATCH v4 03/13] iio: dac: ds4424: ratelimit read errors and use device context
` [PATCH v4 04/13] iio: dac: ds4424: sort headers alphabetically
` [PATCH v4 05/13] iio: dac: ds4424: rename iio_info struct to avoid ambiguity
` [PATCH v4 06/13] iio: dac: ds4424: use device match data for chip info
` [PATCH v4 07/13] iio: dac: ds4424: use fsleep() instead of usleep_range()
` [PATCH v4 08/13] dt-bindings: iio: dac: maxim,ds4424: add ds4402/ds4404
` [PATCH v4 09/13] iio: dac: ds4424: add DS4402/DS4404 device IDs
` [PATCH v4 10/13] iio: dac: ds4424: support per-variant output range limits
` [PATCH v4 11/13] iio: dac: ds4424: convert to regmap
` [PATCH v4 12/13] dt-bindings: iio: dac: maxim,ds4424: add maxim,rfs-ohms property
` [PATCH v4 13/13] iio: dac: ds4424: add Rfs-based scale and per-variant limits

[PATCH v4 0/9] MDM9607/MSM8917/MSM8937/MSM8940 MSS
 2026-02-03 10:28 UTC  (9+ messages)
` [PATCH v4 3/9] remoteproc: qcom_q6v5_mss: Add MDM9607
` [PATCH v4 5/9] remoteproc: qcom_q6v5_mss: Add MSM8917
` [PATCH v4 7/9] remoteproc: qcom_q6v5_mss: Add MSM8937
` [PATCH v4 9/9] remoteproc: qcom_q6v5_mss: Add MSM8940

[PATCH v4 00/12] drm/amdgpu: use all SDMA instances for TTM clears and moves
 2026-02-03 10:22 UTC  (13+ messages)
` [PATCH v4 01/12] drm/amdgpu: allocate clear entities dynamically
` [PATCH v4 02/12] drm/amdgpu: allocate move "
` [PATCH v4 03/12] drm/amdgpu: round robin through clear_entities in amdgpu_fill_buffer
` [PATCH v4 04/12] drm/amdgpu: use TTM_NUM_MOVE_FENCES when reserving fences
` [PATCH v4 05/12] drm/amdgpu: use multiple entities in amdgpu_move_blit
` [PATCH v4 06/12] drm/amdgpu: pass all the sdma scheds to amdgpu_mman
` [PATCH v4 07/12] drm/amdgpu: only use working sdma schedulers for ttm
` [PATCH v4 08/12] drm/amdgpu: create multiple clear/move ttm entities
` [PATCH v4 09/12] drm/amdgpu: give ttm entities access to all the sdma scheds
` [PATCH v4 10/12] drm/amdgpu: get rid of amdgpu_ttm_clear_buffer
` [PATCH v4 11/12] drm/amdgpu: rename amdgpu_fill_buffer as amdgpu_ttm_clear_buffer
` [PATCH v4 12/12] drm/amdgpu: split amdgpu_ttm_set_buffer_funcs_status in 2 funcs

[RFC PATCH v2] media: Virtual camera driver
 2026-02-03 10:27 UTC  (2+ messages)

[PATCH v3 0/2] Optimize secure erase performance for certain Kingston eMMC devices
 2026-02-03 10:29 UTC  (3+ messages)
` [PATCH v3 1/2] block: decouple secure erase size limit from discard size limit
` [PATCH v3 2/2] mmc: add quirk to optimize certain Kingston eMMC secure erase/trim performance

[PATCH v5] stm: class: Add MIPI OST protocol support
 2026-02-03 10:26 UTC  (3+ messages)

[PATCH net-next] net/mlx5: Support devlink port state for host PF
 2026-02-03 10:24 UTC 

[PATCH v3 0/2] Improve handling of the __klp_{objects,funcs} sections in modules
 2026-02-03 10:24 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Remove trailing whitespace in rtw_mlme.c
 2026-02-03 10:21 UTC 

[PATCH net-next v4 7/9] dpll: Add reference count tracking support
 2026-02-03 10:21 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v3 0/2] rust: add new workqueue functions
 2026-02-03 10:19 UTC  (10+ messages)
` [PATCH v3 2/2] rust: add system_percpu() around the new system_percpu_wq

[PATCH net] iavf: fix deadlock in reset handling
 2026-02-03 10:19 UTC  (5+ messages)
  ` [Intel-wired-lan] "

[PATCH] arm64: dts: qcom: sm8550: Update EAS properties
 2026-02-03 10:19 UTC  (8+ messages)

[PATCH mm-unstable] arch, mm: consolidate empty_zero_page
 2026-02-03 10:17 UTC  (4+ messages)

[PATCH v3 0/2] Reserve eDMA channels 0-1 for V2X
 2026-02-03 10:16 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: dts: imx95: "

[PATCH net-next 0/5] devlink: add per-port resource support
 2026-02-03 10:16 UTC  (3+ messages)
` [PATCH net-next 4/5] selftest: netdevsim: Add devlink port resource test

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-02-03  9:56 UTC  (7+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH 0/7] media: iris: add support for kaanapali platform
 2026-02-03 10:13 UTC  (4+ messages)
` [PATCH 2/7] of: factor out of_map_id() code

[PATCH v2 0/8] iio: dac: ds4424: add DS4402/DS4404 support and scale
 2026-02-03 10:13 UTC  (6+ messages)
` [PATCH v2 5/8] iio: dac: ds4424: convert to regmap

[PATCH 0/3] Enable CTCU and ETR devices for multiple QCOM platforms
 2026-02-03 10:13 UTC  (9+ messages)
` [PATCH 1/3] dt-binding: document QCOM platforms for CTCU device

[net-next v22 4/7] net: mtip: Add net_device_ops functions to the L2 switch driver
 2026-02-03 10:03 UTC  (3+ messages)
` [net-next,v22,4/7] "

[PATCH v8 00/18] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
 2026-02-03 10:11 UTC  (6+ messages)
` [PATCH v8 05/18] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use

[PATCH 0/2] Fix a __clk_core_init parental issue
 2026-02-03 10:13 UTC  (3+ messages)
` [PATCH 1/2] clk: Disable CLK_OPS_PARENT_ENABLED parent only after CRITICAL check

[syzbot] [input?] [usb?] WARNING in asus_remove
 2026-02-03 10:09 UTC  (2+ messages)

[PATCH] thunderbolt: Fix PCIe device enumeration with delayed rescan
 2026-02-03 10:07 UTC  (10+ messages)

[PATCH v2] apple-gmux: preserve brightness using EFI
 2026-02-03 10:06 UTC 

[PATCH V3] writeback: Fix wakeup and logging timeouts for !DETECT_HUNG_TASK
 2026-02-03 10:06 UTC  (2+ messages)

[PATCH v3 0/2] Enable AONMIX MQS for IMX95-15x15-FRDM board
 2026-02-03 10:03 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: dts: imx95: add AONMIX MQS node
` [PATCH v3 2/2] arm64: dts: imx95-15x15-frdm: support AONMIX MQS

[PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
 2026-02-03 10:04 UTC  (5+ messages)

[PATCH v6 0/8] ADF41513/ADF41510 PLL frequency synthesizers
 2026-02-03 10:04 UTC  (5+ messages)
` [PATCH v6 2/8] iio: core: add fixed point parsing with 64-bit parts

[PATCH] codetag: Avoid codetag race between same slab object alloc and free
 2026-02-03 10:02 UTC  (3+ messages)

[syzbot] [gfs2?] memory leak in __kthread_create_on_node
 2026-02-03 10:01 UTC  (2+ messages)

[PATCH v3 0/2] PCI: Add support for ACS Enhanced Capability
 2026-02-03  9:59 UTC  (4+ messages)
` [PATCH v3 2/2] PCI: Add the enhanced ACS controls check to pci_acs_flags_enabled()

[PATCH] sched/psi: Skip CPUs with zero non-idle jiffies in per-cpu aggregation
 2026-02-03 10:00 UTC 

[PATCH -next v2 00/22] ext4: use iomap for regular file's buffered I/O path
 2026-02-03  9:59 UTC  (3+ messages)
` [PATCH -next v2 03/22] ext4: only order data when partially block truncating down

[PATCH bpf] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-02-03  9:57 UTC  (8+ messages)

[PATCH] drm/logicvc: Fix device node reference leak in logicvc_drm_config_parse()
 2026-02-03  9:57 UTC  (2+ messages)

[PATCH phy] phy: enter drivers/phy/Makefile even without CONFIG_GENERIC_PHY
 2026-02-03  9:56 UTC  (2+ messages)

[PATCH v2 0/3] Enable CTCU and ETR devices for multiple QCOM platforms
 2026-02-03  9:55 UTC  (8+ messages)
` [PATCH v2 1/3] dt-binding: document QCOM platforms for CTCU device
` [PATCH v2 2/3] arm64: dts: qcom: hamoa: enable ETR and CTCU devices
` [PATCH v2 3/3] arm64: dts: qcom: sm8750: "

[PATCH net-next v3] net: bridge: use sysfs_emit instead of sprintf
 2026-02-03  9:55 UTC  (2+ messages)

[PATCH v7] sched/clock: Avoid false sharing for sched_clock_irqtime
 2026-02-03  9:55 UTC  (2+ messages)

[PATCH v2 0/2] arm_mpam: Add support for the MPAM v0.1 architecture version
 2026-02-03  9:54 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: cpufeature: "
` [PATCH v2 2/2] arm_mpam: Update architecture version check for MPAM MSC

[PATCH v4 00/14] drm/imx: dc: Use prefetch engine
 2026-02-03  9:54 UTC  (10+ messages)
` [PATCH v4 07/14] drm/imx: dc: Add DPR channel support

[Kernel Bug] WARNING in mempool_alloc_noprof
 2026-02-03  9:52 UTC  (4+ messages)

[PATCH] Input: cyapa - fix missing input->mutex when calling input_device_enabled()
 2026-02-03  9:52 UTC  (2+ messages)

[PATCH v2 00/11] gpio: Adopt revocable mechanism for UAF prevention
 2026-02-03  9:51 UTC  (3+ messages)
` [PATCH v2 08/11] gpio: cdev: Leverage revocable for accessing struct gpio_chip

[PATCHv6 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-02-03  9:50 UTC  (3+ messages)
` [PATCHv6 11/17] mm/hugetlb: Remove fake head pages

[PATCH v2 0/2] Add Meta (Facebook) SanMiguel BMC (AST2620)
 2026-02-03  9:48 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: aspeed: add Meta SanMiguel BMC
` [PATCH v2 2/2] ARM: dts: "

[PATCH v6 0/4] arm64: dts: qcom: Introduce Glymur SoC dtsi and Glymur CRD dts
 2026-02-03  9:50 UTC  (8+ messages)

[RFC PATCH] media: Virtual camera driver
 2026-02-03  9:50 UTC  (5+ messages)

[PATCH v2 0/3] Add support for Awinic AW86938 haptic driver
 2026-02-03  9:49 UTC  (9+ messages)
` [PATCH v2 2/3] Input: aw86938 - add driver for Awinic AW86938

[BUG] bluetooth: hci_h5: kernel panic in h5_recv (general protection fault / KASAN null-ptr-deref) via TTY ioctls (syzkaller)
 2026-02-03  9:45 UTC 

[PATCH v2 0/2] iio: gyro: mpu3050: use pm_runtime_resume_and_get()
 2026-02-03  9:45 UTC  (3+ messages)
` [PATCH v2 2/2] iio: gyro: mpu3050-core: "

[PATCH v2 00/13] iio: remove unused struct fields across drivers
 2026-02-03  9:44 UTC  (4+ messages)
` [PATCH v2 11/13] iio: imu: bmi323: remove unused drdy_trigger_enabled

[PATCH net-next V7 00/14] devlink and mlx5: Support cross-function rate scheduling
 2026-02-03  9:44 UTC  (4+ messages)
` [PATCH net-next V7 02/14] devlink: introduce shared devlink instance for PFs on same chip

[PATCH v15 6/7] modsign: Enable ML-DSA module signing
 2026-02-03  9:42 UTC  (7+ messages)
  ` [PATCH v15 0/7] x509, pkcs7, crypto: Add ML-DSA signing

[PATCH V1] nvme-pci: Fix NULL pointer dereference in nvme_pci_prp_iter_next
 2026-02-03  9:42 UTC  (6+ messages)

[PATCH 1/2] crypto: safexcel - Group authenc ciphersuites
 2026-02-03  9:42 UTC  (4+ messages)
` [PATCH 2/2] crypto: safexcel - Add support for authenc(hmac(md5),*) suites

[PATCH v7 0/7] Enhanced autonomous selection and improvements
 2026-02-03  9:41 UTC  (6+ messages)
` [PATCH v7 4/7] ACPI: CPPC: add APIs and sysfs interface for min/max_perf

[PATCH v3 0/4] LoongArch: KVM: Add FPU delay load support
 2026-02-03  9:37 UTC  (11+ messages)
` [PATCH v3 4/4] "

[next-20260130] scripts/sign-file: build failure on OpenSSL < CMS_NO_SIGNING_TIME
 2026-02-03  9:39 UTC  (3+ messages)

[BUG] soft lockup in seq_read while reading io_uring fdinfo
 2026-02-03  9:39 UTC 

[PATCH] iio: gyro: mpu3050-i2c: use pm_runtime_resume_and_get()
 2026-02-03  9:39 UTC  (3+ messages)

[BUG] hung task in arch_jump_label_transform_queue
 2026-02-03  9:36 UTC 

[PATCH v2] gpio: Fix resource leaks on errors in gpiochip_add_data_with_key()
 2026-02-03  9:35 UTC  (2+ messages)

[PATCH] cpufreq: docs: Update description of rate_limit_us default value
 2026-02-03  9:35 UTC 

[PATCH] arm64: dts: imx8mq: Restore VPU G2 clock to 600MHz for 4K60fps decoding
 2026-02-03  9:33 UTC  (8+ messages)

[PATCH v3 00/47] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-02-03  9:33 UTC  (8+ messages)
` [PATCH v3 41/47] arm_mpam: Generate a configuration for min controls

[PATCH 00/11] Add explicit power-domain and clock voting for QCOM-ICE
 2026-02-03  9:31 UTC  (12+ messages)
` [PATCH 01/11] dt-bindings: crypto: qcom,ice: Require power-domain and iface clk
` [PATCH 11/11] soc: qcom: ice: Add explicit power-domain and clock voting calls for ICE

[PATCH v2] arm64/mpam: Support partial-core boot for MPAM
 2026-02-03  9:31 UTC 

[PATCH 0/3] arm64: dts: qcom: sm8550: Fix DTBO boot failure
 2026-02-03  9:28 UTC  (5+ messages)
` [PATCH 2/3] arm64: dts: qcom: sm8550: Add tz-log node

[PATCH RFC net-next] net/smc: transition to RDMA core CQ pooling
 2026-02-03  9:24 UTC  (3+ messages)

[PATCH] arm64/mpam: Support partial-core boot for MPAM
 2026-02-03  9:22 UTC  (7+ messages)


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