summaryrefslogtreecommitdiff
path: root/arch/xtensa/include
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+0
2017-11-08PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas1-2/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar25-0/+25
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman19-0/+19
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-5/+0
2017-10-19xtensa: make dma_cache_sync a no-opChristoph Hellwig1-2/+4
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon1-5/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-2/+0
2017-09-23arch: remove unused *_segments() macros/functionsTobias Klauser1-5/+0
2017-09-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+3
2017-09-07mm,fork: introduce MADV_WIPEONFORKRik van Riel1-0/+3
2017-09-07mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz1-11/+0
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-22/+5
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-22/+5
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-5/+0
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney1-5/+0
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-33/+2
2017-08-08Merge tag 'xtensa-20170807' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-33/+2
2017-08-04sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn1-0/+2
2017-07-21xtensa: remove wrapper header for asm/param.hTobias Klauser2-18/+1
2017-07-21xtensa: remove wrapper header for asm/device.hTobias Klauser2-15/+1
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy1-1/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+13
2017-07-15xtensa: use generic fb.hTobias Klauser2-12/+1
2017-07-11xtensa: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-9/+10
2017-07-07Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+1
2017-07-07Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2017-07-04Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2017-07-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+1
2017-07-04binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro1-2/+13
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2017-06-29arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-2/+0
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann1-0/+2
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-1/+2
2017-06-20xtensa: remove DMA_ERROR_CODEChristoph Hellwig1-2/+0
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-06-13Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+2
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai1-0/+1
2017-06-06xtensa: don't use linux IRQ #0Max Filippov1-1/+2
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2-1/+1
2017-05-22net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.David S. Miller1-0/+2
2017-05-16get rid of unused __strncpy_from_user() instancesAl Viro1-2/+1
2017-05-16kill strlen_user()Al Viro1-3/+0
2017-05-10uapi: export all headers under uapi directoriesNicolas Dichtel1-23/+0
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+2