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