repo_name
string
path
string
copies
string
size
string
content
string
license
string
nrgmilk/linux
drivers/video/omap/lcd_apollon.c
3229
2995
/* * LCD panel support for the Samsung OMAP2 Apollon board * * Copyright (C) 2005,2006 Samsung Electronics * Author: Kyungmin Park <kyungmin.park@samsung.com> * * Derived from drivers/video/omap/lcd-h4.c * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Ge...
gpl-2.0
wpandroidios/android_kernel_htc_b2wlj_LP50_Sense7
arch/m68k/kernel/signal_mm.c
4509
30213
/* * linux/arch/m68k/kernel/signal.c * * Copyright (C) 1991, 1992 Linus Torvalds * * 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. */ /* * Linux/m68k support by Hamish Macdonald * * 680...
gpl-2.0
StarkDroid/android_kernel_motorola_msm8610
drivers/usb/gadget/ether.c
5021
12245
/* * ether.c -- Ethernet gadget driver, with CDC and non-CDC options * * Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger * Copyright (C) 2008 Nokia Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms o...
gpl-2.0
BytecodeMe/vanquish
drivers/isdn/hisax/teleint.c
5021
7915
/* $Id: teleint.c,v 1.16.2.5 2004/01/19 15:31:50 keil Exp $ * * low level stuff for TeleInt isdn cards * * Author Karsten Keil * Copyright by Karsten Keil <keil@isdn4linux.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated he...
gpl-2.0
lujji/JXD-7800b-JB-kernel
drivers/isdn/hisax/teleint.c
5021
7915
/* $Id: teleint.c,v 1.16.2.5 2004/01/19 15:31:50 keil Exp $ * * low level stuff for TeleInt isdn cards * * Author Karsten Keil * Copyright by Karsten Keil <keil@isdn4linux.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated he...
gpl-2.0
MSM8226-Samsung/kernel_samsung_msm8226
sound/firewire/amdtp.c
7837
15224
/* * Audio and Music Data Transmission Protocol (IEC 61883-6) streams * with Common Isochronous Packet (IEC 61883-1) headers * * 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/err.h> #include...
gpl-2.0
kraml/desire-sense-kernel
arch/arm/mach-msm/dal.c
158
33159
/* Copyright (c) 2008-2009, Code Aurora Forum. All rights reserved. * Copyright (c) 2009, HTC Corporation. 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...
gpl-2.0
wenfengliaoshuzhai/linux
net/rds/rdma.c
926
23038
/* * Copyright (c) 2007 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
gokhanmoral/siyahkernel3
sound/soc/pxa/zylonite.c
2718
7019
/* * zylonite.c -- SoC audio for Zylonite * * Copyright 2008 Wolfson Microelectronics PLC. * Author: Mark Brown <broonie@opensource.wolfsonmicro.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 Softw...
gpl-2.0
munjeni/kernel_htc_golfu
drivers/scsi/libsas/sas_task.c
3230
1057
#include <linux/kernel.h> #include <scsi/sas.h> #include <scsi/libsas.h> /* fill task_status_struct based on SSP response frame */ void sas_ssp_task_response(struct device *dev, struct sas_task *task, struct ssp_response_iu *iu) { struct task_status_struct *tstat = &task->task_status; tstat->resp = SAS_TASK_C...
gpl-2.0
MinimalOS/android_kernel_moto_shamu
drivers/macintosh/windfarm_core.c
3486
11318
/* * Windfarm PowerMac thermal control. Core * * (c) Copyright 2005 Benjamin Herrenschmidt, IBM Corp. * <benh@kernel.crashing.org> * * Released under the term of the GNU GPL v2. * * This core code tracks the list of sensors & controls, register * clients, and holds the kernel thread used for...
gpl-2.0
TeamHackDroid/samsung-kernel-msm7x30
kernel/events/ring_buffer.c
3742
8039
/* * Performance events ring-buffer code: * * Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de> * Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar * Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com> * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> * * For...
gpl-2.0
ztemt/NX505J_5.1_kernel
arch/tile/kernel/machine_kexec.c
4510
7275
/* * 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
Vegaviet-Dev/android_kernel_pantech_ef63-common
arch/arm/mach-s3c64xx/clock.c
4766
23619
/* linux/arch/arm/plat-s3c64xx/clock.c * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * http://armlinux.simtec.co.uk/ * * S3C64XX Base clock support * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Ge...
gpl-2.0
Tesla-Redux-Devices/android_kernel_samsung_lt02ltespr
drivers/xen/privcmd.c
5022
9030
/****************************************************************************** * privcmd.c * * Interface to privileged domain-0 commands. * * Copyright (c) 2002-2004, K A Fraser, B Dragovic */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/sched.h> #include <linux/slab.h> #include <linux/st...
gpl-2.0
showp1984/bricked-pyramid-3.0
arch/mips/math-emu/sp_sub.c
7838
4811
/* IEEE754 floating point arithmetic * single precision */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * * ######################################################################## * * This program is free software; you can distribute it and/or modify it * under the terms of t...
gpl-2.0
TEAM-RAZOR-DEVICES/kernel_lge_v500
arch/mn10300/lib/bitops.c
9118
1087
/* MN10300 Non-trivial bit operations * * 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 Licence * as published by the Free Software Foun...
gpl-2.0
pbystrup/CHIP-linux
drivers/input/gameport/ns558.c
13982
7301
/* * Copyright (c) 1999-2001 Vojtech Pavlik * Copyright (c) 1999 Brian Gerst */ /* * NS558 based standard IBM game port driver for Linux */ /* * 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 Fou...
gpl-2.0
eoghan2t9/kernel_qcom_cfx
drivers/input/gameport/ns558.c
13982
7301
/* * Copyright (c) 1999-2001 Vojtech Pavlik * Copyright (c) 1999 Brian Gerst */ /* * NS558 based standard IBM game port driver for Linux */ /* * 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 Fou...
gpl-2.0
xiyuansun/linux
drivers/iio/industrialio-event.c
159
13856
/* Industrial I/O event handling * * Copyright (c) 2008 Jonathan Cameron * * 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. * * Based on elements of hwmon and input subsystems. ...
gpl-2.0
miiicmueller/android_kernel_raspberryPi_rpiv2
drivers/input/touchscreen/ipaq-micro-ts.c
415
3942
/* * 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. * * h3600 atmel micro companion support, touchscreen subdevice * Author : Alessandro Gardich <gremlin@gremlin.it> * Author : D...
gpl-2.0
pranav01/Gods_kernel_YU
drivers/power/qpnp-smbcharger.c
415
99686
/* 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
mlachwani/Android_4.4.2_MotoG_Kernel
sound/pci/hda/patch_sigmatel.c
2719
186831
/* * Universal Interface for Intel High Definition Audio Codec * * HD audio interface patch for SigmaTel STAC92xx * * Copyright (c) 2005 Embedded Alley Solutions, Inc. * Matt Porter <mporter@embeddedalley.com> * * Based on patch_cmedia.c and patch_realtek.c * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> * ...
gpl-2.0
youfoh/TizenProject
arch/arm/mach-s3c24xx/simtec-pm.c
4511
1559
/* linux/arch/arm/plat-s3c24xx/pm-simtec.c * * Copyright 2004 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * http://armlinux.simtec.co.uk/ * * Power Management helpers for Simtec S3C24XX implementations * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
gpl-2.0
vwarg/ubuntutouch-kernel-jfltexx
drivers/gpu/drm/radeon/cayman_blit_shaders.c
7327
8320
/* * Copyright 2010 Advanced Micro Devices, Inc. * * 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, m...
gpl-2.0
TeamBliss-Devices/android_kernel_samsung_jflte
drivers/gpu/drm/radeon/cayman_blit_shaders.c
7327
8320
/* * Copyright 2010 Advanced Micro Devices, Inc. * * 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, m...
gpl-2.0
novaspirit/tf101-nv-linux
arch/cris/mm/init.c
7583
2142
/* * linux/arch/cris/mm/init.c * * Copyright (C) 1995 Linus Torvalds * Copyright (C) 2000,2001 Axis Communications AB * * Authors: Bjorn Wesen (bjornw@axis.com) * */ #include <linux/gfp.h> #include <linux/init.h> #include <linux/bootmem.h> #include <asm/tlb.h> unsigned long empty_zero_page; extern cha...
gpl-2.0
dagnarf/i717morepower
drivers/staging/speakup/speakup_acntpc.c
7583
9338
/* * written by: Kirk Reiser <kirk@braille.uwo.ca> * this version considerably modified by David Borowski, david575@rogers.com * * Copyright (C) 1998-99 Kirk Reiser. * Copyright (C) 2003 David Borowski. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
gpl-2.0
AICP/kernel_xiaomi_cancro
drivers/staging/speakup/speakup_dectlk.c
7583
8873
/* * originally written by: Kirk Reiser <kirk@braille.uwo.ca> * this version considerably modified by David Borowski, david575@rogers.com * * Copyright (C) 1998-99 Kirk Reiser. * Copyright (C) 2003 David Borowski. * * This program is free software; you can redistribute it and/or modify * it under the terms of ...
gpl-2.0
Red--Code/android_kernel_sony_msm8974ac
net/irda/discovery.c
7583
12834
/********************************************************************* * * Filename: discovery.c * Version: 0.1 * Description: Routines for handling discoveries at the IrLMP layer * Status: Experimental. * Author: Dag Brattli <dagb@cs.uit.no> * Created at: Tue Apr 6 15:33:50 1999 ...
gpl-2.0
mifl/android_kernel_pantech_ef45k
arch/sh/kernel/cpu/sh4a/pinmux-sh7757.c
7839
78145
/* * SH7757 (B0 step) Pinmux * * Copyright (C) 2009-2010 Renesas Solutions Corp. * * Author : Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> * * Based on SH7723 Pinmux * Copyright (C) 2008 Magnus Damm * * This file is subject to the terms and conditions of the GNU General Public * License. See the f...
gpl-2.0
tipnispranav/android-goldfish-3.4-rt
drivers/video/stifb.c
9887
36847
/* * linux/drivers/video/stifb.c - * Low level Frame buffer driver for HP workstations with * STI (standard text interface) video firmware. * * Copyright (C) 2001-2006 Helge Deller <deller@gmx.de> * Portions Copyright (C) 2001 Thomas Bogendoerfer <tsbogend@alpha.franken.de> * * Based on: * - linux/drivers/v...
gpl-2.0
yank555-lu/private_msm8660_ics
arch/avr32/boards/atngw100/evklcd10x.c
10911
4643
/* * Board-specific setup code for the ATEVKLCD10X addon board to the ATNGW100 * Network Gateway * * Copyright (C) 2008 Atmel Corporation * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software ...
gpl-2.0
wzhy90/android_kernel_sony_msm8974ab
drivers/net/irda/ma600-sir.c
12447
6887
/********************************************************************* * * Filename: ma600.c * Version: 0.1 * Description: Implementation of the MA600 dongle * Status: Experimental. * Author: Leung <95Etwl@alumni.ee.ust.hk> http://www.engsvr.ust/~eetwl95 * Created at: ...
gpl-2.0
TeamExodus/kernel_yu_msm8916
fs/ntfs/mst.c
15007
7109
/* * mst.c - NTFS multi sector transfer protection handling code. Part of the * Linux-NTFS project. * * Copyright (c) 2001-2004 Anton Altaparmakov * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published * by the...
gpl-2.0
sleshepic/Note_2_l900
fs/ntfs/mst.c
15007
7109
/* * mst.c - NTFS multi sector transfer protection handling code. Part of the * Linux-NTFS project. * * Copyright (c) 2001-2004 Anton Altaparmakov * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published * by the...
gpl-2.0
ivanich/wireless-testing_torvalds
security/keys/request_key.c
160
19801
/* Request a key from userspace * * Copyright (C) 2004-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 Found...
gpl-2.0
r1mikey/linux-picoxcell
tools/power/x86/turbostat/turbostat.c
160
84206
/* * turbostat -- show CPU frequency and C-state residency * on modern Intel turbo-capable processors. * * Copyright (c) 2013 Intel Corporation. * Len Brown <len.brown@intel.com> * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Publi...
gpl-2.0
nightscape/yoga-900-kernel
drivers/gpu/drm/i915/intel_guc_loader.c
160
18896
/* * Copyright © 2014 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
pursuitxh/Linux-3.2.50
arch/arm/mach-s5pc100/dma.c
160
5891
/* linux/arch/arm/mach-s5pc100/dma.c * * Copyright (c) 2011 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Copyright (C) 2010 Samsung Electronics Co. Ltd. * Jaswinder Singh <jassi.brar@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
gpl-2.0
0x20c24/linux-psec
net/ipv6/esp6.c
160
15739
/* * Copyright (C)2002 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
ArthySundaram/chromeos-3.8
drivers/video/backlight/locomolcd.c
160
6389
/* * Backlight control code for Sharp Zaurus SL-5500 * * Copyright 2005 John Lenz <lenz@cs.wisc.edu> * Maintainer: Pavel Machek <pavel@ucw.cz> (unless John wants to :-) * GPL v2 * * This driver assumes single CPU. That's okay, because collie is * slightly old hardware, and no one is going to retrofit second CPU...
gpl-2.0
icoolguy1995/Elixer-1
net/wireless/util.c
416
28032
/* * Wireless utility functions * * Copyright 2007-2009 Johannes Berg <johannes@sipsolutions.net> */ #include <linux/export.h> #include <linux/bitops.h> #include <linux/etherdevice.h> #include <linux/slab.h> #include <net/cfg80211.h> #include <net/ip.h> #include <net/dsfield.h> #include "core.h" struct ieee80211_r...
gpl-2.0
JoshWu/linux-at91
drivers/net/wireless/rtlwifi/rtl8188ee/dm.c
416
60054
/****************************************************************************** * * Copyright(c) 2009-2013 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
0x19/whatever
drivers/net/wireless/rtlwifi/rtl8192cu/trx.c
416
21489
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. All rights reserved. * * 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 F...
gpl-2.0
nicolaerosia/linux-bn-omap4
drivers/atm/he.c
416
77907
/* he.c ForeRunnerHE ATM Adapter driver for ATM on Linux Copyright (C) 1999-2001 Naval Research Laboratory This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 o...
gpl-2.0
clemsyn/Grouper
drivers/net/wireless/iwlegacy/iwl-rx.c
416
9419
/****************************************************************************** * * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved. * * Portions of this file are derived from the ipw3945 project, as well * as portions of the ieee80211 subsystem header files. * * This program is free software; yo...
gpl-2.0
aseering/linux
arch/mips/pmcs-msp71xx/msp_irq_cic.c
928
5045
/* * Copyright 2010 PMC-Sierra, Inc, derived from irq_cpu.c * * This file define the irq handler for MSP CIC subsystem interrupts. * * 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; eit...
gpl-2.0
shutt1e/lge_kernel_msm7x30
sound/soc/s6000/s6105-ipcam.c
1440
6874
/* * ASoC driver for Stretch s6105 IP camera platform * * Author: Daniel Gloeckner, <dg@emlix.com> * Copyright: (C) 2009 emlix GmbH <info@emlix.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 ...
gpl-2.0
Galaxy-J5/android_kernel_samsung_j5nlte
arch/mips/alchemy/board-gpr.c
2208
6527
/* * GPR board platform device registration (Au1550) * * Copyright (C) 2010 Wolfgang Grandegger <wg@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 Lice...
gpl-2.0
ED300/android_kernel_wingtech_msm8916
arch/arm/mach-omap1/ocpi.c
2976
2806
/* * linux/arch/arm/plat-omap/ocpi.c * * Minimal OCP bus support for omap16xx * * Copyright (C) 2003 - 2005 Nokia Corporation * Copyright (C) 2012 Texas Instruments, Inc. * Written by Tony Lindgren <tony@atomide.com> * * Modified for clock framework by Paul Mundt <paul.mundt@nokia.com>. * * This program is f...
gpl-2.0
Hellybean/android_kernel_amazon_otter-common
net/wimax/op-msg.c
4000
12490
/* * Linux WiMAX * Generic messaging interface between userspace and driver/device * * * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the...
gpl-2.0
ULL-ETSII-SistemasEmpotrados/Mirasberry
arch/um/os-Linux/user_syms.c
4512
3262
#include <linux/types.h> #include <linux/module.h> /* Some of this are builtin function (some are not but could in the future), * so I *must* declare good prototypes for them and then EXPORT them. * The kernel code uses the macro defined by include/linux/string.h, * so I undef macros; the userspace code does not in...
gpl-2.0
Motorhead1991/android_kernel_blu_studio5qcom
drivers/net/wireless/ath/ath9k/debug.c
4768
48911
/* * Copyright (c) 2008-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
tweezy23/kernel-msm
drivers/scsi/qla2xxx/qla_dbg.c
4768
82337
/* * QLogic Fibre Channel HBA Driver * Copyright (c) 2003-2011 QLogic Corporation * * See LICENSE.qla2xxx for copyright and licensing details. */ /* * Table for showing the current message id in use for particular level * Change this table for addition of log/debug messages. * --------------------------------...
gpl-2.0
nels83/android_kernel_samsung_santos10
sound/soc/ep93xx/snappercl15.c
5024
3596
/* * snappercl15.c -- SoC audio for Bluewater Systems Snapper CL15 module * * Copyright (C) 2008 Bluewater Systems Ltd * Author: Ryan Mallon * * 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
sicknemesis/kernel_lge_hammerhead
arch/sh/kernel/cpu/sh4a/pinmux-shx3.c
7840
19207
/* * SH-X3 prototype CPU pinmux * * Copyright (C) 2010 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. */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/gpio...
gpl-2.0
sleshepic/SM-G900P_kernel
net/netfilter/ipvs/ip_vs_rr.c
8352
3003
/* * IPVS: Round-Robin Scheduling module * * Authors: Wensong Zhang <wensong@linuxvirtualserver.org> * Peter Kese <peter.kese@ijs.si> * * 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
oppo-source/Neo5-kernel-source
arch/powerpc/platforms/pseries/pci.c
9376
3169
/* * Copyright (C) 2001 Dave Engebretsen, IBM Corporation * Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM * * pSeries specific routines for PCI. * * 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 Fre...
gpl-2.0
kirananto/RAZORFERRARI
fs/fscache/netfs.c
11680
2660
/* FS-Cache netfs (client) registration * * Copyright (C) 2008 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 Licence * as published by the Free Software Fo...
gpl-2.0
caio2k/kernel-n9
fs/fscache/netfs.c
11680
2660
/* FS-Cache netfs (client) registration * * Copyright (C) 2008 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 Licence * as published by the Free Software Fo...
gpl-2.0
hmbedded/bbb-dac-old
arch/arm/mach-omap2/dsp.c
161
3095
/* * TI's OMAP DSP platform device registration * * Copyright (C) 2005-2006 Texas Instruments, Inc. * Copyright (C) 2009 Nokia Corporation * * Written by Hiroshi DOYU <Hiroshi.DOYU@nokia.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
gpl-2.0
MH2033/VIPER_KERNEL_KK_D802
drivers/broadcast/tdmb/fc8050_z/src/fc8050_tun.c
161
5701
/***************************************************************************** Copyright(c) 2009 FCI Inc. All Rights Reserved File name : fc8050_tun.c Description : fc8050 host interface History : ---------------------------------------------------------------------- 2009/09/14 jason initial 2009/11/26 ...
gpl-2.0
Tkkg1994/SuperKernel
drivers/gpio/gpio-octeon.c
417
3860
/* * 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) 2011, 2012 Cavium Inc. */ #include <linux/platform_device.h> #include <linux/kernel.h> #include <linux/module.h> #include ...
gpl-2.0
fermasia/android_kernel_oneplus_msm8974
drivers/usb/serial/usb_wwan.c
417
22867
/* USB Driver layer for GSM modems Copyright (C) 2005 Matthias Urlichs <smurf@smurf.noris.de> This driver 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. Portions copied from the Keysp...
gpl-2.0
programmecat/linux
drivers/clk/tegra/clk-tegra-fixed.c
417
2877
/* * Copyright (c) 2012, 2013, NVIDIA CORPORATION. All rights reserved. * * 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 th...
gpl-2.0
alianmohammad/linux-kernel-3.18-hacks
sound/pci/ice1712/wm8766.c
929
10239
/* * ALSA driver for ICEnsemble VT17xx * * Lowlevel functions for WM8766 codec * * Copyright (c) 2012 Ondrej Zary <linux@rainbow-software.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 Sof...
gpl-2.0
chaubeyprateek/Hyper_Kernel_Redmi2
arch/m68k/bvme6000/config.c
2209
9925
/* * arch/m68k/bvme6000/config.c * * Copyright (C) 1997 Richard Hirst [richard@sleepie.demon.co.uk] * * Based on: * * linux/amiga/config.c * * Copyright (C) 1993 Hamish Macdonald * * This file is subject to the terms and conditions of the GNU General Public * License. See the file README.legal in the m...
gpl-2.0
pio-masaki/kernel_at300se
fs/afs/inode.c
2721
12514
/* * Copyright (c) 2002 Red Hat, Inc. All rights reserved. * * This software may be freely redistributed under the terms of the * GNU General Public License. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 67...
gpl-2.0
FennyFatal/i747_kernel_ics
fs/logfs/readwrite.c
2721
56976
/* * fs/logfs/readwrite.c * * As should be obvious for Linux kernel code, license is GPLv2 * * Copyright (c) 2005-2008 Joern Engel <joern@logfs.org> * * * Actually contains five sets of very similar functions: * read read blocks from a file * seek_hole find next hole * seek_data find next data block * vali...
gpl-2.0
Marvellousteam/android_kernel_htc_msm7227
arch/sh/kernel/cpu/sh3/clock-sh7710.c
4001
1886
/* * arch/sh/kernel/cpu/sh3/clock-sh7710.c * * SH7710 support for the clock framework * * Copyright (C) 2005 Paul Mundt * * FRQCR parsing hacked out of arch/sh/kernel/time.c * * Copyright (C) 1999 Tetsuya Okada & Niibe Yutaka * Copyright (C) 2000 Philipp Rumpf <prumpf@tux.org> * Copyright (C) 2002, 20...
gpl-2.0
TheNameIsNigel/kernel_common
drivers/staging/rtl8712/usb_halinit.c
4257
12186
/****************************************************************************** * usb_halinit.c * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * Linux device driver for RTL8192SU * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of ...
gpl-2.0
darshan1205/yu_kernel
drivers/staging/rtl8712/usb_ops.c
4257
4877
/****************************************************************************** * usb_ops.c * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * Linux device driver for RTL8192SU * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the ...
gpl-2.0
zarboz/android_kernel_htc_dlx
virt/net/netfilter/ipset/ip_set_hash_netport.c
4769
17727
/* Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> * * 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. */ /* Kernel module implementing an IP set type: the hash...
gpl-2.0
atl4ntis/kernel_msm
net/openvswitch/flow.c
4769
35782
/* * Copyright (c) 2007-2011 Nicira Networks. * * 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 * WIT...
gpl-2.0
cooldudezach/android_kernel_zte_nex
drivers/tty/serial/amba-pl010.c
5025
19937
/* * Driver for AMBA serial ports * * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. * * Copyright 1999 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 Licens...
gpl-2.0
phonelab/android_kernel
arch/parisc/kernel/signal32.c
6049
16732
/* Signal support for 32-bit kernel builds * * Copyright (C) 2001 Matthew Wilcox <willy at parisc-linux.org> * Copyright (C) 2006 Kyle McMartin <kyle at parisc-linux.org> * * Code was mostly borrowed from kernel/signal.c. * See kernel/signal.c for additional Copyrights. * * * This program is ...
gpl-2.0
SM-G920P/Hacker_Kernel_SM-G92X
fs/proc/consoles.c
7841
2249
/* * Copyright (c) 2010 Werner Fink, Jiri Slaby * * Licensed under GPLv2 */ #include <linux/console.h> #include <linux/kernel.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/tty_driver.h> /* * This is handler for /proc/consoles */ static int show_console_dev(struct seq_file *m, void *v...
gpl-2.0
zekezang/linux-2.6.38
sound/oss/sb_common.c
9377
29760
/* * sound/oss/sb_common.c * * Common routines for Sound Blaster compatible cards. * * * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL) * Version 2 (June 1991). See the "COPYING" file distributed with this software * for more info. ...
gpl-2.0
clearwa/mypi
drivers/vhost/scsi.c
162
65753
/******************************************************************************* * Vhost kernel TCM fabric driver for virtio SCSI initiators * * (C) Copyright 2010-2013 Datera, Inc. * (C) Copyright 2010-2012 IBM Corp. * * Licensed to the Linux Foundation under the General Public License (GPL) version 2. * * Aut...
gpl-2.0
amitsirius/linux-3.2.71_sirius
drivers/video/backlight/adp5520_bl.c
162
10588
/* * Backlight driver for Analog Devices ADP5520/ADP5501 MFD PMICs * * Copyright 2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/fb.h> #include <linux/backlight.h> #include <linux/mfd/adp5520.h...
gpl-2.0
bfg-repo-cleaner-demos/linux-original
kernel/irq/irqdomain.c
162
26063
#define pr_fmt(fmt) "irq: " fmt #include <linux/debugfs.h> #include <linux/hardirq.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/irqdesc.h> #include <linux/irqdomain.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/topol...
gpl-2.0
derekhe/huawei-g330d-u8825d-kernel
drivers/usb/gadget/f_ncm.c
418
37546
/* * f_ncm.c -- USB CDC Network (NCM) link function driver * * Copyright (C) 2010 Nokia Corporation * Contact: Yauheni Kaliuta <yauheni.kaliuta@nokia.com> * * The driver borrows from f_ecm.c which is: * * Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2008 Nokia Corporation * * This program is f...
gpl-2.0
dwindsor/linux-next
kernel/debug/kdb/kdb_bp.c
418
11188
/* * Kernel Debugger Architecture Independent Breakpoint Handler * * 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) 1999-2004 Silicon Graphics, Inc. All Rights Reserved. * ...
gpl-2.0
NETFORCE2/linux
arch/arm/mach-socfpga/socfpga.c
418
2965
/* * Copyright (C) 2012 Altera Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program i...
gpl-2.0
anoever/thunderbolt
drivers/char/hangcheck-timer.c
418
5837
/* * hangcheck-timer.c * * Driver for a little io fencing timer. * * Copyright (C) 2002, 2003 Oracle. All rights reserved. * * Author: Joel Becker <joel.becker@oracle.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
mndza/linux-xlnx
drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c
418
6659
/* * Copyright 2012 Red Hat Inc. * * 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, publish, d...
gpl-2.0
simo97/linux
drivers/video/fbdev/mmp/fb/mmpfb.c
1442
19108
/* * linux/drivers/video/mmp/fb/mmpfb.c * Framebuffer driver for Marvell Display controller. * * Copyright (C) 2012 Marvell Technology Group Ltd. * Authors: Zhou Zhu <zzhu3@marvell.com> * * 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
woodbunny/JIT-ASLR-kernel
arch/mips/math-emu/dsemul.c
2466
5190
#include <linux/compiler.h> #include <linux/mm.h> #include <linux/signal.h> #include <linux/smp.h> #include <asm/asm.h> #include <asm/bootinfo.h> #include <asm/byteorder.h> #include <asm/cpu.h> #include <asm/inst.h> #include <asm/processor.h> #include <asm/uaccess.h> #include <asm/branch.h> #include <asm/mipsregs.h> #...
gpl-2.0
Ki113R/android_kernel_samsung_golden
kernel/freezer.c
2722
4109
/* * kernel/freezer.c - Function to freeze a process * * Originally from kernel/power/process.c */ #include <linux/interrupt.h> #include <linux/suspend.h> #include <linux/module.h> #include <linux/syscalls.h> #include <linux/freezer.h> /* * freezing is complete, mark current process as frozen */ static inline v...
gpl-2.0
eebssk1/CAF_MSM_Kernel_msm8916_64
sound/isa/ad1816a/ad1816a.c
2722
8987
/* card-ad1816a.c - driver for ADI SoundPort AD1816A based soundcards. Copyright (C) 2000 by Massimo Piccioni <dafastidio@libero.it> 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
TheMeddlingMonk/android_kernel_toshiba_tostab03
lib/locking-selftest.c
3490
29316
/* * lib/locking-selftest.c * * Testsuite for various locking APIs: spinlocks, rwlocks, * mutexes and rw-semaphores. * * It is checking both false positives and false negatives. * * Started by Ingo Molnar: * * Copyright (C) 2006 Red Hat, Inc., Ingo Molnar <mingo@redhat.com> */ #include <linux/rwsem.h> #incl...
gpl-2.0
ali-filth/android_kernel_samsung_arubaslim
sound/soc/fsl/mpc5200_psc_ac97.c
5026
8807
/* * linux/sound/mpc5200-ac97.c -- AC97 support for the Freescale MPC52xx chip. * * Copyright (C) 2009 Jon Smirl, Digispeaker * Author: Jon Smirl <jonsmirl@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 * pu...
gpl-2.0
alvinhochun/sony-xperia-m-kernel
drivers/staging/ramster/cluster/masklog.c
7330
3944
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * Copyright (C) 2004, 2005, 2012 Oracle. 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 Foundatio...
gpl-2.0
prototype-U/gcore_kernel
drivers/scsi/aic94xx/aic94xx_seq.c
8098
47441
/* * Aic94xx SAS/SATA driver sequencer interface. * * Copyright (C) 2005 Adaptec, Inc. All rights reserved. * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> * * Parts of this code adapted from David Chaw's adp94xx_seq.c. * * This file is licensed under GPLv2. * * This file is part of the aic94xx ...
gpl-2.0
BlownFuze/i717_TW_JBkernel
sound/oss/dmabuf.c
9378
35709
/* * sound/oss/dmabuf.c * * The DMA buffer manager for digitized voice applications */ /* * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL) * Version 2 (June 1991). See the "COPYING" file distributed with this software * for more info...
gpl-2.0
F35X70/Z7Mini_NX507J_H128_kernel
arch/arm/kernel/insn.c
9634
1347
#include <linux/bug.h> #include <linux/kernel.h> #include <asm/opcodes.h> static unsigned long __arm_gen_branch_thumb2(unsigned long pc, unsigned long addr, bool link) { unsigned long s, j1, j2, i1, i2, imm10, imm11; unsigned long first, second; long offset; offset = (long)addr - (long)(pc + 4); if (offset < -16...
gpl-2.0
SuperPichu/shield-tablet-kernel
arch/sh/mm/uncached.c
12194
1176
#include <linux/init.h> #include <linux/module.h> #include <asm/sizes.h> #include <asm/page.h> #include <asm/addrspace.h> /* * This is the offset of the uncached section from its cached alias. * * Legacy platforms handle trivial transitions between cached and * uncached segments by making use of the 1:1 mapping re...
gpl-2.0
ResurrectionRemix-Devices/android_kernel_samsung_smdk4412
drivers/eisa/virtual_root.c
14498
1736
/* * Virtual EISA root driver. * Acts as a placeholder if we don't have a proper EISA bridge. * * (C) 2003 Marc Zyngier <maz@wild-wind.fr.eu.org> * * This code is released under the GPL version 2. */ #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/eisa.h> #include <linux/module.h> #...
gpl-2.0
stefanbucur/linux-s2e
arch/arm/mach-msm/platsmp.c
163
4359
/* * Copyright (C) 2002 ARM Ltd. * All Rights Reserved * Copyright (c) 2010, Code Aurora Forum. 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. */ #i...
gpl-2.0