summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* ARC: dw2 unwind: Catch Dwarf SNAFUs earlyVineet Gupta2015-12-211-4/+8
* ARC: dw2 unwind: Don't bail for CIE.version != 1Vineet Gupta2015-12-211-6/+1
* Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"Vineet Gupta2015-12-211-9/+4
* ARC: Fix linking errors with CONFIG_MODULE + CONFIG_CC_OPTIMIZE_FOR_SIZEVineet Gupta2015-12-211-1/+1
* ARC: mm: fix building for MMU v2Alexey Brodkin2015-12-211-2/+0
* ARC: mm: HIGHMEM: Fix section mismatch splatVineet Gupta2015-12-211-2/+2
* ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta2015-12-173-6/+6
* ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus2015-12-174-7/+7
* ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailingVineet Gupta2015-12-171-4/+9
* ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta2015-12-173-19/+26
* ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASEVineet Gupta2015-12-173-2/+6
* ARC: intc: Document arc_request_percpu_irq() betterVineet Gupta2015-12-121-0/+12
* ARCv2: perf: Ensure perf intr gets enabled on all coresVineet Gupta2015-12-121-23/+9
* ARC: intc: No need to clear IRQ_NOAUTOENVineet Gupta2015-12-121-5/+8
* ARCv2: intc: Fix random perf irq disabling in SMP setupVineet Gupta2015-12-121-2/+13
* ARC: [axs10x] cap ethernet phy to 100 Mbit/secAlexey Brodkin2015-12-071-0/+1
* ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta2015-11-231-33/+4
* ARC: remove SYNC from __switch_to()Vineet Gupta2015-11-172-5/+0
* ARCv2: Use the default irq priority for idle sleepVineet Gupta2015-11-161-1/+2
* ARC: Abstract out ISA specific SLEEP argsVineet Gupta2015-11-163-5/+8
* ARC: comments updateVineet Gupta2015-11-161-2/+2
* ARC: switch to arc-linux- CROSS_COMPILE prefix across all configssujayraaj2015-11-169-9/+9
* Merge tag 'arc-4.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-147-55/+73
|\
| * ARC: cpu_relax() to be compiler barrier even for UPVineet Gupta2015-11-141-4/+0
| * ARC: use ASL assembler mnemonicVineet Gupta2015-11-141-3/+3
| * ARC: [arcompact] Handle bus error from userspace as Interrupt not exceptionVineet Gupta2015-11-143-21/+44
| * ARC: remove extraneous header includeVineet Gupta2015-11-141-1/+0
| * ARCv2: lib: memcpy: use local symbolsVineet Gupta2015-11-031-26/+26
* | Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-062-3/+5
|\ \
| * | arc: enable building of all dtbsRob Herring2015-10-271-0/+2
| * | arc: use common make variables for dtb buildsRob Herring2015-10-272-3/+3
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-031-4/+4
|\ \ \
| * \ \ Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-061-0/+1
| |\ \ \
| * | | | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-4/+4
| | |/ / | |/| |
* | | | Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2015-11-0347-417/+993
|\ \ \ \ | | |_|/ | |/| |
| * | | ARC: mm: PAE40 supportVineet Gupta2015-10-299-14/+110
| * | | ARC: mm: PAE40: tlbex.S: Explicitify the size of pte_tVineet Gupta2015-10-281-9/+12
| * | | ARC: mm: PAE40: switch to using phys_addr_t for physical addressesVineet Gupta2015-10-283-22/+22
| * | | ARC: mm: HIGHMEM: populate high memory from DTVineet Gupta2015-10-282-8/+74
| * | | ARC: mm: HIGHMEM: kmap API implementationVineet Gupta2015-10-286-1/+233
| * | | ARC: mm: preps ahead of HIGHMEM support #2Vineet Gupta2015-10-281-26/+14
| * | | ARC: mm: preps ahead of HIGHMEM supportVineet Gupta2015-10-283-16/+22
| * | | ARC: mm: use generic macros _BITUL()/_AC()Alexey Brodkin2015-10-282-14/+8
| * | | ARC: mm: Improve Duplicate PD Fault handlerVineet Gupta2015-10-281-24/+24
| * | | ARC: Ensure DT mem base is same as what kernel is built withVineet Gupta2015-10-287-6/+8
| * | | ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP onceVineet Gupta2015-10-281-2/+0
| * | | ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_smp()Vineet Gupta2015-10-284-16/+2
| * | | ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta2015-10-283-1/+12
| * | | ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta2015-10-283-6/+6
| * | | ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp()Vineet Gupta2015-10-284-14/+8
OpenPOWER on IntegriCloud