summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel
AgeCommit message (Expand)Author
2021-11-25futex: Wireup futex_waitv syscallAndré Almeida
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-11-06Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman
2021-10-18xtensa: move section symbols to asm/sections.hMax Filippov
2021-10-18xtensa: remove unused variable wmaskMax Filippov
2021-10-18xtensa: only build windowed register support code when neededMax Filippov
2021-10-18xtensa: use register window specific opcodes only when presentMax Filippov
2021-10-18xtensa: implement call0 ABI support in assemblyMax Filippov
2021-10-18xtensa: move _SimulateUserKernelVectorException out of WindowVectorsMax Filippov
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-09-27xtensa: call irqchip_init only when CONFIG_USE_OF is selectedMax Filippov
2021-09-27xtensa: use CONFIG_USE_OF instead of CONFIG_OFRandy Dunlap
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan
2021-09-02Merge tag 'xtensa-20210902' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-08-12xtensa: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-08-11xtensa: add fairness to IRQ handlingMax Filippov
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-07quota: Wire up quotactl_fd syscallJan Kara
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2021-05-17quota: Disable quotactl_path syscallJan Kara
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2021-04-30Merge tag 'xtensa-20210429' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün
2021-04-04xtensa: Couple of typo fixesBhaskar Chowdhury
2021-04-04xtensa: syscalls: switch to generic syscallhdr.shMasahiro Yamada
2021-04-04xtensa: syscalls: switch to generic syscalltbl.shMasahiro Yamada
2021-04-04xtensa: stop filling syscall array with sys_ni_syscallMasahiro Yamada
2021-04-04xtensa: fix warning comparing pointer to 0Jiapeng Chong
2021-03-17quota: wire up quotactl_pathSascha Hauer
2021-03-08xtensa: move coprocessor_flush to the .text sectionMax Filippov
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada
2021-01-29arch: xtensa: Remove CONFIG_OPROFILE supportViresh Kumar
2021-01-24fs: add mount_setattr()Christian Brauner
2020-12-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn