summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel
Commit message (Expand)AuthorAgeFilesLines
* xtensa: call irqchip_init only when CONFIG_USE_OF is selectedMax Filippov2021-09-271-1/+1
* xtensa: use CONFIG_USE_OF instead of CONFIG_OFRandy Dunlap2021-09-271-6/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-0/+2
|\
| * mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+2
* | Merge tag 'xtensa-20210902' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2021-09-021-0/+7
|\ \
| * | xtensa: add fairness to IRQ handlingMax Filippov2021-08-111-0/+7
| |/
* | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-1/+1
|\ \
| * | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-1/+1
| |/
* | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-1/+1
|\ \
| * | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
| |/
* / xtensa: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-3/+1
|/
* Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-011-1/+1
|\
| * quota: Wire up quotactl_fd syscallJan Kara2021-06-071-1/+1
* | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
* | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-031-1/+1
|\|
| * quota: Disable quotactl_path syscallJan Kara2021-05-171-1/+1
* | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
|/
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+3
|\
| * arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-0/+3
* | Merge tag 'xtensa-20210429' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2021-04-306-87/+9
|\ \
| * | xtensa: Couple of typo fixesBhaskar Chowdhury2021-04-041-2/+2
| * | xtensa: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-04-042-41/+2
| * | xtensa: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-04-043-39/+3
| * | xtensa: stop filling syscall array with sys_ni_syscallMasahiro Yamada2021-04-041-5/+2
| * | xtensa: fix warning comparing pointer to 0Jiapeng Chong2021-04-041-1/+1
* | | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-291-0/+1
|\ \ \ | |/ / |/| |
| * | quota: wire up quotactl_pathSascha Hauer2021-03-171-0/+1
| |/
* / xtensa: move coprocessor_flush to the .text sectionMax Filippov2021-03-081-31/+33
|/
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-6/+7
|\ \
| * | arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada2021-02-221-1/+1
| * | arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada2021-02-221-5/+6
* | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-0/+1
|\ \ \ | |_|/ |/| |
| * | fs: add mount_setattr()Christian Brauner2021-01-241-0/+1
| |/
* / arch: xtensa: Remove CONFIG_OPROFILE supportViresh Kumar2021-01-291-1/+1
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-12-211-1/+1
|\
| * xtensa: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-12-071-1/+1
* | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+1
* | xtensa: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-122-3/+4
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
|/
* dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
* dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+0
|\
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0