summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS: jump_label: Fix compat branch range checkJiaxun Yang2022-11-111-1/+1
* MIPS: fix duplicate definitions for exported symbolsRongwei Zhang2022-11-111-10/+5
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-122-2/+2
* Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-1/+1
|\
| * smp: add set_nr_cpu_ids()Yury Norov2022-09-201-1/+1
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-2/+2
|\ \
| * | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
| |/
* | mips: allow firmware to pass RNG seed to kernelJason A. Donenfeld2022-10-011-0/+21
* | mips: kernel: convert to DEFINE_SHOW_ATTRIBUTELiu Shixin2022-09-191-13/+2
* | MIPS: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-122-4/+4
|/
* Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2022-08-073-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-062-7/+2
|\ \
| * | mips: rename mt_init to mips_mt_initLiam R. Howlett2022-07-301-2/+2
| * | mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport2022-07-181-1/+0
| * | mips: drop definitions of PTE_ORDERMike Rapoport2022-07-181-1/+0
| * | mips: rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)2022-07-181-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-041-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-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
|\ \ \