summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-052-7/+7
* Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-07-091-0/+16
|\
| * irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entryMarc Zyngier2021-07-091-0/+16
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\ \
| * | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* | | Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-07-013-31/+10
|\ \ \
| * | | MIPS: cpu-probe: Fix FPU detection on Ingenic JZ4760(B)Paul Cercueil2021-06-011-0/+5
| * | | mips: syscalls: use pattern rules to generate syscall headersMasahiro Yamada2021-06-011-24/+4
| * | | mips: syscalls: define syscall offsets directly in <asm/unistd.h>Masahiro Yamada2021-06-012-7/+1
* | | | Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-013-3/+3
|\ \ \ \
| * | | | quota: Wire up quotactl_fd syscallJan Kara2021-06-073-3/+3
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-3/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | arch/mips/kernel/traps: use vma_lookup() instead of find_vma()Liam Howlett2021-06-291-3/+1
| |/ /
* | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-283-3/+1
|\ \ \
| * | | sched,arch: Remove unused TASK_STATE offsetsPeter Zijlstra2021-06-181-1/+0
| * | | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-033-3/+3
| |\| |
| * | | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
| | |/ | |/|
* | | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-281-3/+0
|\ \ \
| * | | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-3/+0
| |/ /
* | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-281-2/+2
|\ \ \ | |_|/ |/| |
| * | locking/atomic: mips: move to ARCH_ATOMICMark Rutland2021-05-261-2/+2
| |/
* / quota: Disable quotactl_path syscallJan Kara2021-05-173-3/+3
|/
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-013-0/+9
|\
| * arch: Wire up Landlock syscallsMickaël Salaün2021-04-223-0/+9
* | Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-04-2920-346/+189
|\ \
| * | MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACEzhaoxiao2021-04-211-4/+4
| * | MIPS: Loongson64: Add kexec/kdump supportHuacai Chen2021-04-161-5/+4
| * | MIPS: Fix new sparse warningsThomas Bogendoerfer2021-04-072-6/+7
| * | MIPS: Loongson64: Use _CACHE_UNCACHED instead of _CACHE_UNCACHED_ACCELERATEDTiezhu Yang2021-04-061-3/+0
| * | MIPS: Remove get_fs/set_fsThomas Bogendoerfer2021-04-063-6/+1
| * | MIPS: uaccess: Remove get_fs/set_fs call sitesThomas Bogendoerfer2021-04-063-186/+136
| * | MIPS: kernel: Remove not needed set_fs callsThomas Bogendoerfer2021-04-061-8/+0
| * | MIPS: Add support for CONFIG_DEBUG_VIRTUALFlorian Fainelli2021-04-061-2/+3
| * | mips: kernel: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe()Wang Qing2021-03-141-4/+4
| * | mips: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-03-102-44/+2
| * | mips: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-03-106-67/+14
| * | MIPS: Remove KVM_GUEST supportThomas Bogendoerfer2021-03-101-4/+0
| * | Merge tag 'mips-fixes_5.12_1' into mips-nextThomas Bogendoerfer2021-03-104-5/+20
| |\|
| * | mips: smp-bmips: fix CPU mappingsÁlvaro Fernández Rojas2021-03-061-10/+17
* | | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-293-0/+3
|\ \ \
| * | | quota: wire up quotactl_pathSascha Hauer2021-03-173-0/+3
| | |/ | |/|
* | | MIPS: kernel: setup.c: fix compilation errorMauri Sandberg2021-03-301-1/+1
* | | MIPS: vmlinux.lds.S: Fix appended dtb not properly alignedPaul Cercueil2021-03-161-1/+1
|/ /
* | MIPS: kernel: Reserve exception base early to prevent corruptionThomas Bogendoerfer2021-03-093-5/+14
* | MIPS: vmlinux.lds.S: align raw appended dtb to 8 bytesBjørn Mork2021-03-081-1/+5
* | MIPS: boot/compressed: Copy DTB to aligned addressPaul Cercueil2021-03-081-0/+2
|/
* 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 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-02-251-1/+1
|\ \