linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-17 19:53:11 to 2015-11-18 10:07:26 UTC [more...]

[RFC2 PATCH v6 00/19] ILP32 for ARM64
 2015-11-18 10:07 UTC  (31+ messages)
` [PATCH v6 01/19] arm64:ilp32: add documentation on the ILP32 ABI "
` [PATCH v6 02/19] arm64: ensure the kernel is compiled for LP64
` [PATCH v6 03/19] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH v6 04/19] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
` [PATCH v6 05/19] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH v6 06/19] arm64:ilp32: share signal structures between ILP32 and LP64 ABIs
` [PATCH v6 07/19] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH v6 08/19] arm64:ilp32: add is_ilp32_compat_{task, thread} and TIF_32BIT_AARCH64
` [PATCH v6 09/19] arm64:ilp32: share HWCAP between LP64 and ILP32
` [PATCH v6 10/19] arm64:ilp32 use the native LP64 'start_thread' for ILP32 threads
` [PATCH v6 11/19] arm64:ilp32: support core dump generation for ILP32
` [PATCH v6 12/19] ptrace: Allow compat to use the native siginfo
` [PATCH v6 13/19] arm64: ilp32: common 32-bit wrappers
` [PATCH v6 14/19] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH v6 15/19] arm64: ilp32: force IPC_64 in msgctl, shmctl, semctl
` [PATCH v6 16/19] aarch64: ilp32: use generic stat64 structure
` [PATCH v6 17/19] arm64:ilp32: use the native siginfo instead of the compat siginfo
` [PATCH v6 18/19] arm64:ilp32: change COMPAT_ELF_PLATFORM to report a a subplatform for ILP32
` [PATCH v6 19/19] arm64:ilp32: add ARM64_ILP32 to Kconfig

[PATCH v3 0/5] Add reboot notifier driver for rockchip platform
 2015-11-18 10:05 UTC  (6+ messages)
` [PATCH v3 1/5] ARM: dts: rockchip: rk3288-veyron: rename pinctrl node reboot to reset
` [PATCH v3 2/5] dt-bindings: soc: add document for rockchip reboot notifier driver
` [PATCH v3 3/5] soc: rockchip: add "
` [PATCH v3 4/5] ARM: dts: rockchip: add reboot node
` [PATCH v3 5/5] ARM64: "

[PATCH] arm64: pgtable: implement pte_accessible()
 2015-11-18 10:03 UTC  (2+ messages)

Minimal support for dm814x
 2015-11-18 10:01 UTC  (13+ messages)

Freescale IMX6 active cooling
 2015-11-18 10:00 UTC  (6+ messages)

[PATCH] ARM: socfpga: Add support for DENX MCV SoM and MCVEVK baseboard
 2015-11-18  9:50 UTC  (2+ messages)

[PATCH 1/2] devicetree: bindings: Add vendor prefix for Kosagi
 2015-11-18  9:48 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: imx6q: add Novena board

[RFC PATCH] arm64: use non-global mappings for UEFI runtime regions
 2015-11-18  9:43 UTC  (8+ messages)

[PATCH] USB: USB_OTG does not depend on PM
 2015-11-18  9:41 UTC  (7+ messages)

[PATCH] mmc: dw_mmc: use resource_size_t to store physical address
 2015-11-18  9:35 UTC  (5+ messages)

[PATCH v3 net-next] net: hisilicon: fix binding document of mdio
 2015-11-18  9:32 UTC  (2+ messages)

[PATCHv2] ASoC: samsung: pass DMA channels as pointers
 2015-11-18  9:31 UTC  (7+ messages)
` [PATCHv2 2/3] ASoC: s3c24xx-i2s: pass DMA channels as platform data
` [PATCHv2 3/3] ASoC: samsung: pass filter function as pointer

[PATCH] arm64: Implement CONFIG_CMDLINE_EXTEND
 2015-11-18  9:28 UTC 

[PATCH] arm64: bpf: fix buffer pointer
 2015-11-18  8:56 UTC 

[PATCH RFC 00/27] PM/Domains: Cluster idle support for ARM SoCs
 2015-11-18  8:50 UTC  (29+ messages)
` [PATCH RFC 01/27] PM / Domains: core changes for multiple states
` [PATCH RFC 02/27] PM / Domains: Allow domain power states to be read from DT
` [PATCH RFC 03/27] PM / Domain: Add additional state specific param
` [PATCH RFC 04/27] PM / Domains: make governor select deepest state
` [PATCH RFC 05/27] PM / Domains: remove old power on/off latencies
` [PATCH RFC 06/27] PM / Domains: add debugfs 'states' and 'timings' seq files
` [PATCH RFC 07/27] PM / Domains: Read domain residency from DT
` [PATCH RFC 08/27] PM / Domains: Support IRQ safe PM domains
` [PATCH RFC 09/27] PM / Domains: Attempt runtime suspend of IRQ safe parent domain
` [PATCH RFC 10/27] drivers: power: Introduce PM domains for CPUs/clusters
` [PATCH RFC 11/27] drivers: cpu: Define CPU devices as IRQ safe
` [PATCH RFC 12/27] ARM: cpuidle: remove cpu parameter from the cpuidle_ops suspend hook
` [PATCH RFC 13/27] ARM: cpuidle: Add runtime PM support for CPU idle
` [PATCH RFC 14/27] tick: get next wakeup event for the CPU
` [PATCH RFC 15/27] PM / Domains: Add next_wakeup to device's timing data
` [PATCH RFC 16/27] ARM: cpuidle: Record the next wakeup event of the CPU
` [PATCH RFC 17/27] drivers: cpu-pd: Record CPUs that are part of the domain
` [PATCH RFC 18/27] drivers: cpu-pd: Add PM Domain governor for CPUs
` [PATCH RFC 19/27] drivers: cpu-pd: Invoke CPU PM runtime on hotplug
` [PATCH RFC 20/27] Documentation: ARM: topology: 'cluster' property for cluster nodes
` [PATCH RFC 21/27] drivers: cpu-pd: Parse topology to setup CPU PM domains
` [PATCH RFC 22/27] drivers: firmware: PSCI: Export psci_has_ext_power_state()
` [PATCH RFC 23/27] ARM64: psci: Support cluster idle states for OS-Initated
` [PATCH RFC 24/27] arm64: dts: Add Qualcomm MSM8916, MTP8916, APQ8016, SBC8016 ids
` [PATCH RFC 25/27] devicetree: bindings: Document qcom, msm-id and qcom, board-id
` [PATCH RFC 26/27] ARM64: dts: Add PSCI cpuidle support for MSM8916
` [PATCH RFC 27/27] ARM64: dts: Define CPU power domain "

[PATCH 05/71] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
 2015-11-18  8:35 UTC  (8+ messages)
` [PATCH 07/71] ncr5380: Split NCR5380_init() into two functions
` [PATCH 19/71] ncr5380: Cleanup bogus {request, release}_region() calls
` [PATCH 20/71] ncr5380: Introduce unbound workqueue
` [PATCH 24/71] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH 45/71] ncr5380: Cleanup #include directives
` [PATCH 51/71] ncr5380: Remove command list debug code
` [PATCH 57/71] ncr5380: Use standard list data structure

[PATCH] SPI: s3c64xx: pass DMA arguments in platform data
 2015-11-18  8:35 UTC  (4+ messages)
` [PATCH v2] "

[RESEND PATCH v2 1/2] ARM: imx6: set ahb-burst-config as 0 for USB
 2015-11-18  8:33 UTC  (7+ messages)
` [RESEND PATCH v2 2/2] ARM: imx6: change default burst size "

[PATCH v2] ARM: xip: Use correct symbol for end of ROM marker
 2015-11-18  8:30 UTC  (17+ messages)
` [PATCH v3] "

[PATCH v3 00/62] Add ACPI support for arm64 on Xen
 2015-11-18  8:24 UTC  (25+ messages)
` [PATCH v3 01/62] Revert "xen/arm: vgic-v2: Drop cbase from arch_domain"
` [PATCH v3 04/62] arm/acpi: Emulate io ports for arm
` [PATCH v3 24/62] arm: Introduce a generic way to use a device from acpi
` [PATCH v3 38/62] arm/acpi: Add placeholder for efi and acpi load address
` [PATCH v3 50/62] xen/efi: store EFI system table in efi structure

[PATCH v2] arm, am335x: add support for the bosch shc board
 2015-11-18  8:24 UTC  (3+ messages)

[PATCH v11] Add Mediatek thermal support
 2015-11-18  8:24 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller
` [PATCH 2/3] thermal: Add Mediatek thermal controller support
` [PATCH 3/3] ARM64: dts: mt8173: Add thermal/auxadc device nodes

[PATCH v3 0/5] Add board support for TS-4800
 2015-11-18  8:21 UTC  (5+ messages)
` [PATCH v3 2/5] mfd: syscon: add a DT property to set value width

[PATCH v10] Add Mediatek thermal support
 2015-11-18  8:18 UTC  (10+ messages)
` [PATCH 2/3] thermal: Add Mediatek thermal controller support

[PATCH] arm64: extract a field correctly in cpuid_feature_extract_field()
 2015-11-18  8:08 UTC  (6+ messages)

A problem about interrupt when booting a captured kernel
 2015-11-18  8:03 UTC  (5+ messages)

[PATCH] phy: add phy-hi6220-usb
 2015-11-18  7:35 UTC 

[PATCH v2 0/7] New Atmel PIO4 pinctrl/gpio driver
 2015-11-18  7:25 UTC  (7+ messages)
` [PATCH v2 4/7] ARM: at91/dt: sama5d2: add pio controller node

[PATCH] i2c: imx: make bus recovery through pinctrl optional
 2015-11-18  7:24 UTC  (2+ messages)

[RESEND RFC/PATCH 0/8] Add MT8173 Video Encoder Driver and VPU Driver
 2015-11-18  7:09 UTC  (4+ messages)
` [RESEND RFC/PATCH 4/8] dt-bindings: Add a binding for Mediatek Video Encoder

[PATCH v8] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
 2015-11-18  6:51 UTC  (9+ messages)

[PATCH v6 0/6] arm64: ftrace: fix incorrect output from stack tracer
 2015-11-18  6:43 UTC  (7+ messages)
` [PATCH v6 1/6] arm64: ftrace: modify a stack frame in a safe way
` [PATCH v6 2/6] arm64: pass a task parameter to unwind_frame()
` [PATCH v6 3/6] arm64: ftrace: fix a stack tracer's output under function graph tracer
` [PATCH v6 4/6] arm64: insn: add instruction decoders for ldp/stp and add/sub
` [PATCH v6 5/6] arm64: ftrace: add arch-specific stack tracer
` [PATCH v6 6/6] arm64: ftrace: add a test of function prologue analyzer

[PATCH 00/13] Add ACPI support for Xen Dom0 on ARM64
 2015-11-18  6:33 UTC  (20+ messages)
` [PATCH 02/13] xen/grant-table: Move xlated_setup_gnttab_pages to common place
  ` [Xen-devel] "
` [PATCH 05/13] Xen: ARM: Add support for mapping platform device mmio
  ` [Xen-devel] "
` [PATCH 06/13] Xen: ARM: Add support for mapping amba "
    ` [Xen-devel] "
` [PATCH 07/13] ARM: Xen: Document UEFI support on Xen ARM virtual platforms
  ` [Xen-devel] "
` [PATCH 08/13] Xen: EFI: Parse DT parameters for Xen specific UEFI

[PATCH] ARM: dts: sun8i: Add Orange Pi PC support
 2015-11-18  5:40 UTC 

[PATCH] cpufreq: scpi: Add dependency on SCPI clk driver
 2015-11-18  5:19 UTC  (2+ messages)

[PATCH 0/4] Add DTS for MSM8996 SoC and MTP
 2015-11-18  5:06 UTC  (7+ messages)
` [PATCH 1/4] devicetree: bindings: Document Kryo cpu
` [PATCH 2/4] arm64: dts: Add msm8996 SoC and MTP board support
` [PATCH 3/4] arm64: dts: qcom: Add pm8994, pmi8994, pm8004 PMIC skeletons
` [PATCH 4/4] arm64: dts: qcom: Add pm8994 gpios and MPPs

[RFC/PATCH] pinctrl: qcom: Add generic ssbi and spmi GPIO/MPP bindings
 2015-11-18  4:09 UTC  (2+ messages)

[PATCH v8 0/2] Mediatek SPI-NOR flash driver
 2015-11-18  3:30 UTC  (3+ messages)
` [PATCH v8 1/2] mtd: mtk-nor: mtk serial flash controller driver
` [PATCH v8 2/2] arm64: dts: mt8173: Add nor flash node

[PATCH] pinctrl: mediatek: fix a memleak when do dt maps
 2015-11-18  3:22 UTC  (2+ messages)

[PATCH] watchdog: mtk_wdt: Use MODE_KEY when stopping the watchdog
 2015-11-18  2:45 UTC 

[PATCH v2 net-next] net: hisilicon: fix binding document of mdio
 2015-11-18  1:43 UTC  (5+ messages)

[PATCH 1/3] ASoC: samsung: pass DMA channels as pointers
 2015-11-18  1:26 UTC  (4+ messages)

[PATCH] ARM: sunxi: Re-enable SID driver in multi_v7_defconfig
 2015-11-18  1:09 UTC  (6+ messages)

[PATCH 0/2] Add pm8994 gpio and mpp support
 2015-11-18  0:52 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: qcom: spmi-gpio: Add pm8994 gpio support
` [PATCH 2/2] pinctrl: qcom: spmi-mpp: Add pm8994 mpp support

[PATCH] cpufreq: do not mark s3c2410_plls_add as __init
 2015-11-18  0:44 UTC  (5+ messages)

[PATCH] pinctrl: qcom: Add msm8996 pinctrl driver
 2015-11-18  0:35 UTC 

[PATCH v2] spmi: pmic-arb: Support more than 128 peripherals
 2015-11-18  0:13 UTC 

[PATCH] mfd: qcom-spmi-pmic: Don't access non-existing registers
 2015-11-18  0:06 UTC 

[PATCH] arm64: Make smp_load_acquire() work with pointer to const argument
 2015-11-18  0:04 UTC 

[PATCH] i2c: imx: fix build issue for platforms without pinctrl
 2015-11-17 23:00 UTC  (2+ messages)

[PATCH 2/8] Documentation/spi/spidev_test.c: clean up input_tx
 2015-11-17 22:52 UTC  (2+ messages)

[PATCH 0/7] add missing of_node_put
 2015-11-17 22:33 UTC  (8+ messages)
` [PATCH 1/7] phy: brcmstb-sata: "

[PATCH] pinctrl: mediatek: Add get_direction support
 2015-11-17 22:17 UTC 

[PATCH] crypto: sun4i-ss: add missing statesize
 2015-11-17 21:51 UTC  (5+ messages)

[RFC] rpi: add support to enable usb power domain
 2015-11-17 21:46 UTC  (4+ messages)

[PATCH v4 0/4] Add support for NXP LPC18xx EEPROM using nvmem
 2015-11-17 21:30 UTC  (6+ messages)
` [PATCH v4 1/4] DT: nvmem: Add NXP LPC18xx EEPROM memory binding documentation
` [PATCH v4 2/4] nvmem: NXP LPC18xx EEPROM memory NVMEM driver
` [PATCH v4 3/4] ARM: dts: lpc18xx: add EEPROM memory node
` [PATCH v4 4/4] ARM: configs: lpc18xx: enable EEPROM NVMEM driver

[PATCH] [media] move media platform data to linux/platform_data/media
 2015-11-17 20:46 UTC  (3+ messages)

[PATCH, RESEND] drm/exynos: clean up dma_addr_t use
 2015-11-17 20:22 UTC 

[PATCH] ARM: define __BUG as asm(BUG_INSTR) without CONFIG_BUG
 2015-11-17 20:19 UTC 

[PATCH 0/2] ARM: dts: NSP: clean-ups and I2C support
 2015-11-17 19:55 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: NSP: Device Tree clean-ups
` [PATCH 2/2] ARM: dts: NSP: Add I2C support to the DT

[PATCH v2 0/4] Add support for NXP LPC18xx EEPROM using nvmem
 2015-11-17 19:53 UTC  (6+ messages)
` [PATCH v2 2/4] nvmem: NXP LPC18xx EEPROM memory NVMEM driver


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