linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-15 08:29:04 to 2016-04-15 17:11:55 UTC [more...]

[PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-15 17:11 UTC  (45+ messages)
` [PATCH 01/45] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [PATCH 02/45] KVM: arm/arm64: Fix MMIO emulation data handling
` [PATCH 03/45] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PATCH 05/45] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PATCH 06/45] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH 07/45] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PATCH 08/45] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PATCH 10/45] KVM: arm/arm64: vgic-new: Add GICv3 "
` [PATCH 11/45] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [PATCH 12/45] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PATCH 13/45] KVM: arm/arm64: vgic-new: Export register access interface
` [PATCH 14/45] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PATCH 15/45] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PATCH 16/45] KVM: arm/arm64: vgic-new: Add PENDING "
` [PATCH 17/45] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PATCH 18/45] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PATCH 19/45] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PATCH 20/45] KVM: arm/arm64: vgic-new: Add TARGET "
` [PATCH 21/45] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PATCH 22/45] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PATCH 23/45] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PATCH 24/45] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH 25/45] KVM: arm/arm64: vgic-new: Add GICv3 redistributor "
` [PATCH 26/45] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH 27/45] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH 29/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH 30/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH 31/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH 32/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH 33/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH 34/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH 35/45] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH 36/45] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH 37/45] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH 38/45] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH 39/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PATCH 40/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PATCH 41/45] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PATCH 42/45] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PATCH 43/45] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PATCH 44/45] KVM: arm/arm64: vgic-new: implement mapped IRQ handling

[PATCH v1 1/1] add missing UARTs pins for AllWinner H3 DTS + add new I2C entries for AllWinner H3 DTS
 2016-04-15 17:11 UTC 

[PATCH V6 00/13] Support for generic ACPI based PCI host controller
 2016-04-15 17:06 UTC  (14+ messages)
` [PATCH V6 01/13] pci, acpi, x86, ia64: Move ACPI host bridge device companion assignment to core code
` [PATCH V6 02/13] pci, acpi: Provide generic way to assign bus domain number
` [PATCH V6 03/13] x86, ia64: Include acpi_pci_{add|remove}_bus to the default pcibios_{add|remove}_bus implementation
` [PATCH V6 04/13] pci, of: Move the PCI I/O space management to PCI core code
` [PATCH V6 05/13] acpi, pci: Support IO resources when parsing PCI host bridge resources
` [PATCH V6 06/13] arm64, pci, acpi: ACPI support for legacy IRQs parsing and consolidation with DT code
` [PATCH V6 07/13] PCI: Provide common functions for ECAM mapping
` [PATCH V6 08/13] PCI: generic, thunder: update to use generic ECAM API
` [PATCH V6 09/13] pci, acpi: Support for ACPI based generic PCI host controller
` [PATCH V6 10/13] arm64, pci, acpi: Start using ACPI based PCI host controller driver for ARM64
` [PATCH V6 11/13] pci, acpi: Match PCI config space accessors against platfrom specific quirks
` [PATCH V6 12/13] pci, pci-thunder-ecam: Add ACPI support for ThunderX ECAM
` [PATCH V6 13/13] pci, pci-thunder-pem: Add ACPI support for ThunderX PEM

[PATCH] efi/arm64: don't apply MEMBLOCK_NOMAP to UEFI memory map mapping
 2016-04-15 16:44 UTC  (3+ messages)

[PATCH v3] ARM64: ACPI: Update documentation for latest specification version
 2016-04-15 16:41 UTC  (3+ messages)

[PATCH v2 0/8] PM / devfreq: Add NoCP devfreq-event and support busfreq on exyno5422-odroidxu3
 2016-04-15 16:34 UTC  (10+ messages)
` [PATCH v2 1/8] PM / devfreq: event: Add new Exynos NoC probe driver
` [PATCH v2 4/8] ARM: dts: Add NoC Probe dt node for Exynos542x SoC
` [PATCH v2 6/8] clk: samsung: exynos542x: Add the clock id for ACLK
` [PATCH v2 8/8] ARM: dts: Add support of Bus frequency using VDD_INT for exynos5422-odroidxu3

[PATCH] clk: samsung: exynos7: Don't gate CMU_{CCORE, FSYS0} blocks clock
 2016-04-15 16:34 UTC  (4+ messages)

[RFC PATCH 00/11] ACPI IORT ARM SMMU support
 2016-04-15 16:31 UTC  (4+ messages)
` [RFC PATCH 09/11] drivers: acpi: implement acpi_dma_configure

[PATCH 0/6] Add RK818 PMIC support
 2016-04-15 16:24 UTC  (11+ messages)
` [PATCH 1/6] mfd: RK808: Make RK808 generic, rename rk808.c to rk8xx.c
` [PATCH 2/6] mfd: RK808: Add RK818 support
` [PATCH 3/6] regulator: rk808: Make rk808 generic, rename rk808-regulator.c
  ` [PATCH] regulator: rk808: fix platform_no_drv_owner.cocci warnings
` [PATCH 4/6] regulator: rk8xx: Migrate to regulator core's simplified DT parsing code
` [PATCH 5/6] regulator: rk8xx: Add regulator driver for RK818
` [PATCH 6/6] mfd: dt-bindings: Add RK818 device tree bindings document

[PATCH v5 00/10] Support for Cortex-M Prototyping System
 2016-04-15 16:23 UTC  (6+ messages)

[RESEND PATCH] drm/panel: simple-panel: set appropriate mode type
 2016-04-15 16:23 UTC 

[PATCH 0/2] da8xx clocks (was part of "da8xx USB clocks")
 2016-04-15 16:21 UTC  (5+ messages)

[PATCH 1/3] ACPI / ARM64: Don't enable ACPI by default on ARM64
 2016-04-15 16:19 UTC  (9+ messages)
` [PATCH 2/3] ACPI / ARM64: Remove EXPERT dependency for ACPI "
` [PATCH 3/3] arm64: defconfig: Enable ACPI

[PATCH] arm64: dts: Add L2 cache topology to Hi6220
 2016-04-15 16:19 UTC  (2+ messages)

[PATCH V2 00/15] coresight: tmc: make driver usable by Perf
 2016-04-15 16:18 UTC  (13+ messages)
` [PATCH V2 03/15] coresight: tmc: re-implementing tmc_read_prepare/unprepare() functions
` [PATCH V2 04/15] coresight: tmc: introducing new header file
` [PATCH V2 12/15] coresight: tmc: keep track of memory width

[PATCH 0/3] More small davinci device tree fixes
 2016-04-15 16:17 UTC  (8+ messages)
` [PATCH 1/3] ARM: DTS: da850: add node for spi0
` [PATCH 2/3] ARM: DTS: da850: disable mdio and eth0 by default
` [PATCH 3/3] ARM: DTS: da850: There are 101 interrupts

i.MX53 restart via watchdog does not work
 2016-04-15 16:17 UTC 

[PATCH RESEND] gpmi-nand: Handle ECC Errors in erased pages
 2016-04-15 15:40 UTC  (10+ messages)

[PATCH] Add EDAC peripheral init functions & Ethernet EDAC
 2016-04-15 15:27 UTC  (4+ messages)

[PATCH v2] pinctrl: pinctrl-single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
 2016-04-15 15:22 UTC  (3+ messages)

[PATCH v2 00/17] kvm-arm: Add stage2 page table walker
 2016-04-15 15:17 UTC  (5+ messages)
` [PATCH v2 01/17] arm64: Reuse TCR field definitions for EL1 and EL2
` [PATCH v2 04/17] arm64: Introduce pmd_thp_or_huge

[PATCH v2 0/3] ARM: OMAP3: Fix McBSP2/3 hwmod setup for sidetone
 2016-04-15 15:16 UTC  (13+ messages)

[PATCH] iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMA
 2016-04-15 15:11 UTC  (8+ messages)
    ` [PATCH] iommu/arm-smmu: Don't allocate resources for bypass domains

[PATCH 0/2] DRA7x: Increase QSPI frequency to 64MHz
 2016-04-15 15:08 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: dra7x: Support QSPI MODE-0 operation at 64MHz

[PATCH v3 00/19] drm: Add Allwinner A10 display engine support
 2016-04-15 15:01 UTC  (3+ messages)
` [PATCH v3 11/19] drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS

[PATCH 0/5 v2] drm/vc4: DPI panel support
 2016-04-15 14:51 UTC  (5+ messages)
` [PATCH 1/5] of: Add vendor prefix for On Tat Industrial Company
` [PATCH 2/5] panel-simple: Add the 7" DPI panel from Adafruit

[PATCH v6 0/4] Mediatek MT2701 SCPSYS power domain support
 2016-04-15 14:42 UTC  (5+ messages)
` [PATCH v6 3/4] soc: mediatek: Add MT2701 power dt-bindings

[GIT PULL 1/3] soc/tegra: Changes for v4.7-rc1
 2016-04-15 14:42 UTC  (3+ messages)
` [GIT PULL 2/3] ARM: tegra: "
` [GIT PULL 3/3] arm64: "

[PATCH v4 0/2] Add Hisilicon Random Number Generator(RNG) support
 2016-04-15 14:36 UTC  (2+ messages)

[PATCH v5 1/3] Documentation: devicetree: add Freescale SCC bindings
 2016-04-15 14:34 UTC  (2+ messages)

[RESEND 00/11] pwm: Add support for PWM Capture
 2016-04-15 14:31 UTC  (14+ messages)
` [RESEND 07/11] pwm: sti: Initialise PWM Capture channel data
` [RESEND 09/11] pwm: sti: Add PWM Capture call-back

[PATCH 0/7] Add MT8173 Video Decoder Driver
 2016-04-15 14:27 UTC  (5+ messages)
` [PATCH 1/7] [media]: v4l: add Mediatek MT21 video block format
  ` [PATCH 2/7] dt-bindings: Add a binding for Mediatek Video Decoder
    ` [PATCH 3/7] [Media] vcodec: mediatek: Add Mediatek V4L2 Video Decoder Driver

[PATCH 0/5] arm64: Fix behavior of maxcpus=n
 2016-04-15 14:12 UTC  (11+ messages)
` [PATCH 1/5] arm64: cpufeature: Add scope for capability check
` [PATCH 4/5] arm64: Verify CPU errata work arounds on hotplugged CPU

[PATCH v16 0/6] arm64, numa: Add numa support for arm64 platforms
 2016-04-15 14:08 UTC  (6+ messages)
` [PATCH v16 1/6] efi: ARM/arm64: ignore DT memory nodes instead of removing them

[PATCH 0/7] KVM: arm/arm64: Rework arch timer IRQ interface
 2016-04-15 14:04 UTC  (8+ messages)
` [PATCH 1/7] KVM: arm/arm64: remove unneeded map parameter for vgic_update_irq_pending()
` [PATCH 2/7] KVM: arm/arm64: directly pass virtual IRQ number on injecting mapped IRQ
` [PATCH 3/7] KVM: arm/arm64: directly pass virtual IRQ number on kvm_vgic_map_is_active()
` [PATCH 4/7] KVM: arm/arm64: directly pass virtual IRQ number on kvm_vgic_unmap_phys_irq()
` [PATCH 5/7] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [PATCH 6/7] KVM: arm/arm64: remove irq_phys_map from the arch timer
` [PATCH 7/7] KVM: arm/arm64: remove irq_phys_map pointer from kvm_vgic_map_phys_irq()

[PATCH v6 0/8] Add MT8173 Video Encoder Driver and VPU Driver
 2016-04-15 14:02 UTC  (7+ messages)
` [PATCH v6 1/8] dt-bindings: Add a binding for Mediatek Video Processor
  ` [PATCH v6 2/8] [media] VPU: mediatek: support Mediatek VPU
    ` [PATCH v6 3/8] arm64: dts: mediatek: Add node for Mediatek Video Processor Unit
      ` [PATCH v6 4/8] dt-bindings: Add a binding for Mediatek Video Encoder
        ` [PATCH v6 5/8] [Media] vcodec: mediatek: Add Mediatek V4L2 Video Encoder Driver

[PATCH 2/2] arm64: vhe: Verify CPU Exception Levels
 2016-04-15 13:55 UTC  (5+ messages)
` [PATCH v2 "

[PATCH 0/2] arm64: dts: uniphier: UniPhier DT updates for Linux 4.7-rc1
 2016-04-15 13:13 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: uniphier: fix I2C nodes of PH1-LD20
` [PATCH 2/2] arm64: dts: uniphier: change release address of spin-table

[PATCH v6 1/2] Documentation: DT: dma: Add Xilinx zynqmp dma device tree binding documentation
 2016-04-15 13:13 UTC  (3+ messages)
` [PATCH v6 2/2] dmaengine: Add Xilinx zynqmp dma engine driver support

[PATCH v2] arm64: pci: add support for pci_mmap_page_range
 2016-04-15 13:09 UTC  (2+ messages)

[PATCH v2 0/3] arm/arm64: pci: PCI_PROBE_ONLY clean-up
 2016-04-15 13:08 UTC  (5+ messages)
` [PATCH v2 2/3] drivers: pci: host-generic: claim bus resources on PCI_PROBE_ONLY set-ups

[PATCH] tty/serial: atmel: fix hardware handshake selection
 2016-04-15 12:52 UTC  (2+ messages)

SMMU problem found on LS2085A with 4.6-rc3
 2016-04-15 12:30 UTC  (4+ messages)

[PATCH v5 0/2] updates for rk3399 i2c support
 2016-04-15 12:17 UTC  (7+ messages)
` [PATCH v5 2/2] i2c: rk3x: add i2c support for rk3399 soc

[GIT PULL 1/3] DaVinci cleanups for v4.7
 2016-04-15 12:14 UTC  (3+ messages)
` [GIT PULL 2/3] DaVinci SoC updates "
` [GIT PULL 3/3] DaVinci DT "

[PATCH 0/7] video: ARM CLCD: non-controversial parts
 2016-04-15 11:47 UTC  (3+ messages)
` [PATCH 1/7 RESEND] video: ARM CLCD: runtime check for Versatile

[PATCH] arm64: Reduce verbosity on SMP CPU stop
 2016-04-15 11:37 UTC  (2+ messages)

[PATCH] arm64: fix invalidation of wrong __early_cpu_boot_status cacheline
 2016-04-15 11:07 UTC  (4+ messages)

[PATCH] ARM: uniphier: correct the call order of of_node_put()
 2016-04-15 10:48 UTC 

[PATCH 0/1] ARM: dts: uniphier: UniPhier(32bit) DT update for Linux 4.7-rc1
 2016-04-15 10:35 UTC  (2+ messages)
` [PATCH] ARM: dts: uniphier: add NAND pinmux node

[PATCH RFT 0/5] iio: mxs-lradc: fix leak and implement PM ops
 2016-04-15 10:12 UTC  (4+ messages)
` [PATCH RFT 3/5] iio: mxs-lradc: move STMP reset out of ADC init

[PATCH v3 1/2] ARM: dts: Add expansion bus to VExpress
 2016-04-15  9:53 UTC  (3+ messages)

[PATCH] ARM: davinci_all_defconfig: enable CONFIG_FHANDLE
 2016-04-15  9:46 UTC  (4+ messages)

[PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC
 2016-04-15  9:22 UTC  (3+ messages)
` [PATCH 2/2] [media] atmel-isc: DT binding for Image Sensor Controller driver

[PATCH v8] drivers: amba: properly handle devices with power domains
 2016-04-15  9:13 UTC 

[PATCH v5 1/2] Documentation: DT: dma: Add Xilinx zynqmp dma device tree binding documentation
 2016-04-15  8:52 UTC  (3+ messages)

[PATCH net-next V3 00/16] net: fec: cleanup and fixes
 2016-04-15  8:33 UTC  (4+ messages)

[PATCH] MAINTAINERS: fix stale TI DaVinci entries
 2016-04-15  8:30 UTC 

[PATCH v3 1/2] mfd: mt6397: irq domain should initialize before mfd_add_devices()
 2016-04-15  8:30 UTC  (2+ messages)
` [PATCH v3 2/2] dt-bindings: ARM: Mediatek: add interrupt as required properties to the mt6397/mt6323 doc

[PATCH v2] pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
 2016-04-15  8:29 UTC  (2+ messages)


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