aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/tipLinus 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
2018-12-04xtensa: clean up WSR*/RSR*/get_sr/set_srMax Filippov5-39/+19
2018-12-03xtensa: drop unused declarations from elf.hMax Filippov1-11/+0
2018-12-03xtensa: clean up syscall.hMax Filippov1-13/+6
2018-12-03xtensa: drop unused coprocessor helper functionsMax Filippov1-3/+0
2018-12-03xtensa: drop unused field from the struct exc_tableMax Filippov1-2/+0
2018-12-02xtensa: generate uapi header and syscall table header filesFiroz Khan1-0/+1
2018-11-16Merge tag 'xtensa-20181115' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+5
2018-11-05xtensa: make sure bFLT stack is 16 byte alignedMax Filippov1-1/+5
2018-10-31treewide: remove current_text_addrNick Desaulniers1-8/+0
2018-10-26xtensa: use generic vga.hJiri Slaby2-19/+1
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann1-1/+0
2018-08-29y2038: Remove newstat family from default syscall setArnd Bergmann1-0/+1
2018-08-22Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds11-103/+104
2018-08-20Merge branch 'xtensa-dma-fixes' (early part) into xtensa-fixesMax Filippov5-32/+36
2018-08-20xtensa: drop variant IRQ supportMax Filippov1-17/+1
2018-08-20xtensa: drop unneeded platform/hardware.h headersMax Filippov2-2/+0
2018-08-20xtensa: move PLATFORM_NR_IRQS to KconfigMax Filippov1-2/+3
2018-08-20xtensa: rework {CONFIG,PLATFORM}_DEFAULT_MEM_STARTMax Filippov1-3/+2
2018-08-13xtensa: rework noMMU cache attributes initializationMax Filippov1-21/+21
2018-08-13xtensa: increase ranges in ___invalidate_{i,d}cache_allMax Filippov1-2/+2
2018-08-13xtensa: limit offsets in __loop_cache_{all,page}Max Filippov1-25/+40
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2018-07-11xtensa: platform-specific handling of coherent memoryMax Filippov3-6/+35
2018-07-11xtensa: use generic dma_noncoherent_opsChristoph Hellwig2-26/+1
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker1-1/+0
2018-06-26perf/arch/xtensa: Implement hw_breakpoint_arch_parse()Frederic Weisbecker1-1/+5
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-1/+1