repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
vic-nation/android_kernel_gogh | drivers/usb/gadget/ci13xxx_udc.c | 23 | 82862 | /*
* ci13xxx_udc.c - MIPS USB IP core family device controller
*
* Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved.
*
* Author: David Lopo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* pub... | gpl-2.0 |
dr4go/lg.p990.kernel | drivers/media/dvb/frontends/si21xx.c | 535 | 21733 | /* DVB compliant Linux driver for the DVB-S si2109/2110 demodulator
*
* Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 ... | gpl-2.0 |
SignFinder/FaceCore | dep/acelite/ace/Name_Proxy.cpp | 535 | 5809 | // $Id: Name_Proxy.cpp 91286 2010-08-05 09:04:31Z johnnyw $
#include "ace/Name_Proxy.h"
#include "ace/Log_Msg.h"
#include "ace/os_include/arpa/os_inet.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
void
ACE_Name_Proxy::dump (void) const
{
#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_Name_Proxy::dump");
ACE_DEBUG ((LM_DE... | gpl-2.0 |
goodwinos/linux-latest | arch/powerpc/platforms/83xx/misc.c | 1303 | 3165 | /*
* misc setup functions for MPC83xx
*
* Maintainer: Kumar Gala <galak@kernel.crashing.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (a... | gpl-2.0 |
ea4862/boeffla_cm12.1 | drivers/s390/char/vmcp.c | 1559 | 5222 | /*
* Copyright IBM Corp. 2004,2010
* Interface implementation for communication with the z/VM control program
*
* Author(s): Christian Borntraeger <borntraeger@de.ibm.com>
*
* z/VMs CP offers the possibility to issue commands via the diagnose code 8
* this driver implements a character device that issues these c... | gpl-2.0 |
hustard/h2fs | arch/mn10300/unit-asb2305/pci.c | 2071 | 14078 | /* ASB2305 PCI support
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
* Derived from arch/i386/kernel/pci-pc.c
* (c) 1999--2000 Martin Mares <mj@suse.cz>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of t... | gpl-2.0 |
goodhanrry/G9250_goodhanrry_kernel | drivers/net/wireless/brcm80211/brcmsmac/channel.c | 2327 | 21373 | /*
* Copyright (c) 2010 Broadcom Corporation
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO... | gpl-2.0 |
ktoonsez/KTSGS6 | drivers/gpu/drm/nouveau/nouveau_vga.c | 2327 | 2476 | #include <linux/vgaarb.h>
#include <linux/vga_switcheroo.h>
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
#include "nouveau_drm.h"
#include "nouveau_acpi.h"
#include "nouveau_fbcon.h"
#include "nouveau_vga.h"
static unsigned int
nouveau_vga_set_decode(void *priv, bool state)
{
struct nouveau_device *device... | gpl-2.0 |
ISTweak/android_kernel_sharp_is15sh | drivers/media/rc/keymaps/rc-videomate-s350.c | 3095 | 2091 | /* videomate-s350.h - Keytable for videomate_s350 Remote Controller
*
* keymap imported from ir-keymaps.c
*
* Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish... | gpl-2.0 |
Snuzzo/funky_tuna | drivers/media/rc/keymaps/rc-gadmei-rm008z.c | 3095 | 2068 | /* gadmei-rm008z.h - Keytable for gadmei_rm008z Remote Controller
*
* keymap imported from ir-keymaps.c
*
* Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published... | gpl-2.0 |
araca/Zen-Kernel-Huawei-P7 | sound/drivers/mpu401/mpu401.c | 4631 | 7763 | /*
* Driver for generic MPU-401 boards (UART mode only)
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Copyright (c) 2004 by Castet Matthieu <castet.matthieu@free.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as... | gpl-2.0 |
StelixROM/android_kernel_htc_msm8974 | drivers/ide/buddha.c | 7703 | 5699 | /*
* Amiga Buddha, Catweasel and X-Surf IDE Driver
*
* Copyright (C) 1997, 2001 by Geert Uytterhoeven and others
*
* This driver was written based on the specifications in README.buddha and
* the X-Surf info from Inside_XSurf.txt available at
* http://www.jschoenfeld.com
*
* This file is subject to the te... | gpl-2.0 |
robreardon/android_kernel_motorola_olympus | arch/mips/loongson/common/reset.c | 8727 | 1672 | /*
* This program is free software; you can redistribute it and/or modify it
* 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.
*
* Copyright (C) 2007 Lemote, Inc. & Institute of Comput... | gpl-2.0 |
kabata1975/android_kernel_c8690 | arch/mips/loongson/common/mem.c | 8727 | 2798 | /*
* This program is free software; you can redistribute it and/or modify it
* 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.
*/
#include <linux/fs.h>
#include <linux/fcntl.h>
#include... | gpl-2.0 |
intervigilium/android_kernel_htc_msm7x30 | arch/arm/mach-ixp4xx/ixp4xx_npe.c | 8983 | 21541 | /*
* Intel IXP4xx Network Processor Engine driver for Linux
*
* Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License
* as published by the Free Software Foundation.
*
* Th... | gpl-2.0 |
burstlam/zte-blade-35 | fs/nls/nls_cp861.c | 12567 | 17508 | /*
* linux/fs/nls/nls_cp861.c
*
* Charset cp861 translation tables.
* Generated automatically from the Unicode and charset
* tables from the Unicode Organization (www.unicode.org).
* The Unicode to charset table has only exact mappings.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/stri... | gpl-2.0 |
holyangel/HTC_M8_GPE-4.4.3 | drivers/infiniband/hw/amso1100/c2_mm.c | 13335 | 8887 | /*
* Copyright (c) 2005 Ammasso, Inc. All rights reserved.
* Copyright (c) 2005 Open Grid Computing, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, availabl... | gpl-2.0 |
klin1344/kernel_ville_2.31 | drivers/infiniband/hw/amso1100/c2_mm.c | 13335 | 8887 | /*
* Copyright (c) 2005 Ammasso, Inc. All rights reserved.
* Copyright (c) 2005 Open Grid Computing, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, availabl... | gpl-2.0 |
primiano/udoo_kernel_imx | drivers/infiniband/hw/amso1100/c2_mm.c | 13335 | 8887 | /*
* Copyright (c) 2005 Ammasso, Inc. All rights reserved.
* Copyright (c) 2005 Open Grid Computing, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, availabl... | gpl-2.0 |
DustysPatch/OpenJK | codeJK2/game/g_itemLoad.cpp | 24 | 17076 | /*
===========================================================================
Copyright (C) 2000 - 2013, Raven Software, Inc.
Copyright (C) 2001 - 2013, Activision, Inc.
Copyright (C) 2013 - 2015, OpenJK contributors
This file is part of the OpenJK source code.
OpenJK is free software; you can redistribute it and/or... | gpl-2.0 |
kmtoki/qmk_firmware | layouts/community/65_ansi/mechmerlin/keymap.c | 24 | 4816 | /* Copyright 2019 MechMerlin
*
* This program is free software: you can redistribute it and/or modify
* it 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 program is distributed in... | gpl-2.0 |
clearwater/chumby-linux | arch/x86/kernel/dumpstack_32.c | 24 | 9924 | /*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs
*/
#include <linux/kallsyms.h>
#include <linux/kprobes.h>
#include <linux/uaccess.h>
#include <linux/utsname.h>
#include <linux/hardirq.h>
#include <linux/kdebug.h>
#include <linux/module.h>
#include <linux/ptrace.... | gpl-2.0 |
parvata/liquid-chocolate-jb | arch/arm/mm/mmu.c | 24 | 26186 | /*
* linux/arch/arm/mm/mmu.c
*
* Copyright (C) 1995-2005 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>
#include <linux/kernel.h>... | gpl-2.0 |
rickgaiser/linux-2.4.17-ps2 | drivers/char/joystick/spaceball.c | 24 | 5973 | /*
* $Id: spaceball.c,v 1.8 2000/11/23 11:42:39 vojtech Exp $
*
* Copyright (c) 1999-2000 Vojtech Pavlik
*
* Based on the work of:
* David Thompson
* Joseph Krahn
*
* Sponsored by SuSE
*/
/*
* SpaceTec SpaceBall 4000 FLX driver for Linux
*/
/*
* This program is free software; you can redistribute ... | gpl-2.0 |
Naoya-Horiguchi/linux | drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 24 | 23736 | // SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2018 MediaTek Inc.
*
* Author: Sean Wang <sean.wang@mediatek.com>
*
*/
#include <dt-bindings/pinctrl/mt65xx.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/gpio/driver.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <l... | gpl-2.0 |
0xZERO3/vba-rerecording | src/win32/7zip/7z/C/Aes.c | 24 | 7887 | /* Aes.c -- AES encryption / decryption
2008-08-05
Igor Pavlov
Public domain */
#include "Aes.h"
#include "CpuArch.h"
static UInt32 T[256 * 4];
static Byte Sbox[256] = {
0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5, 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76,
0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0... | gpl-2.0 |
CyanogenMod/htc-kernel-incrediblec | drivers/usb/core/devio.c | 280 | 48518 | /*****************************************************************************/
/*
* devio.c -- User space communication with USB devices.
*
* Copyright (C) 1999-2000 Thomas Sailer (sailer@ife.ee.ethz.ch)
*
* This program is free software; you can redistribute it and/or modify
* it under t... | gpl-2.0 |
bluechiptechnology/linux-bctrx3 | drivers/net/ppp/ppp_generic.c | 536 | 71994 | /*
* Generic PPP layer for Linux.
*
* Copyright 1999-2002 Paul Mackerras.
*
* This program is free software; you can redistribute it and/or
* modify it 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... | gpl-2.0 |
caoxin1988/linux-3.10.33 | arch/mips/cavium-octeon/setup.c | 1048 | 31706 | /*
* 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) 2004-2007 Cavium Networks
* Copyright (C) 2008, 2009 Wind River Systems
* written by Ralf Baechle <ralf@linux-mips.org>
... | gpl-2.0 |
CyanogenMod/android_kernel_samsung_d2 | drivers/staging/prima/CORE/BAP/src/bapModule.c | 1304 | 47007 | /*
* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright not... | gpl-2.0 |
alinuredini/nova | sound/soc/fsl/fsl_ssi.c | 1816 | 22668 | /*
* Freescale SSI ALSA SoC Digital Audio Interface (DAI) driver
*
* Author: Timur Tabi <timur@freescale.com>
*
* Copyright 2007-2010 Freescale Semiconductor, Inc.
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of a... | gpl-2.0 |
TeamSPR/kernel | drivers/mtd/chips/cfi_cmdset_0002.c | 2072 | 72129 | /*
* Common Flash Interface support:
* AMD & Fujitsu Standard Vendor Command Set (ID 0x0002)
*
* Copyright (C) 2000 Crossnet Co. <info@crossnet.co.jp>
* Copyright (C) 2004 Arcom Control Systems Ltd <linux@arcom.com>
* Copyright (C) 2005 MontaVista Software Inc. <source@mvista.com>
*
* 2_by_8 routines added by... | gpl-2.0 |
fosser2/tegra-l4t-r16r2-rc | fs/jfs/super.c | 2840 | 21537 | /*
* Copyright (C) International Business Machines Corp., 2000-2004
* Portions Copyright (C) Christoph Hellwig, 2001-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; eithe... | gpl-2.0 |
ModADroid/android-omap-tuna | sound/pci/au88x0/au88x0_core.c | 3096 | 79116 | /*
* This program is free software; you can redistribute it and/or modify
* it 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 program is distributed in the hope that it will b... | gpl-2.0 |
YU-N/android_kernel_cyanogen_msm8916 | drivers/net/wireless/libertas_tf/if_usb.c | 3608 | 23354 | /*
* Copyright (C) 2008, cozybit Inc.
* Copyright (C) 2003-2006, Marvell International Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at
... | gpl-2.0 |
shambakey1/kernel_sh | arch/arm/mach-msm/clock-debug.c | 4120 | 3039 | /*
* Copyright (C) 2007 Google, Inc.
* Copyright (c) 2007-2010, Code Aurora Forum. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
*... | gpl-2.0 |
OptimusG-Dev-Team/lg-kernel | drivers/staging/et131x/et131x.c | 4120 | 160170 | /*
* Agere Systems Inc.
* 10/100/1000 Base-T Ethernet Driver for the ET1301 and ET131x series MACs
*
* Copyright © 2005 Agere Systems Inc.
* All rights reserved.
* http://www.agere.com
*
* Copyright (c) 2011 Mark Einon <mark.einon@gmail.com>
*
*---------------------------------------------------------------... | gpl-2.0 |
daemon32/android_kernel_lge_fx3t | arch/um/os-Linux/signal.c | 4888 | 6560 | /*
* Copyright (C) 2004 PathScale, Inc
* Copyright (C) 2004 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <stdlib.h>
#include <stdarg.h>
#include <errno.h>
#include <signal.h>
#include <strings.h>
#include "as-layout.h"
#include "kern_util.h"
#include "os.h"
#include "sysd... | gpl-2.0 |
oadam11/kernel_lge_g3-old | drivers/input/keyboard/omap-keypad.c | 4888 | 12312 | /*
* linux/drivers/input/keyboard/omap-keypad.c
*
* OMAP Keypad Driver
*
* Copyright (C) 2003 Nokia Corporation
* Written by Timo Teräs <ext-timo.teras@nokia.com>
*
* Added support for H2 & H3 Keypad
* Copyright (C) 2004 Texas Instruments
*
* This program is free software; you can redistribute it and/or modi... | gpl-2.0 |
ryrzy/LG-D802-G2-_Android_KK_D802_v20b | fs/dlm/recover.c | 4888 | 20662 | /******************************************************************************
*******************************************************************************
**
** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
**
** This copyrig... | gpl-2.0 |
GameTheory-/android_kernel_lge_fx1s | drivers/mtd/maps/physmap.c | 5144 | 6956 | /*
* Normal mappings of chips in physical memory
*
* Copyright (C) 2003 MontaVista Software Inc.
* Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
*
* 031022 - [jsun] add run-time configure and partition setup
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/in... | gpl-2.0 |
xiaogaogao/linuxFromDigilent | arch/powerpc/platforms/wsp/wsp.c | 6936 | 2445 | /*
* Copyright 2008-2011, IBM Corporation
*
* This program is free software; you can redistribute it and/or
* modify it 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.
*/
#include <linux/k... | gpl-2.0 |
isnehalkiran/kernel-msm | fs/hpfs/dentry.c | 10520 | 1540 | /*
* linux/fs/hpfs/dentry.c
*
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
*
* dcache operations
*/
#include "hpfs_fn.h"
/*
* Note: the dentry argument is the parent dentry.
*/
static int hpfs_hash_dentry(const struct dentry *dentry, const struct inode *inode,
struct qstr *qstr)
{
un... | gpl-2.0 |
mkl0301/linux | arch/powerpc/boot/ep405.c | 14104 | 1805 | /*
* Embedded Planet EP405 with PlanetCore firmware
*
* (c) Benjamin Herrenschmidt <benh@kernel.crashing.org>, IBM Corp,\
*
* Based on ep88xc.c by
*
* Scott Wood <scottwood@freescale.com>
*
* Copyright (c) 2007 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or mo... | gpl-2.0 |
HofiOne/xbmc | lib/libUPnP/Platinum/Source/Core/PltHttpServer.cpp | 25 | 12330 | /*****************************************************************
|
| Platinum - HTTP Server
|
| Copyright (c) 2004-2010, Plutinosoft, LLC.
| All rights reserved.
| http://www.plutinosoft.com
|
| This program is free software; you can redistribute it and/or
| modify it under the terms of the GNU General Public Licen... | gpl-2.0 |
loongson-community/preempt-rt-linux | drivers/serial/imx.c | 25 | 36147 | /*
* linux/drivers/serial/imx.c
*
* Driver for Motorola IMX serial ports
*
* Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
*
* Author: Sascha Hauer <sascha@saschahauer.de>
* Copyright (C) 2004 Pengutronix
*
* Copyright (C) 2009 emlix GmbH
* Author: Fabian Godehardt (added IrDA supp... | gpl-2.0 |
xushichao/qemu-kvm-cpuid | hw/puv3_pm.c | 25 | 3337 | /*
* Power Management device simulation in PKUnity SoC
*
* Copyright (C) 2010-2012 Guan Xuetao
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation, or any later version.
* See the... | gpl-2.0 |
HydraCompany/HydraKernel | arch/arm/mach-imx/pm-imx6.c | 25 | 16440 | /*
* Copyright 2011-2014 Freescale Semiconductor, Inc.
* Copyright 2011 Linaro Ltd.
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gp... | gpl-2.0 |
Alucard24/Alucard-Kernel-LG-G5 | arch/arm/plat-samsung/pm-debug.c | 537 | 2490 | /*
* Copyright (C) 2013 Samsung Electronics Co., Ltd.
* Tomasz Figa <t.figa@samsung.com>
* Copyright (C) 2008 Openmoko, Inc.
* Copyright (C) 2004-2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/
*
* Samsung common power management (suspend to RAM) debug support
*
* This p... | gpl-2.0 |
bas-t/media_tree | drivers/usb/host/ehci-xilinx-of.c | 1305 | 6582 | /*
* EHCI HCD (Host Controller Driver) for USB.
*
* Bus Glue for Xilinx EHCI core on the of_platform bus
*
* Copyright (c) 2009 Xilinx, Inc.
*
* Based on "ehci-ppc-of.c" by Valentine Barshak <vbarshak@ru.mvista.com>
* and "ehci-ppc-soc.c" by Stefan Roese <sr@denx.de>
* and "ohci-ppc-of.c" by Sylvain Munaut <tn... | gpl-2.0 |
ddikodroid/Finder-Kernel-Source-4.0 | arch/sparc/kernel/pci.c | 2329 | 30023 | /* pci.c: UltraSparc PCI controller support.
*
* Copyright (C) 1997, 1998, 1999 David S. Miller (davem@redhat.com)
* Copyright (C) 1998, 1999 Eddie C. Dost (ecd@skynet.be)
* Copyright (C) 1999 Jakub Jelinek (jj@ultra.linux.cz)
*
* OF tree based PCI bus probing taken from the PowerPC port
* with minor modific... | gpl-2.0 |
Jolocotroco/android_kernel_samsung_smdkv210 | drivers/media/video/cx231xx/cx231xx-vbi.c | 3097 | 18093 | /*
cx231xx_vbi.c - driver for Conexant Cx23100/101/102 USB video capture devices
Copyright (C) 2008 <srinivasa.deevi at conexant dot com>
Based on cx88 driver
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the F... | gpl-2.0 |
Neves4/DatKernel | net/mac80211/led.c | 3097 | 8095 | /*
* Copyright 2006, Johannes Berg <johannes@sipsolutions.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/* just for IFNAMSIZ */
#include <linux/if.h>
#include <linux... | gpl-2.0 |
spezi77/android_kernel_htcbravo-3.0 | arch/mips/sgi-ip32/ip32-reset.c | 4633 | 5047 | /*
* 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... | gpl-2.0 |
yukchou/linux-sunxi-1 | arch/arm/mach-omap2/board-4430sdp.c | 4633 | 23897 | /*
* Board support file for OMAP4430 SDP.
*
* Copyright (C) 2009 Texas Instruments
*
* Author: Santosh Shilimkar <santosh.shilimkar@ti.com>
*
* Based on mach-omap2/board-3430sdp.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ve... | gpl-2.0 |
hiikezoe/android_kernel_nec_n06e | drivers/media/video/davinci/vpif_capture.c | 4889 | 63335 | /*
* Copyright (C) 2009 Texas Instruments Inc
*
* This program is free software; you can redistribute it and/or modify
* it 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 program... | gpl-2.0 |
Jackeagle/android_kernel_htc_dlxub1 | drivers/scsi/pas16.c | 5145 | 18234 | #define AUTOSENSE
#define PSEUDO_DMA
#define FOO
#define UNSAFE /* Not unsafe for PAS16 -- use it */
#define PDEBUG 0
/*
* This driver adapted from Drew Eckhardt's Trantor T128 driver
*
* Copyright 1993, Drew Eckhardt
* Visionary Computing
* (Unix and Linux consulting and custom programming)
* drew@colorado.edu... | gpl-2.0 |
TeamRegular/android_kernel_zara | drivers/mtd/maps/h720x-flash.c | 5145 | 2747 | /*
* Flash memory access on Hynix GMS30C7201/HMS30C7202 based
* evaluation boards
*
* (C) 2002 Jungjun Kim <jungjun.kim@hynix.com>
* 2003 Thomas Gleixner <tglx@linutronix.de>
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/errno.h>
#incl... | gpl-2.0 |
linxiaoji/kernel_mediatek_g750_t01 | drivers/scsi/in2000.c | 5145 | 73530 | /*
* in2000.c - Linux device driver for the
* Always IN2000 ISA SCSI card.
*
* Copyright (c) 1996 John Shifflett, GeoLog Consulting
* john@geolog.com
* jshiffle@netcom.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General P... | gpl-2.0 |
daeiron/kenzo_caf_kernel | arch/arm/mach-rpc/irq.c | 6425 | 3512 | #include <linux/init.h>
#include <linux/list.h>
#include <linux/io.h>
#include <asm/mach/irq.h>
#include <asm/hardware/iomd.h>
#include <asm/irq.h>
#include <asm/fiq.h>
static void iomd_ack_irq_a(struct irq_data *d)
{
unsigned int val, mask;
mask = 1 << d->irq;
val = iomd_readb(IOMD_IRQMASKA);
iomd_writeb(val & ... | gpl-2.0 |
jfdsmabalot/kernel_legacy_exynos5410 | arch/x86/math-emu/reg_constant.c | 14361 | 3807 | /*---------------------------------------------------------------------------+
| reg_constant.c |
| |
| All of the constant FPU_REGs |
| ... | gpl-2.0 |
tonyho/TQ2440-linux-2.6.30.4 | net/mac80211/tx.c | 26 | 62269 | /*
* Copyright 2002-2005, Instant802 Networks, Inc.
* Copyright 2005-2006, Devicescape Software, Inc.
* Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
* Copyright 2007 Johannes Berg <johannes@sipsolutions.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU... | gpl-2.0 |
daeinki/drm | kernel/jump_label.c | 26 | 9464 | /*
* jump label support
*
* Copyright (C) 2009 Jason Baron <jbaron@redhat.com>
* Copyright (C) 2011 Peter Zijlstra <pzijlstr@redhat.com>
*
*/
#include <linux/memory.h>
#include <linux/uaccess.h>
#include <linux/module.h>
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/sort.h>
#include <linux/err.h... | gpl-2.0 |
thillux/coreboot | payloads/libpayload/arch/arm64/timer.c | 26 | 1935 | /*
* This file is part of the libpayload project.
*
* Copyright (C) 2008 Advanced Micro Devices, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above c... | gpl-2.0 |
noewin/papercrop | luabind-0.9/test/main.cpp | 26 | 3141 | // Copyright (c) 2005 Daniel Wallin, Arvid Norberg
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, me... | gpl-2.0 |
LeChuck42/or1k-gcc | gcc/gengtype-state.c | 26 | 74191 | /* Gengtype persistent state serialization & de-serialization.
Useful for gengtype in plugin mode.
Copyright (C) 2010-2014 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as publis... | gpl-2.0 |
mina86/linux | arch/x86/kvm/mtrr.c | 282 | 16526 | /*
* vMTRR implementation
*
* Copyright (C) 2006 Qumranet, Inc.
* Copyright 2010 Red Hat, Inc. and/or its affiliates.
* Copyright(C) 2015 Intel Corporation.
*
* Authors:
* Yaniv Kamay <yaniv@qumranet.com>
* Avi Kivity <avi@qumranet.com>
* Marcelo Tosatti <mtosatti@redhat.com>
* Paolo Bonzini <pbon... | gpl-2.0 |
RidaShamasneh/nethunter_kernel_g5 | drivers/mtd/tests/nandbiterrs.c | 538 | 10406 | /*
* Copyright © 2012 NetCommWireless
* Iwo Mergler <Iwo.Mergler@netcommwireless.com.au>
*
* Test for multi-bit error recovery on a NAND page This mostly tests the
* ECC controller / driver.
*
* There are two test modes:
*
* 0 - artificially inserting bit errors until the ECC fails
* This is the default m... | gpl-2.0 |
cooldroid/android_kernel_oneplus_msm8974 | drivers/platform/msm/ipa/ipa_client.c | 1818 | 12264 | /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | gpl-2.0 |
tsuibin/linux-4.x.y | drivers/isdn/hisax/elsa.c | 1818 | 34443 | /* $Id: elsa.c,v 2.32.2.4 2004/01/24 20:47:21 keil Exp $
*
* low level stuff for Elsa isdn cards
*
* Author Karsten Keil
* Copyright by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by... | gpl-2.0 |
dmitry-pervushin/linux-netfilter | fs/ioprio.c | 2074 | 5074 | /*
* fs/ioprio.c
*
* Copyright (C) 2004 Jens Axboe <axboe@kernel.dk>
*
* Helper functions for setting/querying io priorities of processes. The
* system calls closely mimmick getpriority/setpriority, see the man page for
* those. The prio argument is a composite of prio class and prio data, where
* the data argu... | gpl-2.0 |
sk806/N5_Kernel | drivers/edac/amd64_edac_inj.c | 2074 | 6590 | #include "amd64_edac.h"
static ssize_t amd64_inject_section_show(struct device *dev,
struct device_attribute *mattr,
char *buf)
{
struct mem_ctl_info *mci = to_mci(dev);
struct amd64_pvt *pvt = mci->pvt_info;
return sprintf(buf, "0x%x\n", pvt->injection.section);
}
/*
* store error injection section v... | gpl-2.0 |
gundal/zerofltetmo | drivers/net/wireless/airo.c | 2074 | 222700 | /*======================================================================
Aironet driver for 4500 and 4800 series cards
This code is released under both the GPL version 2 and BSD licenses.
Either license may be used. The respective licenses are found at
the end of this file.
This code was develop... | gpl-2.0 |
PureNexusProject/android_kernel_htc_flounder | arch/mips/alchemy/common/platform.c | 2586 | 12047 | /*
* Platform device support for Au1x00 SoCs.
*
* Copyright 2004, Matt Porter <mporter@kernel.crashing.org>
*
* (C) Copyright Embedded Alley Solutions, Inc 2005
* Author: Pantelis Antoniou <pantelis@embeddedalley.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. Thi... | gpl-2.0 |
iHateWEBos/vigor_aosp_kernel | arch/arm/mach-shmobile/intc-sh7377.c | 2842 | 24467 | /*
* sh7377 processor support - INTC hardware block
*
* Copyright (C) 2010 Magnus Damm
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* This program is d... | gpl-2.0 |
samuaz/kernel_msm_gee | drivers/net/wireless/wl1251/spi.c | 2842 | 7451 | /*
* This file is part of wl1251
*
* Copyright (C) 2008 Nokia Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it... | gpl-2.0 |
pacificIT/linux_kernel | crypto/crct10dif_common.c | 3098 | 3728 | /*
* Cryptographic API.
*
* T10 Data Integrity Field CRC16 Crypto Transform
*
* Copyright (c) 2007 Oracle Corporation. All rights reserved.
* Written by Martin K. Petersen <martin.petersen@oracle.com>
* Copyright (C) 2013 Intel Corporation
* Author: Tim Chen <tim.c.chen@linux.intel.com>
*
* This program is f... | gpl-2.0 |
brymaster5000/m7-GPE-L | sound/soc/omap/omap-pcm.c | 4378 | 12271 | /*
* omap-pcm.c -- ALSA PCM interface for the OMAP SoC
*
* Copyright (C) 2008 Nokia Corporation
*
* Contact: Jarkko Nikula <jarkko.nikula@bitmer.com>
* Peter Ujfalusi <peter.ujfalusi@ti.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gene... | gpl-2.0 |
pawitp/android_kernel_samsung_i9082 | arch/powerpc/oprofile/op_model_7450.c | 4634 | 5381 | /*
* arch/powerpc/oprofile/op_model_7450.c
*
* Freescale 745x/744x oprofile support, based on fsl_booke support
* Copyright (C) 2004 Anton Blanchard <anton@au.ibm.com>, IBM
*
* Copyright (c) 2004 Freescale Semiconductor, Inc
*
* Author: Andy Fleming
* Maintainer: Kumar Gala <galak@kernel.crashing.org>
*
* Th... | gpl-2.0 |
percy-g2/android_kernel_msm8625 | drivers/usb/host/ohci-hub.c | 4890 | 21840 | /*
* OHCI HCD (Host Controller Driver) for USB.
*
* (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at>
* (C) Copyright 2000-2004 David Brownell <dbrownell@users.sourceforge.net>
*
* This file is licenced under GPL
*/
/*-------------------------------------------------------------------------*/
/*
* OHCI... | gpl-2.0 |
chillstep1998/AK-OnePone | drivers/staging/vt6655/rxtx.c | 7962 | 133309 | /*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it 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 opt... | gpl-2.0 |
EnJens/kernel_tf201_stock | sound/pci/emu10k1/emufx.c | 7962 | 101686 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Creative Labs, Inc.
* Routines for effect processor FX8010
*
* Copyright (c) by James Courtier-Dutton <James@superbug.co.uk>
* Added EMU 1010 support.
*
* BUGS:
* --
*
* TODO:
* --
*
* This program is free software; ... | gpl-2.0 |
Dm47021/Linux-kernel_4.1.15-rt17_MusicOS | arch/arm/mach-w90x900/mfp.c | 9754 | 4272 | /*
* linux/arch/arm/mach-w90x900/mfp.c
*
* Copyright (c) 2008 Nuvoton technology corporation
*
* Wan ZongShun <mcuos.com@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation;vers... | gpl-2.0 |
davidmueller13/kernel_lt03lte_twv2_5.1.1 | drivers/net/wireless/wl1251/init.c | 11034 | 9169 | /*
* This file is part of wl1251
*
* Copyright (C) 2009 Nokia Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it... | gpl-2.0 |
lostemp/linux-2.6.30.4_analysis | drivers/net/wireless/ar9170/mac.c | 27 | 11439 | /*
* Atheros AR9170 driver
*
* MAC programming
*
* Copyright 2008, Johannes Berg <johannes@sipsolutions.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Li... | gpl-2.0 |
skristiansson/eco32-gcc | libgcc/config/lm32/_modsi3.c | 27 | 1999 | /* _modsi3 for Lattice Mico32.
Contributed by Jon Beniston <jon@beniston.com>
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; e... | gpl-2.0 |
commial/python-spidermonkey | js/src/fdlibm/w_log.c | 27 | 2702 | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Licen... | gpl-2.0 |
ystk/debian-eglibc | libio/putc_u.c | 27 | 1052 | /* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versio... | gpl-2.0 |
ztemt/A476_V1B_5.1_kernel | sound/soc/mediatek/mt_soc_audio_v2/mt_soc_pcm_voice_md1_bt.c | 27 | 15036 | /*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | gpl-2.0 |
CyanideL/android_kernel_asus_grouper | arch/sparc/kernel/signal_64.c | 539 | 18633 | /*
* arch/sparc64/kernel/signal.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright (C) 1995, 2008 David S. Miller (davem@davemloft.net)
* Copyright (C) 1996 Miguel de Icaza (miguel@nuclecu.unam.mx)
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)
* Copyright (C) 1997,1998 Jakub Jelinek (jj@su... | gpl-2.0 |
herophj/linux_kerner_2_6 | arch/x86/mm/kmemcheck/shadow.c | 539 | 3558 | #include <linux/kmemcheck.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include "pte.h"
#include "shadow.h"
/*
* Return the shadow address for the given address. Returns NULL if the
* address is not tracked.
*
* We need to be extremely careful not to follow an... | gpl-2.0 |
lukino563/normandy_lulz_kernel | drivers/usb/musb/musb_gadget.c | 795 | 60636 | /*
* MUSB OTG driver peripheral support
*
* Copyright 2005 Mentor Graphics Corporation
* Copyright (C) 2005-2006 by Texas Instruments
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2009 MontaVista Software, Inc. <source@mvista.com>
*
* This program is free software; you can redistribute it and/or
... | gpl-2.0 |
ktd2004/linux-stable | drivers/pci/hotplug/cpcihp_generic.c | 1307 | 6462 | /*
* cpcihp_generic.c
*
* Generic port I/O CompactPCI driver
*
* Copyright 2002 SOMA Networks, Inc.
* Copyright 2001 Intel San Luis Obispo
* Copyright 2000,2001 MontaVista Software Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public Lice... | gpl-2.0 |
IndraVikas/linux | arch/sparc/crypto/crc32c_glue.c | 2331 | 4138 | /* Glue code for CRC32C optimized for sparc64 crypto opcodes.
*
* This is based largely upon arch/x86/crypto/crc32c-intel.c
*
* Copyright (C) 2008 Intel Corporation
* Authors: Austin Zhang <austin_zhang@linux.intel.com>
* Kent Liu <kent.liu@intel.com>
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#in... | gpl-2.0 |
Neves4/DatKernel | arch/s390/kernel/jump_label.c | 2587 | 1115 | /*
* Jump label s390 support
*
* Copyright IBM Corp. 2011
* Author(s): Jan Glauber <jang@linux.vnet.ibm.com>
*/
#include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/stop_machine.h>
#include <linux/jump_label.h>
#include <asm/ipl.h>
#ifdef HAVE_JUMP_LABEL
struct insn {
u16 opcode;
s32 offset;
} ... | gpl-2.0 |
AndroidOpenDevelopment-Devices/android_kernel_moto_shamu | drivers/net/irda/ksdazzle-sir.c | 2587 | 23428 | /*****************************************************************************
*
* Filename: ksdazzle.c
* Version: 0.1.2
* Description: Irda KingSun Dazzle USB Dongle
* Status: Experimental
* Author: Alex Villacís Lasso <a_villacis@palosanto.com>
*
* Based on stir4200, mcs7780, kingsun-sir... | gpl-2.0 |
matianfu/barcelona_kernel | crypto/async_tx/async_memcpy.c | 3099 | 3028 | /*
* copy offload engine support
*
* Copyright © 2006, Intel Corporation.
*
* Dan Williams <dan.j.williams@intel.com>
*
* with architecture considerations by:
* Neil Brown <neilb@suse.de>
* Jeff Garzik <jeff@garzik.org>
*
* This program is free software; you can redistribute it and/or mod... | gpl-2.0 |
ibuddler/M2ATT | drivers/usb/storage/freecom.c | 4635 | 15599 | /* Driver for Freecom USB/IDE adaptor
*
* Freecom v0.1:
*
* First release
*
* Current development and maintenance by:
* (C) 2000 David Brown <usb-storage@davidb.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published b... | gpl-2.0 |
ZdrowyGosciu/kernel_lge_d802_v30d | drivers/net/ethernet/seeq/sgiseeq.c | 4891 | 22540 | /*
* sgiseeq.c: Seeq8003 ethernet driver for SGI machines.
*
* Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*/
#undef DEBUG
#include <linux/dma-mapping.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/types.... | gpl-2.0 |
sony-msm8960/android_kernel_sony_apq8064 | drivers/staging/iio/imu/adis16400_ring.c | 4891 | 5632 | #include <linux/interrupt.h>
#include <linux/mutex.h>
#include <linux/kernel.h>
#include <linux/spi/spi.h>
#include <linux/slab.h>
#include <linux/bitops.h>
#include <linux/export.h>
#include "../iio.h"
#include "../ring_sw.h"
#include "../trigger_consumer.h"
#include "adis16400.h"
/**
* adis16400_spi_read_burst() -... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.