summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2023-03-023-22/+19
|\
| * MIPS: cevt-r4k: Offset the value used to clear compare interruptJiaxun Yang2023-02-271-2/+2
| * MIPS: smp-cps: Don't rely on CP0_CMGCRBASEJiaxun Yang2023-02-272-20/+17
* | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-263-9/+9
|\ \
| * | MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOATNathan Chancellor2023-01-263-9/+9
* | | Merge tag 'mips_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-02-252-7/+8
|\ \ \ | | |/ | |/|
| * | MIPS: vpe-mt: drop physical_memsizeRandy Dunlap2023-02-201-4/+3
| * | MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not setRandy Dunlap2023-02-191-3/+5
| |/
* | cpuidle,arch: Mark all regular cpuidle_state:: Enter methods __cpuidlePeter Zijlstra2023-01-131-3/+3
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-5/+3
* | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
|/
* Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-4/+5
|\
| * mips: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-4/+5
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-122-2/+2
|\ \
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-2/+2
* | | MIPS: vpe-cmp: fix possible memory leak while module exitingYang Yingliang2022-11-221-2/+2
* | | MIPS: vpe-mt: fix possible memory leak while module exitingYang Yingliang2022-11-221-2/+2
|/ /
* | 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-112-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-191-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-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
| | |/ | |/|