repo_name
string
path
string
copies
string
size
string
content
string
license
string
ztemt/NX511J_kernel
drivers/cpufreq/intel_pstate.c
658
17943
/* * intel_pstate.c: Native P state management for Intel processors * * (C) Copyright 2012 Intel Corporation * Author: Dirk Brandewie <dirk.j.brandewie@intel.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
jamiethemorris/SPH-L710_Kernel
arch/arm/mach-msm/devices-qsd8x50.c
1170
20556
/* * Copyright (C) 2008 Google, Inc. * Copyright (c) 2008-2012, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. *...
gpl-2.0
jforge/linux
drivers/tty/serial/jsm/jsm_cls.c
1170
25122
/* * Copyright 2003 Digi International (www.digi.com) * Scott H Kilau <Scott_Kilau at digi dot 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 (at your option) ...
gpl-2.0
HurryNwait/kernel-crespo-jellybean
sound/core/jack.c
2450
6261
/* * Jack abstraction layer * * Copyright 2008 Wolfson Microelectronics * * 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)...
gpl-2.0
CyanogenMod/android_kernel_lge_v500
drivers/usb/core/sysfs.c
3218
24196
/* * drivers/usb/core/sysfs.c * * (C) Copyright 2002 David Brownell * (C) Copyright 2002,2004 Greg Kroah-Hartman * (C) Copyright 2002,2004 IBM Corp. * * All of the sysfs file attributes for usb devices and interfaces. * */ #include <linux/kernel.h> #include <linux/string.h> #include <linux/usb.h> #include <l...
gpl-2.0
loglud/acclaim_kernel
arch/powerpc/platforms/embedded6xx/storcenter.c
4498
3353
/* * Board setup routines for the storcenter * * Copyright 2007 (C) Oyvind Repvik (nail@nslu2-linux.org) * Copyright 2007 Andy Wilcox, Jon Loeliger * * Based on linkstation.c by G. Liakhovetski * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "a...
gpl-2.0
hallovveen31/M8_JUST_ONE_KERNEL
kernel/time/tick-oneshot.c
7826
2892
/* * linux/kernel/time/tick-oneshot.c * * This file contains functions which manage high resolution tick * related events. * * Copyright(C) 2005-2006, Thomas Gleixner <tglx@linutronix.de> * Copyright(C) 2005-2007, Red Hat, Inc., Ingo Molnar * Copyright(C) 2006-2007, Timesys Corp., Thomas Gleixner * * This cod...
gpl-2.0
chirayudesai/linux-msm-fusion3
sound/drivers/pcsp/pcsp_mixer.c
9362
4117
/* * PC-Speaker driver for Linux * * Mixer implementation. * Copyright (C) 2001-2008 Stas Sergeev */ #include <sound/core.h> #include <sound/control.h> #include "pcsp.h" static int pcsp_enable_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) { uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLE...
gpl-2.0
ali-filth/android_kernel_samsung_msm8226
drivers/scsi/NCR53c406a.c
11154
28738
/* * NCR53c406.c * Low-level SCSI driver for NCR53c406a chip. * Copyright (C) 1994, 1995, 1996 Normunds Saumanis (normunds@fi.ibm.com) * * LILO command line usage: ncr53c406a=<PORTBASE>[,<IRQ>[,<FASTPIO>]] * Specify IRQ = 0 for non-interrupt driven mode. * FASTPIO = 1 for fast pio mode, 0 for slow mode. ...
gpl-2.0
existz/htc-kernel-msm7x30
drivers/media/video/pwc/pwc-timon.c
14994
67609
/* Linux driver for Philips webcam (C) 2004-2006 Luc Saillard (luc@saillard.org) NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx driver and thus may have bugs that are not present in the original version. Please send bug reports and support requests to <luc@saillard.org>. The...
gpl-2.0
AdrianHuang/rt-thread
components/external/freetype/src/gxvalid/gxvmorx2.c
147
11486
/***************************************************************************/ /* */ /* gxvmorx2.c */ /* */ /* Tr...
gpl-2.0
drakaz/gaosp_kernel
drivers/watchdog/ks8695_wdt.c
147
7551
/* * Watchdog driver for Kendin/Micrel KS8695. * * (C) 2007 Andrew Victor * * 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/bitops.h> #include <linux/errno....
gpl-2.0
HackerOO7/android_kernel_huawei_u8951
arch/arm/mach-msm/msm_bus/msm_bus_dbg.c
403
18720
/* Copyright (c) 2010-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
chtq/ucore_lab
labcodes/lab4/libs/printfmt.c
403
9735
#include <defs.h> #include <x86.h> #include <error.h> #include <stdio.h> #include <string.h> /* * * Space or zero padding and a field width are supported for the numeric * formats only. * * The special format %e takes an integer error code * and prints a string describing the error. * The integer may be positive...
gpl-2.0
kbc-developers/android_kernel_samsung_klte
lib/genalloc.c
1427
11970
/* * Basic general purpose allocator for managing special purpose * memory, for example, memory that is not managed by the regular * kmalloc/kfree interface. Uses for this includes on-device special * memory, uncached memory etc. * * It is safe to use the allocator in NMI handlers and other special * unblockabl...
gpl-2.0
Dinjesk/android_kernel_oneplus_msm8996
drivers/net/wireless/b43/phy_lcn.c
1427
24637
/* Broadcom B43 wireless driver IEEE 802.11n LCN-PHY support Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the ...
gpl-2.0
LeJay/android_kernel_samsung_I9505G
kernel/events/hw_breakpoint.c
2195
16080
/* * 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
somcom3x/kernel_samsung_msm8660-common
arch/powerpc/sysdev/xics/icp-hv.c
2707
3623
/* * Copyright 2011 IBM Corporation. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * */ #include <linux/...
gpl-2.0
tadeas482/android_kernel_u8500
arch/powerpc/platforms/512x/mpc512x_shared.c
2963
11799
/* * Copyright (C) 2007,2008 Freescale Semiconductor, Inc. All rights reserved. * * Author: John Rigby <jrigby@freescale.com> * * Description: * MPC512x Shared code * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by * the Fre...
gpl-2.0
poparteu/linux-kernel-hal
drivers/media/tuners/tua9001.c
3731
6554
/* * Infineon TUA 9001 silicon tuner driver * * Copyright (C) 2009 Antti Palosaari <crope@iki.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Licens...
gpl-2.0
LorDClockaN/Ace-2.6.35
sound/drivers/opl4/opl4_proc.c
3987
3506
/* * Functions for the OPL4 proc file * Copyright (c) 2003 by Clemens Ladisch <clemens@ladisch.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
RolanDroid/lge_kernel_lproj
arch/arm/mach-msm/board-mahimahi-tpa2018d1.c
4499
8209
/* drivers/i2c/chips/tpa2018d1.c * * TI TPA2018D1 Speaker Amplifier * * Copyright (C) 2009 HTC Corporation * * 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
mkasick/android_kernel_samsung_jfltespr
drivers/media/video/davinci/vpif.c
5523
11380
/* * vpif - DM646x Video Port Interface driver * VPIF is a receiver and transmitter for video data. It has two channels(0, 1) * that receiveing video byte stream and two channels(2, 3) for video output. * The hardware supports SDTV, HDTV formats, raw data capture. * Currently, the driver supports NTSC and PAL stan...
gpl-2.0
OneEducation/kernel-rk310-lollipop-cx929
arch/powerpc/platforms/44x/sam440ep.c
8083
1977
/* * Sam440ep board specific routines based off bamboo.c code * original copyrights below * * Wade Farnsworth <wfarnsworth@mvista.com> * Copyright 2004 MontaVista Software Inc. * * Rewritten and ported to the merged powerpc tree: * Josh Boyer <jwboyer@linux.vnet.ibm.com> * Copyright 2007 IBM Corporation * * ...
gpl-2.0
tommytarts/QuantumKernelM8-Sense
arch/powerpc/platforms/44x/sam440ep.c
8083
1977
/* * Sam440ep board specific routines based off bamboo.c code * original copyrights below * * Wade Farnsworth <wfarnsworth@mvista.com> * Copyright 2004 MontaVista Software Inc. * * Rewritten and ported to the merged powerpc tree: * Josh Boyer <jwboyer@linux.vnet.ibm.com> * Copyright 2007 IBM Corporation * * ...
gpl-2.0
hmbedded/bbb-dac-old
drivers/scsi/fnic/vnic_dev.c
8339
14931
/* * Copyright 2008 Cisco Systems, Inc. All rights reserved. * Copyright 2007 Nuova 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 ...
gpl-2.0
crdroid-devices/android_kernel_htc_msm8960
drivers/staging/media/solo6x10/tw28.c
8339
24851
/* * Copyright (C) 2010 Bluecherry, LLC www.bluecherrydvr.com * Copyright (C) 2010 Ben Collins <bcollins@bluecherry.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 ...
gpl-2.0
FreeProjectAce/protou_kernel
drivers/rapidio/rio-sysfs.c
8339
6871
/* * RapidIO sysfs attributes and support * * Copyright 2005 MontaVista Software, Inc. * Matt Porter <mporter@kernel.crashing.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; ...
gpl-2.0
czobor/phablet_kernel_samsung_msm7x30-common
drivers/staging/media/solo6x10/gpio.c
8339
2804
/* * Copyright (C) 2010 Bluecherry, LLC www.bluecherrydvr.com * Copyright (C) 2010 Ben Collins <bcollins@bluecherry.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 ...
gpl-2.0
wgoossens/linux-nios2
security/tomoyo/environ.c
9875
3117
/* * security/tomoyo/environ.c * * Copyright (C) 2005-2011 NTT DATA CORPORATION */ #include "common.h" /** * tomoyo_check_env_acl - Check permission for environment variable's name. * * @r: Pointer to "struct tomoyo_request_info". * @ptr: Pointer to "struct tomoyo_acl_info". * * Returns true if granted, ...
gpl-2.0
AospPlus/android_external_busybox
e2fsprogs/old_e2fsprogs/blkid/tag.c
148
9830
/* vi: set sw=4 ts=4: */ /* * tag.c - allocation/initialization/free routines for tag structs * * Copyright (C) 2001 Andreas Dilger * Copyright (C) 2003 Theodore Ts'o * * %Begin-Header% * This file may be redistributed under the terms of the * GNU Lesser General Public License. * %End-Header% */ #include <st...
gpl-2.0
Altaf-Mahdi/grouper
drivers/gpu/ion/tegra/tegra_ion.c
148
13991
/* * drivers/gpu/tegra/tegra_ion.c * * Copyright (C) 2011 Google, Inc. * Copyright (C) 2011, NVIDIA Corporation. * * 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 t...
gpl-2.0
perkarom/Shark-E
drivers/misc/modem_if/sipc4_io_device.c
148
41747
/* /linux/drivers/misc/modem_if/modem_io_device.c * * Copyright (C) 2010 Google, Inc. * Copyright (C) 2010 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...
gpl-2.0
henrix/beagle-linux
kernel/sys_ni.c
148
7137
#include <linux/linkage.h> #include <linux/errno.h> #include <asm/unistd.h> /* we can't #include <linux/syscalls.h> here, but tell gcc to not warn with -Wmissing-prototypes */ asmlinkage long sys_ni_syscall(void); /* * Non-implemented system calls get redirected here. */ asmlinkage long sys_ni_syscall(void)...
gpl-2.0
nathanlnw/TJ_TW703_cdma
components/net/lwip-1.3.2/src/netif/ppp/auth.c
148
25942
/***************************************************************************** * auth.c - Network Authentication and Phase Control program file. * * Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc. * Copyright (c) 1997 by Global Election Systems Inc. All rights reserved. * * The authors hereby gr...
gpl-2.0
psomas/lguest64
arch/sparc/mm/srmmu.c
148
70401
/* * srmmu.c: SRMMU specific routines for memory management. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1995,2002 Pete Zaitcev (zaitcev@yahoo.com) * Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be) * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * Copyri...
gpl-2.0
NamelessRom/android_kernel_oppo_n3
arch/arm/mach-msm/ocmem.c
660
21599
/* Copyright (c) 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 distributed in the...
gpl-2.0
hamayun/linux-kvm
fs/exofs/file.c
2452
2353
/* * Copyright (C) 2005, 2006 * Avishay Traeger (avishay@gmail.com) * Copyright (C) 2008, 2009 * Boaz Harrosh <bharrosh@panasas.com> * * Copyrights for code taken from ext2: * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Univ...
gpl-2.0
jiankangshiye/linux-2.6.39-9G45
security/integrity/ima/ima_fs.c
3220
9525
/* * Copyright (C) 2005,2006,2007,2008 IBM Corporation * * Authors: * Kylene Hall <kjhall@us.ibm.com> * Reiner Sailer <sailer@us.ibm.com> * Mimi Zohar <zohar@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 * publish...
gpl-2.0
Perferom/android_kernel_lge_msm7x27-3.0.x
fs/omfs/inode.c
3220
13606
/* * Optimized MPEG FS - inode and super operations. * Copyright (C) 2006 Bob Copeland <me@bobcopeland.com> * Released under GPL v2. */ #include <linux/module.h> #include <linux/sched.h> #include <linux/slab.h> #include <linux/fs.h> #include <linux/vfs.h> #include <linux/parser.h> #include <linux/buffer_head.h> #in...
gpl-2.0
jdkernel/jdkernel_vigor_2.6.35
drivers/isdn/mISDN/clock.c
3988
6411
/* * Copyright 2008 by Andreas Eversberg <andreas@eversberg.eu> * * 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 us...
gpl-2.0
fkfk/linux_gt-i9000-gb
drivers/dca/dca-sysfs.c
3988
2723
/* * Copyright(c) 2007 - 2009 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 the Free * Software Foundation; either version 2 of the License, or (at your option) * any later ver...
gpl-2.0
alexax66/CM11_kernel_serranodsxx
drivers/platform/x86/acer-wmi.c
4244
50094
/* * Acer WMI Laptop Extras * * Copyright (C) 2007-2009 Carlos Corbacho <carlos@strangeworlds.co.uk> * * Based on acer_acpi: * Copyright (C) 2005-2007 E.M. Smith * Copyright (C) 2007-2008 Carlos Corbacho <cathectic@gmail.com> * * This program is free software; you can redistribute it and/or modify *...
gpl-2.0
1N4148/kernel_golden
fs/ext3/hash.c
5012
4451
/* * linux/fs/ext3/hash.c * * Copyright (C) 2002 by Theodore Ts'o * * This file is released under the GPL v2. * * This file may be redistributed under the terms of the GNU Public * License. */ #include <linux/fs.h> #include <linux/jbd.h> #include <linux/ext3_fs.h> #include <linux/cryptohash.h> #define DELTA...
gpl-2.0
scanno/android_kernel_asus_me301t
drivers/media/video/tlg2300/pd-video.c
8084
41693
#include <linux/fs.h> #include <linux/vmalloc.h> #include <linux/videodev2.h> #include <linux/usb.h> #include <linux/mm.h> #include <linux/sched.h> #include <linux/slab.h> #include <media/v4l2-ioctl.h> #include <media/v4l2-dev.h> #include "pd-common.h" #include "vendorcmds.h" #ifdef CONFIG_PM static int pm_video_sus...
gpl-2.0
fefifofum/android_kernel_bq_maxwell2plus_3.0.8
drivers/media/video/cx18/cx18-av-core.c
8340
41291
/* * cx18 ADEC audio functions * * Derived from cx25840-core.c * * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Licen...
gpl-2.0
casinobrawl/dt2w_z2
arch/x86/power/hibernate_64.c
8340
4177
/* * Hibernation support for x86-64 * * Distribute under GPLv2 * * Copyright (c) 2007 Rafael J. Wysocki <rjw@sisk.pl> * Copyright (c) 2002 Pavel Machek <pavel@ucw.cz> * Copyright (c) 2001 Patrick Mochel <mochel@osdl.org> */ #include <linux/gfp.h> #include <linux/smp.h> #include <linux/suspend.h> #include <asm/...
gpl-2.0
lehmanju/kernel_lenovo_lifetab_e10312
arch/x86/power/hibernate_64.c
8340
4177
/* * Hibernation support for x86-64 * * Distribute under GPLv2 * * Copyright (c) 2007 Rafael J. Wysocki <rjw@sisk.pl> * Copyright (c) 2002 Pavel Machek <pavel@ucw.cz> * Copyright (c) 2001 Patrick Mochel <mochel@osdl.org> */ #include <linux/gfp.h> #include <linux/smp.h> #include <linux/suspend.h> #include <asm/...
gpl-2.0
Renzo-Olivares/android_kernel_htc_vigor
arch/powerpc/boot/mpc8xx.c
13972
1692
/* * MPC8xx support functions * * Author: Scott Wood <scottwood@freescale.com> * * Copyright (c) 2007 Freescale Semiconductor, 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 Found...
gpl-2.0
invisiblek/caf_kernel_msm
drivers/media/video/gspca/gl860/gl860-ov2640.c
14228
18105
/* Subdriver for the GL860 chip with the OV2640 sensor * Author Olivier LORIN, from Malmostoso's logs * * 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
Tof37/Es209ra-3.x
drivers/media/video/gspca/gl860/gl860-ov2640.c
14228
18105
/* Subdriver for the GL860 chip with the OV2640 sensor * Author Olivier LORIN, from Malmostoso's logs * * 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
xplodwild/android_kernel_asus_tf300t
drivers/gpu/drm/nouveau/nouveau_mem.c
149
23243
/* * Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved. * Copyright 2005 Stephane Marchesin * * The Weather Channel (TM) funded Tungsten Graphics to develop the * initial release of the Radeon 8500 driver under the XFree86 license. * This notice must be preserved. * * Permission is hereby gran...
gpl-2.0
Brainiarc7/linux-3.18-parrot
drivers/regulator/st-pwm.c
149
4910
/* * Regulator driver for ST's PWM Regulators * * Copyright (C) 2014 - STMicroelectronics Inc. * * Author: Lee Jones <lee.jones@linaro.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 Softwa...
gpl-2.0
XCage15/linux-1
drivers/gpu/drm/radeon/radeon_kms.c
149
28385
/* * Copyright 2008 Advanced Micro Devices, Inc. * Copyright 2008 Red Hat Inc. * Copyright 2009 Jerome Glisse. * * 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, in...
gpl-2.0
mdeejay/android_kernel_p880
fs/cifs/dir.c
149
19995
/* * fs/cifs/dir.c * * vfs operations that deal with dentries * * Copyright (C) International Business Machines Corp., 2002,2009 * Author(s): Steve French (sfrench@us.ibm.com) * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Pu...
gpl-2.0
sparkma/kernel
drivers/mtd/nand/diskonchip.c
149
50660
/* * drivers/mtd/nand/diskonchip.c * * (C) 2003 Red Hat, Inc. * (C) 2004 Dan Brown <dan_brown@ieee.org> * (C) 2004 Kalev Lember <kalev@smartlink.ee> * * Author: David Woodhouse <dwmw2@infradead.org> * Additional Diskonchip 2000 and Millennium support by Dan Brown <dan_brown@ieee.org> * Diskonchip Millennium Pl...
gpl-2.0
TeamNDVRu/htc-kernel-endeavoru
sound/pci/asihpi/hpimsgx.c
149
22175
/****************************************************************************** AudioScience HPI driver Copyright (C) 1997-2010 AudioScience Inc. <support@audioscience.com> This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public L...
gpl-2.0
escalator2015/linux
drivers/usb/atm/xusbatm.c
917
7763
/****************************************************************************** * xusbatm.c - dumb usbatm-based driver for modems initialized in userspace * * Copyright (C) 2005 Duncan Sands, Roman Kagan (rkagan % mail ! ru) * * This program is free software; you can redistribute it and/or modify it * under t...
gpl-2.0
shambakey1/kernel_sh
arch/arm/mach-at91/at91rm9200_devices.c
1429
29744
/* * arch/arm/mach-at91/at91rm9200_devices.c * * Copyright (C) 2005 Thibaut VARENE <varenet@parisc-linux.org> * 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 ...
gpl-2.0
utopykzebulon/android_kernel_msm7x30-3.0
fs/proc/uptime.c
1685
1311
#include <linux/fs.h> #include <linux/init.h> #include <linux/proc_fs.h> #include <linux/sched.h> #include <linux/seq_file.h> #include <linux/time.h> #include <linux/kernel_stat.h> #include <asm/cputime.h> static int uptime_proc_show(struct seq_file *m, void *v) { struct timespec uptime; struct timespec idle; cputi...
gpl-2.0
TREX-ROM/kernel_n5_racer
drivers/video/msm/vidc/1080p/ddl/vcd_ddl.c
2197
23101
/* 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
NamelessRom/android_kernel_google_msm
net/bluetooth/l2cap_sock.c
2197
31604
/* BlueZ - Bluetooth protocol stack for Linux Copyright (c) 2000-2001, 2011-2012 The Linux Foundation. All rights reserved. Copyright (C) 2009-2010 Gustavo F. Padovan <gustavo@padovan.org> Copyright (C) 2010 Google Inc. Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> This program is free...
gpl-2.0
defconoi/Unleashed-N5
drivers/input/touchscreen/synaptics/rmi_f19.c
3733
19210
/** * * Synaptics Register Mapped Interface (RMI4) Function $11 support for 2D. * Copyright (c) 2007 - 2011, Synaptics Incorporated * */ /* * This file is licensed under the GPL2 license. * *############################################################################# * GPL * * This program is free software;...
gpl-2.0
dh-harald/amlogic-kernel
drivers/media/video/ths7303.c
4245
3655
/* * ths7303- THS7303 Video Amplifier driver * * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation version 2. * * T...
gpl-2.0
timmytim/cm_kernel_jflteatt
arch/powerpc/platforms/powernv/setup.c
4757
4219
/* * PowerNV setup code. * * Copyright 2011 IBM Corp. * * 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. */ #un...
gpl-2.0
JB1tz/kernel-msm
arch/mips/jz4740/timer.c
7573
1470
/* * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> * JZ4740 platform timer support * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or ...
gpl-2.0
sebirdman/m7_kernel
fs/ocfs2/cluster/quorum.c
8085
10355
/* -*- mode: c; c-basic-offset: 8; -*- * * vim: noexpandtab sw=8 ts=8 sts=0: * * Copyright (C) 2005 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License as published by the Free Software Foundation; either...
gpl-2.0
jkoelker/pandaboard-kernel
drivers/media/dvb/ttpci/av7110_ir.c
8341
11292
/* * Driver for the remote control of SAA7146 based AV7110 cards * * Copyright (C) 1999-2003 Holger Waechtler <holger@convergence.de> * Copyright (C) 2003-2007 Oliver Endriss <o.endriss@gmx.de> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public...
gpl-2.0
bemolxd/android_kernel_x2xtreme-test
net/netfilter/nf_conntrack_broadcast.c
12437
2130
/* * broadcast connection tracking helper * * (c) 2005 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 * ...
gpl-2.0
sparkma/kernel
drivers/edac/i7core_edac.c
150
56446
/* Intel i7 core/Nehalem Memory Controller kernel module * * This driver supports the memory controllers found on the Intel * processor families i7core, i7core 7xx/8xx, i5core, Xeon 35xx, * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield * and Westmere-EP. * * This file may be distributed un...
gpl-2.0
jiangbeilengyu/famkernel
drivers/staging/gma500/psb_intel_sdvo.c
150
36324
/* * Copyright (c) 2006-2007 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. * * This program is distributed in the hope it will be useful, ...
gpl-2.0
treznorx/TF201-9.4.2.7
drivers/staging/sm7xx/smtcfb.c
150
26877
/* * Silicon Motion SM7XX frame buffer device * * Copyright (C) 2006 Silicon Motion Technology Corp. * Authors: Ge Wang, gewang@siliconmotion.com * Boyod boyod.yang@siliconmotion.com.cn * * Copyright (C) 2009 Lemote, Inc. * Author: Wu Zhangjin, wuzhangjin@gmail.com * * This file is subject to the terms a...
gpl-2.0
rchicoli/linux
drivers/usb/phy/phy-mxs-usb.c
150
16066
/* * Copyright 2012-2014 Freescale Semiconductor, Inc. * Copyright (C) 2012 Marek Vasut <marex@denx.de> * on behalf of DENX Software Engineering GmbH * * 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 t...
gpl-2.0
balika011/android_kernel_lenovo_spark
fs/gfs2/ops_fstype.c
406
36601
/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public Licen...
gpl-2.0
cleaton/acer_kernel
arch/ia64/mm/discontig.c
662
20222
/* * Copyright (c) 2000, 2003 Silicon Graphics, Inc. All rights reserved. * Copyright (c) 2001 Intel Corp. * Copyright (c) 2001 Tony Luck <tony.luck@intel.com> * Copyright (c) 2002 NEC Corp. * Copyright (c) 2002 Kimio Suganuma <k-suganuma@da.jp.nec.com> * Copyright (c) 2004 Silicon Graphics, Inc * Russ Anderson...
gpl-2.0
w1ndy/linux
drivers/media/usb/pvrusb2/pvrusb2-std.c
1174
9377
/* * * * 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
lamassu/kernel
drivers/regulator/tps6524x-regulator.c
1430
15878
/* * Regulator driver for TPS6524x PMIC * * Copyright (C) 2010 Texas Instruments * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation version 2. * * This program is distributed "as is" WITH...
gpl-2.0
yukchou/linux-sunxi-1
arch/x86/kernel/acpi/boot.c
1942
40882
/* * boot.c - Architecture-Specific Low-Level ACPI Boot Support * * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * Copyright (C) 2001 Jun Nakajima <jun.nakajima@intel.com> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This program is free soft...
gpl-2.0
e9wifi-dev/android_kernel_lge_e9wifi
drivers/video/msm/vidc/1080p/ddl/vcd_ddl_errors.c
2198
26257
/* Copyright (c) 2010-2012, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
subtek/axiomk
arch/tile/lib/exports.c
2198
2894
/* * Copyright 2010 Tilera 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 the Free Software Foundation, version 2. * * This program is distributed in the hope that it will ...
gpl-2.0
szezso/T.E.S.C.O-kernel_vivo
drivers/net/wireless/iwlwifi/iwl-sv-open.c
2454
19793
/****************************************************************************** * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2010 - 2011 Intel Corporation. All rights reserved. * ...
gpl-2.0
kgp700/Neok-GNexroid-Kernel-JB
drivers/net/ethoc.c
2454
29405
/* * linux/drivers/net/ethoc.c * * Copyright (C) 2007-2008 Avionic Design Development GmbH * Copyright (C) 2008-2009 Avionic Design GmbH * * 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 F...
gpl-2.0
Fechinator/FechdaKernel_V500
arch/arm/mach-msm/nohlt.c
2710
1124
/* Copyright (c) 2009, 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 th...
gpl-2.0
ezterry/kernel-biff-testing
arch/cris/arch-v10/kernel/process.c
3222
7618
/* * linux/arch/cris/kernel/process.c * * Copyright (C) 1995 Linus Torvalds * Copyright (C) 2000-2002 Axis Communications AB * * Authors: Bjorn Wesen (bjornw@axis.com) * Mikael Starvik (starvik@axis.com) * * This file handles the architecture-dependent parts of process handling.. */ #incl...
gpl-2.0
junkyde/vikinger
arch/arm/mach-msm/footswitch-pcom.c
3222
7623
/* 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 the...
gpl-2.0
WZeke/m2_kernel
arch/blackfin/kernel/kgdb.c
7574
12758
/* * arch/blackfin/kernel/kgdb.c - Blackfin kgdb pieces * * Copyright 2005-2008 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/ptrace.h> /* for linux pt_regs struct */ #include <linux/kgdb.h> #include <linux/uaccess.h> void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_r...
gpl-2.0
Loller79/Solid_Kernel-STOCK-KK-CAF
drivers/hid/hid-gyration.c
8086
3121
/* * HID driver for some gyration "special" devices * * Copyright (c) 1999 Andreas Gal * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz> * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc * Copyright (c) 2007 Paul Walmsley * Copyright (c) 2008 Jiri Slaby * Copyright (c...
gpl-2.0
TeamBliss-Devices/android_kernel_samsung_s3ve3g
drivers/s390/char/ctrlchar.c
8342
1685
/* * drivers/s390/char/ctrlchar.c * Unified handling of special chars. * * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation * Author(s): Fritz Elfert <felfert@millenux.com> <elfert@de.ibm.com> * */ #include <linux/stddef.h> #include <asm/errno.h> #include <linux/sysrq.h> #include <li...
gpl-2.0
stas2z/linux-3.10-witi
drivers/media/pci/ttpci/budget-core.c
8598
17325
/* * budget-core.c: driver for the SAA7146 based Budget DVB cards * * Compiled from various sources by Michael Hunold <michael@mihu.de> * * Copyright (C) 2002 Ralph Metzler <rjkm@metzlerbros.de> * * Copyright (C) 1999-2002 Ralph Metzler * & Marcus Metzler for convergence integrated media GmbH * * 26feb200...
gpl-2.0
liquidware/android-kernel-omap3
security/integrity/ima/ima_init.c
9110
2699
/* * Copyright (C) 2005,2006,2007,2008 IBM Corporation * * Authors: * Reiner Sailer <sailer@watson.ibm.com> * Leendert van Doorn <leendert@watson.ibm.com> * Mimi Zohar <zohar@us.ibm.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Genera...
gpl-2.0
Motorhead1991/android_kernel_samsung_amazing
arch/cris/arch-v32/mach-a3/arbiter.c
9878
17688
/* * Memory arbiter functions. Allocates bandwidth through the * arbiter and sets up arbiter breakpoints. * * The algorithm first assigns slots to the clients that has specified * bandwidth (e.g. ethernet) and then the remaining slots are divided * on all the active clients. * * Copyright (c) 2004-2007 Axis Com...
gpl-2.0
segment-routing/openwrt
net/ceph/auth_x.c
151
19211
#include <linux/ceph/ceph_debug.h> #include <linux/err.h> #include <linux/module.h> #include <linux/random.h> #include <linux/slab.h> #include <linux/ceph/decode.h> #include <linux/ceph/auth.h> #include <linux/ceph/libceph.h> #include <linux/ceph/messenger.h> #include "crypto.h" #include "auth_x.h" #include "auth_x...
gpl-2.0
leksmax/840v4_vocore
package/libs/libnl-tiny/src/genl_ctrl.c
663
6939
/* * lib/genl/ctrl.c Generic Netlink Controller * * 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 version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf <tgraf@suug...
gpl-2.0
sagigrimberg/linux
lib/nlattr.c
919
12832
/* * NETLINK Netlink attributes * * Authors: Thomas Graf <tgraf@suug.ch> * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> */ #include <linux/export.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/jiffies.h> #include <linux/skbuff.h> #include <linux/string.h> #include <linux/types.h> #inc...
gpl-2.0
uniquejainakshay/Linux_Kernel
drivers/media/dvb-frontends/ds3000.c
1687
26319
/* Montage Technology DS3000 - DVBS/S2 Demodulator driver Copyright (C) 2009-2012 Konstantin Dimitrov <kosio.dimitrov@gmail.com> Copyright (C) 2009-2012 TurboSight.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publi...
gpl-2.0
narantech/linux-pc64
arch/arm/mach-omap1/pm.c
2199
19343
/* * linux/arch/arm/mach-omap1/pm.c * * OMAP Power Management Routines * * Original code for the SA11x0: * Copyright (c) 2001 Cliff Brake <cbrake@accelent.com> * * Modified for the PXA250 by Nicolas Pitre: * Copyright (c) 2002 Monta Vista Software, Inc. * * Modified for the OMAP1510 by David Singleton: * Co...
gpl-2.0
UniqueDroid/lge-kernel-x3-p880
arch/arm/mach-ux500/devices-common.c
2711
2976
/* * Copyright (C) ST-Ericsson SA 2010 * * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson * License terms: GNU General Public License (GPL), version 2. */ #include <linux/kernel.h> #include <linux/dma-mapping.h> #include <linux/err.h> #include <linux/irq.h> #include <linux/slab.h> #include <...
gpl-2.0
Dm47021/LGE_Kernel_F6mt
drivers/media/video/v4l2-subdev.c
4247
8701
/* * V4L2 sub-device * * Copyright (C) 2010 Nokia Corporation * * Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> * Sakari Ailus <sakari.ailus@iki.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as ...
gpl-2.0
sultanqasim/android_kernel_motorola_otus
drivers/mfd/stmpe-spi.c
5015
3311
/* * ST Microelectronics MFD: stmpe's spi client specific driver * * Copyright (C) ST Microelectronics SA 2011 * * License Terms: GNU General Public License, version 2 * Author: Viresh Kumar <viresh.kumar@st.com> for ST Microelectronics */ #include <linux/spi/spi.h> #include <linux/interrupt.h> #include <linux/...
gpl-2.0
LinuxEmbed/LinuxEmbed-RPI-Linux
arch/alpha/kernel/time.c
7319
14477
/* * linux/arch/alpha/kernel/time.c * * Copyright (C) 1991, 1992, 1995, 1999, 2000 Linus Torvalds * * This file contains the PC-specific time handling details: * reading the RTC at bootup, etc.. * 1994-07-02 Alan Modra * fixed set_rtc_mmss, fixed time.year for >= 2000, new mktime * 1995-03-26 Markus K...
gpl-2.0