aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/xtensa (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-15xtensa: fix a7 clobbering in coprocessor context load/storeMax Filippov1-2/+2
2022-04-13arch: xtensa: platforms: Fix deadlock in rs_close()Duoming Zhou1-8/+0
2022-04-13xtensa: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-5/+4
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-221/+0
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2022-03-25Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds32-114/+676
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner1-0/+2
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds8-112/+6
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-22xtensa: define update_mmu_tlb functionMax Filippov2-0/+10
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-6/+8
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+1
2022-03-20xtensa: fix xtensa_wsr always writing 0Max Filippov1-2/+2
2022-03-19xtensa: enable plugin supportMax Filippov1-0/+1
2022-03-19xtensa: clean up kernel exit assembly codeMax Filippov1-25/+25
2022-03-19xtensa: rearrange NMI exit pathMax Filippov1-9/+4
2022-03-19xtensa: merge stack alignment definitionsMax Filippov3-7/+8
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki1-0/+1
2022-03-17xtensa: fix DTC warning unit_address_formatMax Filippov3-10/+10
2022-03-16xtensa: fix stop_machine_cpuslocked call in patch_textMax Filippov1-1/+1
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+2
2022-03-09xtensa: make secondary reset vector support conditionalMax Filippov4-4/+14
2022-03-09xtensa: add kernel ABI selection to KconfigMax Filippov2-0/+39
2022-03-09xtensa: don't link with libgccMax Filippov3-19/+4
2022-03-09xtensa: add helpers for division, remainder and shiftsMax Filippov10-0/+539
2022-03-09xtensa: add missing XCHAL_HAVE_WINDOWED checkMax Filippov1-0/+2
2022-03-07xtensa: use XCHAL_NUM_AREGS as pt_regs::areg sizeMax Filippov2-14/+3
2022-03-07xtensa: rename PT_SIZE to PT_KERNEL_SIZEMax Filippov3-10/+10
2022-03-06xtensa: Remove unused early_read_config_byte() et al declarationsBjorn Helgaas1-9/+0
2022-03-06xtensa: use strscpy to copy stringsJason Wang1-4/+4
2022-03-06net: xtensa: use strscpy to copy stringsJason Wang1-2/+2
2022-03-04iss-simdisk: use bvec_kmap_local in simdisk_submit_bioChristoph Hellwig1-2/+2
2022-03-04net: xtensa: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-03dma-mapping: remove CONFIG_DMA_REMAPChristoph Hellwig1-1/+1
2022-02-25xtensa: Implement "current_stack_pointer"Kees Cook4-6/+8
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic into asm-genericArnd Bergmann6-110/+1
2022-02-25xtensa: termbits.h is identical to asm-generic oneIlpo Järvinen1-221/+0
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann6-101/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-9/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada1-1/+4
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-1/+1