repo_name
string
path
string
copies
string
size
string
content
string
license
string
cafecongnghe/android_kernel_lge_mako
drivers/mmc/host/of_mmc_spi.c
5137
4311
/* * OpenFirmware bindings for the MMC-over-SPI driver * * Copyright (c) MontaVista Software, Inc. 2008. * * Author: Anton Vorontsov <avorontsov@ru.mvista.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
maxfu/legacy_android_kernel_exynos4210
arch/arm/mach-vt8500/devices-vt8500.c
7953
2689
/* linux/arch/arm/mach-vt8500/devices-vt8500.c * * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> * * 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. * ...
gpl-2.0
madprogrammer/linux-aurora
drivers/scsi/aic7xxx/aic79xx_osm_pci.c
11281
10619
/* * Linux driver attachment glue for PCI based U320 controllers. * * Copyright (c) 2000-2001 Adaptec 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...
gpl-2.0
shukiz/VAR-SOM-AM33-SDK7-TI-Kernel-3-12-y
fs/ocfs2/inode.c
18
40477
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * inode.c * * vfs' aops, fops, dops and iops * * Copyright (C) 2002, 2004 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 * Licens...
gpl-2.0
dduval/kernel-rhel3
arch/parisc/kernel/ccio-dma.c
18
47538
/* ** ccio-dma.c: ** DMA management routines for first generation cache-coherent machines. ** Program U2/Uturn in "Virtual Mode" and use the I/O MMU. ** ** (c) Copyright 2000 Grant Grundler ** (c) Copyright 2000 Ryan Bradetich ** (c) Copyright 2000 Hewlett-Packard Company ** ** This program is free software; you can re...
gpl-2.0
makiftasova/JediOutcastLinux
code/ff/ff_MultiCompound.cpp
18
4139
#include "common_headers.h" #ifdef _IMMERSION ////------------------ /// MultiCompound::Add //---------------------- // Insert a single compound effect if it does not already exist. // Only fails when parameter is NULL. // qboolean MultiCompound::Add( MultiEffect *effect ) { return effect ? ( mSet.insert...
gpl-2.0
NormandyCM11/android_kernel_nokia_normandy
drivers/leds/leds-tricolor.c
18
9671
/* 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
sunny256/linux
arch/powerpc/platforms/powernv/opal-memory-errors.c
18
4066
/* * OPAL asynchronus Memory error handling support in PowerNV. * * 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
FrancescoCG/Crazy-Kernel1-TW-Kernel
fs/open.c
18
27150
/* * linux/fs/open.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include <linux/string.h> #include <linux/mm.h> #include <linux/file.h> #include <linux/fdtable.h> #include <linux/fsnotify.h> #include <linux/module.h> #include <linux/tty.h> #include <linux/namei.h> #include <linux/backing-dev.h> #include <li...
gpl-2.0
circa-one/OpenJK-Alt
code/client/snd_mix.cpp
18
9161
/* =========================================================================== Copyright (C) 1999 - 2005, Id Software, Inc. Copyright (C) 2000 - 2013, Raven Software, Inc. Copyright (C) 2001 - 2013, Activision, Inc. Copyright (C) 2013 - 2015, OpenJK contributors This file is part of the OpenJK source code. OpenJK is ...
gpl-2.0
alexander-barabash/KVM-replay
fs/f2fs/inode.c
18
8246
/* * fs/f2fs/inode.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <...
gpl-2.0
Jackeagle/android_kernel_lge_d838
drivers/usb/gadget/composite.c
18
55549
/* * composite.c - infrastructure for Composite USB Gadgets * * Copyright (C) 2006-2008 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, o...
gpl-2.0
olegsvs/android_kernel_ark_benefit_m7_mm
drivers/misc/mediatek/thermal/common/coolers/mtk_cooler_fps.c
18
19933
#include <linux/version.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/types.h> #include <linux/kobject.h> #include <linux/proc_fs.h> #include <asm/uaccess.h> #include <linux/err.h> #include <linux/syscalls.h> #include <linux/slab.h> #include <linux/debugfs.h> #include <linux/mtk_gpu_utility.h> ...
gpl-2.0
ntddk/pemu
roms/u-boot/board/keymile/common/common.c
18
9329
/* * (C) Copyright 2008 * Heiko Schocher, DENX Software Engineering, hs@denx.de. * * (C) Copyright 2011 * Holger Brunck, Keymile GmbH Hannover, holger.brunck@keymile.com * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <ioports.h> #include <command.h> #include <malloc.h> #include <hush.h> ...
gpl-2.0
erdincay/clamav-devel
libclamav/c++/llvm/lib/CodeGen/PostRASchedulerList.cpp
18
24118
//===----- SchedulePostRAList.cpp - list scheduler ------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gpl-2.0
NorthWard/shooter-player
src/subpic/ISubPic.cpp
18
34133
/* * Copyright (C) 2003-2006 Gabest * http://www.gabest.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
W4TCH0UT/zz_lettuce
net/ipv4/inet_hashtables.c
1554
15971
/* * 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. * * Generic INET transport hashtables * * Authors: Lotsa people, from code originally in tcp * * This program i...
gpl-2.0
Alberto96/android_kernel_samsung_tassve
arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
1810
5810
/* * mpc7448_hpc2.c * * Board setup routines for the Freescale mpc7448hpc2(taiga) platform * * Author: Jacob Pan * jacob.pan@freescale.com * Author: Xianghua Xiao * x.xiao@freescale.com * Maintainer: Roy Zang <tie-fei.zang@freescale.com> * Add Flat Device Tree support fot mpc7448hpc2 board * * Copyr...
gpl-2.0
djmax81/android_kernel_samsung_exynos5433_LL
drivers/xen/xenbus/xenbus_probe.c
2066
18874
/****************************************************************************** * Talks to Xen Store to figure out what devices we have. * * Copyright (C) 2005 Rusty Russell, IBM Corporation * Copyright (C) 2005 Mike Wray, Hewlett-Packard * Copyright (C) 2005, 2006 XenSource Ltd * * This program is free software...
gpl-2.0
hroark13/android_kernel_zte_draconis
drivers/gpio/gpio-msm-v3.c
2834
6519
/* 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
ghsr/android_kernel_samsung_i9152
sound/soc/au1x/psc-ac97.c
3090
12214
/* * Au12x0/Au1550 PSC ALSA ASoC audio support. * * (c) 2007-2009 MSC Vertriebsges.m.b.H., * Manuel Lauss <manuel.lauss@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundat...
gpl-2.0
friedrich420/HTC-ONE-M7-AEL-Kernel-5.0.2
mm/filemap_xip.c
4370
11420
/* * linux/mm/filemap_xip.c * * Copyright (C) 2005 IBM Corporation * Author: Carsten Otte <cotte@de.ibm.com> * * derived from linux/mm/filemap.c - Copyright (C) Linus Torvalds * */ #include <linux/fs.h> #include <linux/pagemap.h> #include <linux/export.h> #include <linux/uio.h> #include <linux/rmap.h> #include...
gpl-2.0
Loller79/Solid_Kernel-GPROJ
arch/um/drivers/ssl.c
4626
5341
/* * Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #include "linux/fs.h" #include "linux/tty.h" #include "linux/tty_driver.h" #include "linux/major.h" #include "linux/mm.h" #include "linux/init.h" #include "linux/console.h" #include "asm/termbits.h" #include "asm/irq.h" #include...
gpl-2.0
Metallice/GTab2-Kernel-TW
lib/raid6/mktables.c
4626
2971
/* -*- linux-c -*- ------------------------------------------------------- * * * Copyright 2002-2007 H. Peter Anvin - 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 version; ...
gpl-2.0
Stuxnet-Kernel/kernel_mako
drivers/mtd/maps/solutionengine.c
5138
3079
/* * Flash and EPROM on Hitachi Solution Engine and similar boards. * * (C) 2001 Red Hat, Inc. * * GPL'd */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/init.h> #include <asm/io.h> #include <linux/mtd/mtd.h> #include <linux/mtd/map.h> #include <linux/mtd/partitions...
gpl-2.0
sub-b/android_kernel_samsung_matissewifi-old
arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c
9490
70621
/* * SH7723 Pinmux * * Copyright (C) 2008 Magnus Damm * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/gpio.h> #inclu...
gpl-2.0
ParanoidAndroid/android_kernel_grouper
fs/ntfs/upcase.c
14866
3933
/* * upcase.c - Generate the full NTFS Unicode upcase table in little endian. * Part of the Linux-NTFS project. * * Copyright (c) 2001 Richard Russon <ntfs@flatcap.org> * Copyright (c) 2001-2006 Anton Altaparmakov * * This program is free software; you can redistribute it and/or modify it * under the term...
gpl-2.0
mdeejay/android_kernel_monarudo
sound/soc/msm/msm-pcm-lpa.c
19
19809
/* Copyright (c) 2011-2012, 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
HRTKernel/Hacker_Kernel_SM-G92X_MM
drivers/motor/max77843_haptic.c
19
15749
/* * haptic motor driver for max77843 - max77673_haptic.c * * Copyright (C) 2011 ByungChang Cha <bc.cha@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #incl...
gpl-2.0
gouwa/linux-rk3288
drivers/net/wireless/rockchip_wlan/rtl8189es/hal/OUTSRC/rtl8188e/HalHWImg8188E_BB.c
19
27437
/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published b...
gpl-2.0
reynaldo-samsung/gst-plugins-base
gst/videoscale/vs_lanczos.c
19
51348
/* * Image Scaling Functions * Copyright (c) 2011 David A. Schleef <ds@schleef.org> * 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 ab...
gpl-2.0
stevezilla/u-boot-amherst
arch/arm/cpu/armv7/omap3/sys_info.c
19
8730
/* * (C) Copyright 2008 * Texas Instruments, <www.ti.com> * * Author : * Manikandan Pillai <mani.pillai@ti.com> * * Derived from Beagle Board and 3430 SDP code by * Richard Woodruff <r-woodruff2@ti.com> * Syed Mohammed Khasim <khasim@ti.com> * * SPDX-License-Identifier: GPL-2.0+ */ #include ...
gpl-2.0
TSCLKS/linux
drivers/i2c/busses/i2c-cadence.c
275
26422
/* * I2C bus driver for the Cadence I2C controller. * * Copyright (C) 2009 - 2014 Xilinx, 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 2 of the License, or (at...
gpl-2.0
fenten/701kernel
drivers/net/wireless/orinoco/scan.c
531
5409
/* Helpers for managing scan queues * * See copyright notice in main.c */ #include <linux/kernel.h> #include <linux/string.h> #include <linux/ieee80211.h> #include <net/cfg80211.h> #include "hermes.h" #include "orinoco.h" #include "main.h" #include "scan.h" #define ZERO_DBM_OFFSET 0x95 #define MAX_SIGNAL_LEVEL 0...
gpl-2.0
sudosurootdev/linux
drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
787
18380
/************************************************************************** * * Copyright © 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"), to d...
gpl-2.0
BrokenDev/kernel_samsung_msm8660-common
net/netfilter/nf_conntrack_expect.c
787
17540
/* Expectation handling for nf_conntrack. */ /* (C) 1999-2001 Paul `Rusty' Russell * (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org> * (C) 2003,2004 USAGI/WIDE Project <http://www.linux-ipv6.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Ge...
gpl-2.0
lacvapps/linux
arch/alpha/kernel/process.c
787
9936
/* * linux/arch/alpha/kernel/process.c * * Copyright (C) 1995 Linus Torvalds */ /* * This file handles the architecture-dependent parts of process handling. */ #include <linux/errno.h> #include <linux/module.h> #include <linux/sched.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/smp.h> #i...
gpl-2.0
alban/linux
tools/thermal/tmon/tmon.c
1299
9053
/* * tmon.c Thermal Monitor (TMON) main function and entry point * * Copyright (C) 2012 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 version * 2 or later as published by the Free Software Fo...
gpl-2.0
HashBang173/linux-kexec
tools/testing/selftests/powerpc/pmu/ebb/event_attributes_test.c
1299
2944
/* * Copyright 2014, Michael Ellerman, IBM Corp. * Licensed under GPLv2. */ #include <stdio.h> #include <stdlib.h> #include "ebb.h" /* * Test various attributes of the EBB event are enforced. */ int event_attributes(void) { struct event event, leader; event_init(&event, 0x1001e); event_leader_ebb_init(&eve...
gpl-2.0
alexax66/LP-Kernel-SM-E500H
drivers/tty/serial/sccnxp.c
2067
26783
/* * NXP (Philips) SCC+++(SCN+++) serial driver * * Copyright (C) 2012 Alexander Shiyan <shc_work@mail.ru> * * Based on sc26xx.c, by Thomas Bogendörfer (tsbogend@alpha.franken.de) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License a...
gpl-2.0
jdkoreclipse/incrediblec_2.6.38
net/ipv4/netfilter/nf_defrag_ipv4.c
2835
3301
/* (C) 1999-2001 Paul `Rusty' Russell * (C) 2002-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 GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/types.h> ...
gpl-2.0
Neph81/cm-kernel_lge_iproj
arch/mips/mm/sc-ip22.c
2835
3889
/* * sc-ip22.c: Indy cache management functions. * * Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org), * derived from r4xx0.c by David S. Miller (davem@davemloft.net). */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/mm.h> #include <asm/bcache.h> #include <asm/page...
gpl-2.0
AD5GB/kernel_n5_3.10-experimental
drivers/leds/trigger/ledtrig-oneshot.c
3091
5219
/* * One-shot LED Trigger * * Copyright 2012, Fabio Baltieri <fabio.baltieri@gmail.com> * * Based on ledtrig-timer.c by 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 * publishe...
gpl-2.0
OlegKyiashko/LGOGP-kernel
drivers/usb/serial/keyspan.c
3603
68132
/* Keyspan USB to Serial Converter driver (C) Copyright (C) 2000-2001 Hugh Blemings <hugh@blemings.org> (C) Copyright (C) 2002 Greg Kroah-Hartman <greg@kroah.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
TeamRegular/android_kernel_lge_e2nxx-stock
fs/ext4/indirect.c
3603
45190
/* * linux/fs/ext4/indirect.c * * from * * 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...
gpl-2.0
johnnyslt/kernel_zte_v967s
net/ipv4/netfilter/nf_nat_pptp.c
4371
9943
/* * nf_nat_pptp.c * * NAT support for PPTP (Point to Point Tunneling Protocol). * PPTP is a a protocol for creating virtual private networks. * It is a specification defined by Microsoft and some vendors * working with Microsoft. PPTP is built on top of a modified * version of the Internet Generic Routing Enca...
gpl-2.0
pavian/LITMUS_RT_WITH_HMP
arch/um/drivers/port_user.c
4627
3728
/* * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) * Licensed under the GPL */ #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <termios.h> #include <unistd.h> #include <netinet/in.h> #include "chan_user.h" #include <os.h> #include "port.h" #include <um_malloc.h> struct po...
gpl-2.0
losfair/android_kernel_sony_u8500_3_4
drivers/platform/x86/eeepc-laptop.c
4883
38037
/* * eeepc-laptop.c - Asus Eee PC extras * * Based on asus_acpi.c as patched for the Eee PC by Asus: * ftp://ftp.asus.com/pub/ASUS/EeePC/701/ASUS_ACPI_071126.rar * Based on eee.c from eeepc-linux * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener...
gpl-2.0
HelllGuest/sprout_kernel
drivers/block/paride/pt.c
8467
23780
/* pt.c (c) 1998 Grant R. Guenther <grant@torque.net> Under the terms of the GNU General Public License. This is the high-level driver for parallel port ATAPI tape drives based on chips supported by the paride module. The driver implements both rewinding and non...
gpl-2.0
invisiblek/android_kernel_lge_g3
drivers/input/touchscreen/wm9713.c
8467
12515
/* * wm9713.c -- Codec touch driver for Wolfson WM9713 AC97 Codec. * * Copyright 2003, 2004, 2005, 2006, 2007, 2008 Wolfson Microelectronics PLC. * Author: Liam Girdwood <lrg@slimlogic.co.uk> * Parts Copyright : Ian Molton <spyro@f2s.com> * Andrew Zabolotny <zap@homelink.ru> * ...
gpl-2.0
markbencze/android_kernel_lge_hammerhead
drivers/input/touchscreen/wm9713.c
8467
12515
/* * wm9713.c -- Codec touch driver for Wolfson WM9713 AC97 Codec. * * Copyright 2003, 2004, 2005, 2006, 2007, 2008 Wolfson Microelectronics PLC. * Author: Liam Girdwood <lrg@slimlogic.co.uk> * Parts Copyright : Ian Molton <spyro@f2s.com> * Andrew Zabolotny <zap@homelink.ru> * ...
gpl-2.0
Volidol1/android_kernel_lge_d605
arch/arm/nwfpe/fpmodule.c
8979
5389
/* NetWinder Floating Point Emulator (c) Rebel.com, 1998-1999 (c) Philip Blundell, 1998-1999 Direct questions, comments to Scott Bambrough <scottb@netwinder.org> 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
oloendithas/SM-T705_Exynos5420
drivers/s390/cio/device_id.c
9235
5853
/* * CCW device SENSE ID I/O handling. * * Copyright IBM Corp. 2002,2009 * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com> * Martin Schwidefsky <schwidefsky@de.ibm.com> * Peter Oberparleiter <peter.oberparleiter@de.ibm.com> */ #include <linux/kernel.h> #include <linux/string.h> #include <linux/ty...
gpl-2.0
jdheiner/SGH-T769_Kernel_ICS
drivers/scsi/sun3x_esp.c
9235
7400
/* sun3x_esp.c: ESP front-end for Sun3x systems. * * Copyright (C) 2007,2008 Thomas Bogendoerfer (tsbogend@alpha.franken.de) */ #include <linux/kernel.h> #include <linux/gfp.h> #include <linux/types.h> #include <linux/delay.h> #include <linux/module.h> #include <linux/init.h> #include <linux/platform_device.h> #inc...
gpl-2.0
getitnowmarketing/mecha_2.6.32
arch/mips/txx9/generic/setup_tx3927.c
9491
3728
/* * TX3927 setup routines * Based on linux/arch/mips/txx9/jmr3927/setup.c * * Copyright 2001 MontaVista Software Inc. * Copyright (C) 2000-2001 Toshiba Corporation * Copyright (C) 2007 Ralf Baechle (ralf@linux-mips.org) * * This file is subject to the terms and conditions of the GNU General Public * License. ...
gpl-2.0
ezeteze/android_kernel_huawei_u8815_slim
tools/perf/util/quote.c
13587
1265
#include "cache.h" #include "quote.h" /* Help to copy the thing properly quoted for the shell safety. * any single quote is replaced with '\'', any exclamation point * is replaced with '\!', and the whole thing is enclosed in a * * E.g. * original sq_quote result * name ==> name ==> 'name' * ...
gpl-2.0
CandyDevices/kernel_htc_msm8974
fs/ext4/file.c
20
6433
/* * linux/fs/ext4/file.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/file.c * * Copyright (C) 1991, 1992 Linus Torvalds * * ext4 fs regular file handling...
gpl-2.0
jwpi/glibc
wcsmbs/wcscasecmp.c
20
1860
/* Copyright (C) 1991-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 of the ...
gpl-2.0
svn2github/valgrind-master-mirror
massif/tests/overloaded-new.cpp
20
1174
// operator new(unsigned) // operator new[](unsigned) // operator new(unsigned, std::nothrow_t const&) // operator new[](unsigned, std::nothrow_t const&) #include <stdlib.h> #include <new> using std::nothrow_t; // A big structure. Its details don't matter. typedef struct { int array[1000]; } s; ...
gpl-2.0
Informatic/ofono
src/ctm.c
20
7943
/* * * oFono - Open Source Telephony * * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). * Copyright (C) 2011 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 version 2...
gpl-2.0
sigma-random/wireshark
epan/dissectors/packet-3g-a11.c
20
101777
/* * packet-3g-a11.c * Routines for CDMA2000 A11 packet trace * Copyright 2002, Ryuji Somegawa <somegawa@wide.ad.jp> * packet-3g-a11.c was written based on 'packet-mip.c'. * * packet-3g-a11.c updated by Ravi Valmikam for 3GPP2 TIA-878-A * Copyright 2005, Ravi Valmikam <rvalmikam@airvananet.com> * * packet-mip....
gpl-2.0
binkybear/android_kernel_google_msm
drivers/cpufreq/cpufreq.c
20
54391
/* * linux/drivers/cpufreq/cpufreq.c * * Copyright (C) 2001 Russell King * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de> * * Oct 2005 - Ashok Raj <ashok.raj@intel.com> * Added handling for CPU hotplug * Feb 2006 - Jacob Shin <jacob.shin@amd.com> * Fix handling for CPU hotplug -- affected CP...
gpl-2.0
shinru2004/N860_Kernel
drivers/media/video/pvrusb2/pvrusb2-ioread.c
1556
12501
/* * * * Copyright (C) 2005 Mike Isely <isely@pobox.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 * * This program is distributed in the ho...
gpl-2.0
aka-mccloud/ployer-momo7-kernel
block/blk-throttle.c
2324
32716
/* * Interface for controlling IO bandwidth on a request queue * * Copyright (C) 2010 Vivek Goyal <vgoyal@redhat.com> */ #include <linux/module.h> #include <linux/slab.h> #include <linux/blkdev.h> #include <linux/bio.h> #include <linux/blktrace_api.h> #include "blk-cgroup.h" /* Max dispatch from a group in 1 roun...
gpl-2.0
fredericgermain/linux-sunxi
tools/testing/selftests/kcmp/kcmp_test.c
2836
2116
#define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <signal.h> #include <limits.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <fcntl.h> #include <linux/unistd.h> #include <linux/kcmp.h> #include <sys/syscall.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/wait.h...
gpl-2.0
TEAM-Gummy/Gummy_kernel_grouper
drivers/parport/parport_sunbpp.c
3092
10446
/* parport_sunbpp.c: Parallel-port routines for SBUS * * Author: Derrick J. Brashear <shadow@dementia.org> * * based on work by: * Phil Blundell <philb@gnu.org> * Tim Waugh <tim@cyberelk.demon.co.uk> * Jose Renau <renau@acm.org> * David Campbell <campbell@tirian.che.curtin.edu.au...
gpl-2.0
SamueleCiprietti/nova_kernel
drivers/media/video/bt866.c
3348
6424
/* bt866 - BT866 Digital Video Encoder (Rockwell Part) Copyright (C) 1999 Mike Bernson <mike@mlb.org> Copyright (C) 1998 Dave Perks <dperks@ibm.net> Modifications for LML33/DC10plus unified driver Copyright (C) 2000 Serguei Miridonov <mirsev@cicese.mx> This code was modify/ported from the saa...
gpl-2.0
sub77/android_kernel_samsung_matissewifi
drivers/mfd/pm8018-core.c
3348
19304
/* * Copyright (c) 2011-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 ...
gpl-2.0
Thunderoar/android_kernel_samsung_goyave3g
drivers/ide/q40ide.c
10260
4221
/* * Q40 I/O port IDE Driver * * (c) Richard Zidlicky * * 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/types.h> #include <linux/mm.h> #include <linux/interru...
gpl-2.0
95A31/android_kernel_msm
fs/nls/nls_iso8859-2.c
12564
13181
/* * linux/fs/nls/nls_iso8859-2.c * * Charset iso8859-2 translation tables. * Generated automatically from the Unicode and charset * tables from the Unicode Organization (www.unicode.org). * The Unicode to charset table has only exact mappings. */ #include <linux/module.h> #include <linux/kernel.h> #include <li...
gpl-2.0
parallella/parallella-linux-old
fs/nls/nls_cp874.c
12564
10995
/* * linux/fs/nls/nls_cp874.c * * Charset cp874 translation tables. * Generated automatically from the Unicode and charset * tables from the Unicode Organization (www.unicode.org). * The Unicode to charset table has only exact mappings. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/stri...
gpl-2.0
TheStrix/android_kernel_cyanogen_msm8916
arch/microblaze/mm/mmu_context.c
13844
2042
/* * This file contains the routines for handling the MMU. * * Copyright (C) 2007 Xilinx, Inc. All rights reserved. * * Derived from arch/ppc/mm/4xx_mmu.c: * -- paulus * * Derived from arch/ppc/mm/init.c: * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Modifications by Paul Mackerras ...
gpl-2.0
eus/cbs_inheritance
kernel/time/timeconv.c
13844
3580
/* * Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. * This file is part of the GNU C Library. * Contributed by Paul Eggert (eggert@twinsun.com). * * The GNU C Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License a...
gpl-2.0
elkay/LK_DNA_2
arch/powerpc/boot/cuboot-yosemite.c
14100
1095
/* * Old U-boot compatibility for Yosemite * * Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> * * Copyright 2008 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 Foundat...
gpl-2.0
SlimRoms/kernel_sony_msm8974
arch/arm/mach-w90x900/nuc960.c
14356
1140
/* * linux/arch/arm/mach-w90x900/nuc960.c * * Based on linux/arch/arm/plat-s3c24xx/s3c244x.c by Ben Dooks * * Copyright (c) 2008 Nuvoton technology corporation. * * Wan ZongShun <mcuos.com@gmail.com> * * NUC960 cpu support * * This program is free software; you can redistribute it and/or modify * it under t...
gpl-2.0
DevSwift/Kernel-3.4-NovaThor
drivers/dio/dio-sysfs.c
15380
2250
/* * File Attributes for DIO Devices * * Copyright (C) 2004 Jochen Friedrich * * Loosely based on drivers/pci/pci-sysfs.c and drivers/zorro/zorro-sysfs.c * * 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 * ...
gpl-2.0
wjflyhigh/glibc-2.21
sysdeps/powerpc/ffs.c
21
1318
/* Find first set bit in a word, counted from least significant end. For PowerPC. Copyright (C) 1991-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Torbjorn Granlund (tege@sics.se). The GNU C Library is free software; you can redistribute it and/or modify i...
gpl-2.0
romanalexander/Trickles
drivers/char/machzwd.c
21
11542
/* * MachZ ZF-Logic Watchdog Timer 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 option) any later version. ...
gpl-2.0
kanpol/bibo
util-linux/swaponoff.c
21
6912
/* vi: set sw=4 ts=4: */ /* * Mini swapon/swapoff implementation for busybox * * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> * * Licensed under GPLv2, see file LICENSE in this source tree. */ //usage:#define swapon_trivial_usage //usage: "[-a]" IF_FEATURE_SWAPON_DISCARD(" [-d[POL]]") I...
gpl-2.0
patrickhwood/uboot-imx
net/net.c
21
39410
/* * Copied from Linux Monitor (LiMon) - Networking. * * Copyright 1994 - 2000 Neil Russell. * (See License) * Copyright 2000 Roland Borde * Copyright 2000 Paolo Scaffardi * Copyright 2000-2002 Wolfgang Denk, wd@denx.de */ /* * General Desription: * * The user interface supports commands for BOOTP, RARP, an...
gpl-2.0
ArthySundaram/chromeos-3.8
arch/sparc/kernel/leon_smp.c
277
12376
/* leon_smp.c: Sparc-Leon SMP support. * * based on sun4m_smp.c * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 2009 Daniel Hellstrom (daniel@gaisler.com) Aeroflex Gaisler AB * Copyright (C) 2009 Konrad Eisele (konrad@gaisler.com) Aeroflex Gaisler AB */ #include <asm/head.h> #inclu...
gpl-2.0
mrlambchop/imx23-kernel
arch/arm/plat-samsung/s5p-irq-eint.c
277
5221
/* * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com * * S5P - IRQ EINT 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 Software Foundation. */ #include <linux...
gpl-2.0
exynos4-sdk/kernel
arch/sparc/kernel/leon_pmc.c
277
1994
/* leon_pmc.c: LEON Power-down cpu_idle() handler * * Copyright (C) 2011 Daniel Hellstrom (daniel@gaisler.com) Aeroflex Gaisler AB */ #include <linux/init.h> #include <linux/pm.h> #include <asm/leon_amba.h> #include <asm/cpu_type.h> #include <asm/leon.h> /* List of Systems that need fixup instructions around powe...
gpl-2.0
figue/raspberry-pi-kernel
fs/xfs/xfs_qm_bhv.c
277
4534
/* * Copyright (c) 2000-2006 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
barome/Nexus-S
drivers/serial/clps711x.c
1813
13342
/* * linux/drivers/char/clps711x.c * * 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 t...
gpl-2.0
Menpiko/SnaPKernel-N
drivers/gpio/gpio-wm8350.c
2325
4525
/* * gpiolib support for Wolfson WM835x PMICs * * 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 published by the *...
gpl-2.0
engine95/navelC-990
drivers/net/wireless/iwlegacy/4965-mac.c
2837
187964
/****************************************************************************** * * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved. * * Portions of this file are derived from the ipw3945 project, as well * as portions of the ieee80211 subsystem header files. * * This program is free software; yo...
gpl-2.0
zhaochengw/ef40s_jb_kernel
drivers/i2c/busses/i2c-sis96x.c
4117
9045
/* Copyright (c) 2003 Mark M. Hoffman <mhoffman@lightlink.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 option) any later versi...
gpl-2.0
manveru0/FeaCore_Phoenix_S3_JellyBean
tools/firewire/nosy-dump.c
8469
25674
/* * nosy-dump - Interface to snoop mode driver for TI PCILynx 1394 controllers * Copyright (C) 2002-2006 Kristian Høgsberg * * 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...
gpl-2.0
MattCrystal/freezing-octo-ironman
lib/raid6/sse1.c
8469
4981
/* -*- linux-c -*- ------------------------------------------------------- * * * Copyright 2002 H. Peter Anvin - All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundatio...
gpl-2.0
SomethingExplosive/android_kernel_samsung_manta
arch/sh/kernel/cpu/sh2a/clock-sh7201.c
9237
2017
/* * arch/sh/kernel/cpu/sh2a/clock-sh7201.c * * SH7201 support for the clock framework * * Copyright (C) 2008 Peter Griffin <pgriffin@mpc-data.co.uk> * * Based on clock-sh4.c * Copyright (C) 2005 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the...
gpl-2.0
poondog/kangaroo-m7-mkv
arch/arm/mach-mmp/devices.c
9493
1542
/* * linux/arch/arm/mach-mmp/devices.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/dma-mappin...
gpl-2.0
virt2real/linux-davinci-2.6
fs/nls/nls_cp1251.c
12565
12751
/* * linux/fs/nls/nls_cp1251.c * * Charset cp1251 translation tables. * Generated automatically from the Unicode and charset * tables from the Unicode Organization (www.unicode.org). * The Unicode to charset table has only exact mappings. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/st...
gpl-2.0
thewisenerd/kernel_sprout
lib/is_single_threaded.c
13589
1363
/* Function to determine if a thread group is single threaded or not * * Copyright (C) 2008 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * - Derived from security/selinux/hooks.c * * This program is free software; you can redistribute it and/or * modify it under the terms o...
gpl-2.0
ccrma/sndtools
src/sndpeek/Stk.cpp
22
3136
/***************************************************/ /*! \class Stk \brief STK base class Nearly all STK classes inherit from this class. The global sample rate can be queried and modified via Stk. In addition, this class provides error handling and byte-swapping functions. by Perry R. C...
gpl-2.0
kzlin129/tt-gpl
go9/linux-s3c24xx/drivers/input/misc/pcspkr.c
22
2214
/* * PC Speaker beeper driver for Linux * * Copyright (c) 2002 Vojtech Pavlik * Copyright (c) 1992 Orest Zborowski * */ /* * 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 ...
gpl-2.0
hajuuk/asuswrt
release/src/router/samba-3.5.8/source4/utils/oLschema2ldif.c
22
12028
/* ldb database library Copyright (C) Simo Sorce 2005 ** NOTE! The following LGPL license applies to the ldb ** library. This does NOT imply that all of Samba is released ** under the LGPL This library is free software; you can redistribute it and/or modify it under the terms of the GN...
gpl-2.0
flipz/android-2.6.27-heroc
arch/ia64/kernel/signal.c
22
19031
/* * Architecture-specific signal handling support. * * Copyright (C) 1999-2004 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> * * Derived from i386 and Alpha versions. */ #include <linux/errno.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/ptrace.h> #include <linux/sched.h> #...
gpl-2.0
fbocharov/au-linux-kernel-spring-2016
linux/drivers/rtc/rtc-davinci.c
278
14980
/* * DaVinci Power Management and Real Time Clock Driver for TI platforms * * Copyright (C) 2009 Texas Instruments, Inc * * Author: Miguel Aguilar <miguel.aguilar@ridgerun.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ...
gpl-2.0
1N4148/agni
drivers/media/video/exynos/fimc-is/fimc-is-v4l2.c
278
153518
/* * Samsung Exynos4 SoC series FIMC-IS slave interface driver * * v4l2 subdev driver interface * * Copyright (c) 2011 Samsung Electronics Co., Ltd * Contact: Younghwan Joo, <yhwan.joo@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
gpl-2.0