repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
aapav01/kernel_ms013g_3-4-x | drivers/staging/speakup/speakup_apollo.c | 2988 | 6850 | /*
* originally written by: Kirk Reiser <kirk@braille.uwo.ca>
* this version considerably modified by David Borowski, david575@rogers.com
*
* Copyright (C) 1998-99 Kirk Reiser.
* Copyright (C) 2003 David Borowski.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t... | gpl-2.0 |
mdeejay/android_kernel_ville | arch/arm/mach-pxa/zylonite_pxa300.c | 2988 | 6325 | /*
* linux/arch/arm/mach-pxa/zylonite_pxa300.c
*
* PXA300/PXA310 specific support code for the
* PXA3xx Development Platform (aka Zylonite)
*
* Copyright (C) 2007 Marvell Internation Ltd.
* 2007-08-21: eric miao <eric.miao@marvell.com>
* initial version
*
* This program is free software; you can r... | gpl-2.0 |
cm-a7lte/device_samsung_a7lte | drivers/staging/speakup/speakup_dectlk.c | 2988 | 8885 | /*
* originally written by: Kirk Reiser <kirk@braille.uwo.ca>
* this version considerably modified by David Borowski, david575@rogers.com
*
* Copyright (C) 1998-99 Kirk Reiser.
* Copyright (C) 2003 David Borowski.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of ... | gpl-2.0 |
cloudlinux/cl7-kernel | arch/mips/dec/wbflush.c | 4268 | 2095 | /*
* Setup the right wbflush routine for the different DECstations.
*
* Created with information from:
* DECstation 3100 Desktop Workstation Functional Specification
* DECstation 5000/200 KN02 System Module Functional Specification
* mipsel-linux-objdump --disassemble vmunix | grep "wbflush" :-)
*
* This file i... | gpl-2.0 |
davidmueller13/Fulgor_Kernel_Lollipop | arch/arm/mach-pxa/trizeps4.c | 4780 | 14447 | /*
* linux/arch/arm/mach-pxa/trizeps4.c
*
* Support for the Keith und Koep Trizeps4 Module Platform.
*
* Author: Jürgen Schindele
* Created: 20 02, 2006
* Copyright: Jürgen Schindele
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public ... | gpl-2.0 |
blaskewitts/android_kernel_samsung_klte | drivers/scsi/arm/cumana_1.c | 5036 | 7936 | /*
* Generic Generic NCR5380 driver
*
* Copyright 1995-2002, Russell King
*/
#include <linux/module.h>
#include <linux/signal.h>
#include <linux/ioport.h>
#include <linux/delay.h>
#include <linux/blkdev.h>
#include <linux/init.h>
#include <asm/ecard.h>
#include <asm/io.h>
#include "../scsi.h"
#include <scsi/scsi_... | gpl-2.0 |
Fagulhas/android_kernel_huawei_u8815 | arch/unicore32/kernel/hibernate.c | 6828 | 3524 | /*
* linux/arch/unicore32/kernel/hibernate.c
*
* Code specific to PKUnity SoC and UniCore ISA
*
* Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn>
* Copyright (C) 2001-2010 Guan Xuetao
*
* 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 |
Split-Screen/android_kernel_lge_g3 | drivers/staging/vt6656/tcrc.c | 9132 | 6673 | /*
* Copyright (c) 2003 VIA Networking, 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 option) any later version... | gpl-2.0 |
tpmullan/android_kernel_asus_tf700 | drivers/media/video/pvrusb2/pvrusb2-ctrl.c | 11692 | 14185 | /*
*
*
* Copyright (C) 2005 Mike Isely <isely@pobox.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License
*
* This program is distributed in the ho... | gpl-2.0 |
andreturket/kernel_asus_moorefield_stock | net/ipv4/netfilter/ipt_ah.c | 12972 | 2333 | /* Kernel module to match AH parameters. */
/* (C) 1999-2000 Yon Uriarte <yon@astaro.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.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ":... | gpl-2.0 |
n3ocort3x/kernel_oppo_msm8974 | arch/sh/mm/cache-sh3.c | 12972 | 2611 | /*
* arch/sh/mm/cache-sh3.c
*
* Copyright (C) 1999, 2000 Niibe Yutaka
* Copyright (C) 2002 Paul Mundt
*
* Released under the terms of the GNU GPL v2.0.
*/
#include <linux/init.h>
#include <linux/mman.h>
#include <linux/mm.h>
#include <linux/threads.h>
#include <asm/addrspace.h>
#include <asm/page.h>
#include <... | gpl-2.0 |
KutuSystems/linux | arch/x86/kernel/sysfb_efi.c | 429 | 9167 | /*
* Generic System Framebuffers on x86
* Copyright (c) 2012-2013 David Herrmann <dh.herrmann@gmail.com>
*
* EFI Quirks Copyright (c) 2006 Edgar Hucek <gimli@dark-green.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as publishe... | gpl-2.0 |
austinkelleher/linux | net/ipv4/inetpeer.c | 941 | 16577 | /*
* INETPEER - A storage for permanent information about peers
*
* This source is covered by the GNU GPL, the same as all kernel sources.
*
* Authors: Andrey V. Savochkin <saw@msu.ru>
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/sp... | gpl-2.0 |
wujiku/EVO-3D- | drivers/atm/lanai.c | 941 | 83839 | /* lanai.c -- Copyright 1999-2003 by Mitchell Blank Jr <mitch@sfgoth.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any la... | gpl-2.0 |
chui101/kernel-lge-msm7x30 | drivers/media/dvb/frontends/dibx000_common.c | 941 | 4849 | #include <linux/i2c.h>
#include "dibx000_common.h"
static int debug;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "turn on debugging (default: 0)");
#define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiBX000: "); printk(args); printk("\n"); } } while (0)
static int dibx000_write_word(struct di... | gpl-2.0 |
ljjehl-XHD/android_kernel_htc_msm8960 | drivers/gpu/drm/gma500/framebuffer.c | 1197 | 21318 | /**************************************************************************
* Copyright (c) 2007-2011, Intel Corporation.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published... | gpl-2.0 |
TeamBliss-Devices/android_kernel_samsung_v2wifixx | net/core/net_namespace.c | 1197 | 14861 | #include <linux/workqueue.h>
#include <linux/rtnetlink.h>
#include <linux/cache.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/delay.h>
#include <linux/sched.h>
#include <linux/idr.h>
#include <linux/rculist.h>
#include <linux/nsproxy.h>
#include <linux/proc_fs.h>
#include <linux/file.h>
#include <l... | gpl-2.0 |
MaccKing/CBx | drivers/video/au1100fb.c | 1965 | 18433 | /*
* BRIEF MODULE DESCRIPTION
* Au1100 LCD Driver.
*
* Rewritten for 2.6 by Embedded Alley Solutions
* <source@embeddedalley.com>, based on submissions by
* Karl Lessard <klessard@sunrisetelecom.com>
* <c.pellegrin@exadron.com>
*
* PM support added by Rodolfo Giometti <giometti@linux.it>
* Cursor enable/... | gpl-2.0 |
W4TCH0UT/zz_sprout | drivers/net/ethernet/8390/zorro8390.c | 2477 | 12837 | /*
* Amiga Linux/m68k and Linux/PPC Zorro NS8390 Ethernet Driver
*
* (C) Copyright 1998-2000 by some Elitist 680x0 Users(TM)
*
* ---------------------------------------------------------------------------
*
* This program is based on all the other NE2000 drivers for Linux
*
* -----------------------------... | gpl-2.0 |
alwaysadeel/AJ-Kernel | net/compat-wireless/drivers/net/wireless/p54/p54pci.c | 2733 | 16734 |
/*
* Linux device driver for PCI based Prism54
*
* Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net>
* Copyright (c) 2008, Christian Lamparter <chunkeey@web.de>
*
* Based on the islsm (softmac prism54) driver, which is:
* Copyright 2004-2006 Jean-Baptiste Note <jean-baptiste.note@m4x.org>, et al.
*
* T... | gpl-2.0 |
5victor/linux | drivers/usb/storage/sddr09.c | 3245 | 45973 | /* Driver for SanDisk SDDR-09 SmartMedia reader
*
* (c) 2000, 2001 Robert Baruch (autophile@starband.net)
* (c) 2002 Andries Brouwer (aeb@cwi.nl)
* Developed with the assistance of:
* (c) 2002 Alan Stern <stern@rowland.org>
*
* The SanDisk SDDR-09 SmartMedia reader uses the Shuttle EUSB-01 chip.
* This ch... | gpl-2.0 |
TeamJB/kernel_samsung_smdk4210 | drivers/input/misc/powermate.c | 3245 | 14995 | /*
* A driver for the Griffin Technology, Inc. "PowerMate" USB controller dial.
*
* v1.1, (c)2002 William R Sowerbutts <will@sowerbutts.com>
*
* This device is a anodised aluminium knob which connects over USB. It can measure
* clockwise and anticlockwise rotation. The dial also acts as a pushbutton with
* a spr... | gpl-2.0 |
blade-af3/android_kernel_zte_P731A20 | net/tipc/addr.c | 3501 | 3315 | /*
* net/tipc/addr.c: TIPC address utility routines
*
* Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2004-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... | gpl-2.0 |
StephenRJ/cm12_kernel_moto_shamu | fs/squashfs/inode.c | 4269 | 12721 | /*
* Squashfs - a compressed read only filesystem for Linux
*
* Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008
* 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 by the... | gpl-2.0 |
akhilnarang/ThugLife_bullhead | drivers/sbus/char/openprom.c | 4269 | 16222 | /*
* Linux/SPARC PROM Configuration Driver
* Copyright (C) 1996 Thomas K. Dyas (tdyas@noc.rutgers.edu)
* Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be)
*
* This character device driver allows user programs to access the
* PROM device tree. It is compatible with the SunOS /dev/openprom
* driver and the NetBSD ... | gpl-2.0 |
eskyuu/linux | arch/m68k/coldfire/intc-simr.c | 4525 | 4866 | /*
* intc-simr.c
*
* Interrupt controller code for the ColdFire 5208, 5207 & 532x parts.
*
* (C) Copyright 2009-2011, 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... | gpl-2.0 |
tbalden/android_kernel_htc_m9pw | arch/m68k/platform/coldfire/intc-simr.c | 4525 | 4866 | /*
* intc-simr.c
*
* Interrupt controller code for the ColdFire 5208, 5207 & 532x parts.
*
* (C) Copyright 2009-2011, 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... | gpl-2.0 |
columbia/linux-2.6-mutable | arch/powerpc/platforms/cell/spufs/switch.c | 4525 | 64573 | /*
* spu_switch.c
*
* (C) Copyright IBM Corp. 2005
*
* Author: Mark Nutter <mnutter@us.ibm.com>
*
* Host-side part of SPU context switch sequence outlined in
* Synergistic Processor Element, Book IV.
*
* A fully premptive switch of an SPE is very expensive in terms
* of time and system resources. SPE Book I... | gpl-2.0 |
SlimDev/kernel_samsung_msm8660-common | arch/powerpc/platforms/cell/spufs/switch.c | 4525 | 64573 | /*
* spu_switch.c
*
* (C) Copyright IBM Corp. 2005
*
* Author: Mark Nutter <mnutter@us.ibm.com>
*
* Host-side part of SPU context switch sequence outlined in
* Synergistic Processor Element, Book IV.
*
* A fully premptive switch of an SPE is very expensive in terms
* of time and system resources. SPE Book I... | gpl-2.0 |
szezso/android_kernel_samsung_expressltexx | tools/perf/builtin-top.c | 4781 | 34913 | /*
* builtin-top.c
*
* Builtin top command: Display a continuously updated profile of
* any workload, CPU or specific PID.
*
* Copyright (C) 2008, Red Hat Inc, Ingo Molnar <mingo@redhat.com>
* 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
*
* Improvements and fixes by:
*
* Arjan van de Ve... | gpl-2.0 |
faux123/NX403A | tools/perf/util/session.c | 4781 | 39745 | #define _FILE_OFFSET_BITS 64
#include <linux/kernel.h>
#include <byteswap.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/mman.h>
#include "evlist.h"
#include "evsel.h"
#include "session.h"
#include "tool.h"
#include "sort.h"
#include "util.h"
#include "cpumap.h"
static int perf_session__open(struct per... | gpl-2.0 |
WhiteNeo-/NeoKernel | drivers/dma/dmatest.c | 5037 | 18033 | /*
* DMA Engine test module
*
* 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 version 2 as
* published by the Free Software Foundation.
*/
#include <linux/delay.h>
#include <linux/dma-mapping.h... | gpl-2.0 |
DevriesL/SM-G9208_ImageBreaker | arch/arm/mach-rpc/dma.c | 11693 | 8767 | /*
* linux/arch/arm/mach-rpc/dma.c
*
* Copyright (C) 1998 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.
*
* DMA functions specific to RiscPC architecture
... | gpl-2.0 |
illyah/samsung_kernel_volans | drivers/usb/gadget/dummy_hcd.c | 174 | 50634 | /*
* dummy_hcd.c -- Dummy/Loopback USB host and device emulator driver.
*
* Maintainer: Alan Stern <stern@rowland.harvard.edu>
*
* Copyright (C) 2003 David Brownell
* Copyright (C) 2003-2005 Alan Stern
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene... | gpl-2.0 |
jthornber/linux-2.6 | net/ipv4/tcp_timer.c | 174 | 18849 | /*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* Implementation of the Transmission Control Protocol(TCP).
*
* Authors: Ross Biro
* Fred N. van Kempen, <wa... | gpl-2.0 |
jackfagner/twrp-kernel-sony-kitkami | sound/soc/msm/qdsp6v2/msm-pcm-loopback-v2.c | 686 | 12984 | /* Copyright (c) 2013-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 hope th... | gpl-2.0 |
xerpi/linux | arch/parisc/kernel/irq.c | 686 | 15513 | /*
* Code to handle x86 style IRQs plus some generic interrupt stuff.
*
* Copyright (C) 1992 Linus Torvalds
* Copyright (C) 1994, 1995, 1996, 1997, 1998 Ralf Baechle
* Copyright (C) 1999 SuSE GmbH (Philipp Rumpf, prumpf@tux.org)
* Copyright (C) 1999-2000 Grant Grundler
* Copyright (c) 2005 Matthew Wilcox
*
* ... | gpl-2.0 |
varun10221/linux | tools/lib/traceevent/event-plugin.c | 1198 | 10250 | /*
* Copyright (C) 2009, 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* This program 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 |
cnbin/linux | arch/um/drivers/ubd_kern.c | 1454 | 35383 | /*
* Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
/* 2001-09-28...2002-04-17
* Partition stuff by James_McMechan@hotmail.com
* old style ubd by setting UBD_SHIFT to 0
* 2002-09-27...2002-10-18 massive tinkering for 2.5
* partitions have changed in 2.5
* 2003-01-29 more tinkering ... | gpl-2.0 |
faust93/kernel_meizu_m576 | drivers/gpu/drm/nouveau/core/subdev/i2c/anx9805.c | 2222 | 7414 | /*
* 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 |
skeller/linux | sound/soc/codecs/wm8988.c | 2478 | 27373 | /*
* wm8988.c -- WM8988 ALSA SoC audio driver
*
* Copyright 2009 Wolfson Microelectronics plc
* Copyright 2005 Openedhand Ltd.
*
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lic... | gpl-2.0 |
VM12/kernel_moto_shamu | arch/mips/loongson/common/serial.c | 2478 | 1929 | /*
* 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) 2007 Ralf Baechle (ralf@linux-mips.org)
*
* Copyright (C) 2009 Lemote, Inc.
* Author: Yan hua (yanhua@lemote.com)
* Auth... | gpl-2.0 |
brymaster5000/BrYCS_kernel | drivers/isdn/capi/capilib.c | 4270 | 4630 |
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/isdn/capilli.h>
#define DBG(format, arg...) do { \
printk(KERN_DEBUG "%s: " format "\n" , __func__ , ## arg); \
} while (0)
struct capilib_msgidqueue {
struct capilib_msgidqueue *next;
u16 msgid;
};
struct capilib_ncci {
... | gpl-2.0 |
AnonymousMediatekTeam/android_kernel_aio_otfp | arch/sh/kernel/cpu/sh5/fpu.c | 4782 | 3595 | /*
* arch/sh/kernel/cpu/sh5/fpu.c
*
* Copyright (C) 2001 Manuela Cirronis, Paolo Alberelli
* Copyright (C) 2002 STMicroelectronics Limited
* Author : Stuart Menefy
*
* Started from SH4 version:
* Copyright (C) 1999, 2000 Kaz Kojima & Niibe Yutaka
*
* This file is subject to the terms and conditions of ... | gpl-2.0 |
NoelMacwan/kernel_sony_msm8x27 | arch/arm/mach-shmobile/intc-r8a7740.c | 4782 | 19397 | /*
* R8A7740 processor support
*
* Copyright (C) 2011 Renesas Solutions Corp.
* Copyright (C) 2011 Kuninori Morimoto <kuninori.morimoto.gx@renesas.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 Sof... | gpl-2.0 |
oliliango/linux-cedarview_gfx | arch/sh/boards/mach-hp6xx/setup.c | 4782 | 3936 | /*
* linux/arch/sh/boards/hp6xx/setup.c
*
* Copyright (C) 2002 Andriy Skulysh
* Copyright (C) 2007 Kristoffer Ericson <Kristoffer_e1@hotmail.com>
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYING for more information.
*
* Setup code for HP620/HP660/HP680/HP69... | gpl-2.0 |
TeamRegular/android_kernel_samsung_kminilte | arch/arm/mach-shmobile/clock-r8a7779.c | 4782 | 5381 | /*
* r8a7779 clock framework support
*
* 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 Foundation; either version 2 ... | gpl-2.0 |
Nick73/King_Kernel | drivers/infiniband/ulp/ipoib/ipoib_ethtool.c | 8110 | 2985 | /*
* Copyright (c) 2007 Mellanox Technologies. 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 GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this sou... | gpl-2.0 |
TaichiN/android_kernel_google_msm | arch/ia64/xen/xcom_hcall.c | 11694 | 11064 | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | gpl-2.0 |
curbthepain/android_kernel_htc_a11chl | fs/minix/itree_v1.c | 13486 | 1481 | #include <linux/buffer_head.h>
#include <linux/slab.h>
#include "minix.h"
enum {DEPTH = 3, DIRECT = 7}; /* Only double indirect */
typedef u16 block_t; /* 16 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;
}
stat... | gpl-2.0 |
andrewwrightt/kernel_moto_shamu | drivers/coresight/coresight-etm.c | 175 | 63416 | /* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | gpl-2.0 |
aneeshv/linux-bq27xxx | drivers/pinctrl/pinmux.c | 175 | 31299 | /*
* Core driver for the pin muxing portions of the pin control subsystem
*
* Copyright (C) 2011 ST-Ericsson SA
* Written on behalf of Linaro for ST-Ericsson
* Based on bits of regulator core, gpio core and clk core
*
* Author: Linus Walleij <linus.walleij@linaro.org>
*
* License terms: GNU General Public Lice... | gpl-2.0 |
lucaspcamargo/litmus-rt | sound/soc/codecs/wm8978.c | 431 | 31019 | /*
* wm8978.c -- WM8978 ALSA SoC Audio Codec driver
*
* Copyright (C) 2009-2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de>
* Copyright (C) 2007 Carlos Munoz <carlos@kenati.com>
* Copyright 2006-2009 Wolfson Microelectronics PLC.
* Based on wm8974 and wm8990 by Liam Girdwood <lrg@slimlogic.co.uk>
*
* This p... | gpl-2.0 |
SM-G920P/G920PVPU3BOI1 | drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c | 1455 | 84032 | /*
* Copyright (C) 2003 - 2009 NetXen, Inc.
* Copyright (C) 2009 - QLogic Corporation.
* All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the ... | gpl-2.0 |
johnso51/linux | sound/oss/mpu401.c | 1711 | 38480 | /*
* sound/oss/mpu401.c
*
* The low level driver for Roland MPU-401 compatible Midi cards.
*/
/*
* Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
* Version 2 (June 1991). See the "COPYING" file distributed with this software
* for mo... | gpl-2.0 |
wimpknocker/android_kernel_samsung_viennalte | drivers/input/misc/pmic8058-vib-memless.c | 3503 | 6408 | /* Copyright (c) 2010, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope... | gpl-2.0 |
GustavoRD78/78Kernel-MOB31E.Z1.3657 | drivers/input/misc/isa1200-ff-memless.c | 3503 | 10737 | /*
* Copyright (C) 2009 Samsung Electronics
* Kyungmin Park <kyungmin.park@samsung.com>
*
* Copyright (c) 2011, 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 ... | gpl-2.0 |
somesnow/AK-OnePone | drivers/base/regmap/regmap-spi.c | 4527 | 2452 | /*
* Register map access API - SPI support
*
* Copyright 2011 Wolfson Microelectronics plc
*
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the... | gpl-2.0 |
vantjnh1991/F160-JB | drivers/net/ethernet/smsc/smc911x.c | 4527 | 58936 | /*
* smc911x.c
* This is a driver for SMSC's LAN911{5,6,7,8} single-chip Ethernet devices.
*
* Copyright (C) 2005 Sensoria Corp
* Derived from the unified SMC91x driver by Nicolas Pitre
* and the smsc911x.c reference driver by SMSC
*
* This program is free software; you can redistribute it and/or modify
... | gpl-2.0 |
AOKP/kernel_samsung_jf | fs/xfs/xfs_dfrag.c | 4783 | 12761 | /*
* Copyright (c) 2000-2006 Silicon Graphics, Inc.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it would be ... | gpl-2.0 |
jawad6233/bindu-kernel-base | drivers/rtc/rtc-ds1307.c | 4783 | 25593 | /*
* rtc-ds1307.c - RTC driver for some mostly-compatible I2C chips.
*
* Copyright (C) 2005 James Chapman (ds1337 core)
* Copyright (C) 2006 David Brownell
* Copyright (C) 2009 Matthias Fuchs (rx8025 support)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the... | gpl-2.0 |
mightysween/vs980-kernel | arch/mips/bcm47xx/prom.c | 7855 | 5194 | /*
* Copyright (C) 2004 Florian Schirmer <jolt@tuxbox.org>
* Copyright (C) 2007 Aurelien Jarno <aurelien@aurel32.net>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either ver... | gpl-2.0 |
h8rift/android_kernel_htc_msm8960_evita-h8x | arch/x86/boot/main.c | 8111 | 4206 | /* -*- 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 |
toastcfh/htc-8660-kernel | drivers/net/ixp2000/enp2611.c | 9647 | 6201 | /*
* IXP2400 MSF network device driver for the Radisys ENP2611
* Copyright (C) 2004, 2005 Lennert Buytenhek <buytenh@wantstofly.org>
* Dedicated to Marija Kulikova.
*
* 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
* th... | gpl-2.0 |
CyanogenMod/android_kernel_cyanogen_msm8994 | drivers/message/fusion/mptlan.c | 12719 | 43965 | /*
* linux/drivers/message/fusion/mptlan.c
* IP Over Fibre Channel device driver.
* For use with LSI Fibre Channel PCI chip/adapters
* running LSI Fusion MPT (Message Passing Technology) firmware.
*
* Copyright (c) 2000-2008 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com)
*
*/
/*=-=-=-=-... | gpl-2.0 |
HridayHS/Lightning | lib/zlib_deflate/deftree.c | 13743 | 40510 | /* +++ trees.c */
/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-1996 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* ALGORITHM
*
* The "deflation" process uses several Huffman trees. The more
* common source values are ... | gpl-2.0 |
patholden/linux | drivers/tty/serial/omap-serial.c | 176 | 49943 | /*
* Driver for OMAP-UART controller.
* Based on drivers/serial/8250.c
*
* Copyright (C) 2010 Texas Instruments.
*
* Authors:
* Govindraj R <govindraj.raja@ti.com>
* Thara Gopinath <thara@ti.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General ... | gpl-2.0 |
nypdmax/NUMA | tools/qemu-xen/disas/ppc.c | 176 | 242713 | /* ppc-dis.c -- Disassemble PowerPC instructions
Copyright 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support
This file is part of GDB, GAS, and the GNU binutils.
GDB, GAS, and the GNU binutils are free software; you can redis... | gpl-2.0 |
yiancar/qmk_firmware | keyboards/nightly_boards/n60_s/encoder_action.c | 176 | 1751 | /* Copyright 2020 Neil Brian Ramirez
*
* 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 3 of the License, or
* (at your option) any later version.
*
* This program is distri... | gpl-2.0 |
bio4554/android-4.1 | drivers/media/usb/dvb-usb-v2/af9035.c | 432 | 53740 | /*
* Afatech AF9035 DVB USB 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 Softwar... | gpl-2.0 |
iBluemind/android_kernel_lge_su760 | drivers/staging/comedi/drivers/amplc_pc236.c | 944 | 18478 | /*
comedi/drivers/amplc_pc236.c
Driver for Amplicon PC36AT and PCI236 DIO boards.
Copyright (C) 2002 MEV Ltd. <http://www.mev.co.uk/>
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000 David A. Schleef <ds@schleef.org>
This program is free software; you can redistribut... | gpl-2.0 |
cometzero/cometzero_e210s | arch/x86/mm/srat.c | 1200 | 4330 | /*
* ACPI 3.0 based NUMA setup
* Copyright 2004 Andi Kleen, SuSE Labs.
*
* Reads the ACPI SRAT table to figure out what memory belongs to which CPUs.
*
* Called from acpi_numa_init while reading the SRAT and SLIT tables.
* Assumes all memory regions belonging to a single proximity domain
* are in one chunk. Hol... | gpl-2.0 |
HydraCompany/HydraKernel | drivers/usb/usbip/stub_rx.c | 1456 | 15026 | /*
* 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 |
HRTKernel/Hacker_Kernel_SM-G920P | drivers/usb/phy/phy-omap-usb2.c | 2224 | 6486 | /*
* omap-usb2.c - USB PHY, talking to musb controller in OMAP.
*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; ei... | gpl-2.0 |
qwerty97/rk3066 | drivers/bluetooth/btuart_cs.c | 2480 | 15159 | /*
*
* Driver for Bluetooth PCMCIA cards with HCI UART interface
*
* Copyright (C) 2001-2002 Marcel Holtmann <marcel@holtmann.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 Softwar... | gpl-2.0 |
c0d3x42/P8000-Kernel | arch/x86/kernel/dumpstack_32.c | 2480 | 2889 | /*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs
*/
#include <linux/kallsyms.h>
#include <linux/kprobes.h>
#include <linux/uaccess.h>
#include <linux/hardirq.h>
#include <linux/kdebug.h>
#include <linux/module.h>
#include <linux/ptrace.h>
#include <linux/kexec.h>... | gpl-2.0 |
aospo/platform_kernel_oneplus_msm8974 | arch/arm/mach-msm/qdsp6v2/q6audio_v1.c | 3248 | 2832 | /*
* Copyright (c) 2012, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the h... | gpl-2.0 |
rogersb11/android_kernel_samsung_smdk4412 | drivers/gpu/drm/drm_scatter.c | 6064 | 5255 | /**
* \file drm_scatter.c
* IOCTLs to manage scatter/gather memory
*
* \author Gareth Hughes <gareth@valinux.com>
*/
/*
* Created: Mon Dec 18 23:20:54 2000 by gareth@valinux.com
*
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
* Permission is hereby granted, free of... | gpl-2.0 |
gundal/zerofltetmo | arch/frv/kernel/irq-mb93091.c | 7344 | 3687 | /* irq-mb93091.c: MB93091 FPGA interrupt handling
*
* Copyright (C) 2003 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 the Free S... | gpl-2.0 |
warped-rudi/linux-linaro-stable-mx6 | arch/um/kernel/physmem.c | 7600 | 5479 | /*
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <linux/module.h>
#include <linux/bootmem.h>
#include <linux/mm.h>
#include <linux/pfn.h>
#include <asm/page.h>
#include <as-layout.h>
#include <init.h>
#include <kern.h>
#include <mem_user.h>
#include <os... | gpl-2.0 |
sudosurootdev/kernel_lge_g3-1 | drivers/acpi/custom_method.c | 8112 | 2074 | /*
* debugfs.c - ACPI debugfs interface to userspace.
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/uaccess.h>
#include <linux/debugfs.h>
#include <acpi/acpi_drivers.h>
#include "internal.h"
#define _COMPONENT ACPI_SYSTEM_COMPONENT
ACPI_MODULE_NAME("custom_method")... | gpl-2.0 |
cmotc/android_kernel_samsung_schS738c | drivers/leds/ledtrig-gpio.c | 8112 | 6209 | /*
* ledtrig-gio.c - LED Trigger Based on GPIO events
*
* Copyright 2009 Felipe Balbi <me@felipebalbi.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 <li... | gpl-2.0 |
Kurre/kernel_exynos_OLD | arch/mips/mti-malta/malta-cmdline.c | 9648 | 1571 | /*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
* 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 Software Foundation.
*
* This pro... | gpl-2.0 |
aranb/linux | drivers/infiniband/hw/qib/qib_verbs_mcast.c | 12208 | 8560 | /*
* Copyright (c) 2006, 2007, 2008, 2009 QLogic Corporation. All rights reserved.
* Copyright (c) 2005, 2006 PathScale, 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 GNU
* General Public License (GPL)... | gpl-2.0 |
sonicxml/furry-octo-lana | drivers/infiniband/hw/qib/qib_verbs_mcast.c | 12208 | 8560 | /*
* Copyright (c) 2006, 2007, 2008, 2009 QLogic Corporation. All rights reserved.
* Copyright (c) 2005, 2006 PathScale, 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 GNU
* General Public License (GPL)... | gpl-2.0 |
JijonHyuni/HyperKernel-JB | drivers/parport/probe.c | 13744 | 7589 | /*
* Parallel port device probing code
*
* Authors: Carsten Gross, carsten@sol.wohnheim.uni-ulm.de
* Philip Blundell <philb@gnu.org>
*/
#include <linux/module.h>
#include <linux/parport.h>
#include <linux/ctype.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
static co... | gpl-2.0 |
kzlin129/tt-gpl | go12/linux-2.6.28.10/arch/s390/kvm/intercept.c | 177 | 5390 | /*
* intercept.c - in-kernel handling for sie intercepts
*
* Copyright IBM Corp. 2008
*
* 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): Carsten Otte <... | gpl-2.0 |
f-andrew-beal/whoi-3.2-kernel | arch/arm/mach-mx5/clock-mx51-mx53.c | 177 | 44569 | /*
* Copyright 2008-2010 Freescale Semiconductor, Inc. All Rights Reserved.
* Copyright (C) 2009-2010 Amit Kucheria <amit.kucheria@canonical.com>
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the fo... | gpl-2.0 |
vakkov/android-n900-nitdroid_kernel | drivers/scsi/scsi_netlink.c | 945 | 16127 | /*
* scsi_netlink.c - SCSI Transport Netlink Interface
*
* Copyright (C) 2006 James Smart, Emulex 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... | gpl-2.0 |
cowithgun/samsung-kernel-ancora | net/sched/sch_ingress.c | 945 | 3308 | /* net/sched/sch_ingress.c - Ingress qdisc
* 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 ... | gpl-2.0 |
MojieBuddhist/linux-1 | fs/nilfs2/segbuf.c | 1201 | 14085 | /*
* 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 |
SM-G920P/S6-MM | drivers/idle/intel_idle.c | 1713 | 19355 | /*
* intel_idle.c - native hardware idle loop for modern Intel processors
*
* Copyright (c) 2010, Intel Corporation.
* Len Brown <len.brown@intel.com>
*
* 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 p... | gpl-2.0 |
Chairshot215/starship_kernel_moto_shamu | arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 1713 | 22908 | /*
* omap_hwmod_2xxx_ipblock_data.c - common IP block data for OMAP2xxx
*
* Copyright (C) 2011 Nokia Corporation
* Paul Walmsley
*
* 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 Foundatio... | gpl-2.0 |
holyangel/HTC_M8_GPE-4.4.4 | arch/arm/mach-msm/rpc_server_time_remote.c | 3505 | 4346 | /* arch/arm/mach-msm/rpc_server_time_remote.c
*
* Copyright (C) 2007 Google, Inc.
* Copyright (c) 2009-2011 The Linux Foundation. All rights reserved.
* Author: Iliyan Malchev <ibm@android.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free S... | gpl-2.0 |
kangsterizer/linux-3.1.y-rsbac | sound/ppc/keywest.c | 4017 | 3663 | /*
* common keywest i2c layer
*
* 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, or
* (at your o... | gpl-2.0 |
psomas/lguest64 | drivers/isdn/gigaset/proc.c | 4273 | 2079 | /*
* Stuff used by all variants of the driver
*
* Copyright (c) 2001 by Stefan Eilers,
* Hansjoerg Lipp <hjlipp@web.de>,
* Tilman Schmidt <tilman@imap.cc>.
*
* =====================================================================
* This program is free software; you c... | gpl-2.0 |
Trinityhaxxor/platform_kernel_msm8x60_stock | arch/powerpc/kernel/sys_ppc32.c | 4529 | 20487 | /*
* sys_ppc32.c: Conversion between 32bit and 64bit native syscalls.
*
* Copyright (C) 2001 IBM
* Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
* Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
*
* These routines maintain argument size conversion between 32bit and 64bit
* environme... | gpl-2.0 |
championswimmer/kernel_sony_msm8960t | drivers/net/wireless/ath/ath9k/hif_usb.c | 4785 | 31162 | /*
* Copyright (c) 2010-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 |
ShinySide/The-Imperius-Curse | kernel/trace/trace_mmiotrace.c | 5809 | 9198 | /*
* Memory mapped I/O tracing
*
* Copyright (C) 2008 Pekka Paalanen <pq@iki.fi>
*/
#define DEBUG 1
#include <linux/kernel.h>
#include <linux/mmiotrace.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/atomic.h>
#include "trace.h"
#include "trace_output.h"
struct header_... | gpl-2.0 |
DespairFactor/N6 | arch/powerpc/platforms/ps3/interrupt.c | 7601 | 20118 | /*
* PS3 interrupt routines.
*
* Copyright (C) 2006 Sony Computer Entertainment Inc.
* Copyright 2006 Sony Corp.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the ... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.