summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada1-1/+0
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+0
2019-05-14xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya1-1/+1
2019-05-11Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds19-79/+362
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-05-07xtensa: implement initialize_cacheattr for MPU coresMax Filippov2-1/+37
2019-05-07xtensa: add exclusive atomics supportMax Filippov6-6/+264
2019-05-07xtensa: clean up inline assembly in futex.hMax Filippov1-38/+42
2019-05-06xtensa: replace variant/core.h with asm/core.hMax Filippov10-12/+21
2019-05-06xtensa: drop ifdef __KERNEL__ from kernel-only headersMax Filippov7-24/+0
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-26/+0
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig1-16/+0
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-36/+18
2019-04-08Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-9/+12
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-14/+3
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-13/+3
2019-04-03xtensa: fix initialization of pt_regs::syscall in start_threadMax Filippov1-9/+12
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long1-1/+0
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra1-17/+0
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra1-9/+0
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada1-0/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-1/+1
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada1-1/+0
2019-03-07Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds5-207/+40
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-13/+1
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds2-3/+0
2019-02-07xtensa: drop unused definitionsMax Filippov1-9/+0
2019-02-07xtensa: use generic spinlock/rwlock implementationMax Filippov3-194/+8
2019-02-07xtensa: provide xchg for sizes 1 and 2Max Filippov1-4/+32
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-1/+1
2019-02-07syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann1-12/+0
2019-02-03arch: Use asm-generic/socket.h when possibleDeepa Dinamani1-0/+1
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+3
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-5/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds3-7/+7
2018-12-20xtensa: implement jump_label supportMax Filippov1-0/+65
2018-12-17xtensa: implement syscall tracepointsMax Filippov4-1/+14
2018-12-17xtensa: implement tracehook functions and enable HAVE_ARCH_TRACEHOOKMax Filippov1-1/+79
2018-12-17xtensa: enable CORE_DUMP_USE_REGSETMax Filippov1-5/+1
2018-12-17xtensa: implement task_user_regset_viewMax Filippov1-13/+1
2018-12-17xtensa: call do_syscall_trace_{enter,leave} selectivelyMax Filippov1-4/+1
2018-12-17xtensa: use NO_SYSCALL instead of -1Max Filippov1-0/+2
2018-12-17xtensa: define syscall_get_arch()Dmitry V. Levin1-0/+7
2018-12-17Move EM_XTENSA to uapi/linux/elf-em.hDmitry V. Levin1-1/+1
2018-12-05xtensa: don't use l32r opcode directlyMax Filippov2-10/+8