messages from 2016-11-28 16:40:24 to 2016-11-29 14:33:20 UTC [more...]
[PATCH v7 0/8] drm: sun8i: Add DE2 HDMI video support
2016-11-29 14: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 3/8] drm: sun8i: add HDMI video support to A83T and H3
` [PATCH v7 4/8] drm/sunxi: Add DT bindings documentation of Allwinner HDMI
` [PATCH v7 5/8] clk: sunxi-ng: define the PLL DE clock
` [PATCH v7 6/8] ARM: dts: sun8i-h3: add HDMI video nodes
` [PATCH v7 7/8] ARM: dts: sun8i-h3: Add HDMI video to the Banana Pi M2+
` [PATCH v7 8/8] ARM: dts: sun8i-h3: Add HDMI video to the Orange PI 2
[PATCH] clocksource/arm_global_timer: reconfigure clockevents after cpufreq change
2016-11-29 14:32 UTC (7+ messages)
[PATCH 0/4] drm: Add support for the Amlogic Video Processing Unit
2016-11-29 14:16 UTC (5+ 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] USB: OHCI: use module_platform_driver macro
2016-11-29 14:03 UTC (2+ messages)
[PATCHv2 00/11] Implement clocksource for rockchip SoC using rockchip timer
2016-11-29 13:45 UTC (15+ 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 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 V7 0/3] irqchip: qcom: Add IRQ combiner driver
2016-11-29 12:43 UTC (8+ messages)
` [PATCH V7 2/3] ACPI: Add support for ResourceSource/IRQ domain mapping
[RFC v2 PATCH 00/23] Allow NOMMU for MULTIPLATFORM
2016-11-29 12:40 UTC (24+ 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] ARM: davinci: da8xx: Fix sleeping function called from invalid context
2016-11-29 12:34 UTC (4+ messages)
[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 V5 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2016-11-29 12:26 UTC (6+ messages)
` [PATCH V5 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
[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] KVM: arm/arm64: Access CNTHCTL_EL2 bit fields correctly
2016-11-29 11:29 UTC (10+ messages)
[PATCH v28 0/9] arm64: add kdump support
2016-11-29 11:05 UTC (6+ messages)
` [PATCH v28 4/9] arm64: kdump: implement machine_crash_shutdown()
[PATCH V10 0/6] Enable PMUs in ACPI Systems
2016-11-29 10:52 UTC (8+ 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
` [PATCH V10 5/6] arm64: pmu: Detect and enable multiple PMUs in an ACPI system
[PATCH v9 0/11] arm/arm64: vgic: Implement API for vGICv3 live migration
2016-11-29 10:51 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 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 (7+ 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 (14+ messages)
` [PATCH v3 net-next 1/6] net: mvneta: Optimize rx path for small frame
` [PATCH v3 net-next 2/6] net: mvneta: Use cacheable memory to store the rx buffer virtual address
` [PATCH v3 net-next 3/6] net: mvneta: Convert to be 64 bits compatible
` [PATCH v3 net-next 4/6] net: mvneta: Only disable mvneta_bm for 64-bits
` [PATCH v3 net-next 5/6] net: mvneta: Add network support for Armada 3700 SoC
` [PATCH v3 net-next 6/6] ARM64: dts: marvell: Add network support for Armada 3700
[PATCH] extcon: Split out the extcon APIs for extcon provider driver
2016-11-29 10:10 UTC (2+ messages)
[PATCH v2 0/7] Add pwm and IIO timer drivers for stm32
2016-11-29 9:46 UTC (8+ messages)
` [PATCH v2 1/7] MFD: add bindings for stm32 general purpose timer driver
` [PATCH v2 6/7] IIO: add STM32 IIO "
[PATCH 0/2] ARM: dts: dra7-evm: pinmuxing updates
2016-11-29 9:24 UTC (3+ messages)
` [PATCH 1/2] ARM: dts: dra7-evm: Remove pinmux configurations for erratum i869
` [PATCH 2/2] ARM: dts: dra7-evm: add pinmux configuration for mmc1/2
[PATCH v2] drm: tilcdc: fix parsing of some DT properties
2016-11-29 9:24 UTC (2+ messages)
[PATCH v5 8/8] iommu/rockchip: Enable Rockchip IOMMU on ARM64
2016-11-29 9:22 UTC (3+ messages)
[PATCH] arm64: dts: Add symlinks for cros-ec-keyboard and cros-ec-sbs
2016-11-29 9:16 UTC (3+ messages)
[RFC PATCH 0/3] drm: Add support for the Amlogic Video Processing Unit
2016-11-29 9:05 UTC (4+ messages)
` [RFC PATCH 1/3] drm: Add support for Amlogic Meson Graphic Controller
[PATCH] PM / Domains: Fix for domain idle state
2016-11-29 8:47 UTC (5+ messages)
` [PATCH] PM / Domains: Fix compatible "
[PATCH] crypto: arm64/sha2: add generated .S files to .gitignore
2016-11-29 8:11 UTC (2+ messages)
[PATCH 0/2] Support ARM SMCC SoC vendor quirks
2016-11-29 7:44 UTC (3+ messages)
` [PATCH 1/2] arm: kernel: Add SMC structure parameter
` [PATCH 2/2] firmware: qcom: scm: Fix interrupted SCM calls
arasan,sdhci.txt "compatibility" DT binding
2016-11-29 7:29 UTC (5+ messages)
[PATCH v2] irqchip/gicv3-its: Enable cacheable attribute Read-allocate hints
2016-11-29 2:13 UTC (2+ messages)
[PATCH] arm64: head.S: Fix CNTHCTL_EL2 access on VHE system
2016-11-29 2:12 UTC (3+ messages)
[PATCH V8 0/6] thermal: bcm2835: add thermal driver
2016-11-29 1:34 UTC (11+ messages)
` [PATCH V8 2/6] thermal: bcm2835: add thermal driver for bcm2835 soc
[PATCH v4] clkdev: add devm_of_clk_get()
2016-11-29 1:21 UTC
[bug report v4.8] fs/locks.c: kernel oops during posix lock stress test
2016-11-29 1:14 UTC (3+ messages)
[PATCH 0/3] TI DA850/OMAP-L138/AM18x pinconf
2016-11-28 21:54 UTC (3+ messages)
` [PATCH 1/3] devicetree: bindings: pinctrl: Add binding for ti, da850-pupd
` [PATCH 1/3] devicetree: bindings: pinctrl: Add binding for ti,da850-pupd
[PATCH 0/7] Add pwm and IIO timer drivers for stm32
2016-11-28 21:44 UTC (7+ messages)
` [PATCH 5/7] add bindings for stm32 IIO timer drivers
Adding a .platform_init callback to sdhci_arasan_ops
2016-11-28 20:32 UTC (11+ messages)
[PATCH 0/2] ARM64: dts: Add support for Meson GXM
2016-11-28 20:16 UTC (4+ messages)
` [PATCH 2/2] Add support for the Nexbox A1 board based on the Amlogic S912 SoC
[GIT PULL] Amlogic 64-bit DT changes for v4.10, round 2, v2
2016-11-28 20:13 UTC
[GIT PULL] Amlogic 64-bit DT changes for v4.10, round 2
2016-11-28 20:00 UTC (4+ messages)
[PATCH][v2] arm64: Add DTS support for FSL's LS1012A SoC
2016-11-28 19:53 UTC (2+ messages)
[PATCH 0/2] arm64: dts: NS2: Add GICv2m and PAXC
2016-11-28 19:31 UTC (3+ messages)
` [PATCH 1/2] arm64: dts: NS2: enable GICv2m for PAXB/PAXC interfaces
` [PATCH 2/2] arm64: dts: NS2: enable PAXC on NS2 SVK
[PATCH 0/2] minor GXL and GXM improvements
2016-11-28 19:08 UTC (2+ messages)
[PATCH] ARM64: dts: meson-gxbb: add SCPI pre-1.0 compatible
2016-11-28 18:25 UTC
[PATCH V3 0/8] IOMMU probe deferral support
2016-11-28 18:13 UTC (12+ messages)
[PATCH] fpga zynq: Check the bitstream for validity
2016-11-28 18:00 UTC (11+ messages)
[PATCH net-next v4 0/4] Fix OdroidC2 Gigabit Tx link issue
2016-11-28 17:54 UTC (2+ messages)
[PATCH net-next 0/5] Support Armada 37xx SoC (ARMv8 64-bits) in mvneta driver
2016-11-28 17:00 UTC (4+ messages)
` [PATCH net-next 1/5] net: mvneta: Use cacheable memory to store the rx buffer virtual address
[GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10
2016-11-28 16:42 UTC (2+ messages)
[PATCH v2 0/3] TI DA850/OMAP-L138/AM18x pinconf
2016-11-28 16:40 UTC (4+ messages)
` [PATCH v2 1/3] devicetree: bindings: pinctrl: Add binding for ti, da850-pupd
` [PATCH v2 2/3] pinctrl: New driver for TI DA850/OMAP-L138/AM18XX pinconf
` [PATCH v2 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).