repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
fransklaver/linux | fs/btrfs/props.c | 610 | 9893 | /*
* Copyright (C) 2014 Filipe David Borba Manana <fdmanana@gmail.com>
*
* 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 use... | gpl-2.0 |
iamroot12D/linux | fs/btrfs/props.c | 610 | 9893 | /*
* Copyright (C) 2014 Filipe David Borba Manana <fdmanana@gmail.com>
*
* 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 use... | gpl-2.0 |
PatrikKT/android_kernel_htc_a31ul | drivers/staging/cxt1e1/linux.c | 2146 | 34108 | /* Copyright (C) 2007-2008 One Stop Systems
* Copyright (C) 2003-2006 SBE, 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 o... | gpl-2.0 |
munoz0raul/linux-toradex_ACM_iMX6 | sound/soc/codecs/jz4740.c | 2146 | 11351 | /*
* Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.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.
*
* You should have received a copy of the GNU General Pub... | gpl-2.0 |
shakalaca/ASUS_ZenFone_ZE551KL | kernel/drivers/mfd/mc13xxx-i2c.c | 2402 | 3107 | /*
* Copyright 2009-2010 Creative Product Design
* Marc Reilly marc@cpdesign.com.au
*
* 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/slab.h>
#include <linux... | gpl-2.0 |
ausdim/SGS3-JB-U8 | drivers/mtd/onenand/samsung.c | 2658 | 29468 | /*
* Samsung S3C64XX/S5PC1XX OneNAND driver
*
* Copyright © 2008-2010 Samsung Electronics
* Kyungmin Park <kyungmin.park@samsung.com>
* Marek Szyprowski <m.szyprowski@samsung.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v... | gpl-2.0 |
CyanogenMod/android_kernel_toshiba_betelgeuse | drivers/isdn/hardware/avm/t1pci.c | 3426 | 6811 | /* $Id: t1pci.c,v 1.1.2.2 2004/01/16 21:09:27 keil Exp $
*
* Module for AVM T1 PCI-card.
*
* Copyright 1999 by Carsten Paeth <calle@calle.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*
*/
#include <linux/modu... | gpl-2.0 |
bluechiptechnology/Rx3_linux_3.0.35_4.0.0 | drivers/isdn/hardware/eicon/divasi.c | 3426 | 12326 | /* $Id: divasi.c,v 1.25.6.2 2005/01/31 12:22:20 armin Exp $
*
* Driver for Eicon DIVA Server ISDN cards.
* User Mode IDI Interface
*
* Copyright 2000-2003 by Armin Schindler (mac@melware.de)
* Copyright 2000-2003 Cytronics & Melware (info@melware.de)
*
* This software may be used and distributed according to t... | gpl-2.0 |
zeroblade1984/Yureka-64bit | drivers/char/hw_random/tpm-rng.c | 4706 | 1396 | /*
* Copyright (C) 2012 Kent Yoder IBM Corporation
*
* HWRNG interfaces to pull RNG data from a TPM
*
* 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 distr... | gpl-2.0 |
Forzaferrarileo/fuji-msm8660-JB-3.4.0 | arch/arm/mach-kirkwood/ts41x-setup.c | 4962 | 4602 | /*
*
* QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS Board Setup
*
* Copyright (C) 2009-2010 Martin Michlmayr <tbm@cyrius.com>
* Copyright (C) 2008 Byron Bradley <byron.bbradley@gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Pu... | gpl-2.0 |
IMCG/fastsocket | kernel/arch/um/kernel/sigio.c | 4962 | 1043 | /*
* Copyright (C) 2002 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com)
* Licensed under the GPL
*/
#include <linux/interrupt.h>
#include "irq_kern.h"
#include "os.h"
#include "sigio.h"
/* Protected by sigio_lock() called from write_sigio_workaround */
static int sigio_irq_fd = -1;
static irqreturn_t sigio_int... | gpl-2.0 |
moresushant48/android_kernel_cyanogen_msm8916 | lib/hweight.c | 7522 | 1911 | #include <linux/export.h>
#include <linux/bitops.h>
#include <asm/types.h>
/**
* hweightN - returns the hamming weight of a N-bit word
* @x: the word to weigh
*
* The Hamming Weight of a number is the total number of bits set in it.
*/
unsigned int __sw_hweight32(unsigned int w)
{
#ifdef ARCH_HAS_FAST_MULTIPLIER... | gpl-2.0 |
SamsungGalaxyS6/kernel_samsung_exynos7420 | lib/hweight.c | 7522 | 1911 | #include <linux/export.h>
#include <linux/bitops.h>
#include <asm/types.h>
/**
* hweightN - returns the hamming weight of a N-bit word
* @x: the word to weigh
*
* The Hamming Weight of a number is the total number of bits set in it.
*/
unsigned int __sw_hweight32(unsigned int w)
{
#ifdef ARCH_HAS_FAST_MULTIPLIER... | gpl-2.0 |
ea4862/ArchiKernel_cm12.1 | sound/pci/pcxhr/pcxhr_core.c | 8034 | 37111 | /*
* Driver for Digigram pcxhr compatible soundcards
*
* low level interface with interrupt and message handling implementation
*
* Copyright (c) 2004 by Digigram <alsa@digigram.com>
*
* 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 |
shumashv1/hp-kernel-tenderloin | arch/s390/kernel/ebcdic.c | 9314 | 17898 | /*
* arch/s390/kernel/ebcdic.c
* ECBDIC -> ASCII, ASCII -> ECBDIC,
* upper to lower case (EBCDIC) conversion tables.
*
* S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
* Martin Peschke <pesc... | gpl-2.0 |
stefanbucur/linux-s2e | drivers/infiniband/hw/ipath/ipath_uc.c | 13922 | 14459 | /*
* Copyright (c) 2006, 2007, 2008 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) Versi... | gpl-2.0 |
Fusion-Devices/android_kernel_cyanogen_msm8916 | arch/parisc/math-emu/denormal.c | 14178 | 3335 | /*
* Linux/PA-RISC Project (http://www.parisc-linux.org/)
*
* Floating-point emulation code
* Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@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
* ... | gpl-2.0 |
sj8023ld/xperia_msm7x30_kernel | sound/oss/hex2hex.c | 14434 | 1966 | /*
* hex2hex reads stdin in Intel HEX format and produces an
* (unsigned char) array which contains the bytes and writes it
* to stdout using C syntax
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define ABANDON(why) { fprintf(stderr, "%s\n", why); exit(1); }
#define MAX_SIZE (256*1024)
unsigned ... | gpl-2.0 |
milaq/linux-hpc | arch/ppc/boot/of1275/call_prom.c | 99 | 1488 | /*
* Copyright (C) 1996-2005 Paul Mackerras.
*
* 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.
*/
#include "of12... | gpl-2.0 |
smx-smx/dsl-n55u-bender | release/src/router/samba3/testsuite/libsmbclient/src/write/write_2.c | 99 | 1359 | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <libsmbclient.h>
#define MAX_BUFF_SIZE 255
char g_workgroup[MAX_BUFF_SIZE];
char g_username[MAX_BUFF_SIZE];
char g_password[MAX_BUFF_SIZE];
char g_server[MAX_BUFF_SIZE];
char g_share[MAX_BUFF_SIZE];
void auth_fn(const char *server... | gpl-2.0 |
bedwa/P6800-Kernel | arch/arm/mach-mmp/mmp2.c | 99 | 5324 | /*
* linux/arch/arm/mach-mmp/mmp2.c
*
* code name MMP2
*
* Copyright (C) 2009 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 version 2 as
* published by the Free Software Foundation.
*/
#include <linux... | gpl-2.0 |
dennes544/dennes544_kernel_lge_hammerhead | arch/arm/kernel/perf_event.c | 99 | 27871 | #undef DEBUG
/*
* ARM performance counter support.
*
* Copyright (C) 2009 picoChip Designs, Ltd., Jamie Iles
* Copyright (C) 2010 ARM Ltd., Will Deacon <will.deacon@arm.com>
*
* This code is based on the sparc64 perf event code, which is in turn based
* on the x86 code. Callchain code is based on the ARM OProfi... | gpl-2.0 |
ignatenkobrain/linux | arch/mips/mm/tlb-r3k.c | 355 | 6516 | /*
* r2300.c: R2000 and R3000 specific mmu/cache code.
*
* Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*
* with a lot of changes to make this thing work for R3000s
* Tx39XX R4k style caches added. HK
* Copyright (C) 1998, 1999, 2000 Harald Koerfgen
* Copyright (C) 1998 Gleb Raiko & Vladimir Roganov... | gpl-2.0 |
Chad0989/incredikernel | arch/x86/boot/compressed/mkpiggy.c | 611 | 2782 | /* ----------------------------------------------------------------------- *
*
* Copyright (C) 2009 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 version
* 2 as published by the Free Softw... | gpl-2.0 |
fileton/linux | net/ipv4/netfilter/iptable_filter.c | 611 | 2946 | /*
* This is the 1999 rewrite of IP Firewalling, aiming for kernel 2.3.x.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2000-2004 Netfilter Core Team <coreteam@netfilter.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN... | gpl-2.0 |
CSE3320/kernel-code | .backup_do_not_remove/arch/arm/kernel/xscale-cp0.c | 611 | 3976 | // SPDX-License-Identifier: GPL-2.0-only
/*
* linux/arch/arm/kernel/xscale-cp0.c
*
* XScale DSP and iWMMXt coprocessor context switching and handling
*/
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/io.h>
#include <asm/... | gpl-2.0 |
armStrapTools/linux-sunxi-ap6210 | arch/frv/kernel/process.c | 1123 | 8199 | /* process.c: FRV specific parts of process handling
*
* Copyright (C) 2003-5 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
* - Derived from arch/m68k/kernel/process.c
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Ge... | gpl-2.0 |
friedrich420/Note4-TMO-AELKernel | drivers/staging/zcache/debug.c | 2147 | 3472 | #include <linux/atomic.h>
#include "debug.h"
#ifdef CONFIG_ZCACHE_DEBUG
#include <linux/debugfs.h>
ssize_t zcache_obj_count;
ssize_t zcache_obj_count_max;
ssize_t zcache_objnode_count;
ssize_t zcache_objnode_count_max;
u64 zcache_eph_zbytes;
u64 zcache_eph_zbytes_max;
u64 zcache_pers_zbytes_max;
ssize_t zcache_eph_pa... | gpl-2.0 |
MinimalOS/android_kernel_lge_mako | arch/arm/mach-msm/board-8930-gpu.c | 2403 | 4354 | /* 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 |
ea4862/boeffla43_m440s | drivers/watchdog/bcm47xx_wdt.c | 2915 | 6281 | /*
* Watchdog driver for Broadcom BCM47XX
*
* Copyright (C) 2008 Aleksandar Radovanovic <biblbroks@sezampro.rs>
* Copyright (C) 2009 Matthieu CASTET <castet.matthieu@free.fr>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* a... | gpl-2.0 |
CyanogenMod/android_kernel_htc_enrc2b | fs/bio-integrity.c | 2915 | 21703 | /*
* bio-integrity.c - bio data integrity extensions
*
* Copyright (C) 2007, 2008, 2009 Oracle Corporation
* Written by: Martin K. Petersen <martin.petersen@oracle.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 |
kyapa/linux-3.0.y | sound/soc/mid-x86/mfld_machine.c | 2915 | 12541 | /*
* mfld_machine.c - ASoc Machine driver for Intel Medfield MID platform
*
* Copyright (C) 2010 Intel Corp
* Author: Vinod Koul <vinod.koul@intel.com>
* Author: Harsha Priya <priya.harsha@intel.com>
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
* This program is free soft... | gpl-2.0 |
sbdags/tf701t_kernel_source | arch/arm/mach-omap2/pm44xx.c | 4707 | 6099 | /*
* OMAP4 Power Management Routines
*
* Copyright (C) 2010-2011 Texas Instruments, Inc.
* Rajendra Nayak <rnayak@ti.com>
* Santosh Shilimkar <santosh.shilimkar@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
*... | gpl-2.0 |
kaber/nf-next-ipv6-nat | sound/pci/lx6464es/lx_core.c | 5219 | 33329 | /* -*- linux-c -*- *
*
* ALSA driver for the digigram lx6464es interface
* low-level interface
*
* Copyright (c) 2009 Tim Blechmann <tim@klingt.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 Softwar... | gpl-2.0 |
EvolutionzzXDA/ubertale_sprout | drivers/media/usb/dvb-usb/vp702x-fe.c | 8803 | 8968 | /* DVB frontend part of the Linux driver for the TwinhanDTV StarBox USB2.0
* DVB-S receiver.
*
* Copyright (C) 2005 Ralph Metzler <rjkm@metzlerbros.de>
* Metzler Brothers Systementwicklung GbR
*
* Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@desy.de>
*
* Thanks to Twinhan who kindl... | gpl-2.0 |
alephzain/archos-gpl-gen8-kernel | drivers/video/console/font_acorn_8x8.c | 14691 | 16047 | /* Acorn-like font definition, with PC graphics characters */
#include <linux/font.h>
static const unsigned char acorndata_8x8[] = {
/* 00 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* ^@ */
/* 01 */ 0x7e, 0x81, 0xa5, 0x81, 0xbd, 0x99, 0x81, 0x7e, /* ^A */
/* 02 */ 0x7e, 0xff, 0xbd, 0xff, 0xc3, 0xe7, 0xff,... | gpl-2.0 |
misko/linux-sunxi | modules/wifi/nano-c047.12/WiFiEngine/ewpa/src/eloop_wifiengine.c | 100 | 9860 | /*
* Event loop - empty template (basic structure, but no OS specific operations)
* Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi>
*
* 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 Foundat... | gpl-2.0 |
georgejhunt/olpc-kernel | arch/arm/plat-omap/dma.c | 356 | 35210 | /*
* linux/arch/arm/plat-omap/dma.c
*
* Copyright (C) 2003 - 2008 Nokia Corporation
* Author: Juha Yrjölä <juha.yrjola@nokia.com>
* DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com>
* Graphics DMA and LCD DMA graphics tranformations
* by Imre Deak <imre.deak@nokia.com>
* OMAP2/3 support Copy... | gpl-2.0 |
earlish/linux-fslc | drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 612 | 73610 | /* bnx2fc_fcoe.c: QLogic NetXtreme II Linux FCoE offload driver.
* This file contains the code that interacts with libfc, libfcoe,
* cnic modules to create FCoE instances, send/receive non-offloaded
* FIP/FCoE packets, listen to link events etc.
*
* Copyright (c) 2008 - 2013 Broadcom Corporation
* Copyright (c) 2... | gpl-2.0 |
xcaliburinhand/I9000-Reoriented-for-I897-Froyo | drivers/usb/storage/karma.c | 612 | 6134 | /* Driver for Rio Karma
*
* (c) 2006 Bob Copeland <me@bobcopeland.com>
* (c) 2006 Keith Bennett <keith@mcs.st-and.ac.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
* Free Software Foundation; either versi... | gpl-2.0 |
andr7e/rk3188_tablet_jb | kernel/drivers/input/mouse/bcm5974.c | 868 | 27181 | /*
* Apple USB BCM5974 (Macbook Air and Penryn Macbook Pro) multitouch driver
*
* Copyright (C) 2008 Henrik Rydberg (rydberg@euromail.se)
*
* The USB initialization and package decoding was made by
* Scott Shawcroft as part of the touchd user-space driver project:
* Copyright (C) 2008 Scott Shawcroft (scot... | gpl-2.0 |
OPTICM/android_kernel_samsung_msm8660-common | arch/arm/mach-pxa/cm-x255.c | 2916 | 4941 | /*
* linux/arch/arm/mach-pxa/cm-x255.c
*
* Copyright (C) 2007, 2008 CompuLab, Ltd.
* Mike Rapoport <mike@compulab.co.il>
*
* 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 |
naota/hfsplus | arch/arm/mach-kirkwood/cpuidle.c | 4452 | 2818 | /*
* arch/arm/mach-kirkwood/cpuidle.c
*
* CPU idle Marvell Kirkwood 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.
*
* The cpu idle uses wait-for-interrupt and DDR se... | gpl-2.0 |
s0627js/android_kernel_SHV-E300S | arch/arm/mach-omap2/prm_common.c | 4708 | 8820 | /*
* OMAP2+ common Power & Reset Management (PRM) IP block functions
*
* Copyright (C) 2011 Texas Instruments, Inc.
* Tero Kristo <t-kristo@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... | gpl-2.0 |
regalstreak/android_kernel_samsung_logan2g | drivers/staging/iio/accel/adis16240_core.c | 4964 | 14685 | /*
* ADIS16240 Programmable Impact Sensor and Recorder driver
*
* Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/gpio.h>
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/device.h>
#include <linux/ke... | gpl-2.0 |
evil-god/runbo-q5x6 | kernel/drivers/net/wireless/iwmc3200wifi/main.c | 4964 | 21442 | /*
* Intel Wireless Multicomm 3200 WiFi driver
*
* Copyright (C) 2009 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:
*
* * Redistributions of source code must retain... | gpl-2.0 |
showliu/android_kernel_xiaomi_aries-1 | drivers/staging/iio/accel/adis16203_core.c | 4964 | 12419 | /*
* ADIS16203 Programmable Digital Vibration Sensor driver
*
* Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/spi/spi.h>
#include <linux/slab.h>
#include <linux/sys... | gpl-2.0 |
THCue/android_kernel_lge_v410 | arch/powerpc/lib/locks.c | 6756 | 2225 | /*
* Spin and read/write lock operations.
*
* Copyright (C) 2001-2004 Paul Mackerras <paulus@au.ibm.com>, IBM
* Copyright (C) 2001 Anton Blanchard <anton@au.ibm.com>, IBM
* Copyright (C) 2002 Dave Engebretsen <engebret@us.ibm.com>, IBM
* Rework to support virtual processors
*
* This program is free software; ... | gpl-2.0 |
EloYGomeZ/caf-j1-exp | drivers/net/wireless/wl1251/ps.c | 8292 | 4284 | /*
* This file is part of wl1251
*
* Copyright (C) 2008 Nokia Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it... | gpl-2.0 |
talnoah/Lemur_UpdatedBase | Documentation/prctl/disable-tsc-ctxt-sw-stress-test.c | 12900 | 1724 | /*
* Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
*
* Tests if the control register is updated correctly
* at context switches
*
* Warning: this test will cause a very high load for a few seconds
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <inttypes... | gpl-2.0 |
adwaitnd/Kronux | drivers/acpi/sleep.c | 613 | 21432 | /*
* sleep.c - ACPI sleep support.
*
* Copyright (c) 2005 Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
* Copyright (c) 2004 David Shaohua Li <shaohua.li@intel.com>
* Copyright (c) 2000-2003 Patrick Mochel
* Copyright (c) 2003 Open Source Development Lab
*
* This file is released under the GPLv2.
*
*/... | gpl-2.0 |
project-voodoo/android_kernel_samsung | drivers/media/dvb/frontends/dib3000mb.c | 869 | 23971 | /*
* Frontend driver for mobile DVB-T demodulator DiBcom 3000M-B
* DiBcom (http://www.dibcom.fr/)
*
* Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de)
*
* based on GPL code from DibCom, which has
*
* Copyright (C) 2004 Amaury Demol for DiBcom (ademol@dibcom.fr)
*
* This program is free softw... | gpl-2.0 |
houst0nn/android_kernel_lge_g3 | drivers/mtd/nand/nand_ids.c | 2149 | 7553 | /*
* drivers/mtd/nandids.c
*
* Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.de)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/
#include <linux/module.h>
#incl... | gpl-2.0 |
NovaFusion/twrp_kernel | drivers/isdn/i4l/isdn_ppp.c | 3173 | 80387 | /* $Id: isdn_ppp.c,v 1.1.2.3 2004/02/10 01:07:13 keil Exp $
*
* Linux ISDN subsystem, functions for synchronous PPP (linklevel).
*
* Copyright 1995,96 by Michael Hipp (Michael.Hipp@student.uni-tuebingen.de)
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, ... | gpl-2.0 |
Xanwar/android_kernel_asus_a400cg | arch/s390/mm/extmem.c | 3429 | 18869 | /*
* Author(s)......: Carsten Otte <cotte@de.ibm.com>
* Rob M van der Heij <rvdheij@nl.ibm.com>
* Steven Shultz <shultzss@us.ibm.com>
* Bugreports.to..: <Linux390@de.ibm.com>
* Copyright IBM Corp. 2002, 2004
*/
#define KMSG_COMPONENT "extmem"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <lin... | gpl-2.0 |
cameron581/kernel_msm | 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 |
EPDCenter/android_kernel_allwinner_a31_unusual | drivers/staging/iio/gyro/adis16260_core.c | 4965 | 17602 | /*
* ADIS16260/ADIS16265 Programmable Digital Gyroscope Sensor Driver
*
* Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#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... | gpl-2.0 |
miuihu/android_kernel_xiaomi_armor | 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 |
Split-Screen/android_kernel_xiaomi_cancro | arch/arm/mm/fsr-3level.c | 6501 | 3487 | static struct fsr_info fsr_info[] = {
{ do_bad, SIGBUS, 0, "unknown 0" },
{ do_bad, SIGBUS, 0, "unknown 1" },
{ do_bad, SIGBUS, 0, "unknown 2" },
{ do_bad, SIGBUS, 0, "unknown 3" },
{ do_bad, SIGBUS, 0, "reserved translation fault" },
{ do_translation_fault, SIGSEGV, SEGV_MAPERR, "level 1 t... | gpl-2.0 |
xdatravelbug/N909D_Kernel_JB_4.1.2 | fs/adfs/dir_f.c | 12389 | 10602 | /*
* linux/fs/adfs/dir_f.c
*
* Copyright (C) 1997-1999 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.
*
* E and F format directory handling
*/
#include <lin... | gpl-2.0 |
ench0/android_kernel_samsung_hlted | Documentation/prctl/disable-tsc-on-off-stress-test.c | 12901 | 1717 | /*
* Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
*
* Tests if the control register is updated correctly
* when set with prctl()
*
* Warning: this test will cause a very high load for a few seconds
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <inttyp... | gpl-2.0 |
TeamRegular/android_kernel_samsung_exynos3470 | drivers/misc/sgi-xp/xp_uv.c | 14181 | 3985 | /*
* 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) 2008 Silicon Graphics, Inc. All Rights Reserved.
*/
/*
* Cross Partition (XP) uv-based functions.
*
* Architectur... | gpl-2.0 |
houstar/linux-3.8.8 | sound/soc/codecs/max98088.c | 102 | 76210 | /*
* max98088.c -- MAX98088 ALSA SoC Audio driver
*
* Copyright 2010 Maxim Integrated Products
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>
#... | gpl-2.0 |
bbbLinux/kernel | drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 102 | 113358 | /*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2010 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL)... | gpl-2.0 |
NuxiNL/linux | sound/core/seq/seq_ports.c | 358 | 19045 | /*
* ALSA sequencer Ports
* Copyright (c) 1998 by Frank van de Pol <fvdpol@coil.demon.nl>
* Jaroslav Kysela <perex@perex.cz>
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F... | gpl-2.0 |
crewrktablets/android_kernel_odys_RK30_3.0.8 | drivers/mmc/host/mmci.c | 614 | 33319 | /*
* linux/drivers/mmc/host/mmci.c - ARM PrimeCell MMCI PL180/1 driver
*
* Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
* Copyright (C) 2010 ST-Ericsson SA
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License versi... | gpl-2.0 |
ErikAndren/linux | drivers/net/ethernet/packetengines/hamachi.c | 614 | 64048 | /* hamachi.c: A Packet Engines GNIC-II Gigabit Ethernet driver for Linux. */
/*
Written 1998-2000 by Donald Becker.
Updates 2000 by Keith Underwood.
This software may be used and distributed according to the terms of
the GNU General Public License (GPL), incorporated herein by reference.
Drivers based on or deriv... | gpl-2.0 |
Myself5/android_kernel_sony_msm | drivers/misc/carma/carma-fpga.c | 2150 | 37391 | /*
* CARMA DATA-FPGA Access Driver
*
* Copyright (c) 2009-2011 Ira W. Snyder <iws@ovro.caltech.edu>
*
* 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 |
kumajaya/android_kernel_samsung_universal5422 | drivers/acpi/acpica/utosi.c | 2150 | 12716 | /******************************************************************************
*
* Module Name: utosi - Support for the _OSI predefined control method
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2013, Intel Corp.
* All rights reserved.
*
* Redistr... | gpl-2.0 |
advx9600/kernel-rp4412 | drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2662 | 7275 | /*
* Copyright (c) 2010 Red Hat Inc.
* Author : Dave Airlie <airlied@redhat.com>
*
* Licensed under GPLv2
*
* ATPX support for both Intel/ATI
*/
#include <linux/vga_switcheroo.h>
#include <linux/slab.h>
#include <acpi/acpi.h>
#include <acpi/acpi_bus.h>
#include <linux/pci.h>
#define ATPX_VERSION 0
#define ATPX_... | gpl-2.0 |
maniacx/android_kernel_htcleo-3.0_older | drivers/hid/hid-prodikeys.c | 2662 | 21506 | /*
* HID driver for the Prodikeys PC-MIDI Keyboard
* providing midi & extra multimedia keys functionality
*
* Copyright (c) 2009 Don Prince <dhprince.devel@yahoo.co.uk>
*
* Controls for Octave Shift Up/Down, Channel, and
* Sustain Duration available via sysfs.
*
*/
/*
* This program is free software; yo... | gpl-2.0 |
Windeal/Linux-3.12.36 | arch/blackfin/kernel/dumpstack.c | 4198 | 4386 | /* Provide basic stack dumping functions
*
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later
*/
#include <linux/kernel.h>
#include <linux/thread_info.h>
#include <linux/mm.h>
#include <linux/uaccess.h>
#include <linux/module.h>
#include <asm/trace.h>
/*
* Checks to see if the addre... | gpl-2.0 |
SomethingExplosive/android_kernel_asus_flo | samples/rpmsg/rpmsg_client_sample.c | 4966 | 2689 | /*
* Remote processor messaging - sample client driver
*
* Copyright (C) 2011 Texas Instruments, Inc.
* Copyright (C) 2011 Google, Inc.
*
* Ohad Ben-Cohen <ohad@wizery.com>
* Brian Swetland <swetland@google.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as pu... | gpl-2.0 |
zanezam/boeffla-kernel-oos-bacon | arch/powerpc/mm/init_32.c | 6758 | 5716 | /*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Modifications by Paul Mackerras (PowerMac) (paulus@cs.anu.edu.au)
* and Cort Dougan (PReP) (cort@cs.nmt.edu)
* Copyright (C) 1996 Paul Mackerras
* PPC44x/36-bit changes by Matt Porter (mporter@mvista.com)
*
* Derived f... | gpl-2.0 |
zombi-x/android_kernel_lge_mako | arch/powerpc/kernel/softemu8xx.c | 6758 | 4758 | /*
* Software emulation of some PPC instructions for the 8xx core.
*
* Copyright (C) 1998 Dan Malek (dmalek@jlc.net)
*
* Software floating emuation for the MPC8xx processor. I did this mostly
* because it was easier than trying to get the libraries compiled for
* software floating point. The goal is still to g... | gpl-2.0 |
mythos234/cmkernel_zeroltexx | arch/mips/pci/pci-tx4939.c | 7782 | 2672 | /*
* Based on linux/arch/mips/txx9/rbtx4939/setup.c,
* and RBTX49xx patch from CELF patch archive.
*
* Copyright 2001, 2003-2005 MontaVista Software Inc.
* Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org)
* (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007
*
* This file is subject to the terms ... | gpl-2.0 |
whdgmawkd/NindiKernel | drivers/message/i2o/i2o_config.c | 8038 | 26831 | /*
* I2O Configuration Interface Driver
*
* (C) Copyright 1999-2002 Red Hat
*
* Written by Alan Cox, Building Number Three Ltd
*
* Fixes/additions:
* Deepak Saxena (04/20/1999):
* Added basic ioctl() support
* Deepak Saxena (06/07/1999):
* Added software download ioctl (still testing)
* Auvo Häkkinen (09... | gpl-2.0 |
zarboz/android_kernel_htc_dlx | virt/fs/ocfs2/slot_map.c | 8038 | 12491 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* slot_map.c
*
*
*
* Copyright (C) 2002, 2004 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 as published by the Free S... | gpl-2.0 |
Slayjay78/android_kernel_lge_hammerhead | arch/arm/mach-pxa/pxa930.c | 8294 | 5198 | /*
* linux/arch/arm/mach-pxa/pxa930.c
*
* Code specific to PXA930
*
* Copyright (C) 2007-2008 Marvell Internation Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#... | gpl-2.0 |
maikelwever/android_kernel_htc_msm8660-caf | Documentation/connector/cn_test.c | 9062 | 4694 | /*
* cn_test.c
*
* 2004+ Copyright (c) Evgeniy Polyakov <zbr@ioremap.net>
* 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
... | gpl-2.0 |
manishj-patel/netbook_kernel_3.4.5_plus | net/atm/raw.c | 11878 | 1887 | /* net/atm/raw.c - Raw AAL0 and AAL5 transports */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__
#include <linux/module.h>
#include <linux/atmdev.h>
#include <linux/capability.h>
#include <linux/kernel.h>
#include <linux/skbuff.h>
#include <linux... | gpl-2.0 |
giantdisaster/btrfs | 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 |
jokerfr9/DragonsKernel_Kylessopen | arch/x86/kernel/audit_64.c | 13158 | 1870 | #include <linux/init.h>
#include <linux/types.h>
#include <linux/audit.h>
#include <asm/unistd.h>
static unsigned dir_class[] = {
#include <asm-generic/audit_dir_write.h>
~0U
};
static unsigned read_class[] = {
#include <asm-generic/audit_read.h>
~0U
};
static unsigned write_class[] = {
#include <asm-generic/audit_w... | gpl-2.0 |
olafdietsche/linux-accessfs | drivers/staging/rtl8192e/rtllib_tx.c | 103 | 27317 | /******************************************************************************
Copyright(c) 2003 - 2004 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 Softw... | gpl-2.0 |
smihir/wireless-testing | arch/arm/mach-omap2/pm24xx.c | 359 | 8295 | /*
* OMAP2 Power Management Routines
*
* Copyright (C) 2005 Texas Instruments, Inc.
* Copyright (C) 2006-2008 Nokia Corporation
*
* Written by:
* Richard Woodruff <r-woodruff2@ti.com>
* Tony Lindgren
* Juha Yrjola
* Amit Kucheria <amit.kucheria@nokia.com>
* Igor Stoppa <igor.stoppa@nokia.com>
*
* Based on ... | gpl-2.0 |
brycecr/linux | drivers/net/wireless/iwlwifi/iwl-5000.c | 615 | 5862 | /******************************************************************************
*
* Copyright(c) 2007 - 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 |
manuelnaranjo/goldenleaf | arch/powerpc/kernel/of_device.c | 615 | 3261 | #include <linux/string.h>
#include <linux/kernel.h>
#include <linux/of.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mod_devicetable.h>
#include <linux/slab.h>
#include <linux/of_device.h>
#include <asm/errno.h>
#include <asm/dcr.h>
static void of_device_make_bus_id(struct of_device *dev)
{
st... | gpl-2.0 |
CL0SeY/kernel_P7320T_ICS | net/netfilter/xt_hashlimit.c | 2151 | 22473 | /*
* xt_hashlimit - Netfilter module to limit the number of packets per time
* separately for each hashbucket (sourceip/sourceport/dstip/dstport)
*
* (C) 2003-2004 by Harald Welte <laforge@netfilter.org>
* Copyright © CC Computer Consultants GmbH, 2007 - 2008
*
* Development of this code was funded by Astaro AG,... | gpl-2.0 |
omnirom/android_kernel_moto_shamu | drivers/usb/host/u132-hcd.c | 2151 | 92897 | /*
* Host Controller Driver for the Elan Digital Systems U132 adapter
*
* Copyright(C) 2006 Elan Digital Systems Limited
* http://www.elandigitalsystems.com
*
* Author and Maintainer - Tony Olech - Elan Digital Systems
* tony.olech@elandigitalsystems.com
*
* This program is free software;you can redistribute it and/or
... | gpl-2.0 |
bemolxd/android_kernel_x2xtreme-test | drivers/video/sh_mobile_meram.c | 2407 | 20674 | /*
* SuperH Mobile MERAM Driver for SuperH Mobile LCDC Driver
*
* Copyright (c) 2011 Damian Hobson-Garcia <dhobsong@igel.co.jp>
* Takanari Hayama <taki@igel.co.jp>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main di... | gpl-2.0 |
iAMr00t/android_kernel_huawei_msm8916 | arch/powerpc/kernel/rtasd.c | 2407 | 14805 | /*
* Copyright (C) 2001 Anton Blanchard <anton@au.ibm.com>, IBM
*
* 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 |
FrozenCow/FIRE-ICE | drivers/net/wireless/ti/wl18xx/cmd.c | 2663 | 2153 | /*
* This file is part of wl18xx
*
* Copyright (C) 2011 Texas Instruments 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 th... | gpl-2.0 |
EloYGomeZ/caf-j1-exp | drivers/hwmon/coretemp.c | 2663 | 21553 | /*
* coretemp.c - Linux kernel module for hardware monitoring
*
* Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
*
* Inspired from many hwmon drivers
*
* 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 Fre... | gpl-2.0 |
robreardon/android_kernel_motorola_olympus | drivers/net/stmmac/norm_desc.c | 2919 | 5809 | /*******************************************************************************
This contains the functions to handle the normal descriptors.
Copyright (C) 2007-2009 STMicroelectronics Ltd
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU Gener... | gpl-2.0 |
jyunyen/Nexus7_Kernal | arch/arm/mach-omap1/lcd_dma.c | 3175 | 10920 | /*
* linux/arch/arm/mach-omap1/lcd_dma.c
*
* Extracted from arch/arm/plat-omap/dma.c
* Copyright (C) 2003 - 2008 Nokia Corporation
* Author: Juha Yrjölä <juha.yrjola@nokia.com>
* DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com>
* Graphics DMA and LCD DMA graphics tranformations
* by Imre De... | gpl-2.0 |
munjeni/stock_jb_kexec_kernel_for_locked_bootloader | arch/arm/mach-omap1/lcd_dma.c | 3175 | 10920 | /*
* linux/arch/arm/mach-omap1/lcd_dma.c
*
* Extracted from arch/arm/plat-omap/dma.c
* Copyright (C) 2003 - 2008 Nokia Corporation
* Author: Juha Yrjölä <juha.yrjola@nokia.com>
* DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com>
* Graphics DMA and LCD DMA graphics tranformations
* by Imre De... | gpl-2.0 |
jaej-dev/Kernel_Unico | fs/ext2/dir.c | 3175 | 18270 | /*
* linux/fs/ext2/dir.c
*
* Copyright (C) 1992, 1993, 1994, 1995
* Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
* Universite Pierre et Marie Curie (Paris VI)
*
* from
*
* linux/fs/minix/dir.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext2 directory handling functio... | gpl-2.0 |
aloksinha2001/picuntu-3.0.8-alok | drivers/scsi/pm8001/pm8001_sas.c | 3175 | 32940 | /*
* PMC-Sierra SPC 8001 SAS/SATA based host adapters driver
*
* Copyright (c) 2008-2009 USI Co., Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source cod... | gpl-2.0 |
jxxhwy/Thunder-Kenel-JB-N719 | drivers/spi/spi_txx9.c | 3687 | 12273 | /*
* spi_txx9.c - TXx9 SPI controller driver.
*
* Based on linux/arch/mips/tx4938/toshiba_rbtx4938/spi_txx9.c
* Copyright (C) 2000-2001 Toshiba Corporation
*
* 2003-2005 (c) MontaVista Software, Inc. This file is licensed under the
* terms of the GNU General Public License version 2. This program is
* licensed ... | gpl-2.0 |
vivilyu/android_kernel_huawei_c8813 | arch/m68k/mm/memory.c | 4455 | 7769 | /*
* linux/arch/m68k/mm/memory.c
*
* Copyright (C) 1995 Hamish Macdonald
*/
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/pagemap.h>
#include <linux/gfp.h>
#include <asm/setup.h>
#include <asm... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.