aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/lib
Commit message (Expand)AuthorAge
* tile: include: asm: use 'long long' instead of 'u64' for atomic64_t and its r...Chen Gang2013-09-27
* tile: rework <asm/cmpxchg.h>Chris Metcalf2013-09-06
* tile: remove support for TILE64Chris Metcalf2013-09-03
* tile: eliminate no-op "noatomichash" boot argumentChris Metcalf2013-09-03
* tile: support FRAME_POINTERChris Metcalf2013-09-03
* tile: fix strncpy_from_user bugChris Metcalf2013-08-30
* tile: use proper .align directives on __ex_table sectionsChris Metcalf2013-08-30
* tile: support ftrace on tilegxTony Lu2013-08-30
* tile: support CONFIG_PREEMPTChris Metcalf2013-08-13
* tile: optimize strnlen using SIMD instructionsKen Steele2013-08-01
* tile: optimize and clean up string functionsChris Metcalf2013-08-01
* tile: convert uses of "inv" to "finv"Chris Metcalf2013-07-31
* tilepro: work around module link error with gcc 4.7Chris Metcalf2013-06-15
* Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-05-09
|\
| * arch/tile: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-05-09
* | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-04-30
|/
* tile: export a handful of symbols appropriatelyChris Metcalf2013-02-08
* arch/tile: break out the "csum a long" function to <asm/checksum.h>Chris Metcalf2012-07-11
* arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf2012-05-25
* arch/tile: optimize get_user/put_user and friendsChris Metcalf2012-05-25
* arch/tile: support building big-endian kernelChris Metcalf2012-05-25
* arch/tile: fix finv_buffer_remote() for tilegxChris Metcalf2012-04-02
* arch/tile: fix pointer cast in cacheflush.cChris Metcalf2012-04-02
* arch/tile: fix bug in delay_backoff()Chris Metcalf2012-04-02
* arch/tile: make sure to build memcpy_user_64 without frame pointerChris Metcalf2012-04-02
* arch/tile: misplaced parens near likelyroel2012-03-12
* arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.Chris Metcalf2011-12-03
* arch/tile: avoid exporting a symbol no longer used by gccChris Metcalf2011-11-03
* tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf2011-10-13
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf2011-05-12
* arch/tile: disable GX prefetcher during cache flushChris Metcalf2011-05-04
* arch/tile: allow nonatomic stores to interoperate with fast atomic syscallsChris Metcalf2011-05-04
* arch/tile: fix futex sanitization definition/prototype mismatchChris Metcalf2011-03-20
* arch/tile: fix deadlock bugs in rwlock implementationChris Metcalf2011-03-10
* arch/tile: support 4KB page size as well as 64KBChris Metcalf2011-03-10
* arch/tile: fix some comments and whitespaceChris Metcalf2011-03-10
* arch/tile: export some additional module symbolsChris Metcalf2011-03-01
* arch/tile: enhance existing finv_buffer_remote() routineChris Metcalf2011-03-01
* arch/tile: use extended assembly to inline __mb_incoherent()Chris Metcalf2011-03-01
* arch/tile: fix __ndelay etc to work betterChris Metcalf2011-03-01
* arch/tile: catch up with section naming convention in 2.6.35Chris Metcalf2011-03-01
* arch/tile: fix memchr() not to dereference memory for zero lengthChris Metcalf2010-11-24
* arch/tile: fix rwlock so would-be write lockers don't block new readersChris Metcalf2010-11-15
* arch/tile: complete migration to new kmap_atomic schemeChris Metcalf2010-11-01
* arch/tile: minor whitespace/naming changes for string support filesChris Metcalf2010-10-15
* arch/tile: properly export __mb_incoherent for modulesChris Metcalf2010-10-14
* tile: replace some BUG_ON checks with BUILD_BUG_ON checksAkinobu Mita2010-10-05
* arch/tile: Various cleanups.Chris Metcalf2010-08-13
* arch/tile: Miscellaneous cleanup changes.Chris Metcalf2010-07-06