linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-12 06:30:17 to 2018-01-12 14:22:56 UTC [more...]

[PATCH v2 00/16] extend PWM framework to support PWM modes
 2018-01-12 14:22 UTC  (10+ messages)
` [PATCH v2 01/16] drivers: pwm: core: use a single of xlate function
` [PATCH v2 02/16] pwm: pxa: update documentation regarding pwm-cells
` [PATCH v2 03/16] pwm: cros-ec: "
` [PATCH v2 04/16] pwm: clps711x: "
` [PATCH v2 05/16] ARM: dts: clps711x: update pwm-cells
` [PATCH v2 06/16] ARM: dts: pxa: "
` [PATCH v2 07/16] arm64: dts: rockchip: "
` [PATCH v2 08/16] drivers: pwm: core: extend PWM framework with PWM modes
` [PATCH v2 09/16] drivers: pwm: core: add PWM mode to pwm_config()

PM regression in next
 2018-01-12 14:14 UTC  (10+ messages)

[PATCH v4] perf tools: Add ARM Statistical Profiling Extensions (SPE) support
 2018-01-12 14:14 UTC  (4+ messages)

[PATCH v2] MAINTAINERS: mtd/nand: update Microchip nand entry
 2018-01-12 14:08 UTC  (2+ messages)

consolidate swiotlb dma_map implementations
 2018-01-12 13:39 UTC  (9+ messages)
` [PATCH 03/22] ia64: rename swiotlb_dma_ops
` [PATCH 04/22] powerpc: "
` [PATCH 05/22] x86: "
` [PATCH 06/22] swiotlb: rename swiotlb_free to swiotlb_exit

[PATCH 1/3] soc: brcmstb: Do not leak OF node reference
 2018-01-12 13:38 UTC  (3+ messages)
` [PATCH 2/3] soc: brcmstb: Do not fail initcalls on non-STB platforms
` [PATCH 3/3] soc: brcmstb: Avoid error messages "

[RFC PATCH 0/9] soc: samsung: Add support of suspend-to-RAM on Exynos5433
 2018-01-12 13:24 UTC  (4+ messages)
  ` [PATCH 1/9] clk: samsung: exynos5433: Add clock flag to support suspend-to-ram

consolidate direct dma mapping V3
 2018-01-12 13:17 UTC  (5+ messages)
` [PATCH 19/33] dma-mapping: warn when there is no coherent_dma_mask
` [PATCH 21/33] dma-mapping: add an arch_dma_supported hook

[PATCH 0/5] sha3 fixes and new implementation for arm64
 2018-01-12 13:15 UTC  (6+ messages)
` [PATCH 1/5] crypto/generic: sha3 - fixes for alignment and big endian operation
` [PATCH 2/5] crypto/generic: sha3 - simplify code
` [PATCH 3/5] crypto/generic: sha3 - export init/update/final routines
` [PATCH 4/5] crypto/arm64: sha3 - new implementation based on special instructions
` [PATCH 5/5] crypto/testmgr: sha3 - add new testcases

[PATCH] soc: brcmstb: Only register SoC device on STB platforms
 2018-01-12 13:15 UTC  (6+ messages)

[PULL 0/2] KVM/ARM Fixes for v4.15 - Round 3
 2018-01-12 12:59 UTC  (4+ messages)
` [PULL 1/2] KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2
` [PULL 2/2] KVM: arm64: Fix GICv4 init when called from vgic_its_create

[PATCH] arm64: kpti: Fix the interaction between ASID switching and software PAN
 2018-01-12 12:30 UTC 

[PATCH] arm64: support do_csum with neon
 2018-01-12 12:22 UTC  (2+ messages)

[PATCH 00/14] Add MMCI support for STM32F SoCs family
 2018-01-12 12:16 UTC  (15+ messages)
` [PATCH 01/14] mmc: mmci: Don't pretend all variants to have MMCIMASK1 register
` [PATCH 02/14] mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flag
` [PATCH 03/14] mmc: mmci: Add support for setting pad type via pinctrl
` [PATCH 04/14] mmc: mmci: Add STM32 variant
` [PATCH 05/14] ARM: dts: stm32: Add SDIO controller for stm32f746
` [PATCH 06/14] ARM: dts: stm32: Add SDIO controller for stm32f429
` [PATCH 07/14] ARM: dts: stm32: Add pin map for SDIO controller on stm32f4
` [PATCH 08/14] ARM: dts: stm32: Enable SDIO controller on stm32f469 disco board
` [PATCH 09/14] ARM: dts: stm32: Enable SDIO controller on stm32429i-eval board
` [PATCH 10/14] ARM: stm32: Add AMBA support for STM32F4 and STM32F7 SoCs
` [PATCH 11/14] ARM: configs: stm32: Enable MMC_ARMMMCI support
` [PATCH 12/14] ARM: configs: stm32: Enable EXT3_FS support
` [PATCH 13/14] clk: stm32: Add clk entry for SDMMC2 on stm32F769
` [PATCH 14/14] gpio: stmpe: i2c transfer are forbiden in atomic context

[PATCH 0/2] tee: optee: report OP-TEE revision information
 2018-01-12 12:11 UTC  (3+ messages)

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-01-12 12:07 UTC  (42+ messages)
` [PATCH v3 01/41] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v3 02/41] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH v3 03/41] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v3 04/41] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v3 05/41] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v3 06/41] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH v3 07/41] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH v3 08/41] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v3 09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v3 10/41] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v3 11/41] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH v3 12/41] KVM: arm64: Improve debug register save/restore flow
` [PATCH v3 13/41] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH v3 14/41] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v3 15/41] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH v3 16/41] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH v3 17/41] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v3 18/41] KVM: arm64: Move userspace system registers into separate function
` [PATCH v3 19/41] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH v3 20/41] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH v3 21/41] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH v3 22/41] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH v3 23/41] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v3 24/41] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH v3 25/41] KVM: arm64: Rewrite system register accessors to read/write functions
` [PATCH v3 26/41] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v3 27/41] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
` [PATCH v3 28/41] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
` [PATCH v3 29/41] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
` [PATCH v3 30/41] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH v3 31/41] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
` [PATCH v3 32/41] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v3 33/41] KVM: arm64: Configure FPSIMD traps on vcpu load/put
` [PATCH v3 34/41] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
` [PATCH v3 35/41] KVM: arm64: Separate activate_traps and deactive_traps for VHE and non-VHE
` [PATCH v3 36/41] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH v3 37/41] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH v3 38/41] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH v3 39/41] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH v3 40/41] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH v3 41/41] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[PATCH v2 0/8] arm64: 52-bit physical address support
 2018-01-12 11:48 UTC  (4+ messages)
` [PATCH v2 7/8] arm64: allow ID map to be extended to 52 bits

[RFC PATCH 0/2] drivers: clk: Add ZynqMP clock driver support
 2018-01-12 11:47 UTC  (4+ messages)

[PATCH v3 0/2] i2c: mv64xxx: Fix clock resource for Armada 7K/8K
 2018-01-12 11:15 UTC  (5+ messages)
` [PATCH v3 1/2] i2c: mv64xxx: Remove useless test before clk_disable_unprepare
` [PATCH v3 2/2] i2c: mv64xxx: Fix clock resource by adding an optional bus clock

[PATCH 00/16] kvm: arm64: Support for dynamic IPA size
 2018-01-12 11:01 UTC  (9+ messages)
` [PATCH v1 01/16] virtio: Validate queue pfn for 32bit transports

[PATCH v3] arm64: fix unwind_frame() for filtered out fn for function graph tracing
 2018-01-12 10:48 UTC 

[PATCH] spi: orion: Fix clock resource by adding an optional bus clock
 2018-01-12 10:42 UTC 

[PATCH v2] rcutorture: Add basic ARM64 support to run scripts
 2018-01-12 10:23 UTC  (3+ messages)

[PATCH v2 0/7] PCI: aardvark: improve compatibility with PCI devices
 2018-01-12 10:14 UTC  (6+ messages)
` [PATCH v2 3/7] PCI: aardvark: set host and device to the same MAX payload size

[PATCH] phy: work around 'phys' references to usb-nop-xceiv devices
 2018-01-12 10:12 UTC 

[PATCH v3] rcutorture: Add basic ARM64 support to run scripts
 2018-01-12 10:11 UTC 

[PATCH] arm64: dts: marvell: armada-80x0: Fix pinctrl compatible string
 2018-01-12 10:10 UTC  (3+ messages)

[PATCH 0/3] Reset USB3 controller before initializing Type-C PHY on rk3399
 2018-01-12 10:08 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: phy: phy-rockchip-typec: add usb3 otg reset
` [PATCH 2/3] arm64: dts: rockchip: add USB3 OTG reset for Type-C PHY on rk3399
` [PATCH 3/3] phy: rockchip-typec: reset USB3 controller before initializing PHY

[PATCH v5 00/44] ARM: davinci: convert to common clock framework​
 2018-01-12  9:41 UTC  (5+ messages)
` [PATCH v5 02/44] clk: davinci: New driver for davinci PLL clocks
` [PATCH v5 03/44] clk: davinci: Add platform information for TI DA830 PLL

[PATCH -next] IIO: ADC: fix return value check in stm32_dfsdm_adc_probe()
 2018-01-12  9:37 UTC  (4+ messages)

[PATCH 1/4 v7] drm/bridge: Add bindings for TI THS8134
 2018-01-12  9:25 UTC  (8+ messages)
` [PATCH 2/4 v7] drm/bridge: Provide a way to embed timing info in bridges
` [PATCH 3/4 v7] drm/bridge: Add timing support to dumb VGA DAC
` [PATCH 4/4 v7] drm/pl111: Support handling bridge timings

[PATCH] usb: dwc2: Fix endless deferral probe
 2018-01-12  9:18 UTC  (6+ messages)

[PATCH v2] arm64: allwinner: a64: orangepi-zero-plus2: add usb otg
 2018-01-12  9:09 UTC 

[PATCH 1/1] ARM: dts: sunxi: Add Olimex A20-SOM204-EVB board
 2018-01-12  9:01 UTC 

[PATCH 1/3] arm: spear600: Add missing interrupt-parent of rtc
 2018-01-12  8:56 UTC  (5+ messages)

[PATCH 1/7] pinctrl: sunxi: add support for pin controllers without bus gate
 2018-01-12  8:51 UTC  (4+ messages)
` [linux-sunxi] "

[GIT PULL] ARM64: Xilinx ZynqMP SoC patches for v4.16
 2018-01-12  8:44 UTC  (4+ messages)

consolidate direct dma mapping V4
 2018-01-12  8:42 UTC  (35+ messages)
` [PATCH 01/34] alpha: mark jensen as broken
` [PATCH 02/34] hexagon: remove unused flush_write_buffers definition
` [PATCH 03/34] m32r: "
` [PATCH 04/34] powerpc: "
` [PATCH 05/34] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 06/34] m32r: remove the unused dma_capable helper
` [PATCH 07/34] riscv: "
` [PATCH 08/34] s390: "
` [PATCH 09/34] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 10/34] arm64: don't override dma_max_pfn
` [PATCH 11/34] mips: fix an off-by-one in dma_capable
` [PATCH 12/34] dma-mapping: move swiotlb arch helpers to a new header
` [PATCH 13/34] dma-mapping: move dma_mark_clean to dma-direct.h
` [PATCH 14/34] hexagon: use the generic dma_capable helper
` [PATCH 15/34] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 16/34] microblaze: rename dma_direct to dma_nommu
` [PATCH 17/34] microblaze: remove dma_nommu_dma_supported
` [PATCH 18/34] microblaze: remove the dead !NOT_COHERENT_CACHE dma code
` [PATCH 19/34] s390: move s390_pci_dma_ops to asm/pci_dma.h
` [PATCH 20/34] dma-mapping: warn when there is no coherent_dma_mask
` [PATCH 21/34] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 22/34] dma-mapping: add an arch_dma_supported hook
` [PATCH 23/34] dma-mapping: provide a generic asm/dma-mapping.h
` [PATCH 24/34] dma-direct: rename dma_noop to dma_direct
` [PATCH 25/34] dma-direct: use phys_to_dma
` [PATCH 26/34] dma-direct: add dma address sanity checks
` [PATCH 27/34] dma-direct: add support for CMA allocation
` [PATCH 28/34] dma-direct: use node local allocations for coherent memory
` [PATCH 29/34] dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
` [PATCH 30/34] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 31/34] dma-direct: make dma_direct_{alloc, free} available to other implementations
` [PATCH 32/34] dma-direct: reject too small dma masks
` [PATCH 33/34] cris: use dma-direct
` [PATCH 34/34] h8300: "

[PATCH v5 2/2] media: V3s: Add support for Allwinner CSI
 2018-01-12  8:37 UTC  (4+ messages)
  ` [linux-sunxi] "

[PATCH] arm64: dts: rockchip: add roc-rk3328-cc board
 2018-01-12  8:33 UTC  (3+ messages)

[PATCH v3 0/7] Marvell NAND controller rework with ->exec_op()
 2018-01-12  8:09 UTC  (5+ messages)

[PATCH net-next v5 0/4] net: mvpp2: 1000BaseX and 2500BaseX support
 2018-01-12  7:51 UTC  (5+ messages)
` [PATCH net-next v5 1/4] phy: add 2.5G SGMII mode to the phy_mode enum
` [PATCH net-next v5 2/4] phy: cp110-comphy: 2.5G SGMII mode
` [PATCH net-next v5 3/4] net: mvpp2: 1000baseX support
` [PATCH net-next v5 4/4] net: mvpp2: 2500baseX support

[PATCH] ARM: imx: Remove epit support
 2018-01-12  7:37 UTC  (2+ messages)

[PATCH net-next v4 0/4] net: mvpp2: 1000BaseX and 2500BaseX support
 2018-01-12  7:30 UTC  (4+ messages)

[PATCH 1/2] dts: ARM: Aspeed-g5: Add missing USB clock and pinmux
 2018-01-12  7:28 UTC  (2+ messages)

[PATCH 0/6] Initial support for NVIDIA Tegra194
 2018-01-12  7:22 UTC  (4+ messages)
` [PATCH 5/6] arm64: tegra: Add Tegra194 chip device tree

[PATCH 0/6] crypto: engine - Permit to enqueue all async requests
 2018-01-12  7:14 UTC  (3+ messages)
` [PATCH 2/6] "

[PATCH v2] arm64: allwinner: a64: a64-olinuxino: add usb otg
 2018-01-12  6:57 UTC 

[PATCH] dts: ARM: Add Aspeed virtual hub to SoC templates
 2018-01-12  6:51 UTC 

[PATCH v4 1/3] regulator: axp20x: add drivevbus support for axp803
 2018-01-12  6:30 UTC  (3+ messages)
` [PATCH v4 2/3] arm64: allwinner: axp803: Add drivevbus regulator
` [PATCH v4 3/3] arm64: allwinner: a64: bananapi-m64: add usb otg


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