linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-08 08:37:32 to 2021-02-08 14:22:57 UTC [more...]

[PATCH 0/5] arm64: dts: librem5 phone and devkit dts and config updates
 2021-02-08 14:09 UTC  (8+ messages)
` [PATCH 1/5] arm64: dts: imx8mq-librem5-devkit: Drop buck3 startup-ramp-delay
` [PATCH 2/5] arm64: dts: librem5: Drop assigned-clocks from SAI2
` [PATCH 3/5] arm64: defconfig: Enable devfreq support for i.MX8MQ
` [PATCH 4/5] arm64: dts: librem5: protect some partitions of the nor-flash
` [PATCH 5/5] arm64: dts: imx8mq-librem5-r2: set nearlevel to 120

[PATCH 00/16] net: stmmac: Add DW MAC GPIOs and Baikal-T1 GMAC support
 2021-02-08 14:08 UTC  (17+ messages)
` [PATCH 01/16] dt-bindings: net: dwmac: Add DW GMAC GPIOs properties
` [PATCH 02/16] dt-bindings: net: Add Baikal-T1 GMAC bindings
` [PATCH 03/16] net: stmmac: Introduce MAC core cleanup method
` [PATCH 04/16] net: stmmac: Introduce DMA "
` [PATCH 05/16] net: stmmac: Introduce MAC IRQs enable/disable methods
` [PATCH 06/16] net: stmmac: Extend DMA IRQs enable/disable interface
` [PATCH 07/16] net: stmmac: Introduce MTL IRQs enable/disable methods
` [PATCH 08/16] net: stmmac: Introduce Safety Feature "
` [PATCH 09/16] net: stmmac: Disable MMC IRQs in the generic IRQs disable method
` [PATCH 10/16] net: stmmac: Convert STMMAC_DOWN flag to STMMAC_UP
` [PATCH 11/16] net: stmmac: Add STMMAC state getter
` [PATCH 12/16] net: stmmac: Introduce NIC software reset function
` [PATCH 13/16] net: stmmac: Request IRQs at device probe stage
` [PATCH 14/16] net: stmmac: Add Generic DW MAC GPIO port driver
` [PATCH 15/16] net: stmmac: Add DW GMAC GPIOs support
` [PATCH 16/16] net: stmmac: Add DW MAC IPs of 3.72a/3.73a/3.74a versions

[PATCH v2 00/24] net: stmmac: Fix clocks/reset-related procedures
 2021-02-08 13:56 UTC  (20+ messages)
` [PATCH v2 02/24] dt-bindings: net: dwmac: Extend number of PBL values
` [PATCH v2 03/24] dt-bindings: net: dwmac: Fix the TSO property declaration
` [PATCH v2 04/24] dt-bindings: net: dwmac: Refactor snps, *-config properties
` [PATCH v2 05/24] dt-bindings: net: dwmac: Elaborate stmmaceth/pclk description
` [PATCH v2 06/24] dt-bindings: net: dwmac: Add Tx/Rx clock sources
` [PATCH v2 07/24] dt-bindings: net: dwmac: Detach Generic DW MAC bindings
` [PATCH v2 09/24] net: stmmac: dwmac-rk: Cleanup STMMAC DT-config in remove cb
` [PATCH v2 11/24] net: stmmac: dwmac-stm32: "
` [PATCH v2 12/24] net: stmmac: Directly call reverse methods in stmmac_probe_config_dt()
` [PATCH v2 13/24] net: stmmac: Fix clocks left enabled on glue-probes failure
` [PATCH v2 14/24] net: stmmac: Use optional clock request method to get stmmaceth
` [PATCH v2 15/24] net: stmmac: Use optional clock request method to get ptp_clk
` [PATCH v2 16/24] net: stmmac: Use optional reset control API to work with stmmaceth
` [PATCH v2 18/24] net: stmmac: dwc-qos: Use dev_err_probe() for probe errors handling
` [PATCH v2 20/24] net: stmmac: dwc-qos: Discard Tx/Rx clocks request
` [PATCH v2 21/24] net: stmmac: dwmac-imx: Discard Tx clock request
` [PATCH v2 22/24] net: stmmac: Call stmmaceth clock as system clock in warn-message
` [PATCH v2 23/24] net: stmmac: Use pclk to set MDC clock frequency
` [PATCH v2 24/24] net: stmmac: dwc-qos: Save master/slave clocks in the plat-data

[PATCH 00/20] net: stmmac: Obvious cleanups and several fixes
 2021-02-08 14:03 UTC  (21+ messages)
` [PATCH 01/20] net: phy: realtek: Fix events detection failure in LPI mode
` [PATCH 02/20] net: stmmac: Free Rx descs on Tx allocation failure
` [PATCH 03/20] net: stmmac: Fix false MTL RX overflow handling for higher queues
` [PATCH 04/20] net: stmmac: Assert reset control after MDIO de-registration
` [PATCH 05/20] net: stmmac: Use dwmac410_disable_dma_irq for DW MAC v4.10 DMA
` [PATCH 06/20] net: stmmac: Use LPI IRQ status-related macro in DW MAC1000 isr
` [PATCH 07/20] net: stmmac: Clear descriptors before initializing them
` [PATCH 08/20] net: stmmac: Fix typo in the XGMAC_L3_ADDR3 macro name
` [PATCH 09/20] net: stmmac: Discard mii_irq array from private data
` [PATCH 10/20] net: stmmac: Discard Rx copybreak ethtool setting
` [PATCH 11/20] net: stmmac: Discard index usage in the dirty_rx init
` [PATCH 12/20] net: stmmac: Discard dwmac1000_dma_ops declaration from dwmac100.h
` [PATCH 13/20] net: stmmac: Move DMA Tx/Rx init methods to DW MAC lib
` [PATCH 14/20] net: stmmac: Add DW GMAC disable LPI IRQ mask macro
` [PATCH 15/20] net: stmmac: Discard STMMAC_RESETING flag
` [PATCH 16/20] net: stmmac: Discard conditional service task execution
` [PATCH 17/20] net: stmmac: Add 'cause' arg to the service task executioner
` [PATCH 18/20] net: stmmac: Move PTP clock enabling to PTP-init method
` [PATCH 19/20] net: stmmac: Move DMA stop procedure to HW-setup antagonist
` [PATCH 20/20] net: stmmac: Move MAC Tx/Rx disabling "

[PATCH v5 01/10] arm: dts: ls1021a: Harmonize DWC USB3 DT nodes name
 2021-02-08 13:51 UTC  (5+ messages)
` [PATCH v5 02/10] arm: dts: keystone: Correct DWC USB3 compatible string
` [PATCH v5 04/10] arm: dts: lpc18xx: Harmonize EHCI/OHCI DT nodes name
` [PATCH v5 06/10] arm: dts: keystone: Harmonize DWC USB3 "
` [PATCH v5 07/10] arm: dts: stih407-family: "

[PATCH] staging: fix ignoring return value warning
 2021-02-08 13:55 UTC  (3+ messages)

[PATCH v18 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-02-08 13:40 UTC  (8+ messages)
` [PATCH v18 1/7] arm/arm64: Probe for the presence of KVM hypervisor
` [PATCH v18 2/7] KVM: arm64: Advertise KVM UID to guests via SMCCC
` [PATCH v18 3/7] ptp: Reorganize ptp_kvm.c to make it arch-independent
` [PATCH v18 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v18 5/7] clocksource: Add clocksource id for arm arch counter
` [PATCH v18 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v18 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-08 13:40 UTC  (24+ messages)
` [PATCH v17 01/10] mm: add definition of PMD_PAGE_ORDER
` [PATCH v17 02/10] mmap: make mlock_future_check() global
` [PATCH v17 03/10] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v17 04/10] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v17 05/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v17 06/10] arm64: kfence: fix header inclusion
` [PATCH v17 07/10] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v17 08/10] PM: hibernate: disable when there are active secretmem users
` [PATCH v17 09/10] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v17 10/10] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH net-next RESEND 0/5] dwmac-sun8i cleanup and shutdown hook
 2021-02-08 13:20 UTC  (4+ messages)
` [PATCH] i2c: mv64xxx: Fix check for missing clock

[PATCH v4 0/3] Adding the Sparx5 Switch Reset Driver
 2021-02-08 13:20 UTC  (4+ messages)
` [PATCH v4 3/3] arm64: dts: reset: add microchip sparx5 switch reset driver

[PATCH] drivers/perf: Simplify the SMMUv3 PMU event attributes
 2021-02-08 13:04 UTC 

[PATCH] Revert "ACPICA: Interpreter: fix memory leak by using existing buffer"
 2021-02-08 13:00 UTC  (3+ messages)

[PATCH] arm64: bti: Set PROT_BTI on all BTI executables mapped by the kernel
 2021-02-08 12:44 UTC  (3+ messages)

[PATCH 00/18] Apple M1 SoC platform bring-up
 2021-02-08 12:40 UTC  (35+ messages)
` [PATCH 01/18] dt-bindings: vendor-prefixes: add AAPL prefix
` [PATCH 05/18] tty: serial: samsung_tty: add support for Apple UARTs
` [PATCH 08/18] arm64: cpufeature: Add a feature for FIQ support
` [PATCH 10/18] arm64: Introduce "
` [PATCH 11/18] arm64: Kconfig: Require FIQ support for ARCH_APPLE
` [PATCH 15/18] irqchip/apple-aic: Add support for the Apple Interrupt Controller
` [PATCH 18/18] arm64: apple: Add initial Mac Mini 2020 (M1) devicetree

[PATCH] arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55
 2021-02-08 12:29 UTC  (4+ messages)

[PATCH v2 0/5] sunxi: fix H6 HDMI related issues
 2021-02-08 12:17 UTC  (6+ messages)
` [PATCH v2 1/5] clk: sunxi-ng: mp: fix parent rate change flag check
` [PATCH v2 2/5] drm/sun4i: tcon: set sync polarity for tcon1 channel
` [PATCH v2 3/5] drm/sun4i: dw-hdmi: always set clock rate
` [PATCH v2 4/5] drm/sun4i: Fix H6 HDMI PHY configuration
` [PATCH v2 5/5] drm/sun4i: dw-hdmi: Fix max. frequency for H6

[PATCH 0/9] drivers: mmc: Update trivial tasklet_init() callers
 2021-02-08 12:07 UTC  (2+ messages)

[PATCH V2 0/4] imx esdhc dt/driver update
 2021-02-08 12:05 UTC  (3+ messages)

[GIT PULL] ARM: at91: defconfig for 5.12 #2
 2021-02-08 11:57 UTC 

[PATCH v3 0/2] STM32 USBPHYC ck_usbo_48m clock provider
 2021-02-08 11:46 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: phy: phy-stm32-usbphyc: add #clock-cells property
` [PATCH v3 2/2] phy: stm32: register usbphyc as clock provider of ck_usbo_48m clock

[RFC PATCH v2 1/3] dt-bindings: usb: mtk-xhci: add compatible for mt8195
 2021-02-08 11:43 UTC  (4+ messages)
` [RFC PATCH v2 2/3] usb: xhci-mtk: modify the SOF/ITP interval "

[PATCH] ARM: dts: sun8i: h3: orangepi-plus: Fix Ethernet PHY mode
 2021-02-08 11:27 UTC  (2+ messages)

[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-02-08 11:22 UTC  (5+ messages)
` [RFC PATCH 1/4] KVM: arm64: Move the clean of dcache to the map handler
` [RFC PATCH 2/4] KVM: arm64: Add an independent API for coalescing tables
` [RFC PATCH 3/4] KVM: arm64: Install the block entry before unmapping the page mappings
` [RFC PATCH 4/4] KVM: arm64: Distinguish cases of memcache allocations completely

[PATCH 0/5] sunxi: fix H6 HDMI related issues
 2021-02-08 11:18 UTC  (4+ messages)
` [PATCH 4/5] drm/sun4i: Fix H6 HDMI PHY configuration
  ` [linux-sunxi] "
    `  "

[PATCH v3 mm 00/13] kasan: optimizations and fixes for HW_TAGS
 2021-02-08 11:06 UTC  (7+ messages)
` [PATCH v3 mm 08/13] kasan, mm: optimize krealloc poisoning
` [PATCH v3 mm 11/13] kasan: inline HW_TAGS helper functions
` [PATCH v3 mm 13/13] kasan: clarify that only first bug is reported in HW_TAGS

[PATCH] i2c: busses: Replace spin_lock_irqsave with spin_lock in hard IRQ
 2021-02-08 10:48 UTC 

[RFC PATCH v3 0/2] mempinfd: Add new syscall to provide memory pin
 2021-02-08 10:37 UTC  (9+ messages)
` [RFC PATCH v3 1/2] "

[PATCH v7 00/23] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-02-08  9:57 UTC  (24+ messages)
` [PATCH v7 01/23] arm64: Fix labels in el2_setup macros
` [PATCH v7 02/23] arm64: Fix outdated TCR setup comment
` [PATCH v7 03/23] arm64: Turn the MMU-on sequence into a macro
` [PATCH v7 04/23] arm64: Provide an 'upgrade to VHE' stub hypercall
` [PATCH v7 05/23] arm64: Initialise as nVHE before switching to VHE
` [PATCH v7 06/23] arm64: Drop early setting of MDSCR_EL2.TPMS
` [PATCH v7 07/23] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
` [PATCH v7 08/23] arm64: Simplify init_el2_state to be non-VHE only
` [PATCH v7 09/23] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
` [PATCH v7 10/23] arm64: cpufeature: Add global feature override facility
` [PATCH v7 11/23] arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()
` [PATCH v7 12/23] arm64: Extract early FDT mapping from kaslr_early_init()
` [PATCH v7 13/23] arm64: cpufeature: Add an early command-line cpufeature override facility
` [PATCH v7 14/23] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
` [PATCH v7 15/23] arm64: Honor VHE being disabled from the command-line
` [PATCH v7 16/23] arm64: Add an aliasing facility for the idreg override
` [PATCH v7 17/23] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
` [PATCH v7 18/23] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
` [PATCH v7 19/23] arm64: Move "nokaslr" over to the early cpufeature infrastructure
` [PATCH v7 20/23] arm64: cpufeatures: Allow disabling of BTI from the command-line
` [PATCH v7 21/23] arm64: Defer enabling pointer authentication on boot core
` [PATCH v7 22/23] arm64: cpufeatures: Allow disabling of Pointer Auth from the command-line
` [PATCH v7 23/23] [DO NOT MERGE] arm64: Cope with CPUs stuck in VHE mode

[PATCH] clk: at91: Fix the declaration of the clocks
 2021-02-08  9:49 UTC  (2+ messages)

[PATCH] memory: samsung: exynos5422-dmc: Correct function names in kerneldoc
 2021-02-08  9:22 UTC  (2+ messages)

[PATCH v1 0/7] remove different PHY fixups
 2021-02-08  9:20 UTC  (4+ messages)
` [PATCH v1 5/7] ARM i.MX6q: remove Atheros AR8035 SmartEEE fixup

[PATCH V10 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-02-08  8:56 UTC  (11+ messages)
` [PATCH V10 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema
` [PATCH V10 02/10] dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M support
` [PATCH V10 03/10] remoteproc: introduce is_iomem to rproc_mem_entry
` [PATCH V10 04/10] remoteproc: add is_iomem to da_to_va
` [PATCH V10 05/10] remoteproc: imx_rproc: correct err message
` [PATCH V10 06/10] remoteproc: imx_rproc: use devm_ioremap
` [PATCH V10 07/10] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH V10 08/10] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH V10 09/10] remoteproc: imx_rproc: ignore mapping vdev regions
` [PATCH V10 10/10] remoteproc: imx_proc: enable virtio/mailbox

[PATCH v5 0/4] perf vendor events: Support PMU events for A64FX
 2021-02-08  8:57 UTC  (6+ messages)

[PATCH] ARM: configs: sama5_defconfig: add QSPI driver
 2021-02-08  8:53 UTC  (2+ messages)

[PATCH v10 net-next 00/15] net: mvpp2: Add TX Flow Control support
 2021-02-08  8:46 UTC  (6+ messages)
` [PATCH v10 net-next 03/15] net: mvpp2: add CM3 SRAM memory map
` [PATCH v10 net-next 05/15] net: mvpp2: add PPv23 version definition
` [PATCH v10 net-next 15/15] net: mvpp2: add TX FC firmware check

[GIT PULL 0/3] Samsung for v5.12
 2021-02-08  8:40 UTC  (6+ messages)
` [GIT PULL 2/3] ARM: dts: samsung: DTS "


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).