summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include
Commit message (Expand)AuthorAgeFilesLines
...
* | xtensa: Implement "current_stack_pointer"Kees Cook2022-02-252-4/+6
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-131-3/+0
|\|
| * Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-3/+0
* | futex: Fix additional regressionsArnd Bergmann2021-12-111-1/+1
* | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
* | futex: Ensure futex_atomic_cmpxchg_inatomic() is presentArnd Bergmann2021-11-251-2/+6
|/
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-11/+0
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-11/+0
* | Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2021-11-067-27/+166
|\ \
| * | xtensa: move section symbols to asm/sections.hMax Filippov2021-10-181-0/+41
| * | xtensa: only build windowed register support code when neededMax Filippov2021-10-181-0/+2
| * | xtensa: definitions for call0 ABIMax Filippov2021-10-183-6/+102
| * | xtensa: use a14 instead of a15 in inline assemblyMax Filippov2021-10-182-21/+21
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| | |/ | |/|
* | | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-1/+4
|\ \ \ | |_|/ |/| |
| * | mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-1/+4
| |/
* / xtensa: use CONFIG_USE_OF instead of CONFIG_OFRandy Dunlap2021-09-271-1/+1
|/
* asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+1
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-29/+0
|\
| * asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann2021-05-101-29/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-023-3/+3
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-2/+0
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
| * | mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-06-301-0/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-292-6/+2
|\| |
| * | arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport2021-06-291-4/+0
| * | mm: update legacy flush_tlb_* to use vmaChen Li2021-06-291-2/+2
| |/
* | locking/atomic: xtensa: move to ARCH_ATOMICMark Rutland2021-05-262-18/+18
* | locking/atomic: cmpxchg: make `generic` a prefixMark Rutland2021-05-261-3/+3
|/
* xtensa: drop extraneous register load from initialize_mmuMax Filippov2021-04-041-1/+1
* xtensa: fix pgprot_noncached assumptionsMax Filippov2021-04-041-1/+3
* locking/arch: Move qrwlock.h include after qspinlock.hWaiman Long2021-02-111-1/+1
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+4
|\
| * xtensa: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-121-1/+4
* | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-162-1/+11
|\ \
| * | xtensa: Enable seccomp architecture trackingYiFei Zhu2020-11-202-1/+11
| |/
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-152-33/+4
|\ \
| * | xtensa: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-272-33/+4
| |/
* | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-142-52/+22
|\ \
| * | xtensa/mm/highmem: Make generic kmap_atomic() work correctlyThomas Gleixner2020-11-162-54/+16
| * | xtensa/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-062-4/+12
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-141-24/+0
|\ \
| * | arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-231-24/+0
| |/
* | xtensa: uaccess: Add missing __user to strncpy_from_user() prototypeLaurent Pinchart2020-11-171-1/+1
* | xtensa: fix TLBTEMP area placementMax Filippov2020-11-161-1/+1
|/
* xtensa: propagate the calling conventions change down into csum_partial_copy_...Al Viro2020-08-201-16/+4