summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip27
Commit message (Expand)AuthorAgeFilesLines
* MIPS: sgi-ip27: Fix missing prototypesThomas Bogendoerfer2024-01-227-204/+17
* MIPS: SGI-IP27: hubio: fix nasid kernel-doc warningRandy Dunlap2023-12-111-1/+1
* MIPS: SGI-IP27: Fix platform-device leak in bridge_platform_create()Lin Yujun2022-09-191-20/+50
* MIPS: SGI-IP27: Free some unused memoryChristophe JAILLET2022-04-261-0/+4
* MIPS: Fix build error for loongson64 and sgi-ip27Feiyang Chen2022-03-241-0/+10
* Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-11-131-1/+1
|\
| * MIPS: Allow modules to set board_be_handlerFlorian Fainelli2021-11-091-1/+1
* | memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-061-1/+2
|/
* mips: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-10/+6
* MIPS: Add missing linux/irqdomain.h includesMarc Zyngier2021-06-101-0/+1
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* mips/sgi-ip27: Delete obsolete TODO fileWang Qing2021-03-301-19/+0
* MIPS: SGI-IP27: fix spelling in CopyrightLukas Bulwahn2021-03-061-2/+2
* MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer2021-01-071-5/+0
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-2/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-1/+1
|\
| * mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* | MIPS: SGI-IP27: Remove not used definition TICK_SIZE in ip27-timer.cTiezhu Yang2020-05-211-2/+0
* | MIPS: SGI-IP27: Remove not used includes and comment in ip27-timer.cTiezhu Yang2020-05-201-5/+0
* | MIPS: SGI-IP27: Remove duplicated include in ip27-timer.cTiezhu Yang2020-05-191-2/+0
* | MIPS: Only include the platform file neededThomas Bogendoerfer2020-05-131-3/+0
|/
* mfd: ioc3: Add driver for SGI IOC3 chipThomas Bogendoerfer2020-01-091-20/+0
* MIPS: SGI-IP27: No need for slice_mapThomas Bogendoerfer2020-01-091-5/+0
* MIPS: SGI-IP27: Store cpu speed when scanning for CPUs and use it laterThomas Bogendoerfer2020-01-094-21/+4
* MIPS: SGI-IP27: Only reserve interrupts used in LinuxThomas Bogendoerfer2020-01-091-3/+1
* MIPS: SGI-IP27: Move all shared IP27 declarations to ip27-common.hThomas Bogendoerfer2020-01-097-7/+19
* MIPS: SGI-IP27: Use specific get_region_shiftThomas Bogendoerfer2020-01-091-24/+12
* MIPS: SGI-IP27: Use structs for decoding error status registersThomas Bogendoerfer2020-01-091-18/+20
* MIPS: SGI-IP27: Use union instead of typedefThomas Bogendoerfer2020-01-091-2/+2
* MIPS: SGI-IP27: Move get_nasid() to a IP27 specific fileThomas Bogendoerfer2020-01-091-10/+0
* MIPS: SGI-IP27: get rid of asm/sn/sn0/ip27.hThomas Bogendoerfer2020-01-094-3/+3
* MIPS: SGI-IP27: use asm/sn/agent.h for including HUB related stuffThomas Bogendoerfer2020-01-0912-19/+10
* MIPS: SGI-IP27: use cpu physid already present while scanning for CPUsThomas Bogendoerfer2020-01-092-69/+8
* MIPS: SGI-IP27: use nodemask instead of cpumaskThomas Bogendoerfer2020-01-091-6/+6
* MIPS: SGI-IP27: Fix node_distanceThomas Bogendoerfer2020-01-091-9/+9
* Merge tag 'mips_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-11-2512-199/+150
|\
| * MIPS: SGI-IP27: Fix crash, when CPUs are disabled via nr_cpus parameterThomas Bogendoerfer2019-11-221-0/+4
| * MIPS: SGI-IP27: replace MAX_COMPACT_NODE with MAX_NUMNODESThomas Bogendoerfer2019-11-013-11/+7
| * MIPS: SGI-IP27: reduce ARC usage to a minimumThomas Bogendoerfer2019-10-231-0/+14
| * MIPS: SGI-IP27: move registering of smp ops into IP27 specific codeThomas Bogendoerfer2019-10-232-0/+3
| * MIPS: SGI-IP27: collect externs in new header fileThomas Bogendoerfer2019-10-235-4/+17
| * MIPS: PCI: use information from 1-wire PROM for IOC3 detectionThomas Bogendoerfer2019-10-071-5/+33
| * mips: sgi-ip27: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport2019-10-071-4/+2
| * MIPS: SGI-IP27: get rid of compact node idsThomas Bogendoerfer2019-10-0711-176/+71
* | MIPS: SGI-IP27: fix exception handler replicationThomas Bogendoerfer2019-10-313-26/+6
|/
* MIPS: SGI-IP27: restructure ioc3 register accessThomas Bogendoerfer2019-08-301-2/+3
* MIPS: SGI-IP27: remove ioc3 ethernet initThomas Bogendoerfer2019-08-301-13/+0
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1