summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arc-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-04-011-3/+1Star
|\
| * ARC: fix build warnings with !CONFIG_KPROBESVineet Gupta2017-03-311-3/+1Star
* | 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-281-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/+0Star
| * | 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/+0Star
|/ /
* | 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/+2Star
|\|
| * ARC: breakout timer include code into separate header ...Vineet Gupta2016-11-301-8/+1Star
| * ARC: move mcip.h into include/soc and adjust the includesVineet Gupta2016-11-301-107/+0Star
| * ARC: breakout aux handling into a separate headerVineet Gupta2016-11-302-85/+2Star
* | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-112-5/+6
|\|
| * ARC: mm: PAE40: Fix crash at munmapYuriy Kolerov2016-11-291-1/+1
| * ARC: Don't use "+l" inline asm constraintVineet Gupta2016-11-281-4/+5
* | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-222-2/+4
|\|
| * ARC: IRQ: Do not use hwirq as virq and vice versaYuriy Kolerov2016-11-081-2/+2
| * ARC: change return value of userspace cmpxchg assist syscallVineet Gupta2016-11-071-0/+2
* | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-3/+0Star
* | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-2/+0Star
* | locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+2
* | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-118-12/+28
|\|
| * ARC: module: elide loop to save reference to .eh_frameVineet Gupta2016-10-281-0/+1
| * ARC: boot log: refactor cpu name/release printingVineet Gupta2016-10-282-6/+1Star
| * ARC: boot log: don't assume SWAPE instruction supportVineet Gupta2016-10-281-1/+1
| * ARC: boot log: refactor printing abt features not captured in BCRsVineet Gupta2016-10-281-0/+1
| * ARCv2: boot log: print IOC exists as well as enabled statusVineet Gupta2016-10-281-0/+1
| * ARCv2: IOC: use @ioc_enable not @ioc_exist where intendedVineet Gupta2016-10-241-1/+1
| * ARC: syscall for userspace cmpxchg assistVineet Gupta2016-10-242-4/+6
| * ARC: fix build warning in elf.hVineet Gupta2016-10-191-1/+1
| * ARCv2: intc: untangle SMP, MCIP and IDUVineet Gupta2016-10-171-0/+16
* | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-18/+0Star
|/
* Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-071-0/+1
|\
| * PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for ARCJoao Pinto2016-09-061-0/+1