summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARC: signal handling robustifyVineet Gupta2015-03-261-4/+16
* ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta2015-03-261-2/+2
* ARC: Fix thread_saved_pc()Vineet Gupta2015-02-271-23/+0Star
* ARC: Fix KSTK_ESP()Vineet Gupta2015-02-271-3/+3
* ARC: perf: Enable generic software eventsVineet Gupta2015-02-271-0/+2
* ARC: Make arc_unwind_core accessible externallyVineet Gupta2015-02-271-1/+14
* Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2015-02-164-7/+40
|\
| * ARC: Fix earlycon build breakagePeter Hurley2015-02-041-1/+1
| * ARC: Dynamically determine BASE_BAUD from DeviceTreeVineet Gupta2015-02-021-0/+24
| * ARC: use ACCESS_ONCE in cmpxchg loopVineet Gupta2015-02-021-1/+1
| * ARC: add some more comments to ret_from_forkVineet Gupta2015-02-021-5/+9
| * ARC: fix /proc/cpuinfo for offline cpusVineet Gupta2015-02-021-1/+6
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
|/
* ARC: R-M-W assist locks only needed for !LLSCVineet Gupta2014-12-121-0/+2
* Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-241-5/+0Star
|\
| * ARC: kgdb: generic kgdb_arch_pc() sufficesVineet Gupta2014-10-231-5/+0Star
* | ARC: boot: cpu feature print enhancementsVineet Gupta2014-10-132-109/+120
* | ARC: boot: consolidate cross-checking of h/w and s/wVineet Gupta2014-10-131-29/+15Star
* | ARC: RIP @running_on_hwVineet Gupta2014-10-132-12/+0Star
* | ARC: rename kconfig option for unaligned emulationVineet Gupta2014-10-132-3/+3
* | ARC: [plat*] move code out of .init_machine into commonVineet Gupta2014-10-131-1/+9
* | ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta2014-09-272-13/+2Star
|/
* Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-091-30/+17Star
|\
| * arc: Use sigsp()Richard Weinberger2014-08-061-7/+3Star
| * arc: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-24/+15Star
* | Merge tag 'arc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds2014-08-093-49/+55
|\ \
| * | ARC: [intc] mask/unmask can be hidden againVineet Gupta2014-07-231-6/+14
| * | ARC: [intc] don't mask all IRQ by defaultVineet Gupta2014-07-231-6/+1Star
| * | ARC: prune extra header includes from smp.cVineet Gupta2014-07-231-8/+0Star
| * | ARC: update some commentsVineet Gupta2014-07-231-3/+7
| * | ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)Vineet Gupta2014-07-233-26/+33
| |/
* | Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar2014-07-286-8/+24
|\|
| * ARC: [SMP] Fix IPI IRQ registrationNoam Camus2014-06-261-2/+13
| * ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)Anton Kolesov2014-06-261-0/+4
| * ARC: optimize kernel bss clearing in early boot codeVineet Gupta2014-06-262-4/+5
| * ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWINDVineet Gupta2014-06-261-1/+1
| * ARC: fix build warning in devtreeVineet Gupta2014-06-231-1/+1
* | arc, perf: Use common PMU interrupt disabled codeVince Weaver2014-06-181-4/+3Star
|/
* Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds2014-06-106-33/+71
|\
| * ARC: Disable caches in early boot if so configuredVineet Gupta2014-06-031-3/+35
| * ARC: arc_local_timer_setup() need not pass own cpu idVineet Gupta2014-06-032-6/+7
| * ARC: Fixed spelling errors within commentsTerence Eden2014-05-051-6/+6
| * ARC: make start_thread() out-of-lineVineet Gupta2014-05-051-0/+23
| * ARC: [SMP] ISS SMP extension bitrotVineet Gupta2014-05-051-18/+0Star
* | arc: call find_vma with the mmap_sem heldDavidlohr Bueso2014-06-051-4/+6
* | Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-141-3/+5
|\|
| * ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta2014-04-301-3/+5
* | of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-1/+1
|/
* ARC: [SMP] General FixesVineet Gupta2014-04-051-3/+4
* ARC: [clockevent] simplify timer ISRVineet Gupta2014-03-261-19/+15Star