repo_name
string
path
string
copies
string
size
string
content
string
license
string
mtb3000gt/Deathly_Kernel_D2
drivers/video/omap2/omapfb/omapfb-ioctl.c
4784
19411
/* * linux/drivers/video/omap2/omapfb-ioctl.c * * Copyright (C) 2008 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * * Some code and ideas taken from drivers/video/omap/ driver * by Imre Deak. * * This program is free software; you can redistribute it and/or modify it * under the terms...
gpl-2.0
TimesysGit/advantech-linux
arch/frv/kernel/irq-mb93091.c
7344
3687
/* irq-mb93091.c: MB93091 FPGA interrupt handling * * Copyright (C) 2003 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 S...
gpl-2.0
romeokoi/kernel-olympus-3.1
drivers/power/pmu_battery.c
12720
5424
/* * Battery class driver for Apple PMU * * Copyright © 2006 David Woodhouse <dwmw2@infradead.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. */ #include <linux/module...
gpl-2.0
androidarmv6/android_kernel_samsung_bcm21553-common
net/rxrpc/ar-local.c
12720
7694
/* AF_RXRPC local endpoint management * * Copyright (C) 2007 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
nikitines/zte-kernel-roamer2
lib/xz/xz_crc32.c
13232
1261
/* * CRC32 using the polynomial from IEEE-802.3 * * Authors: Lasse Collin <lasse.collin@tukaani.org> * Igor Pavlov <http://7-zip.org/> * * This file has been put into the public domain. * You can do whatever you want with this file. */ /* * This is not the fastest implementation, but it is pretty com...
gpl-2.0
Pafcholini/Nadia_Kernel_Hammerhead
drivers/parport/probe.c
13744
7589
/* * Parallel port device probing code * * Authors: Carsten Gross, carsten@sol.wohnheim.uni-ulm.de * Philip Blundell <philb@gnu.org> */ #include <linux/module.h> #include <linux/parport.h> #include <linux/ctype.h> #include <linux/string.h> #include <linux/slab.h> #include <asm/uaccess.h> static co...
gpl-2.0
jpoimboe/linux
drivers/misc/eeprom/at24.c
177
19593
/* * at24.c - handle most I2C EEPROMs * * Copyright (C) 2005-2007 David Brownell * Copyright (C) 2008 Wolfram Sang, Pengutronix * * 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 v...
gpl-2.0
tepelmann/linux-perf-cumulate
drivers/net/ethernet/dec/ewrk3.c
177
52306
/* ewrk3.c: A DIGITAL EtherWORKS 3 ethernet driver for Linux. Written 1994 by David C. Davies. Copyright 1994 Digital Equipment Corporation. This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference. This driver is written fo...
gpl-2.0
alexpotter1/DeltaKernel_msm8974_hammerhead
arch/arm/mach-msm/msm_dsps.c
1969
15821
/* Copyright (c) 2011-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
apasricha/KVMTrace-kernel-mod
drivers/gpu/drm/ttm/ttm_bo_manager.c
2225
4384
/************************************************************************** * * Copyright (c) 2007-2010 VMware, Inc., Palo Alto, CA., USA * 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"...
gpl-2.0
ench0/android_kernel_samsung_hlte
drivers/edac/i7core_edac.c
2737
65636
/* Intel i7 core/Nehalem Memory Controller kernel module * * This driver supports the memory controllers found on the Intel * processor families i7core, i7core 7xx/8xx, i5core, Xeon 35xx, * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield * and Westmere-EP. * * This file may be distributed un...
gpl-2.0
saeedhadi/linux-at91
arch/arm/mach-imx/devices/platform-mx2-emma.c
2737
1090
/* * Copyright (C) 2010 Pengutronix * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> * * 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 "../hardware.h" #include "...
gpl-2.0
roggin/iconia-a500-kernel
drivers/mtd/chips/map_rom.c
3505
2830
/* * Common code to handle map devices which are simple ROM * (C) 2000 Red Hat. GPL'd. */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <asm/io.h> #include <asm/byteorder.h> #include <linux/errno.h> #include <linux/slab.h> #include <linux/init.h> #include <linux/mtd/mtd.h> #i...
gpl-2.0
vmayoral/ubuntu-vivid
arch/sparc/prom/bootstr_32.c
4273
1304
/* * bootstr.c: Boot string/argument acquisition from the PROM. * * Copyright(C) 1995 David S. Miller (davem@caip.rutgers.edu) */ #include <linux/string.h> #include <asm/oplib.h> #include <linux/init.h> #define BARG_LEN 256 static char barg_buf[BARG_LEN] = { 0 }; static char fetched __initdata = 0; char * __in...
gpl-2.0
627656505/linux
arch/sparc/prom/bootstr_32.c
4273
1304
/* * bootstr.c: Boot string/argument acquisition from the PROM. * * Copyright(C) 1995 David S. Miller (davem@caip.rutgers.edu) */ #include <linux/string.h> #include <asm/oplib.h> #include <linux/init.h> #define BARG_LEN 256 static char barg_buf[BARG_LEN] = { 0 }; static char fetched __initdata = 0; char * __in...
gpl-2.0
Kuzma30/NT34K
fs/ocfs2/super.c
4529
70782
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * super.c * * load/unload driver, mount/dismount volumes * * Copyright (C) 2002, 2004 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Publ...
gpl-2.0
RenderBroken/msm8974_motox2014_render_kernel
arch/frv/kernel/irq-mb93493.c
7345
3617
/* irq-mb93493.c: MB93493 companion chip interrupt handler * * Copyright (C) 2006 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 t...
gpl-2.0
GameTheory-/android_kernel_lge_f6mt
drivers/scsi/qla4xxx/ql4_bsg.c
7601
13774
/* * QLogic iSCSI HBA Driver * Copyright (c) 2011 QLogic Corporation * * See LICENSE.qla4xxx for copyright and licensing details. */ #include "ql4_def.h" #include "ql4_glbl.h" #include "ql4_bsg.h" static int qla4xxx_read_flash(struct bsg_job *bsg_job) { struct Scsi_Host *host = iscsi_job_to_shost(bsg_job); str...
gpl-2.0
kbehren/android_kernel_lenovo_msm8226
drivers/ide/sis5513.c
8113
18551
/* * Copyright (C) 1999-2000 Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2002 Lionel Bouton <Lionel.Bouton@inet6.fr>, Maintainer * Copyright (C) 2003 Vojtech Pavlik <vojtech@suse.cz> * Copyright (C) 2007-2009 Bartlomiej Zolnierkiewicz * * May be copied or modified under the terms of the GNU General Publ...
gpl-2.0
rmbq/bubba_kernel_3.0
drivers/staging/vt6655/card.c
8113
68241
/* * 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
sunios/android_kernel_xiaomi_msm8x74pro
drivers/staging/usbip/userspace/src/usbip_unbind.c
8369
4583
/* * Copyright (C) 2011 matt mooney <mfm@muteddisk.com> * 2005-2007 Takahiro Hirofuchi * * 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
yaymalaga/yayPrime_kernel
drivers/s390/char/monwriter.c
10417
9781
/* * Character device driver for writing z/VM *MONITOR service records. * * Copyright IBM Corp. 2006, 2009 * * Author(s): Melissa Howland <Melissa.Howland@us.ibm.com> */ #define KMSG_COMPONENT "monwriter" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/module.h> #include <linux/moduleparam.h> #inclu...
gpl-2.0
GalaxyTab4/aosparadox_kernel_samsung_msm8226
net/llc/llc_core.c
11697
4256
/* * llc_core.c - Minimum needed routines for sap handling and module init/exit * * Copyright (c) 1997 by Procom Technology, Inc. * 2001-2003 by Arnaldo Carvalho de Melo <acme@conectiva.com.br> * * This program can be redistributed or modified under the terms of the * GNU General Public License as published b...
gpl-2.0
diorahman/linux
net/bridge/netfilter/ebt_limit.c
13745
3247
/* * ebt_limit * * Authors: * Tom Marshall <tommy@home.tig-grr.com> * * Mostly copied from netfilter's ipt_limit.c, see that file for * more explanation * * September, 2003 * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/netdevice.h> #include <linux/spinlock.h> #i...
gpl-2.0
Jason-Lam/linux-am335x
kernel/rcutree_trace.c
178
14243
/* * Read-Copy Update tracing for classic implementation * * 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. * * T...
gpl-2.0
mephistophilis/samsung_nowplus_kernel
drivers/acpi/acpica/exmisc.c
946
20207
/****************************************************************************** * * Module Name: exmisc - ACPI AML (p-code) execution - specific opcodes * *****************************************************************************/ /* * Copyright (C) 2000 - 2010, Intel Corp. * All rights reserved. * * Redis...
gpl-2.0
rt-linux/linux
drivers/media/dvb-frontends/stb6100.c
1714
16646
/* STB6100 Silicon Tuner Copyright (C) Manu Abraham (abraham.manu@gmail.com) Copyright (C) ST Microelectronics 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, ...
gpl-2.0
proximo256/kernel_samsung_exynos7420
drivers/media/pci/cx88/cx88-input.c
2738
16734
/* * * Device driver for GPIO attached remote control interfaces * on Conexant 2388x based TV/DVB cards. * * Copyright (c) 2003 Pavel Machek * Copyright (c) 2004 Gerd Knorr * Copyright (c) 2004, 2005 Chris Pascoe * * This program is free software; you can redistribute it and/or modify * it under the terms of ...
gpl-2.0
stedman420/android_kernel_zte_hera
drivers/video/msm/mdp_dma_s.c
3506
4600
/* Copyright (c) 2008-2009, 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
daeiron/LGD855_kernel
drivers/hid/hid-zpff.c
3762
4091
/* * Force feedback support for Zeroplus based devices * * Copyright (c) 2005, 2006 Anssi Hannula <anssi.hannula@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; either...
gpl-2.0
pacerom/kernel_google_msm
drivers/staging/wlags49_h2/wl_priv.c
4274
64944
/******************************************************************************* * Agere Systems Inc. * Wireless device driver for Linux (wlags49). * * Copyright (c) 1998-2003 Agere Systems Inc. * All rights reserved. * http://www.agere.com * * Initially developed by TriplePoint, Inc. * http://www.triplepo...
gpl-2.0
davidmueller13/flo_kernel
arch/arm/mach-sa1100/leds-lart.c
4786
2001
/* * linux/arch/arm/mach-sa1100/leds-lart.c * * (C) Erik Mouw (J.A.K.Mouw@its.tudelft.nl), April 21, 2000 * * LART uses the LED as follows: * - GPIO23 is the LED, on if system is not idle * You can use both CONFIG_LEDS_CPU and CONFIG_LEDS_TIMER at the same * time, but in that case the timer events will stil...
gpl-2.0
TaichiN/android_kernel_samsung_tuna
drivers/usb/host/ohci-pnx8550.c
4786
5864
/* * OHCI HCD (Host Controller Driver) for USB. * * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at> * (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net> * (C) Copyright 2002 Hewlett-Packard Company * (C) Copyright 2005 Embedded Alley Solutions, Inc. * * Bus Glue for PNX8550 * * ...
gpl-2.0
Megatron007/Megabyte_kernel_victara
tools/perf/util/annotate.c
4786
14754
/* * Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> * * Parts came from builtin-annotate.c, see those files for further * copyright notes. * * Released under the GPL v2. (and only v2, not any later version) */ #include "util.h" #include "build-id.h" #include "color.h" #include "cach...
gpl-2.0
Validus-Kernel/android_kernel_oneplus_msm8974
drivers/net/wireless/brcm80211/brcmsmac/main.c
4786
229377
/* * 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
CaptainThrowback/kernel_htc_m8whl_3.30.654.2
drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.c
5042
4626
/******************************************************************************* This is the driver for the MAC 10/100 on-chip Ethernet controller currently tested on all the ST boards based on STb7109 and stx7200 SoCs. DWC Ether MAC 10/100 Universal version 4.0 has been used for developing this code. This ...
gpl-2.0
garwynn/android_kernel_samsung_jflte
drivers/input/touchscreen/da9034-ts.c
5042
8860
/* * Touchscreen driver for Dialog Semiconductor DA9034 * * Copyright (C) 2006-2008 Marvell International Ltd. * Fengwei Yin <fengwei.yin@marvell.com> * Bin Yang <bin.yang@marvell.com> * Eric Miao <eric.miao@marvell.com> * * This program is free software; you can redistribute it and/or modify * it under the t...
gpl-2.0
zombi-x/that1_kernel_asus_tf700t
arch/mips/pci/ops-titan-ht.c
7858
3429
/* * Copyright 2003 PMC-Sierra * Author: Manish Lachwani (lachwani@pmc-sierra.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 your ...
gpl-2.0
zaclimon/android_kernel_samsung_kylepro
arch/h8300/kernel/gpio.c
9650
3641
/* * linux/arch/h8300/kernel/gpio.c * * Yoshinori Sato <ysato@users.sourceforge.jp> * */ /* * Internal I/O Port Management */ #include <linux/stddef.h> #include <linux/proc_fs.h> #include <linux/kernel.h> #include <linux/string.h> #include <linux/fs.h> #include <linux/init.h> #define _(addr) (volatile unsig...
gpl-2.0
mdalexca/marlin
net/x25/x25_out.c
12978
5467
/* * X.25 Packet Layer release 002 * * This is ALPHA test software. This code may break your machine, * randomly fail to work with new releases, misbehave and/or generally * screw up. It might even work. * * This code REQUIRES 2.1.15 or higher * * This module: * This module is free software; you can redistri...
gpl-2.0
doixanh/semc-kernel-msm7x27
drivers/usb/core/generic.c
179
6922
/* * drivers/usb/generic.c - generic driver for USB devices (not interfaces) * * (C) Copyright 2005 Greg Kroah-Hartman <gregkh@suse.de> * * based on drivers/usb/usb.c which had the following copyrights: * (C) Copyright Linus Torvalds 1999 * (C) Copyright Johannes Erdfelt 1999-2001 * (C) Copyright Andreas Gal 19...
gpl-2.0
gauravdatir/linux
arch/arm/mm/init.c
435
18838
/* * linux/arch/arm/mm/init.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/kernel.h> #include <linux/errno.h>...
gpl-2.0
OpenClovis/linux_tipc
fs/exofs/dir.c
691
16992
/* * Copyright (C) 2005, 2006 * Avishay Traeger (avishay@gmail.com) * Copyright (C) 2008, 2009 * Boaz Harrosh <bharrosh@panasas.com> * * Copyrights for code taken from ext2: * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Univ...
gpl-2.0
Shkerzy/alcatelOT990-kernel-msm7x27
drivers/net/usb/smsc75xx.c
1203
35421
/*************************************************************************** * * Copyright (C) 2007-2010 SMSC * * 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 ...
gpl-2.0
zeroblade1984/Yureka-64bit
drivers/media/dvb-frontends/nxt200x.c
1715
30280
/* * Support for NXT2002 and NXT2004 - VSB/QAM * * Copyright (C) 2005 Kirk Lapray <kirk.lapray@gmail.com> * Copyright (C) 2006 Michael Krufky <mkrufky@m1k.net> * based on nxt2002 by Taylor Jacob <rtjacob@earthlink.net> * and nxt2004 by Jean-Francois Thibert <jeanfrancois@sagetv.com> * * This p...
gpl-2.0
raininja/android_kernel_asus_a500cg
arch/mips/mti-malta/malta-platform.c
2227
3381
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2006, 07 MIPS Technologies, Inc. * written by Ralf Baechle (ralf@linux-mips.org) * written by Ralf Baechle <ralf@lin...
gpl-2.0
drewis/android_kernel_htc_ruby
drivers/media/video/pwc/pwc-misc.c
2739
4174
/* Linux driver for Philips webcam Various miscellaneous functions and tables. (C) 1999-2003 Nemosoft Unv. (C) 2004-2006 Luc Saillard (luc@saillard.org) NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx driver and thus may have bugs that are not present in the original version....
gpl-2.0
brymaster5000/BrYCS_kernel2
arch/powerpc/platforms/83xx/mpc830x_rdb.c
2995
2315
/* * arch/powerpc/platforms/83xx/mpc830x_rdb.c * * Description: MPC830x RDB board specific routines. * This file is based on mpc831x_rdb.c * * Copyright (C) Freescale Semiconductor, Inc. 2009. All rights reserved. * Copyright (C) 2010. Ilya Yanok, Emcraft Systems, yanok@emcraft.com * * This program is free sof...
gpl-2.0
TheStrix/caf_msm8916
sound/pci/ice1712/prodigy_hifi.c
3251
32363
/* * ALSA driver for ICEnsemble VT1724 (Envy24HT) * * Lowlevel functions for Audiotrak Prodigy 7.1 Hifi * based on pontis.c * * Copyright (c) 2007 Julian Scheel <julian@jusst.de> * Copyright (c) 2007 allank * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> * * This program is free softw...
gpl-2.0
CyanogenMod/android_kernel_motorola_msm8916
drivers/clk/mxs/clk-div.c
4019
2685
/* * Copyright 2012 Freescale Semiconductor, Inc. * * 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/gpl-license.html * http://www.gnu.or...
gpl-2.0
Lenovo-K3/android_kernel_lenovo_msm8916
drivers/ide/icside.c
4275
16635
/* * Copyright (c) 1996-2004 Russell King. * * Please note that this platform does not support 32-bit IDE IO. */ #include <linux/string.h> #include <linux/module.h> #include <linux/ioport.h> #include <linux/slab.h> #include <linux/blkdev.h> #include <linux/errno.h> #include <linux/ide.h> #include <linux/dma-mappin...
gpl-2.0
ztemt/z5s_mini_H113_kernel
arch/arm/mach-msm/board-sapphire-rfkill.c
4531
2657
/* linux/arch/arm/mach-msm/board-sapphire-rfkill.c * Copyright (C) 2007-2009 HTC Corporation. * Author: Thomas Tsai <thomas_tsai@htc.com> * * 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...
gpl-2.0
TheTypoMaster/ubuntu-utopic
net/netfilter/xt_time.c
4531
8327
/* * xt_time * Copyright © CC Computer Consultants GmbH, 2007 * * based on ipt_time by Fabrice MARIE <fabrice@netfilter.org> * This is a module which is used for time matching * It is using some modified code from dietlibc (localtime() function) * that you can find at http://www.fefe.de/dietlibc/ * This file is...
gpl-2.0
mohamaadhosein/VIPER-KERNEL-D802
drivers/gpu/drm/exynos/exynos_drm_plane.c
4787
4240
/* * Copyright (C) 2011 Samsung Electronics Co.Ltd * Authors: Joonyoung Shim <jy0922.shim@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 Foundation; either version 2 of the Licen...
gpl-2.0
Smando87/TF201_kernel_src
arch/m68k/lib/uaccess.c
4787
4273
/* * 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. */ #include <linux/module.h> #include <asm/uaccess.h> unsigned long __generic_copy_from_user(void *to, const void __user *from, unsi...
gpl-2.0
helicopter88/android_kernel_lge_hammerhead
drivers/staging/comedi/drivers/ni_tio.c
8115
49313
/* comedi/drivers/ni_tio.c Support for NI general purpose counters Copyright (C) 2006 Frank Mori Hess <fmhess@users.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 Foundation; eithe...
gpl-2.0
zparallax/amplitude_aosp_12_1
block/genhd.c
180
44935
/* * gendisk handling */ #include <linux/module.h> #include <linux/fs.h> #include <linux/genhd.h> #include <linux/kdev_t.h> #include <linux/kernel.h> #include <linux/blkdev.h> #include <linux/init.h> #include <linux/spinlock.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/slab.h> #include ...
gpl-2.0
siis/pfwall
net/mac80211/wme.c
180
3688
/* * Copyright 2004, Instant802 Networks, 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/netdevice.h> #include <linux/skbuff.h> #include <linux/module...
gpl-2.0
androidarmv6/zte-kernel-msm7x27
arch/m68knommu/mm/kmap.c
948
1153
/* * linux/arch/m68knommu/mm/kmap.c * * Copyright (C) 2000 Lineo, <davidm@snapgear.com> * Copyright (C) 2000-2002 David McCullough <davidm@snapgear.com> */ #include <linux/mm.h> #include <linux/kernel.h> #include <linux/string.h> #include <linux/types.h> #include <linux/vmalloc.h> #include <asm/setup.h> #incl...
gpl-2.0
UnknownzD/I9103_XW_Kernel
sound/pci/ctxfi/ctpcm.c
948
11247
/** * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. * * This source file is released under GPL v2 license (no other versions). * See the COPYING file included in the main directory of this source * distribution for the license terms and conditions. * * @File ctpcm.c * * @Brief * This file ...
gpl-2.0
Victor-android/kernel_huawei
security/lsm_audit.c
1204
8893
/* * common LSM auditing functions * * Based on code written for SELinux by : * Stephen Smalley, <sds@epoch.ncsc.mil> * James Morris <jmorris@redhat.com> * Author : Etienne Basset, <etienne.basset@ensta.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of t...
gpl-2.0
halfline/linux
drivers/net/wireless/ath/ath9k/ar9003_rtt.c
1972
7186
/* * Copyright (c) 2010-2011 Atheros Communications 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" A...
gpl-2.0
lirokoa/android_kernel_samsung_n80xx
drivers/char/ttyprintk.c
1972
5337
/* * linux/drivers/char/ttyprintk.c * * Copyright (C) 2010 Samo Pogacnik * * This program is free software; you can redistribute it and/or modify * it under the smems of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. */ /* * This pseudo device allow...
gpl-2.0
manishj-patel/netbook_kernel_3.4.5_plus
drivers/edac/amd64_edac.c
3252
74456
#include "amd64_edac.h" #include <asm/amd_nb.h> static struct edac_pci_ctl_info *amd64_ctl_pci; static int report_gart_errors; module_param(report_gart_errors, int, 0644); /* * Set by command line parameter. If BIOS has enabled the ECC, this override is * cleared to prevent re-enabling the hardware by this driver....
gpl-2.0
AccentureMobilityServices/kernel
drivers/net/phy/smsc.c
3252
6773
/* * drivers/net/phy/smsc.c * * Driver for SMSC PHYs * * Author: Herbert Valerio Riedel * * Copyright (c) 2006 Herbert Valerio Riedel <hvr@gnu.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 So...
gpl-2.0
vijay03/optfs
drivers/staging/octeon/cvmx-interrupt-decodes.c
4788
13959
/***********************license start*************** * Author: Cavium Networks * * Contact: support@caviumnetworks.com * This file is part of the OCTEON SDK * * Copyright (c) 2003-2009 Cavium Networks * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
gpl-2.0
highRPM/IM-A910S_msm8974_kernel-source
drivers/gpu/drm/exynos/exynos_hdmi.c
4788
68213
/* * Copyright (C) 2011 Samsung Electronics Co.Ltd * Authors: * Seung-Woo Kim <sw0312.kim@samsung.com> * Inki Dae <inki.dae@samsung.com> * Joonyoung Shim <jy0922.shim@samsung.com> * * Based on drivers/media/video/s5p-tv/hdmi_drv.c * * This program is free software; you can redistribute it and/or modify it * ...
gpl-2.0
IonKiwi/android_kernel_samsung_kccat6
drivers/net/ethernet/cisco/enic/enic_res.c
7860
9562
/* * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. * Copyright 2007 Nuova Systems, Inc. All rights reserved. * * This program is free software; you may 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...
gpl-2.0
andr7e/rk3188_tablet_jb
kernel/drivers/staging/comedi/kcomedilib/kcomedilib_main.c
8372
4380
/* kcomedilib/kcomedilib.c a comedlib interface for kernel modules COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public...
gpl-2.0
KyleCo76/FIK
drivers/infiniband/hw/mthca/mthca_memfree.c
9908
18110
/* * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved. * Copyright (c) 2005 Cisco Systems. All rights reserved. * Copyright (c) 2005 Mellanox Technologies. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under...
gpl-2.0
Trinityhaxxor/Xperia_S_T-Core_Kernel
arch/score/kernel/time.c
11956
2829
/* * arch/score/kernel/time.c * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Chen Liqin <liqin.chen@sunplusct.com> * Lennox Wu <lennox.wu@sunplusct.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
somya-anand/y2038
drivers/infiniband/hw/ehca/ehca_pd.c
13492
3392
/* * IBM eServer eHCA Infiniband device driver for Linux on POWER * * PD functions * * Authors: Christoph Raisch <raisch@de.ibm.com> * * Copyright (c) 2005 IBM Corporation * * All rights reserved. * * This source code is distributed under a dual license of GPL v2.0 and OpenIB * BSD. * * OpenIB BSD ...
gpl-2.0
cyj1988jyc/jz2440-android-kernel-2.6.27
fs/jfs/acl.c
181
5703
/* * Copyright (C) International Business Machines Corp., 2002-2004 * Copyright (C) Andreas Gruenbacher, 2001 * Copyright (C) Linus Torvalds, 1991, 1992 * * 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
pengshp/linux
fs/xfs/xfs_rtalloc.c
437
36292
/* * Copyright (c) 2000-2005 Silicon Graphics, 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. * * This program is distributed in the hope that it would be ...
gpl-2.0
tiagovignatti/drm-intel
drivers/media/usb/gspca/ov534.c
693
37409
/* * ov534-ov7xxx gspca driver * * Copyright (C) 2008 Antonio Ospite <ospite@studenti.unina.it> * Copyright (C) 2008 Jim Paris <jim@jtan.com> * Copyright (C) 2009 Jean-Francois Moine http://moinejf.free.fr * * Based on a prototype written by Mark Ferrell <majortrips@gmail.com> * USB protocol reverse engineered ...
gpl-2.0
htc-mirror/jewel-ics-crc-3.0.8-3fd0422
arch/sh/oprofile/common.c
949
1474
/* * arch/sh/oprofile/init.c * * Copyright (C) 2003 - 2010 Paul Mundt * * Based on arch/mips/oprofile/common.c: * * Copyright (C) 2004, 2005 Ralf Baechle * Copyright (C) 2005 MIPS Technologies, Inc. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPY...
gpl-2.0
ExPeacer/CAF_android-msm-2.6.32
sound/pci/ctxfi/ctdaio.c
1205
17793
/** * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. * * This source file is released under GPL v2 license (no other versions). * See the COPYING file included in the main directory of this source * distribution for the license terms and conditions. * * @File ctdaio.c * * @Brief * This file...
gpl-2.0
kevinzyuan/ok6410
arch/powerpc/oprofile/op_model_fsl_emb.c
1461
6543
/* * Freescale Embedded oprofile support, based on ppc64 oprofile 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> * * This program is free software; you can red...
gpl-2.0
k2wl/i9105Sammy
drivers/net/wireless/ath/ath9k/htc_drv_init.c
1717
27119
/* * Copyright (c) 2010-2011 Atheros Communications 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" A...
gpl-2.0
blkredstarV/kernel_asus_moorefield
drivers/clocksource/vt8500_timer.c
1973
4902
/* * arch/arm/mach-vt8500/timer.c * * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz> * Copyright (C) 2010 Alexey Charkov <alchark@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 Softwa...
gpl-2.0
SM-G920P/SM-N920
drivers/gpu/drm/exynos/exynos_drm_encoder.c
2229
14141
/* exynos_drm_encoder.c * * Copyright (c) 2011 Samsung Electronics Co., Ltd. * Authors: * Inki Dae <inki.dae@samsung.com> * Joonyoung Shim <jy0922.shim@samsung.com> * Seung-Woo Kim <sw0312.kim@samsung.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the G...
gpl-2.0
jakwu/linux-imx
drivers/usb/serial/omninet.c
2229
7090
/* * USB ZyXEL omni.net LCD PLUS driver * * 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. * * See Documentation/usb/usb-serial.txt for more information on using this * driver ...
gpl-2.0
faux123/private-tuna
drivers/input/keyboard/jornada720_kbd.c
4021
5675
/* * drivers/input/keyboard/jornada720_kbd.c * * HP Jornada 720 keyboard platform driver * * Copyright (C) 2006/2007 Kristoffer Ericson <Kristoffer.Ericson@Gmail.com> * * Copyright (C) 2006 jornada 720 kbd driver by Filip Zyzniewsk <Filip.Zyzniewski@tefnet.plX * based on (C) 2004 jornada 720 kbd driver...
gpl-2.0
lloydchang/ubuntu-oneiric
drivers/net/wan/hdlc_raw_eth.c
4277
3155
/* * Generic HDLC support routines for Linux * HDLC Ethernet emulation support * * Copyright (C) 2002-2006 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 Soft...
gpl-2.0
MikeC84/mac_kernel_moto_minnow
drivers/media/pci/zoran/zr36016.c
4533
14208
/* * Zoran ZR36016 basic configuration functions * * Copyright (C) 2001 Wolfgang Scherr <scherr@net4you.at> * * $Id: zr36016.c,v 1.1.2.14 2003/08/20 19:46:55 rbultje Exp $ * * ------------------------------------------------------------------------ * * This program is free software; you can redistribute it and...
gpl-2.0
opinsys/opinsys-linux
arch/arm/mach-omap2/clockdomains33xx_data.c
5045
5532
/* * AM33XX Clock Domain data. * * Copyright (C) 2011-2012 Texas Instruments Incorporated - http://www.ti.com/ * Vaibhav Hiremath <hvaibhav@ti.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
DC07/spirit_msm8916
arch/arm/mach-omap2/clockdomains33xx_data.c
5045
5532
/* * AM33XX Clock Domain data. * * Copyright (C) 2011-2012 Texas Instruments Incorporated - http://www.ti.com/ * Vaibhav Hiremath <hvaibhav@ti.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
TWRP-J5/android_kernel_samsung_j5lte
arch/powerpc/kernel/module.c
7093
2464
/* Kernel module help for powerpc. Copyright (C) 2001, 2003 Rusty Russell IBM Corporation. Copyright (C) 2008 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 Fo...
gpl-2.0
kula85/perf-sqlite3
arch/cris/arch-v32/drivers/mach-a3/nandflash.c
8885
4205
/* * arch/cris/arch-v32/drivers/nandflash.c * * Copyright (c) 2007 * * Derived from drivers/mtd/nand/spia.c * Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License versio...
gpl-2.0
aapav01/android_kernel_samsung_ms013g_stock
arch/arm/mach-s3c24xx/setup-ts.c
8885
1085
/* linux/arch/arm/plat-s3c24xx/setup-ts.c * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * Based on S3C24XX setup for i2c device * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License v...
gpl-2.0
vovanx500/ConceptKernel
scripts/selinux/genheaders/genheaders.c
12725
3517
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <errno.h> #include <ctype.h> struct security_class_mapping { const char *name; const char *perms[sizeof(unsigned) * 8 + 1]; }; #include "classmap.h" #include "initial_sid_to_string.h" #define max(x, y) (((int)(x) > (int)(y)) ? ...
gpl-2.0
Kurre/kernel_exynos_KK
drivers/scsi/nsp32_debug.c
12725
7493
/* * Workbit NinjaSCSI-32Bi/UDE PCI/CardBus SCSI Host Bus Adapter driver * Debug routine * * This software may be used and distributed according to the terms of * the GNU General Public License. */ /* * Show the command data of a command */ static const char unknown[] = "UNKNOWN"; static const char * group_0_...
gpl-2.0
Koshu/thinkpad_tablet_ics_kernel
arch/arm/mach-at91/board-sam9rlek.c
950
7244
/* * Copyright (C) 2005 SAN People * Copyright (C) 2007 Atmel Corporation * * 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. */ #include <linux/types.h> #include <linux/init.h> #include <linu...
gpl-2.0
blackbox87/zte_skate_gb_kernel
drivers/media/video/cx23885/cimax2.c
950
12737
/* * cimax2.c * * CIMax2(R) SP2 driver in conjunction with NetUp Dual DVB-S2 CI card * * Copyright (C) 2009 NetUP Inc. * Copyright (C) 2009 Igor M. Liplianin <liplianin@netup.ru> * Copyright (C) 2009 Abylay Ospan <aospan@netup.ru> * * This program is free software; you can redistribute it and/or modify * it u...
gpl-2.0
Droid-Concepts/DC-Elite_kernel_jf
drivers/rpmsg/virtio_rpmsg_bus.c
1974
31503
/* * Virtio-based remote processor messaging bus * * Copyright (C) 2011 Texas Instruments, Inc. * Copyright (C) 2011 Google, Inc. * * Ohad Ben-Cohen <ohad@wizery.com> * Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as publishe...
gpl-2.0
xjljian/android_kernel_huawei_msm8916
drivers/regulator/fixed.c
1974
7555
/* * fixed.c * * Copyright 2008 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * Copyright (c) 2009 Nokia Corporation * Roger Quadros <ext-roger.quadros@nokia.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of th...
gpl-2.0
multipath-tcp/mptcp_3.0.x
arch/avr32/boards/mimc200/setup.c
2998
6060
/* * Board-specific setup code for the MIMC200 * * Copyright (C) 2008 Mercury IMC Ltd * * 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. */ extern struct atmel_lcdfb_info mimc2...
gpl-2.0
AKKP/lge-kernel-star
drivers/mmc/host/pxamci.c
2998
21119
/* * linux/drivers/mmc/host/pxa.c - PXA MMCI driver * * Copyright (C) 2003 Russell King, 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 as * published by the Free Software Foundation. * * This har...
gpl-2.0
SlimRoms/kernel_htc_msm8960
fs/proc/root.c
4022
5747
/* * linux/fs/proc/root.c * * Copyright (C) 1991, 1992 Linus Torvalds * * proc root directory handling functions */ #include <asm/uaccess.h> #include <linux/errno.h> #include <linux/time.h> #include <linux/proc_fs.h> #include <linux/stat.h> #include <linux/init.h> #include <linux/sched.h> #include <linux/mod...
gpl-2.0
fnoji/android_kernel_htc_impj
fs/gfs2/glops.c
5046
15491
/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public Licen...
gpl-2.0