linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-07 12:26:39 to 2021-02-08 12:07:03 UTC [more...]

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

[PATCH 00/18] Apple M1 SoC platform bring-up
 2021-02-08 12:05 UTC  (36+ 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

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

[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-08 11:26 UTC  (21+ 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)

[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  (14+ 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  (18+ messages)
` [PATCH v10 net-next 01/15] doc: marvell: add CM3 address space and PPv2.3 description
` [PATCH v10 net-next 02/15] dts: marvell: add CM3 SRAM memory to cp11x ethernet device tree
` [PATCH v10 net-next 03/15] net: mvpp2: add CM3 SRAM memory map
` [PATCH v10 net-next 04/15] net: mvpp2: always compare hw-version vs MVPP21
` [PATCH v10 net-next 05/15] net: mvpp2: add PPv23 version definition
` [PATCH v10 net-next 06/15] net: mvpp2: increase BM pool and RXQ size
` [PATCH v10 net-next 07/15] net: mvpp2: add FCA periodic timer configurations
` [PATCH v10 net-next 08/15] net: mvpp2: add FCA RXQ non occupied descriptor threshold
` [PATCH v10 net-next 09/15] net: mvpp2: enable global flow control
` [PATCH v10 net-next 10/15] net: mvpp2: add RXQ flow control configurations
` [PATCH v10 net-next 11/15] net: mvpp2: add ethtool flow control configuration support
` [PATCH v10 net-next 12/15] net: mvpp2: add BM protection underrun feature support
` [PATCH v10 net-next 13/15] net: mvpp2: add PPv23 RX FIFO flow control
` [PATCH v10 net-next 14/15] net: mvpp2: set 802.3x GoP Flow Control mode
` [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 "

[PATCH] iommu/mediatek: Fix error code in probe()
 2021-02-08  8:11 UTC  (2+ messages)

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

[PATCH v13 3/4] phy: Add Sparx5 ethernet serdes PHY driver
 2021-02-08  7:46 UTC  (2+ messages)

[PATCH v3 0/9] Add support for HiSilicon Hip09 uncore PMU driver
 2021-02-08  7:20 UTC  (10+ messages)
` [PATCH v3 1/9] drivers/perf: hisi: Remove unnecessary check of counter index
` [PATCH v3 2/9] drivers/perf: hisi: Refactor code for more uncore PMUs
` [PATCH v3 3/9] drivers/perf: hisi: Add PMU version for uncore PMU drivers
` [PATCH v3 4/9] drivers/perf: hisi: Add new functions for L3C PMU
` [PATCH v3 5/9] drivers/perf: hisi: Add new functions for HHA PMU
` [PATCH v3 6/9] drivers/perf: hisi: Update DDRC PMU for programable counter
` [PATCH v3 7/9] drivers/perf: hisi: Add support for HiSilicon SLLC PMU driver
` [PATCH v3 8/9] drivers/perf: hisi: Add support for HiSilicon PA "
` [PATCH v3 9/9] docs: perf: Add new description on HiSilicon uncore PMU v2

[PATCH v14 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-02-08  6:46 UTC  (2+ messages)

[PATCH 00/21] [Set 2] Rid W=1 warnings from Clock
 2021-02-08  6:45 UTC  (2+ messages)

[PATCH] drivers: firmware: xilinx: Fix dereferencing freed memory
 2021-02-08  6:31 UTC 

[PATCH net-next RESEND 0/5] dwmac-sun8i cleanup and shutdown hook
 2021-02-08  6:31 UTC  (8+ messages)
` [PATCH] i2c: mv64xxx: Fix check for missing clock
` [PATCH net-next RESEND 1/5] net: stmmac: dwmac-sun8i: Return void from PHY unpower
` [PATCH net-next RESEND 2/5] net: stmmac: dwmac-sun8i: Remove unnecessary PHY power check
` [PATCH net-next RESEND 3/5] net: stmmac: dwmac-sun8i: Use reset_control_reset
` [PATCH net-next RESEND 4/5] net: stmmac: dwmac-sun8i: Minor probe function cleanup
` [PATCH net-next RESEND 5/5] net: stmmac: dwmac-sun8i: Add a shutdown callback

[RFC 0/3] mm/page_alloc: Fix pageblock_order with HUGETLB_PAGE_SIZE_VARIABLE
 2021-02-08  4:40 UTC  (2+ messages)

[PATCH V3 00/14] arm64: coresight: Enable ETE and TRBE
 2021-02-08  4:20 UTC  (4+ messages)
` [PATCH V3 11/14] coresight: sink: Add TRBE driver

[PATCH v16 00/12] Carry forward IMA measurement log on kexec on ARM64
 2021-02-08  4:12 UTC  (4+ messages)
` [PATCH v16 11/12] powerpc: Use OF alloc and free for FDT

[PATCH] ASoC: imx-hdmi: no need to set .owner when using module_platform_driver
 2021-02-08  3:51 UTC 

[PATCH] mm/memtest: Add ARCH_USE_MEMTEST
 2021-02-08  3:17 UTC  (5+ messages)

[PATCH v7 0/2] PCI: cadence: Retrain Link to work around Gen2
 2021-02-08  2:00 UTC  (3+ messages)

[PATCH v3 0/3] Add check for max clock rate in mode_valid
 2021-02-08  1:42 UTC  (4+ messages)
` [PATCH v3 1/3] drm/mediatek: mtk_dpi: "
` [PATCH v3 2/3] drm/mediatek: mtk_dpi: Add dpi config for mt8192
` [PATCH v3 3/3] dt-bindings: mediatek,dpi: add mt8192 to mediatek,dpi

[PATCH v2 0/3] Add check for max clock rate in mode_valid
 2021-02-08  1:26 UTC  (4+ messages)
` [PATCH v2 1/3] drm/mediatek: mtk_dpi: "
` [PATCH v2 2/3] drm/mediatek: mtk_dpi: Add dpi config for mt8192
` [PATCH v2 3/3] dt-bindings: mediatek,dpi: add mt8192 to mediatek,dpi

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-08  1:17 UTC  (5+ messages)
` [RFC PATCH 06/11] iommu/arm-smmu-v3: Scan leaf TTD to sync hardware dirty log

Investment research about your country
 2021-02-08  0:20 UTC 

[PATCH v9 net-next 00/15] net: mvpp2: Add TX Flow Control support
 2021-02-07 23:38 UTC  (19+ messages)
` [PATCH v9 net-next 01/15] doc: marvell: add CM3 address space and PPv2.3 description
    ` [EXT] "
` [PATCH v9 net-next 02/15] dts: marvell: add CM3 SRAM memory to cp11x ethernet device tree
` [PATCH v9 net-next 03/15] net: mvpp2: add CM3 SRAM memory map
` [PATCH v9 net-next 04/15] net: mvpp2: always compare hw-version vs MVPP21
` [PATCH v9 net-next 05/15] net: mvpp2: add PPv23 version definition
` [PATCH v9 net-next 06/15] net: mvpp2: increase BM pool and RXQ size
` [PATCH v9 net-next 07/15] net: mvpp2: add FCA periodic timer configurations
` [PATCH v9 net-next 08/15] net: mvpp2: add FCA RXQ non occupied descriptor threshold
` [PATCH v9 net-next 09/15] net: mvpp2: enable global flow control
` [PATCH v9 net-next 10/15] net: mvpp2: add RXQ flow control configurations
` [PATCH v9 net-next 11/15] net: mvpp2: add ethtool flow control configuration support
` [PATCH v9 net-next 12/15] net: mvpp2: add BM protection underrun feature support
` [PATCH v9 net-next 13/15] net: mvpp2: add PPv23 RX FIFO flow control
` [PATCH v9 net-next 14/15] net: mvpp2: set 802.3x GoP Flow Control mode
` [PATCH v9 net-next 15/15] net: mvpp2: add TX FC firmware check

[PATCH 0/2] pci sysfs file iomem revoke support
 2021-02-07 19:43 UTC  (2+ messages)

[PATCH RESEND v5 0/8] Add Support for MediaTek PMIC MT6359
 2021-02-07 18:48 UTC  (4+ messages)
` [PATCH RESEND v5 8/8] arm64: dts: mt6359: add PMIC MT6359 related nodes

[RESEND PATCH v8 net-next 00/15] net: mvpp2: Add TX Flow Control support
 2021-02-07 16:51 UTC  (4+ messages)
` [RESEND PATCH v8 net-next 03/15] net: mvpp2: add CM3 SRAM memory map
    ` [EXT] "

[PATCH 0/3] Add check for max clock rate in mode_valid
 2021-02-07 12:58 UTC  (4+ messages)
` [PATCH 1/3] drm/mediatek: mtk_dpi: "
` [PATCH 2/3] drm/mediatek: mtk_dpi: Add dpi config for mt8192
` [PATCH 3/3] dt-bindings: mediatek,dpi: add mt8192 to mediatek,dpi

[PATCH 1/1] ARM: hw_breakpoint: Do not directly check the event's overflow_handler hook
 2021-02-07 13:05 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).