repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
mer-hybris-kis3/android_kernel_zte_msm8610 | drivers/staging/iio/Documentation/generic_buffer.c | 4964 | 8132 | /* Industrialio buffer test code.
*
* Copyright (c) 2008 Jonathan Cameron
*
* 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 primarily intended as an example... | gpl-2.0 |
dasago13/android_kernel_lenovo_s650 | arch/mips/alchemy/common/power.c | 7012 | 4876 | /*
* BRIEF MODULE DESCRIPTION
* Au1xx0 Power Management routines.
*
* Copyright 2001, 2008 MontaVista Software Inc.
* Author: MontaVista Software, Inc. <source@mvista.com>
*
* Some of the routines are right out of init/main.c, whose
* copyrights apply here.
*
* This program is free software; you can redist... | gpl-2.0 |
silverbullettechnology/linux-adi | arch/arm/plat-orion/irq.c | 101 | 1613 | /*
* arch/arm/plat-orion/irq.c
*
* Marvell Orion SoC IRQ handling.
*
* 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>
#include <linux/init.h>
#inc... | gpl-2.0 |
Gandi/ktrill | drivers/crypto/marvell/hash.c | 101 | 35288 | /*
* Hash algorithms supported by the CESA: MD5, SHA1 and SHA256.
*
* Author: Boris Brezillon <boris.brezillon@free-electrons.com>
* Author: Arnaud Ebalard <arno@natisbad.org>
*
* This work is based on an initial version written by
* Sebastian Andrzej Siewior < sebastian at breakpoint dot cc >
*
* This program... | gpl-2.0 |
JoeyJiao/android-huawei-kernel-common | drivers/input/touchscreen/da9034-ts.c | 613 | 9057 | /*
* Touchscreen driver for Dialog Semiconductor DA9034
*
* Copyright (C) 2006-2008 Marvell International Ltd.
* Fengwei Yin <fengwei.yin@marvell.com>
* Bin Yang <bin.yang@marvell.com>
* Eric Miao <eric.miao@marvell.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the t... | gpl-2.0 |
infectedmushi/kernel-sony-copyleft | drivers/infiniband/ulp/ipoib/ipoib_fs.c | 1637 | 6787 | /*
* Copyright (c) 2004 Topspin Communications. 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 s... | gpl-2.0 |
ssanglee/capstone | Linux-Kernel/drivers/watchdog/ie6xx_wdt.c | 2405 | 8825 | /*
* Intel Atom E6xx Watchdog driver
*
* Copyright (C) 2011 Alexander Stein
* <alexander.stein@systec-electronic.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General
* Public License as publishe... | gpl-2.0 |
dimfishr/android_kernel_lge_bullhead | drivers/watchdog/xen_wdt.c | 2405 | 7693 | /*
* Xen Watchdog Driver
*
* (c) Copyright 2010 Novell, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
... | gpl-2.0 |
Pure4Team/desire820 | drivers/staging/winbond/wbusb.c | 2405 | 22866 | /*
* Copyright 2008 Pavel Machek <pavel@ucw.cz>
*
* Distribute under GPLv2.
*
* The original driver was written by:
* Jeff Lee <YY_Lee@issc.com.tw>
*
* and was adapted to the 2.6 kernel by:
* Costantino Leandro (Rxart Desktop) <le_costantino@pixartargentina.com.ar>
*/
#include <net/mac80211.h>
#includ... | gpl-2.0 |
Split-Screen/android_kernel_samsung_i9300 | drivers/media/video/hdpvr/hdpvr-core.c | 2661 | 12611 | /*
* Hauppauge HD PVR USB driver
*
* Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2008 Janne Grunau (j@jannau.net)
* Copyright (C) 2008 John Poet
*
* 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 |
balika011/android_kernel_xiaomi_kenzo | net/mac80211/agg-tx.c | 2661 | 28283 | /*
* HT handling
*
* Copyright 2003, Jouni Malinen <jkmaline@cc.hut.fi>
* Copyright 2002-2005, Instant802 Networks, Inc.
* Copyright 2005-2006, Devicescape Software, Inc.
* Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
* Copyright 2007, Michael Wu <flamingice@sourmilk.net>
* Copyright 2007-2010, Intel Corporati... | gpl-2.0 |
VentureROM-L/android_kernel_lge_hammerhead | mm/pgtable-generic.c | 4453 | 3369 | /*
* mm/pgtable-generic.c
*
* Generic pgtable methods declared in asm-generic/pgtable.h
*
* Copyright (C) 2010 Linus Torvalds
*/
#include <linux/pagemap.h>
#include <asm/tlb.h>
#include <asm-generic/pgtable.h>
#ifndef __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS
/*
* Only sets the access flags (dirty, accessed, and
... | gpl-2.0 |
elisam98/android_kernel_lge_w5c | mm/pgtable-generic.c | 4453 | 3369 | /*
* mm/pgtable-generic.c
*
* Generic pgtable methods declared in asm-generic/pgtable.h
*
* Copyright (C) 2010 Linus Torvalds
*/
#include <linux/pagemap.h>
#include <asm/tlb.h>
#include <asm-generic/pgtable.h>
#ifndef __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS
/*
* Only sets the access flags (dirty, accessed, and
... | gpl-2.0 |
liuzhiping/Haier_W910 | drivers/input/misc/gp2ap002a00f.c | 4965 | 6166 | /*
* Copyright (C) 2011 Sony Ericsson Mobile Communications Inc.
*
* Author: Courtney Cavin <courtney.cavin@sonyericsson.com>
* Prepared for up-stream by: Oskar Andero <oskar.andero@sonyericsson.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General ... | gpl-2.0 |
jbott/android_kernel_lge_hammerhead | drivers/staging/iio/gyro/adxrs450_core.c | 4965 | 10111 | /*
* ADXRS450/ADXRS453 Digital Output Gyroscope Driver
*
* Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2.
*/
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/spi/spi.h>
#incl... | gpl-2.0 |
KingKaminari/kaminarikernel | drivers/staging/iio/dds/ad9951.c | 4965 | 4501 | /*
* Driver for ADI Direct Digital Synthesis ad9951
*
* Copyright (c) 2010 Analog Devices Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/
#include <linux/types.h>
... | gpl-2.0 |
faux123/Nexus-grouper | arch/x86/xen/platform-pci-unplug.c | 5477 | 4478 | /******************************************************************************
* platform-pci-unplug.c
*
* Xen platform PCI device driver
* Copyright (c) 2010, Citrix
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
... | gpl-2.0 |
viaembedded/vab820-kernel-bsp | arch/blackfin/mach-bf533/boards/ezkit.c | 6757 | 13207 | /*
* Copyright 2004-2009 Analog Devices Inc.
* 2005 National ICT Australia (NICTA)
* Aidan Williams <aidan@nicta.com.au>
*
* Licensed under the GPL-2 or later.
*/
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partit... | gpl-2.0 |
TeamVilleC2/android_kernel_htc_liberty-villec2 | net/rds/rdma_transport.c | 8037 | 6735 | /*
* Copyright (c) 2009 Oracle. 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 source tree, or t... | gpl-2.0 |
jokersax/le970-kernel | drivers/pci/iova.c | 8037 | 11779 | /*
* Copyright © 2006-2009, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, ... | gpl-2.0 |
SharkBa1t/cse524 | drivers/nvdimm/btt_devs.c | 358 | 7858 | /*
* Copyright(c) 2013-2015 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 Foundation.
*
* This program is distributed in the hope that it will... | gpl-2.0 |
chrisdearman/kernel-common | drivers/media/pci/saa7164/saa7164-dvb.c | 870 | 15807 | /*
* Driver for the NXP SAA7164 PCIe bridge
*
* Copyright (c) 2010 Steven Toth <stoth@kernellabs.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 Licens... | gpl-2.0 |
raum1807/android_kernel_quanta_fg6q | fs/btrfs/tree-log.c | 1382 | 90241 | /*
* Copyright (C) 2008 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License v2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHO... | gpl-2.0 |
ChronoMonochrome/android_kernel_lenovo_msm8916 | drivers/gpu/drm/omapdrm/omap_encoder.c | 2150 | 4846 | /*
* drivers/gpu/drm/omapdrm/omap_encoder.c
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob@ti.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*
* Th... | gpl-2.0 |
Split-Screen/android_kernel_mediatek_sprout | drivers/usb/image/mdc800.c | 2662 | 24717 | /*
* copyright (C) 1999/2000 by Henning Zabel <henning@uni-paderborn.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
* option) any later ... | gpl-2.0 |
k2wl/i9105Sammy | sound/soc/codecs/wm8523.c | 2918 | 14552 | /*
* wm8523.c -- WM8523 ALSA SoC Audio driver
*
* Copyright 2009 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
* publishe... | gpl-2.0 |
klin1344/kernel_ville_2.31 | sound/soc/codecs/wm9090.c | 2918 | 21328 | /*
* ALSA SoC WM9090 driver
*
* Copyright 2009, 2010 Wolfson Microelectronics
*
* 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 Free Softwar... | gpl-2.0 |
wulsic/android_kernel_samsung_nevispcm11 | arch/alpha/kernel/irq_alpha.c | 2918 | 6542 | /*
* Alpha specific irq code.
*/
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/irq.h>
#include <linux/kernel_stat.h>
#include <linux/module.h>
#include <asm/machvec.h>
#include <asm/dma.h>
#include <asm/perf_event.h>
#include "proto.h"
#include "irq_impl.h"
/* Hack minimum IPL during interrupt ... | gpl-2.0 |
Arc-Team/android_kernel_samsung_afyonlte | drivers/tty/smux_ctl.c | 3686 | 26347 | /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | gpl-2.0 |
SebastianFM/HTC-Rezound-overclocked-kernel | arch/m68k/platform/5206/config.c | 3942 | 3241 | /***************************************************************************/
/*
* linux/arch/m68knommu/platform/5206/config.c
*
* Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
* Copyright (C) 2000-2001, Lineo Inc. (www.lineo.com)
*/
/****************************************************************... | gpl-2.0 |
v-yadli/YadliKernel | arch/powerpc/platforms/pseries/mobility.c | 4710 | 7590 | /*
* Support for Partition Mobility/Migration
*
* Copyright (C) 2010 Nathan Fontenot
* Copyright (C) 2010 IBM 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.
*/
... | gpl-2.0 |
Koshu/thinkpad_tablet_jb_kernel | arch/um/os-Linux/tty.c | 4710 | 1079 | /*
* Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include "kern_constants.h"
#include "kern_util.h"
#include "os.h"
#include "user.h"
struct grantpt_info {
int fd;
int res;
int err... | gpl-2.0 |
blackdeviant/nickless | arch/arm/plat-orion/addr-map.c | 4966 | 4031 | /*
* arch/arm/plat-orion/addr-map.c
*
* Address map functions for Marvell Orion based SoCs
*
* 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>
#inc... | gpl-2.0 |
roguesyko/kernel_asus_grouper | drivers/tty/ipwireless/main.c | 12646 | 8648 | /*
* IPWireless 3G PCMCIA Network Driver
*
* Original code
* by Stephen Blackheath <stephen@blacksapphire.com>,
* Ben Martel <benm@symmetric.co.nz>
*
* Copyrighted as follows:
* Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
*
* Various driver changes and rewrites, port to new kernels
* Copyrigh... | gpl-2.0 |
jepler/odroid-linux | drivers/hv/channel.c | 103 | 22873 | /*
* Copyright (c) 2009, Microsoft Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful,... | gpl-2.0 |
roalex/kernel-msm-3.0 | arch/arm/mach-shmobile/intc-sh7367.c | 103 | 16894 | /*
* sh7367 processor support - INTC hardware block
*
* Copyright (C) 2010 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; version 2 of the License.
*
* This program is d... | gpl-2.0 |
cminyard/linux-fumount | drivers/net/wireless/iwlwifi/iwl-2000.c | 615 | 7136 | /******************************************************************************
*
* Copyright(c) 2008 - 2014 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 Fr... | gpl-2.0 |
inn1983/xbmca10-empatzero | lib/cximage-6.0/jpeg/jdmerge.c | 1639 | 13916 | /*
* jdmerge.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains code for merged upsampling/color conversion.
*
* This file combines functions from jdsampl... | gpl-2.0 |
samno1607/NO-IDEA | drivers/media/video/zc0301/zc0301_pb0330.c | 1639 | 6948 | /***************************************************************************
* Plug-in for PB-0330 image sensor connected to the ZC0301P Image *
* Processor and Control Chip *
* *
* Copyright... | gpl-2.0 |
zeeshanhussain/inazuma-msm8916 | drivers/tty/serial/8250/8250_early.c | 1895 | 7442 | /*
* Early serial console for 8250/16550 devices
*
* (c) Copyright 2004 Hewlett-Packard Development Company, L.P.
* Bjorn Helgaas <bjorn.helgaas@hp.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 |
Pablito2020/alps_kernel_bq_krillin | drivers/clk/mvebu/clk-cpu.c | 2151 | 4419 | /*
* Marvell MVEBU CPU clock handling.
*
* Copyright (C) 2012 Marvell
*
* Gregory CLEMENT <gregory.clement@free-electrons.com>
*
* 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 implie... | gpl-2.0 |
shminer/kernel-msm-3.18 | drivers/media/usb/gspca/nw80x.c | 2151 | 77387 | /*
* DivIO nw80x subdriver
*
* Copyright (C) 2011 Jean-François Moine (http://moinejf.free.fr)
* Copyright (C) 2003 Sylvain Munaut <tnt@246tNt.com>
* Kjell Claesson <keyson@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General P... | gpl-2.0 |
goodhanrry/n9200_goodhanrry_kernel | drivers/block/drbd/drbd_bitmap.c | 2151 | 48372 | /*
drbd_bitmap.c
This file is part of DRBD by Philipp Reisner and Lars Ellenberg.
Copyright (C) 2004-2008, LINBIT Information Technologies GmbH.
Copyright (C) 2004-2008, Philipp Reisner <philipp.reisner@linbit.com>.
Copyright (C) 2004-2008, Lars Ellenberg <lars.ellenberg@linbit.com>.
drbd is free s... | gpl-2.0 |
TeamBliss-Devices/android_kernel_lge_msm8992 | net/sctp/ssnmap.c | 2151 | 3472 | /* SCTP kernel implementation
* Copyright (c) 2003 International Business Machines, Corp.
*
* This file is part of the SCTP kernel implementation
*
* These functions manipulate sctp SSN tracker.
*
* This SCTP implementation is free software;
* you can redistribute it and/or modify it under the terms of
* the G... | gpl-2.0 |
danielstuart14/msm-3.10-8974 | arch/arm/kernel/thumbee.c | 2919 | 2029 | /*
* arch/arm/kernel/thumbee.c
*
* Copyright (C) 2008 ARM Limited
*
* 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... | gpl-2.0 |
AndroidSymmetry/Old_Sparky | net/decnet/dn_rules.c | 3431 | 5558 |
/*
* DECnet An implementation of the DECnet protocol suite for the LINUX
* operating system. DECnet is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* DECnet Routing Forwarding Information Base (Rules)
*
* Author:... | gpl-2.0 |
lyapota/enru-3.1.10-g7f360be | drivers/isdn/pcbit/drv.c | 3431 | 22459 | /*
* PCBIT-D interface with isdn4linux
*
* Copyright (C) 1996 Universidade de Lisboa
*
* Written by Pedro Roque Marques (roque@di.fc.ul.pt)
*
* This software may be used and distributed according to the terms of
* the GNU General Public License, incorporated herein by reference.
*/
/*
* Fixes:
*
* Nuno G... | gpl-2.0 |
whdgmawkd/NindiKernel | drivers/xen/xenfs/super.c | 4967 | 3101 | /*
* xenfs.c - a filesystem for passing info between the a domain and
* the hypervisor.
*
* 2008-10-07 Alex Zeffertt Replaced /proc/xen/xenbus with xenfs filesystem
* and /proc/xen compatibility mount point.
* Turned xenfs into a loadable module.
*/... | gpl-2.0 |
friedrich420/Note-3-AEL-Kernel-SM-N9005_EUR_LL_Opensource_Update2. | drivers/net/wan/cycx_x25.c | 5735 | 45227 | /*
* cycx_x25.c Cyclom 2X WAN Link Driver. X.25 module.
*
* Author: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*
* Copyright: (c) 1998-2003 Arnaldo Carvalho de Melo
*
* Based on sdla_x25.c by Gene Kozin <genek@compuserve.com>
*
* This program is free software; you can redistribute it and/or
* modify it under t... | gpl-2.0 |
Buckmarble/Lunar_kernel_sense_m7 | drivers/net/wan/cycx_drv.c | 5735 | 15188 | /*
* cycx_drv.c Cyclom 2X Support Module.
*
* This module is a library of common hardware specific
* functions used by the Cyclades Cyclom 2X sync card.
*
* Author: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*
* Copyright: (c) 1998-2003 Arnaldo Carvalho de Melo
*
* Based on sdladrv.c by Gene Kozin <genek@compus... | gpl-2.0 |
junkyde/vikinger-stock-kk | drivers/net/wan/cycx_x25.c | 5735 | 45227 | /*
* cycx_x25.c Cyclom 2X WAN Link Driver. X.25 module.
*
* Author: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*
* Copyright: (c) 1998-2003 Arnaldo Carvalho de Melo
*
* Based on sdla_x25.c by Gene Kozin <genek@compuserve.com>
*
* This program is free software; you can redistribute it and/or
* modify it under t... | gpl-2.0 |
Excito/community-b3-kernel | arch/powerpc/platforms/40x/ep405.c | 8039 | 3169 | /*
* Architecture- / platform-specific boot-time initialization code for
* IBM PowerPC 4xx based boards. Adapted from original
* code by Gary Thomas, Cort Dougan <cort@fsmlabs.com>, and Dan Malek
* <dan@net4x.com>.
*
* Copyright(c) 1999-2000 Grant Erickson <grant@lcse.umn.edu>
*
* Rewritten and ported to the me... | gpl-2.0 |
Abhinav1997/kernel_sony_msm8930 | drivers/mtd/maps/octagon-5066.c | 10343 | 6418 | /* ######################################################################
Octagon 5066 MTD Driver.
The Octagon 5066 is a SBC based on AMD's 586-WB running at 133 MHZ. It
comes with a builtin AMD 29F016 flash chip and a socketed EEPROM that
is replacable by flash. Both units are mapped through a multiplexe... | gpl-2.0 |
championswimmer/kernel_sony_msm8960t | arch/sh/lib/delay.c | 12135 | 1067 | /*
* Precise Delay Loops for SuperH
*
* Copyright (C) 1999 Niibe Yutaka & Kaz Kojima
*/
#include <linux/sched.h>
#include <linux/delay.h>
void __delay(unsigned long loops)
{
__asm__ __volatile__(
/*
* ST40-300 appears to have an issue with this code,
* normally taking two cycles each loop, as with all
... | gpl-2.0 |
GustavoRD78/78Kernel-Xperia-Mini | drivers/platform/x86/acer-wmi.c | 360 | 30575 | /*
* Acer WMI Laptop Extras
*
* Copyright (C) 2007-2009 Carlos Corbacho <carlos@strangeworlds.co.uk>
*
* Based on acer_acpi:
* Copyright (C) 2005-2007 E.M. Smith
* Copyright (C) 2007-2008 Carlos Corbacho <cathectic@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
*... | gpl-2.0 |
manabian/linux-lpc | drivers/tty/serial/8250/serial_cs.c | 360 | 30004 | /*======================================================================
A driver for PCMCIA serial devices
serial_cs.c 1.134 2002/05/04 05:48:53
The contents of this file are subject to the Mozilla Public
License Version 1.1 (the "License"); you may not use this file
except in compliance with th... | gpl-2.0 |
andrewwrightt/kernel_moto_shamu | arch/x86/net/bpf_jit_comp.c | 360 | 22065 | /* bpf_jit_comp.c : BPF JIT compiler
*
* Copyright (C) 2011-2013 Eric Dumazet (eric.dumazet@gmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; version 2
* of the License.
*/
#i... | gpl-2.0 |
priyatransbit/linux | arch/s390/kernel/early.c | 616 | 11260 | /*
* Copyright IBM Corp. 2007, 2009
* Author(s): Hongjie Yang <hongjie@us.ibm.com>,
* Heiko Carstens <heiko.carstens@de.ibm.com>
*/
#define KMSG_COMPONENT "setup"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/compiler.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/string... | gpl-2.0 |
KangBangKreations/KangBanged-Kernel | arch/sparc/kernel/pcic.c | 2152 | 24930 | /*
* pcic.c: MicroSPARC-IIep PCI controller support
*
* Copyright (C) 1998 V. Roganov and G. Raiko
*
* Code is derived from Ultra/PCI PSYCHO controller support, see that
* for author info.
*
* Support for diverse IIep based platforms by Pete Zaitcev.
* CP-1200 by Eric Brower.
*/
#include <linux/kernel.h>
#in... | gpl-2.0 |
aureljared/pulsar | drivers/net/pci-skeleton.c | 2920 | 51033 | /*
drivers/net/pci-skeleton.c
Maintained by Jeff Garzik <jgarzik@pobox.com>
Original code came from 8139too.c, which in turns was based
originally on Donald Becker's rtl8139.c driver, versions 1.11
and older. This driver was originally based on rtl8139.c
version 1.07. Header of rtl8139.c version 1.11:
----... | gpl-2.0 |
sonicxml/furry-octo-lana | drivers/net/3c527.c | 2920 | 43125 | /* 3c527.c: 3Com Etherlink/MC32 driver for Linux 2.4 and 2.6.
*
* (c) Copyright 1998 Red Hat Software Inc
* Written by Alan Cox.
* Further debugging by Carl Drougge.
* Initial SMP support by Felipe W Damasio <felipewd@terra.com.br>
* Heavily modified by Richard Procter <rnp@paradise.net.nz>
*
* Based ... | gpl-2.0 |
Jackeagle/CAF-Kernel | net/bridge/br_stp_if.c | 3688 | 7577 | /*
* Spanning tree protocol; interface code
* Linux ethernet bridge
*
* Authors:
* Lennert Buytenhek <buytenh@gnu.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
... | gpl-2.0 |
mseskir/android_kernel_vestel_g55 | drivers/hwspinlock/u8500_hsem.c | 5224 | 5046 | /*
* u8500 HWSEM driver
*
* Copyright (C) 2010-2011 ST-Ericsson
*
* Implements u8500 semaphore handling for protocol 1, no interrupts.
*
* Author: Mathieu Poirier <mathieu.poirier@linaro.org>
* Heavily borrowed from the work of :
* Simon Que <sque@ti.com>
* Hari Kanigeri <h-kanigeri2@ti.com>
* Ohad Ben... | gpl-2.0 |
CallMeAldy/kernel_lge_mako | arch/sparc/prom/tree_32.c | 12136 | 7216 | /*
* tree.c: Basic device tree traversal/scanning for the Linux
* prom library.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#include <linux/string.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/ctype.h>
#include <linux/module.h>
#incl... | gpl-2.0 |
sultanxda/android_kernel_oneplus_bacon-3.10 | arch/mips/fw/arc/tree.c | 12136 | 3220 | /*
* 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.
*
* PROM component device tree code.
*
* Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1999 Ralf Baechle (ralf@g... | gpl-2.0 |
jokerfr9/DragonsKernel_Kylessopen | net/llc/llc_s_st.c | 13416 | 5815 | /*
* llc_s_st.c - Defines SAP component state machine transitions.
*
* The followed transitions are SAP component state machine transitions
* which are described in 802.2 LLC protocol standard document.
*
* Copyright (c) 1997 by Procom Technology, Inc.
* 2001-2003 by Arnaldo Carvalho de Melo <acme@conectiva.co... | gpl-2.0 |
jindavo/Jinda-G920W8 | kernel/sysctl.c | 105 | 62728 | /*
* sysctl.c: General linux system control interface
*
* Begun 24 March 1995, Stephen Tweedie
* Added /proc support, Dec 1995
* Added bdflush entry and intvec min/max checking, 2/23/96, Tom Dyas.
* Added hooks for /proc/sys/net (minor, minor patch), 96/4/1, Mike Shaver.
* Added kernel/java-{interpreter,appletvi... | gpl-2.0 |
yulang/linux-2.6.39.2_tcp_lab | drivers/cpufreq/cpufreq_stats.c | 105 | 10250 | /*
* drivers/cpufreq/cpufreq_stats.c
*
* Copyright (C) 2003-2004 Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>.
* (C) 2004 Zou Nan hai <nanhai.zou@intel.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
* p... | gpl-2.0 |
friedrich420/N4-AEL-KERNEL-LOLLIPOP | sound/soc/msm/qdsp6v2/msm-pcm-voip-v2.c | 105 | 38382 | /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | gpl-2.0 |
gic4107/HSA-linux | drivers/extcon/extcon-adc-jack.c | 361 | 5064 | /*
* drivers/extcon/extcon-adc-jack.c
*
* Analog Jack extcon driver with ADC-based detection capability.
*
* Copyright (C) 2012 Samsung Electronics
* MyungJoo Ham <myungjoo.ham@samsung.com>
*
* Modified for calling to IIO to get adc by <anish.singh@samsung.com>
*
* This program is free software; you can redis... | gpl-2.0 |
fcooper/sitara-ti-linux-kernel | arch/powerpc/kvm/44x.c | 361 | 5691 | /*
* 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 |
npf-ati/linux-2.6-imx | drivers/net/ethernet/broadcom/bnx2.c | 617 | 220568 | /* bnx2.c: QLogic bnx2 network driver.
*
* Copyright (c) 2004-2014 Broadcom Corporation
* Copyright (c) 2014-2015 QLogic 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.
*
... | gpl-2.0 |
rpcraig/x86-kernel-seandroid | drivers/net/wireless/ath/ath9k/ar9003_calib.c | 617 | 25374 | /*
* 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 |
LEPT-Development/Android_kernel_lge_C50 | arch/arm/mach-davinci/devices.c | 873 | 8432 | /*
* mach-davinci/devices.c
*
* DaVinci platform device setup/initialization
*
* 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 ... | gpl-2.0 |
kenrestivo/linux | fs/jffs2/acl.c | 1385 | 6927 | /*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright © 2006 NEC Corporation
*
* Created by KaiGai Kohei <kaigai@ak.jp.nec.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h>
#include <linux/... | gpl-2.0 |
links234/qr-linux-kernel | drivers/usb/c67x00/c67x00-ll-hpi.c | 2153 | 12492 | /*
* c67x00-ll-hpi.c: Cypress C67X00 USB Low level interface using HPI
*
* Copyright (C) 2006-2008 Barco N.V.
* Derived from the Cypress cy7c67200/300 ezusb linux driver and
* based on multiple host controller drivers inside the linux kernel.
*
* This program is free software; you can redistribute it and/o... | gpl-2.0 |
Razdroid/razdroid-kernel | drivers/net/wireless/rtl818x/rtl8180/dev.c | 2153 | 33024 |
/*
* Linux device driver for RTL8180 / RTL8185
*
* Copyright 2007 Michael Wu <flamingice@sourmilk.net>
* Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
*
* Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al.
*
* Thanks to Realtek for their support!
*... | gpl-2.0 |
Split-Screen/android_kernel_yu_msm8916 | net/nfc/hci/command.c | 2409 | 9443 | /*
* Copyright (C) 2012 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.... | gpl-2.0 |
rickyzhang82/bbb-linux | drivers/oprofile/oprofile_stats.c | 2665 | 2303 | /**
* @file oprofile_stats.c
*
* @remark Copyright 2002 OProfile authors
* @remark Read the file COPYING
*
* @author John Levon
*/
#include <linux/oprofile.h>
#include <linux/smp.h>
#include <linux/cpumask.h>
#include <linux/threads.h>
#include "oprofile_stats.h"
#include "cpu_buffer.h"
struct oprofile_stat_s... | gpl-2.0 |
Stane1983/buildroot-linux-kernel-m6 | drivers/staging/rtl8192e/ieee80211/rtl819x_HTProc.c | 2921 | 57817 |
//As this function is mainly ported from Windows driver, so leave the name little changed. If any confusion caused, tell me. Created by WB. 2008.05.08
#include "ieee80211.h"
#include "rtl819x_HT.h"
u8 MCS_FILTER_ALL[16] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};... | gpl-2.0 |
munjeni/stock_jb_kexec_kernel_for_locked_bootloader | drivers/net/3c501.c | 2921 | 23839 | /* 3c501.c: A 3Com 3c501 Ethernet driver for Linux. */
/*
Written 1992,1993,1994 Donald Becker
Copyright 1993 United States Government as represented by the
Director, National Security Agency. This software may be used and
distributed according to the terms of the GNU General Public License,
inco... | gpl-2.0 |
thermatk/N8000 | drivers/tty/isicom.c | 2921 | 42463 | /*
* 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.
*
* Original driver code supplied by Multi-Tech
*
* Changes
... | gpl-2.0 |
peat-psuwit/android_kernel_lge_w7ds | arch/sh/kernel/traps.c | 4457 | 2262 | #include <linux/bug.h>
#include <linux/io.h>
#include <linux/types.h>
#include <linux/kdebug.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/uaccess.h>
#include <linux/hardirq.h>
#include <asm/unwinder.h>
#include <asm/traps.h>
#ifdef CONFIG_GENERIC_BUG
static void handle_BUG(struct pt_regs *regs... | gpl-2.0 |
Red680812/android_442_KitKat_kernel_htc_dlxub1 | arch/sh/kernel/traps.c | 4457 | 2262 | #include <linux/bug.h>
#include <linux/io.h>
#include <linux/types.h>
#include <linux/kdebug.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/uaccess.h>
#include <linux/hardirq.h>
#include <asm/unwinder.h>
#include <asm/traps.h>
#ifdef CONFIG_GENERIC_BUG
static void handle_BUG(struct pt_regs *regs... | gpl-2.0 |
horuscentro/android_kernel_motorola_msm8226 | 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 |
arnavgosain/msm8x27 | fs/btrfs/super.c | 4713 | 40984 | /*
* Copyright (C) 2007 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License v2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHO... | gpl-2.0 |
mkey-mi/android_kernel_zte_8x25q | net/mac80211/led.c | 5225 | 8121 | /*
* Copyright 2006, Johannes Berg <johannes@sipsolutions.net>
*
* 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.
*/
/* just for IFNAMSIZ */
#include <linux/if.h>
#include <linux... | gpl-2.0 |
zcop/android_kernel_htc_msm8960 | arch/mips/powertv/memory.c | 7785 | 9777 | /*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
* Portions copyright (C) 2009 Cisco Systems, Inc.
*
* 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
* pub... | gpl-2.0 |
ghsr/android_kernel_samsung_galaxys2plus-common | drivers/gpu/drm/drm_info.c | 8041 | 9080 | /**
* \file drm_info.c
* DRM info file implementations
*
* \author Ben Gamari <bgamari@gmail.com>
*/
/*
* Created: Sun Dec 21 13:09:50 2008 by bgamari@gmail.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* Copyright 2008 Ben ... | gpl-2.0 |
AudioGod/Gods-Kernel-Huawei-Angler | arch/arm/kernel/isa.c | 12137 | 1662 | /*
* linux/arch/arm/kernel/isa.c
*
* Copyright (C) 1999 Phil Blundell
*
* 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 |
vic-nation/android_kernel_gogh | fs/jfs/jfs_uniupr.c | 14953 | 7707 | /*
* Copyright (C) International Business Machines Corp., 2000-2002
*
* 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 ... | gpl-2.0 |
sfagmenos/ker | mm/zswap.c | 106 | 32726 | /*
* zswap.c - zswap driver file
*
* zswap is a backend for frontswap that takes pages that are in the process
* of being swapped out and attempts to compress and store them in a
* RAM-based memory pool. This can result in a significant I/O reduction on
* the swap device and, in the case where decompressing from... | gpl-2.0 |
johnhubbard/pnotify-linux-3.12.20 | drivers/isdn/hisax/hfc_pci.c | 106 | 54569 | /* $Id: hfc_pci.c,v 1.48.2.4 2004/02/11 13:21:33 keil Exp $
*
* low level driver for CCD's hfc-pci based cards
*
* Author Werner Cornelius
* based on existing driver for CCD hfc ISA cards
* Copyright by Werner Cornelius <werner@isdn4linux.de>
* by Karsten Keil <keil@isdn4... | gpl-2.0 |
charles1018/kernel_blu_spark | drivers/media/platform/msm/camera_v1/flash/sgm3141.c | 362 | 2648 | /* 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 |
mifl/android_kernel_pantech_ef45k | drivers/bluetooth/bluesleep.c | 618 | 18562 | /*
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.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Softw... | gpl-2.0 |
virt2real/v2r_kernel | security/keys/permission.c | 618 | 2872 | /* permission.c: key permission determination
*
* Copyright (C) 2005 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 Softw... | gpl-2.0 |
Desterly/android_kernel_motorola_msm8994 | drivers/gpu/drm/nouveau/core/subdev/mc/nv98.c | 1898 | 2381 | /*
* Copyright 2012 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 |
lookflying/linux-kernel | drivers/mfd/tc3589x.c | 2154 | 10510 | /*
* Copyright (C) ST-Ericsson SA 2010
*
* License Terms: GNU General Public License, version 2
* Author: Hanumath Prasad <hanumath.prasad@stericsson.com> for ST-Ericsson
* Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
*/
#include <linux/module.h>
#include <linux/interrupt.h>
#include <lin... | gpl-2.0 |
utilite-computer/linux-kernel-3.0 | drivers/tty/serial/lantiq.c | 2410 | 18037 | /*
* Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
*
* 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 wil... | gpl-2.0 |
dkthompson/bricked-pyramid-3.0_own | drivers/isdn/gigaset/ser-gigaset.c | 3178 | 18754 | /* This is the serial hardware link layer (HLL) for the Gigaset 307x isdn
* DECT base (aka Sinus 45 isdn) using the RS232 DECT data module M101,
* written as a line discipline.
*
* =====================================================================
* This program is free software; you can redistribute it and/or
... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.