Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-24 08:39:15 to 2016-02-24 17:10:14 UTC [more...]

[PATCH v2 0/8] ACPI: parse the DBG2 table
 2016-02-24 17:10 UTC  (6+ messages)
` [PATCH v2 1/8] arm64: move acpi/dt decision earlier in boot process
` [PATCH v2 2/8] of/serial: move earlycon early_param handling to serial
` [PATCH v2 3/8] ACPI: add definitions of DBG2 subtypes
` [PATCH v2 4/8] ACPI: genaralize iterating over subtables in ACPI_PROBE_TABLE()
` [PATCH v2 5/8] ACPI: parse DBG2 table

[PATCH] rtc: mt6397: Add platform device ID table
 2016-02-24 17:02 UTC  (5+ messages)

[PATCH 00/13] arm-cci: PMU driver updates for 4.6
 2016-02-24 16:58 UTC  (4+ messages)

[PATCH] ASoC: trace: fix printing jack name
 2016-02-24 16:50 UTC  (2+ messages)

[PATCH] dts: add specific compatible type for Terasic DE0-NANO-SoC Board
 2016-02-24 16:50 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC Fixes for v4.5
 2016-02-24 16:48 UTC  (4+ messages)

[PATCH v2] clocksource: atmel-pit: register as a sched_clock
 2016-02-24 16:44 UTC  (4+ messages)

[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
 2016-02-24 16:44 UTC  (17+ messages)

[PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister}
 2016-02-24 16:44 UTC  (59+ messages)
` [PATCH 01/50] pinctrl: Add "
` [PATCH 02/50] pinctrl: Add resource management devm_pinctrl_{register, unregister}
` [PATCH 03/50] pinctrl: bcm281xx: Use devm_pinctrl_register() for pinctrl registration
` [PATCH 04/50] pinctrl: bcm2835: "
` [PATCH 05/50] pinctrl: cygnus-mux: "
` [PATCH 06/50] pinctrl: iproc-gpio: "
` [PATCH 07/50] pinctrl: nsp-gpio: "
` [PATCH 08/50] pinctrl: berlin: "
` [PATCH 09/50] pinctrl: imx: "
` [PATCH 10/50] pinctrl: imxl: "
` [PATCH 11/50] pinctrl: cherryview: "
` [PATCH 12/50] pinctrl: intel: "
` [PATCH 13/50] pinctrl: mtk-common: "
` [PATCH 14/50] pinctrl: meson: "
` [PATCH 15/50] pinctrl: mvebu: "
` [PATCH 16/50] pinctrl: nomadic: "
` [PATCH 17/50] pinctrl: spmi-gpio: "
` [PATCH 18/50] pinctrl: spmi: "
` [PATCH 19/50] pinctrl: ssbi-gpi: "
` [PATCH 20/50] pinctrl: ssbi-mpp: "
` [PATCH 21/50] pinctrl: msm: "
` [PATCH 22/50] pinctrl: pxa: "
` [PATCH 23/50] pinctrl: exynos5440: "
` [PATCH 24/50] pinctrl: samsung: "
` [PATCH 25/50] pinctrl: ish-pfc: "
` [PATCH 26/50] pinctrl: spear: "
` [PATCH 27/50] pinctrl: stm32: "
` [PATCH 28/50] pinctrl: ssbi-mpp: "
` [PATCH 29/50] pinctrl: tegra: "
` [PATCH 30/50] pinctrl: tegra-xusb: "
` [PATCH 31/50] pinctrl: uniphier: "
` [PATCH 32/50] pinctrl: vt8500: "
` [PATCH 33/50] pinctrl: adi2: "
` [PATCH 34/50] pinctrl: amd: "
` [PATCH 35/50] pinctrl: as3722: "
` [PATCH 36/50] pinctrl: at91-pio4: "
` [PATCH 37/50] pinctrl: at91: "
` [PATCH 38/50] pinctrl: digicolor: "
` [PATCH 39/50] pinctrl: lantiq: "
` [PATCH 40/50] pinctrl: lpc18xx: "
` [PATCH 41/50] pinctrl: palmas: "
` [PATCH 42/50] pinctrl: pic32: "
` [PATCH 43/50] pinctrl: pistachio: "
` [PATCH 44/50] pinctrl: rockchip: "
` [PATCH 45/50] pinctrl: st: "
` [PATCH 46/50] pinctrl: tb10x: "
` [PATCH 47/50] pinctrl: tz1090-pdc: "
` [PATCH 48/50] pinctrl: tz1090 "
` [PATCH 49/50] pinctrl: u300: "
` [PATCH 50/50] pinctrl: zynq: "

[PATCH] sound: hdmi: avoid dereferencing uninitialized 'jack' pointer
 2016-02-24 16:39 UTC  (6+ messages)

[PATCH 1/2] ARM: mxs_defconfig: Cleanup mxs_defconfig
 2016-02-24 16:22 UTC  (3+ messages)
` [PATCH 2/2] ARM: mxs_defconfig: Enable initramfs support

[RFC PATCH 0/6] restrict virt_to_page to linear region (instead of __pa)
 2016-02-24 16:21 UTC  (7+ messages)
` [RFC PATCH 1/6] arm64: vmemmap: use virtual projection of linear region
` [RFC PATCH 2/6] arm64: vdso: avoid virt_to_page() translations on kernel symbols
` [RFC PATCH 3/6] arm64: mm: free __init memory via the linear mapping
` [RFC PATCH 4/6] arm64: mm: avoid virt_to_page() translation for the zero page
` [RFC PATCH 5/6] kernel: insn: avoid virt_to_page() translations on core kernel symbols
` [RFC PATCH 6/6] arm64: mm: disregard PHYS_OFFSET in virt_to_page()

[PATCH] drivers: perf: arm: implement CPU_PM notifier
 2016-02-24 16:20 UTC  (2+ messages)

[PATCH] arm64/mm: fix virtual address boundary check
 2016-02-24 16:19 UTC  (2+ messages)

[PATCH] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1
 2016-02-24 16:16 UTC  (3+ messages)

[PATCH 0/8] ACPI: parse the DBG2 table
 2016-02-24 16:09 UTC  (6+ messages)
` [PATCH 1/8] arm64: move acpi/dt decision earlier in boot process

[PATCH] arm*: efi: drop permanent mapping of the UEFI System table
 2016-02-24 16:05 UTC  (4+ messages)

[PATCH] ARM: realview: DT support for the PBA8
 2016-02-24 15:59 UTC  (7+ messages)

[PATCH V2] iommu/arm-smmu-v2: Workaround for ThunderX errata#27704
 2016-02-24 15:54 UTC  (8+ messages)

[PATCH] ARM: realview: DT support for the PBA8 and PBX-A9
 2016-02-24 15:54 UTC 

[PATCH v2] ARM: DaVinci USB: removed deprecated properties from MUSB config
 2016-02-24 15:41 UTC 

[RFC PATCH v3 0/3] Add ACPI support for HiSilicon PCIe Host Controllers
 2016-02-24 15:25 UTC  (10+ messages)
` [RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs "

[PATCH] dt-bindings: interrupt-controller: add SoC-specific compatible string to Marvell ODMI
 2016-02-24 15:24 UTC 

[PATCH 0/8] arm64: Add kernel probes (kprobes) support
 2016-02-24 15:21 UTC  (7+ messages)
` [PATCH 5/8] arm64: kprobes instruction simulation support

[PATCH 0/3] arm64: marvell: additional DT changes for Armada 7K/8K
 2016-02-24 15:16 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: arm/marvell: ABI unstability warning about Marvell 7K/8K
` [PATCH 2/3] arm64: marvell: update Armada AP806 clock description
` [PATCH 3/3] arm64: marvell: re-order Device Tree nodes for Armada AP806

[PATCH v2 0/6] clk: mvebu: initial support for AP806 clocks
 2016-02-24 15:14 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: arm/marvell: add DT bindings for AP806 DFX Server
` [PATCH v2 2/6] dt-bindings: clock: add DT bindings for AP806 core clocks
` [PATCH v2 3/6] dt-bindings: clock: add DT bindings for AP806 ring clocks
` [PATCH v2 4/6] clk: unconditionally recurse into clk/mvebu/
` [PATCH v2 5/6] clk: mvebu: add AP806 core clock driver
` [PATCH v2 6/6] clk: mvebu: add AP806 ring "

[PATCH 1/2] ARM: multi_v5_defconfig: Cleanup multi_v5_defconfig
 2016-02-24 15:03 UTC  (2+ messages)
` [PATCH 2/2] ARM: multi_v5_defconfig: Enable initramfs support

[PATCH v3] ARM64: kernel: implement ACPI parking protocol
 2016-02-24 15:03 UTC  (6+ messages)

[PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig
 2016-02-24 14:57 UTC  (2+ messages)
` [PATCH 2/2] ARM: imx_v4_v5_defconfig: Enable initramfs support

[PATCH] arm64: ni_syscall should be similar to other archs
 2016-02-24 14:54 UTC 

[PATCH v4 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-02-24 14:53 UTC  (5+ messages)
` [PATCH v4 16/17] FDT: Add a helper to get specified name subnode

[PATCH] ARM: dts: imx6q: add missing links between ipu2 and mipi dsi
 2016-02-24 14:52 UTC 

[PATCH] ARM: realview: add EB syscon variants to bindings
 2016-02-24 14:51 UTC  (2+ messages)

[PATCH 0/4] Rockchip: rk3399: Add core dtsi for rk3399
 2016-02-24 14:35 UTC  (5+ messages)
` [PATCH 1/4] soc: rockchip: add bindings for Rockchip grf
` [PATCH 3/4] clk: rockchip: add dt-binding header for rk3399

[PATCH v13 00/20] KVM: ARM64: Add guest PMU support
 2016-02-24 14:33 UTC  (7+ messages)
` [PATCH v13 15/20] KVM: ARM64: Add PMU overflow interrupt routing
  ` [PATCH v14 "

[PATCH] ARM: dts: rockchip: add mipi_dsi to VIO power domain on rk3288
 2016-02-24 14:21 UTC  (2+ messages)

[PATCH v3] arm64: Add workaround for Cavium erratum 27456
 2016-02-24 14:07 UTC  (3+ messages)

[PATCH RESEND] gpmi-nand: Handle ECC Errors in erased pages
 2016-02-24 13:57 UTC  (2+ messages)

[PATCH 0/2] usb: dwc2: Remove host and gadget only code from core
 2016-02-24 13:40 UTC  (3+ messages)

[PATCH 0/2] ARM: dts: rockchip: fix some interrupts on rk3288
 2016-02-24 13:37 UTC  (2+ messages)

[PATCH 0/2] ARM: dts: sun8i: Add ir receiver nodes for H3
 2016-02-24 13:26 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: sun8i: Enable ir receiver on orangepi pc
  ` [linux-sunxi] "

[PATCH v3 0/2] ?hci-platform: Add support for controllers with more then one reset line
 2016-02-24 13:22 UTC  (7+ messages)
` [PATCH v3 1/2] ehci-platform: Add support for controllers with multiple reset lines
` [PATCH v3 2/2] ohci-platform: "

[PATCH] dmaengine: pl330: Fix some race conditions in residue calculation
 2016-02-24 13:14 UTC 

[PATCH v5 0/5] Add memory mapped read support for ti-qspi
 2016-02-24 12:21 UTC  (9+ messages)
` [PATCH v5 3/5] mtd: devices: m25p80: add support for mmap read request

[PATCH 00/11] CLCD Nomadik+Versatile support
 2016-02-24 12:13 UTC  (21+ messages)
` [PATCH 11/11] ARM: versatile: move CLCD configuration to device tree

[PATCH] arm/arm64: KVM: Feed initialized memory to MMIO accesses
 2016-02-24 12:06 UTC  (3+ messages)

[PATCH] arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR0Rn_EL2
 2016-02-24 11:53 UTC  (2+ messages)

[PATCH] arm/arm64: KVM: vgic: Handle out-of-bound MMIO access
 2016-02-24 11:51 UTC  (2+ messages)

[PATCH v8] kernel: add kcov code coverage
 2016-02-24 11:26 UTC  (3+ messages)

[PATCH] net: thunderx: Fix for Qset error due to CQ full
 2016-02-24 11:10 UTC 

[PATCH v1 0/4] Add clock ids for RK3228 HDMI/VOP modules
 2016-02-24 10:54 UTC  (5+ messages)
` [PATCH v1 1/4] clk: rockchip: add the new clock ids for RK3228 VOP
` [PATCH v1 3/4] clk: rockchip: add the new clock ids for RK3228 HDMI
` [PATCH v1 4/4] clk: rockchip: set the "
` [PATCH v1 2/4] clk: rockchip: set the clock ids for RK3228 VOP

[PATCH v5 0/8] Add MT8173 Video Encoder Driver and VPU Driver
 2016-02-24 10:53 UTC  (5+ messages)

[PATCH v4 0/3] reset: Add support for shared reset controls
 2016-02-24 10:42 UTC  (2+ messages)

[PATCH] arm64: Fix misspellings in comments
 2016-02-24 10:23 UTC  (2+ messages)

[RESEND PATCH V7 4/6] i2c: qup: Add bam dma capabilities
 2016-02-24 10:19 UTC  (2+ messages)

iMX6q PCIe phy link never came up on kernel v4.4.x
 2016-02-24 10:12 UTC 

[PATCH] ARM: dts: DRA7: change address-cells and size-cells
 2016-02-24 10:11 UTC 

[PATCH v7 0/5] Add mipi dsi support for rk3288
 2016-02-24  9:38 UTC  (3+ messages)

[PATCH v1] ARM: dts: nitrogen6x: add USB host 1 support
 2016-02-24  9:33 UTC  (4+ messages)

[PATCH v9 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD
 2016-02-24  9:33 UTC  (2+ messages)

[PATCH v4 0/3] ARM: OMAP2+: hwmod: RTC: Add lock and unlock hooks
 2016-02-24  9:29 UTC  (4+ messages)
` [PATCH v4 1/3] ARM: hwmod: RTC: Add lock and unlock functions

[PATCH v2 0/3] USB: add generic onboard USB HUB driver
 2016-02-24  9:22 UTC  (7+ messages)

[PATCH 0/3] ARM: EXYNOS: Trivial cleanup in mach-exynos
 2016-02-24  9:14 UTC  (7+ messages)
` [PATCH 2/3] ARM: EXYNOS: remove unused register offset definition

[PATCH 0/5] Modularize PCI_DW related drivers
 2016-02-24  9:04 UTC  (3+ messages)

[PATCH v2 0/4] Add Ethernet support on STM32F429
 2016-02-24  9:03 UTC  (7+ messages)
` [PATCH v2 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip
` [PATCH v2 2/4] Documentation: Bindings: Add STM32 DWMAC glue

[PATCH] Add triggers for cubietruck leds
 2016-02-24  8:57 UTC 


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