summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2023-06-25mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2-11/+4
2023-06-24xtensa: dump userspace code around the exception PCMax Filippov2-0/+26
2023-06-20xtensa: add pte_unmap() to balance pte_offset_map()Hugh Dickins1-1/+4
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner1-18/+0
2023-06-14xtensa: rearrange show_stack outputMax Filippov1-15/+42
2023-06-14xtensa: add load/store exception handlerMax Filippov5-14/+136
2023-06-14xtensa: rearrange unaligned exception handlerMax Filippov1-82/+89
2023-06-14xtensa: always install slow handler for unaligned access exceptionMax Filippov1-5/+1
2023-06-14xtensa: move early_trap_init from kasan_early_init to init_archMax Filippov3-2/+8
2023-06-13xtensa: drop ARCH_WANT_FRAME_POINTERSMax Filippov3-14/+0
2023-06-13xtensa: report trax and perf counters in cpuinfoMax Filippov2-2/+18
2023-06-13xtensa: add asm-prototypes.hMax Filippov23-91/+60
2023-06-13xtensa: only build __strncpy_user with CONFIG_ARCH_HAS_STRNCPY_FROM_USERMax Filippov1-1/+2
2023-06-13xtensa: drop bcopy implementationMax Filippov2-18/+0
2023-06-13xtensa: drop EXPORT_SYMBOL for common_exception_returnMax Filippov1-3/+0
2023-06-13xtensa: boot-redboot: clean up MakefileMax Filippov1-5/+4
2023-06-13xtensa: clean up default platform functionsMax Filippov1-10/+15
2023-06-13xtensa: drop platform_halt and platform_power_offMax Filippov6-40/+25
2023-06-13xtensa: drop platform_restartMax Filippov6-13/+44
2023-06-13xtensa: drop platform_heartbeatMax Filippov4-19/+11
2023-06-13xtensa: xt2000: drop empty platform_initMax Filippov1-6/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2023-06-10cachestat: wire up cachestat for other architecturesNhat Pham1-0/+1
2023-06-09xtensa: Remove 64 bits atomic builtins stubsChristophe Leroy2-56/+0
2023-06-05locking/atomic: xtensa: add preprocessor symbolsMark Rutland1-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-3/+0
2023-05-24Merge tag 'xtensa-20230523' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds5-9/+69
2023-05-12xtensa: add __bswap{si,di}2 helpersMax Filippov4-1/+42
2023-05-12xtensa: fix signal delivery to FDPIC processMax Filippov1-8/+27
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-2/+2
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+4
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+11
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-04-19xtensa: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)1-7/+9
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-4/+1
2023-03-30docs: move xtensa documentation under Documentation/arch/Jonathan Corbet1-1/+1
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-18xtensa: fix KASAN report for show_stackMax Filippov1-4/+12
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-08xtensa/cpu: Mark cpu_die() __noreturnJosh Poimboeuf1-1/+1
2023-03-08xtensa/cpu: Make sure cpu_die() doesn't returnJosh Poimboeuf1-0/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+28
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-2/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-5/+27