summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-11-131-1/+7
|\
| * MIPS: Allow modules to set board_be_handlerFlorian Fainelli2021-11-091-1/+7
* | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-112-11/+2
|\ \
| * | signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULTEric W. Biederman2021-10-252-11/+2
* | | Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-11-055-226/+194
|\ \ \ | | |/ | |/|
| * | mips: cm: Convert to bitfield API to fix out-of-bounds accessGeert Uytterhoeven2021-11-021-11/+10
| * | MIPS: Remove NETLOGIC supportThomas Bogendoerfer2021-10-243-172/+0
| * | MIPS: kernel: proc: add CPU option reportingHauke Mehrtens2021-10-241-0/+122
| * | MIPS: kernel: proc: use seq_puts instead of seq_printfIlya Lipnitskiy2021-10-241-38/+38
| * | MIPS: kernel: proc: fix trivial style errorsIlya Lipnitskiy2021-10-241-24/+43
| |/
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-021-14/+12
|\ \
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-011-6/+6
| * | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-011-2/+1
| * | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-10-011-6/+5
* | | Merge tag 'fallthrough-fixes-clang-5.16-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-11-021-0/+1
|\ \ \
| * | | MIPS: Fix fall-through warnings for ClangGustavo A. R. Silva2021-10-131-0/+1
| | |/ | |/|
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-5/+3
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-5/+3
| | |/ | |/|
* | | Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier2021-10-281-7/+1
|\ \ \
| * | | MIPS: irq: Avoid an unused-variable errorYanteng Si2021-10-281-2/+0
| * | | irq: mips: simplify do_domain_IRQ()Mark Rutland2021-10-251-5/+1
| |/ /
* / / MIPS: BMIPS: Remove use of irq_cpu_offlineFlorian Fainelli2021-10-201-1/+2
|/ /
* / entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-3/+1
|/
* Merge branch 'linus' into smp/urgentThomas Gleixner2021-09-117-31/+35
|\
| * compat: remove some compat entry pointsArnd Bergmann2021-09-092-10/+10
| * Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-09-033-12/+12
| |\
| | * MIPS: Return true/false (not 1/0) from bool functionsHuilong Deng2021-08-211-5/+5
| | * MIPS: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-052-7/+7
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-034-8/+12
| |\ \
| | * | mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-033-0/+6
| | * | memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-8/+6
| | |/
| * / exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
| |/
* / drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-011-5/+2
|/
* 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-023-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-301-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
| | |/ | |/|