summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
2018-09-04ARC: don't check for HIGHMEM pages in arch_dma_allocEugeniy Paltsev-18/+14
2018-09-04ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabledEugeniy Paltsev-0/+13
2018-09-04ARC: dma [IOC] Enable per device io coherencyEugeniy Paltsev-40/+50
2018-08-31ARC: dma [IOC]: mark DMA devices connected as dma-coherentEugeniy Paltsev-0/+56
2018-08-31ARC: atomics: unbork atomic_fetch_##op()Will Deacon-1/+1
2018-08-30arc: remove redundant GCC version checksMasahiro Yamada-9/+1
2018-08-27ARC: sort KconfigVineet Gupta-5/+5
2018-08-27ARC: cleanup show_faulting_vma()Eugeniy Paltsev-9/+4
2018-08-27ARC: [plat-axs*]: Enable SWAPAlexey Brodkin-3/+0
2018-08-27ARC: [plat-axs*/plat-hsdk]: Allow U-Boot to pass MAC-address to the kernelAlexey Brodkin-2/+12
2018-08-27ARC: configs: cleanupAlexey Brodkin-28/+0
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder-1/+3
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-24/+0
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-47/+5
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-69/+17
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig-6/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig-16/+0
2018-07-30arc: fix type warnings in arc/mm/cache.cRandy Dunlap-3/+4
2018-07-30arc: fix build errors in arc/include/asm/delay.hRandy Dunlap-0/+3
2018-07-30arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.cRandy Dunlap-2/+4
2018-07-30arc: [plat-eznps] fix data type errors in platform headersRandy Dunlap-0/+1
2018-07-30ARC: [plat-eznps] Add missing struct nps_host_reg_aux_dpcOfer Levi-0/+9
2018-07-30ARC: add SMP_CACHE_BYTES value validateEugeniy Paltsev-0/+10
2018-07-27ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_sizeEugeniy Paltsev-1/+6
2018-07-27ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu)Eugeniy Paltsev-2/+47
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-47/+112
2018-07-20Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-47/+112
2018-07-19ARCv2: [plat-hsdk]: Save accl reg pair by defaultVineet Gupta-1/+3
2018-07-11ARC: mm: allow mprotect to make stack mappings executableVineet Gupta-1/+1
2018-07-09ARC: Fix CONFIG_SWAPAlexey Brodkin-1/+1
2018-07-09ARC: [arcompact] entry.S: minor code movementVineet Gupta-3/+6
2018-07-09ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin-12/+0
2018-07-09ARC: configs: remove no longer needed CONFIG_DEVPTS_MULTIPLE_INSTANCESAnders Roxell-1/+0
2018-07-09ARC: Improve cmpxchg syscall implementationPeter Zijlstra-11/+36
2018-07-09ARC: [plat-hsdk]: Configure APB GPIO controller on ARC HSDK platformGustavo Pimentel-0/+62
2018-06-21ARC: [plat-hsdk] Add PCIe supportGustavo Pimentel-0/+1
2018-06-21atomics/treewide: Clean up '*_andnot()' ifdefferyMark Rutland-4/+4
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland-0/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland-11/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland-10/+0
2018-06-21atomics/arc: Define atomic64_fetch_add_unless()Mark Rutland-13/+12
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland-28/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland-1/+0
2018-06-21atomics/treewide: Remove redundant atomic_inc_not_zero() definitionsMark Rutland-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland-2/+2
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu-2/+3
2018-06-21ARC/kprobes: Don't call the ->break_handler() in ARC kprobes codeMasami Hiramatsu-7/+0
2018-06-21ARC/kprobes: Remove jprobe implementationMasami Hiramatsu-38/+2