mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] rust: Use Rust 1.80+ safe stdlib for pointer arithmetic and slice splitting
 2026-01-05 13:23 UTC 

[PATCH v10 00/14] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
 2026-01-05 13:23 UTC  (15+ messages)
` [PATCH v10 01/14] dt-bindings: remoteproc: qcom,pas: Add iommus property
` [PATCH v10 02/14] firmware: qcom_scm: Remove redundant piece of code
` [PATCH v10 03/14] firmware: qcom_scm: Rename peripheral as pas_id
` [PATCH v10 04/14] firmware: qcom_scm: Introduce PAS context allocator helper function
` [PATCH v10 05/14] remoteproc: pas: Replace metadata context with PAS context structure
` [PATCH v10 06/14] soc: qcom: mdtloader: Add PAS context aware qcom_mdt_pas_load() function
` [PATCH v10 07/14] soc: qcom: mdtloader: Remove qcom_mdt_pas_init() from exported symbols
` [PATCH v10 08/14] firmware: qcom_scm: Add a prep version of auth_and_reset function
` [PATCH v10 09/14] firmware: qcom_scm: Refactor qcom_scm_pas_init_image()
` [PATCH v10 10/14] firmware: qcom_scm: Add SHM bridge handling for PAS when running without QHEE
` [PATCH v10 11/14] firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource table
` [PATCH v10 12/14] remoteproc: pas: Extend parse_fw callback to fetch resources via SMC call
` [PATCH v10 13/14] remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v10 14/14] arm64: dts: qcom: Add EL2 overlay for Lemans

[PATCH 0/3] arm64: boot: dts: ti: k3-am62l: enable WKUP UART wakeup
 2026-01-05 13:22 UTC  (3+ messages)
` [PATCH 1/3] arm64: dts: ti: k3-am62l: include WKUP_UART0 in wakeup peripheral window

[PATCH bpf-next 0/2] bpf, test_run: Fix user-memory-access vulnerability for LIVE_FRAMES
 2026-01-05 13:22 UTC  (4+ messages)
  ` [PATCH bpf-next 1/2] "

[PATCH] x86/cpu: drop unused Kconfig symbol X86_P6_NOP
 2026-01-05 13:21 UTC  (2+ messages)

[PATCH v2 0/2] pinctrl: qcom: Add Mahua TLMM support
 2026-01-05 13:21 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: qcom,glymur-tlmm: Document Mahua TLMM block
` [PATCH v2 2/2] pinctrl: qcom: glymur: Add Mahua TLMM support

[PATCH] x86/CPU/AMD: Simplify the spectral chicken fix
 2026-01-05 13:20 UTC  (2+ messages)

SMP boot issue during system resume
 2026-01-05 13:19 UTC  (5+ messages)

[PATCH v6 0/3] Add a few tracepoints to panthor
 2026-01-05 13:17 UTC  (4+ messages)
` [PATCH v6 1/3] drm/panthor: Extend IRQ helpers for mask modification/restoration

[PATCH v2 0/5] arm64: dts: ti: k3-am62: Support Main UART wakeup
 2026-01-05 13:17 UTC  (2+ messages)

[PATCH] checkpatch: Add support for long UTF-8 name
 2026-01-05 13:16 UTC  (2+ messages)

[PATCH] omap-cpufreq: Fix regulator resource leak in probe()
 2026-01-05 13:12 UTC  (2+ messages)
` [PATCH v2] cpufreq: OMAP: Fix resource leak in probe error path and remove

[PATCH v3 0/3] Add support for Variscite DART-MX95 and Sonata board
 2026-01-05 13:10 UTC  (3+ messages)
` [PATCH v3 2/3] arm64: dts: freescale: Add support for Variscite DART-MX95

[PATCH net-next 0/9] net: dsa: microchip: Adjust PTP handling to ease KSZ8463 integration
 2026-01-05 13:08 UTC  (10+ messages)
` [PATCH net-next 1/9] net: dsa: microchip: Initialize IRQ's mask outside common_setup()
` [PATCH net-next 2/9] net: dsa: microchip: Use dynamic irq offset
` [PATCH net-next 3/9] net: dsa: microchip: Use regs[] to access REG_PTP_CLK_CTRL
` [PATCH net-next 4/9] net: dsa: microchip: Use regs[] to access REG_PTP_RTC_NANOSEC
` [PATCH net-next 5/9] net: dsa: microchip: Use regs[] to access REG_PTP_RTC_SEC
` [PATCH net-next 6/9] net: dsa: microchip: Use regs[] to access REG_PTP_RTC_SUB_NANOSEC
` [PATCH net-next 7/9] net: dsa: microchip: Use regs[] to access REG_PTP_SUBNANOSEC_RATE
` [PATCH net-next 8/9] net: dsa: microchip: Use regs[] to access REG_PTP_MSG_CONF1
` [PATCH net-next 9/9] net: dsa: microchip: Wrap timestamp reading in a function

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-05 13:06 UTC  (30+ messages)
` [PATCH v2 01/27] rust: barrier: add __rust_helper to helpers
` [PATCH v2 02/27] rust: blk: "
` [PATCH v2 03/27] rust: bug: "
` [PATCH v2 04/27] rust: clk: "
` [PATCH v2 05/27] rust: completion: "
` [PATCH v2 06/27] rust: cpu: "
` [PATCH v2 07/27] rust: cred: "
` [PATCH v2 08/27] rust: err: "
` [PATCH v2 09/27] rust: jump_label: "
` [PATCH v2 10/27] rust: maple_tree: "
` [PATCH v2 11/27] rust: mm: "
` [PATCH v2 12/27] rust: of: "
` [PATCH v2 13/27] rust: processor: "
` [PATCH v2 14/27] rust: pwm: "
` [PATCH v2 15/27] rust: rbtree: "
` [PATCH v2 16/27] rust: rcu: "
` [PATCH v2 17/27] rust: refcount: "
` [PATCH v2 18/27] rust: security: "
` [PATCH v2 19/27] rust: slab: "
` [PATCH v2 20/27] rust: sync: "
` [PATCH v2 21/27] rust: task: "
` [PATCH v2 22/27] rust: time: "
` [PATCH v2 23/27] rust: uaccess: "
` [PATCH v2 24/27] rust: usb: "
` [PATCH v2 25/27] rust: wait: "
` [PATCH v2 26/27] rust: workqueue: "
` [PATCH v2 27/27] rust: xarray: "

[PATCH net-next v2] net: dlink: replace printk() with netdev_{info,dbg}() in rio_probe1()
 2026-01-05 13:05 UTC 

[PATCH 1/3] ata: ahci-dwc: Simplify with scoped for each OF child loop
 2026-01-05 13:05 UTC  (3+ messages)

[PATCH v1 00/13] arm64: Refactor TLB invalidation API and implementation
 2026-01-05 13:03 UTC  (7+ messages)
` [PATCH v1 03/13] arm64: mm: Implicitly invalidate user ASID based on TLBI operation

[PATCH] optee: update outdated comment
 2026-01-05 13:02 UTC  (3+ messages)

[PATCH RFC net-next 0/3] uapi: Use UAPI definitions of INT_MAX and INT_MIN
 2026-01-05 13:02 UTC  (3+ messages)
` [PATCH RFC net-next 3/3] netfilter: uapi: Use UAPI definition "

[PATCH 0/2] Add Apple Silicon SMC power driver
 2026-01-05 12:56 UTC  (3+ messages)
` [PATCH 1/2] power: supply: Add macsmc-power driver for Apple Silicon
` [PATCH 2/2] mfd: macsmc: Wire up Apple SMC power driver

[PATCH] PCI: meson: Drop unused WAIT_LINKUP_TIMEOUT macro
 2026-01-05 12:56 UTC 

[PATCH 0/4] Make cpumask_of_node() robust against NUMA_NO_NODE
 2026-01-05 12:54 UTC  (3+ messages)
` [PATCH 2/4] LoongArch: "

[PATCH v2] net: ceph: make free_choose_arg_map() resilient to partial allocation
 2026-01-05 12:53 UTC  (3+ messages)

[PATCH v3 bpf-next] bpftool: Make skeleton C++ compatible with explicit casts
 2026-01-05 12:53 UTC  (4+ messages)
` [PATCH v4 "

[PATCH] mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted merge
 2026-01-05 12:53 UTC  (3+ messages)

[PATCH] platform/surface: Replace deprecated strcpy in surface_button_add
 2026-01-05 12:52 UTC  (2+ messages)

[PATCH 00/19] printk cleanup - part 3
 2026-01-05 12:52 UTC  (2+ messages)

[PATCH] libceph: Reset sparse-read on fault
 2026-01-05 12:51 UTC  (2+ messages)

[PATCH v2 0/6] media: iris: misc fixes for fluster, seek and concurrency issues
 2026-01-05 12:50 UTC  (5+ messages)
` [PATCH v2 4/6] Revert "media: iris: Add sanity check for stop streaming"

[PATCH] tee: amdtee: Remove unused return variables
 2026-01-05 12:49 UTC 

[PATCH v4 00/15] Add support for Microchip LAN969x
 2026-01-05 12:46 UTC  (3+ messages)
` [PATCH v4 04/15] dt-bindings: spi: at91: add microchip,lan9691-spi

[PATCH 00/14] power: sequencing: extend WCN driver to support WCN399x device
 2026-01-05 12:46 UTC  (7+ messages)
` [PATCH 04/14] wifi: ath10k: snoc: support powering on the device via pwrseq

[PATCH 0/4] Various mm kselftests improvements/fixes
 2026-01-05 12:46 UTC  (7+ messages)
` [PATCH 1/4] selftests/mm: remove flaky header check

[PATCH] media: i2c: ov2735: request reset GPIO as initially asserted
 2026-01-05 12:45 UTC  (2+ messages)

[PATCH v2] fuse: uapi: use UAPI types
 2026-01-05 12:45 UTC  (7+ messages)

[PATCH can v2] can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak
 2026-01-05 12:44 UTC  (2+ messages)

[PATCH v2 0/3] Add the DWC3 instance name in traces
 2026-01-05 12:44 UTC  (6+ messages)
` [PATCH v2 1/3] usb: dwc3: Remove of dep->regs
` [PATCH v2 2/3] usb: dwc3: Add dwc pointer to dwc3_readl/writel
` [PATCH v2 3/3] usb: dwc3: Log dwc3 instance name in traces

[PATCH] mailbox: exynos: drop unneeded runtime pointer (pclk)
 2026-01-05 12:44 UTC  (2+ messages)

[PATCH RESEND] autofs: replace manual symlink buffer allocation in autofs_dir_symlink
 2026-01-05 12:43 UTC 

[PATCH RESEND net-next v2] net: stmmac: dwmac: Add a fixup for the Micrel KSZ9131 PHY
 2026-01-05 12:42 UTC  (3+ messages)

[PATCH v1] media: lirc: modify the timeout waiting time for the infrared remote control
 2026-01-05 12:41 UTC 

[PATCH 1/2] rust: io: fix Bar reference in Io struct's comment
 2026-01-05 12:38 UTC  (11+ messages)
` [PATCH 2/2] rust: pci: fix typo in Bar "

[PATCH v2 00/15] fix DMA aligment issues around virtio
 2026-01-05 12:37 UTC  (4+ messages)
` [PATCH v2 05/15] dma-debug: track cache clean flag in entries

[PATCH] xen/scsiback: fix potential memory leak in scsiback_remove()
 2026-01-05 12:31 UTC  (2+ messages)

rtsx_pci_sdmmc aborts suspend when /sys/power/wakeup_count is enabled
 2026-01-05 12:31 UTC  (4+ messages)

[PATCH v2] tools: lib: thermal: Correct CFLAGS and LDFLAGS in pkg-config template
 2026-01-05 12:31 UTC 

[regression 5.10.y] Libvirt can no longer delete macvtap devices after backport of a6cec0bcd342 ("net: rtnetlink: add bulk delete support flag") to 5.10.y series (Debian 11)
 2026-01-05 12:30 UTC  (4+ messages)

[PATCH v6 0/2] media: i2c: Add ov2732 image sensor driver
 2026-01-05 12:30 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: media: i2c: Add ov2732 image sensor
` [PATCH v6 2/2] media: i2c: Add ov2732 image sensor driver

[PATCH 0/2] replace system_wq with system_percpu_wq, add WQ_PERCPU to alloc_workqueue
 2026-01-05 12:30 UTC  (5+ messages)
` [PATCH 1/2] xen/events: replace use of system_wq with system_percpu_wq
` [PATCH 2/2] xen: privcmd: WQ_PERCPU added to alloc_workqueue users

[PATCH v3 0/6] Improve khugepaged scan logic
 2026-01-05 12:30 UTC  (8+ messages)
` [PATCH v3 5/6] mm: khugepaged: skip lazy-free folios at scanning

[PATCH v1 00/23] PM: runtime: Convert pm_runtime_put() to a void function
 2026-01-05 12:29 UTC  (3+ messages)
` [PATCH v1 04/23] drm/imagination: Discard pm_runtime_put() return value

[PATCH 0/3] gpio: shared: close remaining gaps
 2026-01-05 12:28 UTC  (4+ messages)
` [PATCH 3/3] gpio: shared: allow sharing a reset-gpios pin between reset-gpio and gpiolib

[PATCH v2 0/2] Fixes for movable pages
 2026-01-05 12:28 UTC  (3+ messages)
` [PATCH v2 1/2] hyperv: add definitions for arm64 gpa intercepts
` [PATCH v2 2/2] mshv: handle gpa intercepts for arm64

[PATCH] pci: controller: tegra194: remove dependency on Tegra194 SoC
 2026-01-05 12:28 UTC  (15+ messages)

[PATCH v2 0/8] dma-mapping: arm64: support batched cache sync
 2026-01-05 12:28 UTC  (3+ messages)
` [PATCH v2 4/8] dma-mapping: Separate DMA sync issuing and completion waiting

[PATCH 0/2] PCI: dwc: Add multi-port controller support
 2026-01-05 12:27 UTC  (3+ messages)
` [PATCH 1/2] PCI: API changes for "
` [PATCH 2/2] PCI: dwc: Add "

drivers/pci/hotplug/pnv_php.c:710 pnv_php_alloc_slot() warn: address of NULL pointer 'php_slot->bus'
 2026-01-05 12:25 UTC 

[PATCH RESEND] crypto: af_alg - Annotate struct af_alg_iv with __counted_by
 2026-01-05 12:24 UTC 

[PATCH] PCI: pnv_php: Fix smatch warnings about "address of NULL pointer"
 2026-01-05 12:23 UTC 

[PATCH net-next v11 0/3] STP/RSTP SWITCH support for PRU-ICSSM Ethernet driver
 2026-01-05 12:23 UTC  (4+ messages)
` [PATCH net-next v11 1/3] net: ti: icssm-prueth: Add helper functions to configure and maintain FDB
` [PATCH net-next v11 2/3] net: ti: icssm-prueth: Add switchdev support for icssm_prueth driver
` [PATCH net-next v11 3/3] net: ti: icssm-prueth: Add support for ICSSM RSTP switch

[PATCH] mm/oom_kill: Remove unnecessary integer promotion in format string
 2026-01-05 12:22 UTC  (3+ messages)

[PATCH v7 0/2] Optimize zone->contiguous update and issue fix
 2026-01-05 12:21 UTC  (2+ messages)

[PATCH -next v2 0/7] mm/mglru: remove memcg lru
 2026-01-05 12:21 UTC  (3+ messages)

[PATCH v2 0/7] irqchip/gic-v5: Code first ACPI boot support
 2026-01-05 12:21 UTC  (5+ messages)
` [PATCH v2 3/7] irqdomain: Add parent field to struct irqchip_fwid
` [PATCH v2 4/7] PCI/MSI: Make the pci_msi_map_rid_ctlr_node() interface firmware agnostic

[PATCH RESEND] fs/xattr: Annotate struct simple_xattr with __counted_by
 2026-01-05 12:20 UTC 

[PATCH V3] PCI: dwc: tegra194: Broaden architecture dependency
 2026-01-05 12:20 UTC  (3+ messages)
` [PATCH V4] "

[PATCH 1/2] powerpc/ps3: Drop redundant result assignment
 2026-01-05 12:20 UTC  (2+ messages)
` [PATCH 2/2] powerpc/pasemi: Drop redundant res assignment

[RFC v3 0/2] ext4: fast commit: fix lockdep issues
 2026-01-05 12:18 UTC  (3+ messages)
` [RFC v3 1/2] ext4: fast_commit: assert i_data_sem only before sleep

[PATCH v3 0/4] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2026-01-05 12:15 UTC  (4+ messages)
` [PATCH v3 3/4] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal

[PATCH v3 0/9] phy: convert from clk round_rate() to determine_rate()
 2026-01-05 12:14 UTC  (4+ messages)
` [PATCH v3 9/9] phy: ti: phy-j721e-wiz: convert from "

[PATCH RESEND] thermal: broadcom: Use clamp to simplify bcm2835_thermal_temp2adc
 2026-01-05 12:13 UTC 

[PATCH 1/2] rust: syn: make rust-analyzer treat `std` as a dependency
 2026-01-05 12:12 UTC  (4+ messages)
` [PATCH 2/2] rust: quote: make rust-analyzer treat `core` and `std` as dependencies

[PATCH] soc: fsl: qe: Simplify with scoped for each OF child loop
 2026-01-05 12:10 UTC  (2+ messages)

drivers/infiniband/hw/bng_re/bng_dev.c:113 bng_re_net_ring_free() warn: variable dereferenced before check 'rdev' (see line 107)
 2026-01-05 12:09 UTC 

[PATCH v2 0/2] Add Acer Swift SFA14-11 DT and bindings
 2026-01-05 12:08 UTC  (6+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: add Acer Swift SFA14-11 device tree
` [PATCH v2 2/2] dt-bindings: arm: qcom: add Acer Swift SFA14-11

[PATCH v2 0/3] net: stmmac: socfpga: support both stmmaceth-ocp and ahb reset names
 2026-01-05 12:08 UTC  (4+ messages)
` [PATCH v2 1/3] net: stmmac: socfpga: add call to assert/deassert ahb reset line
` [PATCH v2 2/3] Revert "arm: dts: socfpga: use reset-name "stmmaceth-ocp" instead of "ahb""
` [PATCH v2 3/3] dt-bindings: net: altr,socfpga-stmmac: deprecate 'stmmaceth-ocp'

[PATCH 6/9] clk: realtek: Add support for mux clock
 2026-01-05 12:04 UTC  (2+ messages)

[PATCH v2 0/2] mux: adg2404: add support for ADG2404 multiplexer
 2026-01-05 12:00 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: mux: adg2404: add support
` [PATCH v2 2/2] mux: adg2404: add driver support

[PATCH net v2] bnxt_en: Fix NULL pointer crash in bnxt_ptp_enable during error cleanup
 2026-01-05 12:00 UTC 

[PATCH 0/1] mm/page_alloc: dynamic min_free_kbytes adjustment
 2026-01-05 11:59 UTC  (3+ messages)
` [PATCH v3 0/1] mm/page_alloc: dynamic watermark boosting
  ` [PATCH v3 1/1] mm/page_alloc: auto-tune watermarks on atomic allocation failure

[PATCH v2 0/2] Add support for ADG1736 Dual 2:1 Multiplexer
 2026-01-05 11:57 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: mux: adg1736: add support
` [PATCH v2 2/2] mux: adg1736: add driver support

[PATCH] staging: greybus: audio: avoid snprintf truncation warnings
 2026-01-05 11:55 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] PCI: tegra194: allow enabling driver on Tegra234
 2026-01-05 11:53 UTC  (2+ messages)

[PATCH v3 0/4] PCI: dwc: Rework the error handling of dw_pcie_wait_for_link() API
 2026-01-05 11:52 UTC  (3+ messages)

[PATCH] x86/mm: remove redundant computation of pmd_leaf
 2026-01-05 11:51 UTC 

[PATCH] drm/rcar-du: dsi: Clean up VCLK divider calculation
 2026-01-05 11:50 UTC  (7+ messages)

[PATCH 0/4] ASoC: codecs: wsa88xx: fix codec initialisation
 2026-01-05 11:50 UTC  (2+ messages)

[PATCH RFC 1/2] net: mana: Add support for coalesced RX packets on CQE
 2026-01-05 11:49 UTC  (2+ messages)

[PATCH 0/7] arm64: dts: imx952: Enable various node for i.MX952-EVK
 2026-01-05 11:48 UTC  (6+ messages)
` [PATCH 3/7] arm64: dts: imx952-evk: Enable UART5
` [PATCH 4/7] arm64: dts: imx952-evk: Enable SPI7
` [PATCH 5/7] arm64: dts: imx952-evk: Enable USB[1,2]
` [PATCH 6/7] arm64: dts: imx952-evk: Enable wdog3
` [PATCH 7/7] arm64: dts: imx952-evk: Add nxp,ctrl-ids for scmi misc

[PATCH v4 0/4] Add DMA support for RZ/T2H and RZ/N2H
 2026-01-05 11:44 UTC  (3+ messages)
` [PATCH v4 1/4] dmaengine: sh: rz_dmac: make error interrupt optional
` [PATCH v4 2/4] dmaengine: sh: rz_dmac: make register_dma_req() chip-specific

[PATCH v2] 9p: fix i_size update race in getattr with writeback caching
 2026-01-05 11:35 UTC  (2+ messages)

[PATCH 6.12 0/3] wifi: mt76: mt7925: fix suspend regression
 2026-01-05 11:16 UTC  (2+ messages)
` [PATCH 6.12 2/3] wifi: mt76: mt7925: fix CLC command timeout when suspend/resume

page:  |  | latest

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

all inboxes | Powered by JetHome®