| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-03-16 | arch: remove tile port |  Arnd Bergmann | 29 | -3313/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-08-17 | arch: Remove spin_unlock_wait() arch-specific definitions |  Paul E. McKenney | 2 | -45/+0 |
| 2017-06-08 | locking/x86: Remove the unused atomic_inc_short() methd |  Dmitry Vyukov | 1 | -2/+1 |
| 2017-03-28 | tile: get rid of zeroing, switch to RAW_COPY_USER |  Al Viro | 3 | -44/+19 |
| 2016-12-16 | tile: remove #pragma unroll from finv_buffer_remote() |  Chris Metcalf | 1 | -7/+1 |
| 2016-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile |  Linus Torvalds | 1 | -1/+5 |
| 2016-06-24 | tile: support gcc 7 optimization to use __multi3 |  Chris Metcalf | 1 | -1/+5 |
| 2016-06-24 | locking/atomic, arch/tile: Fix tilepro build |  Peter Zijlstra | 2 | -16/+21 |
| 2016-06-16 | locking/atomic, arch/tile: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() |  Peter Zijlstra | 2 | -28/+28 |
| 2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations |  Peter Zijlstra | 2 | -0/+12 |
| 2015-07-27 | tile: Provide atomic_{or,xor,and} |  Chris Metcalf | 2 | -0/+27 |
| 2015-07-08 | modpost: work correctly with tile coldtext sections |  Chris Metcalf | 1 | -2/+2 |
| 2015-05-11 | tile: improve stack backtrace |  Chris Metcalf | 1 | -1/+0 |
| 2015-04-30 | tile: add <asm/word-at-a-time.h> and enable support functions |  Chris Metcalf | 3 | -94/+0 |
| 2015-04-28 | tile: modify arch_spin_unlock_wait() semantics |  Chris Metcalf | 2 | -2/+20 |
| 2013-09-27 | tile: include: asm: use 'long long' instead of 'u64' for atomic64_t and its related functions |  Chen Gang | 1 | -4/+4 |
| 2013-09-06 | tile: rework <asm/cmpxchg.h> |  Chris Metcalf | 1 | -18/+16 |
| 2013-09-03 | tile: remove support for TILE64 |  Chris Metcalf | 5 | -537/+1 |
| 2013-09-03 | tile: eliminate no-op "noatomichash" boot argument |  Chris Metcalf | 1 | -9/+0 |
| 2013-09-03 | tile: support FRAME_POINTER |  Chris Metcalf | 3 | -9/+11 |
| 2013-08-30 | tile: fix strncpy_from_user bug |  Chris Metcalf | 2 | -10/+12 |
| 2013-08-30 | tile: use proper .align directives on __ex_table sections |  Chris Metcalf | 5 | -0/+17 |
| 2013-08-30 | tile: support ftrace on tilegx |  Tony Lu | 1 | -0/+6 |
| 2013-08-13 | tile: support CONFIG_PREEMPT |  Chris Metcalf | 1 | -4/+8 |
| 2013-08-01 | tile: optimize strnlen using SIMD instructions |  Ken Steele | 3 | -1/+96 |
| 2013-08-01 | tile: optimize and clean up string functions |  Chris Metcalf | 8 | -84/+212 |
| 2013-07-31 | tile: convert uses of "inv" to "finv" |  Chris Metcalf | 4 | -44/+8 |
| 2013-06-15 | tilepro: work around module link error with gcc 4.7 |  Chris Metcalf | 1 | -0/+2 |
| 2013-05-09 | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile |  Linus Torvalds | 1 | -1/+1 |
| 2013-05-09 | arch/tile: remove inline marking of EXPORT_SYMBOL functions |  Denis Efremov | 1 | -1/+1 |
| 2013-04-30 | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS |  Stephen Boyd | 1 | -8/+0 |
| 2013-02-08 | tile: export a handful of symbols appropriately |  Chris Metcalf | 3 | -0/+6 |
| 2012-07-11 | arch/tile: break out the "csum a long" function to <asm/checksum.h> |  Chris Metcalf | 1 | -14/+1 |
| 2012-05-25 | arch/tile: Allow tilegx to build with either 16K or 64K page size |  Chris Metcalf | 1 | -4/+4 |
| 2012-05-25 | arch/tile: optimize get_user/put_user and friends |  Chris Metcalf | 4 | -179/+1 |
| 2012-05-25 | arch/tile: support building big-endian kernel |  Chris Metcalf | 5 | -24/+66 |
| 2012-04-02 | arch/tile: fix finv_buffer_remote() for tilegx |  Chris Metcalf | 1 | -2/+26 |
| 2012-04-02 | arch/tile: fix pointer cast in cacheflush.c |  Chris Metcalf | 1 | -1/+1 |
| 2012-04-02 | arch/tile: fix bug in delay_backoff() |  Chris Metcalf | 1 | -1/+1 |
| 2012-04-02 | arch/tile: make sure to build memcpy_user_64 without frame pointer |  Chris Metcalf | 2 | -1/+8 |
| 2012-03-12 | arch/tile: misplaced parens near likely |  roel | 1 | -1/+1 |
| 2011-12-03 | arch/tile: add a few #includes and an EXPORT to catch up with kernel changes. |  Chris Metcalf | 1 | -0/+3 |
| 2011-11-03 | arch/tile: avoid exporting a symbol no longer used by gcc |  Chris Metcalf | 1 | -2/+0 |
| 2011-10-13 | tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm files |  Chris Metcalf | 1 | -1/+1 |
| 2011-07-26 | atomic: use <linux/atomic.h> |  Arun Sharma | 2 | -2/+2 |
| 2011-05-12 | arch/tile: finish enabling support for TILE-Gx 64-bit chip |  Chris Metcalf | 8 | -0/+927 |
| 2011-05-04 | arch/tile: disable GX prefetcher during cache flush |  Chris Metcalf | 1 | -0/+18 |
| 2011-05-04 | arch/tile: allow nonatomic stores to interoperate with fast atomic syscalls |  Chris Metcalf | 1 | -1/+1 |
| 2011-03-20 | arch/tile: fix futex sanitization definition/prototype mismatch |  Chris Metcalf | 1 | -6/+6 |