summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-09-075-5/+3
|\
| * mips: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-153-3/+3
| * mips: remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-152-2/+0
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-1/+1
|\ \
| * | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
| |/
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-2/+2
|\ \
| * | nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-08-181-2/+2
| |/
* / arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-273-0/+3
|/
* Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2023-07-091-6/+3
|\
| * MIPS: Loongson: Fix cpu_probe_loongson() againHuacai Chen2023-07-031-6/+3
* | Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-06-295-14/+77
|\|
| * 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
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-283-0/+3
|\ \
| * | cachestat: wire up cachestat for other architecturesNhat Pham2023-06-093-0/+3
| |/
* | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-263-9/+14
|\ \
| * | MIPS: SMP_CPS: Switch to hotplug core state synchronizationThomas Gleixner2023-05-153-9/+14
* | | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-0/+13
|\ \ \ | |_|/ |/| |
| * | mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-161-0/+13
| |/
* | 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