linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-13 12:29:24 to 2015-04-14 09:33:13 UTC [more...]

[PATCH v4 00/24] ILP32 for ARM64
 2015-04-14  9:33 UTC  (28+ messages)
` [PATCH v4 01/24] arm64:ilp32: add documentation on the ILP32 ABI "
` [PATCH v4 02/24] arm64: ensure the kernel is compiled for LP64
` [PATCH v4 03/24] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH v4 04/24] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
` [PATCH v4 05/24] arm64:ilp32: expose 'kernel_long' as 'long long' for ILP32
` [PATCH v4 06/24] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH v4 07/24] arm64:ilp32: share signal structures between ILP32 and LP64 ABIs
` [PATCH v4 08/24] arm64:ilp32: use 64bit syscall-names for ILP32 when passing 64bit registers
` [PATCH v4 09/24] arm64:ilp32: use non-compat syscall names for ILP32 as for LP64
` [PATCH v4 10/24] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH v4 11/24] arm64:ilp32: add is_ilp32_compat_{task, thread} and TIF_32BIT_AARCH64
` [PATCH v4 12/24] arm64:ilp32: COMPAT_USE_64BIT_TIME is true for ILP32 tasks
` [PATCH v4 13/24] arm64:ilp32: share HWCAP between LP64 and ILP32
` [PATCH v4 14/24] arm64:ilp32 use the native LP64 'start_thread' for ILP32 threads
` [PATCH v4 15/24] arm64:ilp32: support core dump generation for ILP32
` [PATCH v4 16/24] arm64: add support for starting ILP32 (ELFCLASS32) binaries
` [PATCH v4 17/24] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH v4 18/24] ptrace: Allow compat to use the native siginfo
` [PATCH v4 19/24] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH v4 20/24] arm64:ilp32: use compat-syscalls for msgsnd and msgrcv for ILP32
` [PATCH v4 21/24] arm64:ilp32: use the native siginfo instead of the compat siginfo
` [PATCH v4 22/24] arm64:ilp32: use compat for stack_t
` [PATCH v4 23/24] arm64:ilp32: change COMPAT_ELF_PLATFORM to report a a subplatform for ILP32
` [PATCH v4 24/24] arm64:ilp32: add ARM64_ILP32 to Kconfig

Two new breakages since Thursday
 2015-04-14  9:26 UTC  (5+ messages)

[PATCH 2nd try] RTC/i.MX/DryICE: add recovery routines to the driver
 2015-04-14  9:11 UTC  (6+ messages)
` [PATCH 1/5] RTC/i.MX/DryIce: add some background info about the states the machine can be in
` [PATCH 2/5] RTC/i.MX/DryIce: add the unit recovery code
` [PATCH 3/5] RTC/i.MX/DryIce: monitor a security violation at runtime
` [PATCH 4/5] RTC/i.MX/DryIce: when locked, do not fail silently
` [PATCH 5/5] RTC/i.MX/DryIce: prepare to force a security violation

[PATCH 1/5] RTC/i.MX/DryIce: add some background info about the states the machine can be in
 2015-04-14  9:08 UTC  (5+ messages)
` [PATCH 2/5] RTC/i.MX/DryIce: add the unit recovery code
` [PATCH 3/5] RTC/i.MX/DryIce: monitor a security violation at runtime
` [PATCH 4/5] RTC/i.MX/DryIce: when locked, do not fail silently
` [PATCH 5/5] RTC/i.MX/DryIce: prepare to force a security violation

[RFC PATCH 0/5] MT8173 IOMMU support
 2015-04-14  9:07 UTC  (11+ messages)
` [PATCH 2/5] iommu/mediatek: Add mt8173 IOMMU driver
` [PATCH 3/5] dt-bindings: mediatek: Add smi dts binding

[PATCH v3 00/11] arm64: update/clarify/relax Image and FDT placement rules
 2015-04-14  8:57 UTC  (17+ messages)
` [PATCH v3 01/11] arm64: reduce ID map to a single page
` [PATCH v3 04/11] arm64: use fixmap region for permanent FDT mapping
` [PATCH v3 05/11] arm64/efi: adapt to relaxed FDT placement requirements

[PATCH v2 0/6] arm64,hi6220: Enable Hisilicon Hi6220 SoC
 2015-04-14  8:53 UTC  (12+ messages)
` [PATCH v2 3/6] clk: hi6220: Document devicetree bindings for hi6220 clock
` [PATCH v2 4/6] clk: hi6220: Clock driver support for Hisilicon hi6220 SoC

Bug: Toggling green led on Olinuxino Maxi, also toggles USB
 2015-04-14  8:43 UTC  (4+ messages)

[PATCH] dmaengine: xgene-dma: Fix sparse wannings and coccinelle warnings
 2015-04-14  8:43 UTC  (2+ messages)

[PATCH] arm64: Removed unused variable
 2015-04-14  8:40 UTC  (2+ messages)

[RFC PATCH 0/4] pinctrl: prototyping a per pin mux approach
 2015-04-14  8:40 UTC  (2+ messages)

[GIT PULL 1/2] ARM: tegra: Core code changes for v4.1-rc1
 2015-04-14  8:30 UTC  (6+ messages)
` [GIT PULL v2 "

[PATCH v2 00/10] KVM Guest Debug support for arm64
 2015-04-14  8:27 UTC  (18+ messages)
` [PATCH v2 02/10] KVM: define common __KVM_GUESTDBG_USE_SW/HW_BP values
` [PATCH v2 04/10] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v2 05/10] KVM: arm: introduce kvm_arch_setup/clear_debug()
` [PATCH v2 06/10] KVM: arm64: guest debug, add SW break point support
` [PATCH v2 07/10] KVM: arm64: guest debug, add support for single-step

[PATCH] clocksource: arm_global_timer: Detect if gt is usable with CPU_FREQ
 2015-04-14  8:06 UTC  (4+ messages)

[PATCH v7 0/9] arm64: Add the support for new Exynos5433 SoC
 2015-04-14  7:53 UTC  (11+ messages)
` [PATCH v7 1/9] arm64: dts: exynos: Add dts files for 64-bit "

[PATCHv6 0/4] watchdog: Extend kernel API and add early_timeout_sec feature
 2015-04-14  7:26 UTC  (5+ messages)
` [PATCHv6 1/4] watchdog: Extend kernel API to know about HW limitations
` [PATCHv6 2/4] watchdog: Allow watchdog to reset device at early boot
` [PATCHv6 3/4] devicetree: Document generic watchdog properties
` [PATCHv6 4/4] watchdog: at91sam9_wdt: Convert to use new watchdog core extensions

[PATCH RESEND v6 0/6] mfd: axp20x: add AXP221 PMIC support
 2015-04-14  6:45 UTC  (4+ messages)
` [PATCH RESEND v6 4/6] regulator: axp20x: add support for AXP22X regulators

[GIT PULL] pxa: for-next v4.1
 2015-04-14  6:16 UTC  (4+ messages)
` [GIT PULL RESEND] "

[PATCHv5 0/4] watchdog: Extend kernel API and add early_timeout_sec feature
 2015-04-14  5:44 UTC  (7+ messages)
` [PATCHv5 1/4] watchdog: Extend kernel API to know about HW limitations

linux-next: build failure after merge of the arm-soc tree
 2015-04-14  0:05 UTC  (8+ messages)

[GIT PULL] at91: cleanup for 4.1 #4
 2015-04-13 23:53 UTC  (5+ messages)
` [GIT PULL] at91: cleanup for 4.1 #4 (bis)
` [GIT PULL] at91: clocksource-driver for 4.1 #2

[PATCH] ARM: socfpga: dts: Add a ciu clock node for sdmmc
 2015-04-13 23:44 UTC  (4+ messages)

[GIT PULL] Xilinx Zynq changes for v4.1
 2015-04-13 23:38 UTC  (2+ messages)

[GIT PULL] simple-mfd cleanup
 2015-04-13 23:30 UTC  (3+ messages)

[PATCH v5 00/11] ARM: vf610m4: Add Vybrid Cortex-M4 support
 2015-04-13 23:27 UTC  (2+ messages)

[GIT PULL] ARM: dts: rockchip: small bunch of improvements, maybe still for 4.1
 2015-04-13 23:24 UTC  (2+ messages)

[GIT PULL] omap late prcm clean-up for v4.1
 2015-04-13 23:21 UTC  (3+ messages)

[GIT PULL 3/4] ARM: imx: device tree updates for 4.1
 2015-04-13 23:20 UTC  (3+ messages)

[PATCH v2 0/3] Alpine: configuration changes
 2015-04-13 23:17 UTC  (2+ messages)

[PATCH v2 0/7] Basic support to ZTE ZX296702
 2015-04-13 23:14 UTC  (2+ messages)

[GIT PULL] ARM: mvebu: fixes changes for v4.0
 2015-04-13 22:58 UTC  (2+ messages)

[GIT PULL] MAINTAINERS update for Broadcom SoCs for 4.1
 2015-04-13 22:56 UTC  (3+ messages)

[GIT PULL] Broadcom SoC changes for 4.1
 2015-04-13 22:47 UTC  (2+ messages)

[GIT PULL] ARM: mediatek: soc fixes for v4.1
 2015-04-13 22:44 UTC  (2+ messages)

[RFC PATCH] ARM: debug: Add prompt for FRAME_POINTER to Kconfig.debug
 2015-04-13 22:34 UTC  (2+ messages)

[PATCHv2 0/3] Add devm_of_phy_get_by_index and update platform drivers
 2015-04-13 22:10 UTC  (4+ messages)
` [PATCHv2 1/3] phy: core: Add devm_of_phy_get_by_index to phy-core
` [PATCHv2 2/3] usb: ehci-platform: Use devm_of_phy_get_by_index
` [PATCHv2 3/3] usb: ohci-platform: "

[RESEND][PATCH] ARM errata, 430973: update the affected revisions
 2015-04-13 21:45 UTC  (8+ messages)

arm64 efi_power_off crash
 2015-04-13 21:24 UTC  (2+ messages)

[PATCH 0/2] crypto: add new driver for Marvell CESA
 2015-04-13 20:11 UTC  (8+ messages)

[PATCH 1/2] ARM: dts: imx6qdl-sabrelite: add supported LVDS displays
 2015-04-13 19:48 UTC  (3+ messages)

[PATCH v6 0/6] Add common clock support for Broadcom iProc architecture
 2015-04-13 19:40 UTC  (6+ messages)
` [PATCH v6 1/6] clk: iproc: define Broadcom iProc clock binding

[PATCH v8 00/18] Tegra124 CL-DVFS / DFLL clocksource + cpufreq
 2015-04-13 19:35 UTC  (7+ messages)
` [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

[PATCH v2 0/5] Tegra 2 NAND Flash Support
 2015-04-13 19:22 UTC  (4+ messages)
` [PATCH v2 2/5] mtd: nand: add NVIDIA Tegra NAND Flash controller driver

[PATCH 0/7] Fix Keystone 2 physical address switch
 2015-04-13 19:13 UTC  (15+ messages)
` [PATCH 1/6] ARM: keystone2: move platform notifier initialisation into platform init
` [PATCH 2/6] ARM: keystone2: move update of the phys-to-virt constants into generic code
` [PATCH 3/6] ARM: keystone2: move address space switch printk to "
` [PATCH 4/6] ARM: keystone2: rename init_meminfo to pv_fixup
` [PATCH 5/6] ARM: re-implement physical address space switching
` [PATCH 6/6] ARM: cleanup early_paging_init() calling

[PATCH] ARM: dts: sun7i: Add Goodix GT911 nodes for Wexler TAB7200
 2015-04-13 19:01 UTC  (11+ messages)

[PATCH] ARM: dts: qcom: Add msm8660 PMU node
 2015-04-13 18:37 UTC  (3+ messages)

[PATCH 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform
 2015-04-13 17:47 UTC  (5+ messages)
` [PATCH 1/4] clk: samsung: exynos5250: add cpu clock configuration data and instantiate cpu clock
` [PATCH 2/4] ARM: dts: Exynos5250: add CPU OPP and regulator supply property
` [PATCH 3/4] ARM: Exynos: switch to using generic cpufreq driver for Exynos5250
` [PATCH 4/4] cpufreq: exynos: remove Exynos5250 specific cpufreq driver support

[PATCH 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform
 2015-04-13 17:33 UTC 

Tegra baseline test results for v4.0
 2015-04-13 17:12 UTC 

Tegra baseline test results for v4.0-rc7
 2015-04-13 17:09 UTC 

[PATCH RESEND] ARM: dts: exynos4412: Enable AX88760 USB hub on Origen board
 2015-04-13 17:02 UTC 

[PATCH v4 0/3] genirq: Saving/restoring the irqchip state of an irq line
 2015-04-13 16:21 UTC  (6+ messages)
` [PATCH v4 1/3] genirq: Allow the irqchip state of an IRQ to be save/restored

[PATCH v2 1/1] ata: ahci_xgene: Add AHCI Support for second generation of APM X-Gene SoC
 2015-04-13 15:47 UTC 

NXP LPC3250 broken?
 2015-04-13 15:35 UTC  (7+ messages)

[PATCH] ARM: alignment: Use is_wide_instruction() to check wide instruction
 2015-04-13 15:07 UTC  (4+ messages)

[PATCH] clocksource: qcom: Remove dead code
 2015-04-13 14:44 UTC  (2+ messages)

[PATCH 0/2] ARM: mvebu: Add DLINK-DNS327L support
 2015-04-13 14:39 UTC  (3+ messages)

[PATCH] serial: xilinx: Use platform_get_irq to get irq description structure
 2015-04-13 14:34 UTC 

Fwd: Re: [PATCH 2/2] ARM: mvebu: dts: Add dts file for DLink DNS-327L
 2015-04-13 14:32 UTC  (7+ messages)

[RFC PATCH] arm64: KVM: remove fpsimd save/restore from the world switch
 2015-04-13 14:26 UTC  (4+ messages)

[PATCH v2] ARM: io: Unpessimize relaxed io accessors
 2015-04-13 13:52 UTC  (4+ messages)

"tcp: refine TSO autosizing" causes performance regression on Xen
 2015-04-13 13:49 UTC  (6+ messages)
    ` [Xen-devel] "

[PATCH v5] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable
 2015-04-13 13:42 UTC  (2+ messages)

[PATCH] KVM: arm: irqfd: fix value returned by kvm_irq_map_gsi
 2015-04-13 13:01 UTC 

[PATCHv5] media: i2c/adp1653: devicetree support for adp1653
 2015-04-13 13:00 UTC  (11+ messages)
  ` [PATCHv6] media: i2c/adp1653: Documentation for "
              ` [PATCHv7] media: i2c/adp1653: Devicetree "

[PATCH v3] ARM: at91/dt: add support for kizbox2
 2015-04-13 12:57 UTC 

[PATCH v3 0/2] ARM: at91/dt: add support for at91-kizboxmini
 2015-04-13 12:56 UTC  (3+ messages)
` [PATCH v3 1/2] ARM: at91/dt: sam9x5: add pinctrl for pwm0
` [PATCH v3 2/2] ARM: at91/dt: add support for kizboxmini

[PATCH] drivers: CCI: fix used_mask init in validate_group()
 2015-04-13 12:41 UTC  (4+ messages)
` [PATCH V2] "

[RFC v6 00/16] KVM-VFIO IRQ forward control
 2015-04-13 12:29 UTC  (9+ messages)
` [RFC v6 09/16] VFIO: add vfio_external_{mask|is_active|set_automasked}
` [RFC v6 10/16] KVM: kvm-vfio: wrappers to VFIO external API device helpers
` [RFC v6 11/16] KVM: kvm-vfio: wrappers for vfio_external_{mask|is_active|set_automasked}
` [RFC v6 12/16] KVM: arm: rename pause into power_off
` [RFC v6 13/16] kvm: introduce kvm_arch_halt_guest and kvm_arch_resume_guest
` [RFC v6 14/16] kvm: arm/arm64: implement "
` [RFC v6 15/16] KVM: kvm-vfio: generic forwarding control
` [RFC v6 16/16] KVM: arm/arm64: vgic: "


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