summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \
| * | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-1/+1
|\ \
| * | xtensa: fix Kconfig typoRandy Dunlap2020-09-011-1/+1
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-3/+2
|\ \ \
| * | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
| * | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-062-2/+2
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-141-45/+10
|\ \ \
| * | | arm, xtensa: simplify initialization of high memory pagesMike Rapoport2020-10-131-45/+10
* | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-14/+0
|\ \ \ \ | |/ / / |/| | |
| * | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-14/+0
| | |/ | |/|
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-74/+27
|\ \ \ | |_|/ |/| |
| * | xtensa: propagate the calling conventions change down into csum_partial_copy_...Al Viro2020-08-202-68/+19
| * | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-14/+16
| * | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-3/+2
| * | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-0/+1
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
* mm/xtensa: use general page fault accountingPeter Xu2020-08-121-11/+4
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-1/+1
|\
| * kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada2020-08-101-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-074-27/+16
|\ \
| * | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-5/+0
| * | xtensa: switch to generic version of pte allocationMike Rapoport2020-08-071-22/+19
| * | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-073-3/+0
* | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-10/+6
|\ \ \ | |/ / |/| |
| * | xtensa: switch to ->regset_get()Al Viro2020-07-271-10/+6
| |/
* | Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-08-0612-14/+71
|\ \
| * | xtensa: add missing exclusive access state managementMax Filippov2020-07-313-0/+18
| * | xtensa: fix xtensa_pmu_setup prototypeMax Filippov2020-07-311-1/+1
| * | xtensa: add boot subdirectories build artifacts to 'targets'Masahiro Yamada2020-07-282-0/+2
| * | xtensa: add uImage and xipImage to targetsMax Filippov2020-07-281-0/+1
| * | xtensa: move vmlinux.bin[.gz] to boot subdirectoryMax Filippov2020-07-283-9/+10
| * | xtensa: initialize_mmu.h: fix a duplicated wordRandy Dunlap2020-07-281-1/+1
| * | xtensa: add seccomp supportMax Filippov2020-07-284-2/+23
| * | xtensa: expose syscall through user_pt_regsMax Filippov2020-07-282-1/+6
| * | xtensa: add audit supportMax Filippov2020-07-283-1/+10
* | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\ \ \
| * | | arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
| | |/ | |/|
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-042-2/+1
|\ \ \
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
| * | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| |/ /
* | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-2/+0
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-311-1/+1
| |\ \ \ | | | |/ | | |/|