summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include
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-062-1/+17
| |\| |
| * | | 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-013-61/+10
|\ \ \ \ | |_|/ / |/| | |
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-264-61/+11
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | * | 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-281-46/+8
| | | | * | 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: 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-031-0/+4
|\
| * xtensa: allow merging vectors into .text sectionMax Filippov2017-03-011-0/+4
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+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-10/+3
|\ \
| * | 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-242-3/+3
* | | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
|/ /
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* | Merge tag 'xtensa-20161219' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2016-12-201-0/+1
|\ \
| * | xtensa: enable HAVE_DMA_CONTIGUOUSMax Filippov2016-12-151-0/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-122-10/+0
|\ \
| * | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-221-1/+8
| |\|
| * | 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-9/+0
* | | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-0/+2
| |/ |/|
* | xtensa: wire up new pkey_{mprotect,alloc,free} syscallsMax Filippov2016-11-141-1/+8
|/
* Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-112-153/+160
|\
| * xtensa: split uaccess.h into C and asm sidesAl Viro2016-09-272-142/+160
| * exceptions: detritus removalAl Viro2016-09-271-11/+0
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-101-0/+5
|\ \
| * | x86/pkeys: Allocation/free syscallsDave Hansen2016-09-091-0/+5
| |/
* | Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2016-10-0514-106/+183
|\ \ | |/ |/|
| * xtensa: extract common CPU reset code into separate functionMax Filippov2016-09-111-0/+6
| * Merge tag 'xtensa-for-next-20160731' of git://github.com/jcmvbkbc/linux-xtens...Chris Zankel2016-08-0313-106/+177
| |\
| | * xtensa: wire up new syscallsMax Filippov2016-07-311-1/+14
| | * xtensa: drop sysmem and switch to memblockMax Filippov2016-07-241-20/+1
| | * xtensa: minimize use of PLATFORM_DEFAULT_MEM_{ADDR,SIZE}Max Filippov2016-07-242-6/+5
| | * xtensa: cleanup MMU setup and kernel layout macrosMax Filippov2016-07-244-54/+44
| | * xtensa: add alternative kernel memory layoutsMax Filippov2016-07-246-8/+80