linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-01 19:17:48 to 2021-02-02 13:31:16 UTC [more...]

[PATCH 00/13] Add support for Hikey 970 PCIe
 2021-02-02 13:29 UTC  (2+ messages)
` [PATCH 13/13] arm64: dts: hisilicon: cleanup Hikey 970 PCI schema

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-02 13:27 UTC  (14+ messages)
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation

[PATCH v16 0/9] Enable ptp_kvm for arm/arm64
 2021-02-02 13:23 UTC  (5+ messages)
` [PATCH v16 1/9] arm64: Probe for the presence of KVM hypervisor
` [PATCH v16 3/9] ptp: Reorganize ptp_kvm module to make it arch-independent

[PATCH] iommu: Update the document of IOMMU_DOMAIN_UNMANAGED
 2021-02-02 13:14 UTC  (3+ messages)

[RESENT PATCH] arm64: cpuinfo: Add "model name" in /proc/cpuinfo for 64bit tasks also
 2021-02-02 13:09 UTC  (4+ messages)

[PATCH v5 0/4] perf vendor events: Support PMU events for A64FX
 2021-02-02 12:51 UTC  (5+ messages)
` [PATCH v5 1/4] perf vendor events arm64: Add common and uarch event JSON
` [PATCH v5 2/4] perf vendor events arm64: Add more common and uarch events
` [PATCH v5 3/4] perf tools: Fix lexical definition of event name
` [PATCH v5 4/4] perf vendor events arm64: Add Fujitsu A64FX pmu event

[PATCH V2 0/2] arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory
 2021-02-02 12:56 UTC  (9+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] arm64/mm: Reorganize pfn_valid()

[PATCH 0/2] Introduce macros for the offsets to reserved_pg_dir and tramp_pg_dir
 2021-02-02 12:36 UTC  (3+ messages)
` [PATCH 1/2] arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offset
` [PATCH 2/2] arm64: vmlinux.ld.S: add assertion for tramp_pg_dir offset

[PATCH v7 0/4] ARM: Add support for Hisilicon Kunpeng L3 cache controller
 2021-02-02 12:18 UTC  (7+ messages)
` [PATCH v7 1/4] ARM: LPAE: Use phys_addr_t instead of unsigned long in outercache hooks
` [PATCH v7 2/4] ARM: hisi: add support for Kunpeng50x SoC
` [PATCH v7 3/4] dt-bindings: arm: hisilicon: Add binding for Kunpeng L3 cache controller
` [PATCH v7 4/4] ARM: Add support for Hisilicon "

[PATCH v12 01/14] ARM: mm: add missing pud_page define to 2-level page tables
 2021-02-02 12:07 UTC  (7+ messages)
` [PATCH v12 06/14] mm: HUGE_VMAP arch support cleanup
` [PATCH v12 08/14] arm64: inline huge vmap supported functions

[PATCHv2] arm64: entry: consolidate Cortex-A76 erratum 1463225 workaround
 2021-02-02 12:03 UTC 

[PATCH 0/2] arm64: Further fixes to the linear address checking
 2021-02-02 11:40 UTC  (7+ messages)
` [PATCH 2/2] arm64: Use simpler arithmetics for the linear map macros

[REPORT][next] pinctrl: pinctrl-microchip-sgpio: out-of-bounds bug in sgpio_clrsetbits()
 2021-02-02 11:34 UTC 

[PATCH 04/21] rtc: brcmstb-waketimer: quiet maybe-unused variable warning
 2021-02-02 11:32 UTC  (4+ messages)
` [PATCH 05/21] rtc: digicolor: "
` [PATCH 10/21] rtc: meson: "

[PATCH v7 0/3] gpio: mvebu: Armada 8K/7K PWM support
 2021-02-02 11:27 UTC  (5+ messages)
` [PATCH v7 2/3] arm64: dts: armada: add pwm offsets for ap/cp gpios

[RFC PATCH 0/5] arm64: Prepare instruction decoder for objtool
 2021-02-02 11:15 UTC  (3+ messages)
` [RFC PATCH 3/5] arm64: aarch64-insn: Add barrier encodings

[PATCH V3 00/14] arm64: coresight: Enable ETE and TRBE
 2021-02-02 11:10 UTC  (10+ messages)
` [PATCH V3 01/14] coresight: etm-perf: Allow an event to use different sinks
` [PATCH V3 02/14] coresight: Do not scan for graph if none is present
` [PATCH V3 11/14] coresight: sink: Add TRBE driver

[PATCH v4 0/4] perf vendor events: Support PMU events for A64FX
 2021-02-02 11:09 UTC  (13+ messages)
` [PATCH v4 2/4] perf vendor events: Add L2I_TLB, SVE, SIMD, and FP events
` [PATCH v4 3/4] perf tools: Fix lexical definition of event name
` [PATCH v4 4/4] perf vendor events: Add Fujitsu A64FX V1.2 pmu event

BOG: commit 89c7cb1608ac3 ("of/device: Update dma_range_map only when dev has valid dma-ranges") seems to break Pinephone display or LCDC
 2021-02-02 10:50 UTC  (3+ messages)

[PATCH 00/12] kasan: optimizations and fixes for HW_TAGS
 2021-02-02 10:46 UTC  (15+ messages)
` [PATCH 01/12] kasan, mm: don't save alloc stacks twice
` [PATCH 02/12] kasan, mm: optimize kmalloc poisoning
` [PATCH 03/12] kasan: optimize large "
` [PATCH 04/12] kasan: clean up setting free info in kasan_slab_free
` [PATCH 05/12] kasan: unify large kfree checks
` [PATCH 06/12] kasan: rework krealloc tests
` [PATCH 07/12] kasan, mm: remove krealloc side-effect
` [PATCH 08/12] kasan, mm: optimize krealloc poisoning
` [PATCH 09/12] kasan: ensure poisoning size alignment
` [PATCH 10/12] arm64: kasan: simplify and inline MTE functions
` [PATCH 11/12] kasan: always inline HW_TAGS helper functions
` [PATCH 12/12] arm64: kasan: export MTE symbols for KASAN tests

[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
 2021-02-02 10:14 UTC  (9+ messages)
` [RFC PATCH v2 10/26] KVM: arm64: Introduce an early Hyp page allocator
` [RFC PATCH v2 11/26] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp

[PATCH v5 00/20] arm64: sunxi: Initial Allwinner H616 SoC support
 2021-02-02 10:11 UTC  (12+ messages)
` [PATCH v5 04/20] dt-bindings: mfd: axp20x: Add AXP305 compatible (plus optional IRQ)
  ` [linux-sunxi] "
` [PATCH v5 06/20] mfd: axp20x: Allow AXP chips without interrupt lines
    ` [linux-sunxi] "
` [PATCH v5 12/20] dt-bindings: rtc: sun6i: Add H616 compatible string
` [PATCH v5 14/20] dt-bindings: bus: rsb: "

arch/arm64/kernel/mte.c:121:15: error: 'mte_enable_kernel_sync' undeclared here (not in a function); did you mean 'mte_enable_kernel'?
 2021-02-02 10:09 UTC 

[RFC PATCH 0/3] arm64: Implement reliable stack trace
 2021-02-02 10:05 UTC  (14+ messages)

[RESEND PATCH v2 5/9] arm64: defconfig: Enable RT5659
 2021-02-02 10:04 UTC 

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

[PATCH v6 0/8] drm/mediatek: add support for mediatek SOC MT8192
 2021-02-02  9:12 UTC  (12+ messages)
` [PATCH v6 1/8] drm/mediatek: add component OVL_2L2
` [PATCH v6 2/8] drm/mediatek: add component POSTMASK
` [PATCH v6 3/8] drm/mediatek: add component RDMA4
` [PATCH v6 4/8] drm/mediatek: separate ccorr module
` [PATCH v6 5/8] drm/mediatek: Fix ccorr size config
` [PATCH v6 6/8] drm/mediatek: add matrix_bits private data for ccorr
` [PATCH v6 7/8] soc: mediatek: add mtk mutex support for MT8192
` [PATCH v6 8/8] drm/mediatek: add support for mediatek SOC MT8192

[PATCH] arm: remove unneeded semicolon
 2021-02-02  9:08 UTC  (2+ messages)

[RFC PATCH 12/17] gcc-plugins: objtool: Add plugin to detect switch table on arm64
 2021-02-02  8:57 UTC  (8+ messages)

[PATCH 0/1] arm64/hibernate: sparse warnings fix
 2021-02-02  8:42 UTC  (3+ messages)
` [PATCH 1/1] arm64: hibernate: add __force attribute to gfp_t casting

[PATCH next] usb: xhci-mtk: break loop when find the endpoint to drop
 2021-02-02  8:38 UTC 

[PATCH v2 0/2] arm64: Initial support for Texas Instruments AM642 SK
 2021-02-02  8:15 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: ti: Add bindings for "
` [PATCH v2 2/2] arm64: dts: ti: Add support "

[PATCH] arm64: Make CPU_BIG_ENDIAN depend on !LD_IS_LLD
 2021-02-02  8:04 UTC  (2+ messages)

[PATCH] drivers/perf: Prevent forced unbinding of ARM_DMC620_PMU drivers
 2021-02-02  7:58 UTC 

[PATCH] coresight: Remove duplicate header files of coresight drivers
 2021-02-02  7:42 UTC  (3+ messages)

[GIT PULL] i.MX clock changes for 5.12
 2021-02-02  7:33 UTC 

[GIT PULL] i.MX fixes for 5.11, round 3
 2021-02-02  7:14 UTC 

[PATCH 0/2] arm64: Initial support for Texas Instruments AM642 SK
 2021-02-02  7:12 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: ti: Add support for "

[next v2 PATCH] usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints
 2021-02-02  7:00 UTC  (2+ messages)

[PATCH] drm/xlnx: fix kmemleak by sending vblank_event in atomic_disable
 2021-02-02  6:41 UTC 

[PATCH] psci: remove unneeded semicolon
 2021-02-02  6:37 UTC 

[PATCH] firmware: ti_sci: rm: remove unneeded semicolon
 2021-02-02  6:23 UTC 

[next PATCH] usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints
 2021-02-02  6:08 UTC  (3+ messages)

[PATCH v5 0/8] drm/mediatek: add support for mediatek SOC MT8192
 2021-02-02  5:47 UTC  (9+ messages)
` [PATCH v5 2/8] drm/mediatek: add component POSTMASK
` [PATCH v5 4/8] drm/mediatek: separate ccorr module
` [PATCH v5 5/8] drm/mediatek: Fix ccorr size config
` [PATCH v5 6/8] drm/mediatek: add matrix_bits private data for ccorr

[PATCH v12 00/10] iommu: I/O page faults for SMMUv3
 2021-02-02  5:51 UTC  (3+ messages)
` [PATCH v12 06/10] iommu: Add a page fault handler

[PATCH v2 0/2] drm: aspeed: Support more chip families
 2021-02-02  5:45 UTC  (3+ messages)
` [PATCH v2 1/2] drm/aspeed: Look up syscon by phandle
` [PATCH v2 2/2] drm/aspeed: Use dt matching for default register values

[PATCH 0/2] drm: aspeed: Support more chip families
 2021-02-02  5:00 UTC  (7+ messages)
` [PATCH 1/2] drm/aspeed: Look up syscon by phandle
` [PATCH 2/2] drm/aspeed: Use dt matching for default register values

[PATCH V2] cpufreq: Remove CPUFREQ_STICKY flag
 2021-02-02  4:55 UTC 

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

[PATCH] arm: omap2: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2021-02-02  3:43 UTC 

[PATCH v2 0/5] arm64: dts: meson: add support for ODROID-HC4
 2021-02-02  2:25 UTC  (3+ messages)

[PATCH v3 0/5] arm64: dts: meson: add support for ODROID-HC4
 2021-02-02  2:10 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: arm: amlogic: sort SM1 bindings
` [PATCH v3 2/5] arm64: dts: meson: sort Amlogic dtb Makefile
` [PATCH v3 3/5] arm64: dts: meson: convert meson-sm1-odroid-c4 to dtsi
` [PATCH v3 4/5] dt-bindings: arm: amlogic: add ODROID-HC4 bindings
` [PATCH v3 5/5] arm64: dts: meson: add initial device-tree for ODROID-HC4

[PATCH v6 00/33] MT8192 IOMMU support
 2021-02-02  2:03 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: phy-imx8mq-usb: add reset-gpios property
 2021-02-02  2:01 UTC  (3+ messages)
` [PATCH 2/2] phy: fsl-imx8mq-usb: handle resettable hubs

[PATCH v5 0/1] perf/smmuv3: Don't reserve the PMCG register spaces
 2021-02-02  1:54 UTC  (3+ messages)

[PATCH v4 0/7] MediaTek IOMMU improve tlb flush performance in map/unmap
 2021-02-02  1:07 UTC  (3+ messages)
` [PATCH v4 1/7] iommu: Move iotlb_sync_map out from __iommu_map

[PATCH 1/1] arm64: dts: meson: g12b: odroid-n2: Assign a fixed index to mmc devices
 2021-02-02  0:50 UTC  (4+ messages)

[PATCH] arm64: dts: meson-gx: remove wrong reserved BL31 memory
 2021-02-02  0:45 UTC  (2+ messages)

[PATCH] arm64: ptrace: Fix missing return in hw breakpoint code
 2021-02-02  0:21 UTC 

[PATCH 0/3 v2] arm64/ptrace: allow to get all registers on syscall traps
 2021-02-02  0:11 UTC  (5+ messages)
` [PATCH 1/3] arm64/ptrace: don't clobber task registers on syscall entry/exit traps
` [PATCH 2/3] arm64/ptrace: introduce PTRACE_O_ARM64_RAW_REGS
` [PATCH 3/3] selftest/arm64/ptrace: add tests for PTRACE_O_ARM64_RAW_REGS

[PATCH 00/31] coresight: Patches for v5.12
 2021-02-01 18:13 UTC  (3+ messages)
` [PATCH 27/31] coresight: etm4x: Add support for sysreg only devices
` [PATCH 29/31] arm64: Add TRFCR_ELx definitions

[GIT PULL 1/1] bcm2835-dt-next-2021-01-28
 2021-02-01 23:48 UTC  (2+ messages)

[PATCH] ARM: kexec: Fix panic after TLB are invalidated
 2021-02-01 22:18 UTC  (8+ messages)

[PATCH] i2c-imx.c: Synthesize end of transaction events without idle interrupts
 2021-02-01 22:13 UTC  (2+ messages)

linux-next: manual merge of the arm-soc tree with the arm tree
 2021-02-01 22:01 UTC 

[PATCH 1/2] dt-bindings: arm: amlogic: add support for the Minix NEO U9-H
 2021-02-01 21:05 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: meson: add initial device-tree for "

[PATCH v1 1/5] dt-bindings: usb: convert rockchip,dwc3.txt to yaml
 2021-02-01 20:46 UTC  (6+ messages)
` [PATCH v1 2/5] dt-bindings: usb: dwc3: add description for rk3328
` [PATCH v1 3/5] usb: dwc3: of-simple: add compatible "
` [PATCH v1 4/5] arm64: dts: rockchip: add rk3328 dwc3 usb controller node
` [PATCH v1 5/5] dts64: rockchip: enable dwc3 usb for A95X Z2

[PATCH v11 0/5] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-02-01 20:04 UTC  (3+ messages)
` [PATCH v11 2/5] kasan: Add KASAN mode kernel parameter

[PATCH v11 0/6] arm64: MMU enabled kexec relocation
 2021-02-01 19:59 UTC  (3+ messages)

[PATCH v1 1/5] dt-bindings: usb: convert rockchip,dwc3.txt to yaml
 2021-02-01 19:16 UTC  (4+ messages)
` [PATCH v1 2/5] dt-bindings: usb: dwc3: add description for rk3328
` [PATCH v1 3/5] usb: dwc3: of-simple: add compatible "
` [PATCH v1 4/5] arm64: dts: rockchip: add rk3328 dwc3 usb controller node


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