Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-03 13:26:48 to 2016-02-03 18:45:09 UTC [more...]

[PATCH v10 0/5] Watchdog: introduce ARM SBSA watchdog driver
 2016-02-03 18:45 UTC  (20+ messages)
` [PATCH v10 1/5] Documentation: add sbsa-gwdt driver documentation
` [PATCH v10 2/5] ARM64: add SBSA Generic Watchdog device node in foundation-v8.dts
` [PATCH v10 3/5] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi
` [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver
` [PATCH v10 5/5] Watchdog: ARM SBSA Generic Watchdog half timeout panic support

PM regression with commit 5de85b9d57ab PM runtime re-init in v4.5-rc1
 2016-02-03 18:45 UTC  (27+ messages)

[PATCH v2 00/12] Add support for the Armada 3700 SoC an mvebu ARM64 based
 2016-02-03 18:41 UTC  (13+ messages)
` [PATCH v2 01/12] irqchip: armada-370-xp: add Kconfig option for the driver
` [PATCH v2 02/12] irqchip: armada-370-xp: do not enable it by default when ARCH_MVEBU is selected
` [PATCH v2 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port
` [PATCH v2 04/12] ata: ahci_mvebu: add support for Armada 3700 variant
` [PATCH v2 05/12] arm64: add mvebu architecture entry
` [PATCH v2 06/12] Documentation: dt-bindings: Add a new compatible for the Armada 3700
` [PATCH v2 07/12] Documentation: dt: Tidy up the Marvell related files
` [PATCH v2 08/12] devicetree: bindings: add DT binding for the Marvell Armada 3700 SoC family
` [PATCH v2 09/12] arm64: dts: add the Marvell Armada 3700 family and a development board
` [PATCH v2 10/12] MAINTAINERS: Extend dts entry for ARM64 mvebu files
` [PATCH v2 11/12] Documentation: arm: update supported Marvell EBU processors
` [PATCH v2 12/12] arm64: defconfig: enable Armada 3700 related config

[PATCH] dt-bindings: arm, gic-v3: require that reserved cells are always 0
 2016-02-03 18:40 UTC  (4+ messages)

[PATCH V9 00/18] Coresight integration with perf
 2016-02-03 18:39 UTC  (19+ messages)
` [PATCH V9 01/18] coresight: associating path with session rather than tracer
` [PATCH V9 02/18] coresight: add API to get sink from path
` [PATCH V9 03/18] coresight: moving PM runtime operations to core framework
` [PATCH V9 04/18] coresight: etm3x: moving etm_readl/writel to header file
` [PATCH V9 05/18] coresight: etm3x: moving sysFS entries to dedicated file
` [PATCH V9 06/18] coresight: etm3x: unlocking tracers in default arch init
` [PATCH V9 07/18] coresight: etm3x: splitting struct etm_drvdata
` [PATCH V9 08/18] coresight: etm3x: adding operation mode for etm_enable()
` [PATCH V9 09/18] coresight: etm3x: set progbit to stop trace collection
` [PATCH V9 10/18] coresight: etm3x: changing default trace configuration
` [PATCH V9 11/18] coresight: etm3x: consolidating initial config
` [PATCH V9 12/18] coresight: etm3x: implementing user/kernel mode tracing
` [PATCH V9 13/18] coresight: etm3x: implementing perf_enable/disable() API
` [PATCH V9 14/18] coresight: etb10: moving to local atomic operations
` [PATCH V9 15/18] coresight: etb10: adding operation mode for sink->enable()
` [PATCH V9 16/18] coresight: etb10: implementing AUX API
` [PATCH V9 17/18] coresight: etm-perf: new PMU driver for ETM tracers
` [PATCH V9 18/18] coresight: introducing a global trace ID function

[PATCH V13 00/10] dma: add Qualcomm Technologies HIDMA driver
 2016-02-03 18:38 UTC  (12+ messages)
` [PATCH V13 08/10] dma: qcom_hidma: read the channel id from HW
` [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

Plain DFS (no voltage scaling)
 2016-02-03 18:25 UTC  (8+ messages)

[PATCH 0/7] USB changes for rare warnings
 2016-02-03 18:12 UTC  (2+ messages)

[PATCH v4 0/7] arm64: Verify early CPU features
 2016-02-03 18:12 UTC  (12+ messages)
` [PATCH v4 4/7] arm64: Handle early CPU boot failures

[PATCH v3 00/23] arm64: Virtualization Host Extension support
 2016-02-03 18:00 UTC  (24+ messages)
` [PATCH v3 01/23] arm/arm64: KVM: Add hook for C-based stage2 init
` [PATCH v3 02/23] arm64: KVM: Switch to "
` [PATCH v3 03/23] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v3 04/23] arm64: Allow the arch timer to use the HYP timer
` [PATCH v3 05/23] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v3 06/23] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH v3 07/23] arm64: KVM: VHE: Patch out use of HVC
` [PATCH v3 08/23] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH v3 09/23] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH v3 10/23] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH v3 11/23] arm64: KVM: VHE: Split save/restore of registers shared between guest and host
` [PATCH v3 12/23] arm64: KVM: VHE: Use unified system register accessors
` [PATCH v3 13/23] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH v3 14/23] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH v3 15/23] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH v3 16/23] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH v3 17/23] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH v3 18/23] arm64: KVM: VHE: Add alternative panic handling
` [PATCH v3 19/23] arm64: KVM: Move most of the fault decoding to C
` [PATCH v3 20/23] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH v3 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if "
` [PATCH v3 22/23] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v3 23/23] arm64: Panic when VHE and non VHE CPUs coexist

[PATCH] aarch64: Enable i2c chardev in defconfig
 2016-02-03 18:00 UTC 

[PATCH v4 0/2] regulator: act8945a: add regulator driver for the sub-device of ACT8945A MFD
 2016-02-03 17:47 UTC  (10+ messages)
` [PATCH v4 1/2] regulator: act8945a: add regulator driver for ACT8945A

[PATCH v2 00/21] arm64: Virtualization Host Extension support
 2016-02-03 17:45 UTC  (6+ messages)
` [PATCH v2 21/21] arm64: Panic when VHE and non VHE CPUs coexist

[PATCH v2] ARM: dts: Add dts for Uniwest evi
 2016-02-03 17:37 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] KVM: arm/arm64: fix reference to uninitialised VGIC
 2016-02-03 17:33 UTC  (2+ messages)

PM regression with commit 5de85b9d57ab PM runtime re-init in v4.5-rc1
 2016-02-03 17:27 UTC  (10+ messages)

[PATCH v2] arm64: dts: r8a7795: Add L2 cache-controller nodes
 2016-02-03 17:21 UTC  (2+ messages)

[PATCH v2] arm64: dts: r8a7795: pmu: switch to Cortex specific device nodes
 2016-02-03 17:20 UTC  (2+ messages)

[PATCH 00/11] mfd: axp20x: Add support for AXP809 PMIC
 2016-02-03 17:15 UTC  (3+ messages)
` [PATCH 06/11] regulator: axp20x: support AXP809 variant

[PATCH v3 0/5] Cavium ThunderX PMU support
 2016-02-03 17:12 UTC  (6+ messages)
` [PATCH v3 1/5] arm64/perf: Rename Cortex A57 events
` [PATCH v3 2/5] arm64/perf: Add Cavium ThunderX PMU support
` [PATCH v3 3/5] arm64: dts: Add Cavium ThunderX specific PMU
` [PATCH v3 4/5] arm64/perf: Enable PMCR long cycle counter bit
` [PATCH v3 5/5] arm64/perf: Extend event mask for ARMv8.1

[PATCH 00/10] Add support for the Armada 3700 SoC an mvebu ARM64 based
 2016-02-03 17:05 UTC  (12+ messages)
` [PATCH 01/10] serial: mvebu-uart: initial support for Armada-3700 serial port

[PATCH] ARM: multi_v7_defconfig: enable DW_WATCHDOG
 2016-02-03 17:03 UTC 

[PATCH 2/2] memory: omap-gpmc: Add Kconfig option for debug
 2016-02-03 16:50 UTC  (13+ messages)

[PATCH] [RFC] ARM: modify pgd_t definition for TRANSPARENT_HUGEPAGE_PUD
 2016-02-03 16:39 UTC  (2+ messages)

[PATCH V2 0/5] PCIe Xilinx generic driver for Microblaze and
 2016-02-03 16:38 UTC  (7+ messages)
` [PATCH V2 5/5] Microblaze: Modifying microblaze PCI subsytem to support generic Xilinx AXI PCIe Host Bridge IP driver

[PATCH v3] ARM64: kernel: implement ACPI parking protocol
 2016-02-03 16:18 UTC  (4+ messages)

[PATCH V8 00/23] Coresight integration with perf
 2016-02-03 16:11 UTC  (11+ messages)
` [PATCH V8 23/23] perf tools: adding coresight etm PMU record capabilities

[PATCH 1/2] clocksource/drivers/lpc32xx: Support periodic mode
 2016-02-03 16:03 UTC  (6+ messages)

[PATCH V5 00/14] Add generic PM domain support for Tegra
 2016-02-03 15:58 UTC  (10+ messages)
` [PATCH V5 05/14] soc: tegra: pmc: Wait for powergate state to change
` [PATCH V5 10/14] Documentation: DT: bindings: Add power domain info for NVIDIA PMC

[PATCH v1 0/5] arm64: kernel: Add support for User Access Override
 2016-02-03 15:45 UTC  (5+ messages)
` [PATCH v1 2/5] arm64: add ARMv8.2 id_aa64mmfr2 boiler plate

[PATCH 1/2] ARM: make virt_to_idmap() return unsigned long
 2016-02-03 15:43 UTC  (8+ messages)

[PATCH 00/10] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-03 15:36 UTC  (9+ messages)

[PATCH 0/4] Add Ethernet support on STM32F429
 2016-02-03 15:21 UTC  (6+ messages)
` [PATCH 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip
` [PATCH 2/4] Documentation: Bindings: Add STM32 DWMAC glue
` [PATCH 3/4] net: ethernet: stmmac: add support of Synopsys 3.50a MAC IP
` [PATCH 4/4] ARM: STM32: Enable Ethernet in stm32_defconfig

[PATCH 0/3] arm efi minor fixes
 2016-02-03 15:21 UTC  (10+ messages)
` [PATCH 1/3] arm64: efistub: drop __init annotation from handle_kernel_image()

SGTL5000 misc
 2016-02-03 15:11 UTC  (7+ messages)

[PATCH 0/2] ARM: mvebu: network interface naming
 2016-02-03 14:56 UTC  (6+ messages)
` [PATCH 1/2] ARM: mvebu: change order of ethernet DT nodes on Armada 38x

[PATCH v3 00/12] pwm: add support for atomic update
 2016-02-03 14:53 UTC  (7+ messages)

[PATCH v7 0/7] ARM: dts: Add Advantech board support
 2016-02-03 14:52 UTC  (5+ messages)
` [PATCH v7 3/7] ARM: dts: imx: Add Advantech BA-16 Qseven module
` [PATCH v7 4/7] ARM: dts: imx: Add support for Advantech/GE Bx50v3

[PATCH v2 0/4] ARM: dts: vf610: relicense the device trees under GPLv2/X11
 2016-02-03 14:28 UTC  (3+ messages)

[RFC PATCH 0/3] arm64 initrd mapping/relocation
 2016-02-03 14:26 UTC  (4+ messages)

[PATCH 0/3] kallsyms: remove special handling for CONFIG_ARM
 2016-02-03 14:17 UTC  (7+ messages)

[PATCH 0/4] arm64: cpufeature: Fix sign of feature bits
 2016-02-03 14:16 UTC  (4+ messages)
` [PATCH 4/4] arm64: Rename cpuid_feature field extract routines

[PATCH 0/4] pwm: omap-dmtimer: fix period/duty_cycle calculation
 2016-02-03 14:14 UTC  (8+ messages)
` [PATCH 4/4] pwm: omap-dmtimer: add dev_dbg() message for effective period and duty cycle

[PATCH 1/4] ARM: dts: ls1021a: add PCIe dts node
 2016-02-03 14:13 UTC  (2+ messages)

[PATCH] arm64: Allow vmalloc regions to be set with set_memory_*
 2016-02-03 13:43 UTC  (11+ messages)

[PATCH v3 00/14] mtd: spi-nor: add driver for Atmel QSPI controller
 2016-02-03 13:26 UTC  (13+ messages)
` [PATCH v3 03/14] mtd: spi-nor: select op codes and SPI NOR protocols by manufacturer
` [PATCH v3 04/14] mtd: spi-nor: fix support of Macronix memories
` [PATCH v3 05/14] mtd: spi-nor: fix support of Winbond memories
` [PATCH v3 06/14] mtd: spi-nor: fix support of Micron memories
` [PATCH v3 07/14] mtd: spi-nor: fix support of Spansion memories
` [PATCH v3 08/14] mtd: spi-nor: configure the number of dummy clock cycles by manufacturer
` [PATCH v3 09/14] mtd: spi-nor: configure the number of dummy clock cycles on Micron memories
` [PATCH v3 10/14] mtd: spi-nor: configure the number of dummy clock cycles on Macronix memories
` [PATCH v3 11/14] mtd: spi-nor: configure the number of dummy clock cycles on Spansion memories
` [PATCH v3 12/14] mtd: m25p80: add support of dual and quad spi protocols to all commands
` [PATCH v3 13/14] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
` [PATCH v3 14/14] mtd: atmel-quadspi: add driver for Atmel QSPI controller


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 read-only IMAP folder(s) and NNTP newsgroup(s).