summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include
AgeCommit message (Expand)AuthorLines
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda-2/+2
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2023-03-30docs: move xtensa documentation under Documentation/arch/Jonathan Corbet-1/+1
2023-03-08xtensa/cpu: Mark cpu_die() __noreturnJosh Poimboeuf-1/+1
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)-2/+2
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+0
2023-02-02xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-5/+27
2023-01-06xtensa: drop unused members of struct thread_structMax Filippov-9/+0
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+0
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld-8/+1
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-2/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+2
2022-09-13xtensa: add FDPIC and static PIE support for noMMUMax Filippov-0/+18
2022-09-13xtensa: clean up ELF_PLAT_INIT macroMax Filippov-4/+9
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-3/+0
2022-09-11mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe-0/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-20/+1
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+0
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne-7/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne-3/+0
2022-07-17xtensa: drop definition of PGD_ORDERMike Rapoport-2/+1
2022-07-17xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-18/+0
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann-3/+0
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+2
2022-05-17xtensa: improve call0 ABI probingMax Filippov-0/+4
2022-05-13xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld-4/+2
2022-05-01xtensa: fix declaration of _SecondaryResetVector_text_*Max Filippov-1/+1
2022-05-01xtensa: support coprocessors on SMPMax Filippov-2/+15
2022-05-01xtensa: add xtensa_xsr macroMax Filippov-0/+7
2022-05-01xtensa: clean up excsave1 initializationMax Filippov-2/+2
2022-05-01xtensa: clean up declarations in coprocessor.hMax Filippov-4/+3
2022-05-01xtensa: clean up exception handler prototypesMax Filippov-8/+6
2022-05-01xtensa: clean up function declarations in traps.cMax Filippov-2/+16
2022-05-01xtensa: enable KCSANMax Filippov-7/+15
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-221/+0
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+2
2022-03-25Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-21/+50
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner-0/+2
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds-1/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-108/+6
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-0/+1
2022-03-22xtensa: define update_mmu_tlb functionMax Filippov-0/+4
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport-0/+1
2022-03-20xtensa: fix xtensa_wsr always writing 0Max Filippov-2/+2
2022-03-19xtensa: merge stack alignment definitionsMax Filippov-7/+8
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki-0/+1
2022-03-09xtensa: add helpers for division, remainder and shiftsMax Filippov-0/+34