repo_name
string
path
string
copies
string
size
string
content
string
license
string
huhuikevin/kernel_imx
kernel/srcu.c
267
10675
/* * Sleepable Read-Copy Update mechanism for mutual exclusion. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
gpl-2.0
anasanzari/Cowcopy
drivers/clk/tegra/clk-periph.c
523
6024
/* * Copyright (c) 2012, 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 the hope...
gpl-2.0
tinyclub/preempt-rt-linux
arch/sparc/kernel/pmc.c
779
2047
/* pmc - Driver implementation for power management functions * of Power Management Controller (PMC) on SPARCstation-Voyager. * * Copyright (c) 2002 Eric Brower (ebrower@usa.net) */ #include <linux/kernel.h> #include <linux/fs.h> #include <linux/errno.h> #include <linux/init.h> #include <linux/pm.h> #include <linu...
gpl-2.0
javelinanddart/bricked-flo
net/ipv4/fib_semantics.c
779
29702
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * IPv4 Forwarding Information Base: semantics. * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> * * Th...
gpl-2.0
admiralspark/NT-sparkkernel
drivers/misc/sgi-gru/grufault.c
1291
23721
/* * SN Platform GRU Driver * * FAULT HANDLER FOR GRU DETECTED TLB MISSES * * This file contains code that handles TLB misses within the GRU. * These misses are reported either via interrupts or user polling of * the user CB. * * Copyright (c) 2008 Silicon Graphics, Inc. All Rights Reserved. * ...
gpl-2.0
d8ahazard/shooter-cm9-deviltoast
drivers/usb/otg/twl4030-usb.c
2315
19432
/* * twl4030_usb - TWL4030 USB transceiver, talking to OMAP OTG controller * * Copyright (C) 2004-2007 Texas Instruments * Copyright (C) 2008 Nokia Corporation * Contact: Felipe Balbi <felipe.balbi@nokia.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GN...
gpl-2.0
alexax66/KK_kernel_serranove3g
drivers/media/rc/ir-rc6-decoder.c
2571
7413
/* ir-rc6-decoder.c - A decoder for the RC6 IR protocol * * Copyright (C) 2010 by David Härdeman <david@hardeman.nu> * * 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 Licen...
gpl-2.0
johnhubbard/pnotify-linux-3.0.52
drivers/hwmon/w83793.c
3083
62075
/* w83793.c - Linux kernel driver for hardware monitoring Copyright (C) 2006 Winbond Electronics Corp. Yuan Mu Rudolf Marek <r.marek@assembler.cz> Copyright (C) 2009-2010 Sven Anders <anders@anduras.de>, ANDURAS AG. Watchdog driver part (Based partially on fschmd ...
gpl-2.0
Snuzzo/vigor_aosp_kernel
drivers/net/irda/mcs7780.c
3083
24725
/***************************************************************************** * * Filename: mcs7780.c * Version: 0.4-alpha * Description: Irda MosChip USB Dongle Driver * Authors: Lukasz Stelmach <stlman@poczta.fm> * Brian Pugh <bpugh@cs.pdx.edu> * Judy Fischbach <jfisch@cs.pdx.edu> * * B...
gpl-2.0
championswimmer/kernel_sony_msm8960t
drivers/staging/iio/dac/ad5446.c
4875
10900
/* * AD5446 SPI DAC driver * * Copyright 2010 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/interrupt.h> #include <linux/workqueue.h> #include <linux/device.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/sysfs.h> #include <linux/list.h> #include <linux/spi/sp...
gpl-2.0
szezso/android_kernel_samsung_expressltexx
drivers/input/touchscreen/tnetv107x-ts.c
4875
9467
/* * Texas Instruments TNETV107X Touchscreen Driver * * Copyright (C) 2010 Texas Instruments * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation version 2. * * This program is distributed ...
gpl-2.0
Ander-Alvarez/android_kernel_motorola_msm8226
sound/ppc/pmac.c
5643
38204
/* * PMac DBDMA lowlevel functions * * Copyright (c) by Takashi Iwai <tiwai@suse.de> * code based on dmasound.c. * * 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
acuicultor/android_kernel_oneplus_msm8974
drivers/tty/serial/clps711x.c
6411
13324
/* * Driver for CLPS711x 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 Li...
gpl-2.0
jmztaylor/android_kernel_htc_k2plccl
arch/mips/powertv/powertv_setup.c
7691
9628
/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. * Portions copyright (C) 2009 Cisco Systems, Inc. * * 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 * publishe...
gpl-2.0
MechanicalAndroids/android_kernel_motorola_msm8226
drivers/tty/serial/8250/8250_pnp.c
7947
14620
/* * Probe module for 8250/16550-type ISAPNP serial ports. * * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. * * Copyright (C) 2001 Russell King, All Rights Reserved. * * Ported to the Linux PnP Layer - (C) Adam Belay. * * This program is free software; you can redistribute it and/or mo...
gpl-2.0
jmztaylor/android_kernel_htc_k2plccl
drivers/media/video/saa7164/saa7164-i2c.c
8203
3666
/* * Driver for the NXP SAA7164 PCIe bridge * * Copyright (c) 2010 Steven Toth <stoth@kernellabs.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 Licens...
gpl-2.0
cleaton/android_kernel_samsung_smdk4210
drivers/gpu/drm/ttm/ttm_module.c
8459
2974
/************************************************************************** * * Copyright (c) 2006-2009 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
Team-M8/android_kernel_htc_msm8974-staging
net/ipv4/netfilter/arp_tables.c
12
47584
/* * Packet matching code for ARP packets. * * Based heavily, if not almost entirely, upon ip_tables.c framework. * * Some ARP specific bits are: * * Copyright (C) 2002 David S. Miller (davem@redhat.com) * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <linux/skbuff.h> #inclu...
gpl-2.0
AlexTheBest/ACore
src/server/scripts/EasternKingdoms/Scholomance/boss_illucia_barov.cpp
12
3529
/* * Copyright (C) 2008-2010 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software ...
gpl-2.0
tkpb/Telegram
TMessagesProj/jni/third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_ssse3.c
12
3274
/* * Copyright (c) 2012 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributin...
gpl-2.0
jawad6233/Lenovo_A820_kernel_kk
mediatek/kernel/drivers/auxadc/mt_auxadc.c
12
38050
/***************************************************************************** * * Filename: * --------- * mt_auxadc.c * * Project: * -------- * Android_Software * * Description: * ------------ * This Module defines functions of AUXADC common code * * Author: * ------- * Zhong Wang * **********...
gpl-2.0
kraj/gcc
gcc/testsuite/gfortran.dg/argument_checking_13.f90
12
2994
! { dg-do compile } ! ! PR fortran/34796 ! ! Argument checks: ! - elements of deferred-shape arrays (= non-dummies) are allowed ! as the memory is contiguous ! - while assumed-shape arrays (= dummy arguments) and pointers are ! not (strides can make them non-contiguous) ! and ! - if the memory is non-contigous, cha...
gpl-2.0
tpltnt/clamav-devel
win32/clamav-for-windows/sigui/wxWidgets-2.9.1/src/os2/button.cpp
12
13657
///////////////////////////////////////////////////////////////////////////// // Name: src/os2/button.cpp // Purpose: wxButton // Author: David Webster // Modified by: // Created: 10/13/99 // RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence //////////////////////...
gpl-2.0
hoxton22/CriseHearth
src/server/game/Handlers/TradeHandler.cpp
12
27317
/* * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.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 ver...
gpl-2.0
hellsgod/hells-Core-N5
fs/btrfs/inode.c
12
207057
/* * Copyright (C) 2007 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 v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
gpl-2.0
voidz777/android_kernel_htc_shooterk
arch/arm/kernel/process.c
12
14780
/* * linux/arch/arm/kernel/process.c * * Copyright (C) 1996-2000 Russell King - Converted to ARM. * Original Copyright (C) 1995 Linus Torvalds * * 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 ...
gpl-2.0
NandanPhadke/oslab
net/ipv4/netfilter/iptable_mangle.c
12
7213
/* * This is the 1999 rewrite of IP Firewalling, aiming for kernel 2.3.x. * * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling * Copyright (C) 2000-2004 Netfilter Core Team <coreteam@netfilter.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GN...
gpl-2.0
ft-/OX820-uboot-2011.09
arch/powerpc/lib/cache.c
268
1672
/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free S...
gpl-2.0
jdlfg/Mecha-kernel
mm/memory_hotplug.c
268
21679
/* * linux/mm/memory_hotplug.c * * Copyright (C) */ #include <linux/stddef.h> #include <linux/mm.h> #include <linux/swap.h> #include <linux/interrupt.h> #include <linux/pagemap.h> #include <linux/bootmem.h> #include <linux/compiler.h> #include <linux/module.h> #include <linux/pagevec.h> #include <linux/writeback...
gpl-2.0
googyanas/Googy-Max-N4-Kernel
arch/arm/plat-samsung/cpu.c
268
1391
/* linux/arch/arm/plat-samsung/cpu.c * * Copyright (c) 2009-2011 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Samsung CPU Support * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free S...
gpl-2.0
TimesysGit/advantech-linux
mm/readahead.c
524
16239
/* * mm/readahead.c - address_space-level file readahead. * * Copyright (C) 2002, Linus Torvalds * * 09Apr2002 Andrew Morton * Initial version. */ #include <linux/kernel.h> #include <linux/fs.h> #include <linux/gfp.h> #include <linux/mm.h> #include <linux/export.h> #include <linux/blkdev.h> #include <linux/bac...
gpl-2.0
RaymanFX/kernel_nvidia_tegra
drivers/usb/wusbcore/wa-hc.c
780
2568
/* * Wire Adapter Host Controller Driver * Common items to HWA and DWA based HCDs * * Copyright (C) 2005-2006 Intel Corporation * 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 GNU General Public License ...
gpl-2.0
OctaviaBlake/kernel-msm
drivers/acpi/glue.c
1804
8722
/* * Link physical devices with ACPI devices support * * Copyright (c) 2005 David Shaohua Li <shaohua.li@intel.com> * Copyright (c) 2005 Intel Corp. * * This file is released under the GPLv2. */ #include <linux/export.h> #include <linux/init.h> #include <linux/list.h> #include <linux/device.h> #include <linux/sl...
gpl-2.0
WildfireDEV/android_kernel_samsung_s6
fs/hpfs/namei.c
2060
16048
/* * linux/fs/hpfs/namei.c * * Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999 * * adding & removing files & directories */ #include <linux/sched.h> #include "hpfs_fn.h" static int hpfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) { const unsigned char *name = dentry->d_name.na...
gpl-2.0
MoKee/android_kernel_lge_star
drivers/net/de620.c
3084
26642
/* * de620.c $Revision: 1.40 $ BETA * * * Linux driver for the D-Link DE-620 Ethernet pocket adapter. * * Portions (C) Copyright 1993, 1994 by Bjorn Ekwall <bj0rn@blox.se> * * Based on adapter information gathered from DOS packetdriver * sources from D-Link Inc: (Special thanks to Henry Ngai of D-Link.) * P...
gpl-2.0
frank-liu/multichannel
fs/autofs4/init.c
3340
1239
/* -*- c -*- --------------------------------------------------------------- * * * linux/fs/autofs/init.c * * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved * * This file is part of the Linux kernel and is made available under * the terms of the GNU General Public License, version 2, or at you...
gpl-2.0
edoko/AirKernel_GN_JB
drivers/scsi/fd_mcs.c
3340
39704
/* fd_mcs.c -- Future Domain MCS 600/700 (or IBM OEM) driver * * FutureDomain MCS-600/700 v0.2 03/11/1998 by ZP Gu (zpg@castle.net) * * This driver is cloned from fdomain.* to specifically support * the Future Domain MCS 600/700 MCA SCSI adapters. Some PS/2s * also equipped with IBM Fast SCSI Adapter/A which is a...
gpl-2.0
wangenau/samsung-kernel-msm7x30
sound/soc/msm/msm-dai-stub.c
3340
2554
/* Copyright (c) 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 hope...
gpl-2.0
jbats/android_kernel_motorola_msm8992
arch/mips/lantiq/xway/prom.c
4108
2489
/* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. * * Copyright (C) 2010 John Crispin <blogic@openwrt.org> */ #include <linux/export.h> #include <linux/clk.h> #include <asm...
gpl-2.0
keyser84/android_kernel_motorola_msm8226
arch/powerpc/kvm/book3s_exports.c
4876
1116
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warr...
gpl-2.0
ruslan250283/alcatel_6036
drivers/media/video/cx23885/cx23885-cards.c
4876
45692
/* * Driver for the Conexant CX23885 PCIe bridge * * Copyright (c) 2006 Steven Toth <stoth@linuxtv.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Lice...
gpl-2.0
AICP/kernel_xiaomi_cancro
arch/arm/mach-at91/leds.c
5132
3691
/* * LED driver for Atmel AT91-based boards. * * Copyright (C) SAN People (Pty) 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; either version * 2 of the License, or (at your opti...
gpl-2.0
KaSt/Kappa34
arch/sparc/kernel/chmc.c
7436
20646
/* chmc.c: Driver for UltraSPARC-III memory controller. * * Copyright (C) 2001, 2007, 2008 David S. Miller (davem@davemloft.net) */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/types.h> #include <linux/slab.h> #include <linux/list.h> #include <linux/string.h> #include <linux/sched.h> #include...
gpl-2.0
khanfrd/Red-Kernel
drivers/isdn/hardware/eicon/s_4bri.c
9740
15335
/* * Copyright (c) Eicon Networks, 2002. * This source file is supplied for the use with Eicon Networks range of DIVA Server Adapters. * Eicon File Revision : 2.1 * 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 th...
gpl-2.0
project-zerus/mariadb
tests/deadlock_test.c
13
5699
/* Copyright (C) 2000-2001, 2003-2004, 2006 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be use...
gpl-2.0
nmacs/lm3s-uclinux
lib/libtomcrypt/libtomcrypt-1.17/src/pk/asn1/der/sequence/der_encode_sequence_multi.c
13
3541
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. * * Tom St Denis, tomstdenis@gmail.com, http://l...
gpl-2.0
rhuitl/uClinux
lib/libgmp/tune/tuneup.c
13
52818
/* Create tuned thresholds for various algorithms. Copyright 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published b...
gpl-2.0
sensysnetworks/linux-2.6.28-at91
arch/x86/kernel/microcode_amd.c
13
11183
/* * AMD CPU Microcode Update Driver for Linux * Copyright (C) 2008 Advanced Micro Devices Inc. * * Author: Peter Oruba <peter.oruba@amd.com> * * Based on work by: * Tigran Aivazian <tigran@aivazian.fsnet.co.uk> * * This driver allows to upgrade microcode on AMD * family 0x10 and 0x11 processors. * *...
gpl-2.0
percy-g2/Novathor_xperia_u8500
6.2.A.1.100/external/webkit/Source/WebCore/bindings/js/JSAudioConstructor.cpp
13
3576
/* * Copyright (C) 2007, 2008, 2010 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of ...
gpl-2.0
j-r0dd/motus_kernel
init/do_mounts_rd.c
13
8640
#include <linux/kernel.h> #include <linux/fs.h> #include <linux/minix_fs.h> #include <linux/ext2_fs.h> #include <linux/romfs_fs.h> #include <linux/cramfs_fs.h> #include <linux/initrd.h> #include <linux/string.h> #include "do_mounts.h" #include "../fs/squashfs/squashfs_fs.h" #include <linux/decompress/generic.h> #in...
gpl-2.0
nsubtil/tbb
src/test/test_priority_queue_node.cpp
13
11084
/* Copyright 2005-2015 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks 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 Foundat...
gpl-2.0
sdwuyawen/linux2.6.21_helper2416
drivers/scsi/ibmvscsi/ibmvstgt.c
13
23028
/* * IBM eServer i/pSeries Virtual SCSI Target Driver * Copyright (C) 2003-2005 Dave Boutcher (boutcher@us.ibm.com) IBM Corp. * Santiago Leon (santil@us.ibm.com) IBM Corp. * Linda Xie (lxie@us.ibm.com) IBM Corp. * * Copyright (C) 2005-2006 FUJITA Tomonori <tomof@acm.org> * * This program is free softw...
gpl-2.0
gablg1/ubuntu-vivid-docker-cr
lib/seq_buf.c
13
9046
/* * seq_buf.c * * Copyright (C) 2014 Red Hat Inc, Steven Rostedt <srostedt@redhat.com> * * The seq_buf is a handy tool that allows you to pass a descriptor around * to a buffer that other functions can write to. It is similar to the * seq_file functionality but has some differences. * * To use it, the seq_buf...
gpl-2.0
Shauren/TrinityCore
src/server/scripts/Kalimdor/CavernsOfTime/TheBlackMorass/boss_aeonus.cpp
13
3858
/* * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * 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
freak97/binutils
bfd/mach-o-i386.c
13
13446
/* Intel i386 Mach-O support for BFD. Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. 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
xiaoleili/linux-mediatek
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
525
119487
/************************************************************************* * myri10ge.c: Myricom Myri-10G Ethernet driver. * * Copyright (C) 2005 - 2011 Myricom, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the foll...
gpl-2.0
Dinjesk/android_kernel_oneplus_msm8996
drivers/watchdog/tegra_wdt.c
525
7859
/* * Copyright (c) 2014, 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 the hope...
gpl-2.0
someone755/android_kernel_sony_msm8974
drivers/pinctrl/pinctrl-tegra.c
1293
12769
/* * Driver for the NVIDIA Tegra pinmux * * Copyright (c) 2011, NVIDIA CORPORATION. All rights reserved. * * Derived from code: * Copyright (C) 2010 Google, Inc. * Copyright (C) 2010 NVIDIA Corporation * Copyright (C) 2009-2011 ST-Ericsson AB * * This program is free software; you can redistribute it and/or ...
gpl-2.0
Outernet-Project/outernetrx-linux
drivers/staging/gdm72xx/sdio_boot.c
2317
3501
/* * 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
ztemt/NX511J_5.1_kernel
drivers/platform/x86/amilo-rfkill.c
2317
4228
/* * Support for rfkill on some Fujitsu-Siemens Amilo laptops. * Copyright 2011 Ben Hutchings. * * Based in part on the fsam7440 driver, which is: * Copyright 2005 Alejandro Vidal Mata & Javier Vidal Mata. * and on the fsaa1655g driver, which is: * Copyright 2006 Martin Večeřa. * * This program is free softwar...
gpl-2.0
DienoX/NightSimple-5.0.2_BOK2_G901F
drivers/net/wireless/mwifiex/11n_rxreorder.c
2573
19583
/* * Marvell Wireless LAN device driver: 802.11n RX Re-ordering * * Copyright (C) 2011, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the terms of the GNU General Public License Version 2, June 1991 * (the "License"). You may use, redistribut...
gpl-2.0
sailwang94/android_kernel_samsung_ks01lte
drivers/md/dm-raid1.c
2829
35010
/* * Copyright (C) 2003 Sistina Software Limited. * Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. * * This file is released under the GPL. */ #include "dm-bio-record.h" #include <linux/init.h> #include <linux/mempool.h> #include <linux/module.h> #include <linux/pagemap.h> #include <linux/slab.h> #in...
gpl-2.0
TeamMac/android_kernel_huawei_p6-u06
arch/arm/plat-s3c24xx/gpio.c
3853
2489
/* linux/arch/arm/plat-s3c24xx/gpio.c * * Copyright (c) 2004-2010 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C24XX GPIO support * * 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 Founda...
gpl-2.0
dh-electronics/linux-imx25
arch/alpha/oprofile/op_model_ev6.c
4877
2692
/** * @file arch/alpha/oprofile/op_model_ev6.c * * @remark Copyright 2002 OProfile authors * @remark Read the file COPYING * * @author Richard Henderson <rth@twiddle.net> */ #include <linux/oprofile.h> #include <linux/init.h> #include <linux/smp.h> #include <asm/ptrace.h> #include <asm/system.h> #include "op_i...
gpl-2.0
SerenityS/IM-A800S_Kernel
drivers/isdn/divert/divert_init.c
5133
2399
/* $Id divert_init.c,v 1.5.6.2 2001/01/24 22:18:17 kai Exp $ * * Module init for DSS1 diversion services for i4l. * * Copyright 1999 by Werner Cornelius (werner@isdn4linux.de) * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by r...
gpl-2.0
sbreen94/Zeus_D2vzw
drivers/isdn/hardware/eicon/mntfunc.c
5133
8521
/* $Id: mntfunc.c,v 1.19.6.4 2005/01/31 12:22:20 armin Exp $ * * Driver for Eicon DIVA Server ISDN cards. * Maint module * * Copyright 2000-2003 by Armin Schindler (mac@melware.de) * Copyright 2000-2003 Cytronics & Melware (info@melware.de) * * This software may be used and distributed according to the terms *...
gpl-2.0
0mark/linux-sunxi
drivers/media/video/cx18/cx18-av-firmware.c
9229
7232
/* * cx18 ADEC firmware functions * * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.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 ...
gpl-2.0
crpalmer/dna-kernel-plus-upstream
drivers/isdn/hardware/eicon/debuglib.c
9741
4506
/* * Copyright (c) Eicon Networks, 2002. * This source file is supplied for the use with Eicon Networks range of DIVA Server Adapters. * Eicon File Revision : 2.1 * 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 th...
gpl-2.0
mikel0pez/mlkernel_d838
arch/powerpc/oprofile/backtrace.c
10509
2953
/** * Copyright (C) 2005 Brian Rogan <bcr6@cornell.edu>, IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. **/...
gpl-2.0
idl3r/trinity
syscalls/write.c
14
2293
/* * SYSCALL_DEFINE3(write, unsigned int, fd, const char __user *, buf, size_t, count) */ #include <stdlib.h> #include "arch.h" // page_size #include "maps.h" #include "random.h" #include "sanitise.h" #include "shm.h" #include "syscall.h" #include "trinity.h" #include "utils.h" static void sanitise_write(struct sysc...
gpl-2.0
houzhenggang/MaRa-a1a0a5aNaL
package/ezp-httpd/src/vs.c
14
6074
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "ezp.h" #include "common.h" #include "ezp-lib.h" enum { VS_ENABLE = 0, VS_RULE_ENABLE, VS_RULE_NAME, VS_RULE_EXTIF, VS_RULE_INDEX, VS_RULE_ALIAS_ADDR, VS_RULE_DEST_ADDR }; struct variable vs_variables[] = { {longname:...
gpl-2.0
princeofdarkness76/gcc-4.2
gcc/config/alpha/vms-crt0-64.c
14
2663
/* VMS 64bit crt0 returning VMS style condition codes . Copyright (C) 2001 Free Software Foundation, Inc. Contributed by Douglas B. Rupp (rupp@gnat.com). This file is part of GCC. GCC 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
galaxyishere/samsung-kernel-latona
drivers/mmc/core/sd.c
14
17372
/* * linux/drivers/mmc/core/sd.c * * Copyright (C) 2003-2004 Russell King, All Rights Reserved. * SD support Copyright (C) 2004 Ian Molton, All Rights Reserved. * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under t...
gpl-2.0
ouya/xbmc
xbmc/utils/AliasShortcutUtils.cpp
14
4028
/* * Copyright (C) 2009-2012 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * ...
gpl-2.0
zhengsjembest/linux_am335x
linux-3.2.0-psp04.06.00.08.sdk/arch/ia64/hp/common/sba_iommu.c
270
60276
/* ** IA64 System Bus Adapter (SBA) I/O MMU manager ** ** (c) Copyright 2002-2005 Alex Williamson ** (c) Copyright 2002-2003 Grant Grundler ** (c) Copyright 2002-2005 Hewlett-Packard Company ** ** Portions (c) 2000 Grant Grundler (from parisc I/O MMU code) ** Portions (c) 1999 Dave S. Miller (from sparc64 I/O MMU code...
gpl-2.0
cphelps76/DEMENTED_kernel_grouper
drivers/mfd/wm8994-core.c
270
13833
/* * wm8994-core.c -- Device access for Wolfson WM8994 * * Copyright 2009 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 publishe...
gpl-2.0
Gabriel85/android_kernel_sony_apq8064
drivers/gpu/msm/adreno_snapshot.c
782
17499
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
AOSPA-L/android_kernel_oneplus_msm8974
drivers/scsi/arcmsr/arcmsr_hba.c
782
99826
/* ******************************************************************************* ** O.S : Linux ** FILE NAME : arcmsr_hba.c ** BY : Nick Cheng ** Description: SCSI RAID Device Driver for ** ARECA RAID Host adapter *****************************************************************...
gpl-2.0
timmytim/honeybutter_kernel
drivers/hwmon/smsc47b397.c
1550
10119
/* smsc47b397.c - Part of lm_sensors, Linux kernel modules for hardware monitoring Supports the SMSC LPC47B397-NC Super-I/O chip. Author/Maintainer: Mark M. Hoffman <mhoffman@lightlink.com> Copyright (C) 2004 Utilitek Systems, Inc. derived in part from smsc47m1.c: Copyright (C) 2002 Mark D. Stud...
gpl-2.0
LEPT-Development/android_kernel_lge_msm8916
drivers/w1/masters/w1-gpio.c
2062
5098
/* * w1-gpio - GPIO w1 bus master driver * * Copyright (C) 2007 Ville Syrjala <syrjala@sci.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation. */ #include <linux/init.h> #in...
gpl-2.0
wanam/Adam-Kernel-GalaxyS6-G920F
arch/mips/kernel/smp-cmp.c
2062
5301
/* * 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 it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warran...
gpl-2.0
SamsungGalaxyS6/kernel_samsung_exynos7420
drivers/usb/misc/yurex.c
2318
13510
/* * Driver for Meywa-Denki & KAYAC YUREX * * Copyright (C) 2010 Tomoki Sekiyama (tomoki.sekiyama@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, version 2. * */ #include ...
gpl-2.0
Android-Dongyf/itop-kernel
drivers/net/wireless/b43/leds.c
2318
9242
/* Broadcom B43 wireless driver LED control Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>, Copyright (c) 2005 Stefano Brivio <stefano.brivio@polimi.it> Copyright (c) 2005-2007 Michael Buesch <mb@bu3sch.de> Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org> Copyright (c) 2005 Andreas Jaggi...
gpl-2.0
ED300/android_kernel_wingtech_msm8916
net/mac80211/debugfs.c
2318
10593
/* * mac80211 debugfs for wireless PHYs * * Copyright 2007 Johannes Berg <johannes@sipsolutions.net> * * GPLv2 * */ #include <linux/debugfs.h> #include <linux/rtnetlink.h> #include "ieee80211_i.h" #include "driver-ops.h" #include "rate.h" #include "debugfs.h" #define DEBUGFS_FORMAT_BUFFER_SIZE 100 int mac802...
gpl-2.0
SaatvikShukla/android_kernel_sony_msm8974-GPE
arch/s390/mm/fault.c
2318
16621
/* * arch/s390/mm/fault.c * * S390 version * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Author(s): Hartmut Penner (hp@de.ibm.com) * Ulrich Weigand (uweigand@de.ibm.com) * * Derived from "arch/i386/mm/fault.c" * Copyright (C) 1995 Linus Torvalds */ #inclu...
gpl-2.0
bmc08gt/kernel_samsung_exynos7420
drivers/staging/usbip/stub_rx.c
2318
15579
/* * 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
rogersb11/android_kernel_samsung_smdk4412
arch/powerpc/platforms/embedded6xx/flipper-pic.c
2830
5500
/* * arch/powerpc/platforms/embedded6xx/flipper-pic.c * * Nintendo GameCube/Wii "Flipper" interrupt controller support. * Copyright (C) 2004-2009 The GameCube Linux Team * Copyright (C) 2007,2008,2009 Albert Herranz * * This program is free software; you can redistribute it and/or * modify it under the terms of...
gpl-2.0
bsmitty83/Kernel_Tuna_AOSP
drivers/staging/octeon/ethernet-spi.c
2830
10156
/********************************************************************** * Author: Cavium Networks * * Contact: support@caviumnetworks.com * This file is part of the OCTEON SDK * * Copyright (c) 2003-2007 Cavium Networks * * This file is free software; you can redistribute it and/or modify * it under the terms ...
gpl-2.0
wooshy1/android-tegra-nv-3.1
drivers/scsi/ibmmca.c
3342
87176
/* Low Level Linux Driver for the IBM Microchannel SCSI Subsystem for Linux Kernel >= 2.4.0. Copyright (c) 1995 Strom Systems, Inc. under the terms of the GNU General Public License. Written by Martin Kolinek, December 1995. Further development by: Chris Beauregard, Klaus Kudielka, Michael Lang See the file Docum...
gpl-2.0
amalappunni/msm8916_jalebi
drivers/md/dm-sysfs.c
3598
2335
/* * Copyright (C) 2008 Red Hat, Inc. All rights reserved. * * This file is released under the GPL. */ #include <linux/sysfs.h> #include <linux/dm-ioctl.h> #include "dm.h" struct dm_sysfs_attr { struct attribute attr; ssize_t (*show)(struct mapped_device *, char *); ssize_t (*store)(struct mapped_device *, cha...
gpl-2.0
schqiushui/kernel_sense_kk_m8ace
drivers/mtd/ubi/cdev.c
4622
25353
/* * Copyright (c) International Business Machines Corp., 2006 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
gpl-2.0
kjjjnob/android_kernel_lge_g3
arch/arm/mach-exynos/mach-universal_c210.c
4622
28507
/* linux/arch/arm/mach-exynos4/mach-universal_c210.c * * Copyright (c) 2010 Samsung Electronics Co., 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. */ #include <linux/pl...
gpl-2.0
rlnelson-git/linux-nvme
drivers/macintosh/ams/ams-core.c
4878
6091
/* * Apple Motion Sensor driver * * Copyright (C) 2005 Stelian Pop (stelian@popies.net) * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch) * * 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 Soft...
gpl-2.0
mathkid95/linux_lg_lollipop
drivers/staging/iio/adc/adt7310.c
4878
20917
/* * ADT7310 digital temperature sensor driver supporting ADT7310 * * Copyright 2010 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/interrupt.h> #include <linux/device.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/sysfs.h> #include <linux/list.h> #include <li...
gpl-2.0
santod/nuk3rn3l_htc_msm8960-revamped
drivers/staging/iio/dac/ad5686.c
4878
11514
/* * AD5686R, AD5685R, AD5684R Digital to analog converters driver * * Copyright 2011 Analog Devices Inc. * * Licensed under the GPL-2. */ #include <linux/interrupt.h> #include <linux/fs.h> #include <linux/device.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/spi/spi.h> #include <linux/s...
gpl-2.0
shskyinfo/android_kernel_lge_e610
drivers/scsi/aic7xxx/aic79xx_osm.c
5134
79980
/* * Adaptec AIC79xx device driver for Linux. * * $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#171 $ * * -------------------------------------------------------------------------- * Copyright (c) 1994-2000 Justin T. Gibbs. * Copyright (c) 1997-1999 Doug Ledford * Copyright (c) 2000-2003 Adaptec...
gpl-2.0
vickyvca/MindEater-dior
drivers/scsi/aic7xxx/aic7xxx_osm.c
5134
73156
/* * Adaptec AIC7xxx device driver for Linux. * * $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#235 $ * * Copyright (c) 1994 John Aycock * The University of Calgary Department of Computer Science. * * This program is free software; you can redistribute it and/or modify * it under the terms of...
gpl-2.0
lim417dev/android_kernel_nubia_nx505j
sound/usb/usx2y/usbusx2y.c
7182
13552
/* * usbusy2y.c - ALSA USB US-428 Driver * 2005-04-14 Karsten Wiese Version 0.8.7.2: Call snd_card_free() instead of snd_card_free_in_thread() to prevent oops with dead keyboard symptom. Tested ok with kernel 2.6.12-rc2. 2004-12-14 Karsten Wiese Version 0.8.7.1: snd_pcm_open for rawusb pcm-devices now returns -...
gpl-2.0
mujeebulhasan/kernel
fs/fscache/object-list.c
8462
12220
/* Global fscache object list maintainer and viewer * * Copyright (C) 2009 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...
gpl-2.0
alexax66/LP-Kernel-a3ltexx
drivers/pcmcia/pxa2xx_mainstone.c
9742
4364
/* * linux/drivers/pcmcia/pxa2xx_mainstone.c * * Mainstone PCMCIA specific routines. * * Created: May 12, 2004 * Author: Nicolas Pitre * Copyright: MontaVista Software Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2...
gpl-2.0