The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-10-26 14:49:29 to 2025-10-26 21:30:05 UTC [more...]

[PATCH v6 0/3] Add OP-TEE based RPMB driver for UFS devices
 2025-10-26 21:25 UTC  (4+ messages)
` [PATCH v6 1/3] scsi: ufs: core: Convert string descriptor format macros to enum
` [PATCH v6 2/3] scsi: ufs: core: fix incorrect buffer duplication in ufshcd_read_string_desc()
` [PATCH v6 3/3] scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices

[PATCH v2 00/21] Runtime TDX Module update support
 2025-10-26 21:30 UTC  (20+ messages)

[PATCH v5 0/8] gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC
 2025-10-26 21:29 UTC  (7+ messages)
` [PATCH v5 1/8] of/irq: Introduce for_each_of_imap_item
` [PATCH v5 2/8] of: unittest: Add a test case for for_each_of_imap_item iterator
` [PATCH v5 6/8] dt-bindings: soc: renesas: Add the Renesas RZ/N1 GPIO Interrupt Multiplexer

[PATCH net-next v3 0/4] net: mdio: implement optional PHY reset before MDIO access
 2025-10-26 21:20 UTC  (3+ messages)
` [PATCH net-next v3 3/4] dt-bindings: net: mdio: add phy-id-read-needs-reset property

[PATCH 0/3] Add extreme platform profile
 2025-10-26 21:19 UTC  (10+ messages)
` [PATCH 1/3] acpi: platform_profile - Add Extreme profile option
` [PATCH 2/3] platform/x86: lenovo-wmi-gamezone Use Extreme vice balanced-performance
` [PATCH 3/3] platform/x86: lenovo-wmi-gamezone Use explicit allow list

linux-next: duplicate patch in the gpio-brgl tree
 2025-10-26 21:17 UTC 

[PATCH] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Restrict resets per each device
 2025-10-26 21:17 UTC  (2+ messages)

Can't boot kernel 6.17.4+ via rEFInd
 2025-10-26 21:13 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the bluetooth tree
 2025-10-26 21:13 UTC 

[PATCH v5 0/4] media: imx-mipi-csis: Get the number of active lanes from mbus_config
 2025-10-26 21:11 UTC  (8+ messages)
` [PATCH v5 2/4] media: imx-mipi-csis: Move redundant debug print in probe
` [PATCH v5 3/4] media: imx-mipi-csis: Add num_data_lanes to mipi_csis_device
` [PATCH v5 4/4] media: imx-mipi-csis: Support active data lanes differing from maximum

[PATCH v3 0/6] Allwinner: A523: add support for A523 THS0/1 controllers
 2025-10-26 21:09 UTC  (3+ messages)
` [PATCH v3 1/6] dt-bindings: thermal: sun8i: Add "

linux-next: duplicate patches in the mfd-fixes tree
 2025-10-26 21:08 UTC 

[PATCH v2 0/8] Guaranteed CMA
 2025-10-26 20:36 UTC  (9+ messages)
` [PATCH v2 1/8] mm: implement cleancache
` [PATCH v2 2/8] mm/cleancache: add cleancache LRU for folio aging
` [PATCH v2 3/8] mm/cleancache: readahead support
` [PATCH v2 4/8] mm/cleancache: add sysfs interface
` [PATCH v2 5/8] mm/tests: add cleancache kunit test
` [PATCH v2 6/8] add cleancache documentation
` [PATCH v2 7/8] mm: introduce GCMA
` [PATCH v2 8/8] mm: integrate GCMA with CMA using dt-bindings

[PATCH 0/4] Add watchdog support for bcm2712
 2025-10-26 20:22 UTC  (11+ messages)
` [PATCH 1/4] pmdomain: bcm: bcm2835-power: Prepare to support BCM2712
` [PATCH 2/4] dt-bindings: soc: bcm: Add bcm2712 compatible
` [PATCH 3/4] mfd: bcm2835-pm: Add support for BCM2712
` [PATCH 4/4] arm64: dts: broadcom: bcm2712: Add watchdog DT node

[PATCH v2 0/2] checkpatch --debug rx=1 facility
 2025-10-26 20:21 UTC  (3+ messages)
` [PATCH v2 1/2] checkpatch: add --debug rx=1|foo option and drx_print() helper
` [PATCH v2 2/2] checkpatch: 3 use-cases for --debug rx=1 option

[PATCH net] net/mlx5: Don't zero user_count when destroying FDB tables
 2025-10-26 20:20 UTC 

[PATCH] kbuild: align modinfo section for Secureboot Authenticode EDK2 compat
 2025-10-26 20:21 UTC 

[PATCH v9 00/22] Enable FRED with KVM VMX
 2025-10-26 20:19 UTC  (23+ messages)
` [PATCH v9 01/22] KVM: VMX: Enable support for secondary VM exit controls
` [PATCH v9 02/22] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v9 03/22] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v9 04/22] x86/cea: Prefix event stack names with ESTACK_
` [PATCH v9 05/22] x86/cea: Use array indexing to simplify exception stack access
` [PATCH v9 06/22] x86/cea: Export __this_cpu_ist_top_va() to KVM
` [PATCH v9 07/22] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v9 08/22] KVM: VMX: Set FRED MSR intercepts
` [PATCH v9 09/22] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v9 10/22] KVM: VMX: Add support for saving and restoring FRED MSRs
` [PATCH v9 11/22] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v9 12/22] KVM: VMX: Virtualize FRED event_data
` [PATCH v9 13/22] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v9 14/22] KVM: x86: Save/restore the nested flag of an exception
` [PATCH v9 15/22] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v9 16/22] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v9 17/22] KVM: x86: Advertise support for FRED
` [PATCH v9 18/22] KVM: nVMX: Enable support for secondary VM exit controls
` [PATCH v9 19/22] KVM: nVMX: Handle FRED VMCS fields in nested VMX context
` [PATCH v9 20/22] KVM: nVMX: Validate FRED-related VMCS fields
` [PATCH v9 21/22] KVM: nVMX: Guard SHADOW_FIELD_R[OW] macros with VMX feature checks
` [PATCH v9 22/22] KVM: nVMX: Enable VMX FRED controls

[PATCH 0/6] platform/x86: lenovo-wmi-{capdata,other}: Add HWMON for fan speed
 2025-10-26 20:19 UTC  (10+ messages)
` [PATCH 3/6] platform/x86: lenovo-wmi-capdata: Add support for Capability Data 00
` [PATCH 4/6] platform/x86: lenovo-wmi-other: Add HWMON for fan speed RPM

[PATCH] crypto: qce: Provide dev_err_probe() status on DMA failure
 2025-10-26 20:16 UTC  (3+ messages)

[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
 2025-10-26 20:05 UTC  (5+ messages)

[PATCH net V3 0/3] tls: Introduce and use RX async resync request cancel function
 2025-10-26 20:03 UTC  (4+ messages)
` [PATCH net V3 1/3] net: tls: Change async resync helpers argument
` [PATCH net V3 2/3] net: tls: Cancel RX async resync request on rcd_delta overflow
` [PATCH net V3 3/3] net/mlx5e: kTLS, Cancel RX async resync request in error flows

[PATCH v2] HID: quirks: Add device descriptor for 4c4a:4155
 2025-10-26 19:58 UTC  (8+ messages)
          ` [PATCH v4] HID: quirks: Change manufacturer "

[PATCH] headers: Add check for C standard version
 2025-10-26 19:58 UTC 

[PATCH 0/5] hwmon: Add TSC1641 I2C power monitor driver
 2025-10-26 19:58 UTC  (12+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] dt-bindings: hwmon: Add support for ST TSC1641 power monitor
  ` [PATCH v2 2/2] hwmon: Add TSC1641 I2C power monitor driver

[PATCH 2/2] x86/cpu: Fix kernel-doc for 'centaur_get_free_region'
 2025-10-26 19:54 UTC  (3+ messages)
` [PATCH v2 0/1] x86/mtrr: Fix kernel-doc warnings in amd.c and centaur.c
  ` [PATCH v2 1/1] "

[PATCH] arm64: dts: rockchip: pwm-fan overlay for NanoPC-T6
 2025-10-26 19:48 UTC 

[PATCH] ASoC: renesas: fsi: Constify struct fsi_stream_handler
 2025-10-26 19:43 UTC 

[PATCH] Revert "PCI: qcom: Remove custom ASPM enablement code"
 2025-10-26 19:37 UTC  (3+ messages)

[tip:tip/urgent] BUILD SUCCESS f4d34a10015c6766d178dc411cc6badca928b51c
 2025-10-26 19:21 UTC 

[PATCH v6 2/3] rust: i2c: add manual I2C device creation abstractions
 2025-10-26 19:20 UTC  (3+ messages)
` [PATCH v6 2/3] rust: i2c: Add basic I2C driver abstractions

[PATCH v1 1/2] ALSA: hda/tas2781: fix speaker id retrieval for multiple probes
 2025-10-26 19:19 UTC  (3+ messages)
` [PATCH v1 2/2] ALSA: hda/realtek: Add match for ASUS Xbox Ally projects

[syzbot] [btrfs?] WARNING in btrfs_destroy_inode (3)
 2025-10-26 19:11 UTC 

[PATCH V3 0/4] Add SD Card support for sm8750 SoC and boards
 2025-10-26 19:02 UTC  (3+ messages)
` [PATCH V3 2/4] arm64: dts: qcom: sm8750: Add SDC2 nodes for sm8750 soc

[PATCH v6 0/8] Introduce Glymur USB support
 2025-10-26 19:00 UTC  (5+ messages)
` [PATCH v6 5/8] phy: qualcomm: Update the QMP clamp register for V6
` [PATCH v6 7/8] phy: qualcomm: qmp-usb: Add support for Glymur USB UNI PHY

[PATCH v2 1/1] media: dt-bindings: video-interfaces: add video-interfaces.h information
 2025-10-26 18:49 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Fix vccio4-supply on rk3566-pinetab2
 2025-10-26 18:44 UTC  (3+ messages)

[DONOTAPPLY RFC PATCH v2 0/4] WiFi support for samsung,coreprimevelte
 2025-10-26 18:20 UTC  (5+ messages)
` [DONOTAPPLY RFC PATCH v2 1/4] dt-bindings: mwifiex: document use with the SD8777 chipset
` [DONOTAPPLY RFC PATCH v2 2/4] net: mwifiex: add support for "
` [DONOTAPPLY RFC PATCH v2 3/4] DONOTMERGE: net: mwifiex: fix timeouts with the SD8777 chip
` [DONOTAPPLY RFC PATCH v2 4/4] arm64: dts: samsung,coreprimevelte: add wifi node

[PATCH 0/8] mm/damon: misc documentation fixups
 2025-10-26 18:22 UTC  (9+ messages)
` [PATCH 1/8] mm/damon/core: fix wrong comment of damon_call() return timing
` [PATCH 2/8] Docs/mm/damon/design: fix wrong link to intervals goal section
` [PATCH 3/8] Docs/admin-guide/mm/damon/stat: fix a typo: s/sampling events/sampling interval/
` [PATCH 4/8] Docs/admin-guide/mm/damon/usage: document empty target regions commit behavior
` [PATCH 5/8] Docs/admin-guide/mm/damon/reclaim: document addr_unit parameter
` [PATCH 6/8] Docs/admin-guide/mm/damon/lru_sort: "
` [PATCH 7/8] Docs/admin-guide/mm/damon/stat: document aggr_interval_us parameter
` [PATCH 8/8] Docs/admin-guide/mm/damon/stat: document negative idle time

[PATCH] selftest: net: fix socklen_t type mismatch in sctp_collision test
 2025-10-26 18:09 UTC  (2+ messages)

[PATCH v4 0/2] Implement vbus support for HD3SS3220 port controller
 2025-10-26 18:03 UTC  (4+ messages)
` [PATCH v4 2/2] usb: typec: hd3ss3220: Enable VBUS based on ID pin state

RFC: Switch namespaces before upcall
 2025-10-26 18:01 UTC 

[PATCH] xdrgen: handle _XdrString in union encoder/decoder
 2025-10-26 18:00 UTC 

[RFC PATCH net-next v2 0/2] net: Split ndo_set_rx_mode into snapshot and deferred write
 2025-10-26 17:54 UTC  (3+ messages)
` [RFC PATCH net-next v2 1/2] net: Add ndo_write_rx_config and helper structs and functions:
` [RFC PATCH net-next v2 2/2] net: ethernet: Implement ndo_write_rx_config callback for the 8139cp driver

[PATCH] arm64: dts: rockchip: Harmonize regulator formatting for Pine64 rk3566 devices
 2025-10-26 17:44 UTC  (2+ messages)

[PATCH v8 0/8] liveupdate: Rework KHO for in-kernel users
 2025-10-26 17:41 UTC  (9+ messages)
` [PATCH v8 3/8] kho: drop notifiers
` [PATCH v8 7/8] liveupdate: kho: move kho debugfs directory to liveupdate
` [PATCH v8 8/8] memblock: Unpreserve memory in case of error

[GIT PULL] Char/Misc driver fixes for 6.18-rc3
 2025-10-26 17:37 UTC  (2+ messages)

[GIT PULL] Staging driver fixes for 6.18-rc3
 2025-10-26 17:37 UTC  (2+ messages)

[GIT PULL] USB driver fixes for 6.18-rc3
 2025-10-26 17:37 UTC  (2+ messages)

[GIT PULL] TTY / Serial driver fixes for 6.18-rc3
 2025-10-26 17:37 UTC  (2+ messages)

[PATCH v5 0/8] man2: document "new" mount API
 2025-10-26 17:27 UTC  (3+ messages)

[PATCH v2] dt_bindings: sound: ti,pcm186x: convert to dtschema
 2025-10-26 17:26 UTC 

kernel/cpu.c:2681:9: error: call to undeclared function 'cpu_down_maps_locked'; ISO C99 and later do not support implicit function declarations
 2025-10-26 17:23 UTC 

[PATCH v4 1/3] dt-bindings: vendor-prefixes: Add NineTripod
 2025-10-26 17:14 UTC  (5+ messages)
` [PATCH v4 2/3] dt-bindings: arm: rockchip: Add NineTripod X3568 series
` [PATCH v4 3/3] arm64: dts: rockchip: Add devicetree for the NineTripod X3568 v4

[PATCH] PM: runtime: fix typos in runtime.c comments
 2025-10-26 17:05 UTC 

[GIT PULL] x86/urgent for v6.18-rc3
 2025-10-26 17:00 UTC  (2+ messages)

[GIT PULL] irq/urgent for v6.18-rc3
 2025-10-26 17:00 UTC  (2+ messages)

[GIT PULL] objtool/urgent for v6.18-rc3
 2025-10-26 17:00 UTC  (2+ messages)

[GIT PULL] sched/urgent for v6.18-rc3
 2025-10-26 17:00 UTC  (2+ messages)

[GIT PULL] timers/urgent for v6.18-rc3
 2025-10-26 17:00 UTC  (2+ messages)

[PATCH v2 0/7] Introduce SpacemiT K1 PCIe phy and host controller
 2025-10-26 16:55 UTC  (5+ messages)
` [PATCH v2 3/7] dt-bindings: pci: spacemit: introduce PCIe "
` [PATCH v2 5/7] PCI: spacemit: introduce SpacemiT PCIe host driver

[PATCH 0/3] checkpatch --strict | ci-pipeline improvements
 2025-10-26 16:48 UTC  (3+ messages)
` [PATCH 2/3] checkpatch: recognize __chkp_no_side_effects(_var) hint macro

[PATCH] soc: qcom: Add HWKM v1 support for wrapped keys
 2025-10-26 16:47 UTC 

[PATCH] thermal/of: Fix reference count leak in thermal_of_cm_lookup
 2025-10-26 16:44 UTC 

[PATCH 0/7] gpu: nova-core: remove use of `as` for integer conversions
 2025-10-26 16:44 UTC  (7+ messages)
` [PATCH 5/7] gpu: nova-core: add extra conversion functions and traits
` [PATCH 7/7] gpu: nova-core: justify remaining uses of `as`

[PATCH v2] net: usb: asix_devices: Check return value of usbnet_get_endpoints
 2025-10-26 16:43 UTC 

[PATCH v4 0/2] Since Realsense has been spin-off Intel, the comment should be change
 2025-10-26 16:43 UTC  (3+ messages)
` [PATCH v4 1/2] media: uvcvideo: change comment to 'Intel RealSense'
` [PATCH v4 2/2] media: uvcvideo: Add D436 and D555 cameras metadata support

[PATCH bpf-next 0/2] bpf: Fix tnum_overlap to check for zero mask first
 2025-10-26 16:38 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Range analysis test case for JEQ

[PATCH v3 0/3] Since Realsense has been spin-off Intel, the comment should be change
 2025-10-26 16:38 UTC  (4+ messages)
` [PATCH v3 3/3] media: uvc: Add D436 and D555 cameras metadata support

[PATCH 0/7] Add support for AD4062 device family
 2025-10-26 16:37 UTC  (6+ messages)
` [PATCH 1/7] dt-bindings: iio: adc: Add adi,ad4062

[PATCH v3] net: sctp: fix KMSAN uninit-value in sctp_inq_pop
 2025-10-26 16:33 UTC 

[PATCH v5 0/5] OPP: Add support to find OPP for a set of keys
 2025-10-26 16:27 UTC  (6+ messages)
` [PATCH v5 5/5] PCI: qcom: Use frequency and level based OPP lookup
` (subset) [PATCH v5 0/5] OPP: Add support to find OPP for a set of keys

[syzbot] [ntfs3?] KMSAN: uninit-value in ntfs_read_hdr (3)
 2025-10-26 16:26 UTC 

[PATCH 6.6.y] fs/notify: call exportfs_encode_fid with s_umount
 2025-10-26 16:04 UTC 

[PATCH 0/3] PCI: qcom: Binding fix
 2025-10-26 15:57 UTC  (2+ messages)
` (subset) "

[PATCH v6 0/3] rust: i2c: Add basic I2C driver abstractions
 2025-10-26 15:55 UTC  (7+ messages)
` [PATCH v6 3/3] samples: rust: add Rust I2C sample driver

[syzbot] [ntfs3?] KMSAN: uninit-value in ntfs_read_hdr (3)
 2025-10-26 15:54 UTC  (2+ messages)
` Forwarded:

[PATCH v3] PCI: endpoint: pci-epf-test: Fix sleeping function being called from atomic context
 2025-10-26 15:53 UTC  (2+ messages)

[PATCH 1/1] release_task: kill unnecessary rcu_read_lock() around dec_rlimit_ucounts()
 2025-10-26 15:44 UTC  (4+ messages)
` [RFC 2/1] kill task_ucounts()->rcu_read_lock(), add __task_ucounts()

[PATCH bpf v3 0/4] bpf: Free special fields when update hash and local storage maps
 2025-10-26 15:40 UTC  (5+ messages)
` [PATCH bpf v3 1/4] bpf: Free special fields when update [lru_,]percpu_hash maps
` [PATCH bpf v3 2/4] bpf: Free special fields when update hash maps with BPF_F_LOCK
` [PATCH bpf v3 3/4] bpf: Free special fields when update local storage maps
` [PATCH bpf v3 4/4] selftests/bpf: Add tests to verify freeing the special fields when update hash and "

[PATCH v3 0/1] nvdimm: allow exposing RAM as libnvdimm DIMMs
 2025-10-26 15:38 UTC  (2+ messages)
` [PATCH v3 1/1] nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices

[PATCH] dt-bindings: PCI: amlogic,axg-pcie: Fix select schema
 2025-10-26 15:37 UTC  (2+ messages)

[PATCH] dt-bindings: Remove extra blank lines
 2025-10-26 15:33 UTC  (2+ messages)

[PATCH] printk_legacy_map: use LD_WAIT_CONFIG instead of LD_WAIT_SLEEP
 2025-10-26 15:07 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] KVM: MIPS/LoongArch: Fix typo in pfn_to_pfn_prot comments
 2025-10-26 15:02 UTC 

[PATCH AUTOSEL 6.17] clk: thead: th1520-ap: set all AXI clocks to CLK_IS_CRITICAL
 2025-10-26 14:49 UTC  (2+ messages)
` [PATCH AUTOSEL 6.17] clocksource: hyper-v: Skip unnecessary checks for the root partition

[PATCH v2 1/2] rust: add udelay() function
 2025-10-26 14:49 UTC  (5+ messages)


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