summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-0/+2
|\
| * hexagon/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+2
* | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| |
| \
| \
| \
*---. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-267-20/+17
|\ \ \ \
| | | * \ Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-021-0/+1
| | | |\ \ | | |/ / / | |/| | / | | | |/
| | | * arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
| |_|/ |/| |
| | * hexagon: switch to RAW_COPY_USERAl Viro2017-04-245-17/+15
| |/
| * add asm-generic/extable.hAl Viro2017-03-271-0/+1
| * uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-1/+0
| * uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-2/+0
|/
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-022-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-0/+7
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-1/+2
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-7/+4
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-4/+1
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-4/+4
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-211-1/+1
|\ \
| * | hexagon: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-261-1/+1
| |/
* | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* arch/hexagon: Add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-1/+5
* locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
* locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
* locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
* locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-8/+0
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* hexagon: fix strncpy_from_user() error returnAl Viro2016-09-131-1/+2
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-042-5/+4
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-1/+1
|\
| * mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* | Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-07-261-2/+1
|\ \ | |/ |/|
| * hexagon: update TODO listLinus Walleij2016-06-071-2/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-252-7/+34
|\ \
| * | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| * | locking/atomic, arch/hexagon: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-161-5/+28
| * | locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-2/+8
| |/
* | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-2/+2
|/
* Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-241-0/+1
|\
| * asm-generic: Drop renameat syscall from default listJames Hogan2016-05-051-0/+1
* | vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-231-1/+2
* | exit_thread: remove empty bodiesJiri Slaby2016-05-201-7/+0
* | hexagon: Fix misspellings in comments.Adam Buchbinder2016-04-185-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-192-10/+8
|\
OpenPOWER on IntegriCloud