linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-18 04:02:47 to 2025-07-18 07:50:31 UTC [more...]

[PATCH v2 net-next 00/14] Add NETC Timer PTP driver and add PTP support for i.MX95
 2025-07-18  7:50 UTC  (10+ messages)
` [PATCH v2 net-next 02/14] dt-bindings: net: add nxp,netc-timer property

[PATCH 1/2] staging: sm750fb: make const arrays static const char * const
 2025-07-18  7:44 UTC  (2+ messages)

[PATCH v2 0/9] mm: vm_normal_page*() improvements
 2025-07-18  7:44 UTC  (4+ messages)
` [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()

[PATCH 0/3] arm64: dts: imx8m: support more sample rates
 2025-07-18  7:44 UTC  (3+ messages)

[PATCH 0/3] Clean some logs on rockchip hdmi audio
 2025-07-18  7:43 UTC  (3+ messages)
` [PATCH 1/3] drm/bridge: dw-hdmi-qp: Return 0 in audio prepare when disconnected

[PATCH v5 0/1] staging: rtl8192u: Rename ChannelPlan to channel_plan and fix shadowed index
 2025-07-18  7:43 UTC  (3+ messages)
` [PATCH v5 1/1] staging: rtl8192u: Rename ChannelPlan to channel_plan and fix index name

[PATCH] Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpv
 2025-07-18  7:41 UTC  (2+ messages)

[PATCH net-next v5 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-07-18  7:41 UTC  (4+ messages)
` [PATCH net-next v5 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings

linux-next: duplicate patch in the char-misc tree
 2025-07-18  7:41 UTC 

[PATCH net-next v1 1/1] Documentation: networking: add detailed guide on Ethernet flow control configuration
 2025-07-18  7:38 UTC  (3+ messages)

[PATCH v14 0/2] Add support for IPQ5018 tsens
 2025-07-18  7:38 UTC  (3+ messages)
` [PATCH v14 1/2] dt-bindings: thermal: qcom-tsens: make ipq5018 tsens standalone compatible
` [PATCH v14 2/2] arm64: dts: qcom: ipq5018: Update tsens node and thermal zones

[PATCH] gpu: nova-core: vbios: use offset_of in PmuLookupTableHeader::new
 2025-07-18  7:36 UTC  (3+ messages)
` [PATCH v2] gpu: nova-core: vbios: use size_of instead of magic number
` [PATCH v3] gpu: nova-core: vbios: change PmuLookupTableEntry to use size_of

[PATCH 0/2] tracing/perf: Prevent double unregister of perf and tracepoint probes
 2025-07-18  7:35 UTC  (6+ messages)
` [PATCH 1/2] tracing/perf: Prevent double unregister of perf probes

[PATCH net-next v4 0/4] net: add local address bind support to vxlan and geneve
 2025-07-18  7:35 UTC  (5+ messages)
` [PATCH net-next v4 2/4] net: vxlan: add netlink option to bind vxlan sockets to local addresses
` [PATCH net-next v4 4/4] net: geneve: enable binding geneve "

[PATCH v2] cpufreq: queue policy->update work to a dedicated thread
 2025-07-18  7:32 UTC  (3+ messages)

[PATCH v3 0/5] dt-bindings: msm/dp: Add support for 4 pixel streams
 2025-07-18  7:32 UTC  (7+ messages)
` [PATCH v3 1/5] dt-bindings: Fixup x1e80100 to add DP MST support
` [PATCH v3 3/5] dt-bindings: display/msm: drop assigned-clock-parents for dp controller
` [PATCH v3 4/5] dt-bindings: display/msm: add stream pixel clock bindings for MST

[PATCH V3 0/5] Add an optimization also raid6test for RISC-V support
 2025-07-18  7:27 UTC  (6+ messages)
` [PATCH V3 1/5] raid6: riscv: Clean up unused header file inclusion
` [PATCH V3 2/5] raid6: riscv: replace one load with a move to speed up the caculation
` [PATCH V3 3/5] raid6: riscv: Prevent compiler with vector support to build already vectorized code
` [PATCH V3 4/5] raid6: riscv: Allow code to be compiled in userspace
` [PATCH V3 5/5] raid6: test: Add support for RISC-V

[PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
 2025-07-18  7:27 UTC  (2+ messages)

[PATCH v2 00/19] gpu: nova-core: register!() macro improvements
 2025-07-18  7:26 UTC  (20+ messages)
` [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
` [PATCH v2 02/19] gpu: nova-core: register: fix typo
` [PATCH v2 03/19] gpu: nova-core: register: allow fields named `offset`
` [PATCH v2 04/19] gpu: nova-core: register: improve documentation for basic registers
` [PATCH v2 05/19] gpu: nova-core: register: simplify @leaf_accessor rule
` [PATCH v2 06/19] gpu: nova-core: register: remove `try_` accessors for relative registers
` [PATCH v2 07/19] gpu: nova-core: register: move OFFSET declaration to I/O impl block
` [PATCH v2 08/19] gpu: nova-core: register: fix documentation and indentation
` [PATCH v2 09/19] gpu: nova-core: register: add missing doccomments for fixed registers I/O accessors
` [PATCH v2 10/19] gpu: nova-core: register: add fields dispatcher internal rule
` [PATCH v2 11/19] gpu: nova-core: register: improve `Debug` implementation
` [PATCH v2 12/19] gpu: nova-core: register: generate correct `Default` implementation
` [PATCH v2 13/19] gpu: nova-core: register: split @io rule into fixed and relative versions
` [PATCH v2 14/19] gpu: nova-core: register: use #[inline(always)] for all methods
` [PATCH v2 15/19] gpu: nova-core: register: redesign relative registers
` [PATCH v2 16/19] gpu: nova-core: falcon: add distinct base address for PFALCON2
` [PATCH v2 17/19] gpu: nova-core: register: add support for register arrays
` [PATCH v2 18/19] gpu: nova-core: falcon: use register arrays for FUSE registers
` [PATCH v2 19/19] gpu: nova-core: register: add support for relative array registers

[PATCH] drm/sitronix/st7571-i2c: Make st7571_panel_data to be static variables
 2025-07-18  7:25 UTC 

[PATCH 0/3] enhance zynqmp_pm_get_family_info()
 2025-07-18  7:24 UTC  (2+ messages)

[PATCH] arm64: versal-net: Update rtc calibration value
 2025-07-18  7:23 UTC  (2+ messages)

[PATCH v4 0/6] __folio_split() clean up
 2025-07-18  7:23 UTC  (10+ messages)
` [PATCH v4 1/6] mm/huge_memory: move unrelated code out of __split_unmapped_folio()
` [PATCH v4 2/6] mm/huge_memory: remove after_split label in __split_unmapped_folio()
` [PATCH v4 3/6] mm/huge_memory: deduplicate code in __folio_split()
` [PATCH v4 4/6] mm/huge_memory: convert VM_BUG* to VM_WARN* in __folio_split

[PATCH v3 0/8] iio: imu: new inv_icm45600 driver
 2025-07-18  7:21 UTC  (3+ messages)
` [PATCH v3 1/8] dt-bindings: iio: imu: Add inv_icm45600

[PATCH] PCI: Add device-specific reset for Kunpeng virtual functions
 2025-07-18  7:21 UTC  (2+ messages)

[v1 resend 00/12] THP support for zone device page migration
 2025-07-18  7:21 UTC  (8+ messages)
` [v1 resend 04/12] mm/migrate_device: THP migration of zone device pages

[PATCH v4] erofs: fix build error with CONFIG_EROFS_FS_ZIP_ACCEL=y
 2025-07-18  7:18 UTC  (2+ messages)

[RFC PATCH v1] PM: wakeup: Provide interface for userspace to abort suspend
 2025-07-18  7:18 UTC 

[PATCH v1 1/2] perf topdown: Use attribute to see an event is a topdown metic or slots
 2025-07-18  7:17 UTC  (2+ messages)
` [PATCH v1 2/2] perf parse-events: Fix missing slots for Intel topdown metric events

[PATCH v4 0/3] Add support for is31fl3236a LED controller
 2025-07-18  7:16 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: leds: is31fl32xx: convert the binding to yaml

[PATCH] x86/fpu: Fix potential NULL dereference in avx512_status()
 2025-07-18  7:12 UTC  (4+ messages)

[PATCH v2 0/7] mfd: tps6594: Add TI TPS652G1 support
 2025-07-18  7:13 UTC  (4+ messages)
` [GIT PULL] Immutable branch between MFD, Misc and Pinctrl due for the v6.17 merge window

[PATCH v4] staging: rtl8192u: Rename ChannelPlan to channel_plan and fix index name
 2025-07-18  7:13 UTC  (3+ messages)
` [PATCH v4] staging: rtl8192u: Rename ChannelPlan to channel_plan

[PATCH v4 0/4] pci: qcom: drop unrelated clock and add link_down reset for sa8775p
 2025-07-18  7:12 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings
` [PATCH v4 2/4] dt-bindings: PCI: qcom,pcie-sa8775p: document link_down reset
` [PATCH v4 3/4] arm64: dts: qcom: sa8775p: remove aux clock from pcie phy
` [PATCH v4 4/4] arm64: dts: qcom: sa8775p: add link_down reset for pcie

[GIT PULL]: Generic phy fixes for v6.16
 2025-07-18  7:12 UTC 

[PATCH v4 0/5] remoteproc: imx_rproc: Support i.MX95
 2025-07-18  8:20 UTC  (5+ messages)

[GIT PULL]: dmaengine fixes for v6.16
 2025-07-18  7:10 UTC 

[PATCH v6 0/2] Export fan control and register fans as cooling devices
 2025-07-18  7:08 UTC  (3+ messages)
` [PATCH v6 1/2] hwmon: (cros_ec) add PWM control over fans
` [PATCH v6 2/2] hwmon: (cros_ec) register fans into thermal framework cooling devices

[GIT PULL]: soundwire fixes for v6.16
 2025-07-18  7:07 UTC 

[PATCH v3] ALSA: usb: qcom: Adjust mutex unlock order
 2025-07-18  7:03 UTC 

[PATCH v3 drm-dp 00/11] Fix hibmc driver bugs
 2025-07-18  6:51 UTC  (12+ messages)
` [PATCH v3 drm-dp 01/11] drm/hisilicon/hibmc: fix the i2c device resource leak when vdac init failed
` [PATCH v3 drm-dp 02/11] drm/hisilicon/hibmc: fix dp probabilistical detect errors after HPD irq
` [PATCH v3 drm-dp 03/11] drm/hisilicon/hibmc: fix irq_request()'s irq name variable is local
` [PATCH v3 drm-dp 04/11] drm/hisilicon/hibmc: fix the hibmc loaded failed bug
` [PATCH v3 drm-dp 05/11] drm/hisilicon/hibmc: fix rare monitors cannot display problem
` [PATCH v3 drm-dp 06/11] drm/hisilicon/hibmc: add dp mode valid check
` [PATCH v3 drm-dp 07/11] drm/hisilicon/hibmc: fix dp and vga cannot show together
` [PATCH v3 drm-dp 08/11] drm/hisilicon/hibmc: fix no showing when no connectors connected
` [PATCH v3 drm-dp 09/11] drm/hisilicon/hibmc: fix no showing problem with loading hibmc manually
` [PATCH v3 drm-dp 10/11] drm/hisilicon/hibmc: adapting modification for the former commit
` [PATCH v3 drm-dp 11/11] drm/hisilicon/hibmc: "

[PATCH 2/3] arm64: dts: s32g3: Fix whitespace issue in device tree
 2025-07-18  6:58 UTC  (2+ messages)

[PATCH net-next 0/2] dpll: zl3073x: Read clock ID from device property
 2025-07-18  6:55 UTC  (3+ messages)
` [PATCH net-next 1/2] dt-bindings: dpll: Add clock ID property

[PATCH] mm: swap: correctly use maxpages in swapon syscall to avoid potential deadloop
 2025-07-18  6:51 UTC 

[RFC PATCH 0/3] KVM: SVM: Fix IRQ window inhibit handling
 2025-07-18  6:43 UTC  (4+ messages)
` [RFC PATCH 1/3] KVM: SVM: Fix clearing IRQ window inhibit with nested guests
` [RFC PATCH 2/3] KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUs
` [RFC PATCH 3/3] KVM: SVM: Optimize IRQ window inhibit handling

[PATCH V2] ASoC: mediatek: mt8365-dai-i2s: pass correct size to mt8365_dai_set_priv
 2025-07-18  6:48 UTC  (2+ messages)

[PATCH 0/9] USB/IP VHCI suspend fix and driver cleanup
 2025-07-18  6:48 UTC  (10+ messages)
` [PATCH 1/9] usb: vhci-hcd: Prevent suspending virtually attached devices
` [PATCH 2/9] usb: vhci-hcd: Fix space, brace, alignment and line length issues

[PATCH v2 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189
 2025-07-18  6:45 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: mediatek: Add support for mt8189
` [PATCH v2 2/3] arm64: dts: mediatek: mt8189: Add pinmux macro header file
` [PATCH v2 3/3] pinctrl: mediatek: Add pinctrl driver on mt8189

[PATCH v2] clk: at91: sam9x7: update pll clk ranges
 2025-07-18  6:45 UTC  (2+ messages)

[PATCH v2 0/7] net: Use min()/max()/max_t() to improve code
 2025-07-18  6:42 UTC  (3+ messages)
` [PATCH v2 7/7] wifi: rtlwifi: Use min()/max() "

[PATCH 1/2] drm/rockchip: vop2: Add delay between poll registers
 2025-07-18  6:41 UTC  (2+ messages)
` [PATCH 2/2] drm/rockchip: vop2: Only wait for changed layer cfg done when there is pending cfgdone bits

[PATCH RFC 1/2] riscv: remove irqflags.h inclusion in asm/bitops.h
 2025-07-18  6:40 UTC  (5+ messages)
` [PATCH RFC 2/2] riscv: introduce percpu.h into include/asm
      ` [External] "

[PATCH 0/6] iio: imu: inv_icm42600: pm_runtime fixes + various changes
 2025-07-18  6:40 UTC  (7+ messages)
` [PATCH 4/6] iio: imu: inv_icm42600: Simplify pm_runtime setup

[PATCH 0/4] Initial support for Qualcomm Hamoa IOT EVK board
 2025-07-18  6:40 UTC  (7+ messages)
` [PATCH 3/4] arm64: dts: qcom: Add HAMOA-IOT-SOM platform

[PATCH v3 0/3] panthor: print task pid and comm on gpu errors
 2025-07-18  6:38 UTC  (4+ messages)
` [PATCH v3 1/3] panthor: set owner field for driver fops
` [PATCH v3 2/3] panthor: save task pid and comm in panthor_group
` [PATCH v3 3/3] panthor: dump task pid and comm on gpu errors

[PATCH 0/3] thermal: Support Amlogic C3 thermal
 2025-07-18  6:37 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: thermal: amlogic: Add compatible string for C3
` [PATCH 2/3] thermal: amlogic: Support C3 thermal controller driver
` [PATCH 3/3] arm64: dts: amlogic: c3: Add tempsensor controller node

[PATCH v3] sched/fair: do not scan twice in detach_tasks()
 2025-07-18  6:35 UTC 

[PATCH v2] sched/fair: do not scan twice in detach_tasks()
 2025-07-18  6:31 UTC  (2+ messages)

linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2025-07-18  6:27 UTC  (2+ messages)

[PATCH v7 0/7] media: venus: Add QCM2290 support with AR50_LITE core
 2025-07-18  6:27 UTC  (8+ messages)
` [PATCH v7 1/7] media: dt-bindings: venus: Add qcm2290 dt schema

[PATCH v2 0/5] Add Type-C DP support for RK3399 EVB IND board
 2025-07-18  6:26 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: phy: rockchip: rk3399-typec-phy: Support mode-switch
` [PATCH v2 2/5] phy: rockchip: phy-rockchip-typec: Add typec_mux/typec_switch support
` [PATCH v2 3/5] drm/rockchip: cdn-dp: Support handle lane info and HPD without extcon
` [PATCH v2 4/5] arm64: dts: rockchip: Add missing dp_out port for RK3399 CDN-DP
` [PATCH v2 5/5] arm64: dts: rockchip: rk3399-evb-ind: Add support for DisplayPort

[PATCH] perf/x86: Check if cpuc->events[*] pointer exists before accessing it
 2025-07-18  6:26 UTC 

[PATCH v1] kvm: x86: implement PV send_IPI method
 2025-07-18  6:24 UTC 

[PATCH v5 00/15] kunit: Introduce UAPI testing framework
 2025-07-18  6:22 UTC  (3+ messages)

[PATCH RESEND] netvsc: transfer lower device max tso size
 2025-07-18  6:17 UTC 

[PATCH v6 00/10] Axiado AX3000 SoC and Evaluation Board Support
 2025-07-18  6:14 UTC  (3+ messages)

[PATCH] soc: amlogic: clk-measure: Optimize measurement accuracy
 2025-07-18  6:13 UTC  (3+ messages)

[PATCH 0/4] Some randome fixes and cleanups to swapfile
 2025-07-18  6:12 UTC  (6+ messages)
` [PATCH 2/4] mm: swap: correctly use maxpages in swapon syscall to avoid potensial deadloop

[RFC] rt_ipc: a new IPC mechanism called rt_ipc (real-time IPC)
 2025-07-18  6:06 UTC 

[PATCH] netvsc: transfer lower device max tso size
 2025-07-18  6:06 UTC 

linux-next: manual merge of the devicetree tree with the mfd tree
 2025-07-18  6:04 UTC 

[PATCH] net: mctp: Add MCTP PCIe VDM transport driver
 2025-07-18  6:03 UTC  (8+ messages)

[PATCH v6 0/2] perf: Fujitsu: Add Uncore MAC/PCI PMU driver
 2025-07-18  6:00 UTC  (4+ messages)
` [PATCH v6 1/2] perf: Fujitsu: Add the Uncore MAC "

[PATCH] [v2] block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl()
 2025-07-18  5:56 UTC  (3+ messages)

[PATCH v2] fs/resctrl: Optimize code in rdt_get_tree()
 2025-07-18  5:55 UTC 

[PATCH v2] fs/resctrl: Optimize code in rdt_get_tree()
 2025-07-18  5:54 UTC  (3+ messages)

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-07-18  5:49 UTC  (7+ messages)

[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
 2025-07-18  5:44 UTC  (11+ messages)
` [PATCH v3 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v3 5/9] drivers/perf: riscv: Export "
` [PATCH v3 7/9] RISC-V: KVM: Use the new gpa range validate helper function
` [PATCH v3 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0

[PATCH v4] usb: dwc3: qcom: Remove extcon functionality from glue
 2025-07-18  5:38 UTC 

[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-07-18  5:29 UTC  (3+ messages)

[PATCH v6 20/24] media: i2c: maxim-serdes: add MAX9296A driver
 2025-07-18  5:23 UTC  (2+ messages)

[PATCH net-next 0/3] net/mlx5: misc changes 2025-07-17
 2025-07-18  5:22 UTC  (3+ messages)
` [PATCH net-next 2/3] net/mlx5: Allocate cpu_mask on heap to fix frame size warning for large NR_CPUS

[linus:master] [perf] 9734e25fbf: BUG:kernel_NULL_pointer_dereference,address
 2025-07-18  5:22 UTC  (3+ messages)

[RFC PATCH v1 00/16] s390: SFrame user space unwinding
 2025-07-18  5:19 UTC  (16+ messages)
` [RFC PATCH v1 06/16] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [RFC PATCH v1 08/16] unwind_user: Enable archs that save RA/FP in other registers
` [RFC PATCH v1 12/16] unwind_user/backchain: Introduce back chain user space unwinding

[PATCH 0/2] Populate of_node for i.MX netdevs
 2025-07-18  5:10 UTC  (3+ messages)

linux-next: manual merge of the device-mapper tree with the block tree
 2025-07-18  5:10 UTC 

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-18  5:04 UTC  (3+ messages)
` [PATCH v9 13/14] khugepaged: add per-order mTHP khugepaged stats

[PATCH] staging: vme_user: fix spelling errors
 2025-07-18  4:54 UTC 

[PATCH v4 0/7] hyperv: Introduce new way to manage hypercall args
 2025-07-18  4:55 UTC  (8+ messages)
` [PATCH v4 1/7] Drivers: hv: Introduce hv_setup_*() functions for hypercall arguments
` [PATCH v4 2/7] x86/hyperv: Use hv_setup_*() to set up hypercall arguments -- part 1
` [PATCH v4 3/7] x86/hyperv: Use hv_setup_*() to set up hypercall arguments -- part 2
` [PATCH v4 4/7] Drivers: hv: Use hv_setup_*() to set up hypercall arguments
` [PATCH v4 5/7] PCI: "
` [PATCH v4 6/7] Drivers: hv: Use hv_setup_*() to set up hypercall arguments for mshv code
` [PATCH v4 7/7] Drivers: hv: Replace hyperv_pcpu_input/output_arg with hyperv_pcpu_arg

[PATCH v8 0/5] Enable automatic SVN updates for SGX enclaves
 2025-07-18  4:50 UTC  (2+ messages)

[PATCH] watchdog: sbsa: Adjust keepalive timeout to avoid MediaTek WS0 race condition
 2025-07-18  4:39 UTC  (4+ messages)

[PATCH v5 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-07-18  4:36 UTC  (4+ messages)
` [PATCH v5 2/2] Drivers: hv: Introduce mshv_vtl driver

[PATCH RFC v5 0/5] pci,virtio: report surprise removal event
 2025-07-18  4:35 UTC  (7+ messages)
` [PATCH RFC v5 1/5] pci: "

[PATCH v5 2/2] PCI: amd-mdb: Add support for PCIe RP PERST# signal handling
 2025-07-18  4:30 UTC  (3+ messages)

[PATCH v3 0/2] Support for Administrative Controllers
 2025-07-18  4:17 UTC  (5+ messages)
` [PATCH v3 1/2] nvme: add capability to connect to an administrative controller
` [PATCH v3 2/2] nvme: prevent admin controller from smart log fetch (LID 2)

[PATCH 0/2] LoongArch: KVM: simplify KVM routines
 2025-07-18  4:13 UTC  (3+ messages)
` [PATCH 2/2] LoongArch: KVM:: simplify kvm_deliver_intr()

[PATCH bpf-next] libbpf: fix warning
 2025-07-18  4:06 UTC  (2+ messages)

[PATCH v15 00/34] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-07-18  4:03 UTC  (5+ messages)
` [PATCH v15 32/34] fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabled
` [PATCH v15 33/34] fs/resctrl: Introduce the interface to switch between monitor modes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).