summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)AuthorLines
2023-09-07Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-5/+56
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-26/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-114/+89
2023-08-28xtensa: add XIP-aware MTD supportMax Filippov-1/+34
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2023-08-27xtensa: PMU: fix base address for the newer hardwareMax Filippov-4/+22
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)-4/+0
2023-08-24xtensa: implement the new page table range APIMatthew Wilcox (Oracle)-47/+63
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap-1/+1
2023-08-18xtensa: mm: convert to GENERIC_IOREMAPBaoquan He-64/+27
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-2/+1
2023-08-11tty: xtensa/iss: drop unneeded tty_operations hooksJiri Slaby (SUSE)-24/+0
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt-0/+1
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-1/+1
2023-07-10xtensa: fix unaligned and load/store configuration interactionMax Filippov-21/+16
2023-07-10xtensa: ISS: fix call to split_if_specMax Filippov-1/+1
2023-07-10xtensa: ISS: add comment about etherdev freeingMax Filippov-0/+1
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-56/+0
2023-06-28Merge branch 'expand-stack'Linus Torvalds-11/+4
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+5
2023-06-27Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-326/+467
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+9
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds-18/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-3/+3
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds-11/+4
2023-06-24xtensa: dump userspace code around the exception PCMax Filippov-0/+26
2023-06-19xtensa: add pte_unmap() to balance pte_offset_map()Hugh Dickins-1/+4
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner-18/+0
2023-06-13xtensa: rearrange show_stack outputMax Filippov-15/+42
2023-06-13xtensa: add load/store exception handlerMax Filippov-14/+136
2023-06-13xtensa: rearrange unaligned exception handlerMax Filippov-82/+89
2023-06-13xtensa: always install slow handler for unaligned access exceptionMax Filippov-5/+1
2023-06-13xtensa: move early_trap_init from kasan_early_init to init_archMax Filippov-2/+8
2023-06-12xtensa: drop ARCH_WANT_FRAME_POINTERSMax Filippov-14/+0
2023-06-12xtensa: report trax and perf counters in cpuinfoMax Filippov-2/+18
2023-06-12xtensa: add asm-prototypes.hMax Filippov-91/+60
2023-06-12xtensa: only build __strncpy_user with CONFIG_ARCH_HAS_STRNCPY_FROM_USERMax Filippov-1/+2
2023-06-12xtensa: drop bcopy implementationMax Filippov-18/+0
2023-06-12xtensa: drop EXPORT_SYMBOL for common_exception_returnMax Filippov-3/+0
2023-06-12xtensa: boot-redboot: clean up MakefileMax Filippov-5/+4
2023-06-12xtensa: clean up default platform functionsMax Filippov-10/+15
2023-06-12xtensa: drop platform_halt and platform_power_offMax Filippov-40/+25
2023-06-12xtensa: drop platform_restartMax Filippov-13/+44
2023-06-12xtensa: drop platform_heartbeatMax Filippov-19/+11
2023-06-12xtensa: xt2000: drop empty platform_initMax Filippov-6/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig-1/+1