aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-08tile: export a handful of symbols appropriatelyChris Metcalf3-0/+6
2012-07-11arch/tile: break out the "csum a long" function to <asm/checksum.h>Chris Metcalf1-14/+1
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf1-4/+4
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf4-179/+1
2012-05-25arch/tile: support building big-endian kernelChris Metcalf5-24/+66
2012-04-02arch/tile: fix finv_buffer_remote() for tilegxChris Metcalf1-2/+26
2012-04-02arch/tile: fix pointer cast in cacheflush.cChris Metcalf1-1/+1
2012-04-02arch/tile: fix bug in delay_backoff()Chris Metcalf1-1/+1
2012-04-02arch/tile: make sure to build memcpy_user_64 without frame pointerChris Metcalf2-1/+8
2012-03-12arch/tile: misplaced parens near likelyroel1-1/+1
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