summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2016-08-10ARC: use ASL assembler mnemonicVineet Gupta1-3/+3
2016-08-10arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin1-1/+1
2016-03-03ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta1-33/+4
2015-08-10ARC: make sure instruction_pointer() returns unsigned valueAlexey Brodkin1-1/+1
2015-08-03ARC: add compiler barrier to LLSC based cmpxchgVineet Gupta1-4/+5
2015-05-13ARC: signal handling robustifyVineet Gupta1-4/+16
2015-04-29arc: mm: Fix build failureGuenter Roeck1-1/+1
2015-04-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-04-19ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta1-2/+2
2015-03-18ARC: Fix KSTK_ESP()Vineet Gupta2-7/+8
2015-03-06ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin1-1/+2
2015-01-29ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWINDVineet Gupta1-1/+1
2015-01-29ARC: Delete stale barrier.hVineet Gupta1-37/+0
2015-01-27ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta11-70/+54
2015-01-27ARC: [nsimosci] move peripherals to match model to FPGAVineet Gupta1-9/+9
2014-11-14ARC: Disable caches in early boot if so configuredVineet Gupta3-84/+87
2014-11-14ARC: fix mmuv2 warningVineet Gupta1-0/+4
2014-11-14ARC: [SMP] General FixesVineet Gupta2-5/+5
2014-11-14ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov1-14/+18
2014-11-14ARC: [nsimosci] Allow "headless" models to bootVineet Gupta1-1/+1
2014-07-28ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)Anton Kolesov2-0/+5
2014-05-13ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta1-3/+5
2014-05-13ARC: Remove ARC_HAS_COH_RTSCRichard Weinberger1-1/+0
2014-04-14ARC: [nsimosci] Unbork consoleVineet Gupta2-1/+5
2014-04-14ARC: [nsimosci] Change .dts to use generic 8250 UARTMischa Jonker1-4/+3
2014-03-07ARC: Use correct PTAG register for icache flushVineet Gupta1-2/+2
2014-01-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+2
2014-01-27arch: use ASM_NL instead of ';' for assembler new line character in the macroChen Gang1-0/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-25Merge tag 'arc-v3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds6-108/+121
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham1-2/+2
2014-01-16ARC: [cmdline] support External Device Trees from u-bootVineet Gupta1-3/+12
2014-01-16ARC: [cmdline] uboot cmdline handling reworkVineet Gupta3-42/+34
2014-01-13arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell1-1/+1
2014-01-13net: resort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell1-1/+1
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar1-1/+7
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-0/+1
2014-01-12arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.hPeter Zijlstra2-5/+5
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2013-12-23ARC: [SMP] optimize IPI send and receiveVineet Gupta1-28/+40
2013-12-23ARC: [SMP] simplify IPI codeVineet Gupta1-28/+28
2013-12-23ARC: [SMP] cpu halt interface doesn't need "self" cpu-idVineet Gupta1-5/+4
2013-12-23ARC: [SMP] IPI ACK interface doesn't need "self" cpu-idVineet Gupta3-5/+5
2013-12-23ARC: [SMP] cpumask not needed in IPI send pathVineet Gupta3-17/+18
2013-12-19ARC: Allow conditional multiple inclusion of uapi/asm/unistd.hVineet Gupta1-1/+7
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+8
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-11-28ARC: [perf] Fix a few thinkosVineet Gupta1-2/+2
2013-11-25ARC: Add guard macro to uapi/asm/unistd.hVineet Gupta1-0/+5
2013-11-25ARC: extable: Enable sorting at build timeVineet Gupta1-0/+1