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