public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-07 18:33:58 to 2025-04-07 20:05:52 UTC [more...]

[PATCH 00/16] lan966x pci device: Add support for SFPs
 2025-04-07 20:05 UTC  (3+ messages)
` [PATCH 15/16] misc: lan966x_pci: Add dtso nodes in order to support SFPs

[RFC PATCH 1/2] MAINTAINERS: update SLAB ALLOCATOR maintainers
 2025-04-07 20:05 UTC  (2+ messages)
` [RFC PATCH 2/2] MAINTAINERS: add MM subsection for the page allocator

[PATCH v2] hwmon: (pmbus): Introduce page_change_delay
 2025-04-07 20:04 UTC  (9+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH v2 00/16] Intel TPEBS min/max/mean/last support
 2025-04-07 20:03 UTC  (10+ messages)
` [PATCH v2 09/16] perf intel-tpebs: Refactor tpebs_results list
` [PATCH v2 10/16] perf intel-tpebs: Add support for updating counts in evsel__tpebs_read
` [PATCH v2 11/16] perf intel-tpebs: Add mutex for tpebs_results
` [PATCH v2 14/16] perf stat: Add mean, min, max and last --tpebs-mode options

[PATCH v15 0/4] Initial Marvell PXA1908 support
 2025-04-07 20:02 UTC  (5+ messages)
` [PATCH v15 1/4] dt-bindings: marvell: Document PXA1908 SoC and samsung,coreprimevelte
` [PATCH v15 2/4] arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform
` [PATCH v15 3/4] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
` [PATCH v15 4/4] MAINTAINERS: add myself as Marvell PXA1908 maintainer

[RFC PATCH 2/2] rust: add maple tree abstractions
 2025-04-07 20:02 UTC  (2+ messages)

[PATCH v2 0/3] efistub/x86: Fix early SEV-SNP memory acceptance
 2025-04-07 19:59 UTC  (8+ messages)
` [PATCH v2 3/3] x86/boot: Implement early memory acceptance for SEV-SNP

[PATCH v3 3/4] rust: alloc: refactor `Vec::truncate` using `dec_len`
 2025-04-07 19:58 UTC  (2+ messages)

[PATCH v5 0/2] media: Add support for ST VD55G1 camera sensor
 2025-04-07 19:59 UTC  (5+ messages)
` [PATCH v5 2/2] media: i2c: Add driver "

[PATCH][next] drm/nouveau: chan: Avoid -Wflex-array-member-not-at-end warnings
 2025-04-07 19:57 UTC  (3+ messages)

[PATCH] docs: automarkup: Move common logic to add and resolve xref to helper
 2025-04-07 19:57 UTC  (2+ messages)

[PATCH v2 0/2] iio: imu: inv_icm42600: switch to use generic name irq get
 2025-04-07 19:57 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: iio: imu: icm42600: add interrupt naming support
` [PATCH v2 2/2] iio: imu: inv_icm42600: switch to use generic name irq get

[PATCH v17 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-04-07 19:51 UTC  (16+ messages)
` [PATCH v17 01/15] platform-msi: Add msi_remove_device_irq_domain() in platform_device_msi_free_irqs_all()
` [PATCH v17 02/15] irqdomain: Add IRQ_DOMAIN_FLAG_MSI_IMMUTABLE and irq_domain_is_msi_immutable()
` [PATCH v17 03/15] irqchip/gic-v3-its: Set IRQ_DOMAIN_FLAG_MSI_IMMUTABLE for ITS
` [PATCH v17 04/15] dt-bindings: PCI: pci-ep: Add support for iommu-map and msi-map
` [PATCH v17 05/15] irqchip/gic-v3-its: Add support for device tree msi-map and msi-mask
` [PATCH v17 06/15] PCI: endpoint: Set ID and of_node for function driver
` [PATCH v17 07/15] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v17 08/15] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
` [PATCH v17 09/15] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v17 10/15] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v17 11/15] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v17 12/15] selftests: pci_endpoint: "
` [PATCH v17 13/15] pci: imx6: Add helper function imx_pcie_add_lut_by_rid()
` [PATCH v17 14/15] pci: imx6: Add LUT setting for MSI/IOMMU in Endpoint mode
` [PATCH v17 15/15] arm64: dts: imx95: Add msi-map for pci-ep device

[PATCH] sched_ext: Use kvzalloc for large exit_dump allocation
 2025-04-07 19:50 UTC 

[PATCH] sparc: pci: Fix memory leak in pci_bus_slot_names()
 2025-04-07 19:49 UTC  (2+ messages)

[PATCH 1/1] tools build: Don't set libunwind as available if test-all.c build succeeds
 2025-04-07 19:48 UTC  (3+ messages)

[PATCH] tracing: Add common_comm to histograms
 2025-04-07 19:49 UTC 

[PATCH net-next v25 00/23] Introducing OpenVPN Data Channel Offload
 2025-04-07 19:46 UTC  (24+ messages)
` [PATCH net-next v25 01/23] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v25 02/23] ovpn: add basic netlink support
` [PATCH net-next v25 03/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v25 04/23] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v25 05/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v25 06/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v25 07/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v25 08/23] ovpn: implement basic RX "
` [PATCH net-next v25 09/23] ovpn: implement packet processing
` [PATCH net-next v25 10/23] ovpn: store tunnel and transport statistics
` [PATCH net-next v25 11/23] ovpn: implement TCP transport
` [PATCH net-next v25 12/23] skb: implement skb_send_sock_locked_with_flags()
` [PATCH net-next v25 13/23] ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg
` [PATCH net-next v25 14/23] ovpn: implement multi-peer support
` [PATCH net-next v25 15/23] ovpn: implement peer lookup logic
` [PATCH net-next v25 16/23] ovpn: implement keepalive mechanism
` [PATCH net-next v25 17/23] ovpn: add support for updating local or remote UDP endpoint
` [PATCH net-next v25 18/23] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v25 19/23] ovpn: implement key add/get/del/swap "
` [PATCH net-next v25 20/23] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v25 21/23] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v25 22/23] ovpn: add basic ethtool support
` [PATCH net-next v25 23/23] testing/selftests: add test tool and scripts for ovpn module

[PATCH RFT v3 0/3] ufs: core: cleanup and threaded irq handler
 2025-04-07 19:44 UTC  (5+ messages)
` [PATCH RFT v3 2/3] ufs: core: track when MCQ ESI is enabled
` [PATCH RFT v3 3/3] ufs: core: delegate the interrupt service routine to a threaded irq handler

[v3] PCI: tegra194: Fix debugfs directory creation when CONFIG_PCIEASPM is disabled
 2025-04-07 19:43 UTC  (2+ messages)

[PATCH v15 0/7] firmware: imx: driver for NXP secure-enclave
 2025-04-07 19:42 UTC  (11+ messages)
` [PATCH v15 3/7] arm64: dts: imx8ulp: add secure enclave node
` [PATCH v15 4/7] arm64: dts: imx8ulp-evk: add reserved memory property
` [PATCH v15 5/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v15 6/7] firmware: imx: device context dedicated to priv
` [PATCH v15 7/7] firmware: drivers: imx: adds miscdev

[PATCH v2][next] watchdog: cros-ec: Avoid -Wflex-array-member-not-at-end warning
 2025-04-07 19:42 UTC  (3+ messages)

[PATCH] wifi: ath12k: Fix misspelling "upto" in dp.c
 2025-04-07 19:41 UTC  (2+ messages)

[PATCH] tracing: Do not add length to print format in synthetic events
 2025-04-07 19:41 UTC 

[PATCH v2][next] w1: Avoid -Wflex-array-member-not-at-end warnings
 2025-04-07 19:36 UTC 

[PATCH 0/3] add support for RV8063 SPI rtc
 2025-04-07 19:35 UTC  (4+ messages)
` [PATCH 1/3] rtc: pcf85063: create pcf85063_i2c_probe
` [PATCH 2/3] rtc: pcf85063: add support for RV8063
` [PATCH 3/3] dt-bindings: rtc: add binding "

[PATCH v2] selftests/x86/lam: fix resource leak in do_uring() and allocate_dsa_pasid()
 2025-04-07 19:34 UTC  (2+ messages)
` [PATCH v3] "

[PATCH RESEND 0/4] media: i2c: imx214: Add support for 23.88MHz clock
 2025-04-07 19:10 UTC  (4+ messages)
    ` [PATCH RESEND 0/4] media: i2c: imx214: Problem with CCS PLL calculator

[PATCH] cxl/core/regs.c: Skip Memory Space Enable check for RCD and RCH Ports
 2025-04-07 19:27 UTC 

[PATCH 00/34] drm: convert all bridges to devm_drm_bridge_alloc()
 2025-04-07 19:27 UTC  (4+ messages)
` [PATCH 02/34] platform: arm64: acer-aspire1-ec: convert to devm_drm_bridge_alloc() API

[PATCH][next] drm/nouveau: svm: Avoid -Wflex-array-member-not-at-end warning
 2025-04-07 19:25 UTC  (2+ messages)

[GIT PULL] string fixes for v6.15-rc1
 2025-04-07 19:25 UTC  (7+ messages)

[PATCH][next] drm/nouveau: fence: Avoid -Wflex-array-member-not-at-end warning
 2025-04-07 19:23 UTC  (2+ messages)

[PATCH][next] w1: Avoid -Wflex-array-member-not-at-end warnings
 2025-04-07 19:19 UTC  (3+ messages)

[PATCH v2] usb: Remove orphaned UDC drivers
 2025-04-07 19:17 UTC 

[PATCH v1 0/5] Add support for CS35L63 Smart Amplifier
 2025-04-07 19:16 UTC  (3+ messages)
` [PATCH v1 2/5] ASoC: cs35l56: Add struct to index firmware registers

[PATCH v2 00/12] Add support for Renesas RZ/V2N SoC and EVK
 2025-04-07 19:16 UTC  (13+ messages)
` [PATCH v2 01/12] dt-bindings: soc: renesas: Document Renesas RZ/V2N SoC variants "
` [PATCH v2 02/12] soc: renesas: Add config option for RZ/V2N (R9A09G056) SoC
` [PATCH v2 03/12] dt-bindings: soc: renesas: Document SYS for RZ/V2N SoC
` [PATCH v2 04/12] soc: renesas: sysc: Add SoC identification "
` [PATCH v2 05/12] dt-bindings: serial: renesas: Document RZ/V2N SCIF
` [PATCH v2 06/12] dt-bindings: clock: renesas: Document RZ/V2N SoC CPG
` [PATCH v2 07/12] clk: renesas: rzv2h-cpg: Sort compatible list based on SoC part number
` [PATCH v2 08/12] clk: renesas: rzv2h: Add support for RZ/V2N SoC
` [PATCH v2 09/12] dt-bindings: pinctrl: renesas: Document "
` [PATCH v2 10/12] pinctrl: renesas: rzg2l: Add support for "
` [PATCH v2 11/12] arm64: dts: renesas: Add initial SoC DTSI for RZ/V2N
` [PATCH v2 12/12] arm64: dts: renesas: Add initial device tree for RZ/V2N EVK

[PATCH v3] ublk: improve detection and handling of ublk server exit
 2025-04-07 19:16 UTC  (3+ messages)

[PATCH 0/7] iio: convert GPIO chips to using new value setters
 2025-04-07 19:16 UTC  (6+ messages)
` [PATCH 1/7] iio: dac: ad5592r: destroy mutexes in detach paths
` [PATCH 2/7] iio: dac: ad5592r: use lock guards

[PATCH][next] usb: ehci-fsl: Avoid -Wflex-array-member-not-at-end warning
 2025-04-07 19:15 UTC  (4+ messages)
  ` [PATCH] usb: ehci-fsl: Fix use of private data to avoid "

[RESEND] Circular locking dependency involving, elevator_lock, rq_qos_mutex and pcpu_alloc_mutex
 2025-04-07 19:13 UTC 

[PATCH v2 04/12] rcutorture: Make torture.sh --do-rt use CONFIG_PREEMPT_RT
 2025-04-07 19:12 UTC  (2+ messages)
` [PATCH v3 4/12] "

[PATCH][next] UAPI: ndctl / acpi: intel: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-04-07 19:09 UTC  (4+ messages)

[PATCH] hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
 2025-04-07 19:08 UTC  (9+ messages)

[RFC] PCI: add CONFIG_MMU dependency
 2025-04-07 19:05 UTC  (2+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_rename2 (2)
 2025-04-07 19:06 UTC 

[PATCH 1/2] Documentation: Add AMD Zen debugging document
 2025-04-07 19:04 UTC  (5+ messages)
` [PATCH 2/2] x86/CPU/AMD: Print the reason for the last reset

[PATCH net-next 0/2] vsock: SOCK_LINGER rework
 2025-04-07 18:41 UTC  (3+ messages)
` [PATCH net-next 1/2] vsock: Linger on unsent data
` [PATCH net-next 2/2] vsock/test: Expand linger test to ensure close() does not misbehave

[PATCH -next] regulator: pf9453: Improve documentation for pf9453_regulator_set_ramp_delay_regmap
 2025-04-07 19:03 UTC  (2+ messages)

[PATCH][next] wifi: mac80211: Avoid -Wflex-array-member-not-at-end warnings
 2025-04-07 19:02 UTC  (2+ messages)

[PATCH v5 0/5] Switch more ARM plats to sys-off handler API
 2025-04-07 19:02 UTC  (7+ messages)
` [PATCH v5 1/5] ARM: highbank: Switch to new "
` [PATCH v5 2/5] ARM: pxa: "
` [PATCH v5 3/5] ARM: sa1100: "
` [PATCH v5 4/5] ARM: vt8500: "
` [PATCH v5 5/5] arm/xen: "

[PATCH net-next] net: Drop unused @sk of __skb_try_recv_from_queue()
 2025-04-07 19:01 UTC 

[PATCH] scsi: elx: sli4: Replace deprecated strncpy() with strscpy()
 2025-04-07 19:01 UTC  (3+ messages)

[tip:x86/cpu] BUILD SUCCESS e37aa1211fbfeb9d5e79f4a4b0da898e6d0d53bb
 2025-04-07 19:00 UTC 

[PATCH 0/2] Enable watchdog support for iMX8QM
 2025-04-07 19:00 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8qm
` [PATCH 2/2] arm64: dts: imx8qm: add system controller watchdog support

Linux 6.15-rc1
 2025-04-07 19:00 UTC  (6+ messages)

[PATCH v3 0/5] tsm-mr: Unified Measurement Register ABI for TVMs
 2025-04-07 18:59 UTC  (6+ messages)
` [PATCH v3 1/5] tsm-mr: Add TVM Measurement Register support
` [PATCH v3 2/5] tsm-mr: Add tsm-mr sample code
` [PATCH v3 3/5] x86/tdx: Add tdx_mcall_extend_rtmr() interface
` [PATCH v3 4/5] x86/tdx: tdx_mcall_get_report0: Return -EBUSY on TDCALL_OPERAND_BUSY error
` [PATCH v3 5/5] virt: tdx-guest: Expose TDX MRs as sysfs attributes

[PATCH v1] x86/mm/pat: (un)track_pfn_copy() fix + improvements
 2025-04-07 18:59 UTC  (7+ messages)

[PATCH 0/3] iio: ad7606: add SPI offload support
 2025-04-07 18:58 UTC  (5+ messages)
` [PATCH 3/3] iio: adc: "

[PATCH][next] ext4: Avoid -Wflex-array-member-not-at-end warning
 2025-04-07 18:58 UTC  (2+ messages)

[PATCH] USB: gadget: Replace deprecated strncpy() with strscpy()
 2025-04-07 18:54 UTC  (2+ messages)

[PATCH][next] usb: gadget: uvc: Avoid -Wflex-array-member-not-at-end warnings
 2025-04-07 18:52 UTC  (2+ messages)

[PATCH rc 0/2] iommu/tegra241-cmdqv: Two bug fixes in fallback routine
 2025-04-07 18:51 UTC  (6+ messages)
` [PATCH rc 1/2] iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent()
` [PATCH rc 2/2] iommu/tegra241-cmdqv: Fix UAF due to re-entry of tegra241_cmdqv_remove()

[PATCH v2] net: libwx: handle page_pool_dev_alloc_pages error
 2025-04-07 18:49 UTC 

[PATCH v2 0/7] Support ROHM BD79104 ADC
 2025-04-07 18:49 UTC  (7+ messages)
` [PATCH v2 2/7] iio: adc: ti-adc128s052: Simplify using be16_to_cpu()

[PATCH v1 1/1] device property: Add a note to the fwnode.h
 2025-04-07 18:48 UTC  (5+ messages)

[PATCH v1 00/10] cpufreq: cpufreq_update_limits() fix and some cleanups
 2025-04-07 18:48 UTC  (5+ messages)
` [PATCH v1 05/10] cpufreq: intel_pstate: Rearrange max frequency updates handling code
` [PATCH v1 10/10] cpufreq: Pass policy pointer to ->update_limits()

[PATCH] regulator: hi6421v600: Truncate long strings for trailing NUL
 2025-04-07 18:48 UTC  (3+ messages)

[PATCH v1] s390/virtio_ccw: don't allocate/assign airqs for non-existing queues
 2025-04-07 18:47 UTC  (16+ messages)

[PATCH 0/5] iio: adc: ad7380: add ad7389-4 support
 2025-04-07 18:46 UTC  (2+ messages)

[PATCH] test
 2025-04-07 18:46 UTC  (2+ messages)

[PATCH][next] wifi: ath12k: core.h: Avoid -Wflex-array-member-not-at-end warnings
 2025-04-07 18:45 UTC  (3+ messages)

[PATCH 0/6] Support ROHM BD79104 ADC
 2025-04-07 18:44 UTC  (7+ messages)
` [PATCH 6/6] iio: adc: ti-adc128s052: Support ROHM BD79104

[PATCH] bcachefs: indent error messages of invalid compression
 2025-04-07 18:43 UTC  (2+ messages)

[PATCH v4 0/6] Track node vacancy to reduce worst case allocation counts
 2025-04-07 18:41 UTC  (7+ messages)
` [PATCH v4 1/6] maple_tree: convert mas_prealloc_calc() to take in a maple write state
` [PATCH v4 2/6] maple_tree: use height and depth consistently
` [PATCH v4 3/6] maple_tree: use vacant nodes to reduce worst case allocations
` [PATCH v4 4/6] maple_tree: break on convergence in mas_spanning_rebalance()
` [PATCH v4 5/6] maple_tree: add sufficient height
` [PATCH v4 6/6] maple_tree: reorder mas->store_type case statements

[PATCH 0/2] Add sys-bus-iio ABI frequency options to events and oversampling
 2025-04-07 18:40 UTC  (11+ messages)
` [PATCH 2/2] Documentation: ABI: add oversampling frequency in sysfs-bus-iio

[Patch v3 net-next 0/3] Add support for mdb offload failure notification
 2025-04-07 18:40 UTC  (5+ messages)

[PATCH net] net: hold instance lock during NETDEV_CHANGE
 2025-04-07 18:40 UTC  (2+ messages)

[PATCH] scsi: pm80xx: Add __nonstring annotations for unterminated strings
 2025-04-07 18:37 UTC  (3+ messages)

Build: arm rustgcc unknown argument '-mno-fdpic'
 2025-04-07 18:37 UTC  (2+ messages)

[PATCH v4 1/2] ACPI: Add missing prototype for non CONFIG_SUSPEND/CONFIG_X86 case
 2025-04-07 18:36 UTC  (2+ messages)
` [PATCH v4 2/2] pinctrl: amd: Add an LPS0 check() callback

[PATCH] md/raid6 algorithms: scale test duration for speedier boots
 2025-04-07 18:35 UTC  (2+ messages)

[PATCH 1/6] leds: lp8860: Use regmap_multi_reg_write for EEPROM writes
 2025-04-07 18:35 UTC  (6+ messages)
` [PATCH 2/6] leds: lp8860: Use new mutex guards to cleanup function exits
` [PATCH 3/6] leds: lp8860: Remove default regs when not caching
` [PATCH 4/6] leds: lp8860: Enable regulator using enable_optional helper
` [PATCH 5/6] leds: lp8860: Only unlock in lp8860_unlock_eeprom()
` [PATCH 6/6] leds: lp8860: Disable GPIO with devm action

[PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
 2025-04-07 18:35 UTC  (2+ messages)


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