index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2023-12-10
mips: kexec: include linux/reboot.h
Arnd Bergmann
-0
/
+1
2023-12-10
mips: smp: fix setup_profiling_timer() prototype
Arnd Bergmann
-0
/
+3
2023-12-10
mips: mt: include asm/mips_mt.h
Arnd Bergmann
-0
/
+1
2023-12-10
mips: spram: fix missing prototype warning for spram_config
Arnd Bergmann
-0
/
+1
2023-12-10
mips: move cache declarations into header
Arnd Bergmann
-2
/
+0
2023-12-10
mips: fix tlb_init() prototype
Arnd Bergmann
-2
/
+0
2023-12-10
mips: move jump_label_apply_nops() declaration to header
Arnd Bergmann
-2
/
+1
2023-12-10
mips: mark local function static if possible
Arnd Bergmann
-1
/
+1
2023-12-10
mips: signal: move sigcontext declarations to header
Arnd Bergmann
-3
/
+3
2023-12-10
mips: add missing declarations for trap handlers
Arnd Bergmann
-0
/
+2
2023-12-10
mips: add asm/syscalls.h header
Arnd Bergmann
-0
/
+7
2023-12-05
MIPS: kernel: Clear FPU states when setting up kernel threads
Thomas Bogendoerfer
-12
/
+13
2023-12-05
mips/smp: Call rcutree_report_cpu_starting() earlier
Stefan Wiehler
-2
/
+2
2023-11-23
mips: add <asm-generic/io.h> including
Jiaxun Yang
-0
/
+1
2023-11-12
LSM: wireup Linux Security Module syscalls
Casey Schaufler
-0
/
+9
2023-11-10
Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
-1
/
+0
2023-11-03
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-11
/
+0
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+2
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-3
/
+6
2023-10-17
vgacon: clean up global screen_info instances
Arnd Bergmann
-11
/
+0
2023-10-17
vgacon: remove screen_info dependency
Arnd Bergmann
-1
/
+1
2023-10-17
vgacon: rework screen_info #ifdef checks
Arnd Bergmann
-1
/
+1
2023-10-06
arch: Reserve map_shadow_stack() syscall number for all architectures
Sohil Mehta
-0
/
+3
2023-10-06
MIPS: Remove dead code in relocate_new_kernel
Tiezhu Yang
-1
/
+0
2023-10-04
crash_core: change the prototype of function parse_crashkernel()
Baoquan He
-1
/
+2
2023-10-03
syscalls: Cleanup references to sys_lookup_dcookie()
Sohil Mehta
-3
/
+3
2023-09-21
futex: Add sys_futex_requeue()
peterz@infradead.org
-0
/
+3
2023-09-21
futex: Add sys_futex_wait()
peterz@infradead.org
-0
/
+3
2023-09-21
futex: Add sys_futex_wake()
peterz@infradead.org
-0
/
+3
2023-09-07
Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
-5
/
+3
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-1
/
+1
2023-08-29
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-2
/
+2
2023-08-18
nmi_backtrace: allow excluding an arbitrary CPU
Douglas Anderson
-2
/
+2
2023-08-15
mips: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
-3
/
+3
2023-08-15
mips: remove unneeded #include <asm/export.h>
Masahiro Yamada
-2
/
+0
2023-07-27
arch: Register fchmodat2, usually as syscall 452
Palmer Dabbelt
-0
/
+3
2023-07-25
tty: sysrq: switch sysrq handlers from int to u8
Jiri Slaby
-1
/
+1
2023-07-09
Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...
Linus Torvalds
-6
/
+3
2023-07-03
MIPS: Loongson: Fix cpu_probe_loongson() again
Huacai Chen
-6
/
+3
2023-06-29
Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
-14
/
+77
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-0
/
+3
2023-06-26
Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-9
/
+14
2023-06-26
Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-0
/
+13
2023-06-20
MIPS: Mark core_vpe_count() as __init
Nathan Chancellor
-1
/
+1
2023-06-16
mips/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
-0
/
+13
2023-06-09
cachestat: wire up cachestat for other architectures
Nhat Pham
-0
/
+3
2023-06-09
MIPS: Rework smt cmdline parameters
Jiaxun Yang
-13
/
+21
2023-06-09
mips: asm-offsets: add missing prototypes
Arnd Bergmann
-0
/
+14
2023-06-09
MIPS: uaccess: emulate Ingenic LXW/LXH/LXHU uaccess
Siarhei Volkau
-0
/
+41
2023-05-23
mips: Move initrd_start check after initrd address sanitisation.
Liviu Dudau
-4
/
+5
[prev]
[next]