summaryrefslogtreecommitdiff
path: root/arch/arc/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-09-27ARC: Re-enable MMU upon Machine Check exceptionJose Abreu1-0/+6
2016-08-31ARC: export __udivdi3 for modulesVineet Gupta1-0/+2
2016-08-31ARC: Support syscall ABI v4Vineet Gupta2-3/+5
2016-08-31ARCv2: STAR 9000808988: signals involving Delay SlotVineet Gupta1-0/+2
2016-07-12arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin1-1/+1
2015-04-22ARC: signal handling robustifyVineet Gupta1-4/+16
2015-04-22ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta1-2/+2
2015-03-14ARC: Fix KSTK_ESP()Vineet Gupta1-3/+3
2014-10-23Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+0
2014-10-22ARC: kgdb: generic kgdb_arch_pc() sufficesVineet Gupta1-5/+0
2014-10-13ARC: boot: cpu feature print enhancementsVineet Gupta2-109/+120
2014-10-13ARC: boot: consolidate cross-checking of h/w and s/wVineet Gupta1-29/+15
2014-10-13ARC: RIP @running_on_hwVineet Gupta2-12/+0
2014-10-13ARC: rename kconfig option for unaligned emulationVineet Gupta2-3/+3
2014-10-13ARC: [plat*] move code out of .init_machine into commonVineet Gupta1-1/+9
2014-09-27ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta2-13/+2
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-30/+17
2014-08-09Merge tag 'arc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds3-49/+55
2014-08-06arc: Use sigsp()Richard Weinberger1-7/+3
2014-08-06arc: Use get_signal() signal_setup_done()Richard Weinberger1-24/+15
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar6-8/+24
2014-07-23ARC: [intc] mask/unmask can be hidden againVineet Gupta1-6/+14
2014-07-23ARC: [intc] don't mask all IRQ by defaultVineet Gupta1-6/+1
2014-07-23ARC: prune extra header includes from smp.cVineet Gupta1-8/+0
2014-07-23ARC: update some commentsVineet Gupta1-3/+7
2014-07-23ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)Vineet Gupta3-26/+33
2014-06-26ARC: [SMP] Fix IPI IRQ registrationNoam Camus1-2/+13
2014-06-26ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)Anton Kolesov1-0/+4
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-18arc, perf: Use common PMU interrupt disabled codeVince Weaver1-4/+3
2014-06-09Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds6-33/+71
2014-06-04arc: call find_vma with the mmap_sem heldDavidlohr Bueso1-4/+6
2014-06-03ARC: Disable caches in early boot if so configuredVineet Gupta1-3/+35
2014-06-03ARC: arc_local_timer_setup() need not pass own cpu idVineet Gupta2-6/+7
2014-05-13Merge 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 Gupta1-0/+23
2014-05-05ARC: [SMP] ISS SMP extension bitrotVineet Gupta1-18/+0
2014-04-30ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta1-3/+5
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring1-1/+1
2014-04-05ARC: [SMP] General FixesVineet Gupta1-3/+4
2014-03-26ARC: [clockevent] simplify timer ISRVineet Gupta1-19/+15
2014-03-26ARC: [clockevent] can't be SoC specificVineet Gupta1-2/+1
2014-03-26ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta2-27/+27
2014-01-16ARC: [cmdline] support External Device Trees from u-bootVineet Gupta1-3/+12
2014-01-16ARC: [cmdline] uboot cmdline handling reworkVineet Gupta2-31/+34
2013-12-23ARC: [SMP] optimize IPI send and receiveVineet Gupta1-28/+40
2013-12-23ARC: [SMP] simplify IPI codeVineet Gupta1-28/+28