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
2025-04-27
MIPS: Replace strcpy() with strscpy() in vpe_elfload()
Thorsten Blum
-1
/
+2
2025-04-27
mips: ptrace: Improve code formatting and indentation
Thorsten Blum
-16
/
+18
2025-04-27
MIPS: SMP: Implement parallel CPU bring up for EyeQ
Gregory CLEMENT
-0
/
+20
2025-04-27
MIPS: txx9: gpio: use new line value setter callbacks
Bartosz Golaszewski
-3
/
+5
2025-03-29
Merge tag 'mips_6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
-66
/
+298
2025-03-25
Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-29
/
+18
2025-03-24
Merge tag 'seccomp-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-18
/
+2
2025-03-24
Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+3
2025-02-27
MIPS: cevt-ds1287: Add missing ds1287.h include
WangYuli
-0
/
+1
2025-02-21
MIPS: CPS: Support broken HCI for multicluster
Gregory CLEMENT
-1
/
+4
2025-02-21
MIPS: cm: Detect CM quirks from device tree
Gregory CLEMENT
-0
/
+14
2025-02-21
MIPS: CPS: Boot CPUs in secondary clusters
Paul Burton
-21
/
+188
2025-02-21
MIPS: CPS: Introduce struct cluster_boot_config
Paul Burton
-33
/
+76
2025-02-21
MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core
Paul Burton
-13
/
+17
2025-02-21
MIPS: vdso: Switch to generic storage implementation
Thomas Weißschuh
-29
/
+18
2025-02-13
MIPS: Export syscall stack arguments properly for remote use
Maciej W. Rozycki
-4
/
+10
2025-02-12
fs: add open_tree_attr()
Christian Brauner
-0
/
+3
2025-02-10
seccomp/mips: change syscall_trace_enter() to use secure_computing()
Oleg Nesterov
-18
/
+2
2025-02-01
Merge tag 'mips_6.14_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
-3
/
+3
2025-01-31
Revert "mips: fix shmctl/semctl/msgctl syscall for o32"
Thomas Bogendoerfer
-3
/
+3
2025-01-27
Merge tag 'mips_6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
-36
/
+33
2025-01-25
mm/memblock: add memblock_alloc_or_panic interface
Guo Weikang
-4
/
+1
2025-01-25
mips: vdso: prefer do_mmap() to mmap_region()
Lorenzo Stoakes
-4
/
+6
2025-01-11
mips: fix shmctl/semctl/msgctl syscall for o32
Ism Hong
-3
/
+3
2025-01-11
MIPS: traps: Use str_enabled_disabled() in parity_protection_init()
Thorsten Blum
-8
/
+9
2025-01-11
MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static
WangYuli
-1
/
+1
2025-01-11
MIPS: Fix the wrong format specifier
liujing
-1
/
+1
2025-01-11
MIPS: Add a blank line after __HEAD
Rong Xu
-0
/
+1
2025-01-11
MIPS: kernel: Rename read/write_c0_ecc to read/writec0_errctl
Thomas Bogendoerfer
-24
/
+19
2024-11-30
Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-0
/
+2
2024-11-27
MIPS: Place __kernel_entry at the beginning of text section
Rong Xu
-0
/
+2
2024-11-20
Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2024-11-19
Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1
/
+0
2024-11-18
Merge tag 'mips_6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
-16
/
+47
2024-11-18
Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-0
/
+12
2024-11-12
MIPS: kernel: proc: Use str_yes_no() helper function
Thorsten Blum
-9
/
+8
2024-11-06
fs/xattr: add *at family syscalls
Christian Göttsche
-0
/
+12
2024-11-01
Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+1
2024-10-30
MIPS: Allow using more than 32-bit addresses for reset vectors when possible
Gregory CLEMENT
-7
/
+39
2024-10-29
of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
Usama Arif
-2
/
+2
2024-10-23
MIPS: export __cmpxchg_small()
David Sterba
-0
/
+1
2024-10-15
MIPS: vdso: Remove timekeeper includes
Thomas Weißschuh
-1
/
+0
2024-09-17
Merge tag 'smp-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2024-09-16
Merge tag 'mips_6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
-77
/
+0
2024-09-08
smp: Mark smp_prepare_boot_cpu() __init
Bibo Mao
-1
/
+1
2024-08-29
MIPS: MT: Remove unused function mips_mt_regdump()
Gaosheng Cui
-77
/
+0
2024-08-25
Revert "MIPS: csrc-r4k: Apply verification clocksource flags"
Guenter Roeck
-3
/
+1
2024-08-20
MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed
Jiaxun Yang
-8
/
+7
2024-08-08
MIPS: Loongson64: Set timer mode in cpu-probe
Jiaxun Yang
-0
/
+4
2024-07-25
Merge tag 'mips_6.11_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
-1
/
+4
[prev]
[next]