summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins1-1/+1
2017-03-16ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta1-1/+1
2017-03-16ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta1-1/+2
2017-02-23arc: don't leak bits of kernel stack into coredumpAl Viro1-3/+4
2016-11-20ARC: use ASL assembler mnemonicVineet Gupta1-3/+3
2016-11-20ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta1-2/+9
2016-11-20ARC: Call trace_hardirqs_on() before enabling irqsDaniel Mentz1-1/+1
2016-08-23arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin1-1/+1
2016-08-23ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Vineet Gupta1-2/+0
2016-06-15ARC: unbork !LLSC buildVineet Gupta1-1/+1
2016-01-25ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailingVineet Gupta1-4/+9
2016-01-25ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta3-19/+26
2015-12-18ARC: 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-10ARC: Override toplevel default -O2 with -O3Vineet Gupta1-1/+2
2015-07-15ARC: add smp barriers around atomics per Documentation/atomic_ops.txtVineet Gupta4-0/+89
2015-07-15locking,arch,arc: Fold atomic_opsPeter Zijlstra1-121/+63
2015-07-15ARC: add compiler barrier to LLSC based cmpxchgVineet Gupta1-4/+5
2015-05-12ARC: signal handling robustifyVineet Gupta1-4/+16
2015-04-10ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta1-2/+2
2015-03-18ARC: Fix KSTK_ESP()Vineet Gupta2-7/+8
2015-03-02ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin1-1/+2
2015-02-04arc: mm: Fix build failureGuenter Roeck1-1/+1
2015-02-04vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-15ARC: [nsimosci] move peripherals to match model to FPGAVineet Gupta1-9/+9
2014-11-05ARC: unbork FPU save/restoreVineet Gupta2-8/+9
2014-11-05ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov1-14/+18
2014-11-05ARC: [nsimosci] Allow "headless" models to bootVineet Gupta1-1/+1
2014-06-26ARC: [SMP] Enable icache coherencyVineet Gupta1-6/+19
2014-06-26ARC: [SMP] Fix IPI IRQ registrationNoam Camus1-2/+13
2014-06-26ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)Anton Kolesov2-0/+5
2014-06-26ARC: optimize kernel bss clearing in early boot codeVineet Gupta2-4/+5
2014-06-26ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWINDVineet Gupta1-1/+1
2014-06-23ARC: fix build warning in devtreeVineet Gupta1-1/+1
2014-06-16ARC: remove checks for CONFIG_ARC_MMU_V4Paul Bolle1-2/+2
2014-06-10Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds16-249/+158
2014-06-05arc: call find_vma with the mmap_sem heldDavidlohr Bueso1-4/+6
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-9/+1
2014-06-03ARC: Disable caches in early boot if so configuredVineet Gupta3-84/+87
2014-06-03ARC: [arcfpga] Early ARC UART to be only activated by cmdlineVineet Gupta2-10/+5
2014-06-03ARC: [arcfpga] Get rid of legacy BVCI latency unit supportVineet Gupta2-87/+0
2014-06-03ARC: remove duplicate header exportsVineet Gupta1-7/+0
2014-06-03ARC: arc_local_timer_setup() need not pass own cpu idVineet Gupta3-7/+8
2014-05-14Merge branch 'dt-bus-name' into for-nextRob Herring1-3/+5
2014-05-05ARC: Fixed spelling errors within commentsTerence Eden1-6/+6
2014-05-05ARC: make start_thread() out-of-lineVineet Gupta2-25/+27
2014-05-05ARC: fix mmuv2 warningVineet Gupta1-0/+4
2014-05-05ARC: [SMP] ISS SMP extension bitrotVineet Gupta5-23/+21
2014-04-30ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta1-3/+5