summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2019-05-02ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2-27/+65
2019-05-02arc: Use get_signal() signal_setup_done()Richard Weinberger1-24/+15
2019-05-02ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Vineet Gupta1-4/+9
2019-05-02ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta1-14/+12
2019-05-02arc: do not export symbols in troubleshoot.cDavidlohr Bueso1-2/+1
2018-12-17ARC: clone syscall to setp r25 as thread pointerVineet Gupta1-0/+20
2018-11-20ARC: mm: allow mprotect to make stack mappings executableVineet Gupta1-1/+1
2018-11-20ARC: Fix CONFIG_SWAPAlexey Brodkin1-1/+1
2018-10-21Make asm/word-at-a-time.h available on all architecturesChris Metcalf1-0/+1
2018-10-03arc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-12/+1
2017-11-26ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2-3/+6
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