summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* xtensa: boot/lib: fix function prototypesMax Filippov2023-09-201-2/+3
* xtensa: umulsidi3: fix conditional expressionRandy Dunlap2023-09-201-1/+3
* xtensa: boot: don't add include-dirsRandy Dunlap2023-09-201-2/+1
* xtensa: iss/network: make functions staticRandy Dunlap2023-09-201-2/+2
* xtensa: tlb: include <asm/tlb.h> for missing prototypeRandy Dunlap2023-09-202-0/+3
* xtensa: hw_breakpoint: include header for missing prototypeRandy Dunlap2023-09-202-0/+2
* xtensa: smp: add headers for missing function prototypesRandy Dunlap2023-09-202-0/+2
* xtensa: traps: add <linux/cpu.h> for function prototypeRandy Dunlap2023-09-201-0/+1
* xtensa: stacktrace: include <asm/ftrace.h> for prototypeRandy Dunlap2023-09-201-0/+1
* xtensa: signal: include headers for function prototypesRandy Dunlap2023-09-202-0/+3
* xtensa: processor.h: add init_arch() prototypeRandy Dunlap2023-09-201-0/+4
* xtensa: ptrace: add prototypes to <asm/ptrace.h>Randy Dunlap2023-09-202-1/+3
* xtensa: irq: include <asm/traps.h>Randy Dunlap2023-09-201-0/+1
* xtensa: fault: include <asm/traps.h>Randy Dunlap2023-09-201-0/+1
* xtensa: add default definition for XCHAL_HAVE_DIV32Max Filippov2023-09-201-0/+4
* Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2023-09-077-5/+56
|\
| * xtensa: add XIP-aware MTD supportMax Filippov2023-08-285-1/+34
| * xtensa: PMU: fix base address for the newer hardwareMax Filippov2023-08-272-4/+22
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-26/+1
|\ \
| * | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+1
| * | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
| * | tty: xtensa/iss: drop unneeded tty_operations hooksJiri Slaby (SUSE)2023-08-111-24/+0
| |/
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
* | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-1/+1
|\ \ \
| * | | treewide: drop CONFIG_EMBEDDEDRandy Dunlap2023-08-211-1/+1
| | |/ | |/|
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-296-114/+89
|\ \ \
| * | | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-241-4/+0
| * | | xtensa: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-47/+63
| * | | xtensa: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-64/+27
| |/ /
* | | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-0/+1
|\ \ \ | |/ / |/| |
| * | arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-271-0/+1
| |/
* | xtensa: fix unaligned and load/store configuration interactionMax Filippov2023-07-102-21/+16
* | xtensa: ISS: fix call to split_if_specMax Filippov2023-07-101-1/+1
* | xtensa: ISS: add comment about etherdev freeingMax Filippov2023-07-101-0/+1
|/
* Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-302-56/+0
|\
| * xtensa: Remove 64 bits atomic builtins stubsChristophe Leroy2023-06-092-56/+0
* | Merge branch 'expand-stack'Linus Torvalds2023-06-282-11/+4
|\ \
| * | mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-242-11/+4
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-282-1/+5
|\ \ \
| * | | xtensa: add pte_unmap() to balance pte_offset_map()Hugh Dickins2023-06-191-1/+4
| * | | cachestat: wire up cachestat for other architecturesNhat Pham2023-06-091-0/+1
| |/ /
* | | Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2023-06-2741-326/+467
|\ \ \
| * | | xtensa: dump userspace code around the exception PCMax Filippov2023-06-242-0/+26
| * | | xtensa: rearrange show_stack outputMax Filippov2023-06-131-15/+42
| * | | xtensa: add load/store exception handlerMax Filippov2023-06-135-14/+136
| * | | xtensa: rearrange unaligned exception handlerMax Filippov2023-06-131-82/+89
| * | | xtensa: always install slow handler for unaligned access exceptionMax Filippov2023-06-131-5/+1
| * | | xtensa: move early_trap_init from kasan_early_init to init_archMax Filippov2023-06-133-2/+8
| * | | xtensa: drop ARCH_WANT_FRAME_POINTERSMax Filippov2023-06-123-14/+0