repo_name
string
path
string
copies
string
size
string
content
string
license
string
tjwei/acer-stream-minimal-kernel
init/calibrate.c
266
5121
/* calibrate.c: default delay calibration * * Excised from init/main.c * Copyright (C) 1991, 1992 Linus Torvalds */ #include <linux/jiffies.h> #include <linux/delay.h> #include <linux/init.h> #include <linux/timex.h> #include <linux/smp.h> unsigned long lpj_fine; unsigned long preset_lpj; static int __init lpj_...
gpl-2.0
AndroidDeveloperAlliance/kernel_samsung_d2
arch/powerpc/platforms/85xx/mpc85xx_cds.c
2314
9046
/* * MPC85xx setup and early boot code plus other random bits. * * Maintained by Kumar Gala (see MAINTAINERS for contact information) * * Copyright 2005 Freescale Semiconductor Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public Licens...
gpl-2.0
quanghieu/linux-DFI
arch/mips/pci/ops-loongson2.c
2314
5499
/* * Copyright (C) 1999, 2000, 2004 MIPS Technologies, Inc. * All rights reserved. * Authors: Carsten Langgaard <carstenl@mips.com> * Maciej W. Rozycki <macro@mips.com> * * Copyright (C) 2009 Lemote Inc. * Author: Wu Zhangjin <wuzhangjin@gmail.com> * * This program is free software; you can distribute it a...
gpl-2.0
NamelessRom/android_kernel_oppo_msm8939
drivers/isdn/hisax/hfc_pci.c
2314
54563
/* $Id: hfc_pci.c,v 1.48.2.4 2004/02/11 13:21:33 keil Exp $ * * low level driver for CCD's hfc-pci based cards * * Author Werner Cornelius * based on existing driver for CCD hfc ISA cards * Copyright by Werner Cornelius <werner@isdn4linux.de> * by Karsten Keil <keil@isdn4...
gpl-2.0
AppliedMicro/ENGLinuxLatest
drivers/net/caif/caif_spi_slave.c
2314
6557
/* * Copyright (C) ST-Ericsson AB 2010 * Author: Daniel Martensson * License terms: GNU General Public License (GPL) version 2. */ #include <linux/module.h> #include <linux/device.h> #include <linux/platform_device.h> #include <linux/string.h> #include <linux/semaphore.h> #include <linux/workqueue.h> #include <lin...
gpl-2.0
ClustyROM/Galaxy_Note
drivers/staging/octeon/ethernet-rgmii.c
3594
12762
/********************************************************************* * 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 o...
gpl-2.0
GustavoRD78/78Kernel-Android-N-Developer-Preview
sound/isa/msnd/msnd_pinnacle.c
4106
31356
/********************************************************************* * * Linux multisound pinnacle/fiji driver for ALSA. * * 2002/06/30 Karsten Wiese: * for now this is only used to build a pinnacle / fiji driver. * the OSS parent of this code is designed to also support * the multisound classic via the file m...
gpl-2.0
gpkulkarni/linux-arm64
arch/arm/mach-imx/mx31lite-db.c
4362
5126
/* * LogicPD i.MX31 SOM-LV development board support * * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> * * based on code for other MX31 boards, * * Copyright 2005-2007 Freescale Semiconductor * Copyright (c) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> * Copyright (C) 2009 Valentin L...
gpl-2.0
cile381/android_kernel_m7
arch/powerpc/oprofile/op_model_rs64.c
6922
4504
/* * Copyright (C) 2004 Anton Blanchard <anton@au.ibm.com>, 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
mitwo-dev/android_kernel_xiaomi_msm8960
arch/mips/pmc-sierra/yosemite/ht.c
8458
12179
/* * Copyright 2003 PMC-Sierra * Author: Manish Lachwani (lachwani@pmc-sierra.com) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your ...
gpl-2.0
muftiarfan/Sony_xperia_m_ktt
sound/soc/msm/qdsp6/q6asm.c
11
107359
/* * Copyright (c) 2010-2012, The Linux Foundation. All rights reserved. * Copyright (c) 2013 Foxconn International Holdings, Ltd. All rights reserved. * * Author: Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by th...
gpl-2.0
degasus/dolphin
Source/Core/VideoBackends/Software/SWOGLWindow.cpp
11
3899
// Copyright 2015 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include <memory> #include "Common/GL/GLInterfaceBase.h" #include "Common/GL/GLUtil.h" #include "Common/Logging/Log.h" #include "VideoBackends/Software/SWOGLWindow.h" #include "VideoBackends/Software/SWText...
gpl-2.0
caiiiycuk/em-dosbox
src/hardware/sblaster.cpp
11
48005
/* * Copyright (C) 2002-2015 The DOSBox Team * * 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 p...
gpl-2.0
antmicro/ecos-openrisc
packages/devs/flash/mips/atlas/current/src/atlas_flash.c
11
4743
//========================================================================== // // atlas_flash.c // // Flash programming // //========================================================================== // ####ECOSGPLCOPYRIGHTBEGIN#### // -----------------------------...
gpl-2.0
Paolo-Maffei/rt-thread-stm32f4discovery
components/dfs/filesystems/jffs2/src/read.c
11
7161
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright (C) 2001-2003 Red Hat, Inc. * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * * $Id: read.c,v 1.41 2005/07/22 10:32:08 dedekind Exp $ * */ #include <linux/kerne...
gpl-2.0
juj/emscripten-scummvm
backends/platform/wince/CEException.cpp
11
5086
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
gpl-2.0
Pingmin/linux
drivers/firmware/qcom_scm.c
11
17561
// SPDX-License-Identifier: GPL-2.0-only /* * Qualcomm SCM driver * * Copyright (c) 2010,2015, The Linux Foundation. All rights reserved. * Copyright (C) 2015 Linaro Ltd. */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/cpumask.h> #include <linux/export.h> #include <linux/dma-direct.h>...
gpl-2.0
Alonso1398/android_kernel_samsung_coriplus
arch/arm/mach-rhea/board-bcm59055.c
11
32772
/***************************************************************************** * Copyright 2001 - 2011 Broadcom Corporation. All rights reserved. * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of...
gpl-2.0
minorua/QGIS
src/gui/qgspanelwidget.cpp
11
3458
/*************************************************************************** qgspanelwidget.cpp --------------------- begin : June 2016 copyright : (C) 2016 by Nathan Woodrow email : ***************************************************************************...
gpl-2.0
HossainKhademian/XBMC
lib/libUPnP/Neptune/Source/Data/TLS/Base/NptTlsTrustAnchor_Base_0071.cpp
267
12398
/***************************************************************** | | Neptune - Trust Anchors | | This file is automatically generated by a script, do not edit! | | Copyright (c) 2002-2010, Axiomatic Systems, LLC. | All rights reserved. | | Redistribution and use in source and binary forms, with or without | modif...
gpl-2.0
3Legs/w4118
arch/m68k/q40/config.c
779
7332
/* * arch/m68k/q40/config.c * * Copyright (C) 1999 Richard Zidlicky * * originally based on: * * linux/bvme/config.c * * This file is subject to the terms and conditions of the GNU General Public * License. See the file README.legal in the main directory of this archive * for more details. */ #include ...
gpl-2.0
ckaestne/TypeChef-linux.2.6.33.3
drivers/gpio/xilinx_gpio.c
779
7174
/* * Xilinx gpio driver * * Copyright 2008 Xilinx, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation. * * You should have received a copy of the GNU General Public License...
gpl-2.0
schnitzeltony/linux
drivers/video/backlight/lm3639_bl.c
1803
10641
/* * Simple driver for Texas Instruments LM3639 Backlight + Flash LED driver chip * Copyright (C) 2012 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 Free Software Foundation. * */ #include...
gpl-2.0
chrisc93/bullhead
drivers/scsi/fnic/fnic_debugfs.c
2059
8886
/* * Copyright 2012 Cisco Systems, Inc. All rights reserved. * * This program is free software; you may redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WAR...
gpl-2.0
rofehr/linux-wetek
arch/powerpc/platforms/pseries/pseries_energy.c
2059
7017
/* * POWER platform energy management driver * Copyright (C) 2010 IBM 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 pseries platform device driver prov...
gpl-2.0
SamsungGalaxyS6/kernel_samsung_exynos7420
fs/sysv/itree.c
2315
11800
/* * linux/fs/sysv/itree.c * * Handling of indirect blocks' trees. * AV, Sep--Dec 2000 */ #include <linux/buffer_head.h> #include <linux/mount.h> #include <linux/string.h> #include "sysv.h" enum {DIRECT = 10, DEPTH = 4}; /* Have triple indirect */ static inline void dirty_indirect(struct buffer_head *bh, str...
gpl-2.0
lnfamous/Kernel_CyanogenMod9_Pico
arch/m68k/lib/memcpy.c
2571
1557
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ #include <linux/module.h> #include <linux/string.h> void *memcpy(void *to, const void *from, size_t n) { void *xto = to; size_t temp, temp...
gpl-2.0
limbo127/KVMGT-kernel
drivers/media/rc/ir-sony-decoder.c
2571
4887
/* ir-sony-decoder.c - handle Sony IR Pulse/Space 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 Li...
gpl-2.0
mythos234/SimplKernel-LL-BOFJ
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
myjang0507/Polaris-slte-
drivers/media/usb/dvb-usb/a800.c
4363
5586
/* DVB USB framework compliant Linux driver for the AVerMedia AverTV DVB-T * USB2.0 (A800) DVB-T receiver. * * Copyright (C) 2005 Patrick Boettcher (patrick.boettcher@desy.de) * * Thanks to * - AVerMedia who kindly provided information and * - Glen Harris who suffered from my mistakes during development. * ...
gpl-2.0
konstantinkeller/kernel_lge_hammerhead
sound/pci/lola/lola_mixer.c
5643
26156
/* * Support for Digigram Lola PCI-e boards * * Copyright (c) 2011 Takashi Iwai <tiwai@suse.de> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or ...
gpl-2.0
poondog/kangaroo-m7-mkIV
arch/sh/boards/board-polaris.c
8459
3264
/* * June 2006 steve.glendinning@smsc.com * * Polaris-specific resource declaration * */ #include <linux/init.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/platform_device.h> #include <linux/smsc911x.h> #include <linux/io.h> #include <asm/irq.h> #include <asm/machvec.h> #include <asm/hear...
gpl-2.0
AOKP/kernel_semc_msm7x30
drivers/media/video/msm_semc/seix006.c
12
88687
/* * Copyright (c) 2008-2009 QUALCOMM USA, INC. * Copyright (C) 2010 Sony Ericsson Mobile Communications AB. * * All source code in this file is licensed under the following license * * 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
Declipe/TrinityCore
src/server/scripts/Kalimdor/Maraudon/boss_noxxion.cpp
12
4290
/* * 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
rhuitl/uClinux
user/tcsh/tw.comp.c
12
14340
/* $Header: /src/pub/tcsh/tw.comp.c,v 1.31 1998/10/25 15:10:49 christos Exp $ */ /* * tw.comp.c: File completion builtin */ /*- * Copyright (c) 1980, 1991 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are...
gpl-2.0
capturePointer/codelite
codelite_terminal/my_config.cpp
12
2348
#include "my_config.h" #include <wx/font.h> #include <wx/settings.h> #include <wx/stdpaths.h> #include <wx/filename.h> MyConfig::MyConfig() : wxFileConfig("", "", (wxStandardPaths::Get().GetUserDataDir() + "/codelite-terminal.ini"), "", wx...
gpl-2.0
119/aircam-openwrt
build_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/uClibc-0.9.32/libc/inet/rpc/svc.c
12
13025
/* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape * media and as a part of the software program in whole or part. Users * may copy or modify Sun RPC without charge, but are not authorized * to license or distribute it to an...
gpl-2.0
puuksl/tptresized
720/src/simulation/SaveRenderer.cpp
12
4070
#include "SaveRenderer.h" #include "client/GameSave.h" #include "graphics/Graphics.h" #include "Simulation.h" #include "graphics/Renderer.h" #include "gui/search/Thumbnail.h" SaveRenderer::SaveRenderer(){ g = new Graphics(); sim = new Simulation(); ren = new Renderer(g, sim); ren->decorations_enable = true; ren-...
gpl-2.0
smx-smx/dsl-n55u-bender
release/src/router/udhcpd/script.c
12
9802
/* * 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 be use...
gpl-2.0
eldarerathis/android_kernel_msm
drivers/net/wireless/wcnss/wcnss_vreg.c
268
14957
/* Copyright (c) 2011-2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
AshishNamdev/linux
sound/soc/codecs/cs4265.c
268
16754
/* * cs4265.c -- CS4265 ALSA SoC audio driver * * Copyright 2014 Cirrus Logic, Inc. * * Author: Paul Handrigan <paul.handrigan@cirrus.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 Softwar...
gpl-2.0
basr/Hammerhead
drivers/net/wireless/wcnss/wcnss_vreg.c
268
14957
/* Copyright (c) 2011-2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
sbu-fsl/fuse-kernel-instrumentation
tools/lguest/lguest.c
524
97190
/*P:100 * This is the Launcher code, a simple program which lays out the "physical" * memory for the new Guest by mapping the kernel image and the virtual * devices, then opens /dev/lguest to tell the kernel about the Guest and * control it. :*/ #define _LARGEFILE64_SOURCE #define _GNU_SOURCE #include <stdio.h> #in...
gpl-2.0
jderrick/linux-torvalds
drivers/android/binder.c
524
103880
/* binder.c * * Android IPC Subsystem * * Copyright (C) 2007-2008 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 distri...
gpl-2.0
Valchovski/tpr
dep/acelite/ace/POSIX_Proactor.cpp
524
60782
// $Id: POSIX_Proactor.cpp 92069 2010-09-28 11:38:59Z johnnyw $ #include "ace/POSIX_Proactor.h" #if defined (ACE_HAS_AIO_CALLS) #if !defined (__ACE_INLINE__) #include "ace/POSIX_Proactor.inl" #endif /* __ACE_INLINE__ */ # if defined (ACE_HAS_SYS_SYSTEMINFO_H) # include /**/ <sys/systeminfo.h> # endif /* ACE_HAS_S...
gpl-2.0
zarboz/Monarudo_GPU_M7
drivers/mmc/host/sdhci-pci.c
1548
35885
/* linux/drivers/mmc/host/sdhci-pci.c - SDHCI on PCI bus interface * * Copyright (C) 2005-2008 Pierre Ossman, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; eithe...
gpl-2.0
yangjoo/kernel_samsung_smdk4412
drivers/scsi/lpfc/lpfc_attr.c
2316
152846
/******************************************************************* * This file is part of the Emulex Linux Device Driver for * * Fibre Channel Host Bus Adapters. * * Copyright (C) 2004-2011 Emulex. All rights reserved. * * EMULEX and SLI are trademarks of Emulex. ...
gpl-2.0
djvoleur/S6_UniPR_BOI1
drivers/char/hw_random/picoxcell-rng.c
2316
4778
/* * Copyright (c) 2010-2011 Picochip Ltd., Jamie Iles * * 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. * * All enquiries to support@picochip.com */ #include <linux/clk.h> #in...
gpl-2.0
ibazzi/rk3288-kernel
drivers/char/hw_random/pseries-rng.c
2572
2648
/* * Copyright (C) 2010 Michael Neuling IBM Corporation * * Driver for the pseries hardware RNG for POWER7+ and above * * 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. * * Thi...
gpl-2.0
vmobi-gogh/android_kernel_samsung_gogh
arch/mips/oprofile/common.c
3340
2862
/* * 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, 2005 Ralf Baechle * Copyright (C) 2005 MIPS Technologies, Inc. */ #include <linux/compiler.h> #include <linux/errno....
gpl-2.0
Ekylypse/android_kernel_kltesprsport
fs/xfs/xfs_iops.c
3596
29365
/* * Copyright (c) 2000-2005 Silicon Graphics, Inc. * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it would be ...
gpl-2.0
Kevindeving/android_kernel_lge_gee
drivers/mtd/ubi/kapi.c
4876
23221
/* * 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
dianlujitao/android_kernel_huawei_msm8610
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
kamarush/android_kernel_lge_hammerhead
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
sakuraba001/android_kernel_samsung_klteactive
drivers/staging/tidspbridge/dynload/reloc.c
8460
14023
/* * reloc.c * * DSP-BIOS Bridge driver support functions for TI OMAP processors. * * Copyright (C) 2005-2006 Texas Instruments, Inc. * * This package 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 Fou...
gpl-2.0
davros-/elite_kernel_jf
drivers/media/dvb/frontends/cx22702.c
8716
14428
/* Conexant 22702 DVB OFDM demodulator driver based on: Alps TDMB7 DVB OFDM demodulator driver Copyright (C) 2001-2002 Convergence Integrated Media GmbH Holger Waechtler <holger@convergence.de> Copyright (C) 2004 Steven Toth <stoth@linuxtv.org> This program is free software; you can redistri...
gpl-2.0
samnazarko/linux-rbp-browser
arch/sh/kernel/cpu/sh4a/clock-sh7770.c
9228
1779
/* * arch/sh/kernel/cpu/sh4a/clock-sh7770.c * * SH7770 support for the clock framework * * Copyright (C) 2005 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #include <li...
gpl-2.0
bilalliberty/android_kernel_htc_villec2-caf-display
arch/sh/kernel/cpu/sh4a/clock-sh7770.c
9228
1779
/* * arch/sh/kernel/cpu/sh4a/clock-sh7770.c * * SH7770 support for the clock framework * * Copyright (C) 2005 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #include <li...
gpl-2.0
omnirom/android_kernel_google_msm
arch/parisc/kernel/hardware.c
9228
77839
/* * Hardware descriptions for HP 9000 based hardware, including * system types, SCSI controllers, DMA controllers, HPPB controllers * and lots more. * * Based on the document "PA-RISC 1.1 I/O Firmware Architecture * Reference Specification", March 7, 1999, version 0.96. This * is available ...
gpl-2.0
Nold360/GC-Linux-Kernel-2.6.32
drivers/scsi/scsi_transport_srp.c
9996
10394
/* * SCSI RDMA (SRP) transport class * * Copyright (C) 2007 FUJITA Tomonori <tomof@acm.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, version 2 of the * License. * * This progr...
gpl-2.0
ftteam/kernel
arch/ia64/kvm/mmio.c
10764
8856
/* * mmio.c: MMIO emulation components. * Copyright (c) 2004, Intel Corporation. * Yaozu Dong (Eddie Dong) (Eddie.dong@intel.com) * Kun Tian (Kevin Tian) (Kevin.tian@intel.com) * * Copyright (c) 2007 Intel Corporation KVM support. * Xuefei Xu (Anthony Xu) (anthony.xu@intel.com) * Xiantao Zhang (xiantao.zhan...
gpl-2.0
franzjesus/GTab-10.1-AOKP
net/netfilter/xt_LED.c
11020
5597
/* * xt_LED.c - netfilter target to make LEDs blink upon packet matches * * Copyright (C) 2008 Adam Nielsen <a.nielsen@shikadi.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; versi...
gpl-2.0
Dm47021/Android_kernel_f6mt_aosp
sound/core/timer_compat.c
13836
3619
/* * 32bit -> 64bit ioctl wrapper for timer API * Copyright (c) by Takashi Iwai <tiwai@suse.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License,...
gpl-2.0
minorua/QGIS
src/core/raster/qgsbrightnesscontrastfilter.cpp
13
6304
/*************************************************************************** qgsbrightnesscontrastfilter.cpp --------------------- begin : February 2013 copyright : (C) 2013 by Alexander Bruy email : alexander dot bru...
gpl-2.0
rispo/almas
src/server/scripts/Northrend/howling_fjord.cpp
13
13780
/* * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.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 License, or (at your * option) any later ve...
gpl-2.0
sub77-bkp/T530XXU1BOD8
drivers/media/platform/msm/camera_v2/ispif/msm_ispif.c
13
32496
/* Copyright (c) 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 hope...
gpl-2.0
lizhekang/TCJDK
sources/openjdk8/jdk/src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c
13
45234
/* * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
gpl-2.0
cuviper/binutils-gdb
gdb/testsuite/gdb.threads/dlopen-libpthread.c
13
1148
/* This testcase is part of GDB, the GNU debugger. Copyright 2011-2016 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or ...
gpl-2.0
asis92/kernel-lp-lg-d802
drivers/usb/gadget/f_mbim.c
525
49476
/* 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
TeamExodus/kernel_moto_shamu
arch/arm/mach-mvebu/armada-370-xp.c
1549
2529
/* * Device Tree support for Armada 370 and XP platforms. * * Copyright (C) 2012 Marvell * * Lior Amsalem <alior@marvell.com> * Gregory CLEMENT <gregory.clement@free-electrons.com> * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * * This file is licensed under the terms of the GNU General Public * Li...
gpl-2.0
elefher/Donkey_Kernel_MotoG
drivers/cpuidle/coupled.c
2061
23980
/* * coupled.c - helper functions to enter the same idle state on multiple cpus * * Copyright (c) 2011 Google, Inc. * * Author: Colin Cross <ccross@android.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 ...
gpl-2.0
e-mailky/kernel-comment
arch/arm/mach-imx/tzic.c
2573
6085
/* * Copyright (C)2004-2010 Freescale Semiconductor, Inc. All Rights Reserved. * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-lice...
gpl-2.0
sub77/matissewifi
drivers/target/tcm_fc/tfc_cmd.c
2829
14140
/* * Copyright (c) 2010 Cisco Systems, Inc. * * 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 it will be useful, but...
gpl-2.0
netico-solutions/linux-am335x
drivers/scsi/device_handler/scsi_dh_hp_sw.c
7693
10601
/* * Basic HP/COMPAQ MSA 1000 support. This is only needed if your HW cannot be * upgraded. * * Copyright (C) 2006 Red Hat, Inc. All rights reserved. * Copyright (C) 2006 Mike Christie * Copyright (C) 2008 Hannes Reinecke <hare@suse.de> * * This program is free software; you can redistribute it and/or modify ...
gpl-2.0
Split-Screen/android_kernel_samsung_msm8930-common
net/sctp/primitive.c
9229
7790
/* SCTP kernel implementation * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. * * This file is part of the SCTP kernel implementation * * These functions implement the SCTP primitive functions from Section 10. * * Note that the descriptions from the specification are USER level *...
gpl-2.0
mzueger/linux-phycore-mpc5200b
arch/x86/kernel/microcode_amd.c
14
8624
/* * 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
CyanogenMod/lge-kernel-omap4
arch/arm/mach-omap2/emif.c
14
46938
/* * OMAP4 EMIF platform driver * * Copyright (C) 2010 Texas Instruments, Inc. * * Santosh Shilimkar <santosh.shilimkar@ti.com> * Aneesh V <aneesh@ti.com> * Vibhore Vardhan <vvardhan@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
gpl-2.0
Shabbypenguin/Kettle_Corn_Kernel
drivers/misc/stmpe811.c
14
8625
/* drivers/misc/stmpe811.c * * Copyright (C) 2011 Samsung Electronics Co, Ltd. * * 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 distribu...
gpl-2.0
MattCrystal/yolo-computing-machine
arch/arm/mach-msm/lge/board-8974-g2-spr-gpiomux.c
14
53595
/* Copyright (c) 2012-2013, 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
fmertz/hd44780-ezio
clients/lcdproc/machine_SunOS.c
14
9346
/** \file clients/lcdproc/machine_SunOS.c * Collects system information on Solaris. */ /*- * This file is part of lcdproc, the lcdproc client. * * This file is released under the GNU General Public License. * Refer to the COPYING file distributed with this package. */ #ifdef sun #include <sys/types.h> #includ...
gpl-2.0
vinriviere/m68k-atari-mint-binutils-gdb
gdb/features/tic6x-gp.c
14
2566
/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: tic6x-gp.xml */ #include "gdbsupport/tdesc.h" static int create_feature_tic6x_gp (struct target_desc *result, long regnum) { struct tdesc_feature *feature; feature = tdesc_create_feature (result, "org.gnu.gdb.tic6x.gp"); tdesc_creat...
gpl-2.0
surkovalex/xbmc
xbmc/dialogs/GUIDialogMediaFilter.cpp
14
34768
/* * Copyright (C) 2012-2015 Team Kodi * http://kodi.tv * * 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. * * T...
gpl-2.0
uoaerg/linux-ecn
drivers/media/pci/cx25821/cx25821-video-upstream.c
526
18596
/* * Driver for the Conexant CX25821 PCIe bridge * * Copyright (C) 2009 Conexant Systems Inc. * Authors <hiep.huynh@conexant.com>, <shu.lin@conexant.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 F...
gpl-2.0
gautamMalu/linux-samsung-arndale-xen
drivers/watchdog/jz4740_wdt.c
526
6141
/* * Copyright (C) 2010, Paul Cercueil <paul@crapouillou.net> * JZ4740 Watchdog driver * * 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 you...
gpl-2.0
tgraf/net-next
drivers/rtc/rtc-88pm80x.c
782
10691
/* * Real Time Clock driver for Marvell 88PM80x PMIC * * Copyright (c) 2012 Marvell International Ltd. * Wenzeng Chen<wzch@marvell.com> * Qiao Zhou <zhouqiao@marvell.com> * * This file is subject to the terms and conditions of the GNU General * Public License. See the file "COPYING" in the main directory of t...
gpl-2.0
MartinsAD/xperia-kernel-msm7x30
fs/jfs/jfs_logmgr.c
782
60774
/* * Copyright (C) International Business Machines Corp., 2000-2004 * Portions Copyright (C) Christoph Hellwig, 2001-2002 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; eithe...
gpl-2.0
VanirAOSP/kernel_samsung_smdk4412
arch/arm/kernel/irq.c
1038
4529
/* * linux/arch/arm/kernel/irq.c * * Copyright (C) 1992 Linus Torvalds * Modifications for ARM processor Copyright (C) 1995-2000 Russell King. * * Support for Dynamic Tick Timer Copyright (C) 2004-2005 Nokia Corporation. * Dynamic Tick Timer written by Tony Lindgren <tony@atomide.com> and * Tuukka Tikkane...
gpl-2.0
abanerj/linux-mac
drivers/md/persistent-data/dm-bitset.c
1806
4052
/* * Copyright (C) 2012 Red Hat, Inc. * * This file is released under the GPL. */ #include "dm-bitset.h" #include "dm-transaction-manager.h" #include <linux/export.h> #include <linux/device-mapper.h> #define DM_MSG_PREFIX "bitset" #define BITS_PER_ARRAY_ENTRY 64 /*-----------------------------------------------...
gpl-2.0
defconoi/nexusplayer
drivers/gpu/drm/exynos/exynos_hdmi.c
2062
62943
/* * Copyright (C) 2011 Samsung Electronics Co.Ltd * Authors: * Seung-Woo Kim <sw0312.kim@samsung.com> * Inki Dae <inki.dae@samsung.com> * Joonyoung Shim <jy0922.shim@samsung.com> * * Based on drivers/media/video/s5p-tv/hdmi_drv.c * * This program is free software; you can redistribute it and/or modify it * ...
gpl-2.0
peterzhu0503/kernel_rk3168_86v_yk
arch/arm/mach-s3c64xx/mach-real6410.c
2062
7760
/* linux/arch/arm/mach-s3c64xx/mach-real6410.c * * Copyright 2010 Darius Augulis <augulis.darius@gmail.com> * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * http://armlinux.simtec.co.uk/ * * This program is free software; you can redistribute it and/or modify ...
gpl-2.0
jetonbacaj/SomeKernel_G920P_PB6
drivers/uio/uio_pdrv.c
2318
2371
/* * drivers/uio/uio_pdrv.c * * Copyright (C) 2008 by Digi International Inc. * All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */ #include <linux/platf...
gpl-2.0
danil39/Alto45
drivers/leds/leds-clevo-mail.c
2318
5509
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/platform_device.h> #include <linux/err.h> #include <linux/leds.h> #include <linux/io.h> #include <linux/dmi.h> #include <linux/i8042.h> #define CLEVO_MAIL_LED_OFF 0x0084 #define CLEVO_MAIL_LED_BLINK_1HZ 0x008A #define CLEVO_MAIL...
gpl-2.0
EPDCenter/android_kernel_rikomagic_mk808
drivers/char/genrtc.c
3342
13127
/* * Real Time Clock interface for * - q40 and other m68k machines, * - HP PARISC machines * - PowerPC machines * emulate some RTC irq capabilities in software * * Copyright (C) 1999 Richard Zidlicky * * based on Paul Gortmaker's rtc.c device and * Sam Creasey Generic rtc driver * * T...
gpl-2.0
Pesach85/lge-kernel-omap4
arch/arm/mach-netx/pfifo.c
14606
1670
/* * arch/arm/mach-netx/pfifo.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...
gpl-2.0
glewarne/S6-UniKernel
arch/arm/mach-netx/pfifo.c
14606
1670
/* * arch/arm/mach-netx/pfifo.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...
gpl-2.0
cooks8/android_kernel_samsung_smdk4x12
net/decnet/af_decnet.c
15
55103
/* * 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 Socket Layer Interface * * Authors: Eduardo Marcelo...
gpl-2.0
limeng12/r-source
src/library/grid/src/state.c
15
10006
/* * R : A Computer Language for Statistical Data Analysis * Copyright (C) 2001-3 Paul Murrell * 2003-5 The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundatio...
gpl-2.0
amarchandole/capprobe_mptcp
drivers/md/dm-snap-persistent.c
15
22551
/* * Copyright (C) 2001-2002 Sistina Software (UK) Limited. * Copyright (C) 2006-2008 Red Hat GmbH * * This file is released under the GPL. */ #include "dm-exception-store.h" #include <linux/mm.h> #include <linux/pagemap.h> #include <linux/vmalloc.h> #include <linux/export.h> #include <linux/slab.h> #include <li...
gpl-2.0
hor63/xcsoar
src/FLARM/FlarmDetails.cpp
15
2074
/* Copyright_License { XCSoar Glide Computer - http://www.xcsoar.org/ Copyright (C) 2000-2016 The XCSoar Project A detailed list of copyright holders can be found in the file "AUTHORS". 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
ISTweak/android_kernel_pantech_is06
fs/ext4/inode.c
271
173049
/* * linux/fs/ext4/inode.c * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * * from * * linux/fs/minix/inode.c * * Copyright (C) 1991, 1992 Linus Torvalds * * Goal-directed block allocat...
gpl-2.0