linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-03 11:37:21 to 2017-04-03 20:09:38 UTC [more...]

[PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems
 2017-04-03 20:09 UTC  (19+ messages)

[PATCH v2] arm: Fix memory attribute inconsistencies when using fixmap
 2017-04-03 20:00 UTC  (5+ messages)

[RFC PATCH 0/5] soc/fsl/qbman: Rework private memory allocations
 2017-04-03 19:49 UTC  (10+ messages)
` [RFC PATCH 2/5] soc/fsl/qbman: Use shared-dma-pool for QMan "
` [RFC PATCH 4/5] dt-bindings: soc/fsl: Update reserved memory binding for QBMan

[PATCH 1/2] ARM: dts: i.MX25: add AIPS control registers
 2017-04-03 19:47 UTC  (3+ messages)
` [PATCH 1/2 v4] "
  ` [PATCH 2/2 v2] ARM: i.MX25: globally disable supervisor protect

[PATCH v2 0/2] iio: allow to set STM32 ADC resolution
 2017-04-03 19:46 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: iio: stm32-adc: add option to set resolution
` [PATCH v2 2/2] iio: adc: stm32: add dt "

[PATCHv3 00/22] Ion clean up in preparation in moving out of staging
 2017-04-03 18:58 UTC  (23+ messages)
` [PATCHv3 01/22] cma: Store a name in the cma structure
` [PATCHv3 02/22] cma: Introduce cma_for_each_area
` [PATCHv3 03/22] staging: android: ion: Remove dmap_cnt
` [PATCHv3 04/22] staging: android: ion: Remove alignment from allocation field
` [PATCHv3 05/22] staging: android: ion: Duplicate sg_table
` [PATCHv3 06/22] staging: android: ion: Call dma_map_sg for syncing and mapping
` [PATCHv3 07/22] staging: android: ion: Remove page faulting support
` [PATCHv3 08/22] staging: android: ion: Remove crufty cache support
` [PATCHv3 09/22] staging: android: ion: Remove custom ioctl interface
` [PATCHv3 10/22] staging: android: ion: Remove import interface
` [PATCHv3 11/22] staging: android: ion: Remove duplicate ION_IOC_MAP
` [PATCHv3 12/22] staging: android: ion: Remove old platform support
` [PATCHv3 13/22] staging: android: ion: Use CMA APIs directly
` [PATCHv3 14/22] staging: android: ion: Stop butchering the DMA address
` [PATCHv3 15/22] staging: android: ion: Break the ABI in the name of forward progress
` [PATCHv3 16/22] staging: android: ion: Get rid of ion_phys_addr_t
` [PATCHv3 17/22] staging: android: ion: Collapse internal header files
` [PATCHv3 18/22] staging: android: ion: Rework heap registration/enumeration
` [PATCHv3 19/22] staging: android: ion: Drop ion_map_kernel interface
` [PATCHv3 20/22] staging: android: ion: Remove ion_handle and ion_client
` [PATCHv3 21/22] staging: android: ion: Set query return value
` [PATCHv3 22/22] staging/android: Update Ion TODO list

[PATCH v5 00/34] arm/arm64: KVM: Rework the hyp-stub API
 2017-04-03 18:38 UTC  (35+ messages)
` [PATCH v5 01/34] arm64: hyp-stub: Stop pointlessly clobbering lr
` [PATCH v5 02/34] arm64: KVM: Move lr save/restore to do_el2_call
` [PATCH v5 03/34] arm64: hyp-stub: Don't save lr in the EL1 code
` [PATCH v5 04/34] arm64: hyp-stub: Define a return value for failed stub calls
` [PATCH v5 05/34] arm64: hyp-stub: Update documentation in asm/virt.h
` [PATCH v5 06/34] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v5 07/34] arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PATCH v5 08/34] arm64: KVM: Implement HVC_GET_VECTORS "
` [PATCH v5 09/34] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v5 10/34] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v5 11/34] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v5 12/34] ARM: hyp-stub: improve ABI
` [PATCH v5 13/34] ARM: soft-reboot into same mode that we entered the kernel
` [PATCH v5 14/34] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PATCH v5 15/34] ARM: Update cpu_v7_reset documentation
` [PATCH v5 16/34] ARM: hyp-stub: Use r1 for the soft-restart address
` [PATCH v5 17/34] ARM: Expose the VA/IDMAP offset
` [PATCH v5 18/34] ARM: hyp-stub: Define a return value for failed stub calls
` [PATCH v5 19/34] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v5 20/34] ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PATCH v5 21/34] ARM: KVM: Implement HVC_GET_VECTORS "
` [PATCH v5 22/34] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v5 23/34] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v5 24/34] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v5 25/34] ARM: KVM: Gracefully handle hyp-stubs being restored from under our feet
` [PATCH v5 26/34] arm/arm64: KVM: Use __hyp_reset_vectors() directly
` [PATCH v5 27/34] arm/arm64: KVM: Remove kvm_get_idmap_start
` [PATCH v5 28/34] arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode
` [PATCH v5 29/34] ARM: decompressor: Remove __hyp_get_vectors usage
` [PATCH v5 30/34] ARM: hyp-stub/KVM: Kill __hyp_get_vectors
` [PATCH v5 31/34] arm64: "
` [PATCH v5 32/34] arm64: hyp-stub: Zero x0 on successful stub handling
` [PATCH v5 33/34] ARM: hyp-stub: Zero r0 "
` [PATCH v5 34/34] arm/arm64: Add hyp-stub API documentation

[PATCH v2] staging: bcm2835-audio: remove unnecessary log messages
 2017-04-03 18:33 UTC 

[PATCH v4 00/28] arm/arm64: KVM: Rework the hyp-stub API
 2017-04-03 17:51 UTC  (10+ messages)
` [PATCH v4 07/28] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v4 19/28] ARM: "

[PATCH] iommu/arm-smmu: Fix 16bit ASID configuration
 2017-04-03 17:49 UTC  (3+ messages)

Bad page state splats on arm64, v4.11-rc{3,4}
 2017-04-03 17:43 UTC  (6+ messages)

[GIT PULL] STM32 defconfig changes for v4.12 #1
 2017-04-03 17:25 UTC 

[GIT PULL] STM32 SOC changes for v4.12 #1
 2017-04-03 17:23 UTC 

[PATCH V3 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2017-04-03 17:23 UTC  (4+ messages)

[GIT PULL] STM32 DT changes for v4.12 #1
 2017-04-03 17:21 UTC 

[PATCH v7 00/13] mmc: Add support to Marvell Xenon SD Host Controller
 2017-04-03 17:07 UTC  (4+ messages)
` [PATCH v7 06/13] dt: bindings: Add bindings for "

[PATCH v3 0/4] ARM: dts: sunxi: Add CAN node and can0_pins_a pinctrl settings
 2017-04-03 17:00 UTC  (5+ messages)
` [PATCH v3 1/4] ARM: dts: sun4i: Add CAN node
` [PATCH v3 2/4] ARM: dts: sun4i: Add can0_pins_a pinctrl settings
` [PATCH v3 3/4] ARM: dts: sun7i: Add CAN node
` [PATCH v3 4/4] ARM: dts: sun7i: Add can0_pins_a pinctrl settings

[PATCH v4 0/5] ARM: K2G: Add support for TI-SCI Generic PM Domains
 2017-04-03 16:58 UTC  (4+ messages)

[PATCH v3 0/4] tty/serial: meson_uart: add support for core clock handling
 2017-04-03 16:52 UTC  (7+ messages)
` [PATCH v3 2/4] dt-binding: meson_uart: add documentation for the UARTs of amlogic
` [PATCH v3 3/4] tty/serial: meson_uart: add the core clock handling to the driver

[PATCH 0/4] Introduce the Atmel PTC subsystem
 2017-04-03 16:50 UTC  (6+ messages)
` [PATCH 1/4] input: misc: introduce Atmel PTC driver
` [PATCH 4/4] dt-bindings: input: Add Atmel PTC subsystem bindings

[PATCH v2 0/3] perf: xgene: Add support for SoC PMU version 3
 2017-04-03 16:47 UTC  (4+ messages)
` [PATCH v2 1/3] perf: xgene: Parse PMU subnode from the match table
` [PATCH v2 2/3] perf: xgene: Move PMU leaf functions into function pointer structure
` [PATCH v2 3/3] perf: xgene: Add support for SoC PMU version 3

[PATCH 0/2] ARM: dts: keystone: Add support for new K2G evm
 2017-04-03 16:44 UTC  (6+ messages)
` [PATCH 1/2] ARM: keystone: Create new binding for K2G ICE evm
` [PATCH 2/2] ARM: dts: keystone: Add minimum support "

[PATCH 0/4] Add STM32H7 DAC driver
 2017-04-03 16:42 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: iio: stm32-dac: Add support for STM32 DAC

[PATCH 0/3] soc: amlogic: Add Amlogic SoC Information driver
 2017-04-03 16:34 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: arm: amlogic: Add SoC information bindings

[PATCH v2 0/8] Add support for DCMI camera interface of STMicroelectronics STM32 SoC series
 2017-04-03 16:23 UTC  (3+ messages)
` [PATCH v2 1/8] dt-bindings: Document STM32 DCMI bindings

[PATCH v3 00/11] Initial Allwinner Display Engine 2.0 Support
 2017-04-03 16:18 UTC  (4+ messages)
` [PATCH v3 01/11] dt-bindings: add binding for the Allwinner DE2 CCU

[PATCH v4 0/5] STM32 Independent watchdog
 2017-04-03 16:10 UTC  (3+ messages)
` [PATCH v4 1/5] dt-bindings: watchdog: Document STM32 IWDG bindings

[PATCH 0/1] pinctrl-meson8b: fix the NAND DQS pin definitions
 2017-04-03 16:08 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] pinctrl: meson: meson8b: fix the NAND DQS pins
  ` [PATCH v2 2/2] pinctrl: meson: meson8b: rename the NAND DQS pin definitions

[PATCH v2] clk: stm32h7: Add stm32h743 clock driver
 2017-04-03 16:04 UTC  (3+ messages)

[PATCH 2/2] arm64: tegra: Add GPU node for Tegra 186
 2017-04-03 15:55 UTC  (3+ messages)
` [PATCH v2] dt-bindings: Add documentation for GP10B GPU

[PATCH V3 2/2] thermal: broadcom: add Northstar thermal driver
 2017-04-03 15:48 UTC  (9+ messages)
` [PATCH V4 1/2] dt-bindings: thermal: add support for Broadcom's Northstar thermal
  ` [PATCH V5 "
    ` [PATCH V5 2/2] thermal: broadcom: add Northstar thermal driver

[PATCHv2 0/9] clk: ti: add support for clkctrl clocks
 2017-04-03 15:36 UTC  (15+ messages)
` [PATCHv2 9/9] ARM: dts: omap4: convert to use the new clkctrl clocks for the drivers

[PATCH v4 00/23] FSI device driver implementation
 2017-04-03 15:24 UTC  (3+ messages)
` [PATCH v4 12/23] drivers/fsi: Add documentation for GPIO bindings

[RFC 0/9] ARMv8.3 pointer authentication userspace support
 2017-04-03 15:19 UTC  (10+ messages)
` [RFC 1/9] asm-generic: mm_hooks: allow hooks to be overridden individually
` [RFC 2/9] arm64: add pointer authentication register bits
` [RFC 3/9] arm64/cpufeature: add ARMv8.3 id_aa64isar1 bits
` [RFC 4/9] arm64/cpufeature: detect pointer authentication
` [RFC 5/9] arm64: Don't trap host pointer auth use to EL2
` [RFC 6/9] arm64: add basic pointer authentication support
` [RFC 7/9] arm64: expose PAC bit positions via ptrace
` [RFC 8/9] arm64/kvm: context-switch PAC registers
` [RFC 9/9] arm64: docs: document pointer authentication

[PATCH v6 00/39] i.MX Media Driver
 2017-04-03 15:15 UTC  (13+ messages)
` [PATCH v6 01/39] [media] dt-bindings: Add bindings for video-multiplexer device
` [PATCH v6 02/39] [media] dt-bindings: Add bindings for i.MX media driver
` [PATCH v6 03/39] [media] dt/bindings: Add bindings for OV5640

[PATCH v4 0/2] Handle Cavium ThunderX2 PCI topology quirk
 2017-04-03 15:07 UTC  (5+ messages)
` [PATCH v4 1/2] PCI: Add device flag PCI_DEV_FLAGS_BRIDGE_XLATE_ROOT
` [PATCH v4 2/2] PCI: quirks: Fix ThunderX2 dma alias handling

[PATCH RFC] serial: imx: support an enable-gpio
 2017-04-03 15:01 UTC  (3+ messages)

[PATCH v5 0/5] usb: dwc2: Add support for USB OTG on STM32F4x9
 2017-04-03 14:55 UTC  (2+ messages)

[PATCH v2 0/7] Add support for triggered buffer mode to STM32 ADC
 2017-04-03 14:53 UTC  (2+ messages)

[PATCH v3 0/2] Tango PCIe controller support
 2017-04-03 14:51 UTC  (3+ messages)
` [PATCH v3 2/2] PCI: Add tango PCIe host bridge support

[PATCH 0/3] Add RTC support on STM32F746
 2017-04-03 14:51 UTC  (2+ messages)

[PATCH v3 0/5] Add support for the R_CCU on Allwinner H3/A64 SoCs
 2017-04-03 14:49 UTC  (3+ messages)
` [PATCH v3 1/5] dt-bindings: update device tree binding for Allwinner PRCM CCUs

[PATCH 0/4] Introduce STM32F7 Clocks
 2017-04-03 14:42 UTC  (2+ messages)

[PATCH v10 0/5] Add support for the STM32F4 I2C
 2017-04-03 14:36 UTC  (3+ messages)
` [PATCH v10 5/5] ARM: configs: stm32: Add I2C support for STM32 defconfig

[PATCH 0/2] memory: Introduce ti-emif-sram driver
 2017-04-03 14:34 UTC  (3+ messages)
` [PATCH 1/2] Documentation: dt: Update ti,emif bindings

[PATCH v3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
 2017-04-03 14:31 UTC  (4+ messages)

[PATCH V3 0/6] soc/tegra: Enable flowctrl support for Tegra132/210
 2017-04-03 14:29 UTC  (3+ messages)
` [PATCH V3 4/6] dt-bindings: tegra: Update compatible strings for Tegra flowctrl

[RFC PATCH v2 0/4] IIO-based thermal sensor driver for Allwinner H3 SoC
 2017-04-03 14:28 UTC  (3+ messages)
` [RFC PATCH v2 2/4] iio: adc: sun4i-gpadc-iio: rename A23/A33-specified registers to contain A23

[BUG] hdlcd gets confused about base address
 2017-04-03 14:07 UTC  (8+ messages)
` [PATCH v2] drm: hdlcd: Fix the calculation of the scanout start address

Prototype of find_first_zero_bit in bitops.h
 2017-04-03 13:32 UTC  (3+ messages)

[PATCH 0/2] drm/sun4i: Add display backend interrupt to dt binding
 2017-04-03 13:24 UTC  (3+ messages)
` [PATCH 1/2] drm/sun4i: Add display backend interrupt to device tree binding

[PATCH 1/1] arm64: tegra: fix PPI interrupt flag
 2017-04-03 13:11 UTC  (3+ messages)

[PATCH] Add hardware PTP support
 2017-04-03 13:10 UTC  (2+ messages)
` [PATCH net-next] macb: "

[PATCH v3 00/20] net-next: stmmac: add dwmac-sun8i ethernet driver
 2017-04-03 12:39 UTC  (11+ messages)
` [PATCH v3 01/20] net: stmmac: export stmmac_set_mac_addr/stmmac_get_mac_addr
` [PATCH v3 02/20] net: stmmac: add optional setup function
` [PATCH v3 12/20] ARM: dts: sun8i: Enable dwmac-sun8i on the Orange Pi plus
` [PATCH v3 16/20] ARM: dts: sun50i-a64: enable dwmac-sun8i on pine64
` [PATCH v3 20/20] ARM: sunxi: Enable dwmac-sun8i driver on multi_v7_defconfig

[Patch v3 00/11] Add MFC v10.10 support
 2017-04-03 12:20 UTC  (21+ messages)
  ` [Patch v3 04/11] [media] s5p-mfc: Support MFCv10.10 buffer requirements
  ` [Patch v3 07/11] Documentation: v4l: Documentation for HEVC v4l2 definition
  ` [Patch v3 05/11] [media] videodev2.h: Add v4l2 definition for HEVC
  ` [Patch v3 06/11] [media] s5p-mfc: Add support for HEVC decoder
  ` [Patch v3 09/11] [media] v4l2: Add v4l2 control IDs for HEVC encoder
  ` [Patch v3 10/11] [media] s5p-mfc: Add support "

[PATCH] iommu/io-pgtable-arm: Avoid shift overflow in block size
 2017-04-03 12:12 UTC 

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-04-03 11:56 UTC  (6+ messages)
` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS

[PATCH] ARM: sun7i: Cubietruck: enable ACIN und USB power supply subnode
 2017-04-03 11:48 UTC  (2+ messages)

Updating sunxi tree in linux-next
 2017-04-03 11:45 UTC  (3+ messages)

[PATCH 00/16] Networking drivers refcount conversions
 2017-04-03 11:41 UTC  (5+ messages)
` [PATCH 15/16] drivers, net, intersil: convert hostap_cmd_queue.usecnt from atomic_t to refcount_t
` [PATCH 16/16] drivers, net, intersil: convert request_context.refcount "


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