aboutsummaryrefslogtreecommitdiff
path: root/arch/tile/lib
AgeCommit message (Expand)Author
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf
2012-05-25arch/tile: support building big-endian kernelChris Metcalf
2012-04-02arch/tile: fix finv_buffer_remote() for tilegxChris Metcalf
2012-04-02arch/tile: fix pointer cast in cacheflush.cChris Metcalf
2012-04-02arch/tile: fix bug in delay_backoff()Chris Metcalf
2012-04-02arch/tile: make sure to build memcpy_user_64 without frame pointerChris Metcalf
2012-03-12arch/tile: misplaced parens near likelyroel
2011-12-03arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.Chris Metcalf
2011-11-03arch/tile: avoid exporting a symbol no longer used by gccChris Metcalf
2011-10-13tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-12arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf
2011-05-04arch/tile: disable GX prefetcher during cache flushChris Metcalf
2011-05-04arch/tile: allow nonatomic stores to interoperate with fast atomic syscallsChris Metcalf
2011-03-20arch/tile: fix futex sanitization definition/prototype mismatchChris Metcalf
2011-03-10arch/tile: fix deadlock bugs in rwlock implementationChris Metcalf
2011-03-10arch/tile: support 4KB page size as well as 64KBChris Metcalf
2011-03-10arch/tile: fix some comments and whitespaceChris Metcalf
2011-03-01arch/tile: export some additional module symbolsChris Metcalf
2011-03-01arch/tile: enhance existing finv_buffer_remote() routineChris Metcalf
2011-03-01arch/tile: use extended assembly to inline __mb_incoherent()Chris Metcalf
2011-03-01arch/tile: fix __ndelay etc to work betterChris Metcalf
2011-03-01arch/tile: catch up with section naming convention in 2.6.35Chris Metcalf
2010-11-24arch/tile: fix memchr() not to dereference memory for zero lengthChris Metcalf
2010-11-15arch/tile: fix rwlock so would-be write lockers don't block new readersChris Metcalf
2010-11-01arch/tile: complete migration to new kmap_atomic schemeChris Metcalf
2010-10-15arch/tile: minor whitespace/naming changes for string support filesChris Metcalf
2010-10-14arch/tile: properly export __mb_incoherent for modulesChris Metcalf
2010-10-05tile: replace some BUG_ON checks with BUILD_BUG_ON checksAkinobu Mita
2010-08-13arch/tile: Various cleanups.Chris Metcalf
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf
2010-07-06arch/tile: Split the icache flush code off to a generic <arch> header.Chris Metcalf
2010-07-06arch/tile: Fix bug in support for atomic64_xx() ops.Chris Metcalf
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf