repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
BSydz/Triumph-Sharp-2.2.2-Custom-Kernel | net/irda/irlmp.c | 736 | 55640 | /*********************************************************************
*
* Filename: irlmp.c
* Version: 1.0
* Description: IrDA Link Management Protocol (LMP) layer
* Status: Stable.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Sun Aug 17 20:54:32 1997
* Modified at: Wed ... | gpl-2.0 |
drsn0w/android_kernel_zte_msm7627 | drivers/mtd/maps/vmax301.c | 1248 | 5349 | /* ######################################################################
Tempustech VMAX SBC301 MTD Driver.
The VMAx 301 is a SBC based on . It
comes with three builtin AMD 29F016B flash chips and a socket for SRAM or
more flash. Each unit has it's own 8k mapping into a settable region
(0xD8000). Ther... | gpl-2.0 |
aduggan/linux | lib/smp_processor_id.c | 1760 | 1380 | /*
* lib/smp_processor_id.c
*
* DEBUG_PREEMPT variant of smp_processor_id().
*/
#include <linux/export.h>
#include <linux/kallsyms.h>
#include <linux/sched.h>
notrace static unsigned int check_preemption_disabled(const char *what1,
const char *what2)
{
int this_cpu = raw_smp_processor_id();
if (likely(pr... | gpl-2.0 |
hwanju/demand-cosched | net/ipv6/mip6.c | 1760 | 13638 | /*
* Copyright (C)2003-2006 Helsinki University of Technology
* Copyright (C)2003-2006 USAGI/WIDE Project
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License,... | gpl-2.0 |
johnhubbard/pnotify-linux-3.12.20 | drivers/spi/spi-pxa2xx-pci.c | 2272 | 1948 | /*
* CE4100's SPI device is more or less the same one as found on PXA
*
*/
#include <linux/pci.h>
#include <linux/platform_device.h>
#include <linux/of_device.h>
#include <linux/module.h>
#include <linux/spi/pxa2xx_spi.h>
static int ce4100_spi_probe(struct pci_dev *dev,
const struct pci_device_id *ent)
{
struct ... | gpl-2.0 |
BlackBox-Kernel/blackbox_lettuce_n | arch/mips/pmcs-msp71xx/msp_irq_cic.c | 2528 | 5143 | /*
* Copyright 2010 PMC-Sierra, Inc, derived from irq_cpu.c
*
* This file define the irq handler for MSP CIC subsystem interrupts.
*
* 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; eit... | gpl-2.0 |
dpoman76/android_kernel_lge_msm8226 | drivers/gpio/pm8xxx-gpio.c | 3040 | 11939 | /* Copyright (c) 2011-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 |
faux123/AK-OnePone | arch/ia64/kernel/perfmon.c | 4320 | 172383 | /*
* This file implements the perfmon-2 subsystem which is used
* to program the IA-64 Performance Monitoring Unit (PMU).
*
* The initial version of perfmon.c was written by
* Ganesh Venkitachalam, IBM Corp.
*
* Then it was modified for perfmon-1.x by Stephane Eranian and
* David Mosberger, Hewlett Packard Co.
... | gpl-2.0 |
Klagopsalmer/linux | arch/um/os-Linux/irq.c | 4576 | 2881 | /*
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <stdlib.h>
#include <errno.h>
#include <poll.h>
#include <signal.h>
#include <string.h>
#include <irq_user.h>
#include <os.h>
#include <um_malloc.h>
/*
* Locked by irq_lock in arch/um/kernel/irq.c. Cha... | gpl-2.0 |
henrix/beagle-linux | arch/um/os-Linux/irq.c | 4576 | 2881 | /*
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <stdlib.h>
#include <errno.h>
#include <poll.h>
#include <signal.h>
#include <string.h>
#include <irq_user.h>
#include <os.h>
#include <um_malloc.h>
/*
* Locked by irq_lock in arch/um/kernel/irq.c. Cha... | gpl-2.0 |
CobraDroid/android_kernel_goldfish | arch/arm/mach-imx/mach-cpuimx51.c | 4832 | 8429 | /*
*
* Copyright (C) 2010 Eric Bénard <eric@eukrea.com>
*
* based on board-mx51_babbage.c which is
* Copyright 2009 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
* L... | gpl-2.0 |
linino/kernel_3.3.8 | drivers/video/omap2/dss/hdmi_panel.c | 5088 | 5240 | /*
* hdmi_panel.c
*
* HDMI library support functions for TI OMAP4 processors.
*
* Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/
* Authors: Mythri P k <mythripk@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 |
acuicultor/android_kernel_oneplus_msm8974-1 | drivers/net/can/softing/softing_fw.c | 5600 | 18790 | /*
* Copyright (C) 2008-2010
*
* - Kurt Van Dijck, EIA Electronics
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the version 2 of the GNU General Public License
* as published by the Free Software Foundation
*
* This program is distributed in the hope that it ... | gpl-2.0 |
boulzordev/android_kernel_motorola_msm8916 | drivers/net/arcnet/com20020.c | 8160 | 10293 | /*
* Linux ARCnet driver - COM20020 chipset support
*
* Written 1997 by David Woodhouse.
* Written 1994-1999 by Avery Pennarun.
* Written 1999 by Martin Mares <mj@ucw.cz>.
* Derived from skeleton.c by Donald Becker.
*
* Special thanks to Contemporary Controls, Inc. (www.ccontrols.com)
* for sponsoring the fu... | gpl-2.0 |
netico-solutions/linux-am335x-xeno | drivers/net/wimax/i2400m/sdio-fw.c | 9184 | 7208 | /*
* Intel Wireless WiMAX Connection 2400m
* Firmware uploader's SDIO specifics
*
*
* Copyright (C) 2007-2008 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * ... | gpl-2.0 |
willcharlton/linux | arch/arm/kernel/perf_event_v7.c | 225 | 58701 | /*
* ARMv7 Cortex-A8 and Cortex-A9 Performance Events handling code.
*
* ARMv7 support: Jean Pihet <jpihet@mvista.com>
* 2010 (c) MontaVista Software, LLC.
*
* Copied from ARMv6 code, with the low level code inspired
* by the ARMv7 Oprofile code.
*
* Cortex-A8 has up to 4 configurable performance counters and... | gpl-2.0 |
gohai/linux-vc4 | drivers/iio/accel/hid-sensor-accel-3d.c | 225 | 12265 | /*
* HID Sensors Driver
* Copyright (c) 2012, 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 ... | gpl-2.0 |
jdlfg/Mecha-kernel-jdlfg | drivers/net/cxgb3/l2t.c | 737 | 12701 | /*
* Copyright (c) 2003-2008 Chelsio, 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) Version 2, available from the file
* COPYING in the main directory of this source ... | gpl-2.0 |
paxchristos/R800x-2.3.3-Kernel | arch/powerpc/platforms/ps3/spu.c | 737 | 15474 | /*
* PS3 Platform spu 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 t... | gpl-2.0 |
Scorpio92/linux_kernel_3.18.5 | arch/x86/kernel/cpu/perf_event_amd_iommu.c | 993 | 13894 | /*
* Copyright (C) 2013 Advanced Micro Devices, Inc.
*
* Author: Steven Kinney <Steven.Kinney@amd.com>
* Author: Suravee Suthikulpanit <Suraveee.Suthikulpanit@amd.com>
*
* Perf: amd_iommu - AMD IOMMU Performance Counter PMU implementation
*
* This program is free software; you can redistribute it and/or modify
... | gpl-2.0 |
droidzone/Supernova-Kernel | drivers/drivers/scsi/bfa/bfa_cee.c | 993 | 12608 | /*
* Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 a... | gpl-2.0 |
tbalden/One_X-2.6.39.4 | arch/arm/mach-s3c64xx/irq.c | 1249 | 1733 | /* arch/arm/plat-s3c64xx/irq.c
*
* Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/
*
* S3C64XX - Interrupt handling
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN... | gpl-2.0 |
supersonicninja/HW01EKERNEL | arch/arm/mach-lpc32xx/clock.c | 2529 | 30574 | /*
* arch/arm/mach-lpc32xx/clock.c
*
* Author: Kevin Wells <kevin.wells@nxp.com>
*
* Copyright (C) 2010 NXP Semiconductors
*
* 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 |
shukiz/VAR-SOM-AM43-SDK7_1-KERNEL-3-12 | arch/x86/kernel/apic/apic_noop.c | 2529 | 4699 | /*
* NOOP APIC driver.
*
* Does almost nothing and should be substituted by a real apic driver via
* probe routine.
*
* Though in case if apic is disabled (for some reason) we try
* to not uglify the caller's code and allow to call (some) apic routines
* like self-ipi, etc...
*/
#include <linux/threads.h>
#in... | gpl-2.0 |
silverbullettechnology/linux-adi | arch/arm/mach-s3c24xx/dma-s3c2410.c | 2529 | 4481 | /* linux/arch/arm/mach-s3c2410/dma.c
*
* Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2410 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 |
EmbeddedAtUM/panappticon-kernel | drivers/video/via/lcd.c | 2785 | 33651 | /*
* Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2008 S3 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;
* either ... | gpl-2.0 |
kozmikkick/kozmikvigor | drivers/media/dvb/frontends/stv0288.c | 2785 | 13891 | /*
Driver for ST STV0288 demodulator
Copyright (C) 2006 Georg Acher, BayCom GmbH, acher (at) baycom (dot) de
for Reel Multimedia
Copyright (C) 2008 TurboSight.com, Bob Liu <bob@turbosight.com>
Copyright (C) 2008 Igor M. Liplianin <liplianin@me.by>
Removed stb6000 specific tuner code and revised some
procedure... | gpl-2.0 |
pst1337/sammy_mkc_boeffla | drivers/hwmon/asb100.c | 3041 | 28551 | /*
asb100.c - Part of lm_sensors, Linux kernel modules for hardware
monitoring
Copyright (C) 2004 Mark M. Hoffman <mhoffman@lightlink.com>
(derived from w83781d.c)
Copyright (C) 1998 - 2003 Frodo Looijaard <frodol@dds.nl>,
Philip Edelbrock <phil@netroedge.com>, and
Mark Studebaker <mds... | gpl-2.0 |
sultanxda/android_kernel_asus_grouper-old | drivers/acpi/acpica/evxface.c | 3041 | 28409 | /******************************************************************************
*
* Module Name: evxface - External interfaces for ACPI events
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Redistribution a... | gpl-2.0 |
omnirom/android_kernel_asus_tegra3 | drivers/net/wireless/libertas_tf/if_usb.c | 3041 | 23786 | /*
* Copyright (C) 2008, cozybit Inc.
* Copyright (C) 2003-2006, Marvell International Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at
... | gpl-2.0 |
jstotero/Old_Cucciolone | drivers/hwmon/smsc47m192.c | 4321 | 21227 | /*
smsc47m192.c - Support for hardware monitoring block of
SMSC LPC47M192 and compatible Super I/O chips
Copyright (C) 2006 Hartmut Rick <linux@rick.claranet.de>
Derived from lm78.c and other chip drivers.
This program is free software; you can redistribute it and/or modify
it... | gpl-2.0 |
robutest/uclinux | drivers/hwmon/smsc47m192.c | 4321 | 21227 | /*
smsc47m192.c - Support for hardware monitoring block of
SMSC LPC47M192 and compatible Super I/O chips
Copyright (C) 2006 Hartmut Rick <linux@rick.claranet.de>
Derived from lm78.c and other chip drivers.
This program is free software; you can redistribute it and/or modify
it... | gpl-2.0 |
friedrich420/HTC-ONE-M7-AEL-Kernel-5.0.2 | fs/jfs/namei.c | 4833 | 38032 | /*
* Copyright (C) International Business Machines Corp., 2000-2004
* Portions Copyright (C) Christoph Hellwig, 2001-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; eithe... | gpl-2.0 |
laufersteppenwolf/android_kernel_samsung_lt02 | net/ax25/ax25_ds_timer.c | 5089 | 5936 | /*
* 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.
*
* Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.u... | gpl-2.0 |
omega-roms/N9005_Omega_Kernel_KK_4.4.2 | drivers/staging/tidspbridge/pmgr/dbll.c | 5089 | 36583 | /*
* dbll.c
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
* This package is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Fou... | gpl-2.0 |
elkay/LK_DNA_2 | drivers/net/ethernet/8390/ac3200.c | 5089 | 11825 | /* ac3200.c: A driver for the Ansel Communications EISA ethernet adaptor. */
/*
Written 1993, 1994 by Donald Becker.
Copyright 1993 United States Government as represented by the Director,
National Security Agency. This software may only be used and distributed
according to the terms of the GNU General Public Lice... | gpl-2.0 |
aospo/platform_kernel_oneplus_msm8974 | drivers/net/ethernet/8390/hp.c | 5089 | 13223 | /* hp.c: A HP LAN ethernet driver for linux. */
/*
Written 1993-94 by 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, incorporated herein by referen... | gpl-2.0 |
sebirdman/m7_kernel | drivers/gpu/drm/nouveau/nouveau_sgdma.c | 5345 | 11558 | #include "drmP.h"
#include "nouveau_drv.h"
#include <linux/pagemap.h>
#include <linux/slab.h>
#define NV_CTXDMA_PAGE_SHIFT 12
#define NV_CTXDMA_PAGE_SIZE (1 << NV_CTXDMA_PAGE_SHIFT)
#define NV_CTXDMA_PAGE_MASK (NV_CTXDMA_PAGE_SIZE - 1)
struct nouveau_sgdma_be {
/* this has to be the first field so populate/unpopul... | gpl-2.0 |
RobBrownNZ/android_kernel_zuk_z2_plus | sound/core/seq/seq_info.c | 8929 | 2091 | /*
* ALSA sequencer /proc interface
* Copyright (c) 1998 by Frank van de Pol <fvdpol@coil.demon.nl>
*
*
* 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 L... | gpl-2.0 |
kozmikkick/tripndroid-endeavoru-3.4 | arch/mn10300/kernel/ptrace.c | 8929 | 9827 | /* MN10300 Process tracing
*
* Copyright (C) 2007 Matsushita Electric Industrial Co., Ltd.
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Modified 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 Pub... | gpl-2.0 |
MoKee/android_kernel_samsung_piranha | arch/sparc/kernel/sparc_ksyms_32.c | 9185 | 1127 | /*
* arch/sparc/kernel/ksyms.c: Sparc specific ksyms support.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be)
*/
#include <linux/module.h>
#include <linux/init.h>
#include <asm/pgtable.h>
#include <asm/uaccess.h>
#include <asm/delay.h>
#include <... | gpl-2.0 |
SatrioDwiPrabowo/Intuisy-Kernel-3.0.xx | net/irda/irlan/irlan_provider_event.c | 13281 | 6419 | /*********************************************************************
*
* Filename: irlan_provider_event.c
* Version: 0.9
* Description: IrLAN provider state machine)
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Sun Aug 31 20:14:37 1997
* Modified a... | gpl-2.0 |
onenonlycasper/android_kernel_htc_flounder | drivers/uwb/drp-avail.c | 14817 | 8822 | /*
* Ultra Wide Band
* DRP availability management
*
* Copyright (C) 2005-2006 Intel Corporation
* Reinette Chatre <reinette.chatre@intel.com>
* Copyright (C) 2008 Cambridge Silicon Radio Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publi... | gpl-2.0 |
jyizheng/net-next-nuse-old | drivers/iio/light/ltr501.c | 226 | 11138 | /*
* ltr501.c - Support for Lite-On LTR501 ambient light and proximity sensor
*
* Copyright 2014 Peter Meerwald <pmeerw@pmeerw.net>
*
* This file is subject to the terms and conditions of version 2 of
* the GNU General Public License. See the file COPYING in the main
* directory of this archive for more details... | gpl-2.0 |
vkomenda/linux-sunxi | sound/pci/hda/hda_i915.c | 482 | 2963 | /*
* hda_i915.c - routines for Haswell HDA controller power well support
*
* 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 l... | gpl-2.0 |
j1nx/Amlogic-reff16-kernel | arch/powerpc/platforms/powermac/cpufreq_32.c | 738 | 18598 | /*
* Copyright (C) 2002 - 2005 Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Copyright (C) 2004 John Steele Scott <toojays@toojays.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 Fre... | gpl-2.0 |
opinsys/opinsys-linux | drivers/regulator/anatop-regulator.c | 2274 | 7480 | /*
* Copyright (C) 2011 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any... | gpl-2.0 |
sktjdgns1189/android_kernel_samsung_SHV-E110S | drivers/ata/sata_fsl.c | 2530 | 38979 | /*
* drivers/ata/sata_fsl.c
*
* Freescale 3.0Gbps SATA device driver
*
* Author: Ashish Kalra <ashish.kalra@freescale.com>
* Li Yang <leoli@freescale.com>
*
* Copyright (c) 2006-2007, 2011 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the ... | gpl-2.0 |
cretin45/htc-kernel-ruby | drivers/net/wan/z85230.c | 2530 | 40075 | /*
* 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.
*
* (c) Copyright 1998 Alan Cox <alan@lxorguk.ukuu.org.uk>
* (... | gpl-2.0 |
CyanogenMod/sony-kernel-u8500 | drivers/media/common/saa7146_core.c | 2786 | 15358 | /*
saa7146.o - driver for generic saa7146-based hardware
Copyright (C) 1998-2003 Michael Hunold <michael@mihu.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... | gpl-2.0 |
DevSwift/Iglo-3.4 | arch/m68k/kernel/traps.c | 4578 | 31088 | /*
* linux/arch/m68k/kernel/traps.c
*
* Copyright (C) 1993, 1994 by Hamish Macdonald
*
* 68040 fixes by Michael Rausch
* 68040 fixes by Martin Apel
* 68040 fixes and writeback by Richard Zidlicky
* 68060 fixes by Roman Hodek
* 68060 fixes by Jesper Skov
*
* This file is subject to the terms and condit... | gpl-2.0 |
shugaoye/goldfish | sound/drivers/opl3/opl3_seq.c | 4834 | 7609 | /*
* Copyright (c) by Uros Bizjak <uros@kss-loka.si>
*
* Midi Sequencer interface routines for OPL2/OPL3/OPL4 FM
*
* OPL2/3 FM instrument loader:
* alsa-tools/seq/sbiload/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as... | gpl-2.0 |
Lolzen/kernel_mako | arch/arm/mach-u300/i2c.c | 4834 | 7155 | /*
* arch/arm/mach-u300/i2c.c
*
* Copyright (C) 2009 ST-Ericsson AB
* License terms: GNU General Public License (GPL) version 2
*
* Register board i2c devices
* Author: Linus Walleij <linus.walleij@stericsson.com>
*/
#include <linux/kernel.h>
#include <linux/i2c.h>
#include <linux/mfd/abx500.h>
#include <linux/... | gpl-2.0 |
DutchDanny/kernel_kk443_sense_m8ace | drivers/staging/tidspbridge/core/msg_sm.c | 5090 | 15328 | /*
* msg_sm.c
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Implements upper edge functions for Bridge message module.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
* This package is free software; you can redistribute it and/or modify
* it under the terms of the GNU General... | gpl-2.0 |
Evervolv/android_kernel_hp_tenderloin | drivers/net/wireless/airo_cs.c | 5090 | 6788 | /*======================================================================
Aironet driver for 4500 and 4800 series cards
This code is released under both the GPL version 2 and BSD licenses.
Either license may be used. The respective licenses are found at
the end of this file.
This code was develop... | gpl-2.0 |
jamieg71/android_kernel_lge_hammerhead | drivers/misc/altera-stapl/altera.c | 8162 | 57451 | /*
* altera.c
*
* altera FPGA driver
*
* Copyright (C) Altera Corporation 1998-2001
* 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 Lice... | gpl-2.0 |
deanz93/android_kernel_sony_apq8064 | arch/sh/kernel/cpu/sh4/clock-sh4.c | 9186 | 1997 | /*
* arch/sh/kernel/cpu/sh4/clock-sh4.c
*
* Generic SH-4 support for the clock framework
*
* Copyright (C) 2005 Paul Mundt
*
* FRQCR parsing hacked out of arch/sh/kernel/time.c
*
* Copyright (C) 1999 Tetsuya Okada & Niibe Yutaka
* Copyright (C) 2000 Philipp Rumpf <prumpf@tux.org>
* Copyright (C) 2002,... | gpl-2.0 |
fling2/rk3066-kernel | drivers/message/i2o/exec-osm.c | 11746 | 16794 | /*
* Executive OSM
*
* Copyright (C) 1999-2002 Red Hat Software
*
* Written by Alan Cox, Building Number Three Ltd
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of... | gpl-2.0 |
jthornber/linux-2.6 | drivers/staging/lustre/lustre/obdclass/lprocfs_status.c | 227 | 54143 | /*
* GPL HEADER START
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* 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.
*
* This program is distributed... | gpl-2.0 |
arm10c/linux-stable | arch/arm/mach-msm/platsmp.c | 227 | 4064 | /*
* Copyright (C) 2002 ARM Ltd.
* All Rights Reserved
* Copyright (c) 2010, 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 as
* published by the Free Software Foundation.
*/
#i... | gpl-2.0 |
digsig-ng/linux-digsig | drivers/xen/pcpu.c | 483 | 9084 | /******************************************************************************
* pcpu.c
* Management physical cpu in dom0, get pcpu info and provide sys interface
*
* Copyright (c) 2012 Intel Corporation
* Author: Liu, Jinsong <jinsong.liu@intel.com>
* Author: Jiang, Yunhong <yunhong.jiang@intel.com>
*
* This ... | gpl-2.0 |
CyanogenMod/kernel-omap | net/ipv6/xfrm6_policy.c | 483 | 9153 | /*
* xfrm6_policy.c: based on xfrm4_policy.c
*
* Authors:
* Mitsuru KANDA @USAGI
* Kazunori MIYAZAWA @USAGI
* Kunihiro Ishiguro <kunihiro@ipinfusion.com>
* IPv6 support
* YOSHIFUJI Hideaki
* Split up af-specific portion
*
*/
#include <linux/err.h>
#include <linux/kernel.h>
#include <linux/netdevice.h... | gpl-2.0 |
freedesktop-unofficial-mirror/tegra__linux | drivers/gpu/drm/nouveau/core/engine/graph/ctxnve4.c | 483 | 34841 | /*
* 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 |
HSAFoundation/HSA-Drivers-Linux-AMD | src/kernel/drivers/gpu/drm/i915/dvo_ns2501.c | 739 | 21094 | /*
*
* Copyright (c) 2012 Gilles Dartiguelongue, Thomas Richter
*
* 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 li... | gpl-2.0 |
manuelnaranjo/goldenleaf | drivers/char/cs5535_gpio.c | 739 | 6000 | /*
* AMD CS5535/CS5536 GPIO driver.
* Allows a user space process to play with the GPIO pins.
*
* Copyright (c) 2005 Ben Gardner <bgardner@wabtec.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the smems of the GNU General Public License as published by
* the Free Softwa... | gpl-2.0 |
MTDEV-KERNEL/abenagiel-android_kernel_fih_msm7x30 | drivers/net/bsd_comp.c | 1763 | 29587 | /*
* Update: The Berkeley copyright was changed, and the change
* is retroactive to all "true" BSD software (ie everything
* from UCB as opposed to other peoples code that just carried
* the same license). The new copyright doesn't clash with the
* GPL, so the module-only restriction has been removed..
*/
/* Bec... | gpl-2.0 |
futranbg/ef40s-4.0-kernel | drivers/staging/et131x/et131x_netdev.c | 2531 | 20330 | /*
* Agere Systems Inc.
* 10/100/1000 Base-T Ethernet Driver for the ET1301 and ET131x series MACs
*
* Copyright © 2005 Agere Systems Inc.
* All rights reserved.
* http://www.agere.com
*
*------------------------------------------------------------------------------
*
* et131x_netdev.c - Routines and data r... | gpl-2.0 |
TeamEOS/kernel_moto_wingray | fs/jfs/jfs_dmap.c | 2531 | 111578 | /*
* Copyright (C) International Business Machines Corp., 2000-2004
*
* 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 |
chucktr/vigor_aosp_kernel | drivers/media/dvb/frontends/cxd2820r_t2.c | 2787 | 9013 | /*
* Sony CXD2820R demodulator driver
*
* Copyright (C) 2010 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 Software Foundation; either version 2 of the License, or
... | gpl-2.0 |
CaptainThrowback/kernel_htc_e8 | arch/arm/plat-s5p/irq-eint.c | 4579 | 5259 | /* linux/arch/arm/plat-s5p/irq-eint.c
*
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* S5P - IRQ EINT support
*
* 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 So... | gpl-2.0 |
ghosteyezz/linux-study | drivers/macintosh/therm_adt746x.c | 4835 | 16662 | /*
* Device driver for the i2c thermostat found on the iBook G4, Albook G4
*
* Copyright (C) 2003, 2004 Colin Leroy, Rasmus Rohde, Benjamin Herrenschmidt
*
* Documentation from 115254175ADT7467_pra.pdf and 3686221171167ADT7460_b.pdf
* http://www.onsemi.com/PowerSolutions/product.do?id=ADT7467
* http://www.onsemi... | gpl-2.0 |
fus1on/3.4.xx_LG_kernel | drivers/staging/media/go7007/go7007-i2c.c | 5091 | 6350 | /*
* Copyright (C) 2005-2006 Micronas USA 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.
*
* This program is distributed in the hope that it will be useful,
* but WIT... | gpl-2.0 |
DevChun/htc-runnymede-ics-kernel | drivers/staging/comedi/drivers/pcm_common.c | 8419 | 2462 | #include "../comedidev.h"
#include "pcm_common.h"
/*
* 'do_cmdtest' function for an 'INTERRUPT' subdevice. This is for
* the PCM drivers.
*/
int comedi_pcm_cmdtest(struct comedi_device *dev,
struct comedi_subdevice *s, struct comedi_cmd *cmd)
{
int err = 0;
unsigned int tmp;
/* step 1: make sure trigg... | gpl-2.0 |
qhh7812/android_kernel_htc_ville-lp | drivers/media/video/cx2341x.c | 11235 | 56182 | /*
* cx2341x - generic code for cx23415/6/8 based devices
*
* Copyright (C) 2006 Hans Verkuil <hverkuil@xs4all.nl>
*
* 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 |
EnJens/android-tegra-2.6.36-adam | drivers/net/arcnet/arc-rawmode.c | 13283 | 5295 | /*
* Linux ARCnet driver - "raw mode" packet encapsulation (no soft headers)
*
* Written 1994-1999 by Avery Pennarun.
* Derived from skeleton.c by Donald Becker.
*
* Special thanks to Contemporary Controls, Inc. (www.ccontrols.com)
* for sponsoring the further development of this driver.
*
* ****************... | gpl-2.0 |
drod2169/KernelSanders-OMAP | drivers/net/arcnet/arc-rawmode.c | 13283 | 5295 | /*
* Linux ARCnet driver - "raw mode" packet encapsulation (no soft headers)
*
* Written 1994-1999 by Avery Pennarun.
* Derived from skeleton.c by Donald Becker.
*
* Special thanks to Contemporary Controls, Inc. (www.ccontrols.com)
* for sponsoring the further development of this driver.
*
* ****************... | gpl-2.0 |
flar2/m7-GPE-5.0.1 | drivers/net/arcnet/rfc1201.c | 13283 | 16071 | /*
* Linux ARCnet driver - RFC1201 (standard) packet encapsulation
*
* Written 1994-1999 by Avery Pennarun.
* Derived from skeleton.c by Donald Becker.
*
* Special thanks to Contemporary Controls, Inc. (www.ccontrols.com)
* for sponsoring the further development of this driver.
*
* **********************
*
... | gpl-2.0 |
jaapp/android_kernel_samsung_trltexx | drivers/infiniband/hw/cxgb3/cxio_dbg.c | 13795 | 5138 | /*
* Copyright (c) 2006 Chelsio, 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) Version 2, available from the file
* COPYING in the main directory of this source tree,... | gpl-2.0 |
omnirom/android_kernel_htc_m7 | drivers/cpuidle/cpuidle.c | 228 | 8965 | /*
* cpuidle.c - core cpuidle infrastructure
*
* (C) 2006-2007 Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
* Shaohua Li <shaohua.li@intel.com>
* Adam Belay <abelay@novell.com>
*
* This code is licenced under the GPL.
*/
#include <linux/kernel.h>
#include <linux/mutex.h>
#inc... | gpl-2.0 |
dct2012/chromeos-3.14 | sound/pci/korg1212/korg1212.c | 484 | 89390 | /*
* Driver for the Korg 1212 IO PCI card
*
* Copyright (c) 2001 Haroldo Gamal <gamal@alternex.com.br>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Li... | gpl-2.0 |
TeamEOS/kernel_htc_flounder | drivers/net/ethernet/tehuti/tehuti.c | 1764 | 68023 | /*
* Tehuti Networks(R) Network Driver
* ethtool interface implementation
* Copyright (C) 2007 Tehuti Networks Ltd. 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; e... | gpl-2.0 |
dchadic/linux-cmps107 | drivers/crypto/ux500/cryp/cryp.c | 2276 | 12307 | /**
* Copyright (C) ST-Ericsson SA 2010
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
* Author: Jonas Linde <jonas.linde@stericsson.com> for ST-Ericsson.
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-... | gpl-2.0 |
pgielda/linux-zynq | drivers/input/tablet/aiptek.c | 2532 | 63548 | /*
* Native support for the Aiptek HyperPen USB Tablets
* (4000U/5000U/6000U/8000U/12000U)
*
* Copyright (c) 2001 Chris Atenasio <chris@crud.net>
* Copyright (c) 2002-2004 Bryan W. Headley <bwheadley@earthlink.net>
*
* based on wacom.c by
* Vojtech Pavlik <vojtech@suse.cz>
* Andreas Ba... | gpl-2.0 |
loxdegio/Android_kernel_samsung_msm7x27a-1 | drivers/ata/sata_qstor.c | 2532 | 18150 | /*
* sata_qstor.c - Pacific Digital Corporation QStor SATA
*
* Maintained by: Mark Lord <mlord@pobox.com>
*
* Copyright 2005 Pacific Digital Corporation.
* (OSL/GPL code release authorized by Jalil Fadavi).
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms ... | gpl-2.0 |
AndroidSymmetry/android_kernel_moto_shamu | arch/sh/kernel/cpu/sh4a/clock-sh7785.c | 2788 | 5894 | /*
* arch/sh/kernel/cpu/sh4a/clock-sh7785.c
*
* SH7785 support for the clock framework
*
* Copyright (C) 2007 - 2010 Paul Mundt
*
* 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.
*/
#incl... | gpl-2.0 |
sultanxda/sultan-kernel-celox-CAF-3.4 | sound/usb/clock.c | 3044 | 9244 | /*
* Clock domain and sample rate management functions
*
* 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 |
sawdoctor/Note-4-AEL-Kernel | arch/arm/mach-s3c64xx/cpuidle.c | 3044 | 1512 | /* 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 |
kushan02/kushan_kernel | arch/arm/mach-msm/qdsp6v2/snddev_virtual.c | 3556 | 3611 | /* 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 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope... | gpl-2.0 |
VentureROM-L/android_kernel_asus_grouper | drivers/char/ipmi/ipmi_kcs_sm.c | 4324 | 13751 | /*
* ipmi_kcs_sm.c
*
* State machine for handling IPMI KCS interfaces.
*
* Author: MontaVista Software, Inc.
* Corey Minyard <minyard@mvista.com>
* source@mvista.com
*
* Copyright 2002 MontaVista Software Inc.
*
* This program is free software; you can redistribute it and/or modify it
* un... | gpl-2.0 |
Zoldyck07/K.A-Kernel | lib/prio_tree.c | 4580 | 12104 | /*
* lib/prio_tree.c - priority search tree
*
* Copyright (C) 2004, Rajesh Venkatasubramanian <vrajesh@umich.edu>
*
* This file is released under the GPL v2.
*
* Based on the radix priority search tree proposed by Edward M. McCreight
* SIAM Journal of Computing, vol. 14, no.2, pages 257-276, May 1985
*
* 02Fe... | gpl-2.0 |
android-ia/kernel_intel | drivers/net/ethernet/mellanox/mlx4/reset.c | 5604 | 5021 | /*
* Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2007, 2008 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) Ver... | gpl-2.0 |
Shelnutt2/android_kernel_lge_gee_3.4 | drivers/video/console/bitblit.c | 7652 | 10951 | /*
* linux/drivers/video/console/bitblit.c -- BitBlitting Operation
*
* Originally from the 'accel_*' routines in drivers/video/console/fbcon.c
*
* Copyright (C) 2004 Antonino Daplas <adaplas @pol.net>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the fi... | gpl-2.0 |
fivestars/ubuntu-nexus7 | fs/ubifs/shrinker.c | 8164 | 9682 | /*
* This file is part of UBIFS.
*
* 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 t... | gpl-2.0 |
Motorhead1991/rugby_kernel_3.4.24 | arch/parisc/lib/memcpy.c | 8676 | 15736 | /*
* Optimized memory copy routines.
*
* Copyright (C) 2004 Randolph Chung <tausq@debian.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at you... | gpl-2.0 |
LibiSC/BatteryExtenderSGAKernel | drivers/video/omap/lcdc.c | 9188 | 19816 | /*
* OMAP1 internal LCD controller
*
* Copyright (C) 2004 Nokia Corporation
* Author: Imre Deak <imre.deak@nokia.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 o... | gpl-2.0 |
G620s-Development/android_kernel_huawei_g620s | drivers/net/arcnet/com90xx.c | 9700 | 18521 | /*
* Linux ARCnet driver - COM90xx chipset (memory-mapped buffers)
*
* Written 1994-1999 by Avery Pennarun.
* Written 1999 by Martin Mares <mj@ucw.cz>.
* Derived from skeleton.c by Donald Becker.
*
* Special thanks to Contemporary Controls, Inc. (www.ccontrols.com)
* for sponsoring the further development of ... | gpl-2.0 |
PsychoGame/android_kernel_lge_msm8974-caf | arch/x86/lib/csum-wrappers_64.c | 9700 | 3926 | /*
* Copyright 2002, 2003 Andi Kleen, SuSE Labs.
* Subject to the GNU Public License v.2
*
* Wrappers of assembly checksum functions for x86-64.
*/
#include <asm/checksum.h>
#include <linux/module.h>
/**
* csum_partial_copy_from_user - Copy and checksum from user space.
* @src: source address (user space)
* @d... | gpl-2.0 |
wkl/linux-509 | drivers/acpi/fan.c | 229 | 5626 | /*
* acpi_fan.c - ACPI Fan Driver ($Revision: 29 $)
*
* Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com>
* Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
* This program is free software; ... | gpl-2.0 |
chenxu0113/netcode | work/redis_Chinese_notated_3.0/deps/jemalloc/test/allocated.c | 229 | 2325 | #define JEMALLOC_MANGLE
#include "jemalloc_test.h"
void *
je_thread_start(void *arg)
{
int err;
void *p;
uint64_t a0, a1, d0, d1;
uint64_t *ap0, *ap1, *dp0, *dp1;
size_t sz, usize;
sz = sizeof(a0);
if ((err = mallctl("thread.allocated", &a0, &sz, NULL, 0))) {
if (err == ENOENT) {
#ifdef JEMALLOC_STATS
ass... | gpl-2.0 |
uniphier/linux-unph | drivers/media/dvb-frontends/cxd2880/cxd2880_spi_device.c | 741 | 2266 | // SPDX-License-Identifier: GPL-2.0
/*
* cxd2880_spi_device.c
* Sony CXD2880 DVB-T2/T tuner + demodulator driver
* SPI access functions
*
* Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
*/
#include <linux/spi/spi.h>
#include "cxd2880_spi_device.h"
static int cxd2880_spi_device_write(s... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.