summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell2014-01-131-1/+1
* Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2014-01-131-1/+7
|\
| * ARC: Allow conditional multiple inclusion of uapi/asm/unistd.hVineet Gupta2013-12-191-1/+7
* | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-121-0/+1
* | arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.hPeter Zijlstra2014-01-122-5/+5
|/
* ARC: Add guard macro to uapi/asm/unistd.hVineet Gupta2013-11-251-0/+5
* Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-191-1/+203
|\
| * ARC: Add perf support for ARC700 coresMischa Jonker2013-11-121-1/+203
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\ \
| * | preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | | arc: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-3/+8
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-122-28/+3
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-072-3/+10
| |\ \ | | |/
| * | of: remove empty arch prom.h headersRob Herring2013-10-091-12/+0
| * | of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring2013-10-091-2/+0
| * | arc: use common of_flat_dt_match_machineRob Herring2013-10-091-13/+3
| * | arc: use unflatten_and_copy_device_treeRob Herring2013-10-091-1/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-0/+1
|\ \ \
| * \ \ Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-092-3/+10
| |\ \ \ | | | |/ | | |/|
| * | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
| | |/ | |/|
* | | ARC: [SMP] TLB flushVineet Gupta2013-11-062-3/+25
* | | ARC: [SMP] ASID allocationVineet Gupta2013-11-062-17/+29
* | | arc: remove '__init' for get_hw_config_num_irq()Chen Gang2013-11-061-1/+1
* | | arc: remove '__init' for first_lines_of_secondary()Chen Gang2013-11-061-1/+1
* | | arc: remove '__init' for setup_processor() and arc_init_IRQ()Chen Gang2013-11-062-2/+2
* | | ARC: Add support for irqflags tracing and lockdepVineet Gupta2013-11-061-0/+22
* | | ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta2013-11-061-1/+2
* | | ARC: cacheflush refactor #2: I and D caches lines to have same sizeVineet Gupta2013-11-061-7/+1
| |/ |/|
* | ARC: Workaround spinlock livelock in SMP SystemC simulationVineet Gupta2013-09-271-1/+8
* | ARC: Fix 32-bit wrap around in access_ok()Vineet Gupta2013-09-271-2/+2
|/
* ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-09-121-1/+0
* ARC: fix new Section mismatches in build (post __cpuinit cleanup)Vineet Gupta2013-09-052-2/+2
* ARC: Fix __udelay calculationMischa Jonker2013-09-051-3/+2
* ARC: Add read*_relaxed to asm/io.hMischa Jonker2013-09-051-0/+4
* ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta2013-08-302-70/+29
* ARC: [ASID] activate_mm() == switch_mm()Vineet Gupta2013-08-301-11/+9
* ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta2013-08-301-27/+18
* ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta2013-08-301-1/+1
* ARC: [ASID] Remove legacy/unused debug codeVineet Gupta2013-08-302-14/+0
* ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteVineet Gupta2013-08-301-0/+2
* ARC: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta2013-08-301-14/+8
* ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta2013-08-291-25/+14
* ARC: Code cosmetics (Nothing semantical)Vineet Gupta2013-08-292-32/+10
* ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2013-08-261-7/+0
* ARC: Exception Handlers Code consolidationVineet Gupta2013-08-261-1/+23
* ARC: SMP build breakageVineet Gupta2013-07-261-0/+1
* Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-0320-592/+363
|\
| * arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-271-1/+1
| * ARC: Remove explicit passing around of ECRVineet Gupta2013-06-265-12/+8
| * ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta2013-06-263-38/+33
OpenPOWER on IntegriCloud