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
/
sgi-ip27
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+3
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-6
/
+2
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)
-1
/
+6
2025-12-15
MIPS: Move IP27 timer to request_percpu_irq()
Marc Zyngier
-8
/
+2
2025-07-16
MIPS: SGI-IP27: Delete an unnecessary check before kfree() in hub_domain_free()
Markus Elfring
-1
/
+1
2025-04-04
irqdomain: Rename irq_set_default_host() to irq_set_default_domain()
Jiri Slaby (SUSE)
-1
/
+1
2025-03-17
MIPS: consolidate mem_init() for NUMA machines
Mike Rapoport (Microsoft)
-9
/
+0
2024-09-03
arch, mm: move definition of node_data to generic code
Mike Rapoport (Microsoft)
-3
/
+0
2024-09-03
MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
Mike Rapoport (Microsoft)
-10
/
+0
2024-09-03
MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
Mike Rapoport (Microsoft)
-0
/
+2
2024-09-03
MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
Mike Rapoport (Microsoft)
-1
/
+4
2024-05-03
MIPS: SGI-IP27: use WARN_ON() output
Yury Norov
-4
/
+3
2024-05-03
MIPS: SGI-IP27: fix -Wunused-variable in arch_init_irq()
Yury Norov
-1
/
+0
2024-04-15
MIPS: SGI-IP27: micro-optimize arch_init_irq()
Yury Norov
-5
/
+2
2024-01-22
MIPS: sgi-ip27: Fix missing prototypes
Thomas Bogendoerfer
-204
/
+17
2023-12-11
MIPS: SGI-IP27: hubio: fix nasid kernel-doc warning
Randy Dunlap
-1
/
+1
2022-09-19
MIPS: SGI-IP27: Fix platform-device leak in bridge_platform_create()
Lin Yujun
-20
/
+50
2022-04-26
MIPS: SGI-IP27: Free some unused memory
Christophe JAILLET
-0
/
+4
2022-03-24
MIPS: Fix build error for loongson64 and sgi-ip27
Feiyang Chen
-0
/
+10
2021-11-13
Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
-1
/
+1
2021-11-09
MIPS: Allow modules to set board_be_handler
Florian Fainelli
-1
/
+1
2021-11-06
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
-1
/
+2
2021-08-12
mips: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
-10
/
+6
2021-06-10
MIPS: Add missing linux/irqdomain.h includes
Marc Zyngier
-0
/
+1
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
-1
/
+0
2021-03-30
mips/sgi-ip27: Delete obsolete TODO file
Wang Qing
-19
/
+0
2021-03-06
MIPS: SGI-IP27: fix spelling in Copyright
Lukas Bulwahn
-2
/
+2
2021-01-07
MIPS: Remove empty prom_free_prom_memory functions
Thomas Bogendoerfer
-5
/
+0
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
-2
/
+0
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
-2
/
+0
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-1
/
+1
2020-06-03
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
-1
/
+1
2020-05-21
MIPS: SGI-IP27: Remove not used definition TICK_SIZE in ip27-timer.c
Tiezhu Yang
-2
/
+0
2020-05-20
MIPS: SGI-IP27: Remove not used includes and comment in ip27-timer.c
Tiezhu Yang
-5
/
+0
2020-05-19
MIPS: SGI-IP27: Remove duplicated include in ip27-timer.c
Tiezhu Yang
-2
/
+0
2020-05-13
MIPS: Only include the platform file needed
Thomas Bogendoerfer
-3
/
+0
2020-01-09
mfd: ioc3: Add driver for SGI IOC3 chip
Thomas Bogendoerfer
-20
/
+0
2020-01-09
MIPS: SGI-IP27: No need for slice_map
Thomas Bogendoerfer
-5
/
+0
2020-01-09
MIPS: SGI-IP27: Store cpu speed when scanning for CPUs and use it later
Thomas Bogendoerfer
-21
/
+4
2020-01-09
MIPS: SGI-IP27: Only reserve interrupts used in Linux
Thomas Bogendoerfer
-3
/
+1
2020-01-09
MIPS: SGI-IP27: Move all shared IP27 declarations to ip27-common.h
Thomas Bogendoerfer
-7
/
+19
2020-01-09
MIPS: SGI-IP27: Use specific get_region_shift
Thomas Bogendoerfer
-24
/
+12
2020-01-09
MIPS: SGI-IP27: Use structs for decoding error status registers
Thomas Bogendoerfer
-18
/
+20
2020-01-09
MIPS: SGI-IP27: Use union instead of typedef
Thomas Bogendoerfer
-2
/
+2
2020-01-09
MIPS: SGI-IP27: Move get_nasid() to a IP27 specific file
Thomas Bogendoerfer
-10
/
+0
2020-01-09
MIPS: SGI-IP27: get rid of asm/sn/sn0/ip27.h
Thomas Bogendoerfer
-3
/
+3
2020-01-09
MIPS: SGI-IP27: use asm/sn/agent.h for including HUB related stuff
Thomas Bogendoerfer
-19
/
+10
[next]