aboutsummaryrefslogtreecommitdiff
path: root/arch/tile/lib
AgeCommit message (Expand)Author
2013-09-27tile: include: asm: use 'long long' instead of 'u64' for atomic64_t and its r...Chen Gang
2013-09-06tile: rework <asm/cmpxchg.h>Chris Metcalf
2013-09-03tile: remove support for TILE64Chris Metcalf
2013-09-03tile: eliminate no-op "noatomichash" boot argumentChris Metcalf
2013-09-03tile: support FRAME_POINTERChris Metcalf
2013-08-30tile: fix strncpy_from_user bugChris Metcalf
2013-08-30tile: use proper .align directives on __ex_table sectionsChris Metcalf
2013-08-30tile: support ftrace on tilegxTony Lu
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf
2013-08-01tile: optimize strnlen using SIMD instructionsKen Steele
2013-08-01tile: optimize and clean up string functionsChris Metcalf
2013-07-31tile: convert uses of "inv" to "finv"Chris Metcalf
2013-06-15tilepro: work around module link error with gcc 4.7Chris Metcalf
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds
2013-05-09arch/tile: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd
2013-02-08tile: export a handful of symbols appropriatelyChris Metcalf
2012-07-11arch/tile: break out the "csum a long" function to <asm/checksum.h>Chris Metcalf
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