messages from 2024-01-25 14:11:13 to 2024-01-25 19:04:52 UTC [more...]
[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
2024-01-25 19:04 UTC (42+ messages)
` [PATCH v2 01/28] spi: s3c64xx: explicitly include <linux/io.h>
` [PATCH v2 02/28] spi: s3c64xx: explicitly include <linux/bits.h>
` [PATCH v2 03/28] spi: s3c64xx: avoid possible negative array index
` [PATCH v2 04/28] spi: dt-bindings: samsung: add google,gs101-spi compatible
` [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property
` [PATCH v2 06/28] spi: s3c64xx: sort headers alphabetically
` [PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v2 08/28] spi: s3c64xx: remove else after return
` [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros
` [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL
` [PATCH v2 11/28] spi: s3c64xx: move common code outside if else
` [PATCH v2 12/28] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v2 14/28] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH v2 15/28] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
` [PATCH v2 17/28] spi: s3c64xx: drop blank line between declarations
` [PATCH v2 18/28] spi: s3c64xx: fix typo, s/configuartion/configuration
` [PATCH v2 19/28] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH v2 20/28] spi: s3c64xx: add support for inferring fifosize from the compatible
` [PATCH v2 21/28] spi: s3c64xx: infer "
` [PATCH v2 22/28] spi: s3c64xx: drop dependency on of_alias where possible
` [PATCH v2 23/28] spi: s3c64xx: retrieve the FIFO size from the device tree
` [PATCH v2 24/28] spi: s3c64xx: mark fifo_lvl_mask as deprecated
` [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors
` [PATCH v2 26/28] spi: s3c64xx: add iowrite{8,16}_32_rep accessors
` [PATCH v2 27/28] spi: s3c64xx: add support for google,gs101-spi
` [PATCH v2 28/28] MAINTAINERS: add Tudor Ambarus as R for the samsung SPI driver
[PATCH v2 0/4] Introduction of a remoteproc tee to load signed firmware
2024-01-25 18:55 UTC (3+ messages)
` [PATCH v2 1/4] remoteproc: Add TEE support
[PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts
2024-01-25 18:39 UTC
[PATCH v3 00/10] mtd: rawnand: brcmnand: driver and doc updates
2024-01-25 18:47 UTC (11+ messages)
` [PATCH v3 02/10] ARM: dts: broadcom: bcmbca: Add NAND controller node
` [PATCH v3 09/10] mtd: rawnand: brcmnand: update log level messages
[PATCH v2 00/15] arm64: renesas: Add R-Car V4M and Gray Hawk Single support
2024-01-25 18:46 UTC (21+ messages)
` [PATCH v2 01/15] dt-bindings: clock: renesas,cpg-mssr: Document R-Car V4M support
` [PATCH v2 02/15] dt-bindings: clock: Add R8A779H0 V4M CPG Core Clock Definitions
` [PATCH v2 03/15] dt-bindings: power: renesas,rcar-sysc: Document R-Car V4M support
` [PATCH v2 04/15] dt-bindings: power: Add r8a779h0 SYSC power domain definitions
` [PATCH v2 05/15] dt-bindings: reset: renesas,rst: Document R-Car V4M support
` [PATCH v2 06/15] dt-bindings: soc: renesas: Document R-Car V4M Gray Hawk Single
` [PATCH v2 07/15] clk: renesas: rcar-gen4: Add support for FRQCRC1
` [PATCH v2 08/15] clk: renesas: cpg-mssr: Add support for R-Car V4M
` [PATCH v2 09/15] pmdomain: renesas: r8a779h0-sysc: Add r8a779h0 support
` [PATCH v2 10/15] soc: renesas: Introduce ARCH_RCAR_GEN4
` [PATCH v2 11/15] soc: renesas: Identify R-Car V4M
` [PATCH v2 12/15] soc: renesas: rcar-rst: Add support for "
` [PATCH v2 13/15] arm64: dts: renesas: Add Renesas R8A779H0 SoC support
` [PATCH v2 14/15] arm64: dts: renesas: Add Gray Hawk Single board support
` [PATCH v2 15/15] arm64: defconfig: Enable R8A779H0 SoC
[PATCH 2/2] net: stmmac: dwmac-imx: set TSO/TBS TX queues default settings
2024-01-25 18:31 UTC (3+ messages)
[PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks
2024-01-25 18:17 UTC (4+ messages)
[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
2024-01-25 18:06 UTC (2+ messages)
[PATCH v2] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary
2024-01-25 18:05 UTC (4+ messages)
[PATCH] arm/arm64: samsung: Enable W=1 on dtbs by default
2024-01-25 17:51 UTC (5+ messages)
[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
2024-01-25 17:01 UTC (37+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare()
` [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
` [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
` [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
` [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
` [PATCH RFC v3 14/35] of: fdt: Return the region size in of_flat_dt_translate_address()
` [PATCH RFC v3 15/35] of: fdt: Add of_flat_read_u32()
` [PATCH RFC v3 16/35] KVM: arm64: Don't deny VM_PFNMAP VMAs when kvm_has_mte()
` [PATCH RFC v3 17/35] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC v3 18/35] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC v3 19/35] arm64: mte: Discover tag storage memory
` [PATCH RFC v3 20/35] arm64: mte: Add tag storage memory to CMA
` [PATCH RFC v3 21/35] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()
` [PATCH RFC v3 24/35] arm64: mte: Perform CMOs for tag blocks
` [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v3 26/35] arm64: mte: Use fault-on-access to reserve missing tag storage
` [PATCH RFC v3 27/35] arm64: mte: Handle tag storage pages mapped in an MTE VMA
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 29/35] arm64: mte: copypage: "
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs
` [PATCH RFC v3 32/35] KVM: arm64: mte: Reserve tag storage for virtual machines with MTE
` [PATCH RFC v3 33/35] KVM: arm64: mte: Introduce VM_MTE_KVM VMA flag
` [PATCH RFC v3 34/35] arm64: mte: Enable dynamic tag storage management
` [PATCH RFC v3 35/35] HACK! arm64: dts: Add fake tag storage to fvp-base-revc.dts
[PATCH 1/3] iommu/io-pgtable-arm: Add nents_per_pgtable in struct io_pgtable_cfg
2024-01-25 17:47 UTC (12+ messages)
[PATCH rdma-next 1/2] arm64/io: add memcpy_toio_64
2024-01-25 17:43 UTC (11+ messages)
[PATCH 00/25] KVM/arm64: VM configuration enforcement
2024-01-25 17:35 UTC (4+ messages)
` [PATCH 24/25] KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guest
[PATCH v4 0/4] mailbox: imx: support i.MX95 ELE/V2X MU
2024-01-25 17:20 UTC (6+ messages)
` [PATCH v4 1/4] dt-bindings: mailbox: fsl,mu: add i.MX95 Generic/ELE/V2X MU compatible
` [PATCH v4 2/4] mailbox: imx: support return value of init
[PATCH] dt-bindings: pinctr: pinctrl-zynq: Fix compatible string
2024-01-25 17:19 UTC (4+ messages)
[PATCH v1] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary
2024-01-25 17:11 UTC (3+ messages)
[PATCH net-next v5 00/13] Introduce PHY listing and link_topology tracking
2024-01-25 17:10 UTC (9+ messages)
` [PATCH net-next v5 07/13] net: ethtool: Introduce a command to list PHYs on an interface
[PATCH v2 1/2] dt-bindings: usb: mt6360-tcpc: Drop interrupt-names
2024-01-25 17:02 UTC (9+ messages)
[PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description
2024-01-25 16:59 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name
` [PATCH v3 2/2] arm64: dts: imx8mn-rve-gateway: "
[PATCH v2 0/3] clocksource: imx-sysctr: support i.MX95
2024-01-25 16:53 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: timer: nxp,sysctr-timer: "
` [PATCH v2 2/3] clocksource/drivers/imx-sysctr: drop use global variables
[PATCH v2 0/9] arm64: dts: renesas: Add support for more R-Car V4H and White Hawk variants
2024-01-25 16:45 UTC (11+ messages)
` [PATCH v2 1/9] dt-bindings: soc: renesas: Document R-Car V4H White Hawk Single
` [PATCH v2 2/9] arm64: dts: renesas: r8a779g0: Add standalone White Hawk CPU support
` [PATCH v2 3/9] arm64: dts: renesas: white-hawk-cpu: Restore sort order
` [PATCH v2 4/9] arm64: dts: renesas: white-hawk: Drop SoC parts from sub boards
` [PATCH v2 5/9] arm64: dts: renesas: white-hawk: Add SoC name to top-level comment
` [PATCH v2 6/9] arm64: dts: renesas: white-hawk-cpu: Factor out common parts
` [PATCH v2 7/9] arm64: dts: renesas: white-hawk: "
` [PATCH v2 8/9] arm64: dts: renesas: Add Renesas R8A779G2 SoC support
` [PATCH v2 9/9] arm64: dts: renesas: r8a779g2: Add White Hawk Single support
[PATCH 0/3] arm64: qcom: sm8650: enable Audio on MTP and QRD
2024-01-25 16:42 UTC (4+ messages)
` [PATCH 1/3] arm64: dts: qcom: sm8650-qrd: add Audio nodes
` [PATCH 2/3] arm64: dts: qcom: sm8650-mtp: add Audio sound card node
` [PATCH 3/3] arm64: defconfig: enable audio drivers for SM8650 QRD board
[linux-next:master] BUILD REGRESSION 01af33cc9894b4489fb68fa35c40e9fe85df63dc
2024-01-25 16:41 UTC
[PATCH v2] ARM: multi_v7_defconfig: Add more TI Keystone support
2024-01-25 16:31 UTC
[PATCH net] net: dsa: mt7530: fix 10M/100M speed on MT7988 switch
2024-01-25 16:18 UTC (3+ messages)
[PATCH v3 0/2] media: i2c: Add support for GC08A3 sensor
2024-01-25 16:01 UTC (5+ messages)
` [PATCH v3 2/2] media: i2c: Add GC08A3 image sensor driver
(no subject)
2024-01-25 16:10 UTC
[RESEND PATCH v6 0/5] Add support for video hardware codec of STMicroelectronics STM32 SoC series
2024-01-25 16:03 UTC (3+ messages)
[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
2024-01-25 16:03 UTC (8+ messages)
` [PATCH v9 2/2] arm64: boot: Support "
[PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize
2024-01-25 15:56 UTC (10+ messages)
` [PATCH 1/7] ARM: dts: samsung: s5pv210: "
` [PATCH 2/7] ARM: dts: samsung: exynos3250: "
` [PATCH 3/7] ARM: dts: samsung: exynos4: "
` [PATCH 4/7] ARM: dts: samsung: exynos5250: "
` [PATCH 5/7] ARM: dts: samsung: exynos5450: "
` [PATCH 6/7] ARM: dts: samsung: exynos5433: "
` [PATCH 7/7] ARM: dts: samsung: exynosautov9: "
[PATCH v9 00/16] PCI: imx6: Clean up and add imx95 pci support
2024-01-25 15:31 UTC (2+ messages)
[PATCH 0/7] arm64: sun50i-h616: Add DMA and SPDIF controllers
2024-01-25 15:45 UTC (8+ messages)
` [PATCH 4/7] dt-bindings: dma: allwinner,sun50i-a64-dma: Add compatible for H616
[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
2024-01-25 15:30 UTC (7+ messages)
` [PATCH linux-next v3 06/14] x86, crash: wrap crash dumping code into crash related ifdefs
[PATCH v2 RESEND] i2c: cadence: Add system suspend and resume PM support
2024-01-25 15:30 UTC (7+ messages)
[PATCH v2] Enable haltpoll for arm64
2024-01-25 15:16 UTC (3+ messages)
[PATCH v7 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
2024-01-25 15:11 UTC (2+ messages)
[PATCH v3 0/4] Update STM DSI PHY driver
2024-01-25 15:08 UTC (3+ messages)
` [PATCH v3 4/4] arm: dts: st: fix DSI peripheral clock on stm32mp15 boards
[PATCH] optee: support wq_sleep_timeout
2024-01-25 15:02 UTC (2+ messages)
[PATCH net-next] net: dsa: mt7530: support OF-based registration of switch MDIO bus
2024-01-25 15:00 UTC (2+ messages)
[PATCH v8 0/3] Introduce STM32MP257 clock driver
2024-01-25 14:51 UTC (2+ messages)
[PATCH v3 0/5] Add CPSW2G and CPSW9G nodes for J784S4
2024-01-25 14:47 UTC (5+ messages)
` [PATCH v3 1/5] arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in serdes_ln_ctrl
` [PATCH v3 2/5] arm64: dts: ti: k3-j784s4-main: Add CPSW2G and CPSW9G nodes
[PATCH 0/4] RK3588 and Rock 5B dts additions: thermal, OPP, rfkill and fan
2024-01-25 14:46 UTC (6+ messages)
` [PATCH 2/4] arm64: dts: rockchip: enable built-in thermal monitoring on rk3588
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2024-01-25 14:42 UTC (10+ messages)
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
[PATCH v4 1/4] cacheinfo: Check for null last-level cache info
2024-01-25 14:35 UTC (3+ messages)
[PATCH] pwm: mediatek: Update kernel doc for struct pwm_mediatek_of_data
2024-01-25 11:26 UTC (2+ messages)
[PATCH V16 0/8] arm64/perf: Enable branch stack sampling
2024-01-25 14:20 UTC (3+ messages)
` [PATCH V16 1/8] arm64/sysreg: Add BRBE registers and fields
[PATCH 0/9] Add exynos_pmu_update/read/write() APIs to exynos-pmu
2024-01-25 10:48 UTC (6+ messages)
` [PATCH 2/9] soc: samsung: exynos-pmu: Add exynos_pmu_update/read/write APIs and SoC quirks
[PATCH v2] treewide, serdev: change receive_buf() return type to size_t
2024-01-25 10:42 UTC (2+ messages)
[PATCH] cpufreq: mediatek-hw: Don't error out if supply is not found
2024-01-25 11:23 UTC (2+ messages)
[PATCH] arm64: io: permit offset addressing
2024-01-25 11:22 UTC (3+ messages)
[PATCH v5 018/111] pwm: mediatek: Make use of pwmchip_parent() macro
2024-01-25 14:13 UTC (12+ messages)
` [PATCH v5 020/111] pwm: mtk-disp: "
` [PATCH v5 023/111] pwm: raspberrypi-poe: "
` [PATCH v5 068/111] pwm: lpc18xx-sct: Make use of devm_pwmchip_alloc() function
` [PATCH v5 069/111] pwm: lpc32xx: "
` [PATCH v5 071/111] pwm: mediatek: "
` [PATCH v5 074/111] pwm: mtk-disp: "
` [PATCH v5 101/111] pwm: vt8500: "
` [PATCH v5 102/111] pwm: xilinx: "
[PATCH 1/2] dt-bindings: samsung: exynos-sysreg: gs101-peric0 requires a clock
2024-01-25 14:10 UTC (3+ messages)
` [PATCH 2/2] arm64: dts: exynos: gs101: sysreg_peric1 needs "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).