aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)Author
2020-09-21Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2020-09-17xtensa: fix xtensa_pmu_setup prototypeMax Filippov
2020-09-17xtensa: add missing exclusive access state managementMax Filippov
2020-08-20Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2020-08-18xtensa: update *pos in cpuinfo_op.nextMax Filippov
2020-08-18xtensa: fix __sync_fetch_and_{and,or}_4 declarationsMax Filippov
2020-02-11Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2020-02-11xtensa: fix syscall_set_return_valueMax Filippov
2020-02-11xtensa: fix TLB sanity checkerMax Filippov
2020-02-11xtensa: use MEMBLOCK_ALLOC_ANYWHERE for KASAN shadow mapMax Filippov
2019-11-25Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2019-11-25xtensa: fix change_bit in exclusive access optionMax Filippov
2019-11-25xtensa: drop EXPORT_SYMBOL for outs*/ins*Max Filippov
2019-08-27Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2019-08-25xtensa: add missing isync to the cpu_reset TLB codeMax Filippov
2019-07-22locking: don't check for __LINUX_SPINLOCK_TYPES_H on -RT archsSebastian Andrzej Siewior
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-07Merge tag 'xtensa-20190607' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30xtensa: Fix section mismatch between memblock_reserve and mem_reserveGuenter Roeck
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd
2019-05-14xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya
2019-05-14init: provide a generic free_initmem implementationMike Rapoport
2019-05-11Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-07xtensa: implement initialize_cacheattr for MPU coresMax Filippov
2019-05-07xtensa: add exclusive atomics supportMax Filippov
2019-05-07xtensa: clean up inline assembly in futex.hMax Filippov
2019-05-06xtensa: replace variant/core.h with asm/core.hMax Filippov
2019-05-06xtensa: drop ifdef __KERNEL__ from kernel-only headersMax Filippov
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-06xtensa: set proper error code for simdisk_setup()Chengguang Xu
2019-05-06xtensa: fix incorrect fd close in error case of simdisk_setup()Chengguang Xu
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig
2019-04-19net: socket: implement 64-bit timestampsArnd Bergmann
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar