linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-29 10:34:10 to 2016-11-29 19:33:00 UTC [more...]

[PATCH v7 0/8] drm: sun8i: Add DE2 HDMI video support
 2016-11-29 19:33 UTC  (11+ messages)
` [PATCH v7 1/8] drm: sun8i: Add a basic DRM driver for Allwinner DE2
    ` [linux-sunxi] "
` [PATCH v7 2/8] drm/sun8i: Add DT bindings documentation of "
` [PATCH v7 4/8] drm/sunxi: Add DT bindings documentation of Allwinner HDMI

[PATCH 0/4] drm: Add support for the Amlogic Video Processing Unit
 2016-11-29 19:19 UTC  (7+ messages)
` [PATCH 2/4] ARM64: dts: meson-gx: Add Graphic Controller nodes
` [PATCH 3/4] dt-bindings: display: add Amlogic Meson DRM Bindings
` [PATCH 4/4] MAINTAINERS: add entry for Amlogic DRM drivers

[PATCH 0/9] coresight: next v4.9-rc7
 2016-11-29 19:06 UTC  (11+ messages)
` [PATCH 1/9] coresight: stm: return error code instead of zero in .packet()
` [PATCH 2/9] coresight: etm3x: indentation fix (extra space removed)
` [PATCH 3/9] coresight: etm3x: Adding missing features of Coresight PTM components
` [PATCH 4/9] coresight: reset "enable_sink" flag when need be
` [PATCH 5/9] coresight: tmc: Cleanup operation mode handling
` [PATCH 6/9] coresight: tmc: Get rid of mode parameter for helper routines
` [PATCH 7/9] coresight: tmc: Remove duplicate memset
` [PATCH 8/9] coresight: Add support for ARM Coresight STM-500
` [PATCH 9/9] coresight: perf: Add a missing call to etm_free_aux

[PATCHv4 00/10] CONFIG_DEBUG_VIRTUAL for arm64
 2016-11-29 18:55 UTC  (11+ messages)
` [PATCHv4 01/10] lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL
` [PATCHv4 02/10] mm/cma: Cleanup highmem check
` [PATCHv4 03/10] arm64: Move some macros under #ifndef __ASSEMBLY__
` [PATCHv4 04/10] arm64: Add cast for virt_to_pfn
` [PATCHv4 05/10] arm64: Use __pa_symbol for kernel symbols
` [PATCHv4 06/10] xen: Switch to using __pa_symbol
` [PATCHv4 07/10] kexec: Switch to __pa_symbol
` [PATCHv4 08/10] mm/kasan: Switch to using __pa_symbol and lm_alias
` [PATCHv4 09/10] mm/usercopy: Switch to using lm_alias
` [PATCHv4 10/10] arm64: Add support for CONFIG_DEBUG_VIRTUAL

[PATCH 0/2] ACPI: Ignore Consumer/Producer for QWord/DWord/Word Address Space
 2016-11-29 18:43 UTC  (3+ messages)
` [PATCH 1/2] ACPI: Combine acpi_dev_resource_address_space() and acpi_dev_resource_ext_address_space()
` [PATCH 2/2] ACPI: Ignore Consumer/Producer for QWord/DWord/Word Address Space

[PATCH V10 0/6] Enable PMUs in ACPI Systems
 2016-11-29 18:25 UTC  (7+ messages)
` [PATCH V10 2/6] arm: arm64: Add routine to determine cpuid of other cpus
` [PATCH V10 4/6] arm: arm64: pmu: Assign platform PMU CPU affinity

Tearing down DMA transfer setup after DMA client has finished
 2016-11-29 18:25 UTC  (4+ messages)

[PATCH] PCI: Add information about describing PCI in ACPI
 2016-11-29 18:20 UTC  (8+ messages)

[PATCH 1/2] Documentation: net: dsa: marvell: Add 88E6176
 2016-11-29 18:20 UTC  (12+ messages)
` [PATCH 2/2] net: dsa: mv88e6xxx: Add 88E6176 device tree support

[LINUX RFC v4 3/4] mtd: spi-nor: add stripe support
 2016-11-29 18:06 UTC  (2+ messages)

[PATCH 1/2] ARM: mm: fix set_memory_*() bounds checks
 2016-11-29 17:59 UTC  (3+ messages)

[PATCH V5 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-11-29 17:30 UTC  (8+ messages)
` [PATCH V5 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V5 03/10] efi: parse ARMv8 processor error

[GIT PULL] iommu/arm-smmu: Updates for 4.10
 2016-11-29 17:28 UTC 

[PATCH 15/22] arm64/cpuinfo: Make hotplug notifier symmetric
 2016-11-29 17:26 UTC  (4+ messages)
` [PATCH 16/22] arm64/cpuinfo: Convert to hotplug state machine

[PATCH] crypto: arm/aesbs - fix brokenness after skcipher conversion
 2016-11-29 17:23 UTC 

[RFC v2 PATCH 00/23] Allow NOMMU for MULTIPLATFORM
 2016-11-29 17:22 UTC  (27+ messages)
` [RFC v2 PATCH 01/23] ARM: NOMMU: define stubs for fixup
` [RFC v2 PATCH 02/23] ARM: NOMMU: define debug_ll_io_ini
` [RFC v2 PATCH 03/23] ARM: NOMMU: define SECTION_xxx macros
` [RFC v2 PATCH 04/23] ARM: NOMMU: define dummy user structure for feroceon
` [RFC v2 PATCH 05/23] ARM: NOMMU: define __arm_ioremap_exec and pci_ioremap functions
` [RFC v2 PATCH 06/23] ARM: NOMMU: relax restriction on MPU existence
` [RFC v2 PATCH 07/23] ARM: NOMMU: fix head-nommu build for pre-ARMv7 CPUs
` [RFC v2 PATCH 08/23] ARM: NOMMU: implement secondary_startup_arm
` [RFC v2 PATCH 09/23] ARM: move arm_heavy_mb to MMU/noMMU neutral place
` [RFC v2 PATCH 10/23] ARM: tlbflush: drop dependency on CONFIG_SMP
` [RFC v2 PATCH 11/23] ARM: sleep: allow it to be build for R-class
` [RFC v2 PATCH 12/23] ARM: setup: move call to erratum_a15_798181_init under CONFIG_MMU
` [RFC v2 PATCH 13/23] ARM: kexec: disallow kexec for NOMMU builds
` [RFC v2 PATCH 14/23] ARM: ep93xx: select ARM_PATCH_PHYS_VIRT for MMU builds only
` [RFC v2 PATCH 15/23] ARM: omap: do not select HIGHMEM explicitly
` [RFC v2 PATCH 16/23] ARM: sa1100: move CPU specific copy code under its own config
` [RFC v2 PATCH 17/23] ARM: sa11x0: assabet: add dependency on MMU
` [RFC v2 PATCH 18/23] ARM: i.MX: remove map_io callback
` [RFC v2 PATCH 19/23] PCI: tegra: limit to MMU build only
` [RFC v2 PATCH 20/23] IB: add dependency on MMU
` [RFC v2 PATCH 21/23] cnic: "
` [RFC v2 PATCH 22/23] scsi: bnx2i: bnx2fc: "
` [RFC v2 PATCH 23/23] ARM: Allow ARCH_MULTIPLATFORM to be selected for NOMMU

[PATCH v2] phy: phy-sun4i-usb: Add log when probing
 2016-11-29 17:22 UTC 

[PATCH v7 04/16] drivers: iommu: make of_iommu_set/get_ops() DT agnostic
 2016-11-29 17:06 UTC  (12+ messages)

[PATCH] KVM: arm/arm64: Access CNTHCTL_EL2 bit fields correctly
 2016-11-29 16:53 UTC  (11+ messages)

[PATCH v2] ARM: davinci: da8xx: Fix sleeping function called from invalid context
 2016-11-29 16:48 UTC 

[PATCH 1/2] ARM: omap2: am437x: rollback to use omap3_gptimer_timer_init()
 2016-11-29 16:43 UTC  (3+ messages)
` [PATCH 2/2] ARM: omap: timers: reduce rating of gp_timer clocksource

[PATCH v9 0/11] arm/arm64: vgic: Implement API for vGICv3 live migration
 2016-11-29 16:36 UTC  (10+ messages)
` [PATCH v9 06/11] arm/arm64: vgic: Implement VGICv3 CPU interface access
` [PATCH v9 07/11] arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl

[PATCH] ARM: davinci: da8xx: Fix sleeping function called from invalid context
 2016-11-29 16:36 UTC  (6+ messages)

[PATCH V7 0/3] irqchip: qcom: Add IRQ combiner driver
 2016-11-29 16:26 UTC  (12+ messages)
` [PATCH V7 2/3] ACPI: Add support for ResourceSource/IRQ domain mapping

[PATCHv2 00/11] Implement clocksource for rockchip SoC using rockchip timer
 2016-11-29 16:14 UTC  (28+ messages)
` [PATCH v3 00/13] "
  ` [PATCH v3 01/13] dt-bindings: clarify compatible property for rockchip timers
  ` [PATCH v3 02/13] ARM: dts: rockchip: update compatible property for rk3228 timer
  ` [PATCH v3 03/13] ARM: dts: rockchip: update compatible property for rk3229 timer
  ` [PATCH v3 04/13] ARM: dts: rockchip: add timer entries to rk3188 dtsi
  ` [PATCH v3 05/13] ARM: dts: rockchip: disable arm-global-timer for rk3188
  ` [PATCH v3 06/13] clocksource/drivers/rockchip_timer: split bc_timer into rk_timer and rk_clock_event_device
  ` [PATCH v3 07/13] clocksource/drivers/rockchip_timer: low level routines take rk_timer as parameter
  ` [PATCH v3 08/13] clocksource/drivers/rockchip_timer: drop unused rk_base() and rk_ctrl()
  ` [PATCH v3 09/13] clocksource/drivers/rockchip_timer: move TIMER_INT_UNMASK out of rk_timer_enable()
  ` [PATCH v3 10/13] clocksource/drivers/rockchip_timer: implement loading 64bit value into timer
  ` [PATCH v3 11/13] clocksource/drivers/rockchip_timer: implement reading 64bit value from timer
  ` [PATCH v3 12/13] clocksource/drivers/rockchip_timer: implement clocksource timer
  ` [PATCH v3 13/13] clocksource/drivers/rockchip_timer: Prevent ftrace recursion
` [PATCH v4 0/9] Implement clocksource for rockchip SoC using rockchip timer
  ` [PATCH v4 1/9] dt-bindings: clarify compatible property for rockchip timers
  ` [PATCH v4 2/9] ARM: dts: rockchip: update compatible property for rk3228 timer
  ` [PATCH v4 3/9] ARM: dts: rockchip: update compatible property for rk3229 timer
  ` [PATCH v4 4/9] ARM: dts: rockchip: add timer entries to rk3188 SoC
  ` [PATCH v4 5/9] ARM: dts: rockchip: disable arm-global-timer for rk3188
  ` [PATCH v4 6/9] clocksource/drivers/rockchip_timer: split bc_timer into rk_timer and rk_clock_event_device
  ` [PATCH v4 7/9] clocksource/drivers/rockchip_timer: low level routines take rk_timer as parameter
  ` [PATCH v4 8/9] clocksource/drivers/rockchip_timer: move TIMER_INT_UNMASK out of rk_timer_enable()
  ` [PATCH v4 9/9] clocksource/drivers/rockchip_timer: implement clocksource timer

[RFC v3 00/10] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2016-11-29 16:11 UTC  (2+ messages)
  ` [RFC v3 04/10] iommu: iommu_alloc_resv_region

[PATCH 0/5] Add support for the Armada 3700 SPI controller
 2016-11-29 15:08 UTC  (8+ messages)
` [PATCH 1/5] spi: Add basic support for Armada 3700 SPI Controller
` [PATCH 2/5] spi: armada-3700: Add support for the FIFO mode
` [PATCH 3/5] dt-bindings: spi: Add documentation for the Armada 3700 SPI Controller
` [PATCH 4/5] arm64: dts: marvell: Add definition of SPI controller for Armada 3700
` [PATCH 5/5] arm64: dts: marvell: Enable spi0 on the board Armada-3720-db

[PATCH] clocksource/arm_global_timer: reconfigure clockevents after cpufreq change
 2016-11-29 15:07 UTC  (11+ messages)

[PATCH] watchdog: meson: Remove unneeded platform MODULE_ALIAS
 2016-11-29 14:57 UTC  (3+ messages)

[PATCH v4 net-next 0/7] Support Armada 37xx SoC (ARMv8 64-bits) in mvneta driver
 2016-11-29 14:55 UTC  (8+ messages)
` [PATCH v4 net-next 1/7] net: mvneta: Optimize rx path for small frame
` [PATCH v4 net-next 2/7] net: mvneta: Do not allocate buffer in rxq init with HWBM
` [PATCH v4 net-next 3/7] net: mvneta: Use cacheable memory to store the rx buffer virtual address
` [PATCH v4 net-next 4/7] net: mvneta: Convert to be 64 bits compatible
` [PATCH v4 net-next 5/7] net: mvneta: Only disable mvneta_bm for 64-bits
` [PATCH v4 net-next 6/7] net: mvneta: Add network support for Armada 3700 SoC
` [PATCH v4 net-next 7/7] ARM64: dts: marvell: Add network support for Armada 3700

[RESEND PATCH] drm/exynos: Use VIDEO_SAMSUNG_EXYNOS_GSC=n as GSC Kconfig dependency
 2016-11-29 14:40 UTC 

[PATCH] USB: OHCI: use module_platform_driver macro
 2016-11-29 14:03 UTC  (2+ messages)

[PATCH v4 00/11] ACPI platform MSI support
 2016-11-29 13:39 UTC  (12+ messages)
` [PATCH v4 01/11] ACPI: ARM64: IORT: minor cleanup for iort_match_node_callback()
` [PATCH v4 02/11] irqchip: gic-v3-its: keep the head file include in alphabetic order
` [PATCH v4 03/11] ACPI: ARM64: IORT: add missing comment for iort_dev_find_its_id()
` [PATCH v4 04/11] irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare()
` [PATCH v4 05/11] ACPI: platform-msi: retrieve dev id from IORT
` [PATCH v4 06/11] irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI
` [PATCH v4 07/11] irqchip: gicv3-its: platform-msi: scan MADT to create platform msi domain
` [PATCH v4 08/11] ACPI: ARM64: IORT: rework iort_node_get_id()
` [PATCH v4 09/11] ACPI: platform: setup MSI domain for ACPI based platform device
` [PATCH v4 10/11] ACPI: ARM64: IORT: rework iort_node_get_id() for NC->SMMU->ITS case
` [PATCH v4 11/11] msi: platform: make platform_msi_create_device_domain() ACPI aware

[PATCH 1/4] crypto: arm/aes-ce: fix broken monolithic build
 2016-11-29 13:05 UTC  (4+ messages)
` [PATCH 2/4] crypto: skcipher - fix crash in skcipher_walk_aead()
` [PATCH 3/4] crypto: arm64/aes-ce-ccm - fix decrypt path with new skcipher interface
` [PATCH 4/4] crypto: arm64/aes-ce-ctr: fix skcipher conversion

[PATCH v9 00/16] ACPI IORT ARM SMMU support
 2016-11-29 12:29 UTC  (8+ messages)
` [PATCH v9 08/16] drivers: acpi: iort: add node match function
` [PATCH v9 09/16] drivers: acpi: iort: add support for ARM SMMU platform devices creation
` [PATCH v9 14/16] drivers: acpi: iort: replace rid map type with type mask

[PATCH 0/10] mmc: Add support to Marvell Xenon SD Host Controller
 2016-11-29 12:00 UTC  (15+ messages)
` [PATCH 7/10] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC

[PATCH v2 0/2] ARM: dts: da850: tilcdc related DT changes
 2016-11-29 11:57 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: dts: da850-lcdk: specify the maximum pixel clock rate for tilcdc

[PATCH v3 0/2] ARM: dts: da850: tilcdc related DT changes
 2016-11-29 11:57 UTC  (3+ messages)
` [PATCH v3 1/2] ARM: dts: da850-lcdk: add the dumb-vga-dac node
` [PATCH v3 2/2] ARM: dts: da850: specify the maximum pixel clock rate for tilcdc

[PATCH net-next] net: thunderx: Fix transmit queue timeout issue
 2016-11-29 11:40 UTC 

[PATCH v2] arm64: head.S: Fix CNTHCTL_EL2 access on VHE system
 2016-11-29 11:37 UTC  (2+ messages)

[PATCH v28 0/9] arm64: add kdump support
 2016-11-29 11:05 UTC  (3+ messages)

[PATCH v2 5/6] mm: hugetlb: add a new function to allocate a new gigantic page
 2016-11-29 10:50 UTC  (5+ messages)
` [PATCH V2 fix "

[PATCH v2 0/6] mm: fix the "counter.sh" failure for libhugetlbfs
 2016-11-29 10:44 UTC  (5+ messages)
` [PATCH v2 1/6] mm: hugetlb: rename some allocation functions

[PATCH v3 net-next 0/6] Support Armada 37xx SoC (ARMv8 64-bits) in mvneta driver
 2016-11-29 10:39 UTC  (6+ messages)
` [PATCH v3 net-next 2/6] net: mvneta: Use cacheable memory to store the rx buffer virtual address


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