public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-23 15:33:48 to 2024-08-23 17:15:56 UTC [more...]

[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-08-23 17:16 UTC  (9+ messages)
` [PATCH 07/11] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver

[PATCH] iommu/arm-smmu-qcom: Work around SDM845 Adreno SMMU w/ 16K pages
 2024-08-23 17:15 UTC  (9+ messages)

[PATCH v3 00/25] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-08-23 17:12 UTC  (23+ messages)
` [PATCH v3 06/25] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v3 07/25] cxl/core: Separate region mode from decoder mode
` [PATCH v3 09/25] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v3 10/25] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v3 11/25] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v3 12/25] cxl/region: Refactor common create region code
` [PATCH v3 13/25] cxl/region: Add sparse DAX region support
` [PATCH v3 14/25] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v3 16/25] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v3 17/25] cxl/core: Return endpoint decoder information from region search

[PATCH v7 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
 2024-08-23 17:06 UTC  (5+ messages)
` [PATCH v8 0/4] Generate address range data for built-in modules
  ` [PATCH v8 2/4] kbuild: generate offset range data for builtin modules

[PATCH v1 0/2] thermal: core: Two fixes for 6.12
 2024-08-23 17:04 UTC  (5+ messages)
` [PATCH v1 2/2] thermal: sysfs: Add sanity checks for trip temperature and hysteresis

[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in decompress_lznt
 2024-08-23 17:04 UTC 

[PATCH] drivers/perf: Fix ali_drw_pmu driver interrupt status clearing
 2024-08-23 17:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/4] perf/dwc_pcie: Fix registration issue in multi PCIe controller instances
 2024-08-23 17:02 UTC  (2+ messages)

[PATCH v3] iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linux
 2024-08-23 17:02 UTC  (2+ messages)

[PATCH v3] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
 2024-08-23 17:02 UTC  (2+ messages)

[PATCH v2] drivers/perf: apple_m1: add known PMU events
 2024-08-23 17:02 UTC  (2+ messages)

[PATCH v3 0/2] Add support for nuvoton ma35 nand controller
 2024-08-23 17:02 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: mtd: nuvoton,ma35d1-nand: add new bindings
` [PATCH v3 2/2] mtd: rawnand: nuvoton: add new driver for the Nuvoton MA35 SoC

[PATCH v3] wifi: mwifiex: Convert to use jiffies macro
 2024-08-23 17:01 UTC  (2+ messages)

[PATCH] bus: fsl-mc: make fsl_mc_bus_type const
 2024-08-23 17:00 UTC  (2+ messages)

[PATCH v3 0/3] serial: sc16is7xx: cosmetic cleanup
 2024-08-23 16:55 UTC  (4+ messages)
` [PATCH v3 1/3] serial: sc16is7xx: remove SC16IS7XX_MSR_DELTA_MASK
` [PATCH v3 2/3] serial: sc16is7xx: fix copy-paste errors in EFR_SWFLOWx_BIT constants
` [PATCH v3 3/3] serial: sc16is7xx: convert bitmask definitions to use BIT() macro

[PATCH v8 0/4] shut down devices asynchronously
 2024-08-23 16:54 UTC  (2+ messages)

[net-next v2 0/9] net: convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()
 2024-08-23 16:54 UTC  (5+ messages)
` [net-next v2 7/9] net: ethernet: marvell: mvneta: Convert to devm_clk_get_enabled()
` [net-next v2 8/9] net: mvpp2: Convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()

[RFC] Why is set_config not supported in mlx5_vnet?
 2024-08-23 16:54 UTC 

[PATCH] tracing/timerlat: Check tlat_var for NULL in timerlat_fd_release
 2024-08-23 16:54 UTC  (2+ messages)

[PATCH v4] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-23 16:53 UTC 

[PATCH v3 00/11] i3c: master: some fix and improvemnt for hotjoin
 2024-08-23 16:53 UTC  (25+ messages)
` [PATCH v3 01/11] i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoin
` [PATCH v3 02/11] i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_BITS
` [PATCH v3 03/11] i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_INIT
` [PATCH v3 05/11] i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()
` [PATCH v3 06/11] i3c: master: svc: use repeat start when IBI WIN happens
` [PATCH v3 07/11] i3c: master: svc: manually emit NACK/ACK for hotjoin
` [PATCH v3 08/11] i3c: master: svc: need check IBIWON for dynamtica address assign
` [PATCH v3 09/11] i3c: master: svc: use spinlock_saveirq at svc_i3c_master_ibi_work()
` [PATCH v3 10/11] i3c: master: svc: wait for Manual ACK/NACK Done before next step
` [PATCH v3 11/11] i3c: master: svc: fix possible assignment of the same address to two devices

[PATCH] drm/panel: himax-hx83102: Add NULL pointer check in hx83102_get_modes
 2024-08-23 16:49 UTC  (2+ messages)

[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in chrdev_open
 2024-08-23 16:50 UTC 

[PATCH v2 1/2] x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET
 2024-08-23 16:47 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: x86: AMD's IBPB is not equivalent to Intel's IBPB

[RESEND PATCH v1] mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
 2024-08-23 16:42 UTC  (10+ messages)

[PATCH 0/4] nfsd: fix some comments and code cleanup
 2024-08-23 16:39 UTC  (3+ messages)
` [PATCH 4/4] nfsd: remove unused parameter of nfsd_file_mark_find_or_create

[PATCH] codetag: debug: mark codetags for pages which transitioned from being poison to unpoison as empty
 2024-08-23 16:39 UTC  (11+ messages)
          ` [PATCH] codetag: debug: mark codetags for poisoned page "

[PATCH] drm/panel-edp: add BOE NE140WUM-N6G panel entry
 2024-08-23 16:39 UTC  (2+ messages)

[PATCH RFC] dmaengine: dw: Prevent tx-status calling desc callback (Fix UART deadlock!)
 2024-08-23 16:39 UTC  (4+ messages)

[PATCH] scripts: Fix gfp-translate after ___GFP_*_BITS conversion to an enum
 2024-08-23 16:38 UTC 

[PATCH v3] net: netvsc: Update default VMBus channels
 2024-08-23 16:37 UTC  (2+ messages)

[syzbot] [ntfs3?] possible deadlock in mi_read
 2024-08-23 16:36 UTC 

[PATCH v2] params: Annotate struct module_param_attrs with __counted_by()
 2024-08-23 14:59 UTC 

[PATCH v4 00/14] forcealign for xfs
 2024-08-23 16:35 UTC  (7+ messages)
` [PATCH v4 01/14] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v4 02/14] xfs: always tail align maxlen allocations
` [PATCH v4 12/14] xfs: Unmap blocks according to forcealign

[PATCH 00/16] Add initial USB support for the Renesas RZ/G3S SoC
 2024-08-23 16:33 UTC  (7+ messages)
` [PATCH 02/16] dt-bindings: soc: renesas: renesas,rzg2l-sysc: Add #reset-cells for RZ/G3S

[PATCH v7 0/3] drm: Use full allocated minor range for DRM
 2024-08-23 16:30 UTC  (4+ messages)
` [PATCH v7 1/3] drm: Use XArray instead of IDR for minors
` [PATCH v7 2/3] accel: "
` [PATCH v7 3/3] drm: Expand max DRM device number to full MINORBITS

[PATCH v1 1/1] i2c: designware: Consolidate PM ops
 2024-08-23 16:28 UTC 

[PATCH v3 1/3] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-23 16:27 UTC  (3+ messages)
` [PATCH v3 2/3] selftests: test_zswap: add test for hierarchical zswap.writeback
` [PATCH v3 3/3] Documentation/cgroup-v2: clarify that zswap.writeback is ignored if zswap is disabled

[PATCH 0/9] AT24 EEPROM MTD Support
 2024-08-23 16:24 UTC  (2+ messages)

[PATCH 0/8] Add support Relfor Saib board which is based on Rockchip RV1109 SoC
 2024-08-23 16:24 UTC  (12+ messages)
` [PATCH 1/8] ARM: dts: rockchip: Add i2c3 node for RV1126
` [PATCH 2/8] ARM: dts: rockchip: Add i2s0 "
` [PATCH 3/8] ARM: dts: rockchip: Add pwm "
` [PATCH 4/8] ARM: dts: rockchip: Add watchdog "
` [PATCH 5/8] Documentation: bindings: rtc: add clock-cells property
` [PATCH 6/8] dt-bindings: vendor-prefixes: Add Relfor labs
` [PATCH 7/8] dt-bindings: arm: rockchip: Add Relfor Saib
` [PATCH 8/8] ARM: dts: rockchip: Add Relfor Saib board

[syzbot] [ntfs3?] possible deadlock in ntfs_mark_rec_free (2)
 2024-08-23 16:24 UTC 

[PATCH 0/3] ASoC: codecs: wcd93xx: Simplify locking with guard()
 2024-08-23 16:21 UTC  (4+ messages)
` [PATCH 1/3] ASoC: codecs: wcd937x: "
` [PATCH 2/3] ASoC: codecs: wcd938x: "
` [PATCH 3/3] ASoC: codecs: wcd939x: "

[PATCH 0/5] netfs, cifs: Further fixes
 2024-08-23 16:19 UTC  (7+ messages)
` [PATCH 1/5] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 2/5] netfs, cifs: Improve some debugging bits
` [PATCH 3/5] netfs: Fix missing iterator reset on retry of short read
` [PATCH 4/5] cifs: Fix short read handling
` [PATCH 5/5] cifs: Fix credit handling
` Samba llseek bug

[PATCH] cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value
 2024-08-23 16:19 UTC  (4+ messages)

[PATCH v2 0/3] selftests: Fix cpuid / vendor checking build issues
 2024-08-23 16:17 UTC  (5+ messages)
` [PATCH v2 3/3] kselftest: Provide __cpuid_count() stub on non-x86 archs

[PATCH] arm: dts: realview: Add/drop missing/spurious unit-addreses
 2024-08-23 16:17 UTC  (3+ messages)

[regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
 2024-08-23 16:16 UTC  (7+ messages)

[PATCH v5 0/5] TDX host: kexec() support
 2024-08-23 16:15 UTC  (6+ messages)

[PATCH v1] pinctrl: starfive: jh7110: Correct the level trigger configuration of iev register
 2024-08-23 16:15 UTC  (2+ messages)

[PATCH] pinctrl: qcom: x1e80100: Fix special pin offsets
 2024-08-23 16:14 UTC  (2+ messages)

[PATCH 00/12] Enable build system on macOS hosts
 2024-08-23 16:12 UTC  (3+ messages)
` [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts

[PATCH 0/6] dt-bindings: add serial-peripheral-props.yaml
 2024-08-23 16:12 UTC  (7+ messages)
` [PATCH 3/6] dt-bindings: bluetooth: move Bluetooth bindings to dedicated directory
` [PATCH 4/6] dt-bindings: gnss: reference serial-peripheral-props.yaml
` [PATCH 5/6] dt-bindings: bluetooth: "

[PATCH net-next] idpf: Slightly simplify memory management in idpf_add_del_mac_filters()
 2024-08-23 16:12 UTC  (2+ messages)

[PATCH v2 00/12] Add device tree for ArmSoM Sige 5 board
 2024-08-23 16:12 UTC  (4+ messages)
` [PATCH v2 10/12] dt-bindings: spi: Add rockchip,rk3576-spi compatible
` [PATCH v2 11/12] arm64: dts: rockchip: Add rk3576 SoC base DT
` [PATCH v2 12/12] arm64: dts: rockchip: Add rk3576-armsom-sige5 board

[PATCH v7 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-08-23 16:11 UTC  (5+ messages)
` [PATCH v7 1/4] iommu/io-pgtable-arm: Make pgtable walker more generic
` [PATCH v7 2/4] iommu/io-pgtable-arm: Re-use the pgtable walk for iova_to_phys

[PATCH] pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPE
 2024-08-23 16:07 UTC  (2+ messages)

[syzbot] [ext4?] BUG: unable to handle kernel paging request in do_split
 2024-08-23 16:05 UTC  (5+ messages)
` [PATCH] ext4: No need to continue when the number of entries is 1

[PATCH] pinctrl: single: fix potential NULL dereference in pcs_get_function()
 2024-08-23 16:05 UTC  (2+ messages)

[RFC PATCH v3 00/37] Upstream kvx Linux port
 2024-08-23 16:02 UTC  (4+ messages)
` [RFC PATCH v3 24/37] kvx: Add memory management

[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in attr_make_nonresident
 2024-08-23 16:04 UTC  (2+ messages)
` [syzbot] "

[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in decompress_lznt
 2024-08-23 16:04 UTC  (2+ messages)
` [syzbot] "

[syzbot] [ntfs3?] general protection fault in run_is_mapped_full
 2024-08-23 16:04 UTC  (2+ messages)
` [syzbot] "

[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in chrdev_open
 2024-08-23 16:04 UTC  (2+ messages)
` [syzbot] "

[syzbot] possible deadlock in mi_read
 2024-08-23 16:03 UTC  (2+ messages)

[PATCH v5 0/7] block atomic writes for xfs
 2024-08-23 16:03 UTC  (13+ messages)
` [PATCH v5 4/7] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v5 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

possible deadlock in attr_data_get_block
 2024-08-23 16:03 UTC 

[syzbot] possible deadlock in ni_fiemap
 2024-08-23 16:03 UTC  (2+ messages)

[syzbot] [ntfs3?] possible deadlock in ntfs_mark_rec_free (2)
 2024-08-23 16:02 UTC  (2+ messages)
` [syzbot] "

[PATCH v4 0/4] Add initial support for the Rockchip RK3588 HDMI TX Controller
 2024-08-23 16:02 UTC  (10+ messages)
` [PATCH v4 3/4] dt-bindings: display: rockchip: Add schema for "
      `  "
        `  "

[PATCH v2] pinctrl: meson: Constify some structures
 2024-08-23 16:02 UTC  (2+ messages)

[PATCH 0/5] Remove support for platform data from matrix keypad driver
 2024-08-23 16:02 UTC  (3+ messages)

[PATCH v1 00/10] Add minimal Exynos8895 SoC and SM-G950F support
 2024-08-23 15:59 UTC  (3+ messages)
` [PATCH v1 06/10] dt-bindings: pinctrl: samsung: add exynos8895-wakeup-eint compatible

[PATCH v14 0/6] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-08-23 15:59 UTC  (3+ messages)
` [PATCH v14 5/6] iommu/arm-smmu: add ACTLR data and support for SC7280

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-23 15:59 UTC  (5+ messages)
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames

BUG: unable to handle kernel NULL pointer dereference in attr_make_nonresident
 2024-08-23 15:59 UTC 

[PATCH 0/3] wifi: ath11k/ath12k: Set IRQ affinity hint after requesting all shared IRQs
 2024-08-23 15:59 UTC  (5+ messages)
` [PATCH 1/3] wifi: ath11k: "
` [PATCH 2/3] wifi: ath12k: "
` [PATCH 3/3] wifi: ath11k/ath12k: Replace irq_set_affinity_hint() with irq_set_affinity_and_hint()

[PATCH] ARM: support PREEMPT_DYNAMIC
 2024-08-23 15:56 UTC  (5+ messages)

UBSAN: array-index-out-of-bounds in decompress_lznt
 2024-08-23 15:56 UTC 

[PATCH v2 net-next 0/3] add "nxp,phy-output-refclk" to instead of "nxp,rmii-refclk-in"
 2024-08-23 15:56 UTC  (7+ messages)
` [PATCH v2 net-next 2/3] net: phy: tja11xx: replace "nxp,rmii-refclk-in" with "nxp,phy-output-refclk"

[PATCH 0/2] Match data improvements for mt9p031 driver
 2024-08-23 15:55 UTC  (8+ messages)
` [PATCH 1/2] media: mt9p031: Extend match support for OF tables
` [PATCH 2/2] media: mt9p031: Drop CONFIG_OF ifdeffery

[PATCH v2] driver core: Explicitly initialize struct member @data.have_async in __device_attach()
 2024-08-23 15:55 UTC  (2+ messages)

general protection fault in run_is_mapped_full
 2024-08-23 15:55 UTC 

[PATCH 0/7] iio: adc: ad7606: add support for AD7606C-{16,18} parts
 2024-08-23 15:54 UTC  (4+ messages)
` [PATCH 7/7] "

[PATCH V4] iommu/io-pgtable-arm: Optimise non-coherent unmap
 2024-08-23 15:53 UTC  (2+ messages)

KASAN: slab-use-after-free Read in chrdev_open
 2024-08-23 15:53 UTC 

[PATCH 0/3] support for amlogic rtc
 2024-08-23 15:51 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: rtc: Add Amlogic A311L2 and A113X2 rtc

[PATCH net] net: ti: icssg-prueth: Fix 10M Link issue on AM64x
 2024-08-23 15:49 UTC  (2+ messages)

[PATCH v2 0/2] Add fixups for two-plane serial NAND flash
 2024-08-23 15:48 UTC  (4+ messages)

possible deadlock in mi_read
 2024-08-23 15:48 UTC 

[PATCH v4 0/4] Add pinctrl support for rk3576
 2024-08-23 15:47 UTC  (2+ messages)

[PATCH] mtd: spinand: Add support for HeYangTek HYF1GQ4UDACAE
 2024-08-23 15:47 UTC  (4+ messages)

possible deadlock in attr_data_get_block
 2024-08-23 15:46 UTC 

possible deadlock in ni_fiemap
 2024-08-23 15:45 UTC 

[PATCH v4 0/7] media: mediatek: vcodec: fix v4l2_ctrl_request_complete fail
 2024-08-23 15:45 UTC  (2+ messages)

[PATCH v4 0/7] riscv: sophgo: Add pinctrl support for CV1800 series SoC
 2024-08-23 15:44 UTC  (2+ messages)

[RFC PATCH 1/2] thermal/core: Use thermal_zone_device_param
 2024-08-23 15:42 UTC  (2+ messages)
` [RFC PATCH 2/2] thermal/of: "

possible deadlock in ntfs_mark_rec_free (2)
 2024-08-23 15:43 UTC 

[PATCH 0/3] cpufreq/amd-pstate: A set of fixes
 2024-08-23 15:42 UTC  (4+ messages)

[RESEND PATCH] cred: separate the refcount from frequently read fields
 2024-08-23 15:42 UTC  (5+ messages)

[PATCH 0/7] staging: vchiq_core: Refactor vchiq_bulk_transfer() logic
 2024-08-23 15:41 UTC  (3+ messages)
` [PATCH 4/7] staging: vchiq_core: Factor out bulk transfer for (no/)callback mode

[PATCH 00/14] Remove support for platform data from samsung keypad
 2024-08-23 15:41 UTC  (8+ messages)
` [PATCH 06/14] Input: samsung-keypad - use guard notation to acquire mutex

[PATCH v5 0/5] Verify devices transition from D3cold to D0
 2024-08-23 15:40 UTC  (6+ messages)
` [PATCH v5 1/5] PCI: Use an enum for reset type in pci_dev_wait()
` [PATCH v5 2/5] PCI: Check PCI_PM_CTRL instead of PCI_COMMAND "
` [PATCH v5 3/5] PCI: Verify functions currently in D3cold have entered D0
` [PATCH v5 4/5] PCI: Allow Ryzen XHCI controllers into D3cold and drop delays
` [PATCH v5 5/5] PCI: Drop Radeon quirk for Macbook Pro 8.2

[GIT PULL] smb3 client fixes
 2024-08-23 15:40 UTC 

[PATCH v2 00/16] Add cmd descriptor support
 2024-08-23 15:39 UTC  (3+ messages)
` [PATCH v2 01/16] dt-bindings: dma: qcom,bam: Add bam pipe lock

[PATCH 0/3] clk: qcom: simplify locking with guard()
 2024-08-23 15:38 UTC  (4+ messages)
` [PATCH 1/3] clk: qcom: rpm: "
` [PATCH 2/3] clk: qcom: smd-rpm: "
` [PATCH 3/3] clk: qcom: spmi-pmic-div: "

[PATCH net-next v1 1/1] net: ethernet: ti: am65-cpsw-nuss: Replace of_node_to_fwnode() with more suitable API
 2024-08-23 15:38 UTC  (2+ messages)

[PATCH] pinctrl: mediatek: Use of_property_read_bool()
 2024-08-23 15:38 UTC  (2+ messages)

[PATCH v11 0/9] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-08-23 15:38 UTC  (5+ messages)
` [PATCH v11 8/9] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV

[PATCH 4/9] mtd: devices: add AT24 eeprom support
 2024-08-23 15:37 UTC  (12+ messages)

[PATCH v3 0/3] dpum clock support for Exynos Auto v9 SoC
 2024-08-23 14:56 UTC  (3+ messages)

[PATCH 1/2] arm: mm: Fix kernel memory mapping for xip kernels
 2024-08-23 15:36 UTC  (2+ messages)

[PATCH v3] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-23 15:36 UTC  (6+ messages)

[PATCH v3 0/4] i2c: Use devm_clk_get_enabled() helpers
 2024-08-23 15:36 UTC  (5+ messages)
` [PATCH v3 3/4] i2c: jz4780: "
` [PATCH v3 4/4] i2c: jz4780: Use dev_err_probe()

[PATCH v6] clk: starfive: jh7110-sys: Fix lower rate of CPUfreq by setting PLL0 rate to 1.5GHz
 2024-08-23 15:34 UTC  (7+ messages)

[PATCH v2] staging: rtl8192e: Replace strcpy with strcat in rtl819x_translate_scan
 2024-08-23 15:34 UTC 

[PATCH v3 1/2] dt-bindings: arm: ti: Add BeagleY-AI
 2024-08-23 15:33 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: dts: ti: Add k3-am67a-beagley-ai


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