repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
libos-nuse/net-next-nuse | drivers/media/rc/ir-lirc-codec.c | 129 | 10015 | /* ir-lirc-codec.c - rc-core to classic lirc interface bridge
*
* Copyright (C) 2010 by Jarod Wilson <jarod@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
* the Free Software Foundation version 2 of the ... | gpl-2.0 |
ChiefzReloaded/lge-kernel-startablet-new | sound/soc/sh/fsi-ak4642.c | 129 | 1878 | /*
* FSI-AK464x sound support for ms7724se
*
* Copyright (C) 2009 Renesas Solutions Corp.
* Kuninori Morimoto <morimoto.kuninori@renesas.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... | gpl-2.0 |
tvall43/odroid-w_kernel | fs/splice.c | 129 | 46932 | /*
* "splice": joining two ropes together by interweaving their strands.
*
* This is the "extended pipe" functionality, where a pipe is used as
* an arbitrary in-memory buffer. Think of a pipe as a small kernel
* buffer that you can use to transfer data from one end to the other.
*
* The traditional unix read/wr... | gpl-2.0 |
kingklick/kk-nexus-kernel | drivers/usb/misc/usbsevseg.c | 641 | 10924 | /*
* USB 7 Segment Driver
*
* Copyright (C) 2008 Harrison Metzger <harrisonmetz@gmail.com>
* Based on usbled.c by Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Softwar... | gpl-2.0 |
bigzz/eas-backports | drivers/gpu/drm/radeon/radeon_atpx_handler.c | 1153 | 14530 | /*
* Copyright (c) 2010 Red Hat Inc.
* Author : Dave Airlie <airlied@redhat.com>
*
* Licensed under GPLv2
*
* ATPX support for both Intel/ATI
*/
#include <linux/vga_switcheroo.h>
#include <linux/slab.h>
#include <acpi/acpi.h>
#include <acpi/acpi_bus.h>
#include <linux/pci.h>
#include "radeon_acpi.h"
struct rad... | gpl-2.0 |
EPDCenterSpain/kernel_Archos_97b_Titan | arch/powerpc/kernel/perf_event_fsl_emb.c | 2433 | 14598 | /*
* Performance event support - Freescale Embedded Performance Monitor
*
* Copyright 2008-2009 Paul Mackerras, IBM Corporation.
* Copyright 2010 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 pub... | gpl-2.0 |
visi0nary/mediatek | mt6732/kernel/drivers/media/pci/cx23885/altera-ci.c | 2945 | 20984 | /*
* altera-ci.c
*
* CI driver in conjunction with NetUp Dual DVB-T/C RF CI card
*
* Copyright (C) 2010,2011 NetUP Inc.
* Copyright (C) 2010,2011 Igor M. Liplianin <liplianin@netup.ru>
*
* 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 |
lizhm82/p4a-kernel | net/x25/x25_dev.c | 2945 | 4517 | /*
* 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 redistribut... | gpl-2.0 |
insofter/linux | sound/soc/s6000/s6105-ipcam.c | 3201 | 6683 | /*
* ASoC driver for Stretch s6105 IP camera platform
*
* Author: Daniel Gloeckner, <dg@emlix.com>
* Copyright: (C) 2009 emlix GmbH <info@emlix.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 ... | gpl-2.0 |
TeamGlide/android_kernel_htc_msm7x30 | drivers/staging/bcm/hostmibs.c | 3201 | 8463 |
/*
* File Name: hostmibs.c
*
* Author: Beceem Communications Pvt. Ltd
*
* Abstract: This file contains the routines to copy the statistics used by
* the driver to the Host MIBS structure and giving the same to Application.
*
*/
#include "headers.h"
INT ProcessGetHostMibs(PMINI_ADAPTER Adapter, S_MIBS_HOST_ST... | gpl-2.0 |
lilferraro/android_kernel_samsung_lt02ltespr | fs/fuse/control.c | 4225 | 8111 | /*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include "fuse_i.h"
#include <linux/init.h>
#include <linux/module.h>
#define FUSE_CTL_SUPER_MAGIC 0x65735543
/*
* This is n... | gpl-2.0 |
mthous72/a13_kernel_3.0.8 | arch/mips/mm/uasm.c | 7553 | 18097 | /*
* 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.
*
* A small micro-assembler. It is intentionally kept simple, does only
* support a subset of instructions, and does not try to hide pipeline... | gpl-2.0 |
hellsgod/hells-Core-N4 | drivers/firmware/memmap.c | 9089 | 7301 | /*
* linux/drivers/firmware/memmap.c
* Copyright (C) 2008 SUSE LINUX Products GmbH
* by Bernhard Walle <bernhard.walle@gmx.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2.0 as published by
* the Free Software Foundation
*
... | gpl-2.0 |
coreentin/android_kernel_nvidia_s8515 | net/netfilter/xt_CHECKSUM.c | 13185 | 1796 | /* iptables module for the packet checksum mangling
*
* (C) 2002 by Harald Welte <laforge@netfilter.org>
* (C) 2010 Red Hat, Inc.
*
* Author: Michael S. Tsirkin <mst@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License versio... | gpl-2.0 |
ISTweak/android_kernel_sharp_msm8960 | fs/isofs/joliet.c | 14465 | 1357 | /*
* linux/fs/isofs/joliet.c
*
* (C) 1996 Gordon Chaffee
*
* Joliet: Microsoft's Unicode extensions to iso9660
*/
#include <linux/types.h>
#include <linux/nls.h>
#include "isofs.h"
/*
* Convert Unicode 16 to UTF-8 or ASCII.
*/
static int
uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_ta... | gpl-2.0 |
SeniorLimpio/ldroid_kernel | drivers/scsi/pcmcia/nsp_message.c | 15489 | 2158 | /*==========================================================================
NinjaSCSI-3 message handler
By: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
This software may be used and distributed according to the terms of
the GNU General Public License.
*/
/* $Id: nsp_message.c,v 1.6 2003/07/26 14:2... | gpl-2.0 |
drowningchild/dc-geebus | arch/arm/mach-omap2/omap-smp.c | 130 | 4682 | /*
* OMAP4 SMP source file. It contains platform specific fucntions
* needed for the linux smp kernel.
*
* Copyright (C) 2009 Texas Instruments, Inc.
*
* Author:
* Santosh Shilimkar <santosh.shilimkar@ti.com>
*
* Platform file needed for the OMAP4 SMP. This file is based on arm
* realview smp platform.
... | gpl-2.0 |
maximus64/bbb-usbsniffer-kernel | net/ipv4/igmp.c | 130 | 67362 | /*
* Linux NET3: Internet Group Management Protocol [IGMP]
*
* This code implements the IGMP protocol as defined in RFC1112. There has
* been a further revision of this protocol since which is now supported.
*
* If you have trouble with this module be careful what gcc you have used,
* the older version didn't c... | gpl-2.0 |
kuba160/tf300t-kernel | drivers/net/acenic.c | 386 | 87478 | /*
* acenic.c: Linux driver for the Alteon AceNIC Gigabit Ethernet card
* and other Tigon based cards.
*
* Copyright 1998-2002 by Jes Sorensen, <jes@trained-monkey.org>.
*
* Thanks to Alteon and 3Com for providing hardware and documentation
* enabling me to write this driver.
*
* A mailing list for d... | gpl-2.0 |
Californication/lge-kernel-msm7x27-SDSL | arch/powerpc/kvm/booke_emulate.c | 898 | 6850 | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2, as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warr... | gpl-2.0 |
djvoleur/V_925R4_BOF7 | drivers/mfd/sm501.c | 1922 | 41719 | /* linux/drivers/mfd/sm501.c
*
* Copyright (C) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
* Vincent Sanders <vince@simtec.co.uk>
*
* 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 |
jcadduono/android_kernel_oneplus_msm8996 | arch/powerpc/platforms/powermac/pfunc_core.c | 1922 | 25629 | /*
*
* FIXME: Properly make this race free with refcounting etc...
*
* FIXME: LOCKING !!!
*/
#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <asm/prom.h>
#include <asm/pmac_pfunc.h>
/* Debug */
#de... | gpl-2.0 |
WarrickJiang/linux-stable | arch/mips/mm/c-r3k.c | 1922 | 8111 | /*
* r2300.c: R2000 and R3000 specific mmu/cache code.
*
* Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*
* with a lot of changes to make this thing work for R3000s
* Tx39XX R4k style caches added. HK
* Copyright (C) 1998, 1999, 2000 Harald Koerfgen
* Copyright (C) 1998 Gleb Raiko & Vladimir Roganov... | gpl-2.0 |
MoKee/android_kernel_mediatek_sprout | arch/mips/kernel/cevt-gic.c | 1922 | 2412 | /*
* 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) 2013 Imagination Technologies Ltd.
*/
#include <linux/clockchips.h>
#include <linux/interrupt.h>
#include <linux/percpu.h>... | gpl-2.0 |
spiderworthy/linux | drivers/hwmon/ad7418.c | 1922 | 7227 | /*
* An hwmon driver for the Analog Devices AD7416/17/18
* Copyright (C) 2006-07 Tower Technologies
*
* Author: Alessandro Zummo <a.zummo@towertech.it>
*
* Based on lm75.c
* Copyright (C) 1998-99 Frodo Looijaard <frodol@dds.nl>
*
* This program is free software; you can redistribute it and/or modify
* it unde... | gpl-2.0 |
allan888/Linux_anti_malware_file_system | fs/squashfs/zlib_wrapper.c | 2178 | 3150 | /*
* Squashfs - a compressed read only filesystem for Linux
*
* Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
* Phillip Lougher <phillip@squashfs.org.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 ... | gpl-2.0 |
MoKee/android_kernel_zte_nx511j | drivers/net/wireless/b43legacy/dma.c | 2178 | 37603 | /*
Broadcom B43legacy wireless driver
DMA ringbuffer and descriptor allocation/management
Copyright (c) 2005, 2006 Michael Buesch <m@bues.ch>
Some code in this file is derived from the b44.c driver
Copyright (C) 2002 David S. Miller
Copyright (C) Pekka Pietikainen
This program is free software; you c... | gpl-2.0 |
CyanogenMod/android_kernel_motorola_msm8610 | arch/arm/mach-s3c64xx/cpuidle.c | 4738 | 2200 | /* linux/arch/arm/mach-s3c64xx/cpuidle.c
*
* Copyright (c) 2011 Wolfson Microelectronics, plc
* Copyright (c) 2011 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
... | gpl-2.0 |
Split-Screen/android_kernel_lge_hammerhead | arch/arm/mach-s3c24xx/dma-s3c2443.c | 4738 | 4140 | /* linux/arch/arm/mach-s3c2443/dma.c
*
* Copyright (c) 2007 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2443 DMA selection
*
* http://armlinux.simtec.co.uk/
*
* 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 |
infected-lp/kernel_sony_msm8974 | drivers/gpu/drm/radeon/radeon_cp.c | 5250 | 66569 | /* radeon_cp.c -- CP support for Radeon -*- linux-c -*- */
/*
* Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Fremont, California.
* Copyright 2007 Advanced Micro Devices, Inc.
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any per... | gpl-2.0 |
rmbq/bubba_kernel_3.0 | drivers/input/serio/gscps2.c | 8322 | 11650 | /*
* drivers/input/serio/gscps2.c
*
* Copyright (c) 2004-2006 Helge Deller <deller@gmx.de>
* Copyright (c) 2002 Laurent Canet <canetl@esiee.fr>
* Copyright (c) 2002 Thibaut Varene <varenet@parisc-linux.org>
*
* Pieces of code based on linux-2.4's hp_mouse.c & hp_keyb.c
* Copyright (c) 1999 Alex deVries <alex@on... | gpl-2.0 |
carz2/Sapphire-2.6.29-sense | drivers/i2c/algos/i2c-algo-bit.c | 131 | 16314 | /* -------------------------------------------------------------------------
* i2c-algo-bit.c i2c driver algorithms for bit-shift adapters
* -------------------------------------------------------------------------
* Copyright (C) 1995-2000 Simon G. Vogl
This program is free software; you can redistribute it ... | gpl-2.0 |
TrustZoneGenericDriver/linux | drivers/ata/sata_mv.c | 131 | 125510 | /*
* sata_mv.c - Marvell SATA support
*
* Copyright 2008-2009: Marvell Corporation, all rights reserved.
* Copyright 2005: EMC Corporation, all rights reserved.
* Copyright 2005 Red Hat, Inc. All rights reserved.
*
* Originally written by Brett Russ.
* Extensive overhaul and enhancement by Mark Lord <mlord@pob... | gpl-2.0 |
arnoldthebat/linux-stable | arch/arm64/mm/pageattr.c | 131 | 3737 | /*
* Copyright (c) 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 h... | gpl-2.0 |
RealVNC/Android-kernel-mako-NCM | drivers/staging/prima/CORE/SAP/src/sapModule.c | 387 | 76255 | /*
* Copyright (c) 2012, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by 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 a... | gpl-2.0 |
keily90/tf101-nv-linux | drivers/net/vxge/vxge-config.c | 387 | 137285 | /******************************************************************************
* This software may be used and distributed according to the terms of
* the GNU General Public License (GPL), incorporated herein by reference.
* Drivers based on or derived from this code fall under the GPL and must
* retain the author... | gpl-2.0 |
davem330/net | drivers/ata/sata_mv.c | 387 | 122443 | /*
* sata_mv.c - Marvell SATA support
*
* Copyright 2008-2009: Marvell Corporation, all rights reserved.
* Copyright 2005: EMC Corporation, all rights reserved.
* Copyright 2005 Red Hat, Inc. All rights reserved.
*
* Originally written by Brett Russ.
* Extensive overhaul and enhancement by Mark Lord <mlord@pob... | gpl-2.0 |
scanno/android_kernel_asus_me301t | drivers/net/r6040.c | 387 | 33553 | /*
* RDC R6040 Fast Ethernet MAC support
*
* Copyright (C) 2004 Sten Wang <sten.wang@rdc.com.tw>
* Copyright (C) 2007
* Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
* Florian Fainelli <florian@openwrt.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the te... | gpl-2.0 |
keeeener/nicki | kernel/drivers/staging/prima/CORE/BAP/src/btampFsm.c | 387 | 104342 | /*
* Copyright (c) 2012, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by 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 a... | gpl-2.0 |
boyan3010/Villec2_ShooterU_Kernel_3.0.X | arch/arm/mach-msm/rpm_log.c | 643 | 10084 | /* Copyright (c) 2010-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 ho... | gpl-2.0 |
percy-g2/android_kernel_sony_taoshan | arch/arm/mach-msm/qdsp5v2/audio_qcelp.c | 643 | 43119 | /*
* qcelp 13k audio decoder device
*
* Copyright (c) 2008-2012, The Linux Foundation. All rights reserved.
*
* This code is based in part on audio_mp3.c, which is
* Copyright (C) 2008 Google, Inc.
* Copyright (C) 2008 HTC Corporation
*
* This software is licensed under the terms of the GNU General Public
* L... | gpl-2.0 |
vitaliyy/msm7x30 | drivers/staging/rt2860/common/cmm_mac_usb.c | 899 | 34844 | /*
*************************************************************************
* Ralink Tech Inc.
* 5F., No.36, Taiyuan St., Jhubei City,
* Hsinchu County 302,
* Taiwan, R.O.C.
*
* (c) Copyright 2002-2007, Ralink Technology, Inc.
*
* This program is free software; you can redistribute it and/or modify *
* it u... | gpl-2.0 |
invisiblek/kernel_808l | drivers/staging/comedi/drivers/ni_mio_common.c | 899 | 165825 | /*
comedi/drivers/ni_mio_common.c
Hardware driver for DAQ-STC based boards
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 1997-2001 David A. Schleef <ds@schleef.org>
Copyright (C) 2002-2006 Frank Mori Hess <fmhess@users.sourceforge.net>
This program is free software; you... | gpl-2.0 |
bigzz/linux | drivers/net/ethernet/alteon/acenic.c | 1155 | 87054 | /*
* acenic.c: Linux driver for the Alteon AceNIC Gigabit Ethernet card
* and other Tigon based cards.
*
* Copyright 1998-2002 by Jes Sorensen, <jes@trained-monkey.org>.
*
* Thanks to Alteon and 3Com for providing hardware and documentation
* enabling me to write this driver.
*
* A mailing list for d... | gpl-2.0 |
Megatron007/ghost | arch/arm/mach-msm/qdsp5/audio_fm.c | 1155 | 3605 | /* arch/arm/mach-msm/qdsp5/audio_fm.c
*
* pcm audio output device
*
* Copyright (C) 2008 Google, Inc.
* Copyright (C) 2008 HTC Corporation
* Copyright (c) 2011, The Linux Foundation. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published b... | gpl-2.0 |
NovaFusion/twrp_kernel | block/blk-map.c | 2179 | 8444 | /*
* Functions related to mapping data to requests
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/bio.h>
#include <linux/blkdev.h>
#include <scsi/sg.h> /* for struct sg_iovec */
#include "blk.h"
int blk_rq_append_bio(struct request_queue *q, struct request *rq,
struct bio *bio)
{
i... | gpl-2.0 |
lbule/ALPS.L0.MP8.V2.1_LCSH6735_65C_HZ_L_KERNEL | drivers/s390/net/ctcm_mpc.c | 3459 | 59816 | /*
* Copyright IBM Corp. 2004, 2007
* Authors: Belinda Thompson (belindat@us.ibm.com)
* Andy Richter (richtera@us.ibm.com)
* Peter Tiedemann (ptiedem@de.ibm.com)
*/
/*
This module exports functions to be used by CCS:
EXPORT_SYMBOL(ctc_mpc_alloc_channel);
EXPORT_SYMBOL(ctc_mpc_establish_connectivity);
EXPO... | gpl-2.0 |
goodhanrry/N915S_goodHanrry_kernel_lollipop | drivers/scsi/libsas/sas_port.c | 4483 | 9500 | /*
* Serial Attached SCSI (SAS) Port class
*
* Copyright (C) 2005 Adaptec, Inc. All rights reserved.
* Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
*
* This file is licensed under GPLv2.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gene... | gpl-2.0 |
longqzh/chronnOS | drivers/video/gxt4500.c | 4739 | 21460 | /*
* Frame buffer device for IBM GXT4500P and GXT6000P display adaptors
*
* Copyright (C) 2006 Paul Mackerras, IBM Corp. <paulus@samba.org>
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/fb.h>
#include <linux/console.h>
#include <linux/pci.h>
#include <linux/pci_ids.h>
#include <linux/delay... | gpl-2.0 |
neighborhoodhacker/lge-kernel-gproj | drivers/media/video/saa7134/saa7134-core.c | 4995 | 37105 | /*
*
* device driver for philips saa7134 based TV cards
* driver core
*
* (c) 2001-03 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
*
* 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 |
Joshndroid/kernel_samsung_lt03wifi | drivers/scsi/mesh.c | 7811 | 53907 | /*
* SCSI low-level driver for the MESH (Macintosh Enhanced SCSI Hardware)
* bus adaptor found on Power Macintosh computers.
* We assume the MESH is connected to a DBDMA (descriptor-based DMA)
* controller.
*
* Paul Mackerras, August 1996.
* Copyright (C) 1996 Paul Mackerras.
*
* Apr. 21 2002 - BenH Rework b... | gpl-2.0 |
edgestorm/lu3700-cm-gin | fs/minix/itree_v2.c | 9091 | 1925 | #include <linux/buffer_head.h>
#include "minix.h"
enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */
typedef u32 block_t; /* 32 bit, host order */
static inline unsigned long block_to_cpu(block_t n)
{
return n;
}
static inline block_t cpu_to_block(unsigned long n)
{
return n;
}
static inline block_t *i_dat... | gpl-2.0 |
antaril/AGK_for_DU | drivers/usb/serial/ark3116.c | 388 | 23492 | /*
* Copyright (C) 2009 by Bart Hartgers (bart.hartgers+ark3116@gmail.com)
* Original version:
* Copyright (C) 2006
* Simon Schulz (ark3116_driver <at> auctionant.de)
*
* ark3116
* - implements a driver for the arkmicro ark3116 chipset (vendor=0x6547,
* productid=0x0232) (used in a datacable called KQ-U8A)
... | gpl-2.0 |
TenchiMasaki/android-tegra-nv-3.1.10-rel-15r7 | drivers/net/tsi108_eth.c | 388 | 47891 | /*******************************************************************************
Copyright(c) 2006 Tundra Semiconductor 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 ve... | gpl-2.0 |
cphelps76/DEMENTED_kernel_grouper | drivers/usb/host/ehci-omap.c | 388 | 9280 | /*
* ehci-omap.c - driver for USBHOST on OMAP3/4 processors
*
* Bus Glue for the EHCI controllers in OMAP3/4
* Tested on several OMAP3 boards, and OMAP4 Pandaboard
*
* Copyright (C) 2007-2011 Texas Instruments, Inc.
* Author: Vikram Pandita <vikram.pandita@ti.com>
* Author: Anand Gadiyar <gadiyar@ti.com>
* Aut... | gpl-2.0 |
RomanHargrave/pf-kernel | arch/powerpc/kvm/book3s_paired_singles.c | 644 | 31449 | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2, as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warr... | gpl-2.0 |
andrewoko-odion/linux | drivers/crypto/nx/nx-aes-ctr.c | 900 | 4646 | /**
* AES CTR 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 |
iConsole/Console-OS_kernel_common | drivers/video/backlight/tdo24m.c | 1156 | 10930 | /*
* tdo24m - SPI-based drivers for Toppoly TDO24M series LCD panels
*
* Copyright (C) 2008 Marvell International Ltd.
* Eric Miao <eric.miao@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
* publishhed ... | gpl-2.0 |
andi34/kernel_samsung_espresso | arch/mips/kernel/cpu-probe.c | 2180 | 27774 | /*
* Processor capabilities determination functions.
*
* Copyright (C) xxxx the Anonymous
* Copyright (C) 1994 - 2006 Ralf Baechle
* Copyright (C) 2003, 2004 Maciej W. Rozycki
* Copyright (C) 2001, 2004 MIPS Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms o... | gpl-2.0 |
nazunamoe/jolla-kernel_bullhead | drivers/mfd/da9052-irq.c | 3460 | 6138 | /*
* DA9052 interrupt support
*
* Author: Fabio Estevam <fabio.estevam@freescale.com>
* Based on arizona-irq.c, which is:
*
* Copyright 2012 Wolfson Microelectronics plc
*
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* This program is free software; you can redistribute it and/or modify
* it ... | gpl-2.0 |
richardtrip/endeavoru | drivers/isdn/act2000/module.c | 4228 | 21473 | /* $Id: module.c,v 1.14.6.4 2001/09/23 22:24:32 kai Exp $
*
* ISDN lowlevel-module for the IBM ISDN-S0 Active 2000.
*
* Author Fritz Elfert
* Copyright by Fritz Elfert <fritz@isdn4linux.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, i... | gpl-2.0 |
varigit/kernel-VAR-SOM-AMxx | drivers/s390/block/scm_drv.c | 4484 | 1786 | /*
* Device driver for s390 storage class memory.
*
* Copyright IBM Corp. 2012
* Author(s): Sebastian Ott <sebott@linux.vnet.ibm.com>
*/
#define KMSG_COMPONENT "scm_block"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/slab.h>
#include <asm/eadm.h>
#include "scm_blk.h"
sta... | gpl-2.0 |
geoffret/litmus-rt | drivers/char/pc8736x_gpio.c | 4484 | 8975 | /* linux/drivers/char/pc8736x_gpio.c
National Semiconductor PC8736x GPIO driver. Allows a user space
process to play with the GPIO pins.
Copyright (c) 2005,2006 Jim Cromie <jim.cromie@gmail.com>
adapted from linux/drivers/char/scx200_gpio.c
Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-syste... | gpl-2.0 |
TheNameIsNigel/android_kernel_carbon_msm8928 | arch/arm/mach-ixp4xx/coyote-setup.c | 4996 | 3397 | /*
* arch/arm/mach-ixp4xx/coyote-setup.c
*
* Board setup for ADI Engineering and IXDGP425 boards
*
* Copyright (C) 2003-2005 MontaVista Software, Inc.
*
* Author: Deepak Saxena <dsaxena@plexity.net>
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/serial.h>
#includ... | gpl-2.0 |
jawad6233/bindu-kernel-base | arch/arm/mach-rpc/riscpc.c | 4996 | 4823 | /*
* linux/arch/arm/mach-rpc/riscpc.c
*
* Copyright (C) 1998-2001 Russell King
*
* 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.
*
* Architecture specific fixups.
*/
#incl... | gpl-2.0 |
sicknemesis/expectus_kernel_hammerhead | arch/arm/mach-rpc/riscpc.c | 4996 | 4823 | /*
* linux/arch/arm/mach-rpc/riscpc.c
*
* Copyright (C) 1998-2001 Russell King
*
* 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.
*
* Architecture specific fixups.
*/
#incl... | gpl-2.0 |
ryrzy/yoda-kernel-i9300-JB | lib/halfmd4.c | 5252 | 2028 | #include <linux/kernel.h>
#include <linux/module.h>
#include <linux/cryptohash.h>
/* F, G and H are basic MD4 functions: selection, majority, parity */
#define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))
#define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z)))
#define H(x, y, z) ((x) ^ (y) ^ (z))
/*
* The generic round fun... | gpl-2.0 |
Dm47021/android_kernel_samsung_centura_sch738c | net/sched/sch_htb.c | 5252 | 42536 | /*
* net/sched/sch_htb.c Hierarchical token bucket, feed tree version
*
* 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... | gpl-2.0 |
PyYoshi/android_kernel_sharp_303sh | drivers/ata/sata_uli.c | 5508 | 6917 | /*
* sata_uli.c - ULi Electronics SATA
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distribut... | gpl-2.0 |
MaxiCM/Samsung_STE_Kernel | drivers/staging/comedi/drivers/addi-data/APCI1710_Pwm.c | 8324 | 110860 | /**
@verbatim
Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module.
ADDI-DATA GmbH
Dieselstrasse 3
D-77833 Ottersweier
Tel: +19(0)7223/9493-0
Fax: +49(0)7223/9493-92
http://www.addi-data.com
info@addi-data.com
This program is free software; you can redistribute it and/or modify it under ... | gpl-2.0 |
devmapal/linux | drivers/misc/mic/cosm_client/cosm_scif_client.c | 133 | 6448 | /*
* Intel MIC Platform Software Stack (MPSS)
*
* Copyright(c) 2015 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 |
taozhijiang/linux | drivers/media/dvb-frontends/stv6110x.c | 133 | 11842 | /*
STV6110(A) Silicon tuner driver
Copyright (C) Manu Abraham <abraham.manu@gmail.com>
Copyright (C) ST 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 th... | gpl-2.0 |
zhiyisun/linux | arch/powerpc/platforms/cell/spufs/inode.c | 133 | 18171 |
/*
* SPU file system
*
* (C) Copyright IBM Deutschland Entwicklung GmbH 2005
*
* Author: Arnd Bergmann <arndb@de.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 published by
* the Free Software Foundation; either versi... | gpl-2.0 |
iamroot9C-arm/linux | drivers/media/dvb/frontends/af9033.c | 133 | 20368 | /*
* Afatech AF9033 demodulator driver
*
* Copyright (C) 2009 Antti Palosaari <crope@iki.fi>
* Copyright (C) 2012 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 Sof... | gpl-2.0 |
eousphoros/android_kernel_samsung_noblelte | drivers/staging/android/ion/exynos/exynos_ion_v2.c | 133 | 21678 | #ifdef CONFIG_OF_RESERVED_MEM
#include <linux/device.h>
#include <linux/of.h>
#include <linux/of_fdt.h>
#include <linux/of_reserved_mem.h>
#include <linux/platform_device.h>
#include <linux/memblock.h>
#include <linux/dma-contiguous.h>
#include <linux/dma-mapping.h>
#include <linux/sched.h>
#include <linux/kthread.h>
... | gpl-2.0 |
AnneWanne1/Anne | x2/sha2.c | 389 | 15951 | /*
* Copyright 2011 ArtForz
* Copyright 2011-2013 pooler
*
* 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. See C... | gpl-2.0 |
hramrach/linux-sunxi | drivers/gpu/drm/qxl/qxl_cmd.c | 645 | 18021 | /*
* Copyright 2013 Red Hat 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, d... | gpl-2.0 |
DaemonGG/LARP_kernel3.16.0 | arch/mips/mti-malta/malta-setup.c | 901 | 7797 | /*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
* Copyright (C) 2008 Dmitri Vorobiev
*
* This program is free software; you can distribute it and/or modify it
* under the terms of the GNU General Public License (Version 2) as
* published by the Free... | gpl-2.0 |
Sohamlad7/kernel | drivers/cpufreq/cpufreq-cpu0.c | 1157 | 7619 | /*
* Copyright (C) 2012 Freescale Semiconductor, Inc.
*
* The OPP code in function cpu0_set_target() is reused from
* drivers/cpufreq/omap-cpufreq.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Fre... | gpl-2.0 |
bedwa/VaudeVille | drivers/iommu/amd_iommu_v2.c | 1925 | 23151 | /*
* Copyright (C) 2010-2012 Advanced Micro Devices, Inc.
* Author: Joerg Roedel <joerg.roedel@amd.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.
*
* This program is di... | gpl-2.0 |
KutuSystems/linux | drivers/input/touchscreen/wm9712.c | 1925 | 12199 | /*
* wm9712.c -- Codec driver for Wolfson WM9712 AC97 Codecs.
*
* Copyright 2003, 2004, 2005, 2006, 2007 Wolfson Microelectronics PLC.
* Author: Liam Girdwood <lrg@slimlogic.co.uk>
* Parts Copyright : Ian Molton <spyro@f2s.com>
* Andrew Zabolotny <zap@homelink.ru>
* Russell ... | gpl-2.0 |
Wonfee/android_kernel_asus_grouper | drivers/isdn/hisax/hscx.c | 4229 | 7537 | /* $Id: hscx.c,v 1.24.2.4 2004/01/24 20:47:23 keil Exp $
*
* HSCX specific routines
*
* Author Karsten Keil
* Copyright by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
... | gpl-2.0 |
ISTweak/android_kernel_sharp_is14sh | drivers/isdn/hisax/elsa.c | 4229 | 34367 | /* $Id: elsa.c,v 2.32.2.4 2004/01/24 20:47:21 keil Exp $
*
* low level stuff for Elsa isdn cards
*
* Author Karsten Keil
* Copyright by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein b... | gpl-2.0 |
daivietpda/M7WLJ-5.0.2 | fs/lockd/host.c | 4741 | 16817 | /*
* linux/fs/lockd/host.c
*
* Management for NLM peer hosts. The nlm_host struct is shared
* between client and server implementation. The only reason to
* do so is to reduce code bloat.
*
* Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de>
*/
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/... | gpl-2.0 |
Kernel-Saram/IM-A710K-Nova_Kernel-Project | scripts/dtc/libfdt/fdt_sw.c | 7557 | 7175 | /*
* libfdt - Flat Device Tree manipulation
* Copyright (C) 2006 David Gibson, IBM Corporation.
*
* libfdt is dual licensed: you can use it either under the terms of
* the GPL, or the BSD license, at your option.
*
* a) This library is free software; you can redistribute it and/or
* modify it under the ter... | gpl-2.0 |
horuscentro/android_kernel_motorola_msm8226 | tools/testing/selftests/breakpoints/breakpoint_test.c | 8325 | 7343 | /*
* Copyright (C) 2011 Red Hat, Inc., Frederic Weisbecker <fweisbec@redhat.com>
*
* Licensed under the terms of the GNU GPL License version 2
*
* Selftests for breakpoints (and more generally the do_debug() path) in x86.
*/
#include <sys/ptrace.h>
#include <unistd.h>
#include <stddef.h>
#include <sys/user.h>
#... | gpl-2.0 |
kbc-developers/android_kernel_samsung_d2dcm | drivers/staging/comedi/range.c | 9093 | 4431 | /*
module/range.c
comedi routines for voltage ranges
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 1997-8 David A. Schleef <ds@schleef.org>
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 |
grzmot22/android_kernel_htc_protou | drivers/staging/rtl8192u/r8192U_dm.c | 9093 | 130478 | /*++
Copyright-c Realtek Semiconductor Corp. All rights reserved.
Module Name:
r8192U_dm.c
Abstract:
HW dynamic mechanism.
Major Change History:
When Who What
---------- --------------- -------------------------------
2008-05-14 amy create version 0 porting from windows code.
--*/
... | gpl-2.0 |
Andiry/linux-test | sound/soc/omap/omap-twl4030.c | 134 | 10688 | /*
* omap-twl4030.c -- SoC audio for TI SoC based boards with twl4030 codec
*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com
* All rights reserved.
*
* Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
*
* This driver replaces the following machine drivers:
* omap3beagle (Author: Steve ... | gpl-2.0 |
TeamOrion-Devices/kernel_asus_grouper | drivers/gpu/drm/nouveau/nv50_graph.c | 390 | 31116 | /*
* Copyright (C) 2007 Ben Skeggs.
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy... | gpl-2.0 |
dekkyy1/3.1.1_kernel | arch/um/sys-x86_64/ptrace.c | 390 | 4558 | /*
* Copyright 2003 PathScale, Inc.
* Copyright (C) 2003 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
*
* Licensed under the GPL
*/
#include <linux/mm.h>
#include <linux/sched.h>
#include <linux/errno.h>
#define __FRAME_OFFSETS
#include <asm/ptrace.h>
#include <asm/uaccess.h>
/*
* determines which flags t... | gpl-2.0 |
smaeul/kernel_samsung_tuna | net/sctp/sm_statefuns.c | 646 | 197491 | /* SCTP kernel implementation
* (C) Copyright IBM Corp. 2001, 2004
* Copyright (c) 1999-2000 Cisco, Inc.
* Copyright (c) 1999-2001 Motorola, Inc.
* Copyright (c) 2001-2002 Intel Corp.
* Copyright (c) 2002 Nokia Corp.
*
* This is part of the SCTP Linux Kernel Implementation.
*
* These are the state functio... | gpl-2.0 |
01org/edison-linux | net/mac80211/ocb.c | 646 | 6949 | /*
* OCB mode implementation
*
* Copyright: (c) 2014 Czech Technical University in Prague
* (c) 2014 Volkswagen Group Research
* Author: Rostislav Lisovy <rostislav.lisovy@fel.cvut.cz>
* Funded by: Volkswagen Group Research
*
* This program is free software; you can redistribute it and/or modify
... | gpl-2.0 |
sfagmenos/ker | drivers/usb/usbip/vhci_rx.c | 1414 | 6365 | /*
* Copyright (C) 2003-2008 Takahiro Hirofuchi
*
* 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 Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This is distribute... | gpl-2.0 |
codesnake/linux | drivers/mtd/tests/mtd_oobtest.c | 2182 | 17036 | /*
* Copyright (C) 2006-2008 Nokia 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 the hope that it will be useful, but WITHOUT
... | gpl-2.0 |
vm03/android_kernel_asus_P024 | drivers/net/team/team_mode_random.c | 2182 | 1786 | /*
* drivers/net/team/team_mode_random.c - Random mode for team
* Copyright (c) 2013 Jiri Pirko <jiri@resnulli.us>
*
* 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 |
emwno/android_kernel_konaxx | drivers/usb/host/uhci-hub.c | 2438 | 11234 | /*
* Universal Host Controller Interface driver for USB.
*
* Maintainer: Alan Stern <stern@rowland.harvard.edu>
*
* (C) Copyright 1999 Linus Torvalds
* (C) Copyright 1999-2002 Johannes Erdfelt, johannes@erdfelt.com
* (C) Copyright 1999 Randy Dunlap
* (C) Copyright 1999 Georg Acher, acher@in.tum.de
* (C) Copyri... | gpl-2.0 |
TaichiN/android_kernel_samsung_tuna | net/netfilter/ipvs/ip_vs_proto_tcp.c | 2950 | 19645 | /*
* ip_vs_proto_tcp.c: TCP load balancing support for IPVS
*
* Authors: Wensong Zhang <wensong@linuxvirtualserver.org>
* Julian Anastasov <ja@ssi.bg>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public... | gpl-2.0 |
morogoku/MoRoKernel-I9300-4.4.4 | net/netfilter/ipvs/ip_vs_proto_udp.c | 2950 | 12585 | /*
* ip_vs_proto_udp.c: UDP load balancing support for IPVS
*
* Authors: Wensong Zhang <wensong@linuxvirtualserver.org>
* Julian Anastasov <ja@ssi.bg>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public... | gpl-2.0 |
Scorpio92/LG_D618_kernel | arch/unicore32/mm/init.c | 3718 | 12947 | /*
* linux/arch/unicore32/mm/init.c
*
* Copyright (C) 2010 GUAN Xue-tao
*
* 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/kernel.h>
#include <linux/errno.h... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.