summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Mark core_vpe_count() as __initNathan Chancellor2023-06-201-1/+1
* MIPS: Rework smt cmdline parametersJiaxun Yang2023-06-093-13/+21
* mips: asm-offsets: add missing prototypesArnd Bergmann2023-06-091-0/+14
* MIPS: uaccess: emulate Ingenic LXW/LXH/LXHU uaccessSiarhei Volkau2023-06-091-0/+41
* mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau2023-05-231-4/+5
* MIPS: Restore Au1300 supportManuel Lauss2023-05-231-0/+5
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-283-1/+6
|\
| * sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * mips/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf2023-03-081-0/+2
| * mips/cpu: Expose play_dead()'s prototype definitionJosh Poimboeuf2023-03-082-0/+3
* | Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-04-2713-480/+26
|\ \
| * | MIPS: uprobes: Restore thread.trap_nrTiezhu Yang2023-04-241-0/+1
| * | MIPS: Sink body of check_bugs_early() into its only call siteNathan Chancellor2023-04-221-1/+2
| * | MIPS: octeon_switch: Remove duplicated labelsJiaxun Yang2023-04-121-6/+0
| * | MIPS: Remove set_swbp() in uprobes.cTiezhu Yang2023-04-121-18/+0
| * | MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer2023-04-125-454/+1
| * | MIPS: Octeon: Allow CVMSEG to be disabledJiaxun Yang2023-04-051-0/+3
| * | MIPS: Octeon: Opt-out 4k_cache featureJiaxun Yang2023-04-051-0/+2
| * | MIPS: mips-cm: Check availability of config registersJiaxun Yang2023-04-051-2/+7
| * | MIPS: smp-cps: Disable coherence setup for unsupported ISAJiaxun Yang2023-04-052-0/+10
| |/
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-6/+5
|\ \
| * | module: fix MIPS module_layout -> module_memoryRandy Dunlap2023-03-091-1/+1
| * | module: replace module_layout with module_memorySong Liu2023-03-091-6/+5
| |/
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-273-3/+1
|\ \
| * | MIPS: vpe-cmp: remove module owner pointer from struct class usage.Greg Kroah-Hartman2023-04-031-1/+0
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| * | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
| |/
* / MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptJiaxun Yang2023-04-211-0/+2
|/
* 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