summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* 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
* Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-08-064-3/+14
|\
| * xtensa: add missing exclusive access state managementMax Filippov2020-07-311-0/+4
| * xtensa: initialize_mmu.h: fix a duplicated wordRandy Dunlap2020-07-281-1/+1
| * xtensa: add seccomp supportMax Filippov2020-07-282-1/+5
| * xtensa: expose syscall through user_pt_regsMax Filippov2020-07-281-1/+2
| * xtensa: add audit supportMax Filippov2020-07-281-1/+3
* | Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-311-1/+1
|\|
| * xtensa: fix access check in csum_and_copy_from_userMax Filippov2020-07-211-1/+1
* | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
|/
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-17/+1
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-8/+0
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-095-6/+4
* xtensa: implement flush_icache_user_rangeChristoph Hellwig2020-06-081-0/+2