index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-07
ptrace: Introduce exception_ip arch hook
Jiaxun Yang
1
-0
/
+7
2025-02-21
MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static
WangYuli
1
-1
/
+1
2024-09-12
MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed
Jiaxun Yang
1
-8
/
+7
2024-08-29
MIPS: Loongson64: Set timer mode in cpu-probe
Jiaxun Yang
1
-0
/
+4
2024-08-03
MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and later
Gregory CLEMENT
1
-1
/
+4
2024-07-25
mips: fix compat_sys_lseek syscall
Arnd Bergmann
1
-1
/
+1
2024-07-05
syscalls: fix compat_sys_io_pgetevents_time64 usage
Arnd Bergmann
2
-2
/
+2
2024-05-17
MIPS: scall: Save thread_info.syscall unconditionally on entry
Jiaxun Yang
6
-37
/
+41
2024-03-01
MIPS: reserve exception vector space ONLY ONCE
Huang Pei
1
-1
/
+7
2024-01-31
mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nan
Xi Ruoyao
1
-0
/
+6
2024-01-25
mips: Fix incorrect max_low_pfn adjustment
Serge Semin
1
-2
/
+2
2024-01-25
mips/smp: Call rcutree_report_cpu_starting() earlier
Stefan Wiehler
1
-2
/
+2
2023-12-13
MIPS: kernel: Clear FPU states when setting up kernel threads
Thomas Bogendoerfer
1
-12
/
+13
2023-08-08
mips/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
1
-0
/
+13
2023-07-23
MIPS: Loongson: Fix cpu_probe_loongson() again
Huacai Chen
1
-6
/
+3
2023-06-21
mips: Move initrd_start check after initrd address sanitisation.
Liviu Dudau
1
-4
/
+5
2023-06-21
MIPS: Restore Au1300 support
Manuel Lauss
1
-0
/
+5
2023-04-26
MIPS: Define RUNTIME_DISCARD_EXIT in LD script
Jiaxun Yang
1
-0
/
+2
2022-12-31
MIPS: vpe-cmp: fix possible memory leak while module exiting
Yang Yingliang
1
-2
/
+2
2022-12-31
MIPS: vpe-mt: fix possible memory leak while module exiting
Yang Yingliang
1
-2
/
+2
2022-11-11
MIPS: jump_label: Fix compat branch range check
Jiaxun Yang
1
-1
/
+1
2022-11-11
MIPS: fix duplicate definitions for exported symbols
Rongwei Zhang
1
-10
/
+5
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2
-2
/
+2
2022-10-10
Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-10-10
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-2
/
+2
2022-10-02
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
1
-2
/
+2
2022-10-01
mips: allow firmware to pass RNG seed to kernel
Jason A. Donenfeld
1
-0
/
+21
2022-09-19
smp: add set_nr_cpu_ids()
Yury Norov
1
-1
/
+1
2022-09-19
mips: kernel: convert to DEFINE_SHOW_ATTRIBUTE
Liu Shixin
1
-13
/
+2
2022-09-12
MIPS: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-4
/
+4
2022-08-06
Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
3
-42
/
+2
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-7
/
+2
2022-07-29
mips: rename mt_init to mips_mt_init
Liam R. Howlett
1
-2
/
+2
2022-07-17
mips: rename PGD_ORDER to PGD_TABLE_ORDER
Mike Rapoport
1
-1
/
+0
2022-07-17
mips: drop definitions of PTE_ORDER
Mike Rapoport
1
-1
/
+0
2022-07-17
mips: rename PMD_ORDER to PMD_TABLE_ORDER
Matthew Wilcox (Oracle)
1
-3
/
+0
2022-07-14
MIPS: Remove VR41xx support
Thomas Bogendoerfer
1
-40
/
+0
2022-07-14
MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
Huacai Chen
1
-1
/
+1
2022-07-11
MIPS: vdso: Utilize __pa() for gic_pfn
Florian Fainelli
1
-1
/
+1
2022-06-24
jump_label: mips: move module NOP patching into arch code
Ard Biesheuvel
2
-2
/
+22
2022-06-03
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+7
2022-05-30
Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-2
/
+1
2022-05-30
Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
8
-20
/
+48
2022-05-27
Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-23
/
+4
2022-05-24
MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMA
Tiezhu Yang
1
-1
/
+5
2022-05-24
MIPS: Return -EINVAL if mem parameter is empty in early_parse_mem()
Tiezhu Yang
1
-0
/
+5
2022-05-23
mips: setup: use strscpy to replace strlcpy
陈学兵
1
-3
/
+3
2022-05-19
mips: Use do_kernel_power_off()
Dmitry Osipenko
1
-2
/
+1
2022-05-12
MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
Tiezhu Yang
1
-12
/
+24
2022-05-12
MIPS: smp: optimization for flush_tlb_mm when exiting
Mao Bibo
1
-0
/
+6
[next]