aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon1-4/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon1-4/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-3/+0
2017-10-03ARCv2: boot log: identify HS48 cores (dual issue)Vineet Gupta1-1/+2
2017-10-03ARC: boot log: decontaminate ARCv2 ISA_CONFIG registerVineet Gupta1-4/+4
2017-09-22arch: remove unused *_segments() macros/functionsTobias Klauser1-3/+0
2017-09-08Merge tag 'arc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds9-7/+65
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-35/+7
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2017-09-01ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev1-1/+1
2017-08-30ARCv2: SLC: provide a line based flush routine for debuggingVineet Gupta1-0/+2
2017-08-30ARC: Hardcode ARCH_DMA_MINALIGN to max line length we may haveAlexey Brodkin1-1/+2
2017-08-28ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exitLiav Rehana2-0/+29
2017-08-28ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switchNoam Camus2-0/+19
2017-08-28ARC: create cpu specific version of arch_cpu_idle()Vineet Gupta2-5/+0
2017-08-28ARC: [plat-eznps] spinlock aware for MTMNoam Camus1-0/+6
2017-08-28ARC: spinlock: Document the EX based spin_unlockVineet Gupta1-0/+6
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-35/+5
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-0/+4
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney1-5/+0
2017-08-10locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra1-0/+2
2017-08-04ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta1-0/+2
2017-08-04ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin1-0/+2
2017-07-10arc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada1-24/+0
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-2/+0
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig1-1/+0
2017-05-09Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds3-3/+13
2017-05-05ARC: mm: fix build failure in linux-next for UP buildsVineet Gupta2-3/+7
2017-05-02ARCv2: mm: micro-optimize region flush generated codeVineet Gupta1-1/+1
2017-05-02ARCv2: mm: Implement cache region flush operationsVineet Gupta1-0/+6
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-18/+8
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro4-18/+10
2017-04-20ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta2-0/+14
2017-04-14ARC: [plat-eznps] Fix build errorNoam Camus1-1/+2
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro2-0/+2
2017-04-01Merge tag 'arc-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-3/+1
2017-03-30ARC: fix build warnings with !CONFIG_KPROBESVineet Gupta1-3/+1
2017-03-30ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ...Vineet Gupta1-10/+6
2017-03-28arc: switch to RAW_COPY_USERAl Viro1-4/+4
2017-03-28arc: get rid of unused declarationAl Viro1-3/+0
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-27add asm-generic/extable.hAl Viro2-2/+1
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2-0/+2
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-2/+4
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-02-22Merge tag 'arc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds2-2/+11
2017-02-06ARCv2: intc: Use runtime value of irq count for setting up intcVineet Gupta1-0/+1