summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-251-0/+2
|\
| * mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner2022-03-241-0/+2
* | Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2022-03-2532-114/+676
|\ \ | |/ |/|
| * xtensa: define update_mmu_tlb functionMax Filippov2022-03-222-0/+10
| * xtensa: fix xtensa_wsr always writing 0Max Filippov2022-03-201-2/+2
| * xtensa: enable plugin supportMax Filippov2022-03-191-0/+1
| * xtensa: clean up kernel exit assembly codeMax Filippov2022-03-191-25/+25
| * xtensa: rearrange NMI exit pathMax Filippov2022-03-191-9/+4
| * xtensa: merge stack alignment definitionsMax Filippov2022-03-193-7/+8
| * xtensa: fix DTC warning unit_address_formatMax Filippov2022-03-173-10/+10
| * xtensa: fix stop_machine_cpuslocked call in patch_textMax Filippov2022-03-161-1/+1
| * xtensa: make secondary reset vector support conditionalMax Filippov2022-03-094-4/+14
| * xtensa: add kernel ABI selection to KconfigMax Filippov2022-03-092-0/+39
| * xtensa: don't link with libgccMax Filippov2022-03-093-19/+4
| * xtensa: add helpers for division, remainder and shiftsMax Filippov2022-03-0910-0/+539
| * xtensa: add missing XCHAL_HAVE_WINDOWED checkMax Filippov2022-03-091-0/+2
| * xtensa: use XCHAL_NUM_AREGS as pt_regs::areg sizeMax Filippov2022-03-072-14/+3
| * xtensa: rename PT_SIZE to PT_KERNEL_SIZEMax Filippov2022-03-073-10/+10
| * xtensa: Remove unused early_read_config_byte() et al declarationsBjorn Helgaas2022-03-061-9/+0
| * xtensa: use strscpy to copy stringsJason Wang2022-03-061-4/+4
| * net: xtensa: use strscpy to copy stringsJason Wang2022-03-061-2/+2
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-1/+1
|\ \
| * | net: xtensa: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-1/+1
| |/
* | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-238-112/+6
|\ \
| * \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-256-110/+1
| |\ \
| | * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-256-101/+0
| | * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-9/+1
| | |/
| * | shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+4
| * | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+1
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \
| * | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
| |/
* | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-214-6/+8
|\ \
| * | xtensa: Implement "current_stack_pointer"Kees Cook2022-02-254-6/+8
| |/
* / iss-simdisk: use bvec_kmap_local in simdisk_submit_bioChristoph Hellwig2022-03-041-2/+2
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-192-5/+2
|\ \
| * | kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-082-5/+2
| |/
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-2/+2
|\ \
| * | exit/xtensa: In arch/xtensa/entry.S:Linvalid_mask call make_task_deadEric W. Biederman2022-01-081-1/+1
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-152-9/+9
|\ \ \
| * | | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
| * | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-9/+8
| | |/ | |/|
* | | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-132-3/+1
|\| |
| * | Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-251-0/+1
| |\ \
| | * | futex: Wireup futex_waitv syscallAndré Almeida2021-11-251-0/+1
| | |/