aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-10-06MIPS: Remove dead code in relocate_new_kernelGravatar Tiezhu Yang 1-1/+0
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 5-5/+3
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-2/+2
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUGravatar Douglas Anderson 1-2/+2
2023-08-15mips: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 3-3/+3
2023-08-15mips: remove unneeded #include <asm/export.h>Gravatar Masahiro Yamada 2-2/+0
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 3-0/+3
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Gravatar Jiri Slaby 1-1/+1
2023-07-09Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Gravatar Linus Torvalds 1-6/+3
2023-07-03MIPS: Loongson: Fix cpu_probe_loongson() againGravatar Huacai Chen 1-6/+3
2023-06-29Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 5-14/+77
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-0/+3
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-9/+14
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+13
2023-06-20MIPS: Mark core_vpe_count() as __initGravatar Nathan Chancellor 1-1/+1
2023-06-16mips/cpu: Switch to arch_cpu_finalize_init()Gravatar Thomas Gleixner 1-0/+13
2023-06-09cachestat: wire up cachestat for other architecturesGravatar Nhat Pham 3-0/+3
2023-06-09MIPS: Rework smt cmdline parametersGravatar Jiaxun Yang 3-13/+21
2023-06-09mips: asm-offsets: add missing prototypesGravatar Arnd Bergmann 1-0/+14
2023-06-09MIPS: uaccess: emulate Ingenic LXW/LXH/LXHU uaccessGravatar Siarhei Volkau 1-0/+41
2023-05-23mips: Move initrd_start check after initrd address sanitisation.Gravatar Liviu Dudau 1-4/+5
2023-05-23MIPS: Restore Au1300 supportGravatar Manuel Lauss 1-0/+5
2023-05-15MIPS: SMP_CPS: Switch to hotplug core state synchronizationGravatar Thomas Gleixner 3-9/+14
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-1/+6
2023-04-27Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 13-480/+26
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+5
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-3/+1
2023-04-24MIPS: uprobes: Restore thread.trap_nrGravatar Tiezhu Yang 1-0/+1
2023-04-22MIPS: Sink body of check_bugs_early() into its only call siteGravatar Nathan Chancellor 1-1/+2
2023-04-21MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptGravatar Jiaxun Yang 1-0/+2
2023-04-12MIPS: octeon_switch: Remove duplicated labelsGravatar Jiaxun Yang 1-6/+0
2023-04-12MIPS: Remove set_swbp() in uprobes.cGravatar Tiezhu Yang 1-18/+0
2023-04-12MIPS: Remove deprecated CONFIG_MIPS_CMPGravatar Thomas Bogendoerfer 5-454/+1
2023-04-05MIPS: Octeon: Allow CVMSEG to be disabledGravatar Jiaxun Yang 1-0/+3
2023-04-05MIPS: Octeon: Opt-out 4k_cache featureGravatar Jiaxun Yang 1-0/+2
2023-04-05MIPS: mips-cm: Check availability of config registersGravatar Jiaxun Yang 1-2/+7
2023-04-05MIPS: smp-cps: Disable coherence setup for unsupported ISAGravatar Jiaxun Yang 2-0/+10
2023-04-03MIPS: vpe-cmp: remove module owner pointer from struct class usage.Gravatar Greg Kroah-Hartman 1-1/+0
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-17drivers: remove struct module * setting from struct classGravatar Greg Kroah-Hartman 1-1/+0
2023-03-09module: fix MIPS module_layout -> module_memoryGravatar Randy Dunlap 1-1/+1
2023-03-09module: replace module_layout with module_memoryGravatar Song Liu 1-6/+5
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnGravatar Josh Poimboeuf 1-1/+1
2023-03-08mips/cpu: Make sure play_dead() doesn't returnGravatar Josh Poimboeuf 1-0/+2
2023-03-08mips/cpu: Expose play_dead()'s prototype definitionGravatar Josh Poimboeuf 2-0/+3
2023-03-02Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Gravatar Linus Torvalds 3-22/+19
2023-02-27MIPS: cevt-r4k: Offset the value used to clear compare interruptGravatar Jiaxun Yang 1-2/+2
2023-02-27MIPS: smp-cps: Don't rely on CP0_CMGCRBASEGravatar Jiaxun Yang 2-20/+17
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 3-9/+9