repo_name
string
path
string
copies
string
size
string
content
string
license
string
EZchip/linux
net/ipv6/sit.c
43
45304
/* * IPv6 over IPv4 tunnel device - Simple Internet Transition (SIT) * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Publi...
gpl-2.0
tmatsuya/milkymist-linux
drivers/net/irda/au1k_ir.c
43
20314
/* * Alchemy Semi Au1000 IrDA driver * * Copyright 2001 MontaVista Software Inc. * Author: MontaVista Software, Inc. * ppopov@mvista.com or source@mvista.com * * This program is free software; you can distribute it and/or modify it * under the terms of the GNU General Public License (Version 2) as *...
gpl-2.0
ericli1989/ali_kernel
net/sunrpc/auth_gss/gss_krb5_crypto.c
43
25005
/* * linux/net/sunrpc/gss_krb5_crypto.c * * Copyright (c) 2000-2008 The Regents of the University of Michigan. * All rights reserved. * * Andy Adamson <andros@umich.edu> * Bruce Fields <bfields@umich.edu> */ /* * Copyright (C) 1998 by the FundsXpress, INC. * * All rights reserved. * * Export of t...
gpl-2.0
d3trax/asuswrt-merlin
release/src/router/gdb/readline/kill.c
43
15729
/* kill.c -- kill ring management. */ /* Copyright (C) 1994 Free Software Foundation, Inc. This file is part of the GNU Readline Library, a library for reading lines of text with interactive input and history editing. The GNU Readline Library is free software; you can redistribute it and/or modify it und...
gpl-2.0
adam-lee/linux
drivers/staging/lustre/lnet/klnds/socklnd/socklnd_lib-linux.c
43
18241
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * 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. * * This program is distributed...
gpl-2.0
speef/linux
drivers/usb/otg/otg.c
43
11515
/* * otg.c -- USB OTG utility code * * Copyright (C) 2004 Texas Instruments * * 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 l...
gpl-2.0
lordeko/Alucard-Kernel-jfltexx
arch/arm/kernel/perf_event_v7.c
299
37375
/* * ARMv7 Cortex-A8 and Cortex-A9 Performance Events handling code. * * ARMv7 support: Jean Pihet <jpihet@mvista.com> * 2010 (c) MontaVista Software, LLC. * * Copied from ARMv6 code, with the low level code inspired * by the ARMv7 Oprofile code. * * Cortex-A8 has up to 4 configurable performance counters and...
gpl-2.0
jekkos/android_kernel_htc_msm8960
drivers/staging/prima_jb3.2/CORE/MAC/src/pe/sch/schApi.c
811
16006
/* * 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
roalex/sgs3-kernel
drivers/spi/spi_fsl_spi.c
1579
28621
/* * Freescale SPI controller driver. * * Maintainer: Kumar Gala * * Copyright (C) 2006 Polycom, Inc. * Copyright 2010 Freescale Semiconductor, Inc. * * CPM SPI and QE buffer descriptors mode support: * Copyright (c) 2009 MontaVista Software, Inc. * Author: Anton Vorontsov <avorontsov@ru.mvista.com> * * Th...
gpl-2.0
grancier/linux-3.10.33-chromeos
drivers/watchdog/s3c2410_wdt.c
1835
12441
/* linux/drivers/char/watchdog/s3c2410_wdt.c * * Copyright (c) 2004 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C2410 Watchdog Timer Support * * Based on, softdog.c by Alan Cox, * (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk> * * This program is free software; you can redistribute it ...
gpl-2.0
sktjdgns1189/android_kernel_samsung_zeroflteskt
drivers/net/wireless/rtlwifi/rtl8192ce/dm.c
3371
3632
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. * * 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 Foundati...
gpl-2.0
androidarmv6/android_hardware_atheros_ath6kl-compat
drivers/net/wireless/rtlwifi/rtl8192ce/dm.c
3371
3632
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. * * 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 Foundati...
gpl-2.0
AOSP-YU/platform_kernel_cyanogen_msm8916
drivers/net/wireless/ath/ath5k/desc.c
4907
22515
/* * Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org> * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com> * Copyright (c) 2007-2008 Pavel Roskin <proski@gnu.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided t...
gpl-2.0
MassStash/m8whl_sense
net/unix/garbage.c
7723
10621
/* * NET3: Garbage Collector For AF_UNIX sockets * * Garbage Collector: * Copyright (C) Barak A. Pearlmutter. * Released under the GPL version 2 or later. * * Chopped about by Alan Cox 22/3/96 to make it fit the AF_UNIX socket problem. * If it doesn't work blame me, it worked when Barak sent it. * * Assumptio...
gpl-2.0
CyanogenMod/android_kernel_htc_msm8974
net/unix/garbage.c
7723
10621
/* * NET3: Garbage Collector For AF_UNIX sockets * * Garbage Collector: * Copyright (C) Barak A. Pearlmutter. * Released under the GPL version 2 or later. * * Chopped about by Alan Cox 22/3/96 to make it fit the AF_UNIX socket problem. * If it doesn't work blame me, it worked when Barak sent it. * * Assumptio...
gpl-2.0
ticklechicken/linux
drivers/video/fbdev/geode/suspend_gx.c
14123
6242
/* * Copyright (C) 2007 Advanced Micro Devices, Inc. * Copyright (C) 2008 Andres Salomon <dilinger@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 the * Free Software Foundation; either version 2 ...
gpl-2.0
up2wing/fox-qemu-comment
qemu-2.2.0/roms/u-boot/drivers/net/calxedaxgmac.c
44
14916
/* * Copyright 2010-2011 Calxeda, Inc. * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <malloc.h> #include <linux/compiler.h> #include <linux/err.h> #include <asm/io.h> #define TX_NUM_DESC 1 #define RX_NUM_DESC 32 #define MAC_TIMEOUT (5*CONFIG_SYS_HZ) #define ETH_BUF_SZ 2048 #defin...
gpl-2.0
davet321/rpi-linux
arch/powerpc/kernel/ptrace.c
44
91881
/* * PowerPC version * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Derived from "arch/m68k/kernel/ptrace.c" * Copyright (C) 1994 by Hamish Macdonald * Taken from linux/kernel/ptrace.c and modified for M680x0. * linux/kernel/ptrace.c is by Ross Biro 1/23/92, edited by Linus Torvalds * * M...
gpl-2.0
logicbricks/linux-xlnx
mm/mempool.c
556
10965
/* * linux/mm/mempool.c * * memory buffer pool support. Such pools are mostly used * for guaranteed, deadlock-free memory allocations during * extreme VM load. * * started by Ingo Molnar, Copyright (C) 2001 */ #include <linux/mm.h> #include <linux/slab.h> #include <linux/kmemleak.h> #include <linux/export...
gpl-2.0
MeltedButter/kernel_msm
drivers/gpu/msm/kgsl_cffdump.c
556
18334
/* Copyright (c) 2010-2014, 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
gautamMalu/linux-samsung-arndale-xen
drivers/net/wireless/hostap/hostap_ap.c
812
88514
/* * Intersil Prism2 driver with Host AP (software access point) support * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen * <j@w1.fi> * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> * * This file is to be included into hostap.c when S/W AP functionality is * compiled. * * AP: F...
gpl-2.0
s0be/kernel_htc_msm7227
arch/ia64/xen/irq_xen.c
1068
11882
/****************************************************************************** * arch/ia64/xen/irq_xen.c * * Copyright (c) 2008 Isaku Yamahata <yamahata at valinux co jp> * VA Linux Systems Japan K.K. * * This program is free software; you can redistribute it and/or modify * it under the term...
gpl-2.0
NaughtyMonkey75/kernel_htc_msm8974
arch/arm/mach-msm/pm-stats.c
1324
8113
/* 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
invisiblek/android_kernel_samsung_jaspervzw
arch/blackfin/kernel/ftrace.c
2604
3249
/* * ftrace graph code * * Copyright (C) 2009-2010 Analog Devices Inc. * Licensed under the GPL-2 or later. */ #include <linux/ftrace.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/uaccess.h> #include <asm/atomic.h> #include <asm/cacheflush.h> #ifdef CONFIG_DYNAMIC_FTRACE static const uns...
gpl-2.0
frenkowski/Tyrannus_Kernel_MM_SM-G925F
tools/perf/util/pstack.c
2860
1493
/* * Simple pointer stack * * (c) 2010 Arnaldo Carvalho de Melo <acme@redhat.com> */ #include "util.h" #include "pstack.h" #include <linux/kernel.h> #include <stdlib.h> struct pstack { unsigned short top; unsigned short max_nr_entries; void *entries[0]; }; struct pstack *pstack__new(unsigned short max_nr_ent...
gpl-2.0
ridon/ridon-kernel-mediatek-sprout
fs/jffs2/compr_rtime.c
4908
2913
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by Arjan van de Ven <arjanv@redhat.com> * * For licensing information, see the file 'LICENCE' in this directory. * * * * Very simple lz77-...
gpl-2.0
t2m-foxfone/kernel_msm
arch/arm/plat-versatile/sched-clock.c
5932
1251
/* * linux/arch/arm/plat-versatile/sched-clock.c * * Copyright (C) 1999 - 2003 ARM Limited * Copyright (C) 2000 Deep Blue Solutions 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 Foundatio...
gpl-2.0
uzairabdulmajeed/uam-kernel
drivers/media/platform/s5p-tv/mixer_grp_layer.c
7468
6674
/* * Samsung TV Mixer driver * * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. * * Tomasz Stanislawski, <t.stanislaws@samsung.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 Foundiat...
gpl-2.0
jtpoo3/kangaroo-m7
fs/ext2/xattr_trusted.c
8492
1419
/* * linux/fs/ext2/xattr_trusted.c * Handler for trusted extended attributes. * * Copyright (C) 2003 by Andreas Gruenbacher, <a.gruenbacher@computer.org> */ #include "ext2.h" #include "xattr.h" static size_t ext2_xattr_trusted_list(struct dentry *dentry, char *list, size_t list_size, const char *name, size_t n...
gpl-2.0
michaelspeed/EntityMobile_hammerhead_kernel
drivers/infiniband/hw/cxgb3/cxio_hal.c
11052
38223
/* * Copyright (c) 2006 Chelsio, 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, available from the file * COPYING in the main directory of this source tree,...
gpl-2.0
lycanthia/Find7-Kernel-Source-4.3
arch/m32r/lib/delay.c
13612
2985
/* * linux/arch/m32r/lib/delay.c * * Copyright (c) 2002 Hitoshi Yamamoto, Hirokazu Takata * Copyright (c) 2004 Hirokazu Takata */ #include <linux/param.h> #include <linux/module.h> #ifdef CONFIG_SMP #include <linux/sched.h> #include <asm/current.h> #include <asm/smp.h> #endif /* CONFIG_SMP */ #include <asm/pro...
gpl-2.0
cm-maya/android_kernel_hp_maya
arch/m68k/platform/5407/gpio.c
14892
1361
/* * Coldfire generic GPIO support * * (C) Copyright 2009, Steven King <sfking@fdwdc.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; version 2 of the License. * * This program is...
gpl-2.0
alive4ever/source
target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar750.c
45
3800
/* * GL.iNet GL-AR750 board support * * Copyright (C) 2018 Piotr Dymacz <pepe2k@gmail.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/gpio.h> #includ...
gpl-2.0
virtuoso/linux-perf
drivers/clk/shmobile/r8a7795-cpg-mssr.c
45
12276
/* * r8a7795 Clock Pulse Generator / Module Standby and Software Reset * * Copyright (C) 2015 Glider bvba * * Based on clk-rcar-gen3.c * * Copyright (C) 2015 Renesas Electronics Corp. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licens...
gpl-2.0
mynew4/Trinitycore-1
src/server/scripts/Kalimdor/RazorfenKraul/instance_razorfen_kraul.cpp
45
3018
/* * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.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 ...
gpl-2.0
larks/linux-rcu
drivers/net/irda/w83977af_ir.c
557
32914
/********************************************************************* * * Filename: w83977af_ir.c * Version: 1.0 * Description: FIR driver for the Winbond W83977AF Super I/O chip * Status: Experimental. * Author: Paul VanderSpek * Created at: Wed Nov 4 11:46:16 199...
gpl-2.0
ericli1989/linux-2.6.32.67
drivers/pcmcia/au1000_xxs1500.c
557
4352
/* * * MyCable board specific pcmcia routines. * * Copyright 2003 MontaVista Software Inc. * Author: Pete Popov, MontaVista Software, Inc. * ppopov@mvista.com or source@mvista.com * * ######################################################################## * * This program is free software; you can ...
gpl-2.0
uwehermann/easybox-904-xdsl-firmware
linux/linux-2.6.32.32/drivers/rtc/rtc-wm8350.c
557
12575
/* * Real Time Clock driver for Wolfson Microelectronics WM8350 * * Copyright (C) 2007, 2008 Wolfson Microelectronics PLC. * * Author: Liam Girdwood * linux@wolfsonmicro.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public L...
gpl-2.0
androidbftab1/bf-kernel-4.2
arch/parisc/kernel/process.c
813
8186
/* * PARISC Architecture-dependent parts of process handling * based on the work for i386 * * Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org> * Copyright (C) 2000 Martin K Petersen <mkp at mkp.net> * Copyright (C) 2000 John Marvin <jsm at parisc-linux.org> * Copyright (C) 200...
gpl-2.0
yazidkucrit/android_kernel_KeongBalap
security/selinux/hooks.c
1837
144771
/* * NSA Security-Enhanced Linux (SELinux) security module * * This file contains the SELinux hook function implementations. * * Authors: Stephen Smalley, <sds@epoch.ncsc.mil> * Chris Vance, <cvance@nai.com> * Wayne Salamon, <wsalamon@nai.com> * James Morris <jmorris@redhat.com> * * Cop...
gpl-2.0
NooNameR/qsd8x50-bravo-
drivers/net/irda/sir_dev.c
1837
24832
/********************************************************************* * * sir_dev.c: irda sir network device * * Copyright (c) 2002 Martin Diehl * * 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 Softwar...
gpl-2.0
mythos234/SimplKernel-LL-BOFJ
drivers/misc/lattice-ecp3-config.c
2093
5888
/* * Copyright (C) 2012 Stefan Roese <sr@denx.de> * * 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 ...
gpl-2.0
CandyDevices/kernel_htc_msm8994
arch/mips/pci/pci-ar724x.c
2093
10051
/* * Atheros AR724X PCI host controller driver * * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com> * Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.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...
gpl-2.0
Hani-K/Simplicity_Kernel_Exynos5433_LL
drivers/media/i2c/sony-btf-mpx.c
2093
11194
/* * Copyright (C) 2005-2006 Micronas USA 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 WIT...
gpl-2.0
zhaochengw/ef40s_jb_kernel
drivers/usb/gadget/omap_udc.c
2349
82149
/* * omap_udc.c -- for OMAP full speed udc; most chips support OTG. * * Copyright (C) 2004 Texas Instruments, Inc. * Copyright (C) 2004-2005 David Brownell * * OMAP2 & DMA support by Kyungmin Park <kyungmin.park@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under th...
gpl-2.0
neobuddy89/vibrant_fluid_kernel
arch/mips/lasat/interrupt.c
2349
3456
/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * This program is free software; you can distribute it and/or modify it * under the terms of the GNU General Public License (Version 2) as * published by the Free Software Foundation. * * This...
gpl-2.0
Abhinav1997/kernel_z3
drivers/video/msm/lcdc_auo_wvga.c
3629
9083
/* Copyright (c) 2011, 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 hope...
gpl-2.0
SOKP/kernel_motorola_msm8610
drivers/staging/android/trace_persistent.c
4397
5567
/* * Copyright (C) 2012 Google, Inc. * * 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. * * This program is distributed in the hope that it will be useful, * ...
gpl-2.0
C-Aniruddh/PixCMKernel
arch/arm/mach-s5pc100/setup-spi.c
4909
1547
/* linux/arch/arm/mach-s5pc100/setup-spi.c * * Copyright (C) 2011 Samsung Electronics Ltd. * http://www.samsung.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. */ #inc...
gpl-2.0
rukin5197/android_kernel_htc_msm7x30
arch/frv/mm/kmap.c
4909
1319
/* kmap.c: ioremapping handlers * * Copyright (C) 2003-5 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * - Derived from arch/m68k/mm/kmap.c * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as p...
gpl-2.0
jackyh/qt210_kernel
arch/microblaze/pci/xilinx_pci.c
7981
4579
/* * PCI support for Xilinx plbv46_pci soft-core which can be used on * Xilinx Virtex ML410 / ML510 boards. * * Copyright 2009 Roderick Colenbrander * Copyright 2009 Secret Lab Technologies Ltd. * * The pci bridge fixup code was copied from ppc4xx_pci.c and was written * by Benjamin Herrenschmidt. * Copyright ...
gpl-2.0
EnJens/kernel_tf201_stock
drivers/i2c/busses/i2c-parport.c
7981
8701
/* ------------------------------------------------------------------------ * * i2c-parport.c I2C bus over parallel port * * ------------------------------------------------------------------------ * Copyright (C) 2003-2011 Jean Delvare <khali@linux-fr.org> Based on older i2c-ph...
gpl-2.0
friedrich420/N910G-AEL-Kernel-Lollipop-Sources
kernel/power/suspend_time.c
8749
2724
/* * debugfs file to track time spent in suspend * * Copyright (c) 2011, Google, 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 opt...
gpl-2.0
lenovo-yt2-dev/android_kernel_lenovo_baytrail
drivers/mtd/maps/l440gx.c
9773
4077
/* * BIOS Flash chip on Intel 440GX board. * * Bugs this currently does not work under linuxBIOS. */ #include <linux/module.h> #include <linux/pci.h> #include <linux/kernel.h> #include <linux/init.h> #include <asm/io.h> #include <linux/mtd/mtd.h> #include <linux/mtd/map.h> #define PIIXE_IOBASE_RESOURCE 11 #defin...
gpl-2.0
STS-Dev-Team/kernel_omap4_xt910s
drivers/ide/ide-disk.c
10285
19740
/* * Copyright (C) 1994-1998 Linus Torvalds & authors (see below) * Copyright (C) 1998-2002 Linux ATA Development * Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2003 Red Hat * Copyright (C) 2003-2005, 2007 Bartlomiej Zolnierkiewicz */ /* * Mostly written by Mark Lord <mlord@pobox...
gpl-2.0
Split-Screen/android_kernel_asus_grouper
drivers/clocksource/mmio.c
10797
1904
/* * Generic MMIO clocksource support * * 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/clocksource.h> #include <linux/errno.h> #include <linux/init.h> #includ...
gpl-2.0
dchadic/linux-cmps107
drivers/staging/fwserial/fwserial.c
46
78719
/* * FireWire Serial driver * * Copyright (C) 2012 Peter Hurley <peter@hurleysoftware.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 * (at you...
gpl-2.0
jumpstarter-io/gdb
gdb/testsuite/gdb.trace/unavailable-dwarf-piece.c
46
1664
/* This testcase is part of GDB, the GNU debugger. Copyright 2013-2015 Free Software Foundation, 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 3 of the License, or ...
gpl-2.0
AveryOS/binutils
gdb/testsuite/gdb.base/call-sc.c
46
1522
/* This testcase is part of GDB, the GNU debugger. Copyright 2004-2015 Free Software Foundation, 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 3 of the License, or ...
gpl-2.0
bju2000/android_kernel_samsung_slteskt
net/ipv6/ping.c
46
5994
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * "Ping" sockets * * This program is free software; you can redistribute it and/or * modify it under the te...
gpl-2.0
keenet/kernel_ubuntu_aurora2
drivers/amlogic/input/touchscreen/guitar_update.c
46
28822
/* * * Copyright (C) 2011 Goodix, Inc. * * Author: Scott * Date: 2012.01.05 */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/io.h> #include <mach/gpio.h> //#include <plat/gpio-cfg.h> #include <linux/irq.h> #include <l...
gpl-2.0
aguirrem/at91-qemu
hw/i8254.c
46
13649
/* * QEMU 8253/8254 interval timer emulation * * Copyright (c) 2003-2004 Fabrice Bellard * * 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 limita...
gpl-2.0
mohlerm/hotspot
src/os/linux/vm/decoder_linux.cpp
46
1896
/* * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code 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 ...
gpl-2.0
aospan/linux-netup-1.4
mm/mlock.c
46
21670
/* * linux/mm/mlock.c * * (C) Copyright 1995 Linus Torvalds * (C) Copyright 2002 Christoph Hellwig */ #include <linux/capability.h> #include <linux/mman.h> #include <linux/mm.h> #include <linux/swap.h> #include <linux/swapops.h> #include <linux/pagemap.h> #include <linux/pagevec.h> #include <linux/mempolicy.h> ...
gpl-2.0
Lukiqq/GT-I9100-Galaxian-ICS-Kernel
net/bluetooth/hci_event.c
302
73936
/* BlueZ - Bluetooth protocol stack for Linux Copyright (c) 2000-2001, 2010, Code Aurora Forum. All rights reserved. Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License versi...
gpl-2.0
klquicksall/HTC-MSM-8X60-ICS
arch/arm/mm/dma-mapping.c
558
16893
/* * linux/arch/arm/mm/dma-mapping.c * * Copyright (C) 2000-2004 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. * * DMA uncached mapping support. */ #inclu...
gpl-2.0
freebsdmax/gsmart1315_kernel
drivers/hid/hid-tmff.c
558
7194
/* * Force feedback support for various HID compliant devices by ThrustMaster: * ThrustMaster FireStorm Dual Power 2 * and possibly others whose device ids haven't been added. * * Modified to support ThrustMaster devices by Zinx Verituse * on 2003-01-25 from the Logitech force feedback driver, * which is b...
gpl-2.0
leemchaehoon/linux_m
drivers/platform/goldfish/goldfish_pipe.c
814
17723
/* * Copyright (C) 2011 Google, Inc. * Copyright (C) 2012 Intel, Inc. * Copyright (C) 2013 Intel, Inc. * * 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
Wren6991/linux
samples/bpf/tracex3_user.c
814
2932
/* Copyright (c) 2013-2015 PLUMgrid, http://plumgrid.com * * 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. */ #include <stdio.h> #include <stdlib.h> #include <signal.h> #includ...
gpl-2.0
AndroidGX/SimpleGX-L-5.0.2_G901F
drivers/usb/phy/phy-samsung-usb2.c
1838
12631
/* linux/drivers/usb/phy/phy-samsung-usb2.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Author: Praveen Paneri <p.paneri@samsung.com> * * Samsung USB2.0 PHY transceiver; talks to S3C HS OTG controller, EHCI-S5P and * OHCI-EXYNOS controllers. * * This program ...
gpl-2.0
sakindia123/android_kernel_samsung_j7eltexx
drivers/media/platform/exynos4-is/fimc-m2m.c
2094
21611
/* * Samsung S5P/EXYNOS4 SoC series FIMC (video postprocessor) driver * * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd. * Sylwester Nawrocki <s.nawrocki@samsung.com> * * This program 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
muddy1/herckernels
arch/mips/lantiq/xway/gpio.c
2606
5144
/* * 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. * * Copyright (C) 2010 John Crispin <blogic@openwrt.org> */ #include <linux/slab.h> #include <linux/module.h> #include <li...
gpl-2.0
TW-LL-msm8226/kernel_samsung_msm8226
drivers/usb/musb/cppi_dma.c
3374
45192
/* * Copyright (C) 2005-2006 by Texas Instruments * * This file implements a DMA interface using TI's CPPI DMA. * For now it's DaVinci-only, but CPPI isn't specific to DaVinci or USB. * The TUSB6020, using VLYNQ, has CPPI that looks much like DaVinci. */ #include <linux/platform_device.h> #include <linux/slab.h...
gpl-2.0
multirom-m8/kernel_htc_m8gpe
drivers/video/msm/lcdc_chimei_wxga.c
3630
5170
/* Copyright (c) 2011, 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 hope...
gpl-2.0
Valera1978/android_kernel_samsung_viennalte
drivers/net/ethernet/renesas/sh_eth.c
3630
57434
/* * SuperH Ethernet device driver * * Copyright (C) 2006-2012 Nobuhiro Iwamatsu * Copyright (C) 2008-2012 Renesas Solutions Corp. * * 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 th...
gpl-2.0
ReflexBow/ghost
drivers/pcmcia/yenta_socket.c
4398
40340
/* * Regular cardbus driver ("yenta_socket") * * (C) Copyright 1999, 2000 Linus Torvalds * * Changelog: * Aug 2002: Manfred Spraul <manfred@colorfullife.com> * Dynamically adjust the size of the bridge resource * * May 2003: Dominik Brodowski <linux@brodo.de> * Merge pci_socket.c and yenta.c into one file ...
gpl-2.0
jetonbacaj/SomeKernel_G920P_PB6
arch/arm/mach-netx/nxdkn.c
4654
2504
/* * arch/arm/mach-netx/nxdkn.c * * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix * * 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
VentureROM-Legacy/android_kernel_lge_d85x
drivers/leds/leds-wm831x-status.c
5166
7757
/* * LED driver for WM831x status LEDs * * Copyright(C) 2009 Wolfson Microelectronics PLC. * * 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/kernel.h> #i...
gpl-2.0
abgoyal/zen_u105_kernel
drivers/net/wireless/rtl818x/rtl8187/rtl8225.c
8494
30314
/* * Radio tuning for RTL8225 on RTL8187 * * Copyright 2007 Michael Wu <flamingice@sourmilk.net> * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> * * Based on the r8187 driver, which is: * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. * * Magic delays, register offsets, and phy value table...
gpl-2.0
zlatinski/p-android-omap-3.4-new-ion-topic-sync-dma-buf-fence2
drivers/gpu/drm/drm_dp_i2c_helper.c
9262
5420
/* * Copyright © 2009 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that copyright * notice and this permission notice appear...
gpl-2.0
PrasannaC/Galaxy_Fit_s5670-msm7x27_kernel
arch/arm/mach-u300/regulator.c
11310
2326
/* * arch/arm/mach-u300/regulator.c * * Copyright (C) 2009 ST-Ericsson AB * License terms: GNU General Public License (GPL) version 2 * Handle board-bound regulators and board power not related * to any devices. * Author: Linus Walleij <linus.walleij@stericsson.com> */ #include <linux/device.h> #include <linux/...
gpl-2.0
e-mailky/kernel-comment
drivers/net/fddi/skfp/cfm.c
12846
16476
/****************************************************************************** * * (C)Copyright 1998,1999 SysKonnect, * a business unit of Schneider & Koch & Co. Datensysteme GmbH. * * See the file "skfddi.c" for further information. * * This program is free software; you can redistribute it and/or modify * it...
gpl-2.0
dhkim1027/linux
sound/core/oss/linear.c
12846
5791
/* * Linear conversion Plug-In * Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>, * Abramo Bagnara <abramo@alsa-project.org> * * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as * published by the Free Sof...
gpl-2.0
vDorst/linux
drivers/media/video/s2255drv.c
47
77495
/* * s2255drv.c - a driver for the Sensoray 2255 USB video capture device * * Copyright (C) 2007-2010 by Sensoray Company Inc. * Dean Anderson * * Some video buffer code based on vivi driver: * * Sensoray 2255 device supports 4 simultaneous channels. * The channels are not "cros...
gpl-2.0
o11s/open80211s
net/openvswitch/flow.c
47
40122
/* * Copyright (c) 2007-2011 Nicira, Inc. * * 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. * * This program is distributed in the hope that it will be useful, but * WITHOUT...
gpl-2.0
AndyLavr/Aspire-SW5-012_Kernel_4.8
drivers/net/wireless/ath/wil6210/cfg80211.c
47
39527
/* * Copyright (c) 2012-2016 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 notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND TH...
gpl-2.0
AOSP-CAF/platform_external_iproute2
ip/ipntable.c
47
16511
/* * Copyright (C)2006 USAGI/WIDE 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 version 2 of the License, or * (at your option) any later version. * * This program is ...
gpl-2.0
C-Aniruddh/kernel_vortex
drivers/platform/msm/mhi/mhi_init.c
559
23496
/* Copyright (c) 2014, 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 hope...
gpl-2.0
sensarliar/zfcs_linux
drivers/lguest/x86/core.c
559
23543
/* * Copyright (C) 2006, Rusty Russell <rusty@rustcorp.com.au> IBM Corporation. * Copyright (C) 2007, Jes Sorensen <jes@sgi.com> SGI. * * 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; eith...
gpl-2.0
clamor95/kernel_asus_tf300tl
drivers/acpi/dock.c
559
28514
/* * dock.c - ACPI dock station driver * * Copyright (C) 2006 Kristen Carlson Accardi <kristen.c.accardi@intel.com> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
gpl-2.0
ikarosdev/triumph-kernel-msm7x30
drivers/isdn/hisax/jade.c
815
8560
/* $Id: jade.c,v 1.9.2.4 2004/01/14 16:04:48 keil Exp $ * * JADE stuff (derived from original hscx.c) * * Author Roland Klabunde * Copyright by Roland Klabunde <R.Klabunde@Berkom.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporate...
gpl-2.0
xiaoleigua/linux
drivers/media/platform/vsp1/vsp1_hsit.c
815
5623
/* * vsp1_hsit.c -- R-Car VSP1 Hue Saturation value (Inverse) Transform * * Copyright (C) 2013 Renesas Corporation * * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License a...
gpl-2.0
Stane1983/amlogic-m6_m8
net/mac80211/tkip.c
2351
10849
/* * Copyright 2002-2004, Instant802 Networks, Inc. * Copyright 2005, Devicescape Software, 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. */ #include <linux/kernel.h> #...
gpl-2.0
varigit/VAR-SOM-AM33-SDK7-Kernel
drivers/fmc/fmc-match.c
2351
3166
/* * Copyright (C) 2012 CERN (www.cern.ch) * Author: Alessandro Rubini <rubini@gnudd.com> * * Released according to the GNU GPL, version 2 or any later version. * * This work is part of the White Rabbit project, a research effort led * by CERN, the European Institute for Nuclear Research. */ #include <linux/ker...
gpl-2.0
xhteam/kernel_imx
arch/powerpc/platforms/pseries/eeh_sysfs.c
2863
3539
/* * Sysfs entries for PCI Error Recovery for PAPR-compliant platform. * Copyright IBM Corporation 2007 * Copyright Linas Vepstas <linas@austin.ibm.com> 2007 * * 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 a...
gpl-2.0
LeMaker/linux-actions
drivers/media/platform/davinci/isif.c
3119
30441
/* * Copyright (C) 2008-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 pr...
gpl-2.0
RenderKernels/android_kernel_asus_grouper
security/apparmor/file.c
3375
13084
/* * AppArmor security module * * This file contains AppArmor mediation of files * * Copyright (C) 1998-2008 Novell/SUSE * Copyright 2009-2010 Canonical 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 Fr...
gpl-2.0
GlobalscaleTechnologiesInc/D3-Linux
drivers/gpu/drm/i915/i915_dma.c
3887
60445
/* i915_dma.c -- DMA support for the I915 -*- linux-c -*- */ /* * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. * 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...
gpl-2.0
MiCode/mi1_kernel
arch/um/drivers/hostaudio_kern.c
7983
7805
/* * Copyright (C) 2002 Steve Schmidtke * Licensed under the GPL */ #include "linux/fs.h" #include "linux/module.h" #include "linux/slab.h" #include "linux/sound.h" #include "linux/soundcard.h" #include "linux/mutex.h" #include "asm/uaccess.h" #include "init.h" #include "os.h" struct hostaudio_state { int fd; }; ...
gpl-2.0
Kra1o5/android_kernel_huawei_u8815-gb
drivers/hid/hid-a4tech.c
8239
3731
/* * HID driver for some a4tech "special" devices * * Copyright (c) 1999 Andreas Gal * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz> * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc * Copyright (c) 2006-2007 Jiri Kosina * Copyright (c) 2007 Paul Walmsley * Copyrigh...
gpl-2.0