linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-05 13:12:54 to 2016-04-06 04:26:11 UTC [more...]

[PATCH] arm: omap2: remove redundant multiplatform checks
 2016-04-06  4:26 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v3 00/14] use of_platform_default_populate() to populate default bus
 2016-04-06  3:48 UTC  (4+ messages)
` [PATCH v3 04/14] c6x: "

[PATCH] mfd: mt6397: irq domain should initialize before mfd_add_devices()
 2016-04-06  2:47 UTC  (8+ messages)

[PATCH] sbs-battery: fix power status when battery is dry
 2016-04-06  2:35 UTC  (12+ messages)

[PATCH] sbs-battery: fix power status when battery charging near dry
 2016-04-06  2:32 UTC 

[PATCH net-next V3 00/16] net: fec: cleanup and fixes
 2016-04-06  2:26 UTC  (17+ messages)
` [PATCH net-next V3 01/16] net: fec: only check queue 0 if RXF_0/TXF_0 interrupt is set
` [PATCH net-next V3 02/16] net: fec: remove unused interrupt FEC_ENET_TS_TIMER
` [PATCH net-next V3 03/16] net: fec: return IRQ_HANDLED if fec_ptp_check_pps_event handled it
` [PATCH net-next V3 04/16] net: fec: pass rxq/txq to fec_enet_rx/tx_queue instead of queue_id
` [PATCH net-next V3 05/16] net: fec: reduce interrupts
` [PATCH net-next V3 06/16] net: fec: split off napi routine with 3 queues
` [PATCH net-next V3 07/16] net: fec: don't clear all rx queue bits when just one is being checked
` [PATCH net-next V3 08/16] net: fec: set cbd_sc without relying on previous value
` [PATCH net-next V3 09/16] net: fec: eliminate calls to fec_enet_get_prevdesc
` [PATCH net-next V3 10/16] net: fec: move restart test for efficiency
` [PATCH net-next V3 11/16] net: fec: clear cbd_sc after transmission to help with debugging
` [PATCH net-next V3 12/16] net: fec: dump all tx queues in fec_dump
` [PATCH net-next V3 13/16] net: fec: detect tx int lost
` [PATCH net-next V3 14/16] net: fec: create subroutine reset_tx_queue
` [PATCH net-next V3 15/16] net: fec: call dma_unmap_single on mapped tx buffers at restart
` [PATCH net-next V3 16/16] net: fec: don't set cbd_bufaddr unless no mapping error

[PATCH v2 01/11] ARM: dts: exynos: Fix DTC unit name warnings in cros-adc-thermistors
 2016-04-06  2:00 UTC  (11+ messages)
` [PATCH v2 02/11] ARM: dts: exynos: Fix DTC unit name warnings in Exynos3250
` [PATCH v2 03/11] ARM: dts: exynos: Fix DTC unit name warnings in Exynos4
` [PATCH v2 04/11] ARM: dts: exynos: Fix DTC unit name warnings in Trats2 board
` [PATCH v2 05/11] ARM: dts: exynos: Fix DTC unit name warnings in Exynos4x12
` [PATCH v2 06/11] ARM: dts: exynos: Fix DTC unit name warnings in Exynos5250
` [PATCH v2 07/11] ARM: dts: exynos: Fix DTC unit name warnings in Exynos542x
` [PATCH v2 08/11] ARM: dts: exynos: Fix DTC unit name warnings in Peach Pit
` [PATCH v2 09/11] ARM: dts: exynos: Fix DTC unit name warnings in SMDK5420
` [PATCH v2 10/11] ARM: dts: exynos: Fix DTC unit name warnings in Exynos5440
` [PATCH v2 11/11] ARM: dts: s5p: Fix DTC unit name warnings in SMDKv210 board

[PATCH v7 0/4] add reboot mode driver
 2016-04-06  1:00 UTC  (5+ messages)
` [PATCH v7 2/4] power: reset: "

[PATCH v2 0/5] bam dma fixes and one dt extension
 2016-04-05 23:47 UTC  (10+ messages)
` [PATCH v2 1/5] dmaengine: qcom: bam_dma: fix dma free memory on remove
` [PATCH v2 2/5] dmaengine: qcom: bam_dma: clear BAM interrupt only if it is rised
` [PATCH v2 3/5] dmaengine: qcom: bam_dma: add controlled remotely dt property
` [PATCH v2 4/5] dmaengine: qcom: bam_dma: use correct pipe FIFO size
` [PATCH v2 5/5] dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE define

[PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()
 2016-04-05 23:12 UTC  (2+ messages)

[PATCH 0/4] bam dma fixes and one dt extension
 2016-04-05 23:06 UTC  (3+ messages)

[arm-platforms:irq/percpu-partition 4/5] drivers/irqchip/irq-partition-percpu.c:102:2: error: implicit declaration of function 'seq_printf'
 2016-04-05 22:52 UTC 

[RFC6 PATCH v6 00/21] ILP32 for ARM64
 2016-04-05 22:44 UTC  (27+ messages)
` [PATCH 01/25] all: syscall wrappers: add documentation
` [PATCH 02/25] all: introduce COMPAT_WRAPPER option and enable it for s390
` [PATCH 03/25] all: s390: move wrapper infrastructure to generic headers
` [PATCH 04/25] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/
` [PATCH 05/25] all: wrap needed syscalls in generic unistd
` [PATCH 06/25] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 07/25] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 08/25] arm64: ilp32: add documentation on the ILP32 ABI for ARM64
` [PATCH 09/25] arm64: ensure the kernel is compiled for LP64
` [PATCH 10/25] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 11/25] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
` [PATCH 12/25] arm64: compat: change config dependences to aarch32
` [PATCH 13/25] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH 14/25] thread: move thread bits accessors to separated file
` [PATCH 15/25] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 16/25] arm64: ilp32: add is_ilp32_compat_{task, thread} and TIF_32BIT_AARCH64
` [PATCH 17/25] arm64: introduce binfmt_elf32.c
` [PATCH 18/25] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 19/25] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 20/25] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH 21/25] arm64: signal: share lp64 signal routines to ilp32
` [PATCH 22/25] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH 23/25] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext
` [PATCH 24/25] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 25/25] arm64:ilp32: add ARM64_ILP32 to Kconfig
` [RFC6 PATCH v6 00/21] ILP32 for ARM64 - LTP results

[PATCH v3 0/2] Add PCIe driver support for imx6sx
 2016-04-05 21:56 UTC  (7+ messages)
` [PATCH v3 2/2] PCI: imx6: add initial imx6sx support
      ` [PATCH v4] PCI: imx6: Add "
        ` PCI: imx6: Factor out ref clock enable

[PATCH v3 2/2] dmaengine: vdma: Fix race condition in Non-SG mode
 2016-04-05 21:53 UTC  (2+ messages)

[PATCH 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver
 2016-04-05 21:51 UTC  (15+ messages)
` [PATCH 2/4] Documentation: Add documentation for APM X-Gene SoC PMU DTS binding
` [PATCH 3/4] perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driver

[PATCH 0/4] DRA7 Timer extended support
 2016-04-05 21:44 UTC  (5+ messages)
` [PATCH 1/4] ARM: dts: DRA7: Enable Timers 13 through 16
` [PATCH 2/4] ARM: dts: DRA7: Add timer12 node
` [PATCH 3/4] ARM: DRA7: hwmod: Add data for GPTimer 12
` [PATCH 4/4] ARM: DRA7: clockdomain: Implement timer workaround for errata i874

[PATCH 0/5] Extend the LED panic trigger
 2016-04-05 21:37 UTC  (7+ messages)
` [PATCH 1/5] leds: triggers: Allow to switch the trigger to "panic" on a kernel panic
` [PATCH 2/5] leds: triggers: Add a led_trigger_event_nosleep API
` [PATCH 4/5] devicetree: leds: Introduce "panic-blink" optional property

[PATCH 1/2] iommu: Support dynamic pgsize_bitmap
 2016-04-05 21:01 UTC  (2+ messages)
` [PATCH 2/2] iommu/arm-smmu: Implement .get_pgsize_bitmap for domain

[PATCH 0/2] minor bcm2835 clock fixes
 2016-04-05 20:52 UTC  (3+ messages)
` [PATCH 2/2] clk: bcm2835: Fix PLL poweron

N900 sleep mode (in 4.5-rc0, if that matters)
 2016-04-05 20:51 UTC  (14+ messages)
                  ` 4.4: camera and unlock buttons produce tons of interrupts (was Re: N900 sleep mode)

marvell_cesa fails to register on kirkwood (88F6282)
 2016-04-05 20:30 UTC  (13+ messages)

[PATCHv2 0/7] Add Altera Arria10 OCRAM EDAC support
 2016-04-05 20:15 UTC  (8+ messages)
` [PATCHv2 6/7] ARM: socfpga: Enable Arria10 OCRAM ECC on startup
` [PATCHv2 7/7] ARM: dts: Add Altera Arria10 OCRAM EDAC devicetree entry

[RFC PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-05 20:10 UTC  (11+ messages)
` [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions
` [RFC PATCH 06/45] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush

[PATCH] ARM: tegra: fix naming in GPIO DT binding header
 2016-04-05 19:25 UTC 

[PATCH] iommu/rockchip: Fix "is stall active" check
 2016-04-05 19:10 UTC  (4+ messages)

[PATCH V5 00/15] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2016-04-05 18:50 UTC  (10+ messages)
` [PATCH V5 01/15] ACPI: MCFG: Move mmcfg_list management to drivers/acpi

[PATCH 0/8 v4] bcm2835 DMA slave support
 2016-04-05 18:03 UTC  (2+ messages)

[PATCH 00/11] coresight: next v4.6-rc2
 2016-04-05 17:53 UTC  (11+ messages)
` [PATCH 02/11] coresight: etm4x: adding config and traceid registers
` [PATCH 03/11] coresight: etm4x: splitting struct etmv4_drvdata
` [PATCH 04/11] coresight: etm4x: splitting etmv4 default configuration
` [PATCH 05/11] coresight: etm4x: unlocking tracers in default arch init
` [PATCH 06/11] coresight: etm4x: moving etm_drvdata::enable to atomic field
` [PATCH 07/11] coresight: etm4x: implementing user/kernel mode tracing
` [PATCH 08/11] coresight: etm4x: implementing the perf PMU API
` [PATCH 09/11] coresight: moving coresight_simple_func() to header file
` [PATCH 10/11] coresight: etb10: splitting sysFS "status" entry
` [PATCH 11/11] coresight: removing gratuitous boot time log messages

[PATCH v12 12/13] arm64: factor work_pending state machine to C
 2016-04-05 17:38 UTC  (2+ messages)
` [PATCH v12 13/13] arch/arm64: enable task isolation functionality

[PATCH v4 0/3] davinci_mmc fixes
 2016-04-05 17:31 UTC  (4+ messages)
` [PATCH v4 1/3] mmc: davinci: fix unwinding in probe
` [PATCH v4 2/3] mmc: davinci: prepare clock
` [PATCH v4 3/3] ARM: davinci: remove mmc dma resources

[PATCH v5 0/4] improvements to the nmi_backtrace code
 2016-04-05 17:26 UTC  (4+ messages)
  ` [PATCH v5 1/4] nmi_backtrace: add more trigger_*_cpu_backtrace() methods
  ` [PATCH v5 2/4] nmi_backtrace: do a local dump_stack() instead of a self-NMI
  ` [PATCH v5 4/4] nmi_backtrace: generate one-line reports for idle cpus

[PATCH v1 0/2] rockchip: power-domain: support qos save and restore
 2016-04-05 17:26 UTC  (4+ messages)
` [PATCH v1 2/2] "

[PATCH] PCI: xilinx-nwl: Fix spelling mistake "Initialization"
 2016-04-05 17:17 UTC  (2+ messages)

[PATCH v3 0/5] davinci_mmc fixes
 2016-04-05 17:11 UTC  (5+ messages)

[PATCH] iommu/rockchip: Only log stall errors when attaching
 2016-04-05 17:10 UTC  (4+ messages)

[PATCH 0/3] dmaengine: bcm2835: support dma channel 11 to 14
 2016-04-05 17:03 UTC  (2+ messages)

[PATCH v2 1/2] dma/iommu: Add pgsize_bitmap confirmation in __iommu_dma_alloc_pages
 2016-04-05 17:03 UTC  (3+ messages)

[PATCH v7 0/5] ACPI: parse the SPCR table
 2016-04-05 16:27 UTC  (2+ messages)

[PATCH v3 0/2] dmaengine: omap-dma: Fix polled completion
 2016-04-05 16:10 UTC  (2+ messages)

[PATCH v4 00/12] KVM: arm64: GICv3 ITS emulation
 2016-04-05 16:03 UTC  (5+ messages)
` [PATCH v4 04/12] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v4 05/12] KVM: arm64: introduce ITS emulation file with stub functions

[PATCH] ARM: imx6: Fix PCIe reset gpio polarity on Toradex Apalis
 2016-04-05 15:46 UTC  (3+ messages)
` [PATCH 2/2] PCI: imx6: Add reset-gpio-active-high boolean property to DT

[PATCH] arm64: KVM: Warn when PARange is less than 40 bits
 2016-04-05 15:11 UTC 

[PATCH] ARM: dts: imx6q-tbs2910: fix fec reset polarity
 2016-04-05 14:55 UTC 

[PATCH v2 0/2] dmaengine: omap-dma: Fix polled completion
 2016-04-05 14:50 UTC  (3+ messages)

[PATCH v9] acpi, apei, arm64: APEI initial support for aarch64
 2016-04-05 14:49 UTC 

[PATCH] iommu/rockchip: Don't feed NULL res pointers to devres
 2016-04-05 14:27 UTC  (2+ messages)

[PATCH] drm/rockchip: Return -EBUSY if there's already a pending flip event v3
 2016-04-05 14:07 UTC  (3+ messages)

[PATCH 1/2] iommu/dma: Restore scatterlist offsets correctly
 2016-04-05 14:06 UTC  (5+ messages)

[PATCH RESEND] ARM: l2x0: add three special L210 aux control flags
 2016-04-05 14:05 UTC  (7+ messages)

[PATCH 1/2] mfd: max77693: Allow building as a module
 2016-04-05 14:02 UTC  (4+ messages)
` [PATCH 2/2] ARM: multi_v7_defconfig: Switch max77693 to module

[PATCH] ARM: exynos_defconfig: Enable Trats2 audio codec, touchscreen and sensors
 2016-04-05 13:59 UTC  (2+ messages)

[PATCH 1/2] drm/rockchip: remove redundant statement
 2016-04-05 13:50 UTC  (2+ messages)
` [PATCH 2/2] drm/rockchip: don't leak iommu mapping

[PATCH v8] acpi, apei, arm64: APEI initial support for aarch64
 2016-04-05 13:49 UTC  (4+ messages)

[PATCH 0/4] irqchip: bcm2835: arm64 port
 2016-04-05 13:44 UTC  (3+ messages)
` [PATCH 2/4] irqchip: bcm2836: Drop smp_set_ops on arm64 builds

[PATCH v5 0/2] Add ZII development board
 2016-04-05 13:42 UTC  (4+ messages)
` [PATCH v5 1/2] serial: fsl_lpuart: Add DMA quirk

[PATCH v2 0/2] MT8173 IOMMU 4GB MODE SUPPORT
 2016-04-05 13:41 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: Remove unused Kconfig option MACH_UX500_DT
 2016-04-05 13:36 UTC  (2+ messages)

[PATCH v2] spi: orion.c: Add direct access mode
 2016-04-05 13:31 UTC  (8+ messages)

[PATCH v3 00/16] DTS for hi6220 and HiKey
 2016-04-05 13:27 UTC  (17+ messages)
` [PATCH v3 01/16] arm64: dts: Reserve memory regions for hi6220
` [PATCH v3 02/16] arm64: dts: add sp804 timer node for Hi6220
` [PATCH v3 03/16] arm64: dts: enable idle states "
` [PATCH v3 04/16] arm64: dts: Add Hi6220 gpio configuration nodes
` [PATCH v3 05/16] arm64: dts: add Hi6220 pinctrl "
` [PATCH v3 06/16] arm64: dts: add Hi6220 spi "
` [PATCH v3 07/16] arm64: dts: add all hi6220 i2c nodes
` [PATCH v3 08/16] arm64: dts: hikey: enable i2c0 and i2c1 for working with mezzanine boards
` [PATCH v3 09/16] arm64: dts: add hi6220 usb node
` [PATCH v3 10/16] arm64: dts: add mailbox node for Hi6220
` [PATCH v3 11/16] arm64: dts: add Hi6220's stub clock node
` [PATCH v3 12/16] arm64: dts: hi6220: add pinctrl for uarts and enable them
` [PATCH v3 13/16] arm64: dts: add LED nodes for hi6220-hikey
` [PATCH v3 14/16] arm64: dts: hikey: Add hi655x pmic dts node
` [PATCH v3 15/16] arm64: dts: add dwmmc nodes for hi6220
` [PATCH v3 16/16] arm64: dts: add wifi nodes support for hi6220-hikey

[PATCH v2 0/3] ARM: OMAP3: Fix McBSP2/3 hwmod setup for sidetone
 2016-04-05 13:15 UTC  (9+ messages)


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