aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+1
2017-03-03Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-0/+4
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-01xtensa: allow merging vectors into .text sectionMax Filippov1-0/+4
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-10/+3
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-1/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-5/+2
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2-6/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche2-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-20Merge tag 'xtensa-20161219' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-0/+1
2016-12-15xtensa: enable HAVE_DMA_CONTIGUOUSMax Filippov1-0/+1
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+0
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+2
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-1/+8
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+1
2016-11-14xtensa: wire up new pkey_{mprotect,alloc,free} syscallsMax Filippov1-1/+8
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra1-9/+0
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-153/+160
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2016-10-05Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds14-106/+183
2016-09-27xtensa: split uaccess.h into C and asm sidesAl Viro2-142/+160
2016-09-27exceptions: detritus removalAl Viro1-11/+0
2016-09-11xtensa: extract common CPU reset code into separate functionMax Filippov1-0/+6
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-0/+5
2016-08-03Merge tag 'xtensa-for-next-20160731' of git://github.com/jcmvbkbc/linux-xtensa into for_nextChris Zankel13-106/+177
2016-07-31xtensa: wire up new syscallsMax Filippov1-1/+14
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+56
2016-07-24xtensa: drop sysmem and switch to memblockMax Filippov1-20/+1
2016-07-24xtensa: minimize use of PLATFORM_DEFAULT_MEM_{ADDR,SIZE}Max Filippov2-6/+5
2016-07-24xtensa: cleanup MMU setup and kernel layout macrosMax Filippov4-54/+44
2016-07-24xtensa: add alternative kernel memory layoutsMax Filippov6-8/+80
2016-07-24xtensa: move kernel mapping addresses into kmem_layout.hMax Filippov4-14/+33
2016-07-24xtensa: fix __ffs result typeMax Filippov1-1/+1
2016-06-29xtensa: define ___unlock_[di]cache_all unconditionallyMax Filippov1-7/+4
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-1/+1
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/xtensa: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-4/+50
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra1-2/+8
2016-04-13locking/rwsem, xtensa: Drop superfluous arch specific implementationMichal Hocko2-121/+1
2016-04-13locking/rwsem: Drop explicit memory barriersMichal Hocko1-12/+2
2016-03-20Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linuxLinus Torvalds9-21/+107
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-7/+7
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-4/+0
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-1/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck1-6/+4
2016-03-11xtensa: support hardware breakpoints/watchpointsMax Filippov7-5/+77