aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2017-11-17arch/tile/include/asm/topology.h: remove unused parent_node() macroDou Liyang1-6/+0
2017-11-17Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+0
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-1/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-9/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar35-0/+35
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman30-0/+30
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-9/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2-12/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon2-34/+0
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-35/+7
2017-08-29dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherentChristoph Hellwig1-2/+2
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-35/+5
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney2-4/+0
2017-08-10locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra1-0/+2
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman1-2/+2
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-45/+74
2017-07-11tile: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-19/+19
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro1-1/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-7/+0
2017-05-15kill strlen_user()Al Viro1-1/+0
2017-05-11arch/include: remove empty Kbuild filesNicolas Dichtel1-1/+0
2017-05-11uapi: export all arch specifics directoriesNicolas Dichtel1-2/+0
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel3-37/+2
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro4-158/+11
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro2-0/+2
2017-03-28tile: get rid of zeroing, switch to RAW_COPY_USERAl Viro1-136/+7
2017-03-28tile: switch to generic extable.hAl Viro2-18/+2
2017-03-27tile: prefer <arch/intreg.h> to __need_int_reg_tChris Metcalf2-45/+74
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2-0/+2
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-1/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+2
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-1/+5
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-17/+6
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2017-02-14math64, tile: Fix build failureSudip Mukherjee1-0/+2
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-1/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-5/+2
2017-01-24treewide: Consolidate set_dma_ops() implementationsBart Van Assche1-5/+0
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2-6/+3
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche2-7/+7