summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | xtensa: add missing XCHAL_HAVE_WINDOWED checkMax Filippov2022-03-091-0/+2
| * | xtensa: use XCHAL_NUM_AREGS as pt_regs::areg sizeMax Filippov2022-03-071-10/+0
| * | xtensa: rename PT_SIZE to PT_KERNEL_SIZEMax Filippov2022-03-073-10/+10
| * | xtensa: use strscpy to copy stringsJason Wang2022-03-061-4/+4
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-3/+0
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-3/+0
| |/
* / xtensa: Implement "current_stack_pointer"Kees Cook2022-02-251-2/+1
|/
* 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
* | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
* | futex: Wireup futex_waitv syscallAndré Almeida2021-11-251-0/+1
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-1/+1
* | Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2021-11-0610-189/+305
|\ \
| * | xtensa: move section symbols to asm/sections.hMax Filippov2021-10-181-71/+29
| * | xtensa: remove unused variable wmaskMax Filippov2021-10-181-3/+1
| * | xtensa: only build windowed register support code when neededMax Filippov2021-10-186-5/+43
| * | xtensa: use register window specific opcodes only when presentMax Filippov2021-10-183-0/+6
| * | xtensa: implement call0 ABI support in assemblyMax Filippov2021-10-184-89/+207
| * | xtensa: move _SimulateUserKernelVectorException out of WindowVectorsMax Filippov2021-10-181-21/+19
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-4/+1
|\ \ \ | |/ / |/| |
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-4/+1
| |/
* | 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
| |/