summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2022-08-063-42/+2
|\
| * MIPS: Remove VR41xx supportThomas Bogendoerfer2022-07-141-40/+0
| * MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen2022-07-141-1/+1
| * MIPS: vdso: Utilize __pa() for gic_pfnFlorian Fainelli2022-07-111-1/+1
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-7/+2
|\ \
| * | mips: rename mt_init to mips_mt_initLiam R. Howlett2022-07-291-2/+2
| * | mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport2022-07-171-1/+0
| * | mips: drop definitions of PTE_ORDERMike Rapoport2022-07-171-1/+0
| * | mips: rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)2022-07-171-3/+0
| |/
* / jump_label: mips: move module NOP patching into arch codeArd Biesheuvel2022-06-242-2/+22
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-6/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-3/+5
* | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-2/+1
|\ \
| * | mips: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+1
* | | Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-05-308-20/+48
|\ \ \
| * | | MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMATiezhu Yang2022-05-241-1/+5
| * | | MIPS: Return -EINVAL if mem parameter is empty in early_parse_mem()Tiezhu Yang2022-05-241-0/+5
| * | | mips: setup: use strscpy to replace strlcpy陈学兵2022-05-231-3/+3
| * | | MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotationTiezhu Yang2022-05-121-12/+24
| * | | MIPS: smp: optimization for flush_tlb_mm when exitingMao Bibo2022-05-121-0/+6
| * | | MIPS: fix typos in commentsJulia Lawall2022-05-044-4/+4
| * | | mips: cpc: Fix refcount leak in mips_cpc_default_phys_baseGong Yuanjun2022-04-261-0/+1
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-23/+4
|\ \ \ | |_|/ |/| |
| * | vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-23/+4
| |/
* / MIPS: Fix CP0 counter erratum detection for R4k CPUsMaciej W. Rozycki2022-04-291-8/+3
|/
* 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-282-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-231-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