aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney2-45/+0
2017-06-08locking/x86: Remove the unused atomic_inc_short() methdDmitry Vyukov1-2/+1
2017-03-28tile: get rid of zeroing, switch to RAW_COPY_USERAl Viro3-44/+19
2016-12-16tile: remove #pragma unroll from finv_buffer_remote()Chris Metcalf1-7/+1
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+5
2016-06-24tile: support gcc 7 optimization to use __multi3Chris Metcalf1-1/+5
2016-06-24locking/atomic, arch/tile: Fix tilepro buildPeter Zijlstra2-16/+21
2016-06-16locking/atomic, arch/tile: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra2-28/+28
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2-0/+12
2015-07-27tile: Provide atomic_{or,xor,and}Chris Metcalf2-0/+27
2015-07-08modpost: work correctly with tile coldtext sectionsChris Metcalf1-2/+2
2015-05-11tile: improve stack backtraceChris Metcalf1-1/+0
2015-04-30tile: add <asm/word-at-a-time.h> and enable support functionsChris Metcalf3-94/+0
2015-04-28tile: modify arch_spin_unlock_wait() semanticsChris Metcalf2-2/+20
2013-09-27tile: include: asm: use 'long long' instead of 'u64' for atomic64_t and its related functionsChen Gang1-4/+4
2013-09-06tile: rework <asm/cmpxchg.h>Chris Metcalf1-18/+16
2013-09-03tile: remove support for TILE64Chris Metcalf5-537/+1
2013-09-03tile: eliminate no-op "noatomichash" boot argumentChris Metcalf1-9/+0
2013-09-03tile: support FRAME_POINTERChris Metcalf3-9/+11
2013-08-30tile: fix strncpy_from_user bugChris Metcalf2-10/+12
2013-08-30tile: use proper .align directives on __ex_table sectionsChris Metcalf5-0/+17
2013-08-30tile: support ftrace on tilegxTony Lu1-0/+6
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf1-4/+8
2013-08-01tile: optimize strnlen using SIMD instructionsKen Steele3-1/+96
2013-08-01tile: optimize and clean up string functionsChris Metcalf8-84/+212
2013-07-31tile: convert uses of "inv" to "finv"Chris Metcalf4-44/+8
2013-06-15tilepro: work around module link error with gcc 4.7Chris Metcalf1-0/+2
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+1
2013-05-09arch/tile: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-1/+1
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd1-8/+0
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