summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-131-7/+1Star
|\
| * dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig2019-06-251-7/+1Star
* | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-112-0/+2
|\ \
| * | arch: handle arches who do not yet define clone3Christian Brauner2019-06-211-0/+1
| * | arch: wire-up clone3() syscallChristian Brauner2019-06-091-0/+1
* | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-0/+1
|\ \ \
| * | | arch: wire-up pidfd_open()Christian Brauner2019-06-281-0/+1
| |/ /
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-07-112-6/+2Star
|\ \ \
| * | | binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig2019-06-241-1/+1
| * | | binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig2019-06-241-0/+1
| * | | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig2019-06-241-1/+0Star
| * | | binfmt_flat: remove flat_old_ram_flagChristoph Hellwig2019-06-241-1/+0Star
| * | | binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig2019-06-241-1/+0Star
| * | | binfmt_flat: remove flat_set_persistentChristoph Hellwig2019-06-241-1/+0Star
| * | | binfmt_flat: remove flat_reloc_validChristoph Hellwig2019-06-241-1/+0Star
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-093-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-3/+3
| * | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-4/+4
| |/ /
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-24/+6Star
* | | Merge tag 'xtensa-20190607' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-06-071-1/+2
|\ \ \
| * | | xtensa: Fix section mismatch between memblock_reserve and mem_reserveGuenter Roeck2019-05-301-1/+2
| | |/ | |/|
* | | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-308-45/+8Star
|/ /
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-215-0/+5
|/
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-1/+1
* arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-181-1/+0Star
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-0/+6
|\
| * uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-171-0/+1
|\ \
| * | clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* | | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-16/+0Star
|\ \ \
| * | | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-16/+0Star
* | | | xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-152-2/+2
* | | | init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0Star
* | | | Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-05-1133-98/+397
|\ \ \ \ | |_|_|/ |/| | |
| * | | xtensa: implement initialize_cacheattr for MPU coresMax Filippov2019-05-073-7/+57
| * | | xtensa: add exclusive atomics supportMax Filippov2019-05-077-6/+267
| * | | xtensa: clean up inline assembly in futex.hMax Filippov2019-05-071-38/+42
| * | | xtensa: replace variant/core.h with asm/core.hMax Filippov2019-05-0721-23/+32
| * | | xtensa: drop ifdef __KERNEL__ from kernel-only headersMax Filippov2019-05-077-24/+0Star
| * | | xtensa: set proper error code for simdisk_setup()Chengguang Xu2019-05-061-1/+1
| * | | xtensa: fix incorrect fd close in error case of simdisk_setup()Chengguang Xu2019-05-061-1/+0Star
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-2/+2
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-261-0/+4
| |\| |
| * | | net: socket: implement 64-bit timestampsArnd Bergmann2019-04-191-2/+2
* | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-1/+1
|\ \ \ \
| * | | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-0/+1
|\ \ \ \
| * | | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-062-4/+0Star
|\ \ \ \ \