repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
curbthepain/revkernel_ubers5 | arch/arm/mach-bcmring/csp/tmr/tmrHw.c | 8047 | 17728 | /*****************************************************************************
* Copyright 2003 - 2008 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 the... | gpl-2.0 |
CMyst/android_kernel_htc_msm8960 | arch/arm/mach-omap2/clock36xx.c | 9071 | 2027 | /*
* OMAP36xx-specific clkops
*
* Copyright (C) 2010 Texas Instruments, Inc.
* Copyright (C) 2010 Nokia Corporation
*
* Mike Turquette
* Vijaykumar GN
* Paul Walmsley
*
* Parts of this code are based on code written by
* Richard Woodruff, Tony Lindgren, Tuukka Tikkanen, Karthik Dasu,
* Russell King
*
* Th... | gpl-2.0 |
kszaq/linux-amlogic | drivers/ide/cs5536.c | 11631 | 7926 | /*
* CS5536 PATA support
* (C) 2007 Martin K. Petersen <mkp@mkp.net>
* (C) 2009 Bartlomiej Zolnierkiewicz
*
* 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 |
xcstacy/mako-linaro | arch/s390/kernel/audit.c | 13935 | 1686 | #include <linux/init.h>
#include <linux/types.h>
#include <linux/audit.h>
#include <asm/unistd.h>
#include "audit.h"
static unsigned dir_class[] = {
#include <asm-generic/audit_dir_write.h>
~0U
};
static unsigned read_class[] = {
#include <asm-generic/audit_read.h>
~0U
};
static unsigned write_class[] = {
#include <... | gpl-2.0 |
tusharbehera/linux | sound/pci/emu10k1/emu10k1.c | 112 | 8968 | /*
* The driver for the EMU10K1 (SB Live!) based soundcards
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
*
* Copyright (c) by James Courtier-Dutton <James@superbug.demon.co.uk>
* Added support for Audigy 2 Value.
*
*
* This program is free software; you can redistribute it and/or modify
* it... | gpl-2.0 |
L-Insomnia-P/kernel-msm | net/ipv6/esp6.c | 1392 | 16196 | /*
* Copyright (C)2002 USAGI/WIDE Project
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is ... | gpl-2.0 |
DZB-Team/android_kernel_samsung_amazing | arch/powerpc/platforms/85xx/ksi8560.c | 1648 | 6134 | /*
* Board setup routines for the Emerson KSI8560
*
* Author: Alexandr Smirnov <asmirnov@ru.mvista.com>
*
* Based on mpc85xx_ads.c maintained by Kumar Gala
*
* 2008 (c) MontaVista, Software, Inc. This file is licensed under
* the terms of the GNU General Public License version 2. This program
* is licensed "... | gpl-2.0 |
TeamFreedom/mecha_2.6.35 | arch/frv/kernel/irq-mb93493.c | 1648 | 3604 | /* irq-mb93493.c: MB93493 companion chip interrupt handler
*
* Copyright (C) 2006 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by t... | gpl-2.0 |
sohkis/android_kernel_motorola_shamu | drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c | 2160 | 4405 | /*
* linux/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.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 as published by
* the Free Software Foundatio... | gpl-2.0 |
Emotroid-Team/emotion_tw_caf_kernel | drivers/iio/adc/lp8788_adc.c | 2160 | 6121 | /*
* TI LP8788 MFD - ADC driver
*
* Copyright 2012 Texas Instruments
*
* Author: Milo(Woogyom) Kim <milo.kim@ti.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#in... | gpl-2.0 |
freexperia/android_kernel_sony_tegra | drivers/edac/mce_amd_inj.c | 2928 | 4276 | /*
* A simple MCE injection facility for testing the MCE decoding code. This
* driver should be built as module so that it can be loaded on production
* kernels for testing purposes.
*
* This file may be distributed under the terms of the GNU General Public
* License version 2.
*
* Copyright (c) 2010: Borislav... | gpl-2.0 |
Krabappel2548/android_kernel_sony_msm8974-kexec | drivers/staging/omapdrm/omap_connector.c | 4976 | 10659 | /*
* drivers/staging/omapdrm/omap_connector.c
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob@ti.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*
* ... | gpl-2.0 |
android-armv7a-belalang-tempur/android_kernel_samsung_royss | drivers/pcmcia/sa1100_assabet.c | 4976 | 2530 | /*
* drivers/pcmcia/sa1100_assabet.c
*
* PCMCIA implementation routines for Assabet
*
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/interrupt.h>
#include <linux/device.h>
#include <linux/init.h>
#include <linux/gpio.h>
#include <asm/mach-types.h>
#include <mach/as... | gpl-2.0 |
wkpark/tegra-linux-3.0.y | arch/m68k/platform/5249/intc2.c | 7536 | 1527 | /*
* intc2.c -- support for the 2nd INTC controller of the 5249
*
* (C) Copyright 2009, Greg Ungerer <gerg@snapgear.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 this archive
* for more details.
*/
#include <linux/... | gpl-2.0 |
CyanCom/android_kernel_msm_caf | drivers/scsi/aacraid/nark.c | 8048 | 2234 | /*
* Adaptec AAC series RAID controller driver
*
* based on the old aacraid driver that is..
* Adaptec aacraid device driver for Linux.
*
* Copyright (c) 2000-2010 Adaptec, Inc.
* 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
*
* This program is free software; you can redistribute it and/or modi... | gpl-2.0 |
dinh-linux/linux-socfpga | drivers/ide/falconide.c | 14704 | 3961 | /*
* Atari Falcon IDE Driver
*
* Created 12 Jul 1997 by Geert Uytterhoeven
*
* 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/types.h>
#inc... | gpl-2.0 |
kfazz/android_kernel_motorola_sholes | drivers/input/serio/i8042.c | 113 | 32764 | /*
* i8042 keyboard and mouse controller driver for Linux
*
* Copyright (c) 1999-2004 Vojtech Pavlik
*/
/*
* 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 <linu... | gpl-2.0 |
TheTypoMaster/ubuntu-utopic | drivers/net/wireless/ath/ath9k/tx99.c | 113 | 6787 | /*
* Copyright (c) 2013 Qualcomm Atheros, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUT... | gpl-2.0 |
chneukirchen/linux-jetson-tk1 | drivers/tty/serial/vt8500_serial.c | 625 | 16984 | /*
* Copyright (C) 2010 Alexey Charkov <alchark@gmail.com>
*
* Based on msm_serial.c, which is:
* Copyright (C) 2007 Google, Inc.
* Author: Robert Love <rlove@google.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, an... | gpl-2.0 |
rickyzhang82/dragon-linux | drivers/gpio/gpio-tps65912.c | 881 | 4061 | /*
* Copyright 2011 Texas Instruments Inc.
*
* Author: Margarita Olaya <magi@slimlogic.co.uk>
*
* 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 |
schqiushui/kernel_kk444_sense_a51 | drivers/gpio/gpio-max7301.c | 2161 | 2759 | /*
* Copyright (C) 2006 Juergen Beisert, Pengutronix
* Copyright (C) 2008 Guennadi Liakhovetski, Pengutronix
* Copyright (C) 2009 Wolfram Sang, 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 t... | gpl-2.0 |
idprophecy/android_kernel_oneplus_msm8974-3.10 | arch/s390/oprofile/hwsampler.c | 2161 | 25105 | /*
* Copyright IBM Corp. 2010
* Author: Heinz Graalfs <graalfs@de.ibm.com>
*/
#include <linux/kernel_stat.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/smp.h>
#include <linux/errno.h>
#include <linux/workqueue.h>
#include <linux/interrupt.h>
#include <linux/notifier.h>
#include <linux/cpu.h... | gpl-2.0 |
yatto/xteam31 | sound/soc/davinci/davinci-i2s.c | 2929 | 23741 | /*
* ALSA SoC I2S (McBSP) Audio Layer for TI DAVINCI processor
*
* Author: Vladimir Barinov, <vbarinov@embeddedalley.com>
* Copyright: (C) 2007 MontaVista Software, Inc., <source@mvista.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu... | gpl-2.0 |
GustavoRD78/78Kernel-5.1.1-23.4.A.0.546 | arch/arm/mach-tegra/board-harmony-pinmux.c | 4721 | 12156 | /*
* arch/arm/mach-tegra/board-harmony-pinmux.c
*
* Copyright (C) 2010 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 di... | gpl-2.0 |
bedalus/moggy | drivers/net/irda/via-ircc.c | 4977 | 41584 | /********************************************************************
Filename: via-ircc.c
Version: 1.0
Description: Driver for the VIA VT8231/VT8233 IrDA chipsets
Author: VIA Technologies,inc
Date : 08/06/2003
Copyright (c) 1998-2003 VIA Technologies, Inc.
This program is free software; yo... | gpl-2.0 |
ABIP/android_kernel_samsung_msm7x30-common | drivers/block/amiflop.c | 5233 | 48032 | /*
* linux/amiga/amiflop.c
*
* Copyright (C) 1993 Greg Harp
* Portions of this driver are based on code contributed by Brad Pepers
*
* revised 28.5.95 by Joerg Dorchain
* - now no bugs(?) any more for both HD & DD
* - added support for 40 Track 5.25" drives, 80-track hopefully behaves
* like 3.5" d... | gpl-2.0 |
drewx2/android_kernel_htc_dlx | drivers/char/tpm/tpm_nsc.c | 5489 | 10264 | /*
* Copyright (C) 2004 IBM Corporation
*
* Authors:
* Leendert van Doorn <leendert@watson.ibm.com>
* Dave Safford <safford@watson.ibm.com>
* Reiner Sailer <sailer@watson.ibm.com>
* Kylene Hall <kjhall@us.ibm.com>
*
* Maintained by: <tpmdd-devel@lists.sourceforge.net>
*
* Device driver for TCG/TCPA TPM (trus... | gpl-2.0 |
neobuddy89/hammerhead | drivers/gpu/drm/nouveau/nouveau_temp.c | 5489 | 8090 | /*
* Copyright 2010 PathScale inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish,... | gpl-2.0 |
talnoah/Lemur_cm-11.0 | drivers/gpu/drm/nouveau/nouveau_temp.c | 5489 | 8090 | /*
* Copyright 2010 PathScale inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish,... | gpl-2.0 |
javelinanddart/ElementalX-m9 | arch/blackfin/kernel/perf_event.c | 6769 | 11754 | /*
* Blackfin performance counters
*
* Copyright 2011 Analog Devices Inc.
*
* Ripped from SuperH version:
*
* Copyright (C) 2009 Paul Mundt
*
* Heavily based on the x86 and PowerPC implementations.
*
* x86:
* Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
* Copyright (C) 2008-2009 Red Hat, Inc... | gpl-2.0 |
thicklizard/p4wifi | arch/blackfin/kernel/bfin_ksyms.c | 11121 | 3757 | /*
* arch/blackfin/kernel/bfin_ksyms.c - exports for random symbols
*
* Copyright 2004-2008 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/module.h>
#include <linux/uaccess.h>
#include <asm/cacheflush.h>
#include <asm/io.h>
#include <asm/irq_handler.h>
/* Allow people to have the... | gpl-2.0 |
hafidzduddin/Codina_Kernel-3.x | fs/nilfs2/direct.c | 11633 | 9161 | /*
* direct.c - NILFS direct block pointer.
*
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone 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 t... | gpl-2.0 |
pcarrier/linux | arch/mn10300/lib/negdi2.c | 13937 | 1821 | /* More subroutines needed by GCC output code on some machines. */
/* Compile this one with gcc. */
/* Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000, 2001 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it unde... | gpl-2.0 |
panda-z/android_kernel_hp_mantaray | drivers/macintosh/windfarm_pid.c | 14961 | 3751 | /*
* Windfarm PowerMac thermal control. Generic PID helpers
*
* (c) Copyright 2005 Benjamin Herrenschmidt, IBM Corp.
* <benh@kernel.crashing.org>
*
* Released under the term of the GNU GPL v2.
*/
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/strin... | gpl-2.0 |
pro4tlzz/P9000-Kernel | sound/core/hwdep_compat.c | 14961 | 2352 | /*
* 32bit -> 64bit ioctl wrapper for hwdep 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 |
Thunderoar/custom_kernel_goyave | sound/core/hwdep_compat.c | 14961 | 2352 | /*
* 32bit -> 64bit ioctl wrapper for hwdep 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 |
ElectryDev/android_kernel_kingdom_row | drivers/macintosh/windfarm_pid.c | 14961 | 3751 | /*
* Windfarm PowerMac thermal control. Generic PID helpers
*
* (c) Copyright 2005 Benjamin Herrenschmidt, IBM Corp.
* <benh@kernel.crashing.org>
*
* Released under the term of the GNU GPL v2.
*/
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/strin... | gpl-2.0 |
kaostao/gcc | gcc/testsuite/gcc.c-torture/execute/20040709-1.c | 114 | 4089 | /* Test arithmetics on bitfields. */
extern void abort (void);
extern void exit (int);
unsigned int
myrnd (void)
{
static unsigned int s = 1388815473;
s *= 1103515245;
s += 12345;
return (s / 65536) % 2048;
}
#define T(S) \
struct S s##S; \
struct S retme##S (struct S x) \
{ \
return x; ... | gpl-2.0 |
iains/darwin-gcc-4-7 | gcc/testsuite/gcc.dg/vect/vect-complex-2.c | 114 | 1530 | /* { dg-require-effective-target vect_double } */
#include <stdarg.h>
#include "tree-vect.h"
#define N 16
_Complex double a[N] =
{ 10.0F + 20.0iF, 11.0F + 21.0iF, 12.0F + 22.0iF, 13.0F + 23.0iF,
14.0F + 24.0iF, 15.0F + 25.0iF, 16.0F + 26.0iF, 17.0F + 27.0iF,
18.0F + 28.0iF, 19.0F + 29.0iF, 20.0F + 30... | gpl-2.0 |
Kaisrlik/linux | drivers/input/mouse/lifebook.c | 1138 | 8385 | /*
* Fujitsu B-series Lifebook PS/2 TouchScreen driver
*
* Copyright (c) 2005 Vojtech Pavlik <vojtech@suse.cz>
* Copyright (c) 2005 Kenan Esau <kenan.esau@conan.de>
*
* TouchScreen detection, absolute mode setting and packet layout is taken from
* Harald Hoyer's description of the device.
*
* This program is f... | gpl-2.0 |
ajs-sun/linux | drivers/scsi/bfa/bfa_ioc.c | 1138 | 164489 | /*
* Copyright (c) 2005-2010 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 a... | gpl-2.0 |
darren-clark/android_kernel_common | drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.c | 1906 | 2472 | /* avermedia-m733a-rm-k6.h - Keytable for avermedia_m733a_rm_k6 Remote Controller
*
* Copyright (c) 2010 by Herton Ronaldo Krzesinski <herton@mandriva.com.br>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free ... | gpl-2.0 |
5y/linux | drivers/media/rc/keymaps/rc-pixelview-new.c | 1906 | 1980 | /* pixelview-new.h - Keytable for pixelview_new Remote Controller
*
* keymap imported from ir-keymaps.c
*
* Copyright (c) 2010 by Mauro Carvalho Chehab
*
* 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 Softw... | gpl-2.0 |
direct-code-execution/net-next-sim | drivers/media/rc/keymaps/rc-eztv.c | 1906 | 2602 | /* eztv.h - Keytable for eztv Remote Controller
*
* keymap imported from ir-keymaps.c
*
* Copyright (c) 2010 by Mauro Carvalho Chehab
*
* 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; ei... | gpl-2.0 |
blackwing182/htc-kernel-msm7x30-3.0 | drivers/base/devtmpfs.c | 2674 | 8397 | /*
* devtmpfs - kernel-maintained tmpfs-based /dev
*
* Copyright (C) 2009, Kay Sievers <kay.sievers@vrfy.org>
*
* During bootup, before any driver core device is registered,
* devtmpfs, a tmpfs-based filesystem is created. Every driver-core
* device which requests a device node, will add a node in this
* filesy... | gpl-2.0 |
sultanxda/android_kernel_lge_v400 | arch/arm/mach-shmobile/smp-r8a7779.c | 4466 | 3719 | /*
* SMP support for R-Mobile / SH-Mobile - r8a7779 portion
*
* Copyright (C) 2011 Renesas Solutions Corp.
* Copyright (C) 2011 Magnus Damm
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Founda... | gpl-2.0 |
GustavoRD78/78Kernel-5.1.1-23.4.A.0.546 | arch/s390/kernel/dis.c | 4466 | 51443 | /*
* arch/s390/kernel/dis.c
*
* Disassemble s390 instructions.
*
* Copyright IBM Corp. 2007
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
*/
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/ptrace.h>
#include <linux/timer.h>
#inclu... | gpl-2.0 |
NoelMacwan/SXDNickiUnified | arch/arm/mach-at91/at91sam9g45_devices.c | 4722 | 46158 | /*
* On-Chip devices setup code for the AT91SAM9G45 family
*
* Copyright (C) 2009 Atmel 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, o... | gpl-2.0 |
IndieBeto/StockLP | arch/arm/mach-at91/at91sam9g45_devices.c | 4722 | 46158 | /*
* On-Chip devices setup code for the AT91SAM9G45 family
*
* Copyright (C) 2009 Atmel 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, o... | gpl-2.0 |
Tab3/android_kernel_samsung_lt02 | drivers/acpi/apei/einj.c | 4978 | 20701 | /*
* APEI Error INJection support
*
* EINJ provides a hardware error injection mechanism, this is useful
* for debugging and testing of other APEI and RAS features.
*
* For more information about EINJ, please refer to ACPI Specification
* version 4.0, section 17.5.
*
* Copyright 2009-2010 Intel Corp.
* Auth... | gpl-2.0 |
MassStash/htc_m8whl_kernel_sense | arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c | 9330 | 30981 | /*
* SH7786 Pinmux
*
* Copyright (C) 2008, 2009 Renesas Solutions Corp.
* Kuninori Morimoto <morimoto.kuninori@renesas.com>
*
* Based on SH7785 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 th... | gpl-2.0 |
su-haris/falcon_kernel | arch/sh/kernel/module.c | 9842 | 3741 | /* Kernel module help for SH.
SHcompact version by Kaz Kojima and Paul Mundt.
SHmedia bits:
Copyright 2004 SuperH (UK) Ltd
Author: Richard Curnow
Based on the sh version, and on code from the sh64-specific parts of
modutils, originally written by Richard Curnow and Ben Gaster.
This program is free... | gpl-2.0 |
Dees-Troy/android_kernel_samsung_coreprimelte | arch/avr32/boards/hammerhead/flash.c | 11890 | 8518 | /*
* Hammerhead board-specific flash initialization
*
* Copyright (C) 2008 Miromico AG
*
* 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 <l... | gpl-2.0 |
epinter/android_kernel_motorola_msm8960-common | fs/ntfs/collate.c | 14962 | 3675 | /*
* collate.c - NTFS kernel collation handling. Part of the Linux-NTFS project.
*
* Copyright (c) 2004 Anton Altaparmakov
*
* This program/include file 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 |
flar2/ElementalX-m7-4.0 | security/keys/key.c | 371 | 16127 | /* Basic authentication token and access key management
*
* Copyright (C) 2004-2008 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by... | gpl-2.0 |
kenkit/android_kernel_htc_msm7x30 | net/netlink/genetlink.c | 627 | 22046 | /*
* NETLINK Generic Netlink Family
*
* Authors: Jamal Hadi Salim
* Thomas Graf <tgraf@suug.ch>
* Johannes Berg <johannes@sipsolutions.net>
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/socket.h>
#inc... | gpl-2.0 |
mayli/unionfs-latest | drivers/media/i2c/smiapp/smiapp-regs.c | 627 | 6708 | /*
* drivers/media/i2c/smiapp/smiapp-regs.c
*
* Generic driver for SMIA/SMIA++ compliant camera modules
*
* Copyright (C) 2011--2012 Nokia Corporation
* Contact: 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 P... | gpl-2.0 |
byoungm/linux-kernel-test | drivers/phy/phy-stih41x-usb.c | 627 | 4769 | /*
* Copyright (C) 2014 STMicroelectronics
*
* STMicroelectronics PHY driver for STiH41x USB.
*
* Author: Maxime Coquelin <maxime.coquelin@st.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 Fre... | gpl-2.0 |
freedesktop-unofficial-mirror/drm-intel | arch/powerpc/lib/feature-fixups.c | 1395 | 11285 | /*
* Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
*
* Modifications for ppc64:
* Copyright (C) 2003 Dave Engebretsen <engebret@us.ibm.com>
*
* Copyright 2008 Michael Ellerman, IBM Corporation.
*
* This program is free software; you can redistribute it and/or
* modify it under the ... | gpl-2.0 |
amidabuddha/saga-ics-crc-3.0.16 | arch/arm/mach-h720x/h7202-eval.c | 2419 | 2066 | /*
* linux/arch/arm/mach-h720x/h7202-eval.c
*
* Copyright (C) 2003 Thomas Gleixner <tglx@linutronix.de>
* 2003 Robert Schwebel <r.schwebel@pengutronix.de>
* 2004 Sascha Hauer <s.hauer@pengutronix.de>
*
* Architecture specific stuff for Hynix HMS30C7202 development board
*
* This program is free... | gpl-2.0 |
lnfamous/Kernel_CyanogenMod9_Pico | drivers/misc/sgi-gru/grukservices.c | 2931 | 29833 | /*
* SN Platform GRU Driver
*
* KERNEL SERVICES THAT USE THE GRU
*
* Copyright (c) 2008 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 Softwa... | gpl-2.0 |
invisiblek/android_kernel_htc_qsd8k | arch/arm/mach-omap2/sdrc.c | 2931 | 4658 | /*
* SMS/SDRC (SDRAM controller) common code for OMAP2/3
*
* Copyright (C) 2005, 2008 Texas Instruments Inc.
* Copyright (C) 2005, 2008 Nokia Corporation
*
* Tony Lindgren <tony@atomide.com>
* Paul Walmsley
* Richard Woodruff <r-woodruff2@ti.com>
*
* This program is free software; you can redistribute it and/... | gpl-2.0 |
high1/android_kernel_htc_pico | drivers/mtd/nand/nand_bch.c | 2931 | 7118 | /*
* This file provides ECC correction for more than 1 bit per block of data,
* using binary BCH codes. It relies on the generic BCH library lib/bch.c.
*
* Copyright © 2011 Ivan Djelic <ivan.djelic@parrot.com>
*
* This file is free software; you can redistribute it and/or modify it
* under the terms of the GNU G... | gpl-2.0 |
Evil-Green/Lonas_KL-GT-I9300 | net/tipc/net.c | 2931 | 8179 | /*
* net/tipc/net.c: TIPC network routing code
*
* Copyright (c) 1995-2006, Ericsson AB
* Copyright (c) 2005, 2010-2011, Wind River Systems
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
... | gpl-2.0 |
CyanogenMod/android_kernel_huawei_angler | arch/sh/boards/mach-migor/setup.c | 3443 | 16819 | /*
* Renesas System Solutions Asia Pte. Ltd - Migo-R
*
* 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/platform_... | gpl-2.0 |
Entropy512/I9300_N8013_Changes | drivers/eisa/pci_eisa.c | 4211 | 1702 | /*
* Minimalist driver for a generic PCI-to-EISA bridge.
*
* (C) 2003 Marc Zyngier <maz@wild-wind.fr.eu.org>
*
* This code is released under the GPL version 2.
*
* Ivan Kokshaysky <ink@jurassic.park.msu.ru> :
* Generalisation from i82375 to PCI_CLASS_BRIDGE_EISA.
*/
#include <linux/kernel.h>
#include <linux/d... | gpl-2.0 |
lyfest/android_kernel_samsung_sltechn | arch/arm/mach-ixp2000/pci.c | 4723 | 5550 | /*
* arch/arm/mach-ixp2000/pci.c
*
* PCI routines for IXDP2400/IXDP2800 boards
*
* Original Author: Naeem Afzal <naeem.m.afzal@intel.com>
* Maintained by: Deepak Saxena <dsaxena@plexity.net>
*
* Copyright 2002 Intel Corp.
* Copyright (C) 2003-2004 MontaVista Software, Inc.
*
* This program is free software;... | gpl-2.0 |
sub77/test_kernel_samsung_matissewifi | arch/arm/mach-ixp2000/pci.c | 4723 | 5550 | /*
* arch/arm/mach-ixp2000/pci.c
*
* PCI routines for IXDP2400/IXDP2800 boards
*
* Original Author: Naeem Afzal <naeem.m.afzal@intel.com>
* Maintained by: Deepak Saxena <dsaxena@plexity.net>
*
* Copyright 2002 Intel Corp.
* Copyright (C) 2003-2004 MontaVista Software, Inc.
*
* This program is free software;... | gpl-2.0 |
jfdsmabalot/kernel_legacy_exynos5410 | arch/arm/mach-tegra/dma.c | 4723 | 21412 | /*
* arch/arm/mach-tegra/dma.c
*
* System DMA driver for NVIDIA Tegra SoCs
*
* Copyright (c) 2008-2009, NVIDIA 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 vers... | gpl-2.0 |
ausdim/TW-kk-Edition-I9505-jfltexx | drivers/pcmcia/pd6729.c | 4979 | 19056 | /*
* Driver for the Cirrus PD6729 PCI-PCMCIA bridge.
*
* Based on the i82092.c driver.
*
* This software may be used and distributed according to the terms of
* the GNU General Public License, incorporated herein by reference.
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#inclu... | gpl-2.0 |
MattCrystal/secret-nemesis | drivers/usb/host/u132-hcd.c | 4979 | 92925 | /*
* Host Controller Driver for the Elan Digital Systems U132 adapter
*
* Copyright(C) 2006 Elan Digital Systems Limited
* http://www.elandigitalsystems.com
*
* Author and Maintainer - Tony Olech - Elan Digital Systems
* tony.olech@elandigitalsystems.com
*
* This program is free software;you can redistribute it and/or
... | gpl-2.0 |
Team-Blackout/Blackout-Monarudo | drivers/scsi/lpfc/lpfc_vport.c | 5235 | 25472 | /*******************************************************************
* This file is part of the Emulex Linux Device Driver for *
* Fibre Channel Host Bus Adapters. *
* Copyright (C) 2004-2008 Emulex. All rights reserved. *
* EMULEX and SLI are trademarks of Emulex. ... | gpl-2.0 |
TheBootloader/android_kernel_shooter | fs/lockd/clntlock.c | 628 | 7194 | /*
* linux/fs/lockd/clntlock.c
*
* Lock handling for the client side NLM implementation
*
* Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de>
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/nfs_fs.h>
#include <linux/sunrpc/clnt.h>
#include <l... | gpl-2.0 |
rektide/linux | arch/mips/kvm/dyntrans.c | 1396 | 4215 | /*
* 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.
*
* KVM/MIPS: Binary Patching for privileged instructions, reduces traps.
*
* Copyright (C) 2012 MIPS Technologies, Inc. All rights reserv... | gpl-2.0 |
OESF/linux-linaro-natty | arch/x86/boot/memory.c | 1652 | 3367 | /* -*- linux-c -*- ------------------------------------------------------- *
*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright 2007 rPath, Inc. - All Rights Reserved
* Copyright 2009 Intel Corporation; author H. Peter Anvin
*
* This file is part of the Linux kernel, and is made available under
* ... | gpl-2.0 |
GAXUSXX/G935FGaXusKernel2 | net/x25/x25_in.c | 1908 | 10014 | /*
* X.25 Packet Layer release 002
*
* This is ALPHA test software. This code may break your machine,
* randomly fail to work with new releases, misbehave and/or generally
* screw up. It might even work.
*
* This code REQUIRES 2.1.15 or higher
*
* This module:
* This module is free software; you can redistri... | gpl-2.0 |
CyanogenMod/android_kernel_samsung_trelte | fs/9p/vfs_addr.c | 1908 | 8420 | /*
* linux/fs/9p/vfs_addr.c
*
* This file contians vfs address (mmap) ops for 9P2000.
*
* Copyright (C) 2005 by Eric Van Hensbergen <ericvh@gmail.com>
* Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of th... | gpl-2.0 |
djvoleur/V_925P_BOF7 | drivers/media/platform/davinci/vpss.c | 2164 | 14501 | /*
* Copyright (C) 2009 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; either version 2 of the License, or
* (at your option) any later version.
*
* This program is... | gpl-2.0 |
FEDEVEL/imx6tinyrex-linux-3.0.35 | fs/sysv/inode.c | 2932 | 9858 | /*
* linux/fs/sysv/inode.c
*
* minix/inode.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* xenix/inode.c
* Copyright (C) 1992 Doug Evans
*
* coh/inode.c
* Copyright (C) 1993 Pascal Haible, Bruno Haible
*
* sysv/inode.c
* Copyright (C) 1993 Paul B. Monday
*
* sysv/inode.c
* Copyright (C) 1... | gpl-2.0 |
unforgiven512/android_kernel_asus_tf700t | drivers/scsi/device_handler/scsi_dh_hp_sw.c | 2932 | 10150 | /*
* 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 |
nightvixen/explosion_kernel | drivers/edac/edac_device.c | 2932 | 20421 |
/*
* edac_device.c
* (C) 2007 www.douglaskthompson.com
*
* This file may be distributed under the terms of the
* GNU General Public License.
*
* Written by Doug Thompson <norsk5@xmission.com>
*
* edac_device API implementation
* 19 Jan 2007
*/
#include <linux/module.h>
#include <linux/types.h>
#include <li... | gpl-2.0 |
poondog/venom-vivo | drivers/platform/x86/intel_oaktrail.c | 2932 | 9850 | /*
* intel_oaktrail.c - Intel OakTrail Platform support.
*
* Copyright (C) 2010-2011 Intel Corporation
* Author: Yin Kangkai (kangkai.yin@intel.com)
*
* based on Compal driver, Copyright (C) 2008 Cezary Jackiewicz
* <cezary.jackiewicz (at) gmail.com>, based on MSI driver
* Copyright (C) 2006 Lennart Poettering ... | gpl-2.0 |
andi34/kernel_samsung_espresso | drivers/gpio/adp5520-gpio.c | 4212 | 4769 | /*
* GPIO driver for Analog Devices ADP5520 MFD PMICs
*
* Copyright 2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/mfd/adp5520.h>
#include <l... | gpl-2.0 |
crdroid-devices/android_kernel_htc_msm8974 | fs/nilfs2/segbuf.c | 4212 | 14081 | /*
* segbuf.c - NILFS segment buffer
*
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone 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 Lice... | gpl-2.0 |
championswimmer/android_kernel_sony_msm8260 | arch/mips/jz4740/board-qi_lb60.c | 4468 | 12312 | /*
* linux/arch/mips/jz4740/board-qi_lb60.c
*
* QI_LB60 board support
*
* Copyright (c) 2009 Qi Hardware inc.,
* Author: Xiangfu Liu <xiangfu@qi-hardware.com>
* Copyright 2010, Lars-Peter Clausen <lars@metafoo.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of... | gpl-2.0 |
Cobmaster/Vee3_Stock_more_governors | arch/arm/mach-ixp2000/enp2611.c | 4724 | 6970 | /*
* arch/arm/mach-ixp2000/enp2611.c
*
* Radisys ENP-2611 support.
*
* Created 2004 by Lennert Buytenhek from the ixdp2x01 code. The
* original version carries the following notices:
*
* Original Author: Andrzej Mialkowski <andrzej.mialkowski@intel.com>
* Maintainer: Deepak Saxena <dsaxena@plexity.net>
*
* ... | gpl-2.0 |
GalaxyTab4/android_kernel_motorola_msm8226 | arch/x86/kvm/pmu.c | 4724 | 13536 | /*
* Kernel-based Virtual Machine -- Performane Monitoring Unit support
*
* Copyright 2011 Red Hat, Inc. and/or its affiliates.
*
* Authors:
* Avi Kivity <avi@redhat.com>
* Gleb Natapov <gleb@redhat.com>
*
* This work is licensed under the terms of the GNU GPL, version 2. See
* the COPYING file in the ... | gpl-2.0 |
raden/kencana-kernel | arch/arm/mach-at91/board-sam9263ek.c | 4724 | 10456 | /*
* linux/arch/arm/mach-at91/board-sam9263ek.c
*
* Copyright (C) 2005 SAN People
* Copyright (C) 2007 Atmel 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 versi... | gpl-2.0 |
ztemt/NX507J_Lollipop_kernel | drivers/watchdog/xen_wdt.c | 4980 | 7726 | /*
* Xen Watchdog Driver
*
* (c) Copyright 2010 Novell, 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 your option) any later version.
... | gpl-2.0 |
eagleeyetom/android_kernel_oppo_msm8974 | drivers/watchdog/gef_wdt.c | 4980 | 7658 | /*
* GE watchdog userspace interface
*
* Author: Martyn Welch <martyn.welch@ge.com>
*
* Copyright 2008 GE Intelligent Platforms Embedded Systems, 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 ... | gpl-2.0 |
infected-lp/kernel_sony_msm8974 | drivers/watchdog/jz4740_wdt.c | 4980 | 6247 | /*
* 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 |
cphelps76/kernel_lge_mako | drivers/ssb/driver_extif.c | 5748 | 3826 | /*
* Sonics Silicon Backplane
* Broadcom EXTIF core driver
*
* Copyright 2005, Broadcom Corporation
* Copyright 2006, 2007, Michael Buesch <m@bues.ch>
* Copyright 2006, 2007, Felix Fietkau <nbd@openwrt.org>
* Copyright 2007, Aurelien Jarno <aurelien@aurel32.net>
*
* Licensed under the GNU/GPL. See COPYING for ... | gpl-2.0 |
PoonKang/Kernel_SCH-I545 | arch/powerpc/perf/power6-pmu.c | 7284 | 15833 | /*
* Performance counter support for POWER6 processors.
*
* Copyright 2008-2009 Paul Mackerras, 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 t... | gpl-2.0 |
acuicultor/Radioactive-kernel-HAM | arch/powerpc/perf/power6-pmu.c | 7284 | 15833 | /*
* Performance counter support for POWER6 processors.
*
* Copyright 2008-2009 Paul Mackerras, 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 t... | gpl-2.0 |
CyanCom/android_kernel_msm_caf | drivers/block/paride/pg.c | 7540 | 16865 | /*
pg.c (c) 1998 Grant R. Guenther <grant@torque.net>
Under the terms of the GNU General Public License.
The pg driver provides a simple character device interface for
sending ATAPI commands to a device. With the exception of the
ATAPI reset operation, all operations are performed by a pair
of read and... | gpl-2.0 |
dhiru1602/android_kernel_samsung_jf | drivers/staging/vt6656/control.c | 8564 | 2895 | /*
* Copyright (c) 1996, 2003 VIA Networking Technologies, 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; either version 2 of the License, or
* (at your opt... | gpl-2.0 |
mapleshadow/M7-4.3-Kernel | sound/isa/sb/sb8_main.c | 8564 | 18625 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Uros Bizjak <uros@kss-loka.si>
*
* Routines for control of 8-bit SoundBlaster cards and clones
* Please note: I don't have access to old SB8 soundcards.
*
*
* This program is free software; you can redistribute it and/or modify
* ... | gpl-2.0 |
araca/Zen-Kernel-Huawei-P7 | arch/m32r/mm/ioremap.c | 13940 | 2740 | /*
* linux/arch/m32r/mm/ioremap.c
*
* Copyright (c) 2001, 2002 Hiroyuki Kondo
*
* Taken from mips version.
* (C) Copyright 1995 1996 Linus Torvalds
* (C) Copyright 2001 Ralf Baechle
*/
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING"... | gpl-2.0 |
ZUK2/android_kernel_zuk_z2_plus | drivers/net/phy/broadcom.c | 117 | 17800 | /*
* drivers/net/phy/broadcom.c
*
* Broadcom BCM5411, BCM5421 and BCM5461 Gigabit Ethernet
* transceivers.
*
* Copyright (c) 2006 Maciej W. Rozycki
*
* Inspired by code written by Amy Fong.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publi... | gpl-2.0 |
Xxskyl3rxX/linux | drivers/gpu/drm/i915/intel_mocs.c | 373 | 10974 | /*
* Copyright (c) 2015 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, p... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.