summaryrefslogtreecommitdiff
path: root/arch/tile/include
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove tile portArnd Bergmann168-30345/+0
2018-02-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-20/+0
2018-01-31Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-70/+0
2018-01-16signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-2/+0
2018-01-16signal/tile: Move the tile specific si_codes to asm-generic/siginfo.hEric W. Biederman1-8/+0
2018-01-16signal: unify compat_siginfo_tAl Viro1-58/+0
2018-01-12signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman1-2/+0
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig1-2/+0
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-18/+0
2018-01-10Construct init thread stack in the linker script rather than by unionDavid Howells1-3/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-11-30mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+0
2017-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2017-11-18arch/tile/include/asm/topology.h: remove unused parent_node() macroDou Liyang1-6/+0
2017-11-18Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus 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-15Merge 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 lic...Greg 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 ...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-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus 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/k...Linus Torvalds1-1/+0
2017-07-15Merge 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-07Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2017-07-04kill {__,}{get,put}_user_unaligned()Al Viro1-1/+0
2017-06-29arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-7/+0
2017-05-16kill strlen_user()Al Viro1-1/+0
2017-05-10arch/include: remove empty Kbuild filesNicolas Dichtel1-1/+0
2017-05-10uapi: export all arch specifics directoriesNicolas Dichtel1-2/+0
2017-05-10uapi: export all headers under uapi directoriesNicolas Dichtel3-37/+2
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro4-158/+11
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2-0/+2
2017-03-29tile: get rid of zeroing, switch to RAW_COPY_USERAl Viro1-136/+7
2017-03-29tile: switch to generic extable.hAl Viro2-18/+2
2017-03-27tile: prefer <arch/intreg.h> to __need_int_reg_tChris Metcalf2-45/+74