aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'mips_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 2-7/+8
2023-02-20MIPS: vpe-mt: drop physical_memsizeGravatar Randy Dunlap 1-4/+3
2023-02-19MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not setGravatar Randy Dunlap 1-3/+5
2023-01-13cpuidle,arch: Mark all regular cpuidle_state:: Enter methods __cpuidleGravatar Peter Zijlstra 1-3/+3
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledGravatar Peter Zijlstra 1-5/+3
2023-01-13objtool/idle: Validate __cpuidle code as noinstrGravatar Peter Zijlstra 1-1/+0
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+5
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2022-11-22MIPS: vpe-cmp: fix possible memory leak while module exitingGravatar Yang Yingliang 1-2/+2
2022-11-22MIPS: vpe-mt: fix possible memory leak while module exitingGravatar Yang Yingliang 1-2/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 2-2/+2
2022-11-15mips: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-4/+5
2022-11-11MIPS: jump_label: Fix compat branch range checkGravatar Jiaxun Yang 1-1/+1
2022-11-11MIPS: fix duplicate definitions for exported symbolsGravatar Rongwei Zhang 1-10/+5
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 2-2/+2
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 1-1/+1
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headGravatar Masahiro Yamada 1-2/+2
2022-10-01mips: allow firmware to pass RNG seed to kernelGravatar Jason A. Donenfeld 1-0/+21
2022-09-19smp: add set_nr_cpu_ids()Gravatar Yury Norov 1-1/+1
2022-09-19mips: kernel: convert to DEFINE_SHOW_ATTRIBUTEGravatar Liu Shixin 1-13/+2
2022-09-12MIPS: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 2-4/+4
2022-08-06Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 3-42/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-7/+2
2022-07-29mips: rename mt_init to mips_mt_initGravatar Liam R. Howlett 1-2/+2
2022-07-17mips: rename PGD_ORDER to PGD_TABLE_ORDERGravatar Mike Rapoport 1-1/+0
2022-07-17mips: drop definitions of PTE_ORDERGravatar Mike Rapoport 1-1/+0
2022-07-17mips: rename PMD_ORDER to PMD_TABLE_ORDERGravatar Matthew Wilcox (Oracle) 1-3/+0
2022-07-14MIPS: Remove VR41xx supportGravatar Thomas Bogendoerfer 1-40/+0
2022-07-14MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKGravatar Huacai Chen 1-1/+1
2022-07-11MIPS: vdso: Utilize __pa() for gic_pfnGravatar Florian Fainelli 1-1/+1
2022-06-24jump_label: mips: move module NOP patching into arch codeGravatar Ard Biesheuvel 2-2/+22
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+7
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-2/+1
2022-05-30Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 8-20/+48
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-23/+4
2022-05-24MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMAGravatar Tiezhu Yang 1-1/+5
2022-05-24MIPS: Return -EINVAL if mem parameter is empty in early_parse_mem()Gravatar Tiezhu Yang 1-0/+5
2022-05-23mips: setup: use strscpy to replace strlcpyGravatar 陈学兵 1-3/+3
2022-05-19mips: Use do_kernel_power_off()Gravatar Dmitry Osipenko 1-2/+1
2022-05-12MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotationGravatar Tiezhu Yang 1-12/+24
2022-05-12MIPS: smp: optimization for flush_tlb_mm when exitingGravatar Mao Bibo 1-0/+6
2022-05-07fork: Generalize PF_IO_WORKER handlingGravatar Eric W. Biederman 1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadGravatar Eric W. Biederman 1-3/+5
2022-05-04MIPS: fix typos in commentsGravatar Julia Lawall 4-4/+4
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterGravatar Matthew Wilcox (Oracle) 1-23/+4
2022-04-29MIPS: Fix CP0 counter erratum detection for R4k CPUsGravatar Maciej W. Rozycki 1-8/+3
2022-04-26mips: cpc: Fix refcount leak in mips_cpc_default_phys_baseGravatar Gong Yuanjun 1-0/+1
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationGravatar Masahiro Yamada 1-2/+1