summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2016-08-22arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin
2016-08-22ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Vineet Gupta
2016-06-15ARC: unbork !LLSC buildVineet Gupta
2016-01-25ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailingVineet Gupta
2016-01-25ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta
2015-12-18ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta
2015-08-10ARC: make sure instruction_pointer() returns unsigned valueAlexey Brodkin
2015-08-10ARC: Override toplevel default -O2 with -O3Vineet Gupta
2015-07-15ARC: add smp barriers around atomics per Documentation/atomic_ops.txtVineet Gupta
2015-07-15locking,arch,arc: Fold atomic_opsPeter Zijlstra
2015-07-15ARC: add compiler barrier to LLSC based cmpxchgVineet Gupta
2015-05-12ARC: signal handling robustifyVineet Gupta
2015-04-10ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta
2015-03-18ARC: Fix KSTK_ESP()Vineet Gupta
2015-03-02ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin
2015-02-04arc: mm: Fix build failureGuenter Roeck
2015-02-04vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-01-15ARC: [nsimosci] move peripherals to match model to FPGAVineet Gupta
2014-11-05ARC: unbork FPU save/restoreVineet Gupta
2014-11-05ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov
2014-11-05ARC: [nsimosci] Allow "headless" models to bootVineet Gupta
2014-06-26ARC: [SMP] Enable icache coherencyVineet Gupta
2014-06-26ARC: [SMP] Fix IPI IRQ registrationNoam Camus
2014-06-26ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)Anton Kolesov
2014-06-26ARC: optimize kernel bss clearing in early boot codeVineet Gupta
2014-06-26ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWINDVineet Gupta
2014-06-23ARC: fix build warning in devtreeVineet Gupta
2014-06-16ARC: remove checks for CONFIG_ARC_MMU_V4Paul Bolle
2014-06-09Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds
2014-06-04arc: call find_vma with the mmap_sem heldDavidlohr Bueso
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-03ARC: Disable caches in early boot if so configuredVineet Gupta
2014-06-03ARC: [arcfpga] Early ARC UART to be only activated by cmdlineVineet Gupta
2014-06-03ARC: [arcfpga] Get rid of legacy BVCI latency unit supportVineet Gupta
2014-06-03ARC: remove duplicate header exportsVineet Gupta
2014-06-03ARC: arc_local_timer_setup() need not pass own cpu idVineet Gupta
2014-05-13Merge branch 'dt-bus-name' into for-nextRob Herring
2014-05-05ARC: Fixed spelling errors within commentsTerence Eden
2014-05-05ARC: make start_thread() out-of-lineVineet Gupta
2014-05-05ARC: fix mmuv2 warningVineet Gupta
2014-05-05ARC: [SMP] ISS SMP extension bitrotVineet Gupta
2014-04-30ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring
2014-04-30of/fdt: consolidate built-in dtb section variablesRob Herring
2014-04-18ARC: Delete stale barrier.hVineet Gupta
2014-04-18arch,arc: Convert smp_mb__*()Peter Zijlstra
2014-04-18arc,hexagon: Delete asm/barrier.hPeter Zijlstra
2014-04-07Merge tag 'arc-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König