Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-14 16:12:38 to 2016-01-15 08:05:03 UTC [more...]

[PATCH v2 00/26] drm: Add Allwinner A10 display engine support
 2016-01-15  8:05 UTC  (19+ messages)
` [PATCH v2 05/26] clk: sunxi: Add display and TCON0 clocks driver
` [PATCH v2 06/26] clk: sunxi: Add PLL3 clock
` [PATCH v2 07/26] clk: sunxi: Add TCON channel1 clock
` [PATCH v2 08/26] clk: sun5i: add DRAM gates
` [PATCH v2 13/26] drm/fb_cma_helper: Remove implicit call to disable_unused_functions
` [PATCH v2 17/26] drm: sun4i: Add DT bindings documentation
` [PATCH v2 24/26] devicetree: Add olimex vendor prefix
` [PATCH v2 25/26] drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS

[PATCH v5 0/2] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver
 2016-01-15  7:58 UTC  (5+ messages)
` [PATCH v5 1/2] "

[PATCH v5 0/6] ARM: hisi: Add initial support including clock driver for Hi3519 soc
 2016-01-15  7:57 UTC  (7+ messages)
` [PATCH v5 1/6] clk: hisilicon: add CRG driver for hi3519 soc

[PATCH v3] i2c: imx: make bus recovery through pinctrl optional
 2016-01-15  7:53 UTC  (2+ messages)

[PATCH] mtd: nuc900_nand: read correct SMISR register
 2016-01-15  7:53 UTC  (5+ messages)

[PATCH v2 00/16] Add ACPI support for Xen Dom0 on ARM64
 2016-01-15  6:55 UTC  (17+ messages)
` [PATCH v2 01/16] Xen: ACPI: Hide UART used by Xen
` [PATCH v2 02/16] xen/grant-table: Move xlated_setup_gnttab_pages to common place
` [PATCH v2 03/16] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn
` [PATCH v2 04/16] arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table
` [PATCH v2 05/16] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio
` [PATCH v2 06/16] Xen: ARM: Add support for mapping platform device mmio
` [PATCH v2 07/16] Xen: ARM: Add support for mapping AMBA "
` [PATCH v2 08/16] xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
` [PATCH v2 09/16] arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI
` [PATCH v2 10/16] ARM: XEN: Move xen_early_init() before efi_init()
` [PATCH v2 11/16] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
` [PATCH v2 12/16] ARM: Xen: Document UEFI support on Xen ARM virtual platforms
` [PATCH v2 13/16] ARM: XEN: Set EFI_PARAVIRT if Xen supports EFI
` [PATCH v2 14/16] Xen: EFI: Parse DT parameters for Xen specific UEFI
` [PATCH v2 15/16] XEN: EFI: Move x86 specific codes to architecture directory
` [PATCH v2 16/16] ARM64: XEN: Initialize Xen specific UEFI runtime services

[PATCH 05/14] ARM: dts: imx6ul: specify proper clocks for the PWM nodes
 2016-01-15  6:34 UTC  (12+ messages)
` [PATCH 06/14] ARM: dts: imx6ul: disable PWMs by default
  ` [PATCH 07/14] ARM: dts: imx6ul: add pwm[1-4] nodes
    ` [PATCH 08/14] ARM: dts: imx6ul: add kpp support
      ` [PATCH 09/14] ARM: dts: imx6ul: add sdma support
        ` [PATCH 10/14] ARM: dts: imx6ul: add flexcan support
          ` [PATCH 11/14] ARM: dts: imx6ul: add sai support
            ` [PATCH 12/14] ARM: dts: imx6ul: add lcdif support
              ` [PATCH 13/14] ARM: dts: imx6ul: add gpmi support
                ` [PATCH 14/14] ARM: dts: imx6: make audmux optional for i.MX6UL sound driver

[PATCH v9 00/21] KVM: ARM64: Add guest PMU support
 2016-01-15  6:27 UTC  (22+ messages)
` [PATCH v9 01/21] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v9 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v9 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v9 04/21] KVM: ARM64: Add access handler for PMCR register
` [PATCH v9 05/21] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v9 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v9 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v9 08/21] KVM: ARM64: Add access handler for event type register
` [PATCH v9 09/21] KVM: ARM64: Add access handler for event counter register
` [PATCH v9 10/21] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v9 11/21] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v9 12/21] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v9 13/21] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v9 14/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v9 15/21] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v9 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v9 17/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v9 18/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v9 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v9 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v9 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3

[PATCH 1/2] arm64: insn: remove BUG_ON from codegen
 2016-01-15  5:09 UTC  (3+ messages)
` [PATCH 2/2] arm64: bpf: add extra pass to handle faulty codegen

[PATCH v4 0/9] Add STM32 pinctrl/GPIO driver
 2016-01-15  2:59 UTC  (3+ messages)
` [PATCH v4 2/9] Documentation: dt-bindings: Document STM32 pinctrl driver DT bindings

[PATCH V2 0/4] ARM: perf: Support i.MX53
 2016-01-15  2:50 UTC  (9+ messages)
` [PATCH V2 1/4] ARM: perf: Set suniden bit
        ` [PATCH V3 1/1] "
            ` [PATCH v4 1/1] ARM: perf: Set ARMv7 SDER SUNIDEN bit

[PATCH v2 0/2] ARM: shmobile: r8a779[01]: use GIC_* defines
 2016-01-15  2:44 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: shmobile: r8a7790: "
` [PATCH v2 2/2] ARM: shmobile: r8a7791: "

[PATCH v3 00/14] r8a7793, gose: Add audio support to device tree
 2016-01-15  2:38 UTC  (15+ messages)
` [PATCH v3 01/14] ARM: shmobile: r8a7793: add MSTP10 clocks "
` [PATCH v3 02/14] ARM: shmobile: r8a7793: add audio clock "
` [PATCH v3 03/14] ARM: shmobile: r8a7793: add m2 "
` [PATCH v3 04/14] ARM: shmobile: r8a7793: add R-Car sound support "
` [PATCH v3 05/14] ARM: shmobile: r8a7793: add DVC "
` [PATCH v3 06/14] ARM: shmobile: r8a7793: add audio DMAC clocks "
` [PATCH v3 07/14] ARM: shmobile: r8a7793: add audio DMAC "
` [PATCH v3 08/14] ARM: shmobile: r8a7793: enable Audio DMAC peri peri via sound driver
` [PATCH v3 09/14] ARM: shmobile: gose: Enable sound PIO support in device tree
` [PATCH v3 10/14] ARM: shmobile: gose: enable sound DMA "
` [PATCH v3 11/14] ARM: shmobile: gose: enable sound DMA support via BUSIF "
` [PATCH v3 12/14] ARM: shmobile: gose: enable sound DMA support via SRC "
` [PATCH v3 13/14] ARM: shmobile: gose: enable sound DMA support via DVC "
` [PATCH v3 14/14] ARM: shmobile: r8a7793: enable audio DMAC "

[Question] cacheline sharing problem on DMA for custom outer-cache
 2016-01-15  2:36 UTC 

[PATCH V2 0/5] PCIe Xilinx generic driver for Microblaze and
 2016-01-15  2:33 UTC  (3+ messages)
` [PATCH V2 4/5] PCI: xilinx: Updating Zynq PCI binding documentation with Microblaze node

[PATCH v2 next-next] net: hns: enet specifies a reference to dsaf
 2016-01-15  2:28 UTC  (2+ messages)

[patch v3 net-next 0/2] dts: hisi: fixes no syscon fault when init mdio
 2016-01-15  2:17 UTC  (3+ messages)
` [patch v3 net-next 1/2] "

[PATCH v3 0/4] Mediatek MT2701 SCPSYS power domain support
 2016-01-15  2:12 UTC  (3+ messages)
` [PATCH v3 3/4] soc: mediatek: Add MT2701 power dt-bindings

[PATCH v3 00/13] ARM: at91: PMC driver rework
 2016-01-15  2:10 UTC  (20+ messages)
` [PATCH v3 02/13] clk: at91: make use of syscon/regmap internally
` [PATCH v3 03/13] clk: at91: clk-main: factorize irq handling
` [PATCH v3 04/13] clk: at91: make IRQ optional and register them later
` [PATCH v3 05/13] clk: at91: only disable available IRQs
` [PATCH v3 06/13] clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probe
` [PATCH v3 07/13] clk: at91: pmc: move pmc structures to C file
` [PATCH v3 09/13] ARM: at91: pm: find and remap the pmc
` [PATCH v3 13/13] clk: at91: pmc: drop at91_pmc_base

[PATCH v6 0/6] arm/arm64: KVM: Enhance armv7/8 fp/simd lazy switch
 2016-01-15  2:02 UTC  (9+ messages)
` [PATCH v6 1/6] arm/arm64: KVM: Introduce armv7 fp/simd vcpu fields and helpers

[PATCH v3 11/41] mips: reuse asm-generic/barrier.h
 2016-01-15  1:07 UTC  (37+ messages)
` [v3,11/41] "

[PATCH] ssb: host_soc depends on sprom
 2016-01-14 23:13 UTC  (4+ messages)
  ` [PATCH, RESEND] ssb: mark ssb_bus_register as __maybe_unused

[PATCH] arm64: Allow vmalloc regions to be set with set_memory_*
 2016-01-14 23:01 UTC  (4+ messages)

[PATCH V3 00/21] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2016-01-14 22:55 UTC  (14+ messages)
` [PATCH V3 14/21] x86, ia64: Include acpi_pci_{add|remove}_bus to the default pcibios_{add|remove}_bus implementation

[PATCH] mmc: host: omap_hsmmc: add a verbose print to enable CONFIG_REGULATOR_PBIAS
 2016-01-14 22:40 UTC  (6+ messages)

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

[4.4-rc6-rt1 PATCH 0/2] ARM: am437x: boot test report
 2016-01-14 21:30 UTC  (2+ messages)

[PATCH V2 0/4] clk: bcm2835: add additinal clocks and add frac support
 2016-01-14 21:24 UTC  (7+ messages)
` [PATCH V2 1/4] clk: bcm2835: avoid the use of BCM2835_CLOCK_COUNT in clk-bcm2835

[PATCH v2] clk: mediatek: Allow changing PLL rate when it is off
 2016-01-14 20:41 UTC  (4+ messages)

[PATCH v1 1/2] libahci: Implement the capability to override the generic ahci interrupt handler
 2016-01-14 20:31 UTC 

[PATCH 1/3] ti-st: use device handles and add device tree binding
 2016-01-14 20:18 UTC  (3+ messages)

[PATCH 0/5] coresight: miscellaneous fix and cleanup
 2016-01-14 18:58 UTC  (6+ messages)
` [PATCH 1/5] coresight: fixing indentation problem
` [PATCH 2/5] coresight: fixing lockdep error
` [PATCH 3/5] coresight: coresight_unregister() function cleanup
` [PATCH 4/5] coresight: release reference taken by 'bus_find_device()'
` [PATCH 5/5] coresight: remove csdev's link from topology

[PATCH v3 00/21] arm64: implement support for KASLR
 2016-01-14 18:57 UTC  (8+ messages)
` [PATCH v3 07/21] arm64: move kernel image to base of vmalloc area
` [PATCH v3 12/21] arm64: avoid dynamic relocations in early boot code

[PATCH RFC 00/27] PM/Domains: Cluster idle support for ARM SoCs
 2016-01-14 18:33 UTC  (4+ messages)
` [PATCH RFC 08/27] PM / Domains: Support IRQ safe PM domains

[RFC5 PATCH v6 00/21] ILP32 for ARM64
 2016-01-14 18:11 UTC  (23+ messages)
` [PATCH v6 01/21] arm64: ilp32: add documentation on the ILP32 ABI "
` [PATCH v6 02/21] arm64: ensure the kernel is compiled for LP64
` [PATCH v6 03/21] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH v6 04/21] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
` [PATCH v6 05/21] arm64: compat: change config dependences to aarch32
` [PATCH v6 06/21] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH v6 07/21] thread: move thread bits accessors to separated file
` [PATCH v6 08/21] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH v6 09/21] arm64: ilp32: add is_ilp32_compat_{task, thread} and TIF_32BIT_AARCH64
` [PATCH v6 10/21] arm64: introduce binfmt_elf32.c
` [PATCH v6 11/21] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH v6 12/21] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH v6 13/21] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH v6 14/21] arm64: signal: wrap struct ucontext, fp and lr with struct sigframe
` [PATCH v6 15/21] arm64: signal: share lp64 signal routines to ilp32
` [PATCH v6 16/21] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH v6 17/21] arm64: ilp32: introduce ilp32-specific handlers for sigframe
` [PATCH v6 18/21] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH v6 19/21] arm64:ilp32: add ARM64_ILP32 to Kconfig
` [PATCH v6 20/21] all: s390: make compat wrappers the generic solution
` [PATCH v6 21/21] arm64: ilp32: wrap syscalls to remove top 32-bit vulnerability

[PATCH v3 0/2] new control V4L2_CID_MPEG_VIDEO_FORCE_I_FRAME
 2016-01-14 17:25 UTC  (3+ messages)
` [PATCH v3 2/2] s5p-mfc: add the support of V4L2_CID_MPEG_VIDEO_FORCE_I_FRAME

[PATCH V4 16/16] ARM64: tegra: select PM_GENERIC_DOMAINS
 2016-01-14 17:16 UTC  (4+ messages)

[RFC/PATCH] drm/rockchip: don't wait for vblank if fb hasn't changed
 2016-01-14 16:26 UTC  (5+ messages)
` [PATCH 0/3] drm/rockchip: fix cursor performance with atomic
  ` [PATCH 3/3] drm/rockchip: explain why we can't wait_for_vblanks

[PATCH v3 0/4] Add rk3399 i2c clocks calculated method
 2016-01-14 16:12 UTC  (3+ messages)
` [PATCH v3 3/4] i2c: rk3x: new method to caculate i2c clocks


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