summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-0/+6
|\
| * New getsockopt option to get socket cookieChenbo Feng2017-04-081-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-063-5/+19
| |\
| * | net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-241-0/+2
| * | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+2
* | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-014-129/+58
|\ \ \ | |_|/ |/| |
| * | 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-266-129/+60
| |\ \ \ \
| | | | * | xtensa: fix prefetch in the raw_copy_to_userMax Filippov2017-04-041-1/+1
| | | | * | xtensa: get rid of zeroing, use RAW_COPY_USERAl Viro2017-03-283-114/+57
| | | | * | xtensa: switch to generic extable.hAl Viro2017-03-282-6/+2
| | | |/ / | | |/| |
| | | * | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-021-0/+1
| | | |\ \ | | |/ / / | | | | _
| | * | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| | * | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-3/+0
| | * | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-052-6/+0
| |/ /
* | | xtensa: wire up statx system callMax Filippov2017-03-311-1/+4
* | | xtensa: fix stack dump outputMax Filippov2017-03-311-4/+2
* | | xtensa: make __pa work with uncached KSEG addressesMax Filippov2017-03-301-0/+13
| |/ |/|
* | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
|/
* Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-03-038-30/+71
|\
| * xtensa: allow merging vectors into .text sectionMax Filippov2017-03-013-0/+48
| * xtensa: clean up bootable image build targetsMax Filippov2017-03-015-28/+21
| * xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRDMax Filippov2017-03-011-2/+2
* | sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-0/+1
* | sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+4
* | 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-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* | mm: add new mmget() helperVegard Nossum2017-02-271-1/+1
* | 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-253-11/+4
|\ \
| * | treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-5/+2
| * | treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-242-6/+2
| * | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-243-4/+4
* | | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-241-1/+2
* | | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-211-1/+1
|\ \ \
| * | | xtensa: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-241-1/+1
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-1/+0
|\ \ \
| * | | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
| |/ /
* | | Merge tag 'xtensa-20170202' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-02-021-1/+1
|\ \ \ | |/ / |/| |
| * | xtensa: fix noMMU build on cores with MMUMax Filippov2017-01-311-1/+1
| |/
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-251-2/+2
|\ \
| * | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-251-1/+1
|\ \ \ | |/ / |/| |
| * | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
OpenPOWER on IntegriCloud