repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
DirtyUnicorns/android_kernel_oppo_n1 | arch/alpha/kernel/sys_alcor.c | 9020 | 7714 | /*
* linux/arch/alpha/kernel/sys_alcor.c
*
* Copyright (C) 1995 David A Rusling
* Copyright (C) 1996 Jay A Estabrook
* Copyright (C) 1998, 1999 Richard Henderson
*
* Code supporting the ALCOR and XLT (XL-300/366/433).
*/
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/s... | gpl-2.0 |
govindraj-raja/linux-omap | arch/alpha/kernel/sys_sio.c | 9020 | 12613 | /*
* linux/arch/alpha/kernel/sys_sio.c
*
* Copyright (C) 1995 David A Rusling
* Copyright (C) 1996 Jay A Estabrook
* Copyright (C) 1998, 1999 Richard Henderson
*
* Code for all boards that route the PCI interrupts through the SIO
* PCI/ISA bridge. This includes Noname (AXPpci33), Multia (UDB),
* Kenetics's Pl... | gpl-2.0 |
surdupetru/razr_3.0.31 | drivers/net/pch_gbe/pch_gbe_phy.c | 10300 | 9519 | /*
* Copyright (C) 1999 - 2010 Intel Corporation.
* Copyright (C) 2010 OKI SEMICONDUCTOR Co., LTD.
*
* This code was derived from the Intel e1000e Linux 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 |
RadiumBot/Radium_jflte | arch/sparc/kernel/audit.c | 12092 | 1919 | #include <linux/init.h>
#include <linux/types.h>
#include <linux/audit.h>
#include <asm/unistd.h>
static unsigned dir_class[] = {
#include <asm-generic/audit_dir_write.h>
~0U
};
static unsigned read_class[] = {
#include <asm-generic/audit_read.h>
~0U
};
static unsigned write_class[] = {
#include <asm-generic/audit_w... | gpl-2.0 |
chris4824/cyberkernel-cm | drivers/sh/superhyway/superhyway.c | 14140 | 6126 | /*
* drivers/sh/superhyway/superhyway.c
*
* SuperHyway Bus Driver
*
* Copyright (C) 2004, 2005 Paul Mundt <lethal@linux-sh.org>
*
* 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.
*/
#inclu... | gpl-2.0 |
sangrokhan/linux | drivers/sh/superhyway/superhyway.c | 14140 | 6126 | /*
* drivers/sh/superhyway/superhyway.c
*
* SuperHyway Bus Driver
*
* Copyright (C) 2004, 2005 Paul Mundt <lethal@linux-sh.org>
*
* 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.
*/
#inclu... | gpl-2.0 |
kaustubh-kabra/xenified-jeremy-kernel- | drivers/input/keyboard/maple_keyb.c | 14396 | 8269 | /*
* SEGA Dreamcast keyboard driver
* Based on drivers/usb/usbkbd.c
* Copyright (c) YAEGASHI Takeshi, 2001
* Porting to 2.6 Copyright (c) Adrian McMenamin, 2007 - 2009
*
* 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
... | gpl-2.0 |
cloudbase/qemu | hw/watchdog/wdt_ib700.c | 61 | 4148 | /*
* Virtual hardware watchdog.
*
* Copyright (C) 2009 Red Hat 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 ver... | gpl-2.0 |
Ginfred/CataCore | src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/boss_infinite.cpp | 61 | 2421 | /*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.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 (at your
* option) any later ve... | gpl-2.0 |
ondravondra/vlc | src/posix/linux_specific.c | 61 | 3132 | /*****************************************************************************
* linux_specific.c: Linux-specific initialization
*****************************************************************************
* Copyright © 2008-2012 Rémi Denis-Courmont
*
* This program is free software; you can redistribute it and/o... | gpl-2.0 |
hephaex/bbb | u-boot/drivers/sound/samsung-i2s.c | 61 | 8087 | /*
* Copyright (C) 2012 Samsung Electronics
* R. Chandrasekar <rcsekar@samsung.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <asm/arch/clk.h>
#include <asm/arch/pinmux.h>
#include <asm/arch/i2s-regs.h>
#include <asm/io.h>
#include <common.h>
#include <sound.h>
#include <i2s.h>
#define FIC_TX2COUNT(x) (... | gpl-2.0 |
yank555-lu/TF101G_V9.2.2.6 | fs/hfsplus/dir.c | 1085 | 12366 | /*
* linux/fs/hfsplus/dir.c
*
* Copyright (C) 2001
* Brad Boyer (flar@allandria.com)
* (C) 2003 Ardis Technologies <roman@ardistech.com>
*
* Handling of directories
*/
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/random.h>
#include "hfsplus_fs.h"
#include "hfsplus_ra... | gpl-2.0 |
varigit/VAR-SOM-AM33-SDK7-Kernel | fs/configfs/file.c | 1085 | 9646 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* file.c - operations for regular (text) files.
*
* 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
* ve... | gpl-2.0 |
Davletvm/linux | drivers/pinctrl/sh-pfc/pfc-r8a7779.c | 1597 | 133532 | /*
* r8a7779 processor support - PFC hardware block
*
* Copyright (C) 2011, 2013 Renesas Solutions Corp.
* Copyright (C) 2011 Magnus Damm
* Copyright (C) 2013 Cogent Embedded, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ... | gpl-2.0 |
GaloisInc/linux-deadline | drivers/media/dvb/frontends/bcm3510.c | 1853 | 21894 | /*
* Support for the Broadcom BCM3510 ATSC demodulator (1st generation Air2PC)
*
* Copyright (C) 2001-5, B2C2 inc.
*
* GPL/Linux driver written by Patrick Boettcher <patrick.boettcher@desy.de>
*
* This driver is "hard-coded" to be used with the 1st generation of
* Technisat/B2C2's Air2PC ATSC PCI/USB cards/... | gpl-2.0 |
zarboz/shield_kernel | net/rds/send.c | 3389 | 30649 | /*
* Copyright (c) 2006 Oracle. 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, available from the file
* COPYING in the main directory of this source tree, or t... | gpl-2.0 |
rajamalw/motorola_kernel_condor | arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 4413 | 33911 | /*
* SH7757 Setup
*
* Copyright (C) 2009, 2011 Renesas Solutions Corp.
*
* based on setup-sh7785.c : Copyright (C) 2007 Paul Mundt
*
* 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.
*/
#... | gpl-2.0 |
AOSPA/android_kernel_lge_mako | net/ipv4/netfilter/nf_nat_rule.c | 4669 | 5627 | /* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org>
*
* 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.
*/
/* Everything about the r... | gpl-2.0 |
ryrzy/LG-D802-G2-_Android_KK_D802_v20b | arch/sparc/kernel/idprom.c | 4669 | 3704 | /*
* idprom.c: Routines to load the idprom into kernel addresses and
* interpret the data contained within.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/export.h>
#include <asm/oplib.h>
#inc... | gpl-2.0 |
z8cpaul/lsikernel-3.4 | crypto/wp512.c | 5181 | 61536 | /*
* Cryptographic API.
*
* Whirlpool hashing Algorithm
*
* The Whirlpool algorithm was developed by Paulo S. L. M. Barreto and
* Vincent Rijmen. It has been selected as one of cryptographic
* primitives by the NESSIE project http://www.cryptonessie.org/
*
* The original authors have disclaimed all copyright ... | gpl-2.0 |
CyanogenMod/android_kernel_sony_msm8974pro | drivers/staging/rtl8192e/rtl819x_HTProc.c | 7997 | 31703 | /******************************************************************************
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR ... | gpl-2.0 |
konstantinkeller/kernel_lge_hammerhead | net/netfilter/xt_conntrack.c | 7997 | 9832 | /*
* xt_conntrack - Netfilter module to match connection tracking
* information. (Superset of Rusty's minimalistic state match.)
*
* (C) 2001 Marc Boucher (marc@mbsi.ca).
* Copyright © CC Computer Consultants GmbH, 2007 - 2008
*
* This program is free software; you can redistribute it and/or modify
* it under ... | gpl-2.0 |
jerdog/sony_xperia_z | drivers/staging/media/go7007/s2250-loader.c | 7997 | 5072 | /*
* Copyright (C) 2008 Sensoray Company Inc.
*
* 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 will be useful,
* but WITH... | gpl-2.0 |
bilalliberty/android_kernel_htc_m4 | arch/alpha/kernel/core_apecs.c | 9021 | 10197 | /*
* linux/arch/alpha/kernel/core_apecs.c
*
* Rewritten for Apecs from the lca.c from:
*
* Written by David Mosberger (davidm@cs.arizona.edu) with some code
* taken from Dave Rusling's (david.rusling@reo.mts.dec.com) 32-bit
* bios code.
*
* Code common to all APECS core logic chips.
*/
#define __EXTERN_INLIN... | gpl-2.0 |
javelinanddart/android_kernel_samsung_msm8974 | arch/mips/txx9/rbtx4927/prom.c | 9533 | 1725 | /*
* rbtx4927 specific prom routines
*
* Author: MontaVista Software, Inc.
* source@mvista.com
*
* Copyright 2001-2002 MontaVista Software Inc.
*
* Copyright (C) 2004 MontaVista Software Inc.
* Author: Manish Lachwani, mlachwani@mvista.com
*
* This program is free software; you can redistribute it a... | gpl-2.0 |
yandex/smart | drivers/pcmcia/pxa2xx_e740.c | 9789 | 3133 | /*
* Toshiba e740 PCMCIA specific routines.
*
* (c) 2004 Ian Molton <spyro@f2s.com>
*
* 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/init.h>
#include <linu... | gpl-2.0 |
broodplank/android-kernel-samsung-jfltexx | drivers/net/phy/qsemi.c | 11581 | 3818 | /*
* drivers/net/phy/qsemi.c
*
* Driver for Quality Semiconductor PHYs
*
* Author: Andy Fleming
*
* Copyright (c) 2004 Freescale Semiconductor, 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 S... | gpl-2.0 |
Evervolv/android_kernel_samsung_d2 | arch/mips/emma/markeins/led.c | 13885 | 1510 | /*
* Copyright (C) NEC Electronics Corporation 2004-2006
*
* 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.
*... | gpl-2.0 |
shakalaca/ASUS_ZenFone_ZE550ML_ZE551ML | linux/modules/intel_media/graphics/rgx/services/3rdparty/intel_drm/topaz_power.c | 62 | 1831 | /*
* Copyright (c) 2009, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but... | gpl-2.0 |
ashyx/kernel_gts28ve-gts210ve | net/ipv6/af_inet6.c | 62 | 26236 | /*
* PF_INET6 socket protocol family
* Linux INET6 implementation
*
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
*
* Adapted from linux/net/ipv4/af_inet.c
*
* Fixes:
* piggy, Karl Knutson : Socket protocol table
* Hideaki YOSHIFUJI : sin6_scope_id support
* Arnaldo Melo : check proc_net_create return,... | gpl-2.0 |
JPG-Consulting/uVNC | libjpeg-turbo-win/jquant2.c | 62 | 48151 | /*
* jquant2.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* Copyright (C) 2009, D. R. Commander.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains 2-pass color quantization (color mapping) routines.
... | gpl-2.0 |
mythos234/TornadoRX-5.1-H815 | arch/arm/mach-at91/at91x40_time.c | 2110 | 2528 | /*
* arch/arm/mach-at91/at91x40_time.c
*
* (C) Copyright 2007, Greg Ungerer <gerg@snapgear.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; either version 2 of the License, or
* (a... | gpl-2.0 |
krullgor/mangos-classic | dep/src/zlib/adler32.c | 2110 | 4559 | /* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-2004 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#define ZLIB_INTERNAL
#include "zlib.h"
#define BASE 65521UL /* largest prime smaller than 65536 */
#define NMAX 5552
/... | gpl-2.0 |
LeeDroid-/LeeDrOiD-Hima-M9 | drivers/staging/tidspbridge/rmgr/nldr.c | 2622 | 49777 | /*
* nldr.c
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* DSP/BIOS Bridge dynamic + overlay Node loader.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
* This package is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens... | gpl-2.0 |
CertifiedBlyndGuy/hadron-moto-apq8084 | drivers/net/wireless/brcm80211/brcmutil/d11.c | 2622 | 4037 | /*
* Copyright (c) 2013 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 |
Potin/linux-am33x-04.06.00.07 | drivers/rtc/rtc-at91sam9.c | 3134 | 12858 | /*
* "RTT as Real Time Clock" driver for AT91SAM9 SoC family
*
* (C) 2007 Michel Benoit
*
* Based on rtc-at91rm9200.c by Rick Bronson
*
* 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; e... | gpl-2.0 |
ChiefzReloaded/lge-kernel-startablet-new | arch/sparc/math-emu/math_64.c | 3390 | 15801 | /*
* arch/sparc64/math-emu/math.c
*
* Copyright (C) 1997,1999 Jakub Jelinek (jj@ultra.linux.cz)
* Copyright (C) 1999 David S. Miller (davem@redhat.com)
*
* Emulation routines originate from soft-fp package, which is part
* of glibc and has appropriate copyrights in it.
*/
#include <linux/types.h>
#include <lin... | gpl-2.0 |
mythos234/AndromedaBacon-CM12.1 | fs/hostfs/hostfs_kern.c | 4414 | 21069 | /*
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*
* Ported the filesystem routines to 2.5.
* 2003-02-10 Petr Baudis <pasky@ucw.cz>
*/
#include <linux/fs.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/statfs.h>
#inc... | gpl-2.0 |
jeboo/kernel_JB_ZSLS6_i777 | drivers/input/misc/twl4030-pwrbutton.c | 7998 | 3558 | /**
* twl4030-pwrbutton.c - TWL4030 Power Button Input Driver
*
* Copyright (C) 2008-2009 Nokia Corporation
*
* Written by Peter De Schrijver <peter.de-schrijver@nokia.com>
* Several fixes by Felipe Balbi <felipe.balbi@nokia.com>
*
* This file is subject to the terms and conditions of the GNU General
* Public ... | gpl-2.0 |
junkyde/vikinger-stock | arch/mips/pci/ops-sni.c | 9534 | 3734 | /*
* 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.
*
* SNI specific PCI support for RM200/RM300.
*
* Copyright (C) 1997 - 2000, 2003 Ralf Baechle <ralf@linux-mips.org>
*/
#include <linux/ker... | gpl-2.0 |
nikro56/android_kernel_acer_t30s | arch/mips/pci/ops-sni.c | 9534 | 3734 | /*
* 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.
*
* SNI specific PCI support for RM200/RM300.
*
* Copyright (C) 1997 - 2000, 2003 Ralf Baechle <ralf@linux-mips.org>
*/
#include <linux/ker... | gpl-2.0 |
kalltkaffe/zte-kernel | arch/mips/pci/fixup-sni.c | 9534 | 5102 | /*
* 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.
*
* SNI specific PCI support for RM200/RM300.
*
* Copyright (C) 1997 - 2000, 2003, 04 Ralf Baechle (ralf@linux-mips.org)
*/
#include <linux... | gpl-2.0 |
jrior001/evitaul-3.4.100-HTC | arch/mips/pci/ops-sni.c | 9534 | 3734 | /*
* 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.
*
* SNI specific PCI support for RM200/RM300.
*
* Copyright (C) 1997 - 2000, 2003 Ralf Baechle <ralf@linux-mips.org>
*/
#include <linux/ker... | gpl-2.0 |
DroidTh3ory-xx/kernel_lge_trinity_four | sound/pci/ice1712/ews.c | 10046 | 31821 | /*
* ALSA driver for ICEnsemble ICE1712 (Envy24)
*
* Lowlevel functions for Terratec EWS88MT/D, EWX24/96, DMX 6Fire
*
* Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz>
* 2002 Takashi Iwai <tiwai@suse.de>
*
* This program is free software; you can redistribute it and/or modify
* i... | gpl-2.0 |
mmukadam/linuxv3.12 | drivers/pnp/support.c | 13886 | 4919 | /*
* support.c - standard functions for the use of pnp protocol drivers
*
* Copyright 2003 Adam Belay <ambx1@neo.rr.com>
* Copyright (C) 2008 Hewlett-Packard Development Company, L.P.
* Bjorn Helgaas <bjorn.helgaas@hp.com>
*/
#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/pnp.h>
#include "bas... | gpl-2.0 |
GuoqingJiang/linux | arch/mips/cobalt/buttons.c | 13886 | 1516 | /*
* Cobalt buttons platform device.
*
* Copyright (C) 2007 Yoichi Yuasa <yuasa@linux-mips.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... | gpl-2.0 |
ektor5/U-Boot_Unico | cpu/mpc8260/ether_scc.c | 63 | 11541 | /*
* MPC8260 SCC Ethernet
*
* Copyright (c) 2000 MontaVista Software, Inc. Dan Malek (dmalek@jlc.net)
*
* (C) Copyright 2000 Sysgo Real-Time Solutions, GmbH <www.elinos.com>
* Marius Groeger <mgroeger@sysgo.de>
*
* (C) Copyright (c) 2001
* Advent Networks, Inc. <http://www.adventnetworks.com>
* Jay Monkman ... | gpl-2.0 |
CyanogenMod/android_kernel_samsung_klte | drivers/scsi/hpsa.c | 319 | 136021 | /*
* Disk Array driver for HP Smart Array SAS controllers
* Copyright 2000, 2009 Hewlett-Packard Development Company, L.P.
*
* 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; ... | gpl-2.0 |
Alphix/linuxtv | sound/firewire/scs1x.c | 319 | 13017 | /*
* Stanton Control System 1 MIDI driver
*
* Copyright (c) Clemens Ladisch <clemens@ladisch.de>
* Licensed under the terms of the GNU General Public License, version 2.
*/
#include <linux/device.h>
#include <linux/firewire.h>
#include <linux/firewire-constants.h>
#include <linux/interrupt.h>
#include <linux/modu... | gpl-2.0 |
loansindi/linux | drivers/remoteproc/wkup_m3_rproc.c | 575 | 6444 | /*
* TI AMx3 Wakeup M3 Remote Processor driver
*
* Copyright (C) 2014-2015 Texas Instruments, Inc.
*
* Dave Gerlach <d-gerlach@ti.com>
* Suman Anna <s-anna@ti.com>
*
* 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 |
Benzonat0r/android_kernel_samsung_golden | drivers/net/wireless/b43legacy/main.c | 831 | 109619 | /*
*
* Broadcom B43legacy wireless driver
*
* Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>
* Copyright (c) 2005-2008 Stefano Brivio <stefano.brivio@polimi.it>
* Copyright (c) 2005, 2006 Michael Buesch <mb@bu3sch.de>
* Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
* Copyright (c) 2005 ... | gpl-2.0 |
ipaccess/linux-yocto-3.10 | arch/arm/mach-omap2/control.c | 1343 | 19550 | /*
* OMAP2/3 System Control Module register access
*
* Copyright (C) 2007, 2012 Texas Instruments, Inc.
* Copyright (C) 2007 Nokia Corporation
*
* Written by Paul Walmsley
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 a... | gpl-2.0 |
bmourit/owl2x-linux | drivers/scsi/bfa/bfad_attr.c | 1855 | 29761 | /*
* Copyright (c) 2005-2010 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 a... | gpl-2.0 |
issi5862/linux-3.17.3-nvdimm-journal | net/netfilter/nf_conntrack_timestamp.c | 2111 | 2692 | /*
* (C) 2010 Pablo Neira Ayuso <pablo@netfilter.org>
*
* 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 at your option).
*/
#include <linux/netfilter.h>
#include <l... | gpl-2.0 |
engine95/exynos5433-MM-NNKernel | arch/arm/mach-omap2/board-3430sdp.c | 2111 | 15332 | /*
* linux/arch/arm/mach-omap2/board-3430sdp.c
*
* Copyright (C) 2007 Texas Instruments
*
* Modified from mach-omap2/board-generic.c
*
* Initial code: Syed Mohammed Khasim
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 ... | gpl-2.0 |
Anik1199/android_kernel_mediatek_sprout | drivers/net/wimax/i2400m/netdev.c | 2623 | 20176 | /*
* Intel Wireless WiMAX Connection 2400m
* Glue with the networking stack
*
*
* Copyright (C) 2007 Intel Corporation <linux-wimax@intel.com>
* Yanir Lubetkin <yanirx.lubetkin@intel.com>
* Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
*
* This program is free software; you can redistribute it and/or
... | gpl-2.0 |
hamayun/linux-kvm | drivers/net/phy/mdio_bus.c | 3391 | 9040 | /*
* drivers/net/phy/mdio_bus.c
*
* MDIO Bus interface
*
* Author: Andy Fleming
*
* Copyright (c) 2004 Freescale Semiconductor, 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 Foundati... | gpl-2.0 |
wwenigma/X9180_kernel | arch/tile/kernel/traps.c | 4415 | 8166 | /*
* Copyright 2010 Tilera Corporation. 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, version 2.
*
* This program is distributed in the hope that it will ... | gpl-2.0 |
yank555-lu/N3-KK-faux123-yank555.lu | net/ipv4/netfilter/ipt_NETMAP.c | 4671 | 2855 | /* NETMAP - static NAT mapping of IP network addresses (1:1).
* The mapping can be applied to source (POSTROUTING),
* destination (PREROUTING), or both (with separate rules).
*/
/* (C) 2000-2001 Svenning Soerensen <svenning@post5.tele.dk>
*
* This program is free software; you can redistribute it and/or modify
*... | gpl-2.0 |
moddingg33k/android_kernel_synopsis | arch/arm/mach-pxa/spitz_pm.c | 4927 | 7257 | /*
* Battery and Power Management code for the Sharp SL-Cxx00
*
* Copyright (c) 2005 Richard Purdie
*
* 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/mod... | gpl-2.0 |
master-j/e210s_cam | fs/fifo.c | 4927 | 3277 | /*
* linux/fs/fifo.c
*
* written by Paul H. Hargrove
*
* Fixes:
* 10-06-1999, AV: fixed OOM handling in fifo_open(), moved
* initialization there, switched to external
* allocation of pipe_inode_info.
*/
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/pipe_fs_i.h>
... | gpl-2.0 |
erorcun/android_kernel_oneplus_msm8974-3.10 | drivers/media/tuners/mt20xx.c | 8255 | 15742 | /*
* i2c tv tuner chip device driver
* controls microtune tuners, mt2032 + mt2050 at the moment.
*
* This "mt20xx" module was split apart from the original "tuner" module.
*/
#include <linux/delay.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/videodev2.h>
#include "tuner-i2c.h"
#include "mt20xx... | gpl-2.0 |
CyanogenMod/lge-kernel-p700 | arch/mips/pci/pci-ip32.c | 9535 | 4201 | /*
* 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 Keith M Wesolowski
* Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org)
*/
#include <linux/kernel.h>
#inc... | gpl-2.0 |
droidfivex/kernel_lge_msm8974 | net/ipv4/tcp_highspeed.c | 10559 | 5018 | /*
* Sally Floyd's High Speed TCP (RFC 3649) congestion control
*
* See http://www.icir.org/floyd/hstcp.html
*
* John Heffner <jheffner@psc.edu>
*/
#include <linux/module.h>
#include <net/tcp.h>
/* From AIMD tables from RFC 3649 appendix B,
* with fixed-point MD scaled <<8.
*/
static const struct hstcp_aimd_... | gpl-2.0 |
jdkernel/mecha_aosp_2.6.35 | fs/afs/vlclient.c | 13631 | 5573 | /* AFS Volume Location Service client
*
* Copyright (C) 2002 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@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 by the Free Software Foun... | gpl-2.0 |
rocky-wang/uboot2012.10_smart210 | common/cmd_tpm.c | 64 | 2653 | /*
* Copyright (c) 2011 The Chromium OS Authors.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* 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 versi... | gpl-2.0 |
cattleprod/XCeLL | drivers/video/msm/mdp4_util.c | 64 | 70993 |
/* Copyright (c) 2009, Code Aurora Forum. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of co... | gpl-2.0 |
walac/linux | drivers/gpu/drm/drm_dp_aux_dev.c | 64 | 8423 | /*
* Copyright © 2015 Intel Corporation
*
* 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, merge, pub... | gpl-2.0 |
garwynn/android_kernel_lge_msm8996 | drivers/spi/spi-rspi.c | 320 | 32789 | /*
* SH RSPI driver
*
* Copyright (C) 2012, 2013 Renesas Solutions Corp.
* Copyright (C) 2014 Glider bvba
*
* Based on spi-sh.c:
* Copyright (C) 2011 Renesas Solutions Corp.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ... | gpl-2.0 |
Entropy512/linux_kernel_galaxyplayer | kernel/irq/manage.c | 576 | 29385 | /*
* linux/kernel/irq/manage.c
*
* Copyright (C) 1992, 1998-2006 Linus Torvalds, Ingo Molnar
* Copyright (C) 2005-2006 Thomas Gleixner
*
* This file contains driver APIs to the irq subsystem.
*/
#include <linux/irq.h>
#include <linux/kthread.h>
#include <linux/module.h>
#include <linux/random.h>
#include <linux... | gpl-2.0 |
weizhenwei/fastsocket | kernel/arch/arm/mm/copypage-xsc3.c | 576 | 2840 | /*
* linux/arch/arm/mm/copypage-xsc3.S
*
* Copyright (C) 2004 Intel Corp.
*
* 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.
*
* Adapted for 3rd gen XScale core, no more mini... | gpl-2.0 |
invisiblek/android_kernel_samsung_d2 | arch/x86/mm/hugetlbpage.c | 1600 | 11151 | /*
* IA-32 Huge TLB Page Support for Kernel.
*
* Copyright (C) 2002, Rohit Seth <rohit.seth@intel.com>
*/
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/hugetlb.h>
#include <linux/pagemap.h>
#include <linux/err.h>
#include <linux/sysctl.h>
#include <asm/mman.h>
#include <asm/tl... | gpl-2.0 |
hobit26/h3_linux | drivers/hwmon/pmbus/ltc2978.c | 1600 | 10481 | /*
* Hardware monitoring driver for LTC2978 and LTC3880
*
* Copyright (c) 2011 Ericsson AB.
*
* 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 yo... | gpl-2.0 |
JTdevAndroid/XKernel | drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c | 2368 | 15042 | /*
* Copyright (C) 1999 - 2010 Intel Corporation.
* Copyright (C) 2010 OKI SEMICONDUCTOR Co., LTD.
*
* This code was derived from the Intel e1000e Linux 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 |
jimix/linux-poweren | drivers/media/video/saa7134/saa7134-i2c.c | 3392 | 10757 | /*
*
* device driver for philips saa7134 based TV cards
* i2c interface support
*
* (c) 2001,02 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
*
* 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 Foun... | gpl-2.0 |
jderrick/linux-block | drivers/media/usb/dvb-usb-v2/usb_urb.c | 4160 | 9686 | /* usb-urb.c is part of the DVB USB library.
*
* Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de)
* see dvb-usb-init.c for copyright information.
*
* This file keeps functions for initializing and handling the
* BULK and ISOC USB data transfers in a generic way.
* Can be used for DVB-only and a... | gpl-2.0 |
sultanxda/sultan-kernel-celox-CAF-3.4 | arch/sh/boards/mach-se/7724/setup.c | 4416 | 22670 | /*
* linux/arch/sh/boards/se/7724/setup.c
*
* Copyright (C) 2009 Renesas Solutions Corp.
*
* Kuninori Morimoto <morimoto.kuninori@renesas.com>
*
* 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 detai... | gpl-2.0 |
TeamJB/kernel_htc_t6 | arch/sh/boards/mach-se/7724/setup.c | 4416 | 22670 | /*
* linux/arch/sh/boards/se/7724/setup.c
*
* Copyright (C) 2009 Renesas Solutions Corp.
*
* Kuninori Morimoto <morimoto.kuninori@renesas.com>
*
* 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 detai... | gpl-2.0 |
vickyvca/MindEater-dior | arch/arm/mach-sa1100/cpu-sa1100.c | 4672 | 7775 | /*
* cpu-sa1100.c: clock scaling for the SA1100
*
* Copyright (C) 2000 2001, The Delft University of Technology
*
* Authors:
* - Johan Pouwelse (J.A.Pouwelse@its.tudelft.nl): initial version
* - Erik Mouw (J.A.K.Mouw@its.tudelft.nl):
* - major rewrite for linux-2.3.99
* - rewritten for the more generic pow... | gpl-2.0 |
cuteprince/kernel_3.4_pico | arch/arm/mach-sa1100/cpu-sa1100.c | 4672 | 7775 | /*
* cpu-sa1100.c: clock scaling for the SA1100
*
* Copyright (C) 2000 2001, The Delft University of Technology
*
* Authors:
* - Johan Pouwelse (J.A.Pouwelse@its.tudelft.nl): initial version
* - Erik Mouw (J.A.K.Mouw@its.tudelft.nl):
* - major rewrite for linux-2.3.99
* - rewritten for the more generic pow... | gpl-2.0 |
Kurre/kernel_msm | drivers/regulator/tps6105x-regulator.c | 4928 | 4998 | /*
* Driver for TPS61050/61052 boost converters, typically used for white LEDs
* or audio amplifiers.
*
* Copyright (C) 2011 ST-Ericsson SA
* Written on behalf of Linaro for ST-Ericsson
*
* Author: Linus Walleij <linus.walleij@linaro.org>
*
* License terms: GNU General Public License (GPL) version 2
*/
#incl... | gpl-2.0 |
Split-Screen/android_kernel_lge_g3 | drivers/crypto/amcc/crypto4xx_alg.c | 12096 | 8415 | /**
* AMCC SoC PPC4xx Crypto Driver
*
* Copyright (c) 2008 Applied Micro Circuits Corporation.
* All rights reserved. James Hsiao <jhsiao@amcc.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 ... | gpl-2.0 |
tako0910/android_kernel_htc_dlxj | arch/mips/vr41xx/casio-e55/setup.c | 13888 | 1339 | /*
* setup.c, Setup for the CASIO CASSIOPEIA E-11/15/55/65.
*
* Copyright (C) 2002-2006 Yoichi Yuasa <yuasa@linux-mips.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 ... | gpl-2.0 |
Rashed97/caf-kernel-msm-3.14 | arch/parisc/math-emu/driver.c | 13888 | 3850 | /*
* Linux/PA-RISC Project (http://www.parisc-linux.org/)
*
* Floating-point emulation code
* Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.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
* ... | gpl-2.0 |
Samsung-BCM/android_kernel_samsung_bcm | drivers/misc/emmc_rpmb/hmac_sha2.c | 65 | 5106 | /****************************************************************************
*
* Copyright (c) 2009 Broadcom Corporation
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
* under the terms of the GNU General Public Licen... | gpl-2.0 |
codesnake/linux-amlogic | mm/hugetlb.c | 65 | 95462 | /*
* Generic hugetlb support.
* (C) Nadia Yvette Chambers, April 2004
*/
#include <linux/list.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/seq_file.h>
#include <linux/sysctl.h>
#include <linux/highmem.h>
#include <linux/mmu_notifier.h>
#include <linux/nodemask.h>
#includ... | gpl-2.0 |
lisa-project/lisa-kernel | drivers/usb/host/ohci-nxp.c | 65 | 9920 | /*
* driver for NXP USB Host devices
*
* Currently supported OHCI host devices:
* - NXP LPC32xx
*
* Authors: Dmitry Chigirev <source@mvista.com>
* Vitaly Wool <vitalywool@gmail.com>
*
* register initialization is based on code examples provided by Philips
* Copyright (c) 2005 Koninklijke Philips Electroni... | gpl-2.0 |
anomeome/source | target/linux/ar71xx/files/arch/mips/ath79/mach-wi2a-ac200i.c | 65 | 5068 | /*
* Nokia WI2A-AC200i support
*
* Copyright (c) 2012 Qualcomm Atheros
* Copyright (c) 2012-2013 Gabor Juhos <juhosg@openwrt.org>
* Copyright (c) 2017 Felix Fietkau <nbd@nbd.name>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provid... | gpl-2.0 |
JoeGlancy/linux | arch/s390/kvm/kvm-s390.c | 65 | 72124 | /*
* hosting zSeries kernel virtual machines
*
* Copyright IBM Corp. 2008, 2009
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2 only)
* as published by the Free Software Foundation.
*
* Author(s): Carsten Otte <cotte@... | gpl-2.0 |
seedshope/u-boot-dmatek | drivers/bios_emulator/x86emu/decode.c | 321 | 31431 | /****************************************************************************
*
* Realmode X86 Emulator Library
*
* Copyright (C) 1991-2004 SciTech Software, Inc.
* Copyright (C) David Mosberger-Tang
* Copyright (C) 1999 Egbert Eich
*
* =================================================================... | gpl-2.0 |
mina86/linux | drivers/staging/comedi/drivers/pcl711.c | 577 | 13095 | /*
* pcl711.c
* Comedi driver for PC-LabCard PCL-711 and AdSys ACL-8112 and compatibles
* Copyright (C) 1998 David A. Schleef <ds@schleef.org>
* Janne Jalkanen <jalkanen@cs.hut.fi>
* Eric Bunn <ebu@cs.hut.fi>
*
* COMEDI - Linux Control and Measurement Device Interface
* Copyright (C) 1998 David A.... | gpl-2.0 |
hoalamha/android_kernel_lge_apq8084 | drivers/net/wireless/iwlwifi/mvm/ops.c | 833 | 20196 | /******************************************************************************
*
* This file is provided under a dual BSD/GPLv2 license. When using or
* redistributing this file, you may do so under either license.
*
* GPL LICENSE SUMMARY
*
* Copyright(c) 2012 - 2013 Intel Corporation. All rights reserved.
*
... | gpl-2.0 |
virtuous/kernel-vivow-gingerbread-v2 | drivers/media/dvb/frontends/af9013.c | 1345 | 38703 | /*
* DVB USB Linux driver for Afatech AF9015 DVB-T USB2.0 receiver
*
* Copyright (C) 2007 Antti Palosaari <crope@iki.fi>
*
* Thanks to Afatech who kindly provided information.
*
* 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 |
eugene373/apexq | net/sched/sch_gred.c | 1601 | 13493 | /*
* net/sched/sch_gred.c Generic Random Early Detection queue.
*
*
* 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 |
c0llal0/kernel_xperia_z | drivers/video/msm/mddi_orise.c | 3649 | 3161 | /* Copyright (c) 2010, 2012 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 |
surdupetru/android_kernel_huawei_g620s | drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c | 3905 | 21859 | /*
* Copyright (C) 2009 Francisco Jerez.
* All Rights Reserved.
*
* 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,... | gpl-2.0 |
touchpro/android_kernel_lge_voltuno | arch/x86/kernel/pci-calgary_64.c | 4673 | 41299 | /*
* Derived from arch/powerpc/kernel/iommu.c
*
* Copyright IBM Corporation, 2006-2007
* Copyright (C) 2006 Jon Mason <jdmason@kudzu.us>
*
* Author: Jon Mason <jdmason@kudzu.us>
* Author: Muli Ben-Yehuda <muli@il.ibm.com>
* This program is free software; you can redistribute it and/or modify
* it under the t... | gpl-2.0 |
BanBxda/Sense_4.3 | drivers/watchdog/sb_wdog.c | 7233 | 8770 | /*
* Watchdog driver for SiByte SB1 SoCs
*
* Copyright (C) 2007 OnStor, Inc. * Andrew Sharp <andy.sharp@lsi.com>
*
* This driver is intended to make the second of two hardware watchdogs
* on the Sibyte 12XX and 11XX SoCs available to the user. There are two
* such devices available on the SoC, but it seems that... | gpl-2.0 |
SOKP/kernel_mediatek_sprout | drivers/watchdog/sb_wdog.c | 7233 | 8770 | /*
* Watchdog driver for SiByte SB1 SoCs
*
* Copyright (C) 2007 OnStor, Inc. * Andrew Sharp <andy.sharp@lsi.com>
*
* This driver is intended to make the second of two hardware watchdogs
* on the Sibyte 12XX and 11XX SoCs available to the user. There are two
* such devices available on the SoC, but it seems that... | gpl-2.0 |
axxia/axxia_yocto_linux_4.1_pull | arch/arm/mm/cache-xsc3l2.c | 9793 | 5060 | /*
* arch/arm/mm/cache-xsc3l2.c - XScale3 L2 cache controller support
*
* Copyright (C) 2007 ARM Limited
*
* 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 ... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.