linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-10 18:43:01 to 2025-07-10 21:31:31 UTC [more...]

[RFC v2 0/5] Add and use seprintf() instead of less ergonomic APIs
 2025-07-10 21:31 UTC  (14+ messages)
` [RFC v4 0/7] Add and use sprintf_end() "
  ` [RFC v4 6/7] sprintf: Add [V]SPRINTF_END()
` [RFC v5 0/7] Add and use sprintf_{end,array}() instead of less ergonomic APIs
  ` [RFC v5 1/7] vsprintf: Add [v]sprintf_end()
  ` [RFC v5 2/7] stacktrace, stackdepot: Add sprintf_end()-like variants of functions
  ` [RFC v5 3/7] mm: Use sprintf_end() instead of less ergonomic APIs
  ` [RFC v5 4/7] array_size.h: Add ENDOF()
  ` [RFC v5 5/7] mm: Fix benign off-by-one bugs
  ` [RFC v5 6/7] sprintf: Add [v]sprintf_array()
  ` [RFC v5 7/7] mm: Use [v]sprintf_array() to avoid specifying the array size

[PATCH] PCI/THP: Fix hang due to incorrect guard lock
 2025-07-10 21:31 UTC  (2+ messages)

[PATCH v2 00/11] HID: playstation: Add support for audio jack handling on DualSense
 2025-07-10 21:31 UTC  (4+ messages)

[PATCH v4 1/3] drm/doc: Fix title underline for "Task information"
 2025-07-10 21:27 UTC  (2+ messages)

[PATCH v4 0/3] Fix wrong dpa checking in PPR operation
 2025-07-10 21:24 UTC  (3+ messages)
` [PATCH v4 2/3] cxl/edac: Fix wrong dpa checking for "

[PATCH v2 0/2] Synopsys DW DPHY Driver
 2025-07-10 21:24 UTC  (8+ messages)
` [PATCH v2 1/2] phy: dw-dphy-rx: Add Synopsys DesignWare D-PHY RX
` [PATCH v2 2/2] phy: dw-dphy-rx: Add dt bindings for Synopsys MIPI "

[PATCH v3 0/2] media: i2c: Add ov2735 camera sensor driver
 2025-07-10 21:21 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: media: i2c: Add ov2735 sensor
` [PATCH v3 2/2] media: i2c: add ov2735 image sensor driver

[PATCH v10 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-10 21:19 UTC  (10+ messages)

[RFC] CXL/ACPI: Remove overlapping Soft Reserved regions before adding CFMW resources
 2025-07-10 21:15 UTC  (3+ messages)

[PATCH 00/13] clk: imx: convert from clk round_rate() to determine_rate()
 2025-07-10 21:10 UTC  (14+ messages)
` [PATCH 01/13] clk: imx: composite-8m: remove round_rate() in favor of determine_rate()
` [PATCH 02/13] clk: imx: composite-93: "
` [PATCH 03/13] clk: imx: busy: convert from round_rate() to determine_rate()
` [PATCH 04/13] clk: imx: cpu: "
` [PATCH 05/13] clk: imx: fixup-div: "
` [PATCH 06/13] clk: imx: fracn-gppll: "
` [PATCH 07/13] clk: imx: frac-pll: "
` [PATCH 08/13] clk: imx: pfd: "
` [PATCH 09/13] clk: imx: pll14xx: "
` [PATCH 10/13] clk: imx: pllv2: "
` [PATCH 11/13] clk: imx: pllv3: "
` [PATCH 12/13] clk: imx: pllv4: "
` [PATCH 13/13] clk: imx: scu: "

[net-next v14 00/12] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-07-10 21:04 UTC  (5+ messages)
` [net-next v14 04/12] net: mtip: The L2 switch driver for imx287

[PATCH v2 0/2] Fix orphan clocks in clk-th1520-ap driver
 2025-07-10 21:00 UTC  (3+ messages)
` [PATCH v2 1/2] clk: thead: th1520-ap: Correctly refer the parent of osc_12m

[PATCH] mm: consider disabling readahead if there are signs of thrashing
 2025-07-10 20:57 UTC  (2+ messages)

[PATCH 0/3] ovl: Enable support for casefold filesystems
 2025-07-10 20:54 UTC  (3+ messages)

[PATCH v11 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-10 20:52 UTC  (5+ messages)
    ` [PATCH v11 1/3] pwm: Export `pwmchip_release` for external use
    ` [PATCH v11 2/3] rust: pwm: Add Kconfig and basic data structures
    ` [PATCH v11 3/3] rust: pwm: Add complete abstraction layer

[PATCH v8 00/12] unwind_deferred: Implement sframe handling
 2025-07-10 20:51 UTC  (7+ messages)
` [PATCH v8 06/12] unwind_user/sframe: Wire up unwind_user to sframe

[PATCH 00/80] treewide: Remove redundant pm_runtime_mark_last_busy() calls
 2025-07-10 20:49 UTC  (3+ messages)
` [PATCH 23/80] i2c: "

[PATCH] iio: adc: ad7173: fix setting ODR in probe
 2025-07-10 20:43 UTC 

[PATCH v4] i2c: busses: Use min() to improve code
 2025-07-10 20:42 UTC  (2+ messages)

[PATCH v5 00/14] New perf ilist app
 2025-07-10 20:36 UTC  (15+ messages)
` [PATCH v5 01/14] perf jevents: Add common software event json
` [PATCH v5 02/14] perf parse-events: Remove non-json software events
` [PATCH v5 03/14] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v5 04/14] perf tp_pmu: Add event APIs
` [PATCH v5 05/14] perf list: Remove tracepoint printing code
` [PATCH v5 06/14] perf list: Skip ABI PMUs when printing pmu values
` [PATCH v5 07/14] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v5 08/14] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v5 09/14] perf ilist: Add new python ilist command
` [PATCH v5 10/14] perf python: Add parse_metrics function
` [PATCH v5 11/14] perf python: Add evlist metrics function
` [PATCH v5 12/14] perf python: Add evlist compute_metric
` [PATCH v5 13/14] perf python: Add metrics function
` [PATCH v5 14/14] perf ilist: Add support for metrics

[PATCH v2 00/12] pinctrl: introduce the concept of a GPIO pin function category
 2025-07-10 20:37 UTC  (3+ messages)
` [PATCH v2 01/12] pinctrl: pinmux: open-code PINCTRL_FUNCTION_DESC()

[PATCH v2] usbip: convert to use faux_device
 2025-07-10 20:33 UTC  (12+ messages)

[PATCH v2 0/6] arm64: dts: rockchip: Add ROCK 2A/2F, Sige1 and NanoPi Zero2
 2025-07-10 20:29 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: arm: rockchip: Add Radxa ROCK 2A/2F
` [PATCH v2 2/6] arm64: dts: "
` [PATCH v2 3/6] dt-bindings: arm: rockchip: Add ArmSoM Sige1
` [PATCH v2 4/6] arm64: dts: "
` [PATCH v2 5/6] dt-bindings: arm: rockchip: Add FriendlyElec NanoPi Zero2
` [PATCH v2 6/6] arm64: dts: "

[PATCH v6 0/9] LKMM generic atomics in Rust
 2025-07-10 20:29 UTC  (17+ messages)
` [PATCH v6 2/9] rust: sync: Add basic atomic operation mapping framework
` [PATCH v6 3/9] rust: sync: atomic: Add ordering annotation types

[PATCH] hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf
 2025-07-10 20:28 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH v5 00/14] New perf ilist app
 2025-07-10 20:25 UTC  (23+ messages)
` [PATCH v5 01/14] perf jevents: Add common software event json
` [PATCH v5 01/14] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v5 02/14] perf parse-events: Remove non-json software events
` [PATCH v5 02/14] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v5 03/14] perf jevents: Add common software event json
` [PATCH v5 03/14] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v5 04/14] perf parse-events: Remove non-json software events
` [PATCH v5 04/14] perf tp_pmu: Add event APIs
` [PATCH v5 05/14] perf list: Remove tracepoint printing code
` [PATCH v5 05/14] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v5 06/14] perf list: Skip ABI PMUs when printing pmu values
` [PATCH v5 06/14] perf tp_pmu: Add event APIs
` [PATCH v5 07/14] perf list: Remove tracepoint printing code
` [PATCH v5 07/14] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v5 08/14] perf list: Skip ABI PMUs when printing pmu values
` [PATCH v5 08/14] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v5 09/14] perf ilist: Add new python ilist command
` [PATCH v5 10/14] perf python: Add parse_metrics function
` [PATCH v5 11/14] perf python: Add evlist metrics function
` [PATCH v5 12/14] perf python: Add evlist compute_metric
` [PATCH v5 13/14] perf python: Add metrics function
` [PATCH v5 14/14] perf ilist: Add support for metrics

[PATCH] selftests: breakpoints: use suspend_stats to reliably check suspend success
 2025-07-10 20:25 UTC  (2+ messages)

[PATCH] riscv: Only allow LTO with CMODEL_MEDANY
 2025-07-10 20:25 UTC 

[PATCH] iommufd: Do not allow _iommufd_object_alloc_ucmd if abort op is set
 2025-07-10 20:23 UTC 

[PATCH v2 0/2] Add pinctrl driver for Milos (SM7635)
 2025-07-10 20:21 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: document the Milos Top Level Mode Multiplexer

[PATCH v10 00/10] Implement vendor resets for PSCI SYSTEM_RESET2
 2025-07-10 20:20 UTC  (2+ messages)

[PATCH net-next] net: phy: Don't register LEDs for genphy
 2025-07-10 20:14 UTC 

[PATCH] RDMA/mlx5: fix linking with CONFIG_INFINIBAND_USER_ACCESS=n
 2025-07-10 20:12 UTC  (2+ messages)

[syzbot] [usb?] WARNING in usbnet_status_start
 2025-07-10 20:10 UTC  (2+ messages)

[PATCHv3 wireless-next 0/7] wifi: rt2x00: add OF bindings + cleanup
 2025-07-10 20:08 UTC  (8+ messages)
` [PATCHv3 wireless-next 1/7] wifi: rt2x00: add COMPILE_TEST
` [PATCHv3 wireless-next 2/7] wifi: rt2x00: remove mod_name from platform_driver
` [PATCHv3 wireless-next 3/7] wifi: rt2800soc: allow loading from OF
` [PATCHv3 wireless-next 4/7] wifi: rt2800: move 2x00soc to 2800soc
` [PATCHv3 wireless-next 5/7] wifi: rt2x00: soc: modernize probe
` [PATCHv3 wireless-next 6/7] MIPS: dts: ralink: mt7620a: add wifi
` [PATCHv3 wireless-next 7/7] dt-bindings: net: wireless: rt2800: add

[PATCH v3 00/32] clk: at91: add support for parent_data and
 2025-07-10 20:07 UTC  (33+ messages)
` [PATCH v3 01/32] clk: at91: pmc: add macros for clk_parent_data
` [PATCH v3 02/32] clk: at91: pmc: Move macro to header file
` [PATCH v3 03/32] clk: at91: sam9x75: switch to parent_hw and parent_data
` [PATCH v3 04/32] clk: at91: clk-sam9x60-pll: use clk_parent_data
` [PATCH v3 05/32] clk: at91: clk-peripheral: switch to clk_parent_data
` [PATCH v3 06/32] clk: at91: clk-main: switch to clk parent data
` [PATCH v3 07/32] clk: at91: clk-utmi: use clk_parent_data
` [PATCH v3 08/32] clk: at91: clk-master: "
` [PATCH v3 09/32] clk: at91: clk-programmable: "
` [PATCH v3 10/32] clk: at91: clk-generated: "
` [PATCH v3 11/32] clk: at91: clk-usb: add support for clk_parent_data
` [PATCH v3 12/32] clk: at91: clk-system: use clk_parent_data
` [PATCH v3 13/32] clk: at91: sama7d65: switch to parent_hw and parent_data
` [PATCH v3 14/32] clk: at91: clk-pll: add support for parent_hw
` [PATCH v3 15/32] clk: at91: clk-audio-pll: "
` [PATCH v3 16/32] clk: at91: clk-plldiv: "
` [PATCH v3 17/32] clk: at91: clk-h32mx: "
` [PATCH v3 18/32] clk: at91: clk-i2s-mux: "
` [PATCH v3 19/32] clk: at91: clk-smd: add support for clk_parent_data
` [PATCH v3 20/32] clk: at91: clk-slow: add support for parent_hw
` [PATCH v3 21/32] clk: at91: dt-compat: switch to parent_hw and parent_data
` [PATCH v3 22/32] clk: at91: sam9x60: "
` [PATCH v3 23/32] clk: at91: sama5d2: "
` [PATCH v3 24/32] clk: at91: sama5d3: "
` [PATCH v3 25/32] clk: at91: sama5d4: "
` [PATCH v3 26/32] clk: at91: at91sam9x5: "
` [PATCH v3 27/32] clk: at91: at91rm9200: "
` [PATCH v3 28/32] clk: at91: at91sam9260: "
` [PATCH v3 29/32] clk: at91: at91sam9g45: "
` [PATCH v3 30/32] clk: at91: at91sam9n12: "
` [PATCH v3 31/32] clk: at91: at91sam9rl: switch to clk_parent_data
` [PATCH v3 32/32] clk: at91: sam9x7: Clean up formatting

[PATCH 0/6] arm64: dts: rockchip: Add ROCK 2A/2F, Sige1 and NanoPi Zero2
 2025-07-10 20:07 UTC  (6+ messages)
` [PATCH 2/6] arm64: dts: rockchip: Add Radxa ROCK 2A/2F

[PATCH v3 0/3] rust: Build PHY device tables by using module_device_table macro
 2025-07-10 20:01 UTC  (5+ messages)

[PATCH] media: imon: ratelimit usb_rx_callback_intf{0,1} error messages
 2025-07-10 19:58 UTC  (2+ messages)

[PATCH] PCI/ASPM: Allow ASPM enablement for devices behind Intel VMD
 2025-07-10 19:53 UTC  (2+ messages)

[GIT PULL] Networking for v6.16-rc6
 2025-07-10 19:53 UTC  (2+ messages)

User-space watchdog timers vs suspend-to-idle
 2025-07-10 19:52 UTC 

[PATCH 0/5] dma::Device trait and DMA mask
 2025-07-10 19:45 UTC  (6+ messages)
` [PATCH 1/5] rust: dma: implement `dma::Device` trait
` [PATCH 2/5] rust: dma: add DMA addressing capabilities
` [PATCH 3/5] rust: pci: implement the `dma::Device` trait
` [PATCH 4/5] rust: platform: "
` [PATCH 5/5] rust: samples: dma: set DMA mask

[PATCH v2] mm: zswap: add myself back to MAINTAINERS
 2025-07-10 19:43 UTC  (2+ messages)

[PATCH rcu 0/5] RCU changes for v6.17
 2025-07-10 19:41 UTC  (4+ messages)
` [PATCH rcu 5/5] rcu: Fix rcu_read_unlock() deadloop due to IRQ work

[PATCH 1/2] rust: Add dma_set_mask() and dma_set_coherent_mask() bindings
 2025-07-10 19:39 UTC  (5+ messages)

[PATCH v2] dm-verity: remove support for asynchronous hashes
 2025-07-10 19:38 UTC  (4+ messages)

[PATCH -next] selftests/ftrace: Prevent potential failure in subsystem-enable test case
 2025-07-10 19:34 UTC  (2+ messages)

[PATCH v2 0/6] fscrypt: Switch to sync_skcipher and on-stack requests
 2025-07-10 19:32 UTC  (4+ messages)
` [PATCH v2 6/6] ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()

[PATCH v6 0/7] RK3576 thermal sensor support, including OTP trim adjustments
 2025-07-10 19:30 UTC  (4+ messages)
` [PATCH v6 4/7] dt-bindings: thermal: rockchip: document otp thermal trim

[PATCH] powerpc: Replace the obsolete address of the FSF
 2025-07-10 18:48 UTC  (2+ messages)

[PATCH v21 0/9] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-07-10 19:13 UTC  (10+ messages)
` [PATCH v21 1/9] PCI: imx6: Add helper function imx_pcie_add_lut_by_rid()
` [PATCH v21 2/9] PCI: imx6: Add LUT configuration for MSI/IOMMU in Endpoint mode
` [PATCH v21 3/9] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v21 4/9] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
` [PATCH v21 5/9] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v21 6/9] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v21 7/9] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v21 8/9] selftests: pci_endpoint: "
` [PATCH v21 9/9] arm64: dts: imx95: Add msi-map for pci-ep device

[PATCH net-next v22 0/2] MCTP Over PCC Transport
 2025-07-10 19:12 UTC  (3+ messages)
` [PATCH net-next v22 1/2] mailbox/pcc: support mailbox management of the shared buffer
` [PATCH net-next v22 2/2] mctp pcc: Implement MCTP over PCC Transport

[PATCH] platform/x86: dell-lis3lv02d: Add Precision 3551
 2025-07-10 19:09 UTC 

[PATCH net] net: phy: Don't register LEDs for genphy
 2025-07-10 19:09 UTC  (9+ messages)

[PATCH v4 0/7] iommufd: Destroy vdevice on device unbind
 2025-07-10 19:08 UTC  (3+ messages)
` [PATCH v4 2/7] iommufd: Add iommufd_object_tombstone_user() helper

[PATCH v3 0/7] Documentation for nova-core
 2025-07-10 19:06 UTC  (4+ messages)
` [PATCH v3 2/7] gpu: nova-core: Clarify sysmembar operations

[PATCH v5 0/6] Add support for S4 audio
 2025-07-10 19:05 UTC  (2+ messages)

[PATCH v7 00/12] gpio: siul2-s32g2: add initial GPIO driver
 2025-07-10 19:05 UTC  (2+ messages)

[PATCH V1 0/9] AMD AI Engine device driver for Versal
 2025-07-10 19:03 UTC  (10+ messages)
` [PATCH V1 1/9] firmware: xilinx: Add IOCTL support for the AIE run time operations
` [PATCH V1 3/9] dt-bindings: power: Add AMD Versal power domain bindings
` [PATCH V1 4/9] dt-bindings: soc: xilinx: Add AI engine DT binding

[PATCH v12 0/4] support large align and nid in Rust allocators
 2025-07-10 18:57 UTC  (5+ messages)
` [PATCH v12 1/4] mm/vmalloc: allow to set node and align in vrealloc

[PATCH] riscv: Stop considering R_RISCV_NONE as bad relocations
 2025-07-10 18:43 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;
as well as URLs for NNTP newsgroup(s).