repo_name
string
path
string
copies
string
size
string
content
string
license
string
ARMWorksOrg/FA_210_Android_Kernel
drivers/gpu/vga/vga_switcheroo.c
5810
12500
/* * Copyright (c) 2010 Red Hat Inc. * Author : Dave Airlie <airlied@redhat.com> * * * Licensed under GPLv2 * * vga_switcheroo.c - Support for laptop with dual GPU using one set of outputs Switcher interface - methods require for ATPX and DCM - switchto - this throws the output MUX switch - discrete_set_powe...
gpl-2.0
Samsung-BCM/android_kernel_samsung_bcm
drivers/spi/spi-butterfly.c
7602
8689
/* * parport-to-butterfly adapter * * Copyright (C) 2005 David Brownell * * 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...
gpl-2.0
mykernel/kernel
drivers/gpu/drm/i2c/ch7006_mode.c
8370
15863
/* * Copyright (C) 2009 Francisco Jerez. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use,...
gpl-2.0
ItachiSan/android_kernel_msm_caf
net/ipv4/netfilter/iptable_raw.c
8882
2330
/* * 'raw' table, which is the very first hooked in at PRE_ROUTING and LOCAL_OUT . * * Copyright (C) 2003 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> */ #include <linux/module.h> #include <linux/netfilter_ipv4/ip_tables.h> #include <linux/slab.h> #include <net/ip.h> #define RAW_VALID_HOOKS ((1 << NF_INET_PRE_ROUTI...
gpl-2.0
cmenard/OverStock_I897
arch/mips/pci/ops-mace.c
11698
2330
/* * 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) 2000, 2001 Keith M Wesolowski */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/pci.h> #include <linux/t...
gpl-2.0
lshw/loongson1-linux-3.0
arch/ia64/lib/csum_partial_copy.c
13746
3069
/* * Network Checksum & Copy routine * * Copyright (C) 1999, 2003-2004 Hewlett-Packard Co * Stephane Eranian <eranian@hpl.hp.com> * * Most of the code has been imported from Linux/Alpha */ #include <linux/module.h> #include <linux/types.h> #include <linux/string.h> #include <asm/uaccess.h> /* * XXX Fixme: th...
gpl-2.0
HomuHomu/Kernel-SM-G935D-MM
drivers/pinctrl/mvebu/pinctrl-armada-375.c
179
14524
/* * Marvell Armada 375 pinctrl driver based on mvebu pinctrl core * * Copyright (C) 2012 Marvell * * Thomas Petazzoni <thomas.petazzoni@free-electrons.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...
gpl-2.0
JDevs/OWL-Predator-KERNEL
drivers/staging/rt2860/sta/connect.c
947
88544
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2007, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it u...
gpl-2.0
shutt1e/lge_kernel_msm7x30
drivers/staging/msm/msm_fb_bl.c
947
2322
/* Copyright (c) 2008-2009, 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 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the ho...
gpl-2.0
megraf/asuswrt-merlin
release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/us3_cpufreq.c
1203
6096
/* us3_cpufreq.c: UltraSPARC-III cpu frequency support * * Copyright (C) 2003 David S. Miller (davem@redhat.com) * * Many thanks to Dominik Brodowski for fixing up the cpufreq * infrastructure in order to make this driver easier to implement. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux...
gpl-2.0
amitbagaria/samsung-kernel-latona
arch/mips/kernel/module.c
1459
10146
/* * 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 distributed in the hope that it will b...
gpl-2.0
sorenb-xlnx/linux-xlnx
sound/pci/ca0106/ca0106_mixer.c
3251
28497
/* * Copyright (c) 2004 James Courtier-Dutton <James@superbug.demon.co.uk> * Driver CA0106 chips. e.g. Sound Blaster Audigy LS and Live 24bit * Version: 0.0.18 * * FEATURES currently supported: * See ca0106_main.c for features. * * Changelog: * Support interrupts per period. * Removed noise fro...
gpl-2.0
rogersb11/android_kernel_samsung_smdk4412
fs/ocfs2/stack_user.c
3251
23718
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * stack_user.c * * Code which interfaces ocfs2 with fs/dlm and a userspace stack. * * Copyright (C) 2007 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
gpl-2.0
x414e54/gt-n8000-kernel
fs/jffs2/erase.c
3251
14824
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #include <linux/kern...
gpl-2.0
anasanzari/Cowcopy
fs/jbd/checkpoint.c
4019
22516
/* * linux/fs/jbd/checkpoint.c * * Written by Stephen C. Tweedie <sct@redhat.com>, 1999 * * Copyright 1999 Red Hat Software --- 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 your * option, any later vers...
gpl-2.0
BanBxda/Sense_4.3
drivers/gpu/drm/exynos/exynos_mixer.c
4787
28613
/* * Copyright (C) 2011 Samsung Electronics Co.Ltd * Authors: * Seung-Woo Kim <sw0312.kim@samsung.com> * Inki Dae <inki.dae@samsung.com> * Joonyoung Shim <jy0922.shim@samsung.com> * * Based on drivers/media/video/s5p-tv/mixer_reg.c * * This program is free software; you can redistribute it and/or modify it *...
gpl-2.0
maxwen/android_kernel_oppo_n1
fs/hpfs/inode.c
5043
8772
/* * linux/fs/hpfs/inode.c * * Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999 * * inode VFS functions */ #include <linux/slab.h> #include "hpfs_fn.h" void hpfs_init_inode(struct inode *i) { struct super_block *sb = i->i_sb; struct hpfs_inode_info *hpfs_inode = hpfs_i(i); i->i_uid = hpfs_sb...
gpl-2.0
BanBxda/JMB-Default
drivers/isdn/hardware/eicon/capifunc.c
5043
31377
/* $Id: capifunc.c,v 1.61.4.7 2005/02/11 19:40:25 armin Exp $ * * ISDN interface module for Eicon active cards DIVA. * CAPI Interface common functions * * Copyright 2000-2003 by Armin Schindler (mac@melware.de) * Copyright 2000-2003 Cytronics & Melware (info@melware.de) * * This software may be used and dist...
gpl-2.0
slawr/linux-stable
drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c
8371
9220
/* * Copyright (C) 2011 matt mooney <mfm@muteddisk.com> * 2005-2007 Takahiro Hirofuchi * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or ...
gpl-2.0
mujeebulhasan/kernel
drivers/char/agp/parisc-agp.c
8627
10232
/* * HP Quicksilver AGP GART routines * * Copyright (c) 2006, Kyle McMartin <kyle@parisc-linux.org> * * Based on drivers/char/agpgart/hp-agp.c which is * (c) Copyright 2002, 2003 Hewlett-Packard Development Company, L.P. * Bjorn Helgaas <bjorn.helgaas@hp.com> * * This program is free software; you can redistri...
gpl-2.0
rabeeh/linux-linaro-stable-mx6-unmaintained-will-be-deleted
drivers/uwb/uwbd.c
9651
10482
/* * Ultra Wide Band * Neighborhood Management Daemon * * 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 version * 2 as published by...
gpl-2.0
snak3ater/kernel_msm
drivers/infiniband/hw/ehca/ehca_av.c
13491
8046
/* * IBM eServer eHCA Infiniband device driver for Linux on POWER * * address vector functions * * Authors: Hoang-Nam Nguyen <hnguyen@de.ibm.com> * Khadija Souissi <souissik@de.ibm.com> * Reinhard Ernst <rernst@de.ibm.com> * Christoph Raisch <raisch@de.ibm.com> * * Copyright ...
gpl-2.0
CyanogenMod/samsung-kernel-c1
drivers/char/hvc_console.c
180
22468
/* * Copyright (C) 2001 Anton Blanchard <anton@au.ibm.com>, IBM * Copyright (C) 2001 Paul Mackerras <paulus@au.ibm.com>, IBM * Copyright (C) 2004 Benjamin Herrenschmidt <benh@kernel.crashing.org>, IBM Corp. * Copyright (C) 2004 IBM Corporation * * Additional Author(s): * Ryan S. Arnold <rsa@us.ibm.com> * * Th...
gpl-2.0
flaming-toast/linux-jeyu
drivers/media/platform/soc_camera/sh_mobile_csi2.c
180
9989
/* * Driver for the SH-Mobile MIPI CSI-2 unit * * Copyright (C) 2010, 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. */ #inclu...
gpl-2.0
halaszk/SM-V700
drivers/acpi/battery.c
1460
31557
/* * battery.c - ACPI Battery Driver (Revision: 2.0) * * Copyright (C) 2007 Alexey Starikovskiy <astarikovskiy@suse.de> * Copyright (C) 2004-2007 Vladimir Lebedev <vladimir.p.lebedev@intel.com> * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul....
gpl-2.0
gingerboy92/android_kernel_xiaomi_msm8916---messedup
drivers/mmc/core/quirks.c
1716
3791
/* * This file contains work-arounds for many known SD/MMC * and SDIO hardware bugs. * * Copyright (c) 2011 Andrei Warkentin <andreiw@motorola.com> * Copyright (c) 2011 Pierre Tardy <tardyp@gmail.com> * Inspired from pci fixup code: * Copyright (c) 1999 Martin Mares <mj@ucw.cz> * */ #include <linux/type...
gpl-2.0
issi5862/linux-3.17.3-nvdimm-journal
drivers/misc/sgi-xp/xpc_channel.c
2228
28334
/* * 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) 2004-2009 Silicon Graphics, Inc. All Rights Reserved. */ /* * Cross Partition Communication (XPC) channel support. * *...
gpl-2.0
xobs/adafruit-rpi-kernel
drivers/gpu/drm/nouveau/dispnv04/tvnv04.c
2228
7469
/* * Copyright (C) 2009 Francisco Jerez. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use,...
gpl-2.0
SimpleAOSP-Kernel/kernel_flounder
arch/mips/kernel/ptrace32.c
2228
8104
/* * 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) 1992 Ross Biro * Copyright (C) Linus Torvalds * Copyright (C) 1994, 95, 96, 97, 98, 2000 Ralf Baechle * Copyright (C) 199...
gpl-2.0
phjanderson/Kernel-3188
drivers/tty/serial/max3107.c
2740
31149
/* * max3107.c - spi uart protocol driver for Maxim 3107 * Based on max3100.c * by Christian Pellegrin <chripell@evolware.org> * and max3110.c * by Feng Tang <feng.tang@intel.com> * * Copyright (C) Aavamobile 2009 * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This pr...
gpl-2.0
Mazout360/lge-kernel-star
drivers/staging/zram/xvmalloc.c
2996
12896
/* * xvmalloc memory allocator * * Copyright (C) 2008, 2009, 2010 Nitin Gupta * * This code is released using a dual license strategy: BSD/GPL * You can choose the licence that better fits your requirements. * * Released under the terms of 3-clause BSD License * Released under the terms of GNU General Public ...
gpl-2.0
lnfamous/Kernel_CyanogenMod9_Pico
drivers/pcmcia/yenta_socket.c
3252
40335
/* * Regular cardbus driver ("yenta_socket") * * (C) Copyright 1999, 2000 Linus Torvalds * * Changelog: * Aug 2002: Manfred Spraul <manfred@colorfullife.com> * Dynamically adjust the size of the bridge resource * * May 2003: Dominik Brodowski <linux@brodo.de> * Merge pci_socket.c and yenta.c into one file ...
gpl-2.0
artefvck/android_kernel_asus_T00F
drivers/oprofile/buffer_sync.c
3508
13627
/** * @file buffer_sync.c * * @remark Copyright 2002-2009 OProfile authors * @remark Read the file COPYING * * @author John Levon <levon@movementarian.org> * @author Barry Kasindorf * @author Robert Richter <robert.richter@amd.com> * * This is the core of the buffer management. Each * CPU buffer is processed...
gpl-2.0
utilite-computer/linux-kernel-3.0
drivers/hwmon/atxp1.c
4276
9385
/* atxp1.c - kernel module for setting CPU VID and general purpose I/Os using the Attansic ATXP1 chip. 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 vers...
gpl-2.0
CaptainThrowback/kernel_htc_m8_Sense_4.4.4
security/selinux/netif.c
4788
7378
/* * Network interface table. * * Network interfaces (devices) do not have a security field, so we * maintain a table associating each interface with a SID. * * Author: James Morris <jmorris@redhat.com> * * Copyright (C) 2003 Red Hat, Inc., James Morris <jmorris@redhat.com> * Copyright (C) 2007 Hewlett-Packard...
gpl-2.0
linhphi9x94/android_kernel_pantech_msm8974
tools/perf/util/cgroup.c
5044
3197
#include "util.h" #include "../perf.h" #include "parse-options.h" #include "evsel.h" #include "cgroup.h" #include "evlist.h" int nr_cgroups; static int cgroupfs_find_mountpoint(char *buf, size_t maxlen) { FILE *fp; char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; char *token, *saved_ptr = N...
gpl-2.0
AKToronto/Bubba-Zombie
tools/perf/util/cgroup.c
5044
3197
#include "util.h" #include "../perf.h" #include "parse-options.h" #include "evsel.h" #include "cgroup.h" #include "evlist.h" int nr_cgroups; static int cgroupfs_find_mountpoint(char *buf, size_t maxlen) { FILE *fp; char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; char *token, *saved_ptr = N...
gpl-2.0
shao2610/3.4-kernel
arch/arm/mach-imx/mach-bug.c
5044
1854
/* * 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
XileForce/Vindicator-S6-Uni-Old
tools/power/cpupower/utils/cpupower-info.c
8372
3014
/* * (C) 2011 Thomas Renninger <trenn@suse.de>, Novell Inc. * * Licensed under the terms of the GNU GPL License version 2. */ #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <string.h> #include <getopt.h> #include <cpufreq.h> #include "helpers/helpers.h" #include "helpers...
gpl-2.0
janrinze/snowballkernel
drivers/net/ethernet/stmicro/stmmac/stmmac_timer.c
9140
3490
/******************************************************************************* STMMAC external timer support. Copyright (C) 2007-2009 STMicroelectronics Ltd 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,...
gpl-2.0
PyroDD/Pyro
arch/score/kernel/time.c
11956
2829
/* * arch/score/kernel/time.c * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Chen Liqin <liqin.chen@sunplusct.com> * Lennox Wu <lennox.wu@sunplusct.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P...
gpl-2.0
CyanogenMod/android_kernel_samsung_exynos5410
drivers/infiniband/hw/ehca/ehca_pd.c
13492
3392
/* * IBM eServer eHCA Infiniband device driver for Linux on POWER * * PD functions * * Authors: Christoph Raisch <raisch@de.ibm.com> * * Copyright (c) 2005 IBM Corporation * * All rights reserved. * * This source code is distributed under a dual license of GPL v2.0 and OpenIB * BSD. * * OpenIB BSD ...
gpl-2.0
sailwang94/android_kernel_samsung_ks01lte
arch/arm/mach-msm/board-s3ve-gpiomux.c
181
23779
/* 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
wenfengliaoshuzhai/linux
drivers/leds/led-core.c
437
4314
/* * LED Class Core * * Copyright 2005-2006 Openedhand Ltd. * * Author: Richard Purdie <rpurdie@openedhand.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. * */ #incl...
gpl-2.0
blackbox87/zte_skate_gb_kernel
drivers/pcmcia/sa1100_shannon.c
949
3264
/* * drivers/pcmcia/sa1100_shannon.c * * PCMCIA implementation routines for Shannon * */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/device.h> #include <linux/init.h> #include <mach/hardware.h> #include <asm/mach-types.h> #include <mach/shannon.h> #include <asm/irq.h> #include "sa1100_gene...
gpl-2.0
Euphoria-OS-Devices/android_kernel_motorola_msm8226
drivers/hwmon/adm1021.c
1205
15720
/* * adm1021.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring * Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> and * Philip Edelbrock <phil@netroedge.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera...
gpl-2.0
oppo-source/R7plus-5.1-kernel-source
drivers/gpu/drm/nouveau/core/subdev/therm/nva3.c
2229
3065
/* * 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
Tkkg1994/Nova-Kernel
drivers/input/joystick/analog.c
2741
20314
/* * Copyright (c) 1996-2001 Vojtech Pavlik */ /* * Analog joystick and gamepad 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 Foundation; either version 2 of the License, ...
gpl-2.0
DarkSense/sultan-kernel-faux-seb-ION
kernel/srcu.c
2997
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
thederekjay/android_kernel_samsung_tuna
arch/ia64/hp/sim/simeth.c
4277
12430
/* * Simulated Ethernet Driver * * Copyright (C) 1999-2001, 2003 Hewlett-Packard Co * Stephane Eranian <eranian@hpl.hp.com> */ #include <linux/kernel.h> #include <linux/sched.h> #include <linux/types.h> #include <linux/in.h> #include <linux/string.h> #include <linux/init.h> #include <linux/errno.h> #include <linux...
gpl-2.0
sudomakemeasandwich/android_kernel_sony_msm8974
arch/x86/kernel/x86_init.c
4533
3219
/* * Copyright (C) 2009 Thomas Gleixner <tglx@linutronix.de> * * For licencing details see kernel-base/COPYING */ #include <linux/init.h> #include <linux/ioport.h> #include <linux/module.h> #include <linux/pci.h> #include <asm/bios_ebda.h> #include <asm/paravirt.h> #include <asm/pci_x86.h> #include <asm/pci.h> #i...
gpl-2.0
JellyBeanNitro/kernel-iproj-3.4
drivers/platform/x86/toshiba_acpi.c
4789
32159
/* * toshiba_acpi.c - Toshiba Laptop ACPI Extras * * * Copyright (C) 2002-2004 John Belmonte * Copyright (C) 2008 Philip Langdale * Copyright (C) 2010 Pierre Ducroquet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publis...
gpl-2.0
khanfrd/Red-Kernel-Old
arch/mips/cavium-octeon/serial.c
7605
3638
/* * 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) 2004-2007 Cavium Networks */ #include <linux/console.h> #include <linux/module.h> #include <linux/init.h> #include <linux/p...
gpl-2.0
mr-tweaker/sabermod_kernel_armani
scripts/selinux/genheaders/genheaders.c
12725
3517
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <errno.h> #include <ctype.h> struct security_class_mapping { const char *name; const char *perms[sizeof(unsigned) * 8 + 1]; }; #include "classmap.h" #include "initial_sid_to_string.h" #define max(x, y) (((int)(x) > (int)(y)) ? ...
gpl-2.0
myod-robotics/MYOD
code/arduino/src/libraries/Wire/Wire.cpp
182
7532
/* TwoWire.cpp - TWI/I2C library for Wiring & Arduino Copyright (c) 2006 Nicholas Zambetti. All right reserved. 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 ...
gpl-2.0
Euphoria-OS-Legacy/android_kernel_oneplus_msm8974
drivers/net/ethernet/sun/sunvnet.c
438
28573
/* sunvnet.c: Sun LDOM Virtual Network Driver. * * Copyright (C) 2007, 2008 David S. Miller <davem@davemloft.net> */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/kernel.h> #include <linux/types.h> #include <linux/slab.h> #include <linux/delay.h> #include <linux/init.h> #inc...
gpl-2.0
DigitalLabApp/Gramy
Telegram-master/TMessagesProj/jni/opus/silk/check_control_input.c
438
4939
/*********************************************************************** Copyright (c) 2006-2011, Skype Limited. 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 must retai...
gpl-2.0
TeamExodus/kernel_yu_msm8916
arch/mips/kernel/watch.c
1974
4632
/* * 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) 2008 David Daney */ #include <linux/sched.h> #include <asm/processor.h> #include <asm/watch.h> /* * Install the watch r...
gpl-2.0
InnerFire/thunderzap_sprout
drivers/gpu/drm/nouveau/core/subdev/therm/nv84.c
2230
6888
/* * 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
ktd2004/linux-stable
drivers/input/joystick/grip.c
2230
11335
/* * Copyright (c) 1998-2001 Vojtech Pavlik */ /* * Gravis/Kensington GrIP protocol joystick and gamepad 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 Foundation; either v...
gpl-2.0
CyanogenMod/android_kernel_htc_msm8994
arch/ia64/kernel/ptrace.c
2742
57987
/* * Kernel support for the ptrace() and syscall tracing interfaces. * * Copyright (C) 1999-2005 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> * Copyright (C) 2006 Intel Co * 2006-08-12 - IA64 Native Utrace implementation support added by * Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> ...
gpl-2.0
ztemt/U9180_kernel
drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c
2742
25770
/******************************************************************************* Intel 10 Gigabit PCI Express Linux driver Copyright(c) 1999 - 2012 Intel Corporation. This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, ver...
gpl-2.0
AD5GB/wicked_kernel_lge_hammerhead
drivers/leds/leds-cobalt-raq.c
3254
3266
/* * LEDs driver for the Cobalt Raq series. * * Copyright (C) 2007 Yoichi Yuasa <yuasa@linux-mips.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
MH2033/VIPER_KERNEL_KK_D802
fs/proc/root.c
4022
5747
/* * linux/fs/proc/root.c * * Copyright (C) 1991, 1992 Linus Torvalds * * proc root directory handling functions */ #include <asm/uaccess.h> #include <linux/errno.h> #include <linux/time.h> #include <linux/proc_fs.h> #include <linux/stat.h> #include <linux/init.h> #include <linux/sched.h> #include <linux/mod...
gpl-2.0
wm8120/Linux-eMMC-journaling
drivers/misc/mei/init.c
183
5370
/* * * Intel Management Engine Interface (Intel MEI) Linux driver * Copyright (c) 2003-2012, Intel Corporation. * * 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...
gpl-2.0
ezterry/kernel-biff-testing
drivers/s390/net/smsgiucv.c
183
6403
/* * IUCV special message driver * * Copyright IBM Corp. 2003, 2009 * * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.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 v...
gpl-2.0
cahdudul/akh8960_cm
drivers/gpu/msm/kgsl_sharedmem.c
183
24813
/* Copyright (c) 2002,2007-2012,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 distribu...
gpl-2.0
hubcapsc/orangefs_kmod
drivers/net/ppp/ppp_generic.c
183
72748
/* * Generic PPP layer for Linux. * * Copyright 1999-2002 Paul Mackerras. * * 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...
gpl-2.0
agat63/L900_MA7_kernel
drivers/media/tdmb/tdmb_port_fc8050.c
439
4890
/* * * drivers/media/tdmb/tdmb_port_fc8050.c * * tdmb driver * * Copyright (C) (2011, Samsung Electronics) * * 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 distrib...
gpl-2.0
project-magpie/linux-sh4-2.6.32.y
drivers/net/tulip/21142.c
695
8591
/* drivers/net/tulip/21142.c Copyright 2000,2001 The Linux Kernel Team Written/copyright 1994-2001 by Donald Becker. This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference. Please refer to Documentation/DocBook/tulip-user.{pdf,ps,ht...
gpl-2.0
xjljian/android_kernel_huawei_msm8628
net/decnet/dn_nsp_in.c
4791
21539
/* * DECnet An implementation of the DECnet protocol suite for the LINUX * operating system. DECnet is implemented using the BSD Socket * interface as the means of communication with the user level. * * DECnet Network Services Protocol (Input) * * Author: Eduar...
gpl-2.0
a-martynovich/kernel_goldfish
tools/perf/util/ui/browsers/hists.c
4791
34426
#include <stdio.h> #include "../libslang.h" #include <stdlib.h> #include <string.h> #include <newt.h> #include <linux/rbtree.h> #include "../../evsel.h" #include "../../evlist.h" #include "../../hist.h" #include "../../pstack.h" #include "../../sort.h" #include "../../util.h" #include "../browser.h" #include "../help...
gpl-2.0
ruslan250283/alcatel_5042
arch/powerpc/sysdev/cpm_common.c
6839
8723
/* * Common CPM code * * Author: Scott Wood <scottwood@freescale.com> * * Copyright 2007-2008,2010 Freescale Semiconductor, Inc. * * Some parts derived from commproc.c/cpm2_common.c, which is: * Copyright (c) 1997 Dan error_act (dmalek@jlc.net) * Copyright (c) 1999-2001 Dan Malek <dan@embeddedalley.com> * Cop...
gpl-2.0
Rox-/android_kernel_samsung_s3ve3g
arch/powerpc/platforms/8xx/tqm8xx_setup.c
6839
3765
/* * Platform setup for the MPC8xx based boards from TQM. * * Heiko Schocher <hs@denx.de> * Copyright 2010 DENX Software Engineering GmbH * * based on: * Vitaly Bordug <vbordug@ru.mvista.com> * * Copyright 2005 MontaVista Software Inc. * * Heavily modified by Scott Wood <scottwood@freescale.com> * Copyright...
gpl-2.0
jamison904/MK2_Stock_kernel
drivers/input/misc/atlas_btns.c
8375
4570
/* * atlas_btns.c - Atlas Wallmount Touchscreen ACPI Extras * * Copyright (C) 2006 Jaya Kumar * Based on Toshiba ACPI by John Belmonte and ASUS ACPI * This work was sponsored by CIS(M) Sdn Bhd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
gpl-2.0
flar2/m7-Sense
sound/oss/pas2_pcm.c
8375
9582
/* * pas2_pcm.c Audio routines for PAS16 * * * 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. * * * Thomas Sailer : ioctl code rework...
gpl-2.0
allanmatthew/linux-fslc
arch/arm/mm/copypage-xscale.c
9655
3650
/* * linux/arch/arm/lib/copypage-xscale.S * * Copyright (C) 1995-2005 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This handles the mini data cache, as...
gpl-2.0
lazybios/linux
fs/lockd/xdr4.c
12727
7513
/* * linux/fs/lockd/xdr4.c * * XDR support for lockd and the lock client. * * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> * Copyright (C) 1999, Trond Myklebust <trond.myklebust@fys.uio.no> */ #include <linux/types.h> #include <linux/sched.h> #include <linux/nfs.h> #include <linux/sunrpc/xdr.h> #inc...
gpl-2.0
mmplayer/linux-sunxi
drivers/net/macvlan.c
440
22788
/* * Copyright (c) 2007 Patrick McHardy <kaber@trash.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * ...
gpl-2.0
netblack/linux
arch/powerpc/platforms/cell/spufs/coredump.c
696
5613
/* * SPU core dump code * * (C) Copyright 2006 IBM Corp. * * Author: Dwayne Grant McConnell <decimal@us.ibm.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, or (...
gpl-2.0
sensysnetworks/linux-2.6.28-at91
drivers/media/video/sn9c102/sn9c102_pas202bcb.c
1720
9282
/*************************************************************************** * Plug-in for PAS202BCB image sensor connected to the SN9C1xx PC Camera * * Controllers * * * * Copyright...
gpl-2.0
Fox-Mc-Cloud/android_kernel_samsung_smdk4412
drivers/media/video/soc_camera.c
2232
41121
/* * camera image capture (abstract) bus driver * * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de> * * This driver provides an interface between platform-specific camera * busses and camera devices. It should be used if the camera is * connected not over a "proper" bus like PCI or USB, but ove...
gpl-2.0
fransklaver/linux
fs/cifs/winucase.c
2488
37745
/* * fs/cifs/winucase.c * * Copyright (c) Jeffrey Layton <jlayton@redhat.com>, 2013 * * 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
chongzi865458/android4.04_kernel
mm/cleancache.c
3000
7026
/* * Cleancache frontend * * This code provides the generic "frontend" layer to call a matching * "backend" driver implementation of cleancache. See * Documentation/vm/cleancache.txt for more information. * * Copyright (C) 2009-2010 Oracle Corp. All rights reserved. * Author: Dan Magenheimer * * This work is...
gpl-2.0
mdeejay/android_kernel_lge_x3
drivers/input/misc/wm831x-on.c
4024
4247
/** * wm831x-on.c - WM831X ON pin driver * * Copyright (C) 2009 Wolfson Microelectronics plc * * 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. * * This program is distributed in the hope tha...
gpl-2.0
xpaum/kernel_stock_g3815
drivers/net/ethernet/amd/pcnet32.c
4536
82553
/* pcnet32.c: An AMD PCnet32 ethernet driver for linux. */ /* * Copyright 1996-1999 Thomas Bogendoerfer * * Derived from the lance driver written 1993,1994,1995 by Donald Becker. * * Copyright 1993 United States Government as represented by the * Director, National Security Agency. * * This software may be used...
gpl-2.0
eyalsh/wl12xx
drivers/media/dvb/ttpci/ttpci-eeprom.c
4792
4097
/* Retrieve encoded MAC address from 24C16 serial 2-wire EEPROM, decode it and store it in the associated adapter struct for use by dvb_net.c This card appear to have the 24C16 write protect held to ground, thus permitting normal read/write operation. Theoretically it would be possible to write...
gpl-2.0
leonardoafa/android_kernel_motorola_msm8974
drivers/staging/xgifb/vb_init.c
4792
49139
#include <linux/types.h> #include <linux/delay.h> /* udelay */ #include <linux/pci.h> #include <linux/vmalloc.h> #include "XGIfb.h" #include "vgatypes.h" #include "vb_def.h" #include "vb_struct.h" #include "vb_util.h" #include "vb_setmode.h" #include "vb_init.h" #include <linux/io.h> static const unsigned short XG...
gpl-2.0
MSM8226-Samsung/android_kernel_samsung_s3ve3g
arch/sh/drivers/pci/pci-sh5.c
8376
5947
/* * Copyright (C) 2001 David J. Mckay (david.mckay@st.com) * Copyright (C) 2003, 2004 Paul Mundt * Copyright (C) 2004 Richard Curnow * * May be copied or modified under the terms of the GNU General Public * License. See linux/COPYING for more information. * * Support functions for the SH5 PCI hardware. */ #...
gpl-2.0
glewarne/LG_G2-D802_StockMOD_Kernel
drivers/input/keyboard/sunkbd.c
9656
9514
/* * Copyright (c) 1999-2001 Vojtech Pavlik */ /* * Sun keyboard 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 Foundation; either version 2 of the License, or * (at your ...
gpl-2.0
SomethingExplosive/android_kernel_asus_flo
drivers/input/keyboard/sunkbd.c
9656
9514
/* * Copyright (c) 1999-2001 Vojtech Pavlik */ /* * Sun keyboard 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 Foundation; either version 2 of the License, or * (at your ...
gpl-2.0
ShinySide/HispAsian_S5
drivers/battery/max17048_fuelgauge.c
185
17696
/* * max17048_fuelgauge.c * Samsung MAX17048 Fuel Gauge Driver * * Copyright (C) 2012 Samsung Electronics * * * 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 te...
gpl-2.0
kierank/p2-kernel
drivers/net/atl1e/atl1e_param.c
185
7236
/* * Copyright(c) 2007 Atheros Corporation. All rights reserved. * * Derived from Intel e1000 driver * Copyright(c) 1999 - 2005 Intel 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 t...
gpl-2.0
BreakawayConsulting/gcc
gcc/testsuite/gcc.dg/tree-ssa/flatten-2.c
185
1711
/* { dg-do compile } */ /* { dg-options "-O2 -fno-early-inlining" } */ extern void do_something_usefull(); /* Check that we finish compiling even if instructed to flatten a cyclic callgraph. Verify we correctly flatten with another function marked flatten in the callgraph. Main inline is cureful about i...
gpl-2.0
nazgee/igep-kernel
drivers/media/IR/keymaps/rc-pinnacle-color.c
953
2014
/* pinnacle-color.h - Keytable for pinnacle_color Remote Controller * * keymap imported from ir-keymaps.c * * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@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 publish...
gpl-2.0
gbraad/alce68k
arch/arm/mach-omap2/board-omap3beagle.c
953
15046
/* * linux/arch/arm/mach-omap2/board-omap3beagle.c * * Copyright (C) 2008 Texas Instruments * * Modified from mach-omap2/board-3430sdp.c * * Initial code: Syed Mohammed Khasim * * 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
Motorhead1991/android_kernel_samsung_exynos7420
drivers/staging/comedi/drivers/adl_pci9111.c
1721
24944
/* comedi/drivers/adl_pci9111.c Hardware driver for PCI9111 ADLink cards: PCI-9111HR Copyright (C) 2002-2005 Emmanuel Pacaud <emmanuel.pacaud@univ-poitiers.fr> 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
kbkpbot/K860i_kernel
arch/arm/mach-omap2/pm44xx.c
2489
2274
/* * OMAP4 Power Management Routines * * Copyright (C) 2010 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #inc...
gpl-2.0
mdeejay/android_kernel_ville
arch/arm/mach-omap2/pm44xx.c
2489
2274
/* * OMAP4 Power Management Routines * * Copyright (C) 2010 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #inc...
gpl-2.0
scruiser/kernel
arch/mips/txx9/generic/setup_tx4938.c
3001
14094
/* * TX4938/4937 setup routines * Based on linux/arch/mips/txx9/rbtx4938/setup.c, * and RBTX49xx patch from CELF patch archive. * * 2003-2005 (c) MontaVista Software, Inc. * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 * * This file is subject to the terms and conditions of the GNU General Public ...
gpl-2.0