summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* ARC: breakout aux handling into a separate headerVineet Gupta2016-11-302-85/+2
* 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
* 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
* 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/+1
* 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-161-0/+16
* 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
* | ARCv2: fix local_save_flagsVineet Gupta2016-09-301-1/+1
* | ARC: dw2 unwind: add infrastructure for adding cfi pseudo ops to asmVineet Gupta2016-09-302-0/+50
* | ARC: module: support R_ARC_32_PCREL relocationVineet Gupta2016-09-301-2/+1
* | arc: perf: Enable generic "cache-references" and "cache-misses" eventsAlexey Brodkin2016-09-301-0/+3
* | ARC: [plat-eznps] add missing atomic_fetch_xxx operationsNoam Camus2016-09-301-0/+2
* | ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructionsVineet Gupta2016-09-301-2/+259
* | ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresVineet Gupta2016-09-302-10/+2
* | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-2/+9
|\ \
| * | ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta2016-09-131-2/+9
| |/
* | ARC: mm: fix build breakage with STRICT_MM_TYPECHECKSVineet Gupta2016-08-191-1/+1
* | ARC: Support syscall ABI v4Vineet Gupta2016-08-191-2/+9
* | ARC: use correct offset in pt_regs for saving/restoring user mode r25Liav Rehana2016-08-191-2/+2
* | ARC: Call trace_hardirqs_on() before enabling irqsDaniel Mentz2016-08-101-1/+1
|/
* Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-07-291-1/+1
|\
| * ARC: mm: don't loose PTE_SPECIAL in pte_modify()Vineet Gupta2016-07-281-1/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-252-14/+92
|\ \ | |/ |/|
| * locking/atomic, arch/arc: Fix buildPeter Zijlstra2016-06-201-8/+0
| * locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| * locking/atomic, arch/arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}()Peter Zijlstra2016-06-161-9/+94
| * locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-2/+5
* | arc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-2/+2
|/
* Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with ex...Vineet Gupta2016-06-022-335/+4
* Revert "ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wa...Vineet Gupta2016-06-021-3/+3
* Revert "ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential b...Vineet Gupta2016-06-022-2/+4
* Fix typosAndrea Gelmini2016-05-308-9/+9
* Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-241-0/+1
|\
| * asm-generic: Drop renameat syscall from default listJames Hogan2016-05-051-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-191-2/+0
|\ \
| * | arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-2/+0