linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-16 09:48:22 to 2019-08-17 18:38:45 UTC [more...]

[PATCH v2 0/7] Add Bitmain BM1880 clock driver
 2019-08-17 18:36 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: clock: Add devicetree binding for BM1880 SoC
` [PATCH v2 2/7] arm64: dts: bitmain: Add clock controller support "
` [PATCH v2 3/7] arm64: dts: bitmain: Source common clock for UART controllers
` [PATCH v2 4/7] clk: Add common clock driver for BM1880 SoC
` [PATCH v2 5/7] MAINTAINERS: Add entry for BM1880 SoC clock driver
` [PATCH v2 6/7] clk: Warn if clk_init_data is not zero initialized
` [PATCH v2 7/7] clk: Zero init clk_init_data in helpers

swiotlb-xen cleanups
 2019-08-17 18:20 UTC  (17+ messages)
` [PATCH 01/11] xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance
` [PATCH 02/11] xen/arm: use dev_is_dma_coherent
` [PATCH 03/11] xen/arm: pass one less argument to dma_cache_maint
` [PATCH 04/11] xen/arm: remove xen_dma_ops
` [PATCH 05/11] xen: remove the exports for xen_{create, destroy}_contiguous_region
` [PATCH 06/11] swiotlb-xen: always use dma-direct helpers to alloc coherent pages
` [PATCH 07/11] swiotlb-xen: provide a single page-coherent.h header
  ` [Xen-devel] "
` [PATCH 08/11] swiotlb-xen: use the same foreign page check everywhere
` [PATCH 09/11] swiotlb-xen: simplify cache maintainance
` [PATCH 10/11] swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_page
` [PATCH 11/11] arm64: use asm-generic/dma-mapping.h

[PATCH 00/19] Initial support for Marvell MMP3 SoC
 2019-08-17 18:17 UTC  (12+ messages)
` [PATCH 05/19] irqchip/mmp: do not use of_address_to_resource() to get mux regs
` [PATCH 07/19] irqchip/mmp: mask off interrupts from other cores
` [PATCH 14/19] ARM: mmp: add support for MMP3 SoC
` [PATCH 15/19] ARM: mmp: add SMP support

kexec on rk3399
 2019-08-17 17:41 UTC  (2+ messages)
` [PATCH] usb: dwc3: Add shutdown to platform_driver

generic ioremap (and lots of cleanups)
 2019-08-17 16:00 UTC  (29+ messages)
` [PATCH 01/26] mtd/maps/pxa2xx: use ioremap_cache insted of ioremap_cached
` [PATCH 02/26] arm, unicore32: remove ioremap_cached
` [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
` [PATCH 04/26] mips: remove ioremap_cachable
` [PATCH 05/26] openrisc: map as uncached in ioremap
` [PATCH 06/26] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 07/26] hexagon: clean up ioremap
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 09/26] alpha: remove the unused __ioremap wrapper
` [PATCH 10/26] nios2: remove __ioremap
` [PATCH 11/26] parisc: "
` [PATCH 12/26] x86: clean up ioremap
` [PATCH 13/26] xtensa: "
` [PATCH 14/26] asm-generic: don't provide __ioremap
` [PATCH 15/26] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 18/26] m68k: rename __iounmap and mark it static
` [PATCH 19/26] arm64: remove __iounmap
` [PATCH 20/26] hexagon: "
` [PATCH 21/26] nios2: "
` [PATCH 22/26] sh: "
` [PATCH 23/26] lib: provide a simple generic ioremap implementation
` [PATCH 24/26] riscv: use the generic ioremap code
` [PATCH 25/26] csky: use generic ioremap
` [PATCH 26/26] nds32: "

aarch64 Kernel Panic Asynchronous SError Interrupt on large file IO
 2019-08-17 13:12 UTC  (5+ messages)

[PATCH V2 00/13] ARM: Add minimal Raspberry Pi 4 support
 2019-08-17  8:30 UTC  (9+ messages)
` [PATCH V2 03/13] dt-bindings: bcm2835-cprman: Add bcm2711 support
` [PATCH V2 06/13] clk: bcm2835: Mark PLLD_PER as CRITICAL
` [PATCH V2 08/13] i2c: bcm2835: Avoid clk stretch quirk for BCM2711

[PATCH V5 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-08-17  7:19 UTC  (3+ messages)
` [PATCH V5 3/5] iommu/dma-iommu: Handle deferred devices

[RFC,V2,0/2] media: add support for OV02A10 sensor
 2019-08-17  5:35 UTC  (9+ messages)
` [RFC, V2, 1/2] media: dt-bindings: media: i2c: Add bindings for OV02A10
  ` [RFC,V2,1/2] "
` [RFC,V2,2/2] media: i2c: Add Omnivision OV02A10 camera sensor driver

[PATCH 0/5] Add Bitmain BM1880 clock driver
 2019-08-17  3:58 UTC  (9+ messages)
` [PATCH 1/5] dt-bindings: clock: Add Bitmain BM1880 SoC clock controller binding
` [PATCH 4/5] clk: Add driver for Bitmain BM1880 SoC clock controller

[PATCH 1/6] arm64: dts: imx8mn-ddr4-evk: Add i2c1 support
 2019-08-17  3:52 UTC  (3+ messages)
` [PATCH 5/6] clk: imx8mn: Add necessary frequency support for ARM PLL table

clk: actions: Don't reference clk_init_data after registration [bug report]
 2019-08-17  3:44 UTC 

[PATCH v2 00/14] arm64: MMU enabled kexec relocation
 2019-08-17  2:46 UTC  (15+ messages)
` [PATCH v2 01/14] kexec: quiet down kexec reboot
` [PATCH v2 02/14] arm64, hibernate: create_safe_exec_page cleanup
` [PATCH v2 03/14] arm64, hibernate: add trans_table public functions
` [PATCH v2 04/14] arm64, hibernate: move page handling function to new trans_table.c
` [PATCH v2 05/14] arm64, trans_table: make trans_table_map_page generic
` [PATCH v2 06/14] arm64, trans_table: add trans_table_create_empty
` [PATCH v2 07/14] arm64, trans_table: adjust trans_table_create_copy interface
` [PATCH v2 08/14] arm64, trans_table: add PUD_SECT_RDONLY
` [PATCH v2 09/14] arm64, trans_table: complete generalization of trans_tables
` [PATCH v2 10/14] kexec: add machine_kexec_post_load()
` [PATCH v2 11/14] arm64, kexec: move relocation function setup and clean up
` [PATCH v2 12/14] arm64, kexec: add expandable argument to relocation function
` [PATCH v2 13/14] arm64, kexec: configure transitional page table for kexec
` [PATCH v2 14/14] arm64, kexec: enable MMU during kexec relocation

[PATCH][next] soc: samsung: exynos-chipid: fix memory leak
 2019-08-16 22:21 UTC 

[PATCH v3 0/2] iommu/arm-smmu: Split pagetable support
 2019-08-16 22:20 UTC  (6+ messages)
` [Freedreno] "

[PATCH v11 00/12] support gce on mt8183 platform
 2019-08-16 22:06 UTC  (3+ messages)
` [PATCH v11 03/12] dt-binding: gce: add binding for gce client reg property

[PATCH 0/6] drm+dma: cache support for arm, etc
 2019-08-16 21:04 UTC  (5+ messages)

[PATCH 0/2] Introduce Tanix TX6 box DT
 2019-08-16 20:53 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: sunxi: Add compatible for Tanix TX6 board
` [PATCH 2/2] arm64: dts: allwinner: h6: Introduce "

[PATCH 1/3] pwm: atmel: Add link to reference manual
 2019-08-16 20:43 UTC  (3+ messages)
` [PATCH 4/3] pwm: atmel: document known weaknesses of both hardware and software

[GIT PULL] updates to soc/fsl drivers for v5.4
 2019-08-16 19:53 UTC 

[PATCH v2 0/3] Enable the I2C nodes for Allwinner H6 CPU
 2019-08-16 19:44 UTC  (6+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] dt-bindings: i2c: mv64xxx: Add compatible for the H6 i2c node
  ` [PATCH v3 2/2] arm64: allwinner: h6: add I2C nodes

[PATCH v1 0/8] arm64: MMU enabled kexec relocation
 2019-08-16 19:19 UTC  (6+ messages)

cleanup the dma_pgprot handling
 2019-08-16 18:05 UTC  (6+ messages)
` [PATCH 6/6] arm64: document the choice of page attributes for pgprot_dmacoherent

[PATCH] clk: imx8mn: fix int pll clk gate
 2019-08-16 18:02 UTC  (2+ messages)

[GIT PULL] arm64 fixes for 5.3-rc5
 2019-08-16 18:00 UTC  (2+ messages)

[PATCH 0/2] clk: Add driver for ast2600
 2019-08-16 17:14 UTC  (5+ messages)
` [PATCH 1/2] clk: aspeed: Move structures to header
` [PATCH 2/2] clk: Add support for AST2600 SoC

[PATCH] arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side
 2019-08-16 16:40 UTC  (2+ messages)

[GIT PULL 1/3] soc: samsung: Exynos for v5.4
 2019-08-16 16:30 UTC  (3+ messages)
` [GIT PULL 3/3] ARM: dts: exynos: DT "
` [GIT PULL 2/3] ARM: samsung: mach "

[PATCH 0/2] watchdog: aspeed: Add support for ast2600
 2019-08-16 16:15 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: watchdog: Add ast2600 compatible
` [PATCH 2/2] watchdog: aspeed: Add support for AST2600

[PATCH 0/7] ARM: preparation for multiplatform iop32x
 2019-08-16 16:15 UTC  (7+ messages)
  ` [PATCH 1/7] [RFC] ARM: remove Intel iop33x and iop13xx support

[PATCH v2] ARM: dts: add device tree for Mecer Xtreme Mini S6
 2019-08-16 16:07 UTC  (2+ messages)

[PATCH v5 0/3] coresight: etm4x: save/restore ETMv4 context across CPU low power states
 2019-08-16 15:46 UTC  (4+ messages)
` [PATCH v5 1/3] coresight: etm4x: save/restore state "
` [PATCH v5 2/3] dt-bindings: arm: coresight: Add support for coresight-loses-context-with-cpu
` [PATCH v5 3/3] coresight: etm4x: save/restore state for external agents

[PATCH 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-08-16 15:11 UTC  (19+ messages)
` [PATCH 02/10] PCI: designware-ep: Add the doorbell mode of MSI-X in EP mode
` [PATCH 05/10] PCI: layerscape: Modify the way of getting capability with different PEX

[PATCH] arm64: do_csum: implement accelerated scalar version
 2019-08-16 14:55 UTC  (9+ messages)

[PATCH] ARM64: dts: allwinner: Add devicetree for pine H64 modelA evaluation board
 2019-08-16 14:00 UTC  (12+ messages)
` [linux-sunxi] "

[PATCH v2] gpio: pl061: Fix the issue failed to register the ACPI interrtupion
 2019-08-16 13:40 UTC  (2+ messages)

[PATCH] arm64/kvm: remove VMID rollover I-cache maintenance
 2019-08-16 13:39 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC Fixes for v5.3
 2019-08-16 13:33 UTC  (2+ messages)
` [PATCH 1/1] arm64: dts: renesas: r8a77995: draak: Fix backlight regulator name

[PATCH v5] perf machine: arm/arm64: Improve completeness for kernel address space
 2019-08-16 13:00 UTC  (6+ messages)

[PATCH v3 0/5] arm64: Enable access to pmu registers by user-space
 2019-08-16 12:59 UTC  (6+ messages)
` [PATCH v3 1/5] perf: arm64: Add test to check userspace access to hardware counters
` [PATCH v3 2/5] arm64: cpufeature: Add feature to detect heterogeneous systems
` [PATCH v3 3/5] arm64: pmu: Add function implementation to update event index in userpage
` [PATCH v3 4/5] arm64: perf: Enable pmu counter direct access for perf event on armv8
` [PATCH v3 5/5] Documentation: arm64: Document PMU counters access from userspace

[PATCH v2] arm64: dts: rockchip: Add dts for Leez RK3399 P710 SBC
 2019-08-16 12:42 UTC  (2+ messages)

[RFC v4 00/18] objtool: Add support for arm64
 2019-08-16 12:24 UTC  (19+ messages)
` [RFC v4 01/18] objtool: Add abstraction for computation of symbols offsets
` [RFC v4 02/18] objtool: orc: Refactor ORC API for other architectures to implement
` [RFC v4 03/18] objtool: Move registers and control flow to arch-dependent code
` [RFC v4 04/18] objtool: arm64: Add required implementation for supporting the aarch64 architecture in objtool
` [RFC v4 05/18] objtool: special: Adapt special section handling
` [RFC v4 06/18] objtool: arm64: Adapt the stack frame checks for arm architecture
` [RFC v4 07/18] objtool: Introduce INSN_UNKNOWN type
` [RFC v4 08/18] objtool: Refactor switch-tables code to support other architectures
` [RFC v4 09/18] gcc-plugins: objtool: Add plugin to detect switch table on arm64
` [RFC v4 10/18] objtool: arm64: Implement functions to add switch tables alternatives
` [RFC v4 11/18] arm64: alternative: Mark .altinstr_replacement as containing executable instructions
` [RFC v4 12/18] arm64: assembler: Add macro to annotate asm function having non standard stack-frame
` [RFC v4 13/18] arm64: sleep: Prevent stack frame warnings from objtool
` [RFC v4 14/18] arm64: kvm: Annotate non-standard stack frame functions
` [RFC v4 15/18] arm64: kernel: Add exception on kuser32 to prevent stack analysis
` [RFC v4 16/18] arm64: crypto: Add exceptions for crypto object "
` [RFC v4 17/18] arm64: kernel: Annotate non-standard stack frame functions
` [RFC v4 18/18] objtool: arm64: Enable stack validation for arm64

[PATCH v2] arm: dts: rockchip: fix vcc_host_5v regulator for usb3 host
 2019-08-16 12:24 UTC  (2+ messages)

[PATCH] ASoC: imx-audmux: Add driver suspend and resume to support MEGA Fast
 2019-08-16 12:16 UTC  (3+ messages)
` Applied "ASoC: imx-audmux: Add driver suspend and resume to support MEGA Fast" to the asoc tree

[PATCH v2 0/2] arm64: E0PD support
 2019-08-16 12:10 UTC  (7+ messages)
` [PATCH v2 2/2] arm64: Don't use KPTI where we have E0PD

[PATCH 1/2] dt-bindings: arm: fsl: Add PHYTEC i.MX6 UL/ULL devicetree bindings
 2019-08-16 11:42 UTC  (5+ messages)

[PATCH] Revert "ARM: dts: rockchip: add startup delay to rk3288-veyron panel-regulators"
 2019-08-16 11:28 UTC  (2+ messages)

[PATCH V6 1/4] clocksource: imx-sysctr: Add internal clock divider handle
 2019-08-16 10:37 UTC  (5+ messages)
` [PATCH V6 4/4] arm64: dts: imx8mm: Enable cpu-idle driver

[PATCH] arm64: dts: imx8mm: Enable cpu-idle driver
 2019-08-16 10:13 UTC 

[PATCH] usb: gadget: atmel_usba_udc: Mark expected switch fall-through
 2019-08-16 10:27 UTC  (2+ messages)

[PATCH 0/9] arm64: Stolen time support
 2019-08-16 10:23 UTC  (7+ messages)
        ` [UNVERIFIED SENDER] "

[PATCH v2 0/2] add nr_ats_masters for quickly check
 2019-08-16 10:12 UTC  (4+ messages)
` [PATCH v2 2/2] iommu/arm-smmu-v3: "

[PATCH v5 00/18] add thermal driver for h6
 2019-08-16  9:47 UTC  (5+ messages)
` [PATCH v5 02/18] dt-bindings: thermal: add binding document for h6 thermal controller


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