summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)AuthorLines
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-3/+3
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+5
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada-1/+1
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada-1/+0
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-0/+6
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-0/+1
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+0
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells-0/+6
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd-0/+1
2019-05-14xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya-2/+2
2019-05-14init: provide a generic free_initmem implementationMike Rapoport-5/+0
2019-05-11Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-98/+397
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-05-07xtensa: implement initialize_cacheattr for MPU coresMax Filippov-7/+57
2019-05-07xtensa: add exclusive atomics supportMax Filippov-6/+267
2019-05-07xtensa: clean up inline assembly in futex.hMax Filippov-38/+42
2019-05-06xtensa: replace variant/core.h with asm/core.hMax Filippov-23/+32
2019-05-06xtensa: drop ifdef __KERNEL__ from kernel-only headersMax Filippov-24/+0
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-0/+1
2019-05-06xtensa: set proper error code for simdisk_setup()Chengguang Xu-1/+1
2019-05-06xtensa: fix incorrect fd close in error case of simdisk_setup()Chengguang Xu-1/+0
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-26/+0
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds-0/+4
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig-16/+0
2019-04-19net: socket: implement 64-bit timestampsArnd Bergmann-2/+2
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann-0/+4
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-38/+30
2019-04-08Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-11/+24
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)-14/+3
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)-13/+3
2019-04-04xtensa: fix format string warning in init_pmdMax Filippov-1/+1
2019-04-04xtensa: fix return_addressMax Filippov-1/+5
2019-04-03xtensa: fix initialization of pt_regs::syscall in start_threadMax Filippov-9/+12
2019-04-03xtensa: use actual syscall number in do_syscall_trace_leaveMax Filippov-0/+6
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long-3/+0
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long-1/+0
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra-17/+0
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra-9/+0
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada-2/+0
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada-2/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+7
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport-0/+3
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport-2/+1