aboutsummaryrefslogtreecommitdiff
path: root/arch/hexagon
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-6/+4
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 17-0/+17
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGravatar Greg Kroah-Hartman 9-0/+9
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Gravatar Greg Kroah-Hartman 3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-10-31hexagon/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULEGravatar Cao jin 1-3/+3
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodGravatar Christoph Hellwig 1-3/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsGravatar Will Deacon 1-5/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Gravatar Will Deacon 1-10/+0
2017-10-09hexagon: get rid of #include <generated/compile.h>Gravatar Masahiro Yamada 1-3/+1
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-34/+6
2017-08-25futex: Remove duplicated code and fix undefined behaviourGravatar Jiri Slaby 1-34/+4
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsGravatar Paul E. McKenney 1-5/+0
2017-08-10locking/atomic: Fix atomic_set_release() for 'funny' architecturesGravatar Peter Zijlstra 1-0/+2
2017-07-10hexagon: move generic-y of exported headers to uapi/asm/KbuildGravatar Masahiro Yamada 2-23/+23
2017-07-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-2/+1
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-18/+9
2017-07-06mm: memcontrol: per-lruvec stats infrastructureGravatar Johannes Weiner 3-2/+1
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+2
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 2-11/+0
2017-06-28hexagon: remove the unused dma_is_consistent prototypeGravatar Christoph Hellwig 1-1/+0
2017-06-28hexagon: remove arch-specific dma_supported implementationGravatar Christoph Hellwig 2-11/+0
2017-06-28hexagon: switch to use ->mapping_error for error reportingGravatar Christoph Hellwig 3-6/+9
2017-06-21Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 1-3/+2
2017-06-10hexagon: Use raw_copy_to_userGravatar Guenter Roeck 1-3/+2
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Gravatar Christoph Hellwig 2-1/+2
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 2-16/+0
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowGravatar Al Viro 1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Gravatar Al Viro 7-20/+17
2017-04-24hexagon: switch to RAW_COPY_USERGravatar Al Viro 5-17/+15
2017-04-14hexagon/time: Set ->min_delta_ticks and ->max_delta_ticksGravatar Nicolai Stange 1-0/+2
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Al Viro 1-0/+1
2017-03-27add asm-generic/extable.hGravatar Al Viro 1-0/+1
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hGravatar Kirill A. Shutemov 1-0/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hGravatar Al Viro 1-1/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hGravatar Al Viro 1-2/+0
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 2-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 6-0/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-1/+2
2017-02-27mm: add new mmgrab() helperGravatar Vegard Nossum 1-1/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-7/+4
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-02-01sched/cputime: Remove generic asm headersGravatar Frederic Weisbecker 1-1/+0
2017-01-26hexagon: migrate exception table users off module.h and onto extable.hGravatar Paul Gortmaker 1-1/+1