summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm
AgeCommit message (Expand)AuthorLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-263/+65
2019-05-20ARC: fix build warningsVineet Gupta-4/+10
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+12
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-0/+1
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-32/+0
2019-04-23asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>Christoph Hellwig-0/+1
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon-0/+1
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)-4/+3
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra-23/+0
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra-9/+0
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada-0/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin-1/+1
2019-03-20arc: define syscall_get_arch()Dmitry V. Levin-0/+11
2019-03-20Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.hDmitry V. Levin-5/+1
2019-03-20Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-47/+24
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-13/+1
2019-03-08ARCv2: spinlock: remove the extra smp_mb before lock, after unlockVineet Gupta-35/+14
2019-02-25ARC: boot log: cut down on verbosityVineet Gupta-9/+0
2019-02-25ARCv2: boot log: refurbish HS core/release identificationVineet Gupta-1/+1
2019-02-25ARC: perf: bpok condition only exists for ARCompactVineet Gupta-1/+1
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev-1/+8
2019-02-21ARCv2: don't assume core 0x54 has dual issueVineet Gupta-0/+8
2019-02-21ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin-0/+11
2019-02-21ARCv2: support manual regfile save on interruptsVineet Gupta-0/+54
2019-02-21ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta-4/+4
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig-13/+1
2019-01-17ARC: perf: map generic branches to correct hardware conditionEugeniy Paltsev-1/+2
2019-01-17arc: remove redundant kernel-space generic-yMasahiro Yamada-4/+0
2019-01-17ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev-3/+3
2019-01-17ARC: boot log: print Action point detailsVineet Gupta-1/+9
2019-01-17ARCv2: boot log: BPU return stack depthVineet Gupta-1/+1
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+4
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-3/+2
2019-01-04fls: change parameter to unsigned intMatthew Wilcox-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-11-30ARC: io.h: Implement reads{x}()/writes{x}()Jose Abreu-0/+72
2018-11-12ARC: IOC: panic if kernel was started with previously enabled IOCEugeniy Paltsev-0/+2
2018-10-31treewide: remove current_text_addrNick Desaulniers-8/+0
2018-09-04ARC: dma [IOC] Enable per device io coherencyEugeniy Paltsev-0/+13
2018-08-31ARC: atomics: unbork atomic_fetch_##op()Will Deacon-1/+1
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+0
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-69/+17
2018-07-30arc: fix build errors in arc/include/asm/delay.hRandy Dunlap-0/+3
2018-07-27ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_sizeEugeniy Paltsev-1/+3
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-7/+8
2018-07-20Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-7/+8
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