aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-03arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.Chris Metcalf1-0/+3
2011-11-03arch/tile: avoid exporting a symbol no longer used by gccChris Metcalf1-2/+0
2011-10-13tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-05-12arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf8-0/+927
2011-05-04arch/tile: disable GX prefetcher during cache flushChris Metcalf1-0/+18
2011-05-04arch/tile: allow nonatomic stores to interoperate with fast atomic syscallsChris Metcalf1-1/+1
2011-03-20arch/tile: fix futex sanitization definition/prototype mismatchChris Metcalf1-6/+6
2011-03-10arch/tile: fix deadlock bugs in rwlock implementationChris Metcalf1-65/+96
2011-03-10arch/tile: support 4KB page size as well as 64KBChris Metcalf1-2/+2
2011-03-10arch/tile: fix some comments and whitespaceChris Metcalf2-2/+2
2011-03-01arch/tile: export some additional module symbolsChris Metcalf1-0/+7
2011-03-01arch/tile: enhance existing finv_buffer_remote() routineChris Metcalf1-0/+102
2011-03-01arch/tile: use extended assembly to inline __mb_incoherent()Chris Metcalf3-40/+2
2011-03-01arch/tile: fix __ndelay etc to work betterChris Metcalf1-5/+16
2011-03-01arch/tile: catch up with section naming convention in 2.6.35Chris Metcalf1-2/+1
2010-11-24arch/tile: fix memchr() not to dereference memory for zero lengthChris Metcalf1-16/+19
2010-11-15arch/tile: fix rwlock so would-be write lockers don't block new readersChris Metcalf1-11/+18
2010-11-01arch/tile: complete migration to new kmap_atomic schemeChris Metcalf1-3/+8
2010-10-15arch/tile: minor whitespace/naming changes for string support filesChris Metcalf5-104/+109
2010-10-14arch/tile: properly export __mb_incoherent for modulesChris Metcalf1-0/+3
2010-10-05tile: replace some BUG_ON checks with BUILD_BUG_ON checksAkinobu Mita1-4/+4
2010-08-13arch/tile: Various cleanups.Chris Metcalf4-47/+18
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf8-42/+29
2010-07-06arch/tile: Split the icache flush code off to a generic <arch> header.Chris Metcalf3-107/+24
2010-07-06arch/tile: Fix bug in support for atomic64_xx() ops.Chris Metcalf1-4/+3
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf20-0/+2910