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
/
loongson64
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2026-02-16
Merge tag 'mips_7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
-0
/
+98
2026-02-05
MIPS: Loongson64: env: Fixup serial clock-frequency when using LEFI
Yao Zi
-0
/
+98
2026-01-26
mips: drop paging_init()
Mike Rapoport (Microsoft)
-5
/
+0
2026-01-26
arch, mm: consolidate initialization of nodes, zones and memory map
Mike Rapoport (Microsoft)
-4
/
+0
2026-01-26
mips: introduce arch_zone_limits_init()
Mike Rapoport (Microsoft)
-2
/
+7
2025-08-29
MIPS: Loongson64: Replace deprecated strcpy() with strscpy_pad()
Thorsten Blum
-4
/
+5
2025-07-02
MIPS/Loongson: Fix build warnings about export.h
Huacai Chen
-1
/
+0
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-7
/
+0
2025-03-18
mips: fix PCI_IOBASE definition
Arnd Bergmann
-2
/
+2
2025-03-17
MIPS: consolidate mem_init() for NUMA machines
Mike Rapoport (Microsoft)
-7
/
+0
2025-01-20
MIPS: Loongson64: env: Use str_on_off() helper in prom_lefi_init_env()
Thorsten Blum
-1
/
+2
2025-01-11
MIPS: Loongson64: remove ROM Size unit in boardinfo
Kexy Biscuit
-2
/
+0
2024-09-03
arch, mm: pull out allocation of NODE_DATA to generic code
Mike Rapoport (Microsoft)
-14
/
+2
2024-09-03
arch, mm: move definition of node_data to generic code
Mike Rapoport (Microsoft)
-2
/
+0
2024-09-03
MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
Mike Rapoport (Microsoft)
-10
/
+0
2024-09-03
MIPS: loongson64: rename __node_data to node_data
Mike Rapoport (Microsoft)
-4
/
+4
2024-07-23
MIPS: Loongson64: Switch to SYNC_R4K
Jiaxun Yang
-33
/
+2
2024-06-21
MIPS: Loongson64: env: Hook up Loongsson-2K
Jiaxun Yang
-0
/
+8
2024-06-21
MIPS: Loongson64: sleeper: Pass ra and sp as arguments
Jiaxun Yang
-2
/
+6
2024-06-21
MIPS: Loongson64: reset: Prioritise firmware service
Jiaxun Yang
-22
/
+16
2024-06-21
MIPS: Loongson64: Test register availability before use
Jiaxun Yang
-2
/
+21
2024-06-11
MIPS: Loongson64: Include bootinfo.h in dma.c
Jiaxun Yang
-0
/
+1
2024-06-11
MIPS: Loongson64: Implement PM suspend for LEFI firmware
Jiaxun Yang
-71
/
+36
2024-03-11
mm: Introduce vmap_page_range() to map pages in PCI address space
Alexei Starovoitov
-1
/
+1
2024-01-27
MIPS: loongson64: set nid for reserved memblock region
Huang Pei
-0
/
+5
2024-01-27
Revert "MIPS: loongson64: set nid for reserved memblock region"
Thomas Bogendoerfer
-4
/
+0
2024-01-26
MIPS: loongson64: set nid for reserved memblock region
Huang Pei
-0
/
+4
2024-01-17
Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
-1
/
+1
2024-01-08
MIPS: Fix typos
Bjorn Helgaas
-1
/
+1
2023-12-15
Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...
Linus Torvalds
-3
/
+3
2023-12-12
mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXEC
Baoquan He
-3
/
+3
2023-12-05
MIPS: Loongson64: Handle more memory types passed from firmware
Jiaxun Yang
-16
/
+26
2023-12-05
MIPS: Loongson64: Enable DMA noncoherent support
Jiaxun Yang
-1
/
+9
2023-12-05
MIPS: Loongson64: Reserve vgabios memory on boot
Jiaxun Yang
-0
/
+5
2023-07-28
MIPS: Loongson64: Fix more __iomem attributes
Jiaxun Yang
-80
/
+80
2023-05-15
MIPS: SMP_CPS: Switch to hotplug core state synchronization
Thomas Gleixner
-0
/
+1
2023-04-28
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+2
2023-04-05
MIPS: Loongson: Move arch cflags to MIPS top level Makefile
Jiaxun Yang
-16
/
+0
2023-03-14
MIPS: Loongson64: Remove CPU_HAS_WB
Jiaxun Yang
-15
/
+0
2023-03-14
MIPS: Loongson64: smp: Correct nudge_writes usage
Jiaxun Yang
-26
/
+12
2023-03-14
MIPS: Loongson64: smp: Use nudge_writes instead of wbflush
Jiaxun Yang
-3
/
+3
2023-03-14
MIPS: Loongson64: Prefix ipi register address pointers with __iomem
Jiaxun Yang
-5
/
+5
2023-03-08
mips/cpu: Make sure play_dead() doesn't return
Josh Poimboeuf
-0
/
+1
2023-03-08
mips/cpu: Expose play_dead()'s prototype definition
Josh Poimboeuf
-0
/
+1
2022-11-11
MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failed
Liao Chang
-0
/
+10
2022-07-05
MIPS: Loongson64: Fix section mismatch warning
Tiezhu Yang
-1
/
+0
2022-04-18
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
-1
/
+1
2022-03-24
MIPS: Fix build error for loongson64 and sgi-ip27
Feiyang Chen
-0
/
+10
2022-03-14
MIPS: Remove redundant definitions of device_tree_init()
Tiezhu Yang
-5
/
+0
[next]