summaryrefslogtreecommitdiffstats
path: root/arch/tile/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-1/+0Star
|\
| * kill {__,}{get,put}_user_unaligned()Al Viro2017-07-041-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2017-07-152-45/+74
|\ \
| * | tile: prefer <arch/intreg.h> to __need_int_reg_tChris Metcalf2017-03-272-45/+74
* | | tile: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-19/+19
* | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+0Star
|\ \ \
| * | | kill strlen_user()Al Viro2017-05-161-1/+0Star
| | |/ | |/|
* / | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-291-7/+0Star
|/ /
* | arch/include: remove empty Kbuild filesNicolas Dichtel2017-05-101-1/+0Star
* | uapi: export all arch specifics directoriesNicolas Dichtel2017-05-101-2/+0Star
* | uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-103-37/+2Star
| |
| \
| \
| \
*---. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-264-158/+11Star
|\ \ \ \
| | | * | tile: get rid of zeroing, switch to RAW_COPY_USERAl Viro2017-03-291-136/+7Star
| | | * | tile: switch to generic extable.hAl Viro2017-03-292-18/+2Star
| | |/ / | |/| |
| | * | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-022-0/+2
| |/| | | | |/
| | * arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-092-0/+2
| |/ |/|
| * uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-061-1/+0Star
| * uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-061-3/+0Star
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-281-1/+5
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-17/+6Star
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-5/+2Star
| * treewide: Consolidate set_dma_ops() implementationsBart Van Assche2017-01-241-5/+0Star
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-242-6/+3Star
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-7/+7
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-1/+0Star
|\ \
| * | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0Star
| |/
* | math64, tile: Fix build failureSudip Mukherjee2017-02-141-0/+2
* | math64, timers: Fix 32bit mul_u64_u32_shr() and friendsPeter Zijlstra2017-01-142-1/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2016-12-182-8/+2Star
|\
| * tile: use __ro_after_init instead of tile-specific __write_onceChris Metcalf2016-12-162-8/+2Star
* | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-221-0/+3
|\|
| * tile: handle __ro_after_init like parisc doesChris Metcalf2016-11-141-0/+3
* | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-2/+0Star
* | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0Star
* | locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
* | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-1/+0Star
|/
* arch/tile: adopt the new nmi_backtrace frameworkChris Metcalf2016-10-081-2/+3
* mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-301-12/+10Star
* signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-031-27/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2016-07-273-0/+8
|\
| * tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2016-07-252-0/+3
| * tile: allow disabling CONFIG_EARLY_PRINTKChris Metcalf2016-06-071-0/+5
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-256-80/+150
|\ \
| * | locking/atomic, arch/tile: Fix tilepro buildPeter Zijlstra2016-06-242-19/+19
| * | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0Star
| * | locking/atomic, arch/tile: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-164-66/+131
| * | locking/barriers, tile: Provide TILE specific smp_acquire__after_ctrl_dep()Peter Zijlstra2016-06-141-0/+7
| |/
* / Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-251-1/+1
|/