summaryrefslogtreecommitdiffstats
path: root/arch/tile/include
Commit message (Expand)AuthorAgeFilesLines
* tile: Update comments for generic idle conversionGeert Uytterhoeven2014-05-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-04-062-0/+86
|\
| * tile/perf: Support perf_events on tilegx and tileproZhigang Lu2014-03-071-0/+22
| * tile: Add support for handling PMC hardwareZhigang Lu2014-03-071-0/+64
* | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
* | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-2/+2
|/
* tile: remove compat_sys_lookup_dcookie declaration to fix compile errorHeiko Carstens2014-02-011-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+1
|\
| * lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-181-0/+1
* | tile: use generic fixmap.hMark Salter2014-01-241-32/+1Star
* | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-121-67/+1Star
|/
* preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0Star
* hardirq: Make hardirq bits genericThomas Gleixner2013-11-131-2/+0Star
* Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-114-28/+66
|\
| * tile: use a more conservative __my_cpu_offset in CONFIG_PREEMPTChris Metcalf2013-09-301-3/+31
| * tile: include: asm: use 'long long' instead of 'u64' for atomic64_t and its r...Chen Gang2013-09-273-25/+35
* | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
|/
* tile: <arch/> header updates from upstreamChris Metcalf2013-09-164-35/+59
* tile: improve gxio iorpc autogenerated code styleChris Metcalf2013-09-165-54/+54
* tile: remove HUGE_VMAP dead codeChris Metcalf2013-09-133-16/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2013-09-0659-697/+1444
|\
| * tile: rework <asm/cmpxchg.h>Chris Metcalf2013-09-066-146/+140Star
| * tile PCI RC: make default consistent DMA mask 32-bitChris Metcalf2013-09-032-9/+17
| * tile: make __write_once a synonym for __read_mostlyChris Metcalf2013-09-031-3/+10
| * tile: remove support for TILE64Chris Metcalf2013-09-0311-307/+3Star
| * tile: use asm-generic/bitops/builtin-*.hAkinobu Mita2013-09-031-38/+3Star
| * tile: use standard 'generic-y' model for <asm/hw_irq.h>Chris Metcalf2013-09-032-18/+1Star
| * tile: use asm-generic version of <asm/local64.h>Chris Metcalf2013-09-031-0/+1
| * tile PCI RC: add comment about "PCI hole" problemChris Metcalf2013-09-031-0/+5
| * tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf2013-09-032-1/+2
| * tile: support reporting Tilera hypervisor statisticsChris Metcalf2013-09-031-3/+13
| * tilegx: support KGDBChris Metcalf2013-09-031-0/+71
| * tilegx: provide kernel support for the tilegx UART shimChris Metcalf2013-09-035-0/+598
| * tile: parameterize VA and PA space more cleanlyChris Metcalf2013-09-034-35/+24Star
| * tile: don't assume user privilege is zeroChris Metcalf2013-09-032-3/+3
| * tile: handle super huge pages in virt_to_pteChris Metcalf2013-08-302-7/+19
| * tilegx: change how we find the kernel stackChris Metcalf2013-08-301-14/+33
| * tile: fix some -Wsign-compare warningsChris Metcalf2013-08-303-6/+6
| * tile: remove set/clear_fixmap APIsChris Metcalf2013-08-301-8/+0Star
| * tile: support ASLR fullyTony Lu2013-08-301-0/+4
| * tile: use proper .align directives on __ex_table sectionsChris Metcalf2013-08-302-0/+7
| * tile: support kprobes on tilegxTony Lu2013-08-306-1/+110
| * tile: support ftrace on tilegxTony Lu2013-08-301-1/+21
| * tile: implement gettimeofday() via vDSOChris Metcalf2013-08-137-5/+71
| * tile: improve big-endian supportChris Metcalf2013-08-132-21/+9Star
| * tile: support CONFIG_PREEMPTChris Metcalf2013-08-132-11/+18
| * tile: avoid recursive backtrace faultsChris Metcalf2013-08-131-0/+2
| * tile: fast-path unaligned memory access for tilegxChris Metcalf2013-08-135-3/+28
| * tile: various console improvementsChris Metcalf2013-08-122-3/+29
| * tile PCI RC: remove stale include of linux/numa.hChris Metcalf2013-08-061-1/+0Star