aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2017-09-22arch: remove unused *_segments() macros/functionsGravatar Tobias Klauser 1-5/+0
2017-09-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-11/+3
2017-09-06mm,fork: introduce MADV_WIPEONFORKGravatar Rik van Riel 1-0/+3
2017-09-06mm: arch: consolidate mmap hugetlb size encodingsGravatar Mike Kravetz 1-11/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-22/+5
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+3
2017-08-25futex: Remove duplicated code and fix undefined behaviourGravatar Jiri Slaby 1-22/+5
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-5/+0
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsGravatar Paul E. McKenney 1-5/+0
2017-08-10xtensa: Mark _stext and _end as char-arrays, not single char variablesGravatar Masami Hiramatsu 1-3/+3
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-43/+10
2017-08-07Merge tag 'xtensa-20170807' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 5-43/+10
2017-08-03sock: add SOCK_ZEROCOPY sockoptGravatar Willem de Bruijn 1-0/+2
2017-08-01xtensa: mm/cache: add missing EXPORT_SYMBOLsGravatar Max Filippov 1-1/+5
2017-08-01xtensa: don't limit csum_partial export by CONFIG_NETGravatar Max Filippov 1-2/+0
2017-07-28xtensa: fix cache aliasing handling code for WT cacheGravatar Max Filippov 1-7/+3
2017-07-21xtensa: remove wrapper header for asm/param.hGravatar Tobias Klauser 2-18/+1
2017-07-21xtensa: remove wrapper header for asm/device.hGravatar Tobias Klauser 2-15/+1
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGravatar Gleb Fotengauer-Malinovskiy 1-1/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+13
2017-07-14xtensa: use generic fb.hGravatar Tobias Klauser 2-12/+1
2017-07-11xtensa: move generic-y of exported headers to uapi/asm/KbuildGravatar Masahiro Yamada 2-9/+10
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+1
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-2/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+4
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-2/+2
2017-07-03binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failGravatar Al Viro 1-2/+13
2017-06-30drivers: dma-mapping: allow dma_common_mmap() for NOMMUGravatar Vladimir Murzin 1-0/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 1-2/+0
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-06-21net: introduce SO_PEERGROUPS getsockoptGravatar David Herrmann 1-0/+2
2017-06-21Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 8-21/+17
2017-06-20xtensa: remove DMA_ERROR_CODEGravatar Christoph Hellwig 1-2/+0
2017-06-19mm: larger stack guard gap, between vmasGravatar Hugh Dickins 1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-20/+16
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeGravatar Daniel Lezcano 1-1/+1
2017-06-13Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 7-20/+16
2017-06-09tty: add TIOCGPTPEER ioctlGravatar Aleksa Sarai 1-0/+1
2017-06-05xtensa: don't use linux IRQ #0Gravatar Max Filippov 4-13/+11
2017-06-05xtensa: reduce double exception literal reservationGravatar Max Filippov 1-3/+3
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Gravatar Christoph Hellwig 2-1/+1
2017-05-21net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.Gravatar David S. Miller 1-0/+2
2017-05-15get rid of unused __strncpy_from_user() instancesGravatar Al Viro 1-2/+1
2017-05-15kill strlen_user()Gravatar Al Viro 1-3/+0
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-23/+0
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-26/+5
2017-05-08xtensa: ISS: Use kmalloc_array() in simdisk_init()Gravatar Markus Elfring 1-2/+1