repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
CyanogenMod/lge-kernel-iproj | drivers/infiniband/hw/amso1100/c2_pd.c | 9308 | 3036 | /*
* Copyright (c) 2004 Topspin Communications. All rights reserved.
* Copyright (c) 2005 Cisco Systems. All rights reserved.
* Copyright (c) 2005 Mellanox Technologies. All rights reserved.
* Copyright (c) 2005 Open Grid Computing, Inc. All rights reserved.
*
* This software is available to you under a choice ... | gpl-2.0 |
ephox-gcc-plugins/gcc-plugins_linux-next | drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 93 | 67237 | /******************************************************************************
* rtl871x_ioctl_linux.c
*
* Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
* Linux device driver for RTL8192SU
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of versi... | gpl-2.0 |
Kali-/tf101-kernel | drivers/staging/xgifb/vb_setmode.c | 93 | 338638 |
#include <asm/io.h>
#include <linux/types.h>
#include <linux/version.h>
#include "XGIfb.h"
#include "vb_def.h"
#include "vgatypes.h"
#include "vb_struct.h"
#include "vb_util.h"
#include "vb_table.h"
#define IndexMask 0xff
#ifndef XGI_MASK_DUAL_CHIP
#define XGI_MASK_DUAL_CHIP 0x04 /* SR3A */
#endif
unsigned... | gpl-2.0 |
arunkuttiyara/linux | fs/fuse/dev.c | 93 | 53181 | /*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include "fuse_i.h"
#include <linux/init.h>
#include <linux/module.h>
#include <linux/poll.h>
#include <linux/uio.h>
#include <... | gpl-2.0 |
junhe/linux | drivers/mtd/nand/denali.c | 605 | 46478 | /*
* NAND Flash Controller Device Driver
* Copyright © 2009-2010, Intel Corporation and its suppliers.
*
* 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.
*
* Th... | gpl-2.0 |
fards/ainol_elfii_common | fs/cifs/cifsfs.c | 1629 | 32230 | /*
* fs/cifs/cifsfs.c
*
* Copyright (C) International Business Machines Corp., 2002,2008
* Author(s): Steve French (sfrench@us.ibm.com)
*
* Common Internet FileSystem (CIFS) client
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser Gener... | gpl-2.0 |
The-Demon12/msm8916 | drivers/iio/magnetometer/hid-sensor-magn-3d.c | 2141 | 11358 | /*
* 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 |
crimsonthunder/TRLTE_AOSP_Kernel | arch/x86/kernel/kprobes/opt.c | 2141 | 14066 | /*
* Kernel Probes Jump Optimization (Optprobes)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This pro... | gpl-2.0 |
abhishekr700/Z00L_cmkernel | drivers/input/keyboard/spear-keyboard.c | 2141 | 9683 | /*
* SPEAr Keyboard Driver
* Based on omap-keypad driver
*
* Copyright (C) 2010 ST Microelectronics
* Rajeev Kumar<rajeev-dlh.kumar@st.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 expre... | gpl-2.0 |
pseudonymous-foss/clydefs | drivers/usb/host/ehci-sead3.c | 2141 | 4301 | /*
* MIPS CI13320A EHCI Host Controller driver
* Based on "ehci-au1xxx.c" by K.Boge <karsten.boge@amd.com>
*
* Copyright (C) 2012 MIPS Technologies, 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 Sof... | gpl-2.0 |
abeobk/sam9x35 | drivers/ide/cs5536.c | 2397 | 7736 | /*
* CS5536 PATA support
* (C) 2007 Martin K. Petersen <mkp@mkp.net>
* (C) 2009 Bartlomiej Zolnierkiewicz
*
* 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... | gpl-2.0 |
SamsungGalaxyS6/kernel_samsung_exynos7420 | drivers/input/touchscreen/mtouch.c | 2653 | 5091 | /*
* MicroTouch (3M) serial touchscreen driver
*
* Copyright (c) 2004 Vojtech Pavlik
*/
/*
* 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.
*/
/*
* 2005/02/19 Dan Streetman <... | gpl-2.0 |
smihir/wireless-testing | arch/arm/mach-omap2/usb-tusb6010.c | 2653 | 6096 | /*
* linux/arch/arm/mach-omap2/usb-tusb6010.c
*
* Copyright (C) 2006 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.
*/
#include <linux/err.h>
#include <li... | gpl-2.0 |
Zzomborg/Learning-2 | lib/timerqueue.c | 3165 | 3155 | /*
* Generic Timer-queue
*
* Manages a simple queue of timers, ordered by expiration time.
* Uses rbtrees for quick list adds and expiration.
*
* NOTE: All of the following functions need to be serialized
* to avoid races. No locking is done by this library code.
*
* This program is free software; you ca... | gpl-2.0 |
yank555-lu/TF101G_V9.2.2.6 | lib/timerqueue.c | 3165 | 3155 | /*
* Generic Timer-queue
*
* Manages a simple queue of timers, ordered by expiration time.
* Uses rbtrees for quick list adds and expiration.
*
* NOTE: All of the following functions need to be serialized
* to avoid races. No locking is done by this library code.
*
* This program is free software; you ca... | gpl-2.0 |
uoaerg/linux-ecn | net/lapb/lapb_iface.c | 3421 | 9073 | /*
* LAPB release 002
*
* This code REQUIRES 2.1.15 or higher/ NET3.038
*
* This module:
* This module 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 you... | gpl-2.0 |
Linaro/test-kernel-public | arch/mips/kernel/cpufreq/loongson2_clock.c | 4701 | 3856 | /*
* Copyright (C) 2006 - 2008 Lemote Inc. & Insititute of Computing Technology
* Author: Yanhua, yanh@lemote.com
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#include <linux/module.... | gpl-2.0 |
go2ev-devteam/Yoda-Kernel-ICS | arch/um/kernel/physmem.c | 4701 | 5397 | /*
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include "linux/bootmem.h"
#include "linux/mm.h"
#include "linux/pfn.h"
#include "asm/page.h"
#include "as-layout.h"
#include "init.h"
#include "kern.h"
#include "mem_user.h"
#include "os.h"
static int physmem_fd... | gpl-2.0 |
bgly/ibmvscsi_tgt | drivers/dma/bestcomm/gen_bd.c | 4701 | 9572 | /*
* Driver for MPC52xx processor BestComm General Buffer Descriptor
*
* Copyright (C) 2007 Sylvain Munaut <tnt@246tNt.com>
* Copyright (C) 2006 AppSpec Computer Technologies Corp.
* Jeff Gibbons <jeff.gibbons@appspec.com>
*
* This program is free software; you can redistribute it and/or modi... | gpl-2.0 |
slz/arco-samsung-kernel-msm7x30 | arch/arm/mach-pxa/am300epd.c | 4957 | 6586 | /*
* am300epd.c -- Platform device for AM300 EPD kit
*
* Copyright (C) 2008, Jaya Kumar
*
* 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.
*
* This work was made possible by help and equipment ... | gpl-2.0 |
myjang0507/Polaris | drivers/dca/dca-core.c | 5725 | 11284 | /*
* Copyright(c) 2007 - 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 as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later ver... | gpl-2.0 |
ThinkingBridge/platform_kernel_lge_hammerhead | arch/sh/kernel/cpu/irq/imask.c | 9053 | 1938 | /*
* arch/sh/kernel/cpu/irq/imask.c
*
* Copyright (C) 1999, 2000 Niibe Yutaka
*
* Simple interrupt handling using IMASK of SR register.
*
*/
/* NOTE: Will not work on level 15 */
#include <linux/ptrace.h>
#include <linux/errno.h>
#include <linux/kernel_stat.h>
#include <linux/signal.h>
#include <linux/sched.h>
... | gpl-2.0 |
ztc1997/android_kernel_sony_msm8974ac | arch/sh/kernel/reboot.c | 9053 | 1781 | #include <linux/pm.h>
#include <linux/kexec.h>
#include <linux/kernel.h>
#include <linux/reboot.h>
#include <linux/module.h>
#ifdef CONFIG_SUPERH32
#include <asm/watchdog.h>
#endif
#include <asm/addrspace.h>
#include <asm/reboot.h>
#include <asm/tlbflush.h>
#include <asm/traps.h>
void (*pm_power_off)(void);
EXPORT_SYM... | gpl-2.0 |
TeskeVirtualSystem/odroid_mptcp | arch/mips/pnx8550/jbs/irqmap.c | 9565 | 1583 | /*
* NXP JBS board irqmap.
*
* Copyright 2005 Embedded Alley Solutions, Inc
* source@embeddealley.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... | gpl-2.0 |
crimeofheart/android_kernel_samsung_smdk4210 | arch/arm/mach-s3c64xx/setup-sdhci-gpio.c | 10589 | 1830 | /* linux/arch/arm/plat-s3c64xx/setup-sdhci-gpio.c
*
* Copyright 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/
*
* S3C64XX - Helper functions for setting up SDHCI device(s) GPIO (HSMMC)
*
* This program is free software; you can redistribute it and/or modify
* it under t... | gpl-2.0 |
Rox-/android_kernel_samsung_s3ve3g | arch/powerpc/platforms/pasemi/misc.c | 13661 | 2282 | /*
* Copyright (C) 2007 PA Semi, Inc
*
* Parts based on arch/powerpc/sysdev/fsl_soc.c:
*
* 2006 (c) MontaVista Software, 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; eith... | gpl-2.0 |
faux123/msm8660-aosp-ics | drivers/video/mb862xx/mb862xxfb_accel.c | 13917 | 8449 | /*
* drivers/mb862xx/mb862xxfb_accel.c
*
* Fujitsu Carmine/Coral-P(A)/Lime framebuffer driver acceleration support
*
* (C) 2007 Alexander Shishkin <virtuoso@slind.org>
* (C) 2009 Valentin Sitdikov <v.sitdikov@gmail.com>
* (C) 2009 Siemens AG
*
* This program is free software; you can redistribute it and/or mod... | gpl-2.0 |
binkybear/flounder | arch/arm/mach-highbank/hotplug.c | 94 | 1046 | /*
* Copyright 2011 Calxeda, Inc.
*
* 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, but WITHOUT
... | gpl-2.0 |
dpuyosa/android_kernel_wiko_l5460 | drivers/net/wireless/rtlwifi/usb.c | 94 | 31558 | /******************************************************************************
*
* Copyright(c) 2009-2012 Realtek 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 F... | gpl-2.0 |
Scorpio92/htc_desire_600_kernel | scripts/dtc/checks.c | 350 | 17435 | /*
* (C) Copyright David Gibson <dwg@au1.ibm.com>, IBM Corporation. 2007.
*
*
* 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 |
loli10K/linux-hardkernel | arch/mips/kernel/irq.c | 606 | 2089 | /*
* 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.
*
* Code to handle x86 style IRQs plus some generic interrupt stuff.
*
* Copyright (C) 1992 Linus Torvalds
* Copyright (C) 1994 - 2000 Ralf... | gpl-2.0 |
AOKP/lge-kernel-star | drivers/ide/aec62xx.c | 606 | 9392 | /*
* Copyright (C) 1999-2002 Andre Hedrick <andre@linux-ide.org>
* Copyright (C) 2007 MontaVista Software, Inc. <source@mvista.com>
*
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/ide.h>
#include <linux/init.h>
#include <asm/io.h>
#define DRV_NAME "aec62xx"
struct... | gpl-2.0 |
sunnyden/ubuntu_kernel | drivers/clk/hisilicon/clkgate-separated.c | 1374 | 3680 | /*
* Hisilicon clock separated gate driver
*
* Copyright (c) 2012-2013 Hisilicon Limited.
* Copyright (c) 2012-2013 Linaro Limited.
*
* Author: Haojian Zhuang <haojian.zhuang@linaro.org>
* Xin Li <li.xin@linaro.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the ter... | gpl-2.0 |
7420dev/android_kernel_samsung_zero | drivers/watchdog/orion_wdt.c | 2142 | 5397 | /*
* drivers/watchdog/orion_wdt.c
*
* Watchdog driver for Orion/Kirkwood processors
*
* Author: Sylver Bruneau <sylver.bruneau@googlemail.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 e... | gpl-2.0 |
miuihu/android_kernel_xiaomi_redmi2 | drivers/video/aty/radeon_base.c | 2398 | 76767 | /*
* drivers/video/aty/radeon_base.c
*
* framebuffer driver for ATI Radeon chipset video boards
*
* Copyright 2003 Ben. Herrenschmidt <benh@kernel.crashing.org>
* Copyright 2000 Ani Joshi <ajoshi@kernel.crashing.org>
*
* i2c bits from Luca Tettamanti <kronos@kronoz.cjb.net>
*
* Special thanks to ATI DevRel t... | gpl-2.0 |
xlfjn/kernel_msm-3.10 | drivers/video/tdfxfb.c | 2398 | 43659 | /*
*
* tdfxfb.c
*
* Author: Hannu Mallat <hmallat@cc.hut.fi>
*
* Copyright © 1999 Hannu Mallat
* All rights reserved
*
* Created : Thu Sep 23 18:17:43 1999, hmallat
* Last modified: Tue Nov 2 21:19:47 1999, hmallat
*
* I2C part copied from the i2c-voodoo3.c driver by:
* Frodo Looijaard <frodol@dds.nl... | gpl-2.0 |
myjang0507/Polaris | drivers/net/usb/zaurus.c | 2654 | 12101 | /*
* Copyright (C) 2002 Pavel Machek <pavel@ucw.cz>
* Copyright (C) 2002-2005 by David Brownell
*
* 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 |
TenchiMasaki/android_kernel_asus_moorefield | drivers/net/usb/zaurus.c | 2654 | 12101 | /*
* Copyright (C) 2002 Pavel Machek <pavel@ucw.cz>
* Copyright (C) 2002-2005 by David Brownell
*
* 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 |
goodhanrry/N915S_goodHanrry_kernel_lollipop | drivers/net/usb/zaurus.c | 2654 | 12101 | /*
* Copyright (C) 2002 Pavel Machek <pavel@ucw.cz>
* Copyright (C) 2002-2005 by David Brownell
*
* 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 |
mfd10000/Itab1011 | drivers/net/ni5010.c | 3934 | 22862 | /* ni5010.c: A network driver for the MiCom-Interlan NI5010 ethercard.
*
* Copyright 1996,1997,2006 Jan-Pascal van Best and Andreas Mohr.
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*
* The authors may be reached as:... | gpl-2.0 |
Digilent/linux-Digilent-Dev | arch/microblaze/kernel/traps.c | 4190 | 1918 | /*
* Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
* Copyright (C) 2007-2009 PetaLogix
* Copyright (C) 2006 Atmark Techno, Inc.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
... | gpl-2.0 |
XxXPachaXxX/kernel_msm_3.0 | arch/um/os-Linux/umid.c | 4702 | 8252 | /*
* Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <stdio.h>
#include <stdlib.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>
#include "init.h"
#include "kern_c... | gpl-2.0 |
invisiblek/android_kernel_oppo_n3 | arch/arm/mach-omap2/pm.c | 4702 | 7166 | /*
* pm.c - Common OMAP2+ power management-related code
*
* Copyright (C) 2010 Texas Instruments, Inc.
* Copyright (C) 2010 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 Softw... | gpl-2.0 |
hagar006/android_kernel_sony_apq8064 | arch/arm/mach-sa1100/generic.c | 4702 | 10504 | /*
* linux/arch/arm/mach-sa1100/generic.c
*
* Author: Nicolas Pitre
*
* Code common to all SA11x0 machines.
*
* 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 <lin... | gpl-2.0 |
chacox/s4mini_9195_cm12_kernel | fs/binfmt_som.c | 4958 | 7318 | /*
* linux/fs/binfmt_som.c
*
* These are the functions used to load SOM format executables as used
* by HP-UX.
*
* Copyright 1999 Matthew Wilcox <willy@bofh.ai>
* based on binfmt_elf which is
* Copyright 1993, 1994: Eric Youngdale (ericy@cais.com).
*/
#include <linux/module.h>
#include <linux/fs.h>
#includ... | gpl-2.0 |
cphelps76/kernel_google_msm | drivers/infiniband/hw/cxgb4/mem.c | 5470 | 20512 | /*
* Copyright (c) 2009-2010 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 |
utkanos/android_tuna_omap_kernel | arch/xtensa/variants/s6000/gpio.c | 7518 | 5627 | /*
* s6000 gpio driver
*
* Copyright (c) 2009 emlix GmbH
* Authors: Oskar Schirmer <os@emlix.com>
* Johannes Weiner <jw@emlix.com>
* Daniel Gloeckner <dg@emlix.com>
*/
#include <linux/bitops.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/irq... | gpl-2.0 |
CyanogenMod/android_kernel_asus_tf701t | crypto/ctr.c | 8542 | 11063 | /*
* CTR: Counter mode
*
* (C) Copyright IBM Corp. 2007 - Joy Latten <latten@us.ibm.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your opt... | gpl-2.0 |
perillamint/garlickernel-lgog | drivers/misc/enclosure.c | 8798 | 15821 | /*
* Enclosure Services
*
* Copyright (C) 2008 James Bottomley <James.Bottomley@HansenPartnership.com>
*
**-----------------------------------------------------------------------------
**
** This program is free software; you can redistribute it and/or
** modify it under the terms of the GNU General Public Licens... | gpl-2.0 |
StarKissed/starkissed-kernel-ardbeg | sound/soc/codecs/dmic.c | 95 | 2633 | /*
* dmic.c -- SoC audio for Generic Digital MICs
*
* Author: Liam Girdwood <lrg@slimlogic.co.uk>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
*
* This program is distr... | gpl-2.0 |
NewbyJE/android_kernel_samsung_msm8660-common | arch/arm/kernel/perf_event_msm_l2.c | 95 | 27134 | /*
* 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 h... | gpl-2.0 |
explora26/kernel-hikey-linaro | drivers/net/wireless/rsi/rsi_91x_main.c | 1887 | 7448 | /**
* Copyright (c) 2014 Redpine Signals 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" AND THE AUTH... | gpl-2.0 |
playfulgod/kernel-LGMS910 | drivers/input/mouse/logips2pp.c | 3935 | 11699 | /*
* Logitech PS/2++ mouse driver
*
* Copyright (c) 1999-2003 Vojtech Pavlik <vojtech@suse.cz>
* Copyright (c) 2003 Eric Wong <eric@yhbt.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 Softw... | gpl-2.0 |
compudj/linux-libringbuffer | net/dsa/tag_edsa.c | 4191 | 5424 | /*
* net/dsa/tag_edsa.c - Ethertype DSA tagging
* Copyright (c) 2008-2009 Marvell Semiconductor
*
* 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 |
Koloses/kernel_i8200 | drivers/block/drbd/drbd_receiver.c | 5983 | 131391 | /*
drbd_receiver.c
This file is part of DRBD by Philipp Reisner and Lars Ellenberg.
Copyright (C) 2001-2008, LINBIT Information Technologies GmbH.
Copyright (C) 1999-2008, Philipp Reisner <philipp.reisner@linbit.com>.
Copyright (C) 2002-2008, Lars Ellenberg <lars.ellenberg@linbit.com>.
drbd is free... | gpl-2.0 |
ivanmeler/android_kernel_htc_g3u | net/ipx/af_ipx.c | 7007 | 51483 | /*
* Implements an IPX socket layer.
*
* This code is derived from work by
* Ross Biro : Writing the original IP stack
* Fred Van Kempen : Tidying up the TCP/IP
*
* Many thanks go to Keith Baker, Institute For Industrial Information
* Technology Ltd, Swansea University for allowing me to work on this
* in m... | gpl-2.0 |
EPDCenter/android_kernel_bq_qc | drivers/staging/bcm/Qos.c | 8031 | 31006 | /**
@file Qos.C
This file contains the routines related to Quality of Service.
*/
#include "headers.h"
static void EThCSGetPktInfo(PMINI_ADAPTER Adapter,PVOID pvEthPayload,PS_ETHCS_PKT_INFO pstEthCsPktInfo);
static BOOLEAN EThCSClassifyPkt(PMINI_ADAPTER Adapter,struct sk_buff* skb,PS_ETHCS_PKT_INFO pstEthCsPktInfo,S_C... | gpl-2.0 |
Eason91/kernel_lge_x3 | drivers/ide/ide.c | 10847 | 10698 | /*
* Copyright (C) 1994-1998 Linus Torvalds & authors (see below)
* Copyright (C) 2003-2005, 2007 Bartlomiej Zolnierkiewicz
*/
/*
* Mostly written by Mark Lord <mlord@pobox.com>
* and Gadi Oxman <gadio@netvision.net.il>
* and Andre Hedrick <andre@linux-ide.org>
*
* See ... | gpl-2.0 |
sktjdgns1189/android_kernel_pantech_ef63l-cm | drivers/ide/ide.c | 10847 | 10698 | /*
* Copyright (C) 1994-1998 Linus Torvalds & authors (see below)
* Copyright (C) 2003-2005, 2007 Bartlomiej Zolnierkiewicz
*/
/*
* Mostly written by Mark Lord <mlord@pobox.com>
* and Gadi Oxman <gadio@netvision.net.il>
* and Andre Hedrick <andre@linux-ide.org>
*
* See ... | gpl-2.0 |
GAXUSXX/GalaxyS7edge_G935F_Kernel | drivers/gpu/arm/t8xx/r7p0/mali_kbase_mem_linux.c | 96 | 53269 | /*
*
* (C) COPYRIGHT 2010-2015 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
* Foundation, and any use by you of this program is subject to the terms
* of such GNU licence.... | gpl-2.0 |
liudanking/linux-kernel | net/decnet/dn_route.c | 608 | 48162 | /*
* 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 Functions (Endnode and Router)
*
* Authors: ... | gpl-2.0 |
antonizoon/linux_on_wince_htc | drivers/staging/pohmelfs/crypto.c | 608 | 19937 | /*
* 2007+ 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
* (at your option)... | gpl-2.0 |
Flinny/kernel_htc_msm8994 | drivers/thermal/spear_thermal.c | 2144 | 5503 | /*
* SPEAr thermal driver.
*
* Copyright (C) 2011-2012 ST Microelectronics
* Author: Vincenzo Frascino <vincenzo.frascino@st.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modif... | gpl-2.0 |
pio-masaki/kernel_at300 | arch/arm/mach-exynos4/dev-sysmmu.c | 2400 | 5250 | /* linux/arch/arm/mach-exynos4/dev-sysmmu.c
*
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* EXYNOS4 - System MMU 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... | gpl-2.0 |
tonyho/Linux-3.7-TQ2440 | arch/sparc/kernel/hvapi.c | 2656 | 4562 | /* hvapi.c: Hypervisor API management.
*
* Copyright (C) 2007 David S. Miller <davem@davemloft.net>
*/
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/init.h>
#include <asm/hypervisor.h>
#include <asm/oplib.h>
/* If the hypervisor indicates that the API setting
* calls are unsupported, by retu... | gpl-2.0 |
infected-lp/android_kernel_sony_msm | drivers/hid/hid-uclogic.c | 3168 | 33813 | /*
* HID driver for UC-Logic devices not fully compliant with HID standard
*
* Copyright (c) 2010 Nikolai Kondrashov
*/
/*
* 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 versio... | gpl-2.0 |
SolidRun/linux-imx6 | drivers/video/macfb.c | 4192 | 23643 | /*
* macfb.c: Generic framebuffer for Macs whose colourmaps/modes we
* don't know how to set.
*
* (c) 1999 David Huggins-Daines <dhd@debian.org>
*
* Primarily based on vesafb.c, by Gerd Knorr
* (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de>
*
* Also uses information and code from:
*
* The original macfb.c from... | gpl-2.0 |
i2t/rmptcp | drivers/media/pci/ivtv/ivtv-alsa-mixer.c | 4448 | 4866 | /*
* ALSA mixer controls for the
* ALSA interface to ivtv PCM capture streams
*
* Copyright (C) 2009,2012 Andy Walls <awalls@md.metrocast.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Softwar... | gpl-2.0 |
ltelg/kernel_lge_geeb-cm10.1 | arch/ia64/kernel/topology.c | 4448 | 11167 | /*
* 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.
*
* This file contains NUMA specific variables and functions which can
* be split away from DISCONTIGMEM and are used on NUMA machines with
... | gpl-2.0 |
CM-Tab-S/stock_chagalllte | arch/powerpc/platforms/cell/spufs/context.c | 7520 | 4880 | /*
* SPU file system -- SPU context management
*
* (C) Copyright IBM Deutschland Entwicklung GmbH 2005
*
* Author: Arnd Bergmann <arndb@de.ibm.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software... | gpl-2.0 |
benschhold/android_kernel_oneplus_msm8994_custom | fs/ntfs/mft.c | 9312 | 101923 | /**
* mft.c - NTFS kernel mft record operations. Part of the Linux-NTFS project.
*
* Copyright (c) 2001-2012 Anton Altaparmakov and Tuxera Inc.
* Copyright (c) 2002 Richard Russon
*
* This program/include file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public ... | gpl-2.0 |
esgie/viennalte_p905_kernel_source | fs/ntfs/mft.c | 9312 | 101923 | /**
* mft.c - NTFS kernel mft record operations. Part of the Linux-NTFS project.
*
* Copyright (c) 2001-2012 Anton Altaparmakov and Tuxera Inc.
* Copyright (c) 2002 Richard Russon
*
* This program/include file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public ... | gpl-2.0 |
TheScarastic/kenzo | arch/alpha/boot/tools/objstrip.c | 12384 | 6095 | /*
* arch/alpha/boot/tools/objstrip.c
*
* Strip the object file headers/trailers from an executable (ELF or ECOFF).
*
* Copyright (C) 1996 David Mosberger-Tang.
*/
/*
* Converts an ECOFF or ELF object file into a bootable file. The
* object file must be a OMAGIC file (i.e., data and bss follow immediately
* b... | gpl-2.0 |
evnit/android_kernel_samsung_msm8660-common-10.2 | arch/arm/mach-msm/peripheral-reset.c | 97 | 3161 | /* Copyright (c) 2010-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... | gpl-2.0 |
cminyard/linux-live-app-coredump | net/sched/sch_cbq.c | 97 | 43035 | // SPDX-License-Identifier: GPL-2.0-or-later
/*
* net/sched/sch_cbq.c Class-Based Queueing discipline.
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*/
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/errno.h>
#in... | gpl-2.0 |
AOSPXS/kernel_sony_msm8x60 | sound/soc/msm/msm-multi-ch-pcm-q6.c | 353 | 24406 | /* Copyright (c) 2011-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 |
jt1134/android_kernel_samsung_expressatt | arch/arm/mach-msm/idle_stats_device.c | 353 | 10438 | /* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the ho... | gpl-2.0 |
El-Nath/shamu | arch/arm/kernel/stacktrace.c | 865 | 3343 | #include <linux/export.h>
#include <linux/sched.h>
#include <linux/stacktrace.h>
#include <asm/stacktrace.h>
#if defined(CONFIG_FRAME_POINTER) && !defined(CONFIG_ARM_UNWIND)
/*
* Unwind the current stack frame and store the new register values in the
* structure passed as argument. Unwinding is equivalent to a func... | gpl-2.0 |
ztemt/A476_V1B_5.1_kernel | drivers/gpu/drm/nouveau/core/subdev/bios/init.c | 1633 | 51078 | #include <core/engine.h>
#include <core/device.h>
#include <subdev/bios.h>
#include <subdev/bios/bmp.h>
#include <subdev/bios/bit.h>
#include <subdev/bios/conn.h>
#include <subdev/bios/dcb.h>
#include <subdev/bios/dp.h>
#include <subdev/bios/gpio.h>
#include <subdev/bios/init.h>
#include <subdev/devinit.h>
#include <s... | gpl-2.0 |
pakohan/syso-kernel | linux-3.10.16/sound/soc/atmel/sam9g20_wm8731.c | 2145 | 8484 | /*
* sam9g20_wm8731 -- SoC audio for AT91SAM9G20-based
* ATMEL AT91SAM9G20ek board.
*
* Copyright (C) 2005 SAN People
* Copyright (C) 2008 Atmel
*
* Authors: Sedji Gaouaou <sedji.gaouaou@atmel.com>
*
* Based on ati_b1_wm8731.c by:
* Frank Mandarino <fmandarino@endrelia.com>
* Copyright 2006 Endrelia T... | gpl-2.0 |
friedrich420/AEL_NOTE4_N910FXXU1ANK4 | drivers/scsi/fcoe/fcoe_sysfs.c | 2145 | 26408 | /*
* Copyright(c) 2011 - 2012 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the h... | gpl-2.0 |
AndroidGX/SimpleGX-MM-6.0_H811 | net/ipv4/ah4.c | 2145 | 12808 | #define pr_fmt(fmt) "IPsec: " fmt
#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <net/ip.h>
#include <net/xfrm.h>
#include <net/ah.h>
#include <linux/crypto.h>
#include <linux/pfkeyv2.h>
#include <linux/scatterlist.h>
#include <net/icmp.h>
#include <net/proto... | gpl-2.0 |
IonKiwi/android_kernel_samsung_kccat6 | drivers/staging/rtl8192u/r8190_rtl8256.c | 2145 | 10473 | /*
This is part of the rtl8192 driver
released under the GPL (See file COPYING for details).
This files contains programming code for the rtl8256
radio frontend.
*Many* thanks to Realtek Corp. for their great support!
*/
#include "r8192U.h"
#include "r8192U_hw.h"
#include "r819xU_phyreg.h"
#include "r819x... | gpl-2.0 |
Galaxy-Tab-S2/android_kernel_samsung_gts28wifi | fs/nfsd/nfsfh.c | 2401 | 18702 | /*
* NFS server file handle treatment.
*
* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
* Portions Copyright (C) 1999 G. Allen Morris III <gam3@acm.org>
* Extensive rewrite by Neil Brown <neilb@cse.unsw.edu.au> Southern-Spring 1999
* ... and again Southern-Winter 2001 to support export_operations
*/
... | gpl-2.0 |
sandeep1027/kernel-3.10 | drivers/media/rc/keymaps/rc-asus-ps3-100.c | 2913 | 2684 | /* asus-ps3-100.h - Keytable for asus_ps3_100 Remote Controller
*
* Copyright (c) 2012 by Mauro Carvalho Chehab <mchehab@redhat.com>
*
* Based on a previous patch from Remi Schwartz <remi.schwartz@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU ... | gpl-2.0 |
rcstar6696/kernel | drivers/gpu/drm/nouveau/nvc0_fbcon.c | 2913 | 7108 | /*
* Copyright 2010 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 |
gdachs/linux | drivers/clk/ux500/clk-sysctrl.c | 3681 | 5718 | /*
* Sysctrl clock implementation for ux500 platform.
*
* Copyright (C) 2013 ST-Ericsson SA
* Author: Ulf Hansson <ulf.hansson@linaro.org>
*
* License terms: GNU General Public License (GPL) version 2
*/
#include <linux/clk-provider.h>
#include <linux/mfd/abx500/ab8500-sysctrl.h>
#include <linux/device.h>
#incl... | gpl-2.0 |
EPDCenter/android_kernel_rockchip | drivers/mtd/maps/esb2rom.c | 3681 | 13012 | /*
* esb2rom.c
*
* Normal mappings of flash chips in physical memory
* through the Intel ESB2 Southbridge.
*
* This was derived from ichxrom.c in May 2006 by
* Lew Glendenning <lglendenning@lnxi.com>
*
* Eric Biederman, of course, was a major help in this effort.
*/
#include <linux/module.h>
#include <linux/... | gpl-2.0 |
GeyerA/kernel_flo | arch/arm/mach-kirkwood/netxbig_v2-setup.c | 4961 | 12809 | /*
* arch/arm/mach-kirkwood/netxbig_v2-setup.c
*
* LaCie 2Big and 5Big Network v2 board setup
*
* Copyright (C) 2010 Simon Guinot <sguinot@lacie.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 Softwa... | gpl-2.0 |
garwynn/android_kernel_samsung_klte | arch/arm/mach-kirkwood/rd88f6281-setup.c | 4961 | 2975 | /*
* arch/arm/mach-kirkwood/rd88f6281-setup.c
*
* Marvell RD-88F6281 Reference Board Setup
*
* 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 |
mahirkukreja/delos3geurkernel | arch/powerpc/sysdev/xics/ics-rtas.c | 7521 | 6014 | #include <linux/types.h>
#include <linux/kernel.h>
#include <linux/irq.h>
#include <linux/smp.h>
#include <linux/interrupt.h>
#include <linux/init.h>
#include <linux/cpu.h>
#include <linux/of.h>
#include <linux/spinlock.h>
#include <linux/msi.h>
#include <asm/prom.h>
#include <asm/smp.h>
#include <asm/machdep.h>
#incl... | gpl-2.0 |
SlimDevs/kernel_lge_hammerhead | drivers/media/dvb/frontends/tda10086.c | 8801 | 19210 | /*
Driver for Philips tda10086 DVBS Demodulator
(c) 2006 Andrew de Quincey
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 you... | gpl-2.0 |
LorDClockaN/LorDNeo_2639 | drivers/video/vgastate.c | 13409 | 13638 | /*
* linux/drivers/video/vgastate.c -- VGA state save/restore
*
* Copyright 2002 James Simmons
*
* Copyright history from vga16fb.c:
* Copyright 1999 Ben Pfaff and Petr Vandrovec
* Based on VGA info at http://www.goodnet.com/~tinara/FreeVGA/home.htm
* Based on VESA framebuffer (c) 1998 Gerd Knorr
*
* This fi... | gpl-2.0 |
TheStrix/android_kernel_xiaomi_armani_OLD | arch/alpha/math-emu/math.c | 13665 | 9859 | #include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <asm/uaccess.h>
#include "sfp-util.h"
#include <math-emu/soft-fp.h>
#include <math-emu/single.h>
#include <math-emu/double.h>
#define OPC_PAL 0x00
#define OPC_INTA 0x10
#define OPC_INTL 0x11
#define OPC_IN... | gpl-2.0 |
psyke83/android_kernel_samsung_msm | drivers/video/console/font_pearl_8x8.c | 14689 | 55726 | /**********************************************/
/* */
/* Font file generated by cpi2fnt */
/* ------------------------------ */
/* Combined with the alpha-numeric */
/* portion of Greg Harp's old PEARL */
/* font (from earlie... | gpl-2.0 |
marcOcram/Acer-Liquid-MT-Kernel | drivers/md/dm-io.c | 98 | 11166 | /*
* Copyright (C) 2003 Sistina Software
* Copyright (C) 2006 Red Hat GmbH
*
* This file is released under the GPL.
*/
#include <linux/device-mapper.h>
#include <linux/bio.h>
#include <linux/mempool.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/dm-io.h>
struct dm_... | gpl-2.0 |
robclark/kernel-omap4 | drivers/spi/spi-bfin-sport.c | 98 | 23534 | /*
* SPI bus via the Blackfin SPORT peripheral
*
* Enter bugs at http://blackfin.uclinux.org/
*
* Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/gpio.h>
#inclu... | gpl-2.0 |
aospan/linux-stable-netup-universal-dvb-1.4 | arch/x86/mm/pgtable.c | 98 | 15423 | #include <linux/mm.h>
#include <linux/gfp.h>
#include <asm/pgalloc.h>
#include <asm/pgtable.h>
#include <asm/tlb.h>
#include <asm/fixmap.h>
#include <asm/mtrr.h>
#define PGALLOC_GFP GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO
#ifdef CONFIG_HIGHPTE
#define PGALLOC_USER_GFP __GFP_HIGHMEM
#else
#define PGALLO... | gpl-2.0 |
wenhulove333/LinuxKernelStable | drivers/ata/sata_rcar.c | 354 | 27259 | /*
* Renesas R-Car SATA driver
*
* Author: Vladimir Barinov <source@cogentembedded.com>
* Copyright (C) 2013-2015 Cogent Embedded, Inc.
* Copyright (C) 2013-2015 Renesas Solutions Corp.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public Li... | gpl-2.0 |
jamesjjliao/linux | sound/pci/hda/hda_sysfs.c | 610 | 19425 | /*
* sysfs interface for HD-audio codec
*
* Copyright (c) 2014 Takashi Iwai <tiwai@suse.de>
*
* split from hda_hwdep.c
*/
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/compat.h>
#include <linux/mutex.h>
#include <linux/ctype.h>
#include <linux/string.h>
#include <linux/export.h>
#include <sound... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.