summaryrefslogtreecommitdiff
path: root/arch/tile/lib
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney
2017-06-08locking/x86: Remove the unused atomic_inc_short() methdDmitry Vyukov
2017-03-28tile: get rid of zeroing, switch to RAW_COPY_USERAl Viro
2016-12-16tile: remove #pragma unroll from finv_buffer_remote()Chris Metcalf
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2016-06-24tile: support gcc 7 optimization to use __multi3Chris Metcalf
2016-06-24locking/atomic, arch/tile: Fix tilepro buildPeter Zijlstra
2016-06-16locking/atomic, arch/tile: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra
2015-07-27tile: Provide atomic_{or,xor,and}Chris Metcalf
2015-07-08modpost: work correctly with tile coldtext sectionsChris Metcalf
2015-05-11tile: improve stack backtraceChris Metcalf
2015-04-30tile: add <asm/word-at-a-time.h> and enable support functionsChris Metcalf
2015-04-28tile: modify arch_spin_unlock_wait() semanticsChris Metcalf
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