aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-7/+1
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 2-0/+2
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2019-07-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Gravatar Linus Torvalds 2-6/+2
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-7/+7
2019-06-28arch: wire-up pidfd_open()Gravatar Christian Brauner 1-0/+1
2019-06-25dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeGravatar Christoph Hellwig 1-7/+1
2019-06-24binfmt_flat: remove the persistent argument from flat_get_addr_from_rpGravatar Christoph Hellwig 1-1/+1
2019-06-24binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionGravatar Christoph Hellwig 1-0/+1
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableGravatar Christoph Hellwig 1-1/+0
2019-06-24binfmt_flat: remove flat_old_ram_flagGravatar Christoph Hellwig 1-1/+0
2019-06-24binfmt_flat: provide a default version of flat_get_relocate_addrGravatar Christoph Hellwig 1-1/+0
2019-06-24binfmt_flat: remove flat_set_persistentGravatar Christoph Hellwig 1-1/+0
2019-06-24binfmt_flat: remove flat_reloc_validGravatar Christoph Hellwig 1-1/+0
2019-06-21arch: handle arches who do not yet define clone3Gravatar Christian Brauner 1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 6-24/+6
2019-06-09arch: wire-up clone3() syscallGravatar Christian Brauner 1-0/+1
2019-06-07Merge tag 'xtensa-20190607' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 1-1/+2
2019-05-30treewide: Add SPDX license identifier - KbuildGravatar Greg Kroah-Hartman 2-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 8-45/+8
2019-05-30xtensa: Fix section mismatch between memblock_reserve and mem_reserveGravatar Guenter Roeck 1-1/+2
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 2-3/+3
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 2-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 5-0/+5
2019-05-18treewide: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 1-1/+1
2019-05-18arch: remove dangling asm-generic wrappersGravatar Masahiro Yamada 1-1/+0
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-0/+6
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+1
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-16/+0
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]Gravatar David Howells 1-0/+6
2019-05-15clk: Remove io.h from clk-provider.hGravatar Stephen Boyd 1-0/+1
2019-05-14xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCGravatar Sinan Kaya 2-2/+2
2019-05-14init: provide a generic free_initmem implementationGravatar Mike Rapoport 1-5/+0
2019-05-11Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 33-98/+397
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-05-07xtensa: implement initialize_cacheattr for MPU coresGravatar Max Filippov 3-7/+57
2019-05-07xtensa: add exclusive atomics supportGravatar Max Filippov 7-6/+267
2019-05-07xtensa: clean up inline assembly in futex.hGravatar Max Filippov 1-38/+42
2019-05-06xtensa: replace variant/core.h with asm/core.hGravatar Max Filippov 21-23/+32
2019-05-06xtensa: drop ifdef __KERNEL__ from kernel-only headersGravatar Max Filippov 7-24/+0
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-0/+1
2019-05-06xtensa: set proper error code for simdisk_setup()Gravatar Chengguang Xu 1-1/+1
2019-05-06xtensa: fix incorrect fd close in error case of simdisk_setup()Gravatar Chengguang Xu 1-1/+0
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-4/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-26/+0
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 1-0/+4
2019-04-23arch: mostly remove <asm/segment.h>Gravatar Christoph Hellwig 1-16/+0
2019-04-19net: socket: implement 64-bit timestampsGravatar Arnd Bergmann 1-2/+2