aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-20Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds27-314/+399
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-2/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+4
2019-03-11arch: arc: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2-12/+12
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-15/+2
2019-03-08ARCv2: spinlock: remove the extra smp_mb before lock, after unlockVineet Gupta1-35/+14
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin16-16/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+3
2019-03-05ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta1-12/+0
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner2-0/+3
2019-02-25ARC: boot log: cut down on verbosityVineet Gupta2-61/+32
2019-02-25ARCv2: boot log: refurbish HS core/release identificationVineet Gupta2-57/+75
2019-02-25arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAMCorentin Labbe1-0/+1
2019-02-25ARC: u-boot args: check that magic number is correctEugeniy Paltsev2-0/+9
2019-02-25ARC: perf: bpok condition only exists for ARCompactVineet Gupta1-1/+1
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev9-13/+56
2019-02-25ARCv2: lib: introduce memcpy optimized for unaligned accessEugeniy Paltsev1-0/+47
2019-02-25ARC: [plat-hsdk]: Enable AXI DW DMAC supportEugeniy Paltsev1-0/+27
2019-02-25ARC: [plat-hsdk]: Add reset controller handle to manage USB resetEugeniy Paltsev1-0/+2
2019-02-25ARC: DTB: [scripted] fix node name and address spellingAlexey Brodkin13-147/+147
2019-02-21ARCv2: don't assume core 0x54 has dual issueVineet Gupta2-5/+29
2019-02-21ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin1-0/+11
2019-02-21ARC: enable uboot support unconditionallyEugeniy Paltsev6-20/+0
2019-02-21ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2-27/+64
2019-02-21ARCv2: support manual regfile save on interruptsVineet Gupta5-1/+68
2019-02-21ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta1-4/+4
2019-02-21ARC: fix actionpoints configuration detectionEugeniy Paltsev1-1/+1
2019-02-21ARCv2: lib: memcpy: fix doing prefetchw outside of bufferEugeniy Paltsev1-14/+0
2019-02-21ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev1-0/+10
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig1-1/+0
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann1-0/+1
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov1-0/+1
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2019-02-13of: select OF_RESERVED_MEM automaticallyChristoph Hellwig1-1/+0
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig3-13/+2
2019-01-17ARCv2: lib: memeset: fix doing prefetchw outside of bufferEugeniy Paltsev1-8/+32
2019-01-17ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while handle_mm_faultVineet Gupta1-4/+9
2019-01-17ARC: show_regs: lockdep: re-enable preemptionVineet Gupta1-0/+8
2019-01-17ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta1-14/+12
2019-01-17ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev1-2/+4
2019-01-17ARC: perf: move HW events mapping to separate functionEugeniy Paltsev1-15/+33
2019-01-17ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev1-1/+105
2019-01-17ARC: perf: trivial code cleanupEugeniy Paltsev1-43/+42
2019-01-17ARC: perf: map generic branches to correct hardware conditionEugeniy Paltsev1-1/+2
2019-01-17ARC: adjust memblock_reserve of kernel memoryEugeniy Paltsev1-1/+2
2019-01-17arc: remove redundant kernel-space generic-yMasahiro Yamada1-4/+0
2019-01-17ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev1-3/+3
2019-01-17ARC: boot log: print Action point detailsVineet Gupta2-8/+24
2019-01-17ARCv2: boot log: BPU return stack depthVineet Gupta2-3/+4