repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
rajib4/android_kernel_xiaomi_cancro | sound/usb/pcm.c | 2665 | 26444 | /*
* 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 w... | gpl-2.0 |
EPDCenter/android_kernel_archos_97b_Titan | drivers/net/ax88796.c | 2921 | 24433 | /* drivers/net/ax88796.c
*
* Copyright 2005,2007 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* Asix AX88796 10/100 Ethernet controller support
* Based on ne.c, by Donald Becker, et-al.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi... | gpl-2.0 |
faux123/moto_x | arch/blackfin/kernel/dma-mapping.c | 4713 | 3397 | /*
* Dynamic DMA mapping support
*
* Copyright 2005-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later
*/
#include <linux/types.h>
#include <linux/gfp.h>
#include <linux/string.h>
#include <linux/spinlock.h>
#include <linux/dma-mapping.h>
#include <linux/scatterlist.h>
#include <linux/export.h>
stat... | gpl-2.0 |
billchen1977/kernel_sony_msm8x60 | drivers/media/video/gspca/tv8532.c | 4969 | 10863 | /*
* Quickcam cameras initialization data
*
* V4L2 by Jean-Francois Moine <http://moinejf.free.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
*... | gpl-2.0 |
TeamHackYU/SKernel_Yu | drivers/video/console/font_sun12x22.c | 14697 | 185842 | #include <linux/font.h>
#define FONTDATAMAX 11264
static const unsigned char fontdata_sun12x22[FONTDATAMAX] = {
/* 0 0x00 '^@' */
0x00, 0x00, /* 000000000000 */
0x00, 0x00, /* 000000000000 */
0x00, 0x00, /* 000000000000 */
0x00, 0x00, /* 000000000000 */
0x00, 0x00, /* 000000000000 */
0x00, 0x00, /* 0000000000... | gpl-2.0 |
Angeldude/MuseScore | thirdparty/freetype/src/pshinter/pshglob.c | 106 | 23053 | /***************************************************************************/
/* */
/* pshglob.c */
/* */
/* Po... | gpl-2.0 |
KangDroid/android_kernel_lge_hammerhead | drivers/media/platform/msm/camera_v1/flash/pmic8058_flash.c | 362 | 2042 | /* Copyright (c) 2009-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 |
lmajewski/linux-samsung-thermal | drivers/vme/bridges/vme_tsi148.c | 618 | 74144 | /*
* Support for the Tundra TSI148 VME-PCI Bridge Chip
*
* Author: Martyn Welch <martyn.welch@ge.com>
* Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc.
*
* Based on work by Tom Armistead and Ajit Prem
* Copyright 2004 Motorola Inc.
*
* This program is free software; you can redistribute it and/... | gpl-2.0 |
freexperia/android_kernel_sony_msm7x27a-legacy | arch/arm/mach-ixp4xx/common.c | 2666 | 12025 | /*
* arch/arm/mach-ixp4xx/common.c
*
* Generic code shared across all IXP4XX platforms
*
* Maintainer: Deepak Saxena <dsaxena@plexity.net>
*
* Copyright 2002 (c) Intel Corporation
* Copyright 2003-2004 (c) MontaVista, Software, Inc.
*
* This file is licensed under the terms of the GNU General Public
* Li... | gpl-2.0 |
hanss70/n7100-Nadia-kernel-kk | drivers/net/bna/bfa_ioc_ct.c | 2922 | 14941 | /*
* Linux network driver for Brocade Converged Network 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 as
* published by the Free Software Foundation
*
* This program is distributed in the hope that it will ... | gpl-2.0 |
neobuddy89/vibrant_mackay_kernel | sound/soc/samsung/s3c24xx_simtec_hermes.c | 2922 | 3611 | /* sound/soc/samsung/s3c24xx_simtec_hermes.c
*
* Copyright 2009 Simtec Electronics
*
* 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 <sound/soc.h>
#include "s3c24xx... | gpl-2.0 |
surdupetru/android_kernel_huawei_g620s | drivers/md/dm-exception-store.c | 4202 | 6532 | /*
* Copyright (C) 2001-2002 Sistina Software (UK) Limited.
* Copyright (C) 2006-2008 Red Hat GmbH
*
* This file is released under the GPL.
*/
#include "dm-exception-store.h"
#include <linux/ctype.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/vmalloc.h>
#include <linux/module.h>
#include <l... | gpl-2.0 |
Tomoms/android_kernel_sony_msm8x60 | arch/arm/mach-omap2/pm24xx.c | 4714 | 9976 | /*
* OMAP2 Power Management Routines
*
* Copyright (C) 2005 Texas Instruments, Inc.
* Copyright (C) 2006-2008 Nokia Corporation
*
* Written by:
* Richard Woodruff <r-woodruff2@ti.com>
* Tony Lindgren
* Juha Yrjola
* Amit Kucheria <amit.kucheria@nokia.com>
* Igor Stoppa <igor.stoppa@nokia.com>
*
* Based on ... | gpl-2.0 |
ronasimi/LGF180-Optimus-G-_Android_KK_v30a_Kernel | arch/um/os-Linux/file.c | 4970 | 10445 | /*
* Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <sys/ioctl.h>
#include <sys/mount.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
#inc... | gpl-2.0 |
poondog/M8 | arch/um/kernel/initrd.c | 4970 | 1727 | /*
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include "linux/init.h"
#include "linux/bootmem.h"
#include "linux/initrd.h"
#include "asm/types.h"
#include "init.h"
#include "os.h"
/* Changed by uml_initrd_setup, which is a setup */
static char *initrd __init... | gpl-2.0 |
CyanogenMod/android_kernel_xiaomi_cancro | drivers/gpio/gpio-mc33880.c | 5226 | 4384 | /*
* MC33880 high-side/low-side switch GPIO driver
* Copyright (c) 2009 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in t... | gpl-2.0 |
NoelMacwan/Kernel-10.4.1.B.0.101 | drivers/video/msm/mddi_client_dummy.c | 6506 | 2513 | /* drivers/video/msm_fb/mddi_client_dummy.c
*
* Support for "dummy" mddi client devices which require no
* special initialization code.
*
* Copyright (C) 2007 Google Incorporated
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Founda... | gpl-2.0 |
Snakefreak/i9100kerneljbhk | drivers/net/wimax/i2400m/usb-notif.c | 9322 | 8147 | /*
* Intel Wireless WiMAX Connection 2400m over USB
* Notification handling
*
*
* Copyright (C) 2007-2008 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redi... | gpl-2.0 |
sub77/test_kernel_samsung_matissewifi | net/irda/irlan/irlan_event.c | 11626 | 1704 | /*********************************************************************
*
* Filename: irlan_event.c
* Version:
* Description:
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Tue Oct 20 09:10:16 1998
* Modified at: Sat Oct 30 12:59:01 1999
* Modified by: Dag... | gpl-2.0 |
wareash/linux-xylon | fs/nfs/file.c | 107 | 25009 | /*
* linux/fs/nfs/file.c
*
* Copyright (C) 1992 Rick Sladkey
*
* Changes Copyright (C) 1994 by Florian La Roche
* - Do not copy data too often around in the kernel.
* - In nfs_file_read the return value of kmalloc wasn't checked.
* - Put in a better version of read look-ahead buffering. Original idea
... | gpl-2.0 |
jameshilliard/openwrtubicom | target/linux/adm5120/files/arch/mips/adm5120/motorola/pmugw.c | 107 | 2137 | /*
* Motorola Powerline MU Gateway board
*
* Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.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/k... | gpl-2.0 |
openwrt/bcm63xx-next | drivers/md/raid5.c | 107 | 201696 | /*
* raid5.c : Multiple Devices driver for Linux
* Copyright (C) 1996, 1997 Ingo Molnar, Miguel de Icaza, Gadi Oxman
* Copyright (C) 1999, 2000 Ingo Molnar
* Copyright (C) 2002, 2003 H. Peter Anvin
*
* RAID-4/5/6 management functions.
* Thanks to Penguin Computing for making the RAID-6 development possi... | gpl-2.0 |
williangliao/linux | arch/mips/loongson/common/env.c | 107 | 3872 | /*
* Based on Ocelot Linux port, which is
* Copyright 2001 MontaVista Software Inc.
* Author: jsun@mvista.com or jsun@junsun.net
*
* Copyright 2003 ICT CAS
* Author: Michael Guo <guoyi@ict.ac.cn>
*
* Copyright (C) 2007 Lemote Inc. & Insititute of Computing Technology
* Author: Fuxin Zhang, zhangfx@lemote.com
... | gpl-2.0 |
jolicloud/jolicloud-robby-kernel | security/selinux/ss/mls.c | 107 | 15364 | /*
* Implementation of the multi-level security (MLS) policy.
*
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
*/
/*
* Updated: Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com>
*
* Support for enhanced MLS infrastructure.
*
* Copyright (C) 2004-2006 Trusted Computer Solutions, Inc.
*/
/*
* Updated... | gpl-2.0 |
Rafael-Cirilo/linux | arch/arm64/kernel/suspend.c | 363 | 4000 | #include <linux/percpu.h>
#include <linux/slab.h>
#include <asm/cacheflush.h>
#include <asm/debug-monitors.h>
#include <asm/pgtable.h>
#include <asm/memory.h>
#include <asm/mmu_context.h>
#include <asm/smp_plat.h>
#include <asm/suspend.h>
#include <asm/tlbflush.h>
extern int __cpu_suspend_enter(unsigned long arg, int ... | gpl-2.0 |
xiaoleigua/linux | drivers/i2c/busses/i2c-img-scb.c | 619 | 38716 | /*
* I2C adapter for the IMG Serial Control Bus (SCB) IP block.
*
* Copyright (C) 2009, 2010, 2012, 2014 Imagination Technologies Ltd.
*
* 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 Foun... | gpl-2.0 |
Pafcholini/Nadia-kernel-KK-N910F-EUR-KK-N910FXXU1ANK4-Update1 | fs/f2fs/data.c | 1387 | 18173 | /*
* fs/f2fs/data.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 <l... | gpl-2.0 |
Clust3r/P8000-Kernel | drivers/video/backlight/max8925_bl.c | 2155 | 5713 | /*
* Backlight driver for Maxim MAX8925
*
* Copyright (C) 2009 Marvell International Ltd.
* Haojian Zhuang <haojian.zhuang@marvell.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 Softwa... | gpl-2.0 |
narantech/linux-pc64 | sound/pci/au88x0/au88x0_mpu401.c | 2923 | 3646 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Routines for control of MPU-401 in UART mode
*
* Modified for the Aureal Vortex based Soundcards
* by Manuel Jander (mjande@embedded.cl).
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge... | gpl-2.0 |
aureljared/pulsar | drivers/staging/rtl8192e/r8192E_wx.c | 2923 | 30017 | /*
This file contains wireless extension handlers.
This is part of rtl8180 OpenSource driver.
Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it>
Released under the terms of GPL (General Public Licence)
Parts of this driver are based on the GPL part
of the official realtek driver.
Par... | gpl-2.0 |
faux123/Galaxy_Note_2 | sound/soc/codecs/cs4271.c | 2923 | 18975 | /*
* CS4271 ASoC codec driver
*
* Copyright (c) 2010 Alexander Sverdlin <subaparts@yandex.ru>
*
* 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 |
lenghonglin/LU6200_Android_JB_LU620186_00_Kernel | drivers/ata/sata_promise.c | 3947 | 34754 | /*
* sata_promise.c - Promise SATA
*
* Maintained by: Jeff Garzik <jgarzik@pobox.com>
* Mikael Pettersson <mikpe@it.uu.se>
* Please ALWAYS copy linux-ide@vger.kernel.org
* on emails.
*
* Copyright 2003-2004 Red Hat, Inc.
*
*
* This program is free software; you can redistribute it and/o... | gpl-2.0 |
rutvik95/android_kernel_samsung_kmini3g | net/netfilter/nf_conntrack_proto_sctp.c | 4459 | 24359 | /*
* Connection tracking protocol helper module for SCTP.
*
* SCTP is defined in RFC 2960. References to various sections in this code
* are to this RFC.
*
* 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 th... | gpl-2.0 |
MetalPhoenix45/SmoothGKernel | net/netfilter/nf_conntrack_proto_sctp.c | 4459 | 24359 | /*
* Connection tracking protocol helper module for SCTP.
*
* SCTP is defined in RFC 2960. References to various sections in this code
* are to this RFC.
*
* 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 th... | gpl-2.0 |
dirkbehme/linux-renesas-rcar-gen3 | arch/x86/platform/olpc/olpc_ofw.c | 12395 | 2761 | #include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <asm/page.h>
#include <asm/setup.h>
#include <asm/io.h>
#include <asm/pgtable.h>
#include <asm/olpc_ofw.h>
/* address of OFW callback interface; will be NULL if OFW isn't found */
static int (*olpc_ofw_cif)(int *);
/* page dir entry ... | gpl-2.0 |
vbatts/linux | arch/blackfin/mach-bf518/ints-priority.c | 13675 | 3242 | /*
* Set up the interrupt priorities
*
* Copyright 2008 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/module.h>
#include <linux/irq.h>
#include <asm/blackfin.h>
void __init program_IAR(void)
{
/* Program the IAR0 Register with the configured priority */
bfin_write_SIC_IAR0(((CO... | gpl-2.0 |
hemantjain95/gcc | libgo/runtime/go-interface-compare.c | 108 | 1066 | /* go-interface-compare.c -- compare two interface values.
Copyright 2009 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file. */
#include <stddef.h>
#include "runtime.h"
#include "go-type.h"
#include "interface.h"
/* Compar... | gpl-2.0 |
KunYi/linux_samx6i | drivers/acpi/acpica/nsconvert.c | 364 | 12542 | /******************************************************************************
*
* Module Name: nsconvert - Object conversions for objects returned by
* predefined methods
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2015, In... | gpl-2.0 |
Pteridium/ARV4518PW-ARV7518PW-OWRT | target/linux/adm5120/image/lzma-loader/src/decompress.c | 620 | 8799 | /*
*
* LZMA compressed kernel decompressor for ADM5120 boards
*
* Copyright (C) 2005 by Oleg I. Vdovikin <oleg@cs.msu.su>
* Copyright (C) 2007-2008 OpenWrt.org
* Copyright (C) 2007-2008 Gabor Juhos <juhosg@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the term... | gpl-2.0 |
ocoot/Xiaomi_Kernel_OpenSource | arch/powerpc/mm/fault.c | 876 | 14900 | /*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Derived from "arch/i386/mm/fault.c"
* Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
*
* Modified by Cort Dougan and Paul Mackerras.
*
* Modified for PPC64 by Dave Engebretsen (engebret@ibm.com)
*
* This progra... | gpl-2.0 |
0x00evil/linux | sound/pci/ice1712/ak4xxx.c | 1388 | 5091 | /*
* ALSA driver for ICEnsemble ICE1712 (Envy24)
*
* AK4524 / AK4528 / AK4529 / AK4355 / AK4381 interface
*
* Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | gpl-2.0 |
Foxda-Tech/argo8-kernel | drivers/mfd/twl6040.c | 2156 | 18858 | /*
* MFD driver for TWL6040 audio device
*
* Authors: Misael Lopez Cruz <misael.lopez@ti.com>
* Jorge Eduardo Candelaria <jorge.candelaria@ti.com>
* Peter Ujfalusi <peter.ujfalusi@ti.com>
*
* Copyright: (C) 2011 Texas Instruments, Inc.
*
* This program is free software; you can redistribute it and/or modify
... | gpl-2.0 |
samno1607/Jekyll-Hyde | net/netfilter/ipset/ip_set_hash_ipportnet.c | 2412 | 15794 | /* Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
*
* 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.
*/
/* Kernel module implementing an IP set type: the hash... | gpl-2.0 |
KlinkOnE/android_kernel_ba2x_2.0-1 | arch/arm/mach-orion5x/lsmini-setup.c | 2668 | 7277 | /*
* arch/arm/mach-orion5x/lsmini-setup.c
*
* Maintainer: Alexey Kopytko <alexey@kopytko.ru>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/
#include <linux/kernel.h>
#i... | gpl-2.0 |
sultanxda/sultan-kernel-celox | arch/arm/mach-mxs/devices/amba-duart.c | 3180 | 1057 | /*
* Copyright (C) 2009-2010 Pengutronix
* Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
*
* Copyright 2010 Freescale Semiconductor, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 2 as publishe... | gpl-2.0 |
agat63/E4GT_ICS_kernel | drivers/mfd/ucb1x00-core.c | 4204 | 19086 | /*
* linux/drivers/mfd/ucb1x00-core.c
*
* Copyright (C) 2001 Russell King, 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.
*
* ... | gpl-2.0 |
Lehkeda/android_kernel_samsung_mint2g | arch/mips/cobalt/reset.c | 9580 | 1068 | /*
* Cobalt Reset operations
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1995, 1996, 1997 by Ralf Baechle
* Copyright (C) 2001 by Liam Davies (ldavies@agile.tv)
*/
#... | gpl-2.0 |
XMelancholy/android_kernel_huawei_h60 | sound/aoa/soundbus/core.c | 12140 | 5085 | /*
* soundbus
*
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/
#include <linux/module.h>
#include "soundbus.h"
MODULE_AUTHOR("Johannes Berg <johannes@sipsolutions.net>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Apple Soundbus");
struct soundbus_dev *soundb... | gpl-2.0 |
toyota86/xoompus | arch/blackfin/mach-bf538/ints-priority.c | 13676 | 3009 | /*
* Set up the interrupt priorities
*
* Copyright 2008 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/module.h>
#include <linux/irq.h>
#include <asm/blackfin.h>
void __init program_IAR(void)
{
/* Program the IAR0 Register with the configured priority */
bfin_write_SIC_IAR0(((C... | gpl-2.0 |
lunixbochs/qemu | target-m68k/m68k-semi.c | 109 | 14311 | /*
* m68k/ColdFire Semihosting syscall interface
*
* Copyright (c) 2005-2007 CodeSourcery.
*
* 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 |
adhi1419/MSM7627A | drivers/staging/iio/gyro/adis16080_core.c | 109 | 6126 | /*
* ADIS16080/100 Yaw Rate Gyroscope with SPI driver
*
* Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/gpio.h>
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/device.h>
#include <linux/kernel.h>
... | gpl-2.0 |
JacobTech/L38C-Dynamic-Kernel | drivers/net/e1000e/phy.c | 109 | 88944 | /*******************************************************************************
Intel PRO/1000 Linux driver
Copyright(c) 1999 - 2011 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 pub... | gpl-2.0 |
paprikon/android_kernel_htc_bliss | scripts/mod/modpost.c | 365 | 56825 | /* Postprocess module symbol versions
*
* Copyright 2003 Kai Germaschewski
* Copyright 2002-2004 Rusty Russell, IBM Corporation
* Copyright 2006-2008 Sam Ravnborg
* Based in part on module-init-tools/depmod.c,file2alias
*
* This software may be used and distributed according to the terms
* of the GNU Ge... | gpl-2.0 |
paxchristos/Semc-ICS-kernel | drivers/media/video/bt856.c | 621 | 7085 | /*
* bt856 - BT856A 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 sa... | gpl-2.0 |
hellsgod/hells-Core-N6P | drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2157 | 23370 | /*======================================================================
comedi/drivers/quatech_daqp_cs.c
Quatech DAQP PCMCIA data capture cards COMEDI client driver
Copyright (C) 2000, 2003 Brent Baccala <baccala@freesoft.org>
The DAQP interface code in this file is released into the public domain.
... | gpl-2.0 |
samuaz/kernel_msm_gee | arch/s390/kvm/kvm-s390.c | 2925 | 23552 | /*
* s390host.c -- hosting zSeries kernel virtual machines
*
* Copyright IBM Corp. 2008,2009
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2 only)
* as published by the Free Software Foundation.
*
* Author(s): Carste... | gpl-2.0 |
CyanogenMod/android_kernel_motorola_msm8960-common | drivers/video/pxafb.c | 2925 | 62755 | /*
* linux/drivers/video/pxafb.c
*
* Copyright (C) 1999 Eric A. Thomas.
* Copyright (C) 2004 Jean-Frederic Clere.
* Copyright (C) 2004 Ian Campbell.
* Copyright (C) 2004 Jeff Lackey.
* Based on sa1100fb.c Copyright (C) 1999 Eric A. Thomas
* which in turn is
* Based on acornfb.c Copyright (C) Russell ... | gpl-2.0 |
Wonfee/huawei_u9508_kernel | arch/arm/plat-mxc/devices/platform-mx2-camera.c | 3181 | 1893 | /*
* Copyright (C) 2010 Pengutronix
* Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 2 as published by the
* Free Software Foundation.
*/
#include <mach/hardware.h>
#include... | gpl-2.0 |
kabata1975/android_kernel_c8690 | drivers/staging/tidspbridge/core/chnl_sm.c | 3181 | 26269 | /*
* chnl_sm.c
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Implements upper edge functions for Bridge driver channel module.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
* This package is free software; you can redistribute it and/or modify
* it under the terms of the GNU... | gpl-2.0 |
Jackeagle/android_kernel_samsung_n7502 | drivers/sbus/char/bbc_i2c.c | 4461 | 9713 | /* bbc_i2c.c: I2C low-level driver for BBC device on UltraSPARC-III
* platforms.
*
* Copyright (C) 2001, 2008 David S. Miller (davem@davemloft.net)
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/wait.h>
#in... | gpl-2.0 |
jmztaylor/android_kernel_htc_a3ul_old | arch/powerpc/platforms/85xx/mpc8536_ds.c | 4461 | 2721 | /*
* MPC8536 DS Board Setup
*
* Copyright 2008 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 as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option... | gpl-2.0 |
OMAP4-AOSP/android_kernel_omap4_common | arch/powerpc/sysdev/mpic_msgr.c | 4461 | 6969 | /*
* Copyright 2011-2012, Meador Inge, Mentor Graphics Corporation.
*
* Some ideas based on un-pushed work done by Vivek Mahajan, Jason Jin, and
* Mingkai Hu from Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public ... | gpl-2.0 |
Arc-Team/android_kernel_htc_evita | arch/arm/mach-mmp/pxa168.c | 4717 | 7059 | /*
* linux/arch/arm/mach-mmp/pxa168.c
*
* Code specific to PXA168
*
* 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/module.h>
#include <linux/kernel.h>
#in... | gpl-2.0 |
dcsommer/linux-kernel-cwnd-issues | drivers/gpio/gpio-stmpe.c | 4973 | 10830 | /*
* Copyright (C) ST-Ericsson SA 2010
*
* License Terms: GNU General Public License, version 2
* Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <l... | gpl-2.0 |
HeeroLuca/ONEPONE_CM11 | drivers/net/wimax/i2400m/debugfs.c | 4973 | 9982 | /*
* Intel Wireless WiMAX Connection 2400m
* Debugfs interfaces to manipulate driver and device information
*
*
* Copyright (C) 2007 Intel Corporation <linux-wimax@intel.com>
* Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
*
* This program is free software; you can redistribute it and/or
* modify it un... | gpl-2.0 |
MattCrystal/glowing-happiness | drivers/media/radio/si470x/radio-si470x-common.c | 7789 | 24616 | /*
* drivers/media/radio/si470x/radio-si470x-common.c
*
* Driver for radios with Silicon Labs Si470x FM Radio Receivers
*
* Copyright (c) 2009 Tobias Lorenz <tobias.lorenz@gmx.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ... | gpl-2.0 |
k2wl/evolution_i9082 | drivers/gpu/drm/mga/mga_ioc32.c | 9325 | 7474 | /**
* \file mga_ioc32.c
*
* 32-bit ioctl compatibility routines for the MGA DRM.
*
* \author Dave Airlie <airlied@linux.ie> with code from patches by Egbert Eich
*
*
* Copyright (C) Paul Mackerras 2005
* Copyright (C) Egbert Eich 2003,2004
* Copyright (C) Dave Airlie 2005
* All Rights Reserved.
*
* Permiss... | gpl-2.0 |
epinter/android_kernel_motorola_msm8960-common | sound/pci/cs5535audio/cs5535audio_olpc.c | 9325 | 4840 | /*
* OLPC XO-1 additional sound features
*
* Copyright © 2006 Jaya Kumar <jayakumar.lkml@gmail.com>
* Copyright © 2007-2008 Andres Salomon <dilinger@debian.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... | gpl-2.0 |
garwedgess/android_kernel_lge_g4 | drivers/mtd/maps/sbc_gxx.c | 12653 | 6348 | /* sbc_gxx.c -- MTD map driver for Arcom Control Systems SBC-MediaGX,
SBC-GXm and SBC-GX1 series boards.
Copyright (C) 2001 Arcom Control System Ltd
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 |
sycolon/android_kernel_lge_g3 | drivers/mtd/maps/sbc_gxx.c | 12653 | 6348 | /* sbc_gxx.c -- MTD map driver for Arcom Control Systems SBC-MediaGX,
SBC-GXm and SBC-GX1 series boards.
Copyright (C) 2001 Arcom Control System Ltd
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 |
KonstaT/android_kernel_zte_msm7x27a | drivers/mtd/maps/sbc_gxx.c | 12653 | 6348 | /* sbc_gxx.c -- MTD map driver for Arcom Control Systems SBC-MediaGX,
SBC-GXm and SBC-GX1 series boards.
Copyright (C) 2001 Arcom Control System Ltd
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 |
oxp-edward/linux-3.5 | arch/arm/nwfpe/extended_cpdo.c | 14957 | 4135 | /*
NetWinder Floating Point Emulator
(c) Rebel.COM, 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 published by
the Free Software Foundat... | gpl-2.0 |
bigzz/shamu_flar2 | drivers/net/fddi/skfp/smttimer.c | 14957 | 3384 | /******************************************************************************
*
* (C)Copyright 1998,1999 SysKonnect,
* a business unit of Schneider & Koch & Co. Datensysteme GmbH.
*
* See the file "skfddi.c" for further information.
*
* This program is free software; you can redistribute it and/or modify
* it... | gpl-2.0 |
nosnilwar/linux-raw-gov-2.6.38.8 | drivers/net/cxgb4vf/sge.c | 110 | 74091 | /*
* This file is part of the Chelsio T4 PCI-E SR-IOV Virtual Function Ethernet
* driver for Linux.
*
* Copyright (c) 2009-2010 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GN... | gpl-2.0 |
skristiansson/eco32-binutils | gas/testsuite/gas/all/test-example.c | 110 | 2883 | /* Copyright (C) 2000, 2003, 2005, 2007 Free Software Foundation
Contributed by Alexandre Oliva <aoliva@cygnus.com>
This 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; either version 3 of the Li... | gpl-2.0 |
nikhiljan93/sony_rhine_msm8974 | fs/sync.c | 110 | 10504 | /*
* High-level sync()-related operations
*/
#include <linux/kernel.h>
#include <linux/file.h>
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <linux/module.h>
#include <linux/namei.h>
#include <linux/sched.h>
#include <linux/writeback.h>
#include <linux/syscalls.h>
#include <linux/l... | gpl-2.0 |
detule/linux-hexagon | sound/drivers/pcsp/pcsp.c | 110 | 5727 | /*
* PC-Speaker driver for Linux
*
* Copyright (C) 1997-2001 David Woodhouse
* Copyright (C) 2001-2008 Stas Sergeev
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/pcm.h>
#include <linux/input.h>
#include ... | gpl-2.0 |
poondog/kangaroo-m7-mkII | drivers/cpuidle/governors/ladder.c | 366 | 4492 | /*
* ladder.c - the residency ladder algorithm
*
* Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com>
* Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
* Copyright (C) 2004, 2005 Dominik Brodowski <linux@brodo.de>
*
* (C) 2006-2007 Venkatesh Pallipadi <venkatesh.pallipadi@... | gpl-2.0 |
identisoft-rashid/ec3_kernel_pre_4.1 | kernel/pid_namespace.c | 1134 | 10252 | /*
* Pid namespaces
*
* Authors:
* (C) 2007 Pavel Emelyanov <xemul@openvz.org>, OpenVZ, SWsoft Inc.
* (C) 2007 Sukadev Bhattiprolu <sukadev@us.ibm.com>, IBM
* Many thanks to Oleg Nesterov for comments and help
*
*/
#include <linux/pid.h>
#include <linux/pid_namespace.h>
#include <linux/user_namespace... | gpl-2.0 |
XCage15/linux-1 | arch/arm/mach-omap2/omap_hwmod_2430_data.c | 1390 | 18496 | /*
* omap_hwmod_2430_data.c - hardware modules present on the OMAP2430 chips
*
* Copyright (C) 2009-2011 Nokia Corporation
* Copyright (C) 2012 Texas Instruments, Inc.
* Paul Walmsley
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ... | gpl-2.0 |
VRToxin-AOSP/android_kernel_lge_bullhead | drivers/crypto/caam/caamrng.c | 1902 | 8004 | /*
* caam - Freescale FSL CAAM support for hw_random
*
* Copyright 2011 Freescale Semiconductor, Inc.
*
* Based on caamalg.c crypto API driver.
*
* relationship between job descriptors to shared descriptors:
*
* --------------- --------------
* | JobDesc #0 |-------------------->| ShareDe... | gpl-2.0 |
u-mobo/linux-imx | drivers/crypto/nx/nx-sha256.c | 2158 | 7607 | /**
* SHA-256 routines supporting the Power 7+ Nest Accelerators driver
*
* Copyright (C) 2011-2012 International Business Machines 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; ... | gpl-2.0 |
emxys1/imx6rex-sato-sdk-linux-3.10.17 | fs/cifs/fscache.c | 2158 | 6691 | /*
* fs/cifs/fscache.c - CIFS filesystem cache interface
*
* Copyright (c) 2010 Novell, Inc.
* Author(s): Suresh Jayaraman <sjayaraman@suse.de>
*
* 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... | gpl-2.0 |
LunarG/steamos_kernel | net/mac80211/rc80211_minstrel_ht_debugfs.c | 2414 | 3936 | /*
* Copyright (C) 2010 Felix Fietkau <nbd@openwrt.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/netdevice.h>
#include <linux/types.h>
#include <linux... | gpl-2.0 |
hiikezoe/android_kernel_kyocera_msm7630 | fs/ext2/balloc.c | 2926 | 45925 | /*
* linux/fs/ext2/balloc.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)
*
* Enhanced block allocation by Stephen Tweedie (sct@redhat.com), 1993
* Big-endian to little-endian byte-swapping/bi... | gpl-2.0 |
ProtouProject/android_kernel_msm | drivers/i2c/busses/i2c-designware-core.c | 3438 | 18610 | /*
* Synopsys DesignWare I2C adapter driver (master only).
*
* Based on the TI DAVINCI I2C adapter driver.
*
* Copyright (C) 2006 Texas Instruments.
* Copyright (C) 2007 MontaVista Software Inc.
* Copyright (C) 2009 Provigent Ltd.
*
* ----------------------------------------------------------------------------... | gpl-2.0 |
thicklizard/cm-otg-patch | arch/powerpc/platforms/85xx/corenet_ds.c | 4462 | 2506 | /*
* Corenet based SoC DS Setup
*
* Maintained by Kumar Gala (see MAINTAINERS for contact information)
*
* Copyright 2009-2011 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 as published by the
* F... | gpl-2.0 |
InfinitiveOS-Devices/android_kernel_motorola_msm8610 | arch/arm/mach-ux500/board-u5500-sdi.c | 4718 | 2137 | /*
* Copyright (C) ST-Ericsson SA 2010
*
* Author: Hanumath Prasad <ulf.hansson@stericsson.com>
* License terms: GNU General Public License (GPL) version 2
*/
#include <linux/amba/mmci.h>
#include <linux/mmc/host.h>
#include <plat/pincfg.h>
#include <plat/gpio-nomadik.h>
#include <mach/db5500-regs.h>
#include <p... | gpl-2.0 |
srfarias/Ultra-Kernel | kernel/delayacct.c | 5742 | 5126 | /* delayacct.c - per-task delay accounting
*
* Copyright (C) Shailabh Nagar, IBM Corp. 2006
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at yo... | gpl-2.0 |
CyanideL/android_kernel_samsung_klte | arch/alpha/kernel/pci-noop.c | 8302 | 4012 | /*
* linux/arch/alpha/kernel/pci-noop.c
*
* Stub PCI interfaces for Jensen-specific kernels.
*/
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/bootmem.h>
#include <linux/gfp.h>
#include <linux/capability.h>
#include <linux/mm.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/dma-... | gpl-2.0 |
oscardagrach/n910v_mm_oscar_kernel | drivers/net/wireless/b43/wa.c | 8558 | 18347 | /*
Broadcom B43 wireless driver
PHY workarounds.
Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it>
Copyright (c) 2005-2007 Michael Buesch <m@bues.ch>
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 |
davidmueller13/L900_3.8_Experiment | drivers/net/wireless/b43/wa.c | 8558 | 18347 | /*
Broadcom B43 wireless driver
PHY workarounds.
Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it>
Copyright (c) 2005-2007 Michael Buesch <m@bues.ch>
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 |
Ninpo/ninphetamine | drivers/net/wireless/ipw2x00/libipw_geo.c | 9326 | 5482 | /******************************************************************************
Copyright(c) 2005 Intel 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 by the Free Software Fou... | gpl-2.0 |
Excito/kernel-3.18 | drivers/input/keyboard/omap4-keypad.c | 111 | 12423 | /*
* OMAP4 Keypad Driver
*
* Copyright (C) 2010 Texas Instruments
*
* Author: Abraham Arce <x0066660@ti.com>
* Initial Code: Syed Rafiuddin <rafiuddin.syed@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
* ... | gpl-2.0 |
endocode/linux | fs/affs/namei.c | 111 | 10786 | /*
* linux/fs/affs/namei.c
*
* (c) 1996 Hans-Joachim Widmaier - Rewritten
*
* (C) 1993 Ray Burr - Modified for Amiga FFS filesystem.
*
* (C) 1991 Linus Torvalds - minix filesystem
*/
#include "affs.h"
typedef int (*toupper_t)(int);
static int affs_toupper(int ch);
static int affs_hash_dentry(const s... | gpl-2.0 |
ochiman/e405-kernel | arch/arm/mach-msm/qdsp5/audio_voice_lb.c | 879 | 8432 | /* Copyright (c) 2011, 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 hope th... | gpl-2.0 |
kcarden/android_kernel_lge_g4stylus | net/sctp/objcnt.c | 1135 | 4378 | /* SCTP kernel implementation
* (C) Copyright IBM Corp. 2001, 2004
*
* This file is part of the SCTP kernel implementation
*
* Support for memory object debugging. This allows one to monitor the
* object allocations/deallocations for types instrumented for this
* via the proc fs.
*
* This SCTP implementation ... | gpl-2.0 |
bmc08gt/kernel_samsung_exynos7420 | drivers/net/wireless/ath/ath9k/pci.c | 2159 | 9314 | /*
* Copyright (c) 2008-2011 Atheros Communications 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" A... | gpl-2.0 |
videologyincengineering/TFMIPI_Kernel | drivers/memstick/core/mspro_block.c | 2927 | 40137 | /*
* Sony MemoryStick Pro storage support
*
* Copyright (C) 2007 Alex Dubov <oakad@yahoo.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.
*
* Special thanks to Carlos ... | gpl-2.0 |
selva-simple/galaxyr_cm10_kernel | virt/kvm/eventfd.c | 2927 | 15591 | /*
* kvm eventfd support - use eventfd objects to signal various KVM events
*
* Copyright 2009 Novell. All Rights Reserved.
* Copyright 2010 Red Hat, Inc. and/or its affiliates.
*
* Author:
* Gregory Haskins <ghaskins@novell.com>
*
* This file is free software; you can redistribute it and/or modify
* it unde... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.