aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada
2019-03-20Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-11arch: arc: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-03-08ARCv2: spinlock: remove the extra smp_mb before lock, after unlockVineet Gupta
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-05ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner
2019-02-25ARC: boot log: cut down on verbosityVineet Gupta
2019-02-25ARCv2: boot log: refurbish HS core/release identificationVineet Gupta
2019-02-25arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAMCorentin Labbe
2019-02-25ARC: u-boot args: check that magic number is correctEugeniy Paltsev
2019-02-25ARC: perf: bpok condition only exists for ARCompactVineet Gupta
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev
2019-02-25ARCv2: lib: introduce memcpy optimized for unaligned accessEugeniy Paltsev
2019-02-25ARC: [plat-hsdk]: Enable AXI DW DMAC supportEugeniy Paltsev
2019-02-25ARC: [plat-hsdk]: Add reset controller handle to manage USB resetEugeniy Paltsev
2019-02-25ARC: DTB: [scripted] fix node name and address spellingAlexey Brodkin
2019-02-21ARCv2: don't assume core 0x54 has dual issueVineet Gupta
2019-02-21ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin
2019-02-21ARC: enable uboot support unconditionallyEugeniy Paltsev
2019-02-21ARC: U-boot: check arguments paranoidlyEugeniy Paltsev
2019-02-21ARCv2: support manual regfile save on interruptsVineet Gupta
2019-02-21ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta
2019-02-21ARC: fix actionpoints configuration detectionEugeniy Paltsev
2019-02-21ARCv2: lib: memcpy: fix doing prefetchw outside of bufferEugeniy Paltsev
2019-02-21ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov
2019-02-13of: select OF_RESERVED_MEM automaticallyChristoph Hellwig
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig
2019-01-17ARCv2: lib: memeset: fix doing prefetchw outside of bufferEugeniy Paltsev
2019-01-17ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Vineet Gupta
2019-01-17ARC: show_regs: lockdep: re-enable preemptionVineet Gupta
2019-01-17ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta
2019-01-17ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev
2019-01-17ARC: perf: move HW events mapping to separate functionEugeniy Paltsev
2019-01-17ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev
2019-01-17ARC: perf: trivial code cleanupEugeniy Paltsev
2019-01-17ARC: perf: map generic branches to correct hardware conditionEugeniy Paltsev
2019-01-17ARC: adjust memblock_reserve of kernel memoryEugeniy Paltsev
2019-01-17arc: remove redundant kernel-space generic-yMasahiro Yamada
2019-01-17ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev