summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* ARC: [plat-eznps] spinlock aware for MTMNoam Camus2017-08-281-0/+6
* ARC: spinlock: Document the EX based spin_unlockVineet Gupta2017-08-281-0/+6
* ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta2017-08-041-0/+2
* ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin2017-08-041-0/+2
* arc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-101-24/+0
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-031-1/+0
|\
| * signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-041-1/+0
* | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-2/+0
|/
* Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-05-093-3/+13
|\
| * ARC: mm: fix build failure in linux-next for UP buildsVineet Gupta2017-05-052-3/+7
| * ARCv2: mm: micro-optimize region flush generated codeVineet Gupta2017-05-021-1/+1
| * ARCv2: mm: Implement cache region flush operationsVineet Gupta2017-05-021-0/+6
* | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-012-18/+8
|\ \ | |/ |/|
| *---. Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-264-18/+10
| |\ \ \
| | | | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-022-0/+2
| | | |/| | | |/| |
| | | * | ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ...Vineet Gupta2017-03-301-10/+6
| | | * | arc: switch to RAW_COPY_USERAl Viro2017-03-281-4/+4
| | | * | arc: get rid of unused declarationAl Viro2017-03-281-3/+0
| | |/ /
| | * | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| | * | add asm-generic/extable.hAl Viro2017-03-272-2/+1
| | * | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
| |/ /
* | | ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta2017-04-202-0/+14
* | | ARC: [plat-eznps] Fix build errorNoam Camus2017-04-141-1/+2
* | | Merge tag 'arc-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-04-011-3/+1
|\ \ \ | |_|/ |/| |
| * | ARC: fix build warnings with !CONFIG_KPROBESVineet Gupta2017-03-301-3/+1
| |/
* / arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-092-0/+2
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-2/+4
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-2/+2
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-1/+1
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* | Merge tag 'arc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-02-222-2/+11
|\ \
| * | ARCv2: intc: Use runtime value of irq count for setting up intcVineet Gupta2017-02-061-0/+1
| * | ARCv2: intc: Rework the build time irq count informationYuriy Kolerov2017-02-061-1/+7
| * | ARC: [intc-*]: confine NR_CPU_IRQS to intc codeVineet Gupta2017-02-061-1/+0
| * | ARCv2: intc: Use ARC_REG_STATUS32 for addressing STATUS32 regYuriy Kolerov2017-02-061-0/+3
* | | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
|/ /
* | ARC: udelay: fix inline assembler by adding LP_COUNT to clobber listVineet Gupta2017-01-241-1/+3
* | ARCv2: IOC: Use actual memory size to setup aperture sizeVineet Gupta2017-01-181-0/+1
* | ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruptionVineet Gupta2017-01-181-3/+4
* | ARCv2: IOC: refactor the IOC and SLC operations into own functionsVineet Gupta2017-01-181-1/+1
* | ARC: module: Fix !CONFIG_ARC_DW2_UNWIND buildsVineet Gupta2017-01-181-2/+2
* | ARCv2: save r30 on kernel entry as gcc uses it for code-genVineet Gupta2017-01-102-1/+3
|/
* Merge tag 'arc-4.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-233-6/+8
|\
| * ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta2016-12-191-2/+4
| * ARC: mm: No need to save cache version in @cpuinfoVineet Gupta2016-12-191-1/+1
| * ARCv2: intc: default all interrupts to priority 1Vineet Gupta2016-12-141-3/+3
* | Merge tag 'arc-4.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-152-199/+2
|\|
| * ARC: breakout timer include code into separate header ...Vineet Gupta2016-11-301-8/+1
| * ARC: move mcip.h into include/soc and adjust the includesVineet Gupta2016-11-301-107/+0