summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2023-01-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2023-01-04xtensa: add support for TIF_NOTIFY_SIGNALJens Axboe3-4/+8
2022-08-21xtensa: iss: fix handling error cases in iss_net_configure()Yang Yingliang1-17/+15
2022-08-21xtensa: iss/network: provide release() callbackMax Filippov1-0/+10
2022-06-29xtensa: Fix refcount leak bug in time.cLiang He1-0/+1
2022-06-29xtensa: xtfpga: Fix refcount leak bug in setupLiang He1-0/+1
2022-06-09xtensa/simdisk: fix proc_read_simdisk()Yi Yang1-6/+12
2022-06-09ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman2-4/+4
2022-05-30xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-4/+2
2022-04-27xtensa: fix a7 clobbering in coprocessor context load/storeMax Filippov1-2/+2
2022-04-27xtensa: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2022-04-13xtensa: fix DTC warning unit_address_formatMax Filippov3-10/+10
2022-04-08xtensa: fix xtensa_wsr always writing 0Max Filippov1-2/+2
2022-04-08xtensa: fix stop_machine_cpuslocked call in patch_textMax Filippov1-1/+1
2021-10-27xtensa: xtfpga: Try software restart before simulating CPU resetGuenter Roeck1-2/+6
2021-10-27xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OFMax Filippov1-2/+2
2021-10-13xtensa: call irqchip_init only when CONFIG_USE_OF is selectedMax Filippov1-1/+1
2021-10-13xtensa: use CONFIG_USE_OF instead of CONFIG_OFRandy Dunlap3-8/+8
2021-09-18xtensa: ISS: don't panic in rs_initJiri Slaby1-3/+14
2021-09-08xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHGRandy Dunlap1-1/+1
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-04-07xtensa: move coprocessor_flush to the .text sectionMax Filippov1-31/+33
2021-04-07xtensa: fix uaccess-related livelock in do_page_faultMax Filippov1-1/+4
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-11-17xtensa: uaccess: Add missing __user to strncpy_from_user() prototypeLaurent Pinchart1-1/+1
2020-11-16xtensa: disable preemption around cache alias management callsMax Filippov1-0/+14
2020-11-16xtensa: fix TLBTEMP area placementMax Filippov1-1/+1
2020-11-04ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservationsArd Biesheuvel1-2/+2
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-3/+2
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-45/+10
2020-10-14arm, xtensa: simplify initialization of high memory pagesMike Rapoport1-45/+10
2020-10-14Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+0
2020-10-13Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-74/+27
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-14/+0
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2-2/+2
2020-09-09uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-09-01xtensa: fix Kconfig typoRandy Dunlap1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-20xtensa: propagate the calling conventions change down into csum_partial_copy_...Al Viro2-68/+19
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-14/+16
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-3/+2
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-0/+1