summaryrefslogtreecommitdiff
path: root/arch/xtensa/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-08xtensa: fix xtensa_wsr always writing 0Max Filippov1-2/+2
2022-04-08xtensa: define update_mmu_tlb functionMax Filippov1-0/+4
2021-09-27xtensa: use CONFIG_USE_OF instead of CONFIG_OFRandy Dunlap1-1/+1
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-2/+1
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-29/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+3
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-2/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-1/+0
2021-07-01mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand1-0/+3
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+2
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-4/+0
2021-06-29mm: update legacy flush_tlb_* to use vmaChen Li1-2/+2
2021-05-26locking/atomic: xtensa: move to ARCH_ATOMICMark Rutland2-18/+18
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixMark Rutland1-3/+3
2021-05-10asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann1-29/+0
2021-04-05xtensa: drop extraneous register load from initialize_mmuMax Filippov1-1/+1
2021-04-05xtensa: fix pgprot_noncached assumptionsMax Filippov1-1/+3
2021-02-11locking/arch: Move qrwlock.h include after qspinlock.hWaiman Long1-1/+1
2020-12-30local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+11
2020-12-16Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-33/+4
2020-12-15Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-52/+22
2020-12-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-24/+0
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne1-24/+0
2020-11-20xtensa: Enable seccomp architecture trackingYiFei Zhu2-1/+11
2020-11-17xtensa: uaccess: Add missing __user to strncpy_from_user() prototypeLaurent Pinchart1-1/+1
2020-11-16xtensa/mm/highmem: Make generic kmap_atomic() work correctlyThomas Gleixner2-54/+16
2020-11-16xtensa: fix TLBTEMP area placementMax Filippov1-1/+1
2020-11-12xtensa: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+4
2020-11-07xtensa/mm/highmem: Switch to generic kmap atomicThomas Gleixner2-4/+12
2020-10-27xtensa: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2-33/+4
2020-08-20xtensa: propagate the calling conventions change down into csum_partial_copy_...Al Viro1-16/+4
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-14/+16
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-3/+2
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-0/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-5/+0
2020-08-07xtensa: switch to generic version of pte allocationMike Rapoport1-22/+19
2020-08-06Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds4-3/+14
2020-08-01xtensa: add missing exclusive access state managementMax Filippov1-0/+4
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar1-1/+1
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-28xtensa: initialize_mmu.h: fix a duplicated wordRandy Dunlap1-1/+1
2020-07-28xtensa: add seccomp supportMax Filippov2-1/+5
2020-07-28xtensa: expose syscall through user_pt_regsMax Filippov1-1/+2
2020-07-28xtensa: add audit supportMax Filippov1-1/+3
2020-07-22xtensa: fix access check in csum_and_copy_from_userMax Filippov1-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-17/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-8/+0