repo_name
string
path
string
copies
string
size
string
content
string
license
string
placiano/NBKernel_NK4
drivers/net/wireless/rtlwifi/rtl8188ee/led.c
2785
4447
/****************************************************************************** * * 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
kabata1975/android_kernel_c8690
drivers/media/video/soc_mediabus.c
2785
9500
/* * soc-camera media bus helper routines * * Copyright (C) 2009, Guennadi Liakhovetski <g.liakhovetski@gmx.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 <...
gpl-2.0
lvchaqiu/meizu-m9-kernel
drivers/acpi/acpica/evxfevnt.c
3041
9567
/****************************************************************************** * * Module Name: evxfevnt - External Interfaces, ACPI event disable/enable * *****************************************************************************/ /* * Copyright (C) 2000 - 2011, Intel Corp. * All rights reserved. * * Redi...
gpl-2.0
lyfkevin/Wind_iproj_ICS_kernel
drivers/acpi/acpica/nsxfeval.c
3041
25941
/******************************************************************************* * * Module Name: nsxfeval - Public interfaces to the ACPI subsystem * ACPI Object evaluation interfaces * ******************************************************************************/ /* * Copyright (C) 200...
gpl-2.0
LuweiLight/linux-3.14.35-vbal
arch/x86/um/os-Linux/tls.c
4577
1382
#include <errno.h> #include <linux/unistd.h> #include <sys/ptrace.h> #include <sys/syscall.h> #include <unistd.h> #include <sysdep/tls.h> #ifndef PTRACE_GET_THREAD_AREA #define PTRACE_GET_THREAD_AREA 25 #endif #ifndef PTRACE_SET_THREAD_AREA #define PTRACE_SET_THREAD_AREA 26 #endif /* Checks whether host supports T...
gpl-2.0
GustavoRD78/78Kernel-6.0.1-23.5.A.1.291
net/ax25/ax25_iface.c
5089
5040
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.u...
gpl-2.0
lennox/score_linux
drivers/usb/musb/musbhsdma.c
5089
11991
/* * MUSB OTG driver - support for Mentor's DMA controller * * Copyright 2005 Mentor Graphics Corporation * Copyright (C) 2005-2007 by Texas Instruments * * 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...
gpl-2.0
dennes544/dennes544_kernel_lge_hammerhead
arch/x86/mm/tlb.c
7649
9009
#include <linux/init.h> #include <linux/mm.h> #include <linux/spinlock.h> #include <linux/smp.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/cpu.h> #include <asm/tlbflush.h> #include <asm/mmu_context.h> #include <asm/cache.h> #include <asm/apic.h> #include <asm/uv/uv.h> DEFINE_PER_CPU_SHAR...
gpl-2.0
AKToronto/Bubba-Zombie
net/dccp/ccids/ccid2.c
9441
23704
/* * Copyright (c) 2005, 2006 Andrea Bittau <a.bittau@cs.ucl.ac.uk> * * Changes to meet Linux coding standards, and DCCP infrastructure fixes. * * Copyright (c) 2006 Arnaldo Carvalho de Melo <acme@conectiva.com.br> * * This program is free software; you can redistribute it and/or modify * it under the term...
gpl-2.0
jpihet/linux-omap
drivers/infiniband/hw/mthca/mthca_mr.c
9953
23989
/* * Copyright (c) 2004 Topspin Communications. 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 the terms of the GNU * General Public License (GPL) Version 2, ...
gpl-2.0
Evil-Green/Lonas_KL-GT-I9300
net/irda/irlan/irlan_client_event.c
13281
13511
/********************************************************************* * * Filename: irlan_client_event.c * Version: 0.9 * Description: IrLAN client state machine * Status: Experimental. * Author: Dag Brattli <dagb@cs.uit.no> * Created at: Sun Aug 31 20:14:37 1997 * Modified at: ...
gpl-2.0
imasahiro/gccjs
gcc/testsuite/gcc.c-torture/execute/lshrdi-1.c
226
4538
#include <limits.h> extern void abort(void); extern void exit(int); #if __LONG_LONG_MAX__ == 9223372036854775807LL #define BITS 64 static unsigned long long const zext[64] = { 0x87654321fedcba90ULL, 0x43b2a190ff6e5d48ULL, 0x21d950c87fb72ea4ULL, 0x10eca8643fdb9752ULL, 0x87654321fedcba9ULL, 0x43b2a190ff6e5...
gpl-2.0
qnhoang81/Kernel_POC
sound/usb/usx2y/usX2Yhwdep.c
482
7508
/* * Driver for Tascam US-X2Y USB soundcards * * FPGA Loader + ALSA Startup * * Copyright (c) 2003 by Karsten Wiese <annabellesgarden@yahoo.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 Softwa...
gpl-2.0
cocafe/i9070_kernel_CoCore_Refresh
kernel/trace/ftrace.c
482
73070
/* * Infrastructure for profiling code inserted by 'gcc -pg'. * * Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com> * Copyright (C) 2004-2008 Ingo Molnar <mingo@redhat.com> * * Originally ported from the -rt patch by: * Copyright (C) 2007 Arnaldo Carvalho de Melo <acme@redhat.com> * * Based on cod...
gpl-2.0
koolkhel/linux
drivers/of/of_net.c
738
2444
/* * OF helpers for network devices. * * This file is released under the GPLv2 * * Initially copied out of arch/powerpc/kernel/prom_parse.c */ #include <linux/etherdevice.h> #include <linux/kernel.h> #include <linux/of_net.h> #include <linux/phy.h> #include <linux/export.h> /** * of_get_phy_mode - Get phy mode ...
gpl-2.0
andr00ib/e730-e739_cm10.1_kernel
drivers/regulator/wm8400-regulator.c
994
10303
/* * Regulator support for WM8400 * * 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 Software Fou...
gpl-2.0
jameskdev/android_kernel_sky_ef30s
drivers/hwmon/max6650.c
994
20901
/* * max6650.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring. * * (C) 2007 by Hans J. Koch <hjk@linutronix.de> * * based on code written by John Morris <john.morris@spirentcom.com> * Copyright (c) 2003 Spirent Communications * and Claus Gindhart <claus.gindhart@kontron.com> *...
gpl-2.0
andr7e/rk3188_tablet_jb
kernel/drivers/ide/cy82c693.c
2530
6413
/* * Copyright (C) 1998-2000 Andreas S. Krebs (akrebs@altavista.net), Maintainer * Copyright (C) 1998-2002 Andre Hedrick <andre@linux-ide.org>, Integrator * Copyright (C) 2007-2010 Bartlomiej Zolnierkiewicz * * CYPRESS CY82C693 chipset IDE controller * * The CY82C693 chipset is used on Digital's PC-Alpha 164S...
gpl-2.0
rudij7/android_kernel_oneplus_one
net/nfc/rawsock.c
2786
7632
/* * Copyright (C) 2011 Instituto Nokia de Tecnologia * * Authors: * Aloisio Almeida Jr <aloisio.almeida@openbossa.org> * Lauro Ramos Venancio <lauro.venancio@openbossa.org> * * 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
andixlm/android_kernel_samsung_galaxys2plus-common
net/ipv4/ipcomp.c
3042
4458
/* * IP Payload Compression Protocol (IPComp) - RFC3173. * * Copyright (c) 2003 James Morris <jmorris@intercode.com.au> * * 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
derekhe/huawei-g330d-u8825d-kernel
drivers/i2c/busses/scx200_acb.c
3042
14239
/* Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com> National Semiconductor SCx200 ACCESS.bus support Also supports the AMD CS5535 and AMD CS5536 Based on i2c-keywest.c which is: Copyright (c) 2001 Benjamin Herrenschmidt <benh@kernel.crashing.org> Copyright (c) 2000 Ph...
gpl-2.0
Nyks45/Veno-M
drivers/s390/char/keyboard.c
3810
12561
/* * ebcdic keycode functions for s390 console drivers * * S390 version * Copyright IBM Corp. 2003 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), */ #include <linux/module.h> #include <linux/sched.h> #include <linux/slab.h> #include <linux/sysrq.h> #include <linux/consolemap.h> #include <li...
gpl-2.0
hiikezoe/android_kernel_nec_is11n
sound/drivers/opl3/opl3_seq.c
4834
7609
/* * Copyright (c) by Uros Bizjak <uros@kss-loka.si> * * Midi Sequencer interface routines for OPL2/OPL3/OPL4 FM * * OPL2/3 FM instrument loader: * alsa-tools/seq/sbiload/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as...
gpl-2.0
SlimRoms/kernel_sony_apq8064
arch/arm/plat-orion/pcie.c
4834
7329
/* * arch/arm/plat-orion/pcie.c * * Marvell Orion SoC PCIe handling. * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <linux/kernel.h> #include <linux/pci.h> #in...
gpl-2.0
Jazz-823/kernel_lge_hammerhead_CM
drivers/staging/comedi/drivers/addi-data/APCI1710_Chrono.c
8162
75502
/** @verbatim Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module. ADDI-DATA GmbH Dieselstrasse 3 D-77833 Ottersweier Tel: +19(0)7223/9493-0 Fax: +49(0)7223/9493-92 http://www.addi-data.com info@addi-data.com This program is free software; you can redistribute it and/or modify it under ...
gpl-2.0
Steven-Cai/pi-kernel
arch/mn10300/mm/misalignment.c
8674
30021
/* MN10300 Misalignment fixup handler * * 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
CyanogenMod/htc-kernel-pyramid
drivers/video/sgivwfb.c
9186
23539
/* * linux/drivers/video/sgivwfb.c -- SGI DBE frame buffer device * * Copyright (C) 1999 Silicon Graphics, Inc. * Jeffrey Newquist, newquist@engr.sgi.som * * 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 fo...
gpl-2.0
showp1984/bricked-ville-3.4
drivers/net/wireless/libertas/tx.c
9954
5517
/* * This file contains the handling of TX in wlan driver. */ #include <linux/hardirq.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/sched.h> #include <linux/export.h> #include <net/cfg80211.h> #include "host.h" #include "radiotap.h" #include "decl.h" #include "defs.h" #include "dev.h...
gpl-2.0
sivu/linux
arch/x86/ia32/ia32_signal.c
227
10348
/* * linux/arch/x86_64/ia32/ia32_signal.c * * Copyright (C) 1991, 1992 Linus Torvalds * * 1997-11-28 Modified for POSIX.1b signals by Richard Henderson * 2000-06-20 Pentium III FXSR, SSE support by Gareth Hughes * 2000-12-* x86-64 compatibility mode signal handling by Andi Kleen */ #include <linux/sc...
gpl-2.0
CyanogenMod/semc-kernel-msm7x30
arch/arm/mach-netx/xc.c
739
5913
/* * arch/arm/mach-netx/xc.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 di...
gpl-2.0
TheTypoMaster/asuswrt
release/src/router/openssl/openssl/crypto/objects/obj_err.c
739
3881
/* crypto/objects/obj_err.c */ /* ==================================================================== * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * a...
gpl-2.0
linino/linux
net/netfilter/nfnetlink_queue_ct.c
1763
2516
/* * (C) 2012 by Pablo Neira Ayuso <pablo@netfilter.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * */ #include <linux/skbuff.h> #include <linux/netfilter.h> #include ...
gpl-2.0
chasmodo/android_kernel_oneplus_msm8974
mm/madvise.c
1763
12171
/* * linux/mm/madvise.c * * Copyright (C) 1999 Linus Torvalds * Copyright (C) 2002 Christoph Hellwig */ #include <linux/mman.h> #include <linux/pagemap.h> #include <linux/syscalls.h> #include <linux/mempolicy.h> #include <linux/page-isolation.h> #include <linux/hugetlb.h> #include <linux/sched.h> #include <linu...
gpl-2.0
GalaxyTab4/android_kernel_samsung_s3ve3g
drivers/video/msm/mddi_quickvx.c
2275
22671
/* Copyright (c) 2010, 2012 The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
BlownFuze/i717_TW_JBkernel
drivers/ata/pata_it821x.c
2531
28097
/* * pata_it821x.c - IT821x PATA for new ATA layer * (C) 2005 Red Hat Inc * Alan Cox <alan@lxorguk.ukuu.org.uk> * (C) 2007 Bartlomiej Zolnierkiewicz * * based upon * * it821x.c * * linux/drivers/ide/pci/it821x.c Version 0.09 December 2004 * * Copyright (C) 2004 Red Hat * * May be copied or...
gpl-2.0
philippedeswert/android_kernel_lge_hammerhead
net/wireless/wext-sme.c
4835
9469
/* * cfg80211 wext compat for managed mode. * * Copyright 2009 Johannes Berg <johannes@sipsolutions.net> * Copyright (C) 2009 Intel Corporation. All rights reserved. */ #include <linux/export.h> #include <linux/etherdevice.h> #include <linux/if_arp.h> #include <linux/slab.h> #include <net/cfg80211.h> #include <...
gpl-2.0
jmztaylor/android_kernel_htc_a5dug
drivers/usb/musb/am35x.c
4835
16702
/* * Texas Instruments AM35x "glue layer" * * Copyright (c) 2010, by Texas Instruments * * Based on the DA8xx "glue layer" code. * Copyright (c) 2008-2009, MontaVista Software, Inc. <source@mvista.com> * * This file is part of the Inventra Controller Driver for Linux. * * The Inventra Controller Driver for Li...
gpl-2.0
GreatDevs/kernel_sony_msm8974
net/wireless/debugfs.c
7395
3115
/* * cfg80211 debugfs * * Copyright 2009 Luis R. Rodriguez <lrodriguez@atheros.com> * Copyright 2007 Johannes Berg <johannes@sipsolutions.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Soft...
gpl-2.0
onealtom/MYD-C335X-Linux-Kernel
arch/mips/lasat/lasat_board.c
14051
7154
/* * Thomas Horsten <thh@lasat.com> * Copyright (C) 2000 LASAT Networks A/S. * * 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 program is distributed in the hope i...
gpl-2.0
HarveyHunt/CI20_linux
arch/mips/lasat/lasat_board.c
14051
7154
/* * Thomas Horsten <thh@lasat.com> * Copyright (C) 2000 LASAT Networks A/S. * * 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 program is distributed in the hope i...
gpl-2.0
manashmndl/CHIP-linux
drivers/staging/gdm72xx/gdm_wimax.c
228
18592
/* * Copyright (c) 2012 GCT Semiconductor, Inc. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the ...
gpl-2.0
sonicxml/tuna-feather-kernel
arch/mips/lantiq/clk.c
228
3098
/* * 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 Thomas Langer <thomas.langer@lantiq.com> * Copyright (C) 2010 John Crispin <blogic@openwrt.org> */ #...
gpl-2.0
mdr78/Linux-3.8.7-galileo
drivers/usb/gadget/configfs.c
228
25008
#include <linux/configfs.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/device.h> #include <linux/usb/composite.h> #include <linux/usb/gadget_configfs.h> #include "configfs.h" int check_user_usb_string(const char *name, struct usb_gadget_strings *stringtab_dev) { unsigned primary_lang; unsign...
gpl-2.0
careyli/linux-3.16.2
drivers/input/touchscreen/tps6507x-ts.c
996
7700
/* * Touchscreen driver for the tps6507x chip. * * Copyright (c) 2009 RidgeRun (todd.fischer@ridgerun.com) * * Credits: * * Using code from tsc2007, MtekVision Co., Ltd. * * For licencing details see kernel-base/COPYING * * TPS65070, TPS65073, TPS650731, and TPS650732 support * 10 bit touch screen interf...
gpl-2.0
x942/GuardianKernel-Tuna
arch/arm/mach-pxa/pxa3xx.c
2276
11511
/* * linux/arch/arm/mach-pxa/pxa3xx.c * * code specific to pxa3xx aka Monahans * * Copyright (C) 2006 Marvell International Ltd. * * 2007-09-02: eric miao <eric.miao@marvell.com> * initial version * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
gpl-2.0
PatrikKT/android_kernel_htc_a31ul
drivers/tty/serial/8250/8250_em.c
2276
5006
/* * Renesas Emma Mobile 8250 driver * * Copyright (C) 2012 Magnus Damm * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License * * This program is distribute...
gpl-2.0
CyanogenMod/lge-kernel-star
drivers/scsi/sun3_NCR5380.c
2532
95185
/* sun3_NCR5380.c -- adapted from atari_NCR5380.c for the sun3 by Sam Creasey. */ /* * NCR 5380 generic driver routines. These should make it *trivial* * to implement 5380 SCSI drivers under Linux with a non-trantor * architecture. * * Note that these routines also work with NR53c400 family chips. * * Co...
gpl-2.0
eMarco/kernel_samsung_tuna
drivers/media/radio/radio-timb.c
2532
6631
/* * radio-timb.c Timberdale FPGA Radio driver * Copyright (c) 2009 Intel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the h...
gpl-2.0
MassStash/htc_m9_kernel_sense_5.0.2
drivers/media/dvb-frontends/it913x-fe.c
2788
24826
/* * Driver for it913x-fe Frontend * * with support for on chip it9137 integral tuner * * Copyright (C) 2011 Malcolm Priestley (tvboxspy@gmail.com) * IT9137 Copyright (C) ITE Tech Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
gpl-2.0
rqmok/android_kernel_htc_msm7x30
drivers/net/wimax/i2400m/sdio.c
3044
17303
/* * Intel Wireless WiMAX Connection 2400m * Linux driver model glue for the SDIO device, reset & fw upload * * * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> * Dirk Brandewie <dirk.j.brandewie@intel.com> * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> * Yanir Lubetkin <yanirx.lubet...
gpl-2.0
rcstar6696/kernel
sound/aoa/soundbus/i2sbus/pcm.c
3300
28043
/* * i2sbus driver -- pcm routines * * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * * GPL v2, can be found in COPYING. */ #include <asm/io.h> #include <linux/delay.h> #include <linux/slab.h> #include <sound/core.h> #include <asm/macio.h> #include <linux/pci.h> #include <linux/module.h> #include ".....
gpl-2.0
NamanArora/android_kernel_sony_flamingo
drivers/input/misc/gpio_event.c
4068
6094
/* drivers/input/misc/gpio_event.c * * Copyright (C) 2007 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 t...
gpl-2.0
AnguisCaptor/PwnKernel_Hammerhead
drivers/net/ethernet/ti/davinci_mdio.c
4836
11280
/* * DaVinci MDIO Module driver * * Copyright (C) 2010 Texas Instruments. * * Shamelessly ripped out of davinci_emac.c, original copyrights follow: * * Copyright (C) 2009 Texas Instruments. * * --------------------------------------------------------------------------- * * This program is free software; you ...
gpl-2.0
RoyFerry/mecha-2.6.35-gb-mr
drivers/base/transport_class.c
4836
9551
/* * transport_class.c - implementation of generic transport classes * using attribute_containers * * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> * * This file is licensed under GPLv2 * * The basic idea here is to allow any "device controller" (which * would most oft...
gpl-2.0
whoi-acomms/linux
net/irda/timer.c
5092
6440
/********************************************************************* * * Filename: timer.c * Version: * Description: * Status: Experimental. * Author: Dag Brattli <dagb@cs.uit.no> * Created at: Sat Aug 16 00:59:29 1997 * Modified at: Wed Dec 8 12:50:34 1999 * Modified by: Dag Bratt...
gpl-2.0
robcore/machinex_kernel
drivers/gpu/drm/gma500/mid_bios.c
5348
8331
/************************************************************************** * Copyright (c) 2011, Intel 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 t...
gpl-2.0
HeydayGuan/linux-3.6.7
drivers/ide/alim15x3.c
9188
15264
/* * Copyright (C) 1998-2000 Michel Aubry, Maintainer * Copyright (C) 1998-2000 Andrzej Krzysztofowicz, Maintainer * Copyright (C) 1999-2000 CJ, cjtsai@ali.com.tw, Maintainer * * Copyright (C) 1998-2000 Andre Hedrick (andre@linux-ide.org) * May be copied or modified under the terms of the GNU General Public ...
gpl-2.0
djvoleur/V_920P_BOF7
arch/mips/fw/cfe/cfe_api.c
11236
11211
/* * Copyright (C) 2000, 2001, 2002 Broadcom 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. * * T...
gpl-2.0
TRKP/android_kernel_samsung_i9300
arch/arm/mach-integrator/lm.c
12516
2132
/* * linux/arch/arm/mach-integrator/lm.c * * Copyright (C) 2003 Deep Blue Solutions Ltd, 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. */ #include <l...
gpl-2.0
x456/kernel
fs/afs/cache.c
12772
11040
/* AFS caching stuff * * 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 License * as published by the Free Software Foundation; either ve...
gpl-2.0
dwindsor/linux-next
drivers/spi/spi-cadence.c
229
21405
/* * Cadence SPI controller driver (master mode only) * * Copyright (C) 2008 - 2014 Xilinx, Inc. * * based on Blackfin On-Chip SPI Driver (spi_bfin5xx.c) * * 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 ...
gpl-2.0
jwhitham/ppc_linux
drivers/input/keyboard/samsung-keypad.c
229
15570
/* * Samsung keypad driver * * Copyright (C) 2010 Samsung Electronics Co.Ltd * Author: Joonyoung Shim <jy0922.shim@samsung.com> * Author: Donghwa Lee <dh09.lee@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 publ...
gpl-2.0
sultanqasim/android_kernel_alcatel_alto45
mm/percpu.c
997
58448
/* * mm/percpu.c - percpu memory allocator * * Copyright (C) 2009 SUSE Linux Products GmbH * Copyright (C) 2009 Tejun Heo <tj@kernel.org> * * This file is released under the GPLv2. * * This is percpu allocator which can handle both static and dynamic * areas. Percpu areas are allocated in chunks. Each chun...
gpl-2.0
meimz/linux
arch/arm/mach-prima2/common.c
1253
1522
/* * Defines machines for CSR SiRFprimaII * * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. * * Licensed under GPLv2 or later. */ #include <linux/init.h> #include <linux/kernel.h> #include <asm/sizes.h> #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <linux/of.h> #i...
gpl-2.0
hwlzc/3.4.50
drivers/net/can/pch_can.c
1509
33494
/* * Copyright (C) 1999 - 2010 Intel Corporation. * Copyright (C) 2010 LAPIS SEMICONDUCTOR CO., LTD. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * This ...
gpl-2.0
IADcodes/cubebone_kernel_shw-m250s
drivers/power/power_supply_sysfs.c
1509
8049
/* * Sysfs interface for the universal power supply monitor class * * Copyright © 2007 David Woodhouse <dwmw2@infradead.org> * Copyright © 2007 Anton Vorontsov <cbou@mail.ru> * Copyright © 2004 Szabolcs Gyurko * Copyright © 2003 Ian Molton <spyro@f2s.com> * * Modified: 2004, Oct Szabolcs Gyurko *...
gpl-2.0
wilebeast/skylinux
arch/mips/math-emu/dp_flong.c
1765
1912
/* IEEE754 floating point arithmetic * double precision: common utilities */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * http://www.algor.co.uk * * ######################################################################## * * This program is free software; you can distribute ...
gpl-2.0
Split-Screen/android_kernel_motorola_msm8916
drivers/net/ethernet/mellanox/mlx4/mr.c
2277
24132
/* * Copyright (c) 2004 Topspin Communications. All rights reserved. * Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved. * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choo...
gpl-2.0
rubiojr/surface3-kernel
fs/cifs/fscache.c
2277
6947
/* * fs/cifs/fscache.c - CIFS filesystem cache interface * * Copyright (c) 2010 Novell, Inc. * Author(s): Suresh Jayaraman <sjayaraman@suse.de> * * 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...
gpl-2.0
Galland/rk3x_kernel_3.0.36
drivers/scsi/bfa/bfa_fcs.c
2533
33940
/* * Copyright (c) 2005-2010 Brocade Communications Systems, Inc. * All rights reserved * www.brocade.com * * Linux driver for Brocade Fibre Channel Host Bus Adapter. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License (GPL) Version 2 a...
gpl-2.0
thicklizard/Komodo1
drivers/scsi/bfa/bfa_core.c
2533
30970
/* * Copyright (c) 2005-2010 Brocade Communications Systems, Inc. * All rights reserved * www.brocade.com * * Linux driver for Brocade Fibre Channel Host Bus Adapter. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License (GPL) Version 2 a...
gpl-2.0
jdkoreclipse/android_kernel_htc_msm8960
arch/arm/mach-pxa/icontrol.c
2533
4842
/* * linux/arch/arm/mach-pxa/icontrol.c * * Support for the iControl and SafeTcam platforms from TMT Services * using the Embedian MXM-8x10 Computer on Module * * Copyright (C) 2009 TMT Services & Supplies (Pty) Ltd. * * 2010-01-21 Hennie van der Merve <hvdmerwe@tmtservies.co.za> * * This program is free soft...
gpl-2.0
ProfessorX/CIS508
Codes/linux-3.2.54/arch/x86/kernel/kdebugfs.c
3301
4121
/* * Architecture specific debugfs files * * Copyright (C) 2007, Intel Corp. * Huang Ying <ying.huang@intel.com> * * This file is released under the GPLv2. */ #include <linux/debugfs.h> #include <linux/uaccess.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/init.h> #include <linux/stat.h> #i...
gpl-2.0
meefik/tinykernel-flo
arch/powerpc/platforms/pseries/eeh_pseries.c
3301
16297
/* * The file intends to implement the platform dependent EEH operations on pseries. * Actually, the pseries platform is built based on RTAS heavily. That means the * pseries platform dependent EEH operations will be built on RTAS calls. The functions * are devired from arch/powerpc/platforms/pseries/eeh.c and nece...
gpl-2.0
W4TCH0UT/zz_lettuce
kernel/configs.c
4325
2853
/* * kernel/configs.c * Echo the kernel .config file used to build the kernel * * Copyright (C) 2002 Khalid Aziz <khalid_aziz@hp.com> * Copyright (C) 2002 Randy Dunlap <rdunlap@xenotime.net> * Copyright (C) 2002 Al Stone <ahs3@fc.hp.com> * Copyright (C) 2002 Hewlett-Packard Company * * This program is free sof...
gpl-2.0
garyd9/linux_kernel_sgh-i317
drivers/gpu/drm/drm_cache.c
4581
2879
/************************************************************************** * * Copyright (c) 2006-2007 Tungsten Graphics, Inc., Cedar Park, TX., 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 ...
gpl-2.0
spock1104/android_kernel_zte_nex
drivers/base/node.c
4837
18033
/* * Basic Node interface support */ #include <linux/module.h> #include <linux/init.h> #include <linux/mm.h> #include <linux/memory.h> #include <linux/vmstat.h> #include <linux/node.h> #include <linux/hugetlb.h> #include <linux/compaction.h> #include <linux/cpumask.h> #include <linux/topology.h> #include <linux/node...
gpl-2.0
wangxingchao/s3c6410
net/wireless/ethtool.c
8421
2109
#include <linux/utsname.h> #include <net/cfg80211.h> #include "core.h" #include "ethtool.h" static void cfg80211_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) { struct wireless_dev *wdev = dev->ieee80211_ptr; strlcpy(info->driver, wiphy_dev(wdev->wiphy)->driver->name, sizeof(info->driver)...
gpl-2.0
mupuf/linux-nouveau-pm
arch/mn10300/kernel/profile.c
12261
1396
/* MN10300 Profiling setup * * 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 Foundation; eit...
gpl-2.0
cristianhristea/linux_kernel
drivers/acpi/acpica/nspredef.c
230
35421
/****************************************************************************** * * Module Name: nspredef - Validation of ACPI predefined methods and objects * $Revision: 1.1 $ * *****************************************************************************/ /* * Copyright (C) 2000 - 2012, Intel Corp...
gpl-2.0
HCDRJacob/u8800-2.6.32
drivers/char/pcmcia/ipwireless/hardware.c
742
46438
/* * IPWireless 3G PCMCIA Network Driver * * Original code * by Stephen Blackheath <stephen@blacksapphire.com>, * Ben Martel <benm@symmetric.co.nz> * * Copyrighted as follows: * Copyright (C) 2004 by Symmetric Systems Ltd (NZ) * * Various driver changes and rewrites, port to new kernels * Copyrigh...
gpl-2.0
kannu1994/sgs2_kernel
fs/hppfs/hppfs.c
1766
16970
/* * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include <linux/ctype.h> #include <linux/dcache.h> #include <linux/file.h> #include <linux/fs.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/list.h> #include <linux/module.h> #include <linux/...
gpl-2.0
pacificIT/udoo_kernel_imx
arch/arm/mach-imx/mach-pcm043.c
2278
10808
/* * Copyright (C) 2009 Sascha Hauer, 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 version 2 of the License, or * (at your option) any later version. * * This pr...
gpl-2.0
uarka/linux-next
net/dccp/ccid.c
3046
5374
/* * net/dccp/ccid.c * * An implementation of the DCCP protocol * Arnaldo Carvalho de Melo <acme@conectiva.com.br> * * CCID infrastructure * * 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 So...
gpl-2.0
FrozenCow/msm
arch/mn10300/mm/fault.c
4070
9908
/* MN10300 MMU Fault handler * * Copyright (C) 2007 Matsushita Electric Industrial Co., Ltd. * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Modified 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 P...
gpl-2.0
fwmiller/Conserver-Freescale-Linux-U-boot
rpm/BUILD/linux-3.0.35/drivers/s390/scsi/zfcp_sysfs.c
5606
17160
/* * zfcp device driver * * sysfs attributes. * * Copyright IBM Corporation 2008, 2010 */ #define KMSG_COMPONENT "zfcp" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/slab.h> #include "zfcp_ext.h" #define ZFCP_DEV_ATTR(_feat, _name, _mode, _show, _store) \ struct device_attribute dev_attr_##_feat#...
gpl-2.0
NoelMacwan/Kernel-C6806-KOT49H.S2.2052
drivers/rtc/rtc-proc.c
8166
3272
/* * RTC subsystem, proc interface * * Copyright (C) 2005-06 Tower Technologies * Author: Alessandro Zummo <a.zummo@towertech.it> * * based on arch/arm/common/rtctime.c * * 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
Perferom/android_kernel_samsung_msm7x27
drivers/infiniband/hw/cxgb3/cxio_resource.c
9446
9382
/* * 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
olegsvs/android_kernel_archos_persimmon_3_18
drivers/gpu/drm/nouveau/core/subdev/vm/nvc0.c
487
7447
/* * Copyright 2010 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
emwno/android_kernel_N7100
.fr-M0hgqN/drivers/power/smb328_charger.c
487
26308
/* * smb328_charger.c * * Copyright (C) 2011 Samsung Electronics * Ikkeun Kim <iks.kim@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. */ #include <linux/po...
gpl-2.0
RossKorolov/android_kernel_samsung_jf
drivers/misc/uid_stat.c
743
4045
/* drivers/misc/uid_stat.c * * Copyright (C) 2008 - 2009 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 th...
gpl-2.0
jdkernel/mecha_aosp_2.6.35
drivers/infiniband/hw/qib/qib_init.c
743
42607
/* * Copyright (c) 2006, 2007, 2008, 2009, 2010 QLogic Corporation. * All rights reserved. * Copyright (c) 2003, 2004, 2005, 2006 PathScale, 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...
gpl-2.0
CM-CHT/android_kernel_intel_cherrytrail
drivers/input/touchscreen/wacom_i2c.c
999
6759
/* * Wacom Penabled Driver for I2C * * Copyright (c) 2011 - 2013 Tatsunosuke Tobita, Wacom. * <tobita.tatsunosuke@wacom.co.jp> * * 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
Vachounet/acer-kernel-msm7x30
drivers/staging/otus/hal/hpusb.c
1511
47639
/* * Copyright (c) 2000-2005 ZyDAS Technology Corporation * Copyright (c) 2007-2008 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...
gpl-2.0
Warter21/linux-4.0_imx6
drivers/usb/usbip/vhci_sysfs.c
1511
6325
/* * Copyright (C) 2003-2008 Takahiro Hirofuchi * * This 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 is distribute...
gpl-2.0
priyatransbit/linux
arch/arm/boot/compressed/decompress.c
1767
1571
#define _LINUX_STRING_H_ #include <linux/compiler.h> /* for inline */ #include <linux/types.h> /* for size_t */ #include <linux/stddef.h> /* for NULL */ #include <linux/linkage.h> #include <asm/string.h> extern unsigned long free_mem_ptr; extern unsigned long free_mem_end_ptr; extern void error(char *); #define STAT...
gpl-2.0
crpalmer/android_kernel_huawei_kiwi
arch/x86/kernel/apic/es7000_32.c
2279
17501
/* * Written by: Garry Forsgren, Unisys Corporation * Natalie Protasevich, Unisys Corporation * * This file contains the code to configure and interface * with Unisys ES7000 series hardware system manager. * * Copyright (c) 2003 Unisys Corporation. * Copyright (C) 2009, Red Hat, Inc., Ingo Molnar *...
gpl-2.0
Cl3Kener/TIBERIUS
arch/arm/mach-imx/mach-bug.c
2279
1776
/* * Copyright (C) 2000 Deep Blue Solutions Ltd * Copyright (C) 2002 Shane Nay (shane@minirl.com) * Copyright 2005-2007 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright 2011 Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> * * This program is free software; you can redistribute it and/or modify * it unde...
gpl-2.0
Pesach85/PH85-KERNEL
drivers/media/video/bt8xx/bttv-cards.c
2535
150511
/* bttv-cards.c this file has configuration informations - card-specific stuff like the big tvcards array for the most part Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de) & Marcus Metzler (mocm@thp.uni-koeln.de) (c) 1999-2001 Gerd Knorr <kraxel@goldbach.in-berlin.de> T...
gpl-2.0
TheWhisp/android_kernel_samsung_kyle
drivers/ide/ide-floppy.c
2791
14754
/* * IDE ATAPI floppy driver. * * Copyright (C) 1996-1999 Gadi Oxman <gadio@netvision.net.il> * Copyright (C) 2000-2002 Paul Bristow <paul@paulbristow.net> * Copyright (C) 2005 Bartlomiej Zolnierkiewicz * * This driver supports the following IDE floppy drives: * * LS-120/240 SuperDisk * Iomega Zip 100...
gpl-2.0