-
- Downloads
Merge tag 'arc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Pull ARC architecture updates from Vineet Gupta: - Big Endian io accessors fix [Lada] - Spellos fixes [Adam] - Fix for DW GMAC breakage [Alexey] - Making DMA API 64-bit ready - Shutting up -Wmaybe-uninitialized noise for ARC - Other minor fixes here and there, comments update * tag 'arc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc: (21 commits) ARCv2: ioremap: Support dynamic peripheral address space ARC: dma: reintroduce platform specific dma<->phys ARC: dma: ioremap: use phys_addr_t consistenctly in code paths ARC: dma: pass_phys() not sg_virt() to cache ops ARC: dma: non-coherent pages need V-P mapping if in HIGHMEM ARC: dma: Use struct page based page allocator helpers ARC: build: Turn off -Wmaybe-uninitialized for ARC gcc 4.8 ARC: [plat-axs10x] add Ethernet PHY description in .dts arc: use of_platform_default_populate() to populate default bus ARC: thp: unbork !CONFIG_TRANSPARENT_HUGEPAGE build arc: [plat-nsimosci*] use ezchip network driver ARCv2: LLSC: software backoff is NOT needed starting HS2.1c ARC: mm: Use virt_to_pfn() for addr >> PAGE_SHIFT pattern ARC: [plat-nsim] document ranges ARC: build: Better way to detect ISA compatible toolchain ARCv2: Allow enabling PAE40 w/o HIGHMEM ARC: [BE] readl()/writel() to work in Big Endian CPU configuration ARC: [*defconfig] No need to specify CONFIG_CROSS_COMPILE ARC: [BE] Select correct CROSS_COMPILE prefix ARC: bitops: Remove non relevant comments ...
Showing
- arch/arc/include/asm/bitops.h 0 additions, 15 deletionsarch/arc/include/asm/bitops.h
- arch/arc/include/asm/cache.h 1 addition, 0 deletionsarch/arc/include/asm/cache.h
- arch/arc/include/asm/cacheflush.h 3 additions, 3 deletionsarch/arc/include/asm/cacheflush.h
- arch/arc/include/asm/cmpxchg.h 1 addition, 1 deletionarch/arc/include/asm/cmpxchg.h
- arch/arc/include/asm/dma-mapping.h 7 additions, 0 deletionsarch/arc/include/asm/dma-mapping.h
- arch/arc/include/asm/entry-compact.h 1 addition, 1 deletionarch/arc/include/asm/entry-compact.h
- arch/arc/include/asm/io.h 15 additions, 7 deletionsarch/arc/include/asm/io.h
- arch/arc/include/asm/page.h 7 additions, 12 deletionsarch/arc/include/asm/page.h
- arch/arc/include/asm/pgtable.h 5 additions, 6 deletionsarch/arc/include/asm/pgtable.h
- arch/arc/include/asm/tlbflush.h 6 additions, 1 deletionarch/arc/include/asm/tlbflush.h
- arch/arc/kernel/setup.c 3 additions, 18 deletionsarch/arc/kernel/setup.c
- arch/arc/kernel/stacktrace.c 1 addition, 1 deletionarch/arc/kernel/stacktrace.c
- arch/arc/kernel/time.c 2 additions, 2 deletionsarch/arc/kernel/time.c
- arch/arc/mm/cache.c 23 additions, 16 deletionsarch/arc/mm/cache.c
- arch/arc/mm/dma.c 50 additions, 25 deletionsarch/arc/mm/dma.c
- arch/arc/mm/highmem.c 1 addition, 1 deletionarch/arc/mm/highmem.c
- arch/arc/mm/ioremap.c 26 additions, 11 deletionsarch/arc/mm/ioremap.c
- arch/arc/mm/tlb.c 4 additions, 4 deletionsarch/arc/mm/tlb.c
Loading
Please register or sign in to comment