summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\
| * arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-292-5/+4
|\ \
| * | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
* | | Merge tag 'mips_5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-03-2517-106/+31
|\ \ \
| * | | MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang2022-03-141-0/+5
| * | | MIPS: Only use current_stack_pointer on GCCKees Cook2022-03-141-1/+2
| * | | MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin2022-03-071-11/+11
| * | | mips: Implement "current_stack_pointer"Kees Cook2022-03-011-2/+1
| * | | MIPS: Remove TX39XX supportThomas Bogendoerfer2022-03-019-75/+4
| * | | MIPS: Modernize READ_IMPLIES_EXECKees Cook2022-02-231-11/+5
| * | | MIPS: remove asm/war.hThomas Bogendoerfer2022-02-227-9/+6
| | |/ | |/|
* | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-241-0/+17
|\ \ \
| * | | MIPS: Handle address errors for accesses above CPU max virtual user addressThomas Bogendoerfer2022-02-251-0/+17
| |/ /
* | | drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-5/+0
* | | mips: setup: fix setnocoherentio() boolean settingRandy Dunlap2022-02-221-1/+1
* | | MIPS: smp: fill in sibling and core maps earlierAlexander Lobakin2022-02-161-3/+3
|/ /
* / MIPS: Fix build error due to PTR used in more placesThomas Bogendoerfer2022-01-279-83/+83
|/
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-153-0/+3
|\ \
| * | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-153-0/+3
* | | MIPS: signal: Return immediately if call failsTiezhu Yang2022-01-021-9/+11
* | | MIPS: signal: Protect against sigaltstack wraparoundTiezhu Yang2022-01-021-0/+7
* | | MIPS: CPC: Use bitfield helpersGeert Uytterhoeven2021-11-291-1/+2
|/ /
* | MIPS: loongson64: fix FTLB configurationHuang Pei2021-11-251-2/+2
* | MIPS: Fix using smp_processor_id() in preemptible in show_cpuinfo()Tiezhu Yang2021-11-251-1/+1
* | MIPS: syscalls: Wire up futex_waitv syscallWang Haojun2021-11-163-0/+3
|/
* 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
| |/ /