data_type
large_stringclasses
3 values
source
large_stringclasses
29 values
code
large_stringlengths
98
49.4M
filepath
large_stringlengths
5
161
message
large_stringclasses
234 values
commit
large_stringclasses
234 values
subject
large_stringclasses
418 values
critique
large_stringlengths
101
1.26M
metadata
dict
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/suspend.h> #include <asm/tlbflush.h> extern int restore_image(void); int swsusp_arch_resume(void) { /* Avoid TLB mismatch during and after kernel resume */ local_flush_tlb_all(); return restore_image(); }
arch/mips/power/hibernate.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Hibernation support specific for mips - temporary page tables * * Copyright (C) 2009 Lemote Inc. * Author: Hu Hongbing <huhb@lemote.com> * Wu Zhangjin <wuzhangjin@gmail.com> */ #include <asm/asm-offsets.h> #include <asm/regdef.h> #include <asm/asm.h> .text LEAF...
arch/mips/power/hibernate_asm.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/debugfs.h> #include <linux/seq_file.h> #define BOOTROM_OFFSET 0x10118000 #define BOOTROM_SIZE 0x8000 static void __iomem *membase = (void __iomem *) KSEG1ADDR(BOOTROM_OFFSET); static int bootrom_...
arch/mips/ralink/bootrom.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/export.h> #include <linux/clkdev.h> #include <linux/clk.h> #include <linux/clk-provider.h> ...
arch/mips/ralink/clk.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #ifndef _RALINK_COMMON_H__ #define _RALINK_COMMON_H__ #define RAMIPS_SYS_TYPE_LEN 32 struct ralink_soc_info { unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; unsigned char *compatible; unsigned long mem_base;...
arch/mips/ralink/common.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2011-2012 Gabor Juhos <juhosg@openwrt.org> */ #include <linux/io.h> #include <linux/serial_reg.h> #include <asm/addrspace.h> #include <asm/setup.h> #ifdef CONFIG_SOC_RT288X #define EARLY_UART_BASE 0x300c00 #define CHIPID_BASE 0x300004 #elif defined(...
arch/mips/ralink/early_printk.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/interrupt.h> #include <linux/of.h> #include <linux/of_platform.h> #include <linux/of_irq.h> #include <linux/platform_device.h> #include <asm/mach-ralink/ralink_regs.h> #define REG_ILL_ACC_ADDR 0x1...
arch/mips/ralink/ill_acc.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2015 Nikolay Martynov <mar.kolya@gmail.com> * Copyright (C) 2015 John Crispin <john@phrozen.org> */ #include <linux/init.h> #include <linux/of.h> #include <linux/irqchip.h> #include <asm/mips-cps.h> #include <asm/time.h> int get_c0_perfcount_int(void)...
arch/mips/ralink/irq-gic.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/io.h> #include <linux/bitops.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/of_irq.h> #include <linux/irqdomain.h> #inc...
arch/mips/ralink/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Parts of this file are based on Ralink's 2.6.21 BSP * * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/kernel.h> #include <linux/i...
arch/mips/ralink/mt7620.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2015 Nikolay Martynov <mar.kolya@gmail.com> * Copyright (C) 2015 John Crispin <john@phrozen.org> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/sys_soc.h> #include <linux/memblock.h> #include <linux/pci.h> #...
arch/mips/ralink/mt7621.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/io.h> #include <linux/clk.h> #include <linux/export.h> #include <linux/init.h> #inclu...
arch/mips/ralink/of.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2010 Joonas Lahtinen <joonas.lahtinen@gmail.com> * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/string.h> #include <asm/bootinfo.h> #include <asm/addrspace.h> #include ...
arch/mips/ralink/prom.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/pm.h> #include <linux/io.h> #include <linux/of.h> #include <linux/delay.h> #include ...
arch/mips/ralink/reset.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Parts of this file are based on Ralink's 2.6.21 BSP * * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/kernel.h> #include <linux/i...
arch/mips/ralink/rt288x.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Parts of this file are based on Ralink's 2.6.21 BSP * * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/kernel.h> #include <linux/i...
arch/mips/ralink/rt305x.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Parts of this file are based on Ralink's 2.6.21 BSP * * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/kernel.h> #include <linux/i...
arch/mips/ralink/rt3883.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2015 Nikolay Martynov <mar.kolya@gmail.com> * Copyright (C) 2015 John Crispin <john@phrozen.org> */ #include <linux/init.h> #include <linux/of.h> #include <linux/of_clk.h> #include <linux/clocksource.h> #include <asm/time.h> #include "common.h" void...
arch/mips/ralink/timer-gic.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Ralink RT2880 timer * Author: John Crispin * * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/bits.h> #include <linux/clk.h> #include <linux/device.h> #include <linux/err.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/mod_d...
arch/mips/ralink/timer.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * RouterBoard 500 Platform devices * * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org> * Copyright (C) 2007 Florian Fainelli <florian@openwrt.org> */ #include <linux/kernel.h> #include <linux/export.h> #include <linux/hex.h> #include <linux/init.h> #include <li...
arch/mips/rb532/devices.c
null
null
null
null
null
source
linux
/* * Miscellaneous functions for IDT EB434 board * * Copyright 2004 IDT Inc. (rischelp@idt.com) * Copyright 2006 Phil Sutter <n0-1@freewrt.org> * Copyright 2007 Florian Fainelli <florian@openwrt.org> * * under the terms of the GNU General Public License as published by the * Free Software Foundation; ...
arch/mips/rb532/gpio.c
null
null
null
null
null
source
linux
/* * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE...
arch/mips/rb532/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * RouterBoard 500 specific prom routines * * Copyright (C) 2003, Peter Sadik <peter.sadik@idt.com> * Copyright (C) 2005-2006, P.Christeas <p_christ@hol.gr> * Copyright (C) 2007, Gabor Juhos <juhosg@openwrt.org> * Felix Fietkau <nbd@openwrt.org> * Florian Fa...
arch/mips/rb532/prom.c
null
null
null
null
null
source
linux
/* * BRIEF MODULE DESCRIPTION * Serial port initialisation. * * Copyright 2004 IDT Inc. (rischelp@idt.com) * * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * THIS SO...
arch/mips/rb532/serial.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * setup.c - boot time setup code */ #include <linux/init.h> #include <linux/export.h> #include <asm/bootinfo.h> #include <asm/reboot.h> #include <asm/time.h> #include <linux/ioport.h> #include <asm/mach-rc32434/rb.h> #include <asm/mach-rc32434/pci.h> struct pci_reg __iomem *...
arch/mips/rb532/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * Setting up the clock on the MIPS boards. */ #include <linux/init.h> #include <linux/kernel_stat.h> #include <linux/ptrace.h> #include <linux/sched.h> #inc...
arch/mips/rb532/time.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip22-berr.c: Bus error handling. * * Copyright (C) 2002, 2003 Ladislav Michl (ladis@linux-mips.org) */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched/signal.h> #include <asm/addrspace.h> #include <asm/traps.h> #include <asm/branch.h> #include <asm/...
arch/mips/sgi-ip22/ip22-berr.c
null
null
null
null
null
source
linux
/* * Basic EISA bus support for the SGI Indigo-2. * * (C) 2002 Pascal Dameme <netinet@freesurf.fr> * and Marc Zyngier <mzyngier@freesurf.fr> * * This code is released under both the GPL version 2 and BSD * licenses. Either license may be used. * * This code offers a very basic support for this EISA bus presen...
arch/mips/sgi-ip22/ip22-eisa.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only #include <linux/export.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/slab.h> #include <asm/addrspace.h> #include <asm/paccess.h> #include <asm/gio_device.h> #include <asm/sgi/gio.h> #include <asm/sgi/hpc3.h> #include <asm/sgi/mc.h> #include <asm/sgi/ip22....
arch/mips/sgi-ip22/ip22-gio.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip22-hpc.c: Routines for generic manipulation of the HPC controllers. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 1998 Ralf Baechle */ #include <linux/export.h> #include <linux/init.h> #include <linux/types.h> #include <asm/io.h> #include ...
arch/mips/sgi-ip22/ip22-hpc.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip22-int.c: Routines for generic manipulation of the INT[23] ASIC * found on INDY and Indigo2 workstations. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 1997, 1998 Ralf Baechle (ralf@gnu.org) * Copyright (C) 1999 Andrew R. Baker (andr...
arch/mips/sgi-ip22/ip22-int.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip22-mc.c: Routines for manipulating SGI Memory Controller. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) - Indigo2 changes * Copyright (C) 2003 Ladislav Michl (ladis@linux-mips.org) * Copyright (C) 200...
arch/mips/sgi-ip22/ip22-mc.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip22-nvram.c: NVRAM and serial EEPROM handling. * * Copyright (C) 2003 Ladislav Michl (ladis@linux-mips.org) */ #include <linux/export.h> #include <asm/sgi/hpc3.h> #include <asm/sgi/ip22.h> /* Control opcode for serial eeprom */ #define EEPROM_READ 0xc000 /* serial memory...
arch/mips/sgi-ip22/ip22-nvram.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/init.h> #include <linux/if_ether.h> #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/dma-mapping.h> #include <asm/paccess.h> #include <asm/sgi/ip22.h> #include <asm/sgi/hpc3.h> #include <asm/sgi/mc.h> #include <asm/sgi/seeq.h> #include <as...
arch/mips/sgi-ip22/ip22-platform.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1997, 1998, 2001, 03, 05, 06 by Ralf Baechle */ #include <linux/linkage.h> #include <linux/init.h> #include <linux/rtc/ds12...
arch/mips/sgi-ip22/ip22-reset.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip22-setup.c: SGI specific setup, including init of the feature struct. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 1997, 1998 Ralf Baechle (ralf@gnu.org) */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/kdev_t.h> #includ...
arch/mips/sgi-ip22/ip22-setup.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Time operations for IP22 machines. Original code may come from * Ralf Baechle or David S. Miller (sorry guys, i'm really not sure) * * ...
arch/mips/sgi-ip22/ip22-time.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip28-berr.c: Bus error handling. * * Copyright (C) 2002, 2003 Ladislav Michl (ladis@linux-mips.org) * Copyright (C) 2005 Peter Fuerst (pf@net.alphadv.de) - IP28 */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/sched.h> #include <li...
arch/mips/sgi-ip22/ip28-berr.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994, 1995, 1996, 1999, 2000 by Ralf Baechle * Copyright (C) 1999, 2000 by Silicon Graphics * Copyright (C) 2002 Maciej W...
arch/mips/sgi-ip27/ip27-berr.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __IP27_COMMON_H #define __IP27_COMMON_H extern nasid_t master_nasid; extern void cpu_node_probe(void); extern void hub_rt_clock_event_init(void); extern void hub_rtc_init(nasid_t nasid); extern void install_cpu_nmi_handler(int slice); extern void install_ipi(void);...
arch/mips/sgi-ip27/ip27-common.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2001, 2002 Ralf Baechle */ #include <asm/page.h> #include <asm/setup.h> #include <asm/sn/addrs.h> #include <asm/sn/agent.h...
arch/mips/sgi-ip27/ip27-console.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General * Public License. See the file "COPYING" in the main directory of this * archive for more details. * * Copyright (C) 2000 - 2001 by Kanoj Sarcar (kanoj@sgi.com) * Copyright (C) 2000 - 2001 by Silicon Graphics, Inc. */ #include <linux/kerne...
arch/mips/sgi-ip27/ip27-init.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip27-irq.c: Highlevel interrupt handling for IP27 architecture. * * Copyright (C) 1999, 2000 Ralf Baechle (ralf@gnu.org) * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Copyright (C) 1999 - 2001 Kanoj Sarcar */ #include <linux/interrupt.h> #include <linux/irq.h> #incl...
arch/mips/sgi-ip27/ip27-irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 1999, 2000 Ralf Baechle (ralf@gnu.org) * Copyright (C) 1999, 2000 Silicon Graphics, Inc. */ #include <linux/kernel.h> #include <linux/sched.h> #include <linux/interrupt.h> #include <linux/kernel_stat.h> #include <linux/param.h> #include <linux/timex.h> #include ...
arch/mips/sgi-ip27/ip27-klconfig.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Ported from IRIX to Linux by Kanoj Sarcar, 06/08/00. * Copyright 2000 - 2001 Silicon Graphics, Inc. * Copyright 2000 - 2001 Kanoj Sarcar (kanoj@sgi.com) */ #include <linux/init.h> #include <linux/mm.h> #include <linux/mmzone.h> #include <linux/kernel.h> #include <linux/nodem...
arch/mips/sgi-ip27/ip27-klnuma.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000, 05 by Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 2000 by Silicon Graphics, Inc. * Copyright (C) 2004 by Chri...
arch/mips/sgi-ip27/ip27-memory.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/kernel.h> #include <linux/mmzone.h> #include <linux/nodemask.h> #include <linux/spinlock.h> #include <linux/smp.h> #include <linux/atomic.h> #include <asm/sn/types.h> #include <asm/sn/addrs.h> #include <asm/sn/nmi.h> #include <asm/sn/arch.h> #include <asm/sn/agent.h> ...
arch/mips/sgi-ip27/ip27-nmi.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Reset an IP27. * * Copyright (C) 1997, 1998, 1999, 2000, 06 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. */ #incl...
arch/mips/sgi-ip27/ip27-reset.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General * Public License. See the file "COPYING" in the main directory of this * archive for more details. * * Copyright (C) 2000 - 2001 by Kanoj Sarcar (kanoj@sgi.com) * Copyright (C) 2000 - 2001 by Silicon Graphics, Inc. */ #include <linux/init....
arch/mips/sgi-ip27/ip27-smp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 1999, 2000, 05, 06 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 1999, 2000 Silicon Graphics, Inc. */ #include <linux/bcd.h> #include <linux/clockchips.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/sched_clock...
arch/mips/sgi-ip27/ip27-timer.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 1999, 2000 Ralf Baechle (ralf@gnu.org) * Copyright (C) 1999, 2000 Silcon Graphics, Inc. * Copyright (C) 2004 Christoph Hellwig. * * Generic XTALK initialization code */ #include <linux/kernel.h> #include <linux/smp.h> #include <linux/platform_device.h> ...
arch/mips/sgi-ip27/ip27-xtalk.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __IP30_COMMON_H #define __IP30_COMMON_H /* * Power Switch is wired via BaseIO BRIDGE slot #6. * * ACFail is wired via BaseIO BRIDGE slot #7. */ #define IP30_POWER_IRQ HEART_L2_INT_POWER_BTN #define IP30_HEART_L0_IRQ (MIPS_CPU_IRQ_BASE + 2) #define IP30_HEART_L...
arch/mips/sgi-ip30/ip30-common.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/io.h> #include <linux/processor.h> #include <asm/sn/ioc3.h> #include <asm/setup.h> static inline struct ioc3_uartregs *console_uart(void) { struct ioc3 *ioc3; ioc3 = (struct ioc3 *)((void *)(0x900000001f600000)); return &ioc3->sregs.uarta; } void prom_putchar(...
arch/mips/sgi-ip30/ip30-console.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip30-irq.c: Highlevel interrupt handling for IP30 architecture. */ #include <linux/errno.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/irqdomain.h> #include <linux/percpu.h> #include <linux/spinlock.h> #include <linux/tick.h> #i...
arch/mips/sgi-ip30/ip30-irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip30-power.c: Software powerdown and reset handling for IP30 architecture. * * Copyright (C) 2004-2007 Stanislaw Skowronek <skylark@unaligned.org> * 2014 Joshua Kinard <linux@kumba.dev> * 2009 Johannes Dickgreber <tanzy@gmx.de> */ #include <lin...
arch/mips/sgi-ip30/ip30-power.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SGI IP30 miscellaneous setup bits. * * Copyright (C) 2004-2007 Stanislaw Skowronek <skylark@unaligned.org> * 2007 Joshua Kinard <linux@kumba.dev> * 2009 Johannes Dickgreber <tanzy@gmx.de> */ #include <linux/init.h> #include <linux/io.h> #includ...
arch/mips/sgi-ip30/ip30-setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip30-smp.c: SMP on IP30 architecture. * Based off of the original IP30 SMP code, with inspiration from ip27-smp.c * and smp-bmips.c. * * Copyright (C) 2005-2007 Stanislaw Skowronek <skylark@unaligned.org> * 2006-2007, 2014-2015 Joshua Kinard <linux@kumba.dev>...
arch/mips/sgi-ip30/ip30-smp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip30-timer.c: Clocksource/clockevent support for the * HEART chip in SGI Octane (IP30) systems. * * Copyright (C) 2004-2007 Stanislaw Skowronek <skylark@unaligned.org> * Copyright (C) 2009 Johannes Dickgreber <tanzy@gmx.de> * Copyright (C) 2011 Joshua Kinard ...
arch/mips/sgi-ip30/ip30-timer.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * ip30-xtalk.c - Very basic Crosstalk (XIO) detection support. * Copyright (C) 2004-2007 Stanislaw Skowronek <skylark@unaligned.org> * Copyright (C) 2009 Johannes Dickgreber <tanzy@gmx.de> * Copyright (C) 2007, 2014-2016 Joshua Kinard <linux@kumba.dev> */ #include <lin...
arch/mips/sgi-ip30/ip30-xtalk.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2001, 2003 Keith M Wesolowski * Copyright (C) 2005 Ilya A. Volynets <ilya@total-knowledge.com> */ #include <linux/types.h>...
arch/mips/sgi-ip32/crime.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994, 1995, 1996, 1999, 2000 by Ralf Baechle * Copyright (C) 1999, 2000 by Silicon Graphics * Copyright (C) 2002 Maciej W...
arch/mips/sgi-ip32/ip32-berr.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __IP32_COMMON_H #define __IP32_COMMON_H #include <linux/init.h> #include <linux/interrupt.h> void __init crime_init(void); irqreturn_t crime_memerr_intr(int irq, void *dev_id); irqreturn_t crime_cpuerr_intr(int irq, void *dev_id); void __init ip32_be_init(void); vo...
arch/mips/sgi-ip32/ip32-common.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2006 Ralf Baechle <ralf@linux-mips.org> */ #include <linux/dma-direct.h> #include <asm/ip32/crime.h> /* * Few notes. * 1. CPU sees memory as two chunks: 0-256M@0x0, and the rest @0x40000000+256M * 2. PCI sees memory as one big chunk @0x0 (or we could use 0x4...
arch/mips/sgi-ip32/ip32-dma.c
null
null
null
null
null
source
linux
/* * Code to handle IP32 IRQs * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000 Harald Koerfgen * Copyright (C) 2001 Keith M Wesolowski */ #include <linux/init.h> #in...
arch/mips/sgi-ip32/ip32-irq.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2003 Keith M Wesolowski * Copyright (C) 2005 Ilya A. Volynets (Total Knowledge) */ #include <linux/types.h> #include <linu...
arch/mips/sgi-ip32/ip32-memory.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2007 Ralf Baechle (ralf@linux-mips.org) */ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/seria...
arch/mips/sgi-ip32/ip32-platform.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2001 Keith M Wesolowski * Copyright (C) 2001 Paul Mundt * Copyright (C) 2003 Guido Guenther <agx@sigxcpu.org> */ #includ...
arch/mips/sgi-ip32/ip32-reset.c
null
null
null
null
null
source
linux
/* * IP32 basic setup * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000 Harald Koerfgen * Copyright (C) 2002, 2003, 2005 Ilya A. Volynets * Copyright (C) 2006 Ralf Ba...
arch/mips/sgi-ip32/ip32-setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2000,2001,2002,2003,2004 Broadcom Corporation */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/linkage.h> #include <linux/interrupt.h> #include <linux/smp.h> #include <linux/spinlock.h> #include <linux/mm.h> #include <linux/kernel_sta...
arch/mips/sibyte/bcm1480/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2000,2001,2002,2003,2004 Broadcom Corporation */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/export.h> #include <linux/reboot.h> #include <linux/string.h> #include <asm/bootinfo.h> #include <asm/cpu.h> #include <asm/mipsregs.h> #in...
arch/mips/sibyte/bcm1480/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2001,2002,2004 Broadcom Corporation */ #include <linux/init.h> #include <linux/delay.h> #include <linux/smp.h> #include <linux/kernel_stat.h> #include <linux/sched.h> #include <linux/sched/task_stack.h> #include <asm/mmu_context.h> #include <asm/io.h> ...
arch/mips/sibyte/bcm1480/smp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2000,2001,2004 Broadcom Corporation */ #include <linux/init.h> extern void sb1480_clockevent_init(void); extern void sb1480_clocksource_init(void); void __init plat_time_init(void) { sb1480_clocksource_init(); sb1480_clockevent_init(); }
arch/mips/sibyte/bcm1480/time.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2002,2003 Broadcom Corporation */ /* * The Bus Watcher monitors internal bus transactions and maintains * counts of transactions with error status, logging details and * causing one of several interrupts. This driver provides a handler * for those ...
arch/mips/sibyte/common/bus_watcher.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2000, 2001, 2002, 2003 Broadcom Corporation */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/linkage.h> #include <linux/mm.h> #include <linux/memblock.h> #include <linux/pm.h> #include <linux/smp.h> #include <asm/bootinfo.h> #includ...
arch/mips/sibyte/common/cfe.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/init.h> #include <linux/errno.h> #include <linux/console.h> #include <asm/sibyte/board.h> #include <asm/fw/cfe/cfe_api.h> #include <asm/fw/cfe/cfe_error.h> extern int cfe_cons_handle; static void cfe_console_write(struct console *cons, const char *str, un...
arch/mips/sibyte/common/cfe_console.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0+ /* * DMA support for Broadcom SiByte platforms. * * Copyright (c) 2018 Maciej W. Rozycki */ #include <linux/swiotlb.h> #include <asm/bootinfo.h> void __init plat_swiotlb_setup(void) { swiotlb_init(true, SWIOTLB_VERBOSE); }
arch/mips/sibyte/common/dma.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * * Copyright (C) 2001, 2002, 2003 Broadcom Corporation * Copyright (C) 2007 Ralf Baechle <ralf@linux-mips.org> * Copyright (C) 2007 MIPS Technologies, Inc. * written by Ralf Baechle <ralf@linux-mips.org> */ #undef DEBUG #include <linux/device.h> #include <linu...
arch/mips/sibyte/common/sb_tbprof.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2000, 2001, 2002, 2003 Broadcom Corporation */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/linkage.h> #include <linux/interrupt.h> #include <linux/spinlock.h> #include <linux/smp.h> #include <linux/mm.h> #include <linux/kernel_stat....
arch/mips/sibyte/sb1250/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2000, 2001, 2002, 2003 Broadcom Corporation */ #include <linux/export.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/reboot.h> #include <linux/string.h> #include <asm/bootinfo.h> #include <asm/cpu.h> #include <asm/mipsregs.h> #incl...
arch/mips/sibyte/sb1250/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2001, 2002, 2003 Broadcom Corporation */ #include <linux/init.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/smp.h> #include <linux/kernel_stat.h> #include <linux/sched/task_stack.h> #include <asm/mmu_context.h> #include <asm/...
arch/mips/sibyte/sb1250/smp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2000, 2001 Broadcom Corporation */ #include <linux/init.h> extern void sb1250_clocksource_init(void); extern void sb1250_clockevent_init(void); void __init plat_time_init(void) { sb1250_clocksource_init(); sb1250_clockevent_init(); }
arch/mips/sibyte/sb1250/time.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/err.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/io.h> #include <linux/platform_device.h> #include <linux/ata_platform.h> #include <asm/sibyte/board.h> #include <asm/sibyte/sb1250_genbus.h> #include <asm/sibyte/sb1250_regs.h> #if defined(CONF...
arch/mips/sibyte/swarm/platform.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2000, 2001 Broadcom Corporation * * Copyright (C) 2002 MontaVista Software Inc. * Author: jsun@mvista.com or jsun@junsun.net */ #include <linux/bcd.h> #include <linux/types.h> #include <linux/time.h> #include <asm/time.h> #include <asm/addrspace.h> #...
arch/mips/sibyte/swarm/rtc_m41t81.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2000, 2001 Broadcom Corporation * * Copyright (C) 2002 MontaVista Software Inc. * Author: jsun@mvista.com or jsun@junsun.net */ #include <linux/bcd.h> #include <linux/types.h> #include <linux/time.h> #include <asm/time.h> #include <asm/addrspace.h> #...
arch/mips/sibyte/swarm/rtc_xicor1241.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2000, 2001, 2002, 2003, 2004 Broadcom Corporation * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) */ /* * Setup code for the SWARM board */ #include <linux/spinlock.h> #include <linux/mm.h> #include <linux/memblock.h> #include <linux/init...
arch/mips/sibyte/swarm/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Broadcom BCM91250A (SWARM), etc. I2C platform setup. * * Copyright (c) 2008 Maciej W. Rozycki */ #include <linux/i2c.h> #include <linux/init.h> #include <linux/kernel.h> static struct i2c_board_info swarm_i2c_info1[] __initdata = { { I2C_BOARD_INFO("m41t81", ...
arch/mips/sibyte/swarm/swarm-i2c.c
null
null
null
null
null
source
linux
/* * A20R specific code * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2006 Thomas Bogendoerfer (tsbogend@alpha.franken.de) */ #include <linux/init.h> #include <linux/i...
arch/mips/sni/a20r.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Virtual EISA root driver. * Acts as a placeholder if we don't have a proper EISA bridge. * * (C) 2003 Marc Zyngier <maz@wild-wind.fr.eu.org> * modified for SNI usage by Thomas Bogendoerfer */ #include <linux/kernel.h> #include <linux/platform_device.h> #include <linu...
arch/mips/sni/eisa.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1992 Linus Torvalds * Copyright (C) 1994 - 2000 Ralf Baechle * Copyright (C) 2006 Thomas Bogendoerfer */ #include <linux/...
arch/mips/sni/irq.c
null
null
null
null
null
source
linux
/* * PCIMT specific code * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1996, 97, 98, 2000, 03, 04, 06 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 2006,2007 Thoma...
arch/mips/sni/pcimt.c
null
null
null
null
null
source
linux
/* * PCI Tower specific code * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2006 Thomas Bogendoerfer (tsbogend@alpha.franken.de) */ #include <linux/init.h> #include <li...
arch/mips/sni/pcit.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/mips/sni/process.c * * Reset a SNI machine. */ #include <linux/delay.h> #include <asm/io.h> #include <asm/reboot.h> #include <asm/sni.h> /* * This routine reboots the machine by asking the keyboard * controller to pulse the reset-line low. We try that for a ...
arch/mips/sni/reset.c
null
null
null
null
null
source
linux
/* * RM200 specific code * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2006,2007 Thomas Bogendoerfer (tsbogend@alpha.franken.de) * * i8259 parts ripped out of arch/mip...
arch/mips/sni/rm200.c
null
null
null
null
null
source
linux
/* * Setup pointers to hardware-dependent routines. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1996, 97, 98, 2000, 03, 04, 06 Ralf Baechle (ralf@linux-mips.org) * Co...
arch/mips/sni/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/types.h> #include <linux/i8253.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/smp.h> #include <linux/time.h> #include <linux/clockchips.h> #include <asm/sni.h> #include <asm/time.h> #define SNI_CLOCK_TICK_RATE 3686400 #define SNI_COUNTER2_DIV...
arch/mips/sni/time.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <byteswap.h> #include <elf.h> #include <endian.h> #include <inttypes.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #ifdef be32toh /* If libc provides [bl]e{32,64}toh() then we'll use them */ #elif BYTE_ORDER == LITTLE_ENDIAN # define be32...
arch/mips/tools/elf-entry.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only #include <byteswap.h> #include <elf.h> #include <endian.h> #include <errno.h> #include <fcntl.h> #include <inttypes.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #include <uni...
arch/mips/tools/loongson3-llsc-check.c
null
null
null
null
null
source
linux
/* * Common tx4927 irq handler * * Author: MontaVista Software, Inc. * source@mvista.com * * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO...
arch/mips/txx9/generic/irq_tx4927.c
null
null
null
null
null
source
linux
/* * linux/arch/mips/tx4938/common/irq.c * * Common tx4938 irq handler * Copyright (C) 2000-2001 Toshiba Corporation * * 2003-2005 (c) MontaVista Software, Inc. This file is licensed under the * or implied. * * Support for TX4938 in 2.6 - Manish Lachwani (mlachwani@mvista.com) */ #include <linux/init.h> #incl...
arch/mips/txx9/generic/irq_tx4938.c
null
null
null
null
null
source
linux
/* * common tx4927 memory interface * * Author: MontaVista Software, Inc. * source@mvista.com * * Copyright 2001-2002 MontaVista Software Inc. * * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS ...
arch/mips/txx9/generic/mem_tx4927.c
null
null
null
null
null