summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | xtensa: report trax and perf counters in cpuinfoMax Filippov2023-06-122-2/+18
| * | | xtensa: add asm-prototypes.hMax Filippov2023-06-1223-91/+60
| * | | xtensa: only build __strncpy_user with CONFIG_ARCH_HAS_STRNCPY_FROM_USERMax Filippov2023-06-121-1/+2
| * | | xtensa: drop bcopy implementationMax Filippov2023-06-122-18/+0
| * | | xtensa: drop EXPORT_SYMBOL for common_exception_returnMax Filippov2023-06-121-3/+0
| * | | xtensa: boot-redboot: clean up MakefileMax Filippov2023-06-121-5/+4
| * | | xtensa: clean up default platform functionsMax Filippov2023-06-121-10/+15
| * | | xtensa: drop platform_halt and platform_power_offMax Filippov2023-06-126-40/+25
| * | | xtensa: drop platform_restartMax Filippov2023-06-126-13/+44
| * | | xtensa: drop platform_heartbeatMax Filippov2023-06-124-19/+11
| * | | xtensa: xt2000: drop empty platform_initMax Filippov2023-06-121-6/+0
| |/ /
* | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-3/+9
|\ \ \
| * | | locking/atomic: xtensa: add preprocessor symbolsMark Rutland2023-06-051-0/+9
| * | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-3/+0
| | |/ | |/|
* | | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-18/+0
|\ \ \
| * | | init: Remove check_bugs() leftoversThomas Gleixner2023-06-161-18/+0
| |/ /
* | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-3/+3
|\ \ \ | |_|/ |/| |
| * | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * | block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1