repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
Vegaviet-DevTeam/Kernel_N4_N910SLK | sound/pci/ctxfi/ctpcm.c | 2959 | 12277 | /**
* Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
*
* This source file is released under GPL v2 license (no other versions).
* See the COPYING file included in the main directory of this source
* distribution for the license terms and conditions.
*
* @File ctpcm.c
*
* @Brief
* This file ... | gpl-2.0 |
ssuthiku/linux | drivers/video/fbdev/aty/mach64_accel.c | 4495 | 11909 |
/*
* ATI Mach64 Hardware Acceleration
*/
#include <linux/delay.h>
#include <asm/unaligned.h>
#include <linux/fb.h>
#include <video/mach64.h>
#include "atyfb.h"
/*
* Generic Mach64 routines
*/
/* this is for DMA GUI engine! work in progress */
typedef struct {
u32 frame_buf_offset;
u32 system_mem... | gpl-2.0 |
RepoB/android_kernel_sony_msm8974-GreatDevs | drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 5263 | 11139 | /*
* Copyright © 2006-2011 Intel Corporation
*
* 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... | gpl-2.0 |
AOKP/kernel_samsung_smdk4412 | drivers/gpu/drm/nouveau/nv50_vm.c | 5263 | 4827 | /*
* 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 |
SlimRoms/kernel_samsung_crespo | crypto/chainiv.c | 9615 | 8763 | /*
* chainiv: Chain IV Generator
*
* Generate IVs simply be using the last block of the previous encryption.
* This is mainly useful for CBC with a synchronous algorithm.
*
* Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au>
*
* This program is free software; you can redistribute it and/or modify it
... | gpl-2.0 |
LG-V10/LGV10__pplus_msm8992_kernel | lib/mpi/generic_mpih-add1.c | 9871 | 2027 | /* mpihelp-add_1.c - MPI helper functions
* Copyright (C) 1994, 1996, 1997, 1998,
* 2000 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
* GnuPG 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 |
Entropy512/kernel_yuga_reference | lib/mpi/generic_mpih-mul3.c | 9871 | 1977 | /* mpihelp-mul_3.c - MPI helper functions
* Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
* GnuPG 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 Foun... | gpl-2.0 |
BigBrother1984/android_kernel_lge_mako | drivers/uwb/drp.c | 10383 | 24709 | /*
* Ultra Wide Band
* Dynamic Reservation Protocol handling
*
* Copyright (C) 2005-2006 Intel Corporation
* Inaky Perez-Gonzalez <inaky.perez-gonzalez@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 t... | gpl-2.0 |
xiaokang1986/Kylin-kernel-3.4.10 | drivers/net/fddi/skfp/smt.c | 10639 | 52521 | /******************************************************************************
*
* (C)Copyright 1998,1999 SysKonnect,
* a business unit of Schneider & Koch & Co. Datensysteme GmbH.
*
* See the file "skfddi.c" for further information.
*
* This program is free software; you can redistribute it and/or modify
* it... | gpl-2.0 |
GuoqingJiang/linux | drivers/staging/vt6656/int.c | 144 | 4717 | /*
* Copyright (c) 1996, 2003 VIA Networking Technologies, 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 opt... | gpl-2.0 |
vfalico/popcorn | arch/sh/kernel/io_trapped.c | 656 | 6568 | /*
* Trapped io support
*
* Copyright (C) 2008 Magnus Damm
*
* Intercept io operations by trapping.
*
* 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/kernel.h>
#include ... | gpl-2.0 |
mfornero/linux | sound/pci/vx222/vx222_ops.c | 1168 | 35778 | /*
* Driver for Digigram VX222 V2/Mic soundcards
*
* VX222-specific low-level routines
*
* Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software... | gpl-2.0 |
alinuredini/nova | drivers/block/xsysace.c | 1168 | 33533 | /*
* Xilinx SystemACE device driver
*
* Copyright 2007 Secret Lab Technologies 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.
*/
/*
* The SystemACE chip is designed t... | gpl-2.0 |
gobzateloon/Gobza_Sprout-LP | arch/powerpc/kvm/book3s_pr.c | 1936 | 34901 | /*
* Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved.
*
* Authors:
* Alexander Graf <agraf@suse.de>
* Kevin Wolf <mail@kevin-wolf.de>
* Paul Mackerras <paulus@samba.org>
*
* Description:
* Functions relating to running KVM on Book 3S processors where
* we don't have access to hyperv... | gpl-2.0 |
zf2-laser-dev/android_kernel_asus_Z00E | net/ipv6/netfilter.c | 1936 | 5604 | /*
* IPv6 specific functions of netfilter core
*
* Rusty Russell (C) 2000 -- This code is GPL.
* Patrick McHardy (C) 2006-2012
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/ipv6.h>
#include <linux/netfilter.h>
#include <linux/netfilter_ipv6.h>
#include <linux/export.h>
#include <net/addrconf... | gpl-2.0 |
ghbhaha/android_kernel_oneplus_msm8974 | arch/arm/plat-samsung/adc.c | 2960 | 12543 | /* arch/arm/plat-samsung/adc.c
*
* Copyright (c) 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>, <ben-linux@fluff.org>
*
* Samsung ADC device core
*
* 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 |
SiddheshK15/android_kernel_yu_msm8916_gcc5 | drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 7568 | 9450 | /******************************************************************************
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
*
* Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al.
* This program is free software; you can redistribute it ... | gpl-2.0 |
scto/android_kernel_jide_sk1wg | arch/m68k/amiga/amiints.c | 8592 | 4218 | /*
* Amiga Linux interrupt handling code
*
* 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/init.h>
#include <linux/interrupt.h>
#include <linux/errno.h>
#include <linux/irq.h... | gpl-2.0 |
yank555-lu/Shamu-3.10-lollipop | arch/arm/mach-pxa/clock-pxa2xx.c | 8592 | 1077 | /*
* linux/arch/arm/mach-pxa/clock-pxa2xx.c
*
* 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>
#include <linux/kernel.h>
#include <linux/init.h>
#inc... | gpl-2.0 |
mihadyuk/wandboard-linux | arch/mn10300/unit-asb2303/leds.c | 13712 | 1471 | /* ASB2303 peripheral 7-segment LEDs x1 support
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licence
* as published by the Free Sof... | gpl-2.0 |
BORETS24/Zenfone-2-500CL | linux/kernel/net/ceph/osd_client.c | 145 | 69505 |
#include <linux/ceph/ceph_debug.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/highmem.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
#ifdef CONFIG_BLOCK
#include <linux/bio.h>
#endif
#include <linux/ceph/libceph.h>
#include <linux/ceph/osd... | gpl-2.0 |
nache303/Project-WoW-Legacy | dep/mysqllite/mysys/my_file.c | 401 | 3867 | /* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT AN... | gpl-2.0 |
TeamHackYU/SKernel_Yu | drivers/clk/qcom/clock-gcc-8994.c | 657 | 91594 | /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | gpl-2.0 |
enleightond/linux | drivers/rtc/rtc-bq4802.c | 1425 | 4300 | /* rtc-bq4802.c: TI BQ4802 RTC driver.
*
* Copyright (C) 2008 David S. Miller <davem@davemloft.net>
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/rtc.h>
#include <linux/bcd.h>
#include <linux/slab.h>
MODULE_AU... | gpl-2.0 |
wRieDen/imapx210-nb-linux-kernel | drivers/ata/pata_palmld.c | 1681 | 3531 | /*
* drivers/ata/pata_palmld.c
*
* Driver for IDE channel in Palm LifeDrive
*
* Based on research of:
* Alex Osborne <ato@meshy.org>
*
* Rewrite for mainline:
* Marek Vasut <marek.vasut@gmail.com>
*
* Rewritten version based on pata_ixp4xx_cf.c:
* ixp4xx PATA/Compact Flash driver
* Copyright (C) 2006-07 ... | gpl-2.0 |
VorkTeam/vorkKernel-DESIRE | drivers/ata/pata_palmld.c | 1681 | 3531 | /*
* drivers/ata/pata_palmld.c
*
* Driver for IDE channel in Palm LifeDrive
*
* Based on research of:
* Alex Osborne <ato@meshy.org>
*
* Rewrite for mainline:
* Marek Vasut <marek.vasut@gmail.com>
*
* Rewritten version based on pata_ixp4xx_cf.c:
* ixp4xx PATA/Compact Flash driver
* Copyright (C) 2006-07 ... | gpl-2.0 |
ffosilva/kernel | arch/s390/pci/pci_clp.c | 1937 | 7533 | /*
* Copyright IBM Corp. 2012
*
* Author(s):
* Jan Glauber <jang@linux.vnet.ibm.com>
*/
#define COMPONENT "zPCI"
#define pr_fmt(fmt) COMPONENT ": " fmt
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/delay.h>
#include <linux/pci.h>
#include <asm/pci_debug.h>
#include <a... | gpl-2.0 |
1N4148/kernel_golden | arch/mips/kernel/i8259.c | 2193 | 9238 | /*
* 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 |
deafnote/kernel-gigabyte-rior1 | arch/x86/xen/spinlock.c | 2449 | 10779 | /*
* Split spinlock implementation out into its own file, so it can be
* compiled in a FTRACE-compatible way.
*/
#include <linux/kernel_stat.h>
#include <linux/spinlock.h>
#include <linux/debugfs.h>
#include <linux/log2.h>
#include <linux/gfp.h>
#include <asm/paravirt.h>
#include <xen/interface/xen.h>
#include <xe... | gpl-2.0 |
psachin/apc-rock-II-kernel | drivers/tty/hvc/hvc_console.c | 3985 | 23665 | /*
* Copyright (C) 2001 Anton Blanchard <anton@au.ibm.com>, IBM
* Copyright (C) 2001 Paul Mackerras <paulus@au.ibm.com>, IBM
* Copyright (C) 2004 Benjamin Herrenschmidt <benh@kernel.crashing.org>, IBM Corp.
* Copyright (C) 2004 IBM Corporation
*
* Additional Author(s):
* Ryan S. Arnold <rsa@us.ibm.com>
*
* Th... | gpl-2.0 |
Kuzma30/NT34K | security/apparmor/lsm.c | 4753 | 25133 | /*
* AppArmor security module
*
* This file contains AppArmor LSM hooks.
*
* Copyright (C) 1998-2008 Novell/SUSE
* Copyright 2009-2010 Canonical 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 Softw... | gpl-2.0 |
iamroot11c/kernel_source | drivers/media/rc/keymaps/rc-dib0700-rc5.c | 7313 | 6113 | /* rc-dvb0700-big.c - Keytable for devices in dvb0700
*
* Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com>
*
* TODO: This table is a real mess, as it merges RC codes from several
* devices into a big table. It also has both RC-5 and NEC codes inside.
* It should be broken into small tables, and th... | gpl-2.0 |
ljalves/alce68k | drivers/input/input-polldev.c | 7569 | 6355 | /*
* Generic implementation of a polled input device
* Copyright (c) 2007 Dmitry Torokhov
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*/
#define pr_fmt(fmt) KBUILD_MODNA... | gpl-2.0 |
wan5xp/android_kernel_sony_u8500 | drivers/video/sunxvr500.c | 9105 | 11532 | /* sunxvr500.c: Sun 3DLABS XVR-500 Expert3D driver for sparc64 systems
*
* Copyright (C) 2007 David S. Miller (davem@davemloft.net)
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/fb.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/of_device.h>
#include <asm/io.h>
/* XXX Th... | gpl-2.0 |
Kali-/tf101-kernel | arch/sh/boards/mach-microdev/fdc37c93xapm.c | 13969 | 6415 | /*
*
* Setup for the SMSC FDC37C93xAPM
*
* Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com)
* Copyright (C) 2003, 2004 SuperH, Inc.
* Copyright (C) 2004, 2005 Paul Mundt
*
* SuperH SH4-202 MicroDev board support.
*
* May be copied or modified under the terms of the GNU General Public
* License. S... | gpl-2.0 |
penhoi/linux-3.14.56 | arch/sh/boards/mach-microdev/fdc37c93xapm.c | 13969 | 6415 | /*
*
* Setup for the SMSC FDC37C93xAPM
*
* Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com)
* Copyright (C) 2003, 2004 SuperH, Inc.
* Copyright (C) 2004, 2005 Paul Mundt
*
* SuperH SH4-202 MicroDev board support.
*
* May be copied or modified under the terms of the GNU General Public
* License. S... | gpl-2.0 |
androidbftab1/bf-kernel-4.2 | drivers/pinctrl/pinctrl-single.c | 146 | 50264 | /*
* Generic device tree based pinctrl driver for one register per pin
* type pinmux controllers
*
* Copyright (C) 2012 Texas Instruments, Inc.
*
* 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 ex... | gpl-2.0 |
arm-embedded/newlib.debian | newlib/libc/string/wmemmove.c | 146 | 2957 | /*
FUNCTION
<<wmemmove>>---copy wide characters in memory with overlapping areas
ANSI_SYNOPSIS
#include <wchar.h>
wchar_t *wmemmove(wchar_t *<[d]>, const wchar_t *<[s]>, size_t <[n]>);
TRAD_SYNOPSIS
wchar_t *wmemmove(<[d]>, <[s]>, <[n]>
wchar_t *<[d]>;
const wchar_t *<[s]>;
size_t <[n]>;
DESCRIPTION
The <<w... | gpl-2.0 |
TeamExodus/kernel_lge_hammerhead | fs/exec.c | 146 | 54019 | /*
* linux/fs/exec.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
* the header into memory. The inode of the executable is put into
* "current->executable", and page faults do the actual load... | gpl-2.0 |
osmc/vero-linux | drivers/media/platform/exynos4-is/fimc-capture.c | 146 | 51076 | /*
* Samsung S5P/EXYNOS4 SoC series camera interface (camera capture) driver
*
* Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd.
* Sylwester Nawrocki <s.nawrocki@samsung.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ve... | gpl-2.0 |
tjwei/acer-stream-minimal-kernel | sound/soc/s3c24xx/neo1973_wm8753.c | 146 | 18745 | /*
* neo1973_wm8753.c -- SoC audio for Neo1973
*
* Copyright 2007 Wolfson Microelectronics PLC.
* Author: Graeme Gregory
* graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.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 |
SubhrajyotiSen/HelioxKernelOnyx | net/x25/af_x25.c | 658 | 41783 | /*
* X.25 Packet Layer release 002
*
* This is ALPHA test software. This code may break your machine,
* randomly fail to work with new releases, misbehave and/or generally
* screw up. It might even work.
*
* This code REQUIRES 2.1.15 or higher
*
* This module:
* This module is free software; you can redistri... | gpl-2.0 |
zzicewind/linux | net/irda/irlan/irlan_client_event.c | 1426 | 12991 | /*********************************************************************
*
* Filename: irlan_client_event.c
* Version: 0.9
* Description: IrLAN client state machine
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Sun Aug 31 20:14:37 1997
* Modified at: ... | gpl-2.0 |
Krabappel2548/kernel_msm8x60 | arch/arm/plat-samsung/dev-keypad.c | 2706 | 1294 | /*
* linux/arch/arm/plat-samsung/dev-keypad.c
*
* Copyright (C) 2010 Samsung Electronics Co.Ltd
* Author: Joonyoung Shim <jy0922.shim@samsung.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Sof... | gpl-2.0 |
LorDClockaN/shooter-ics | arch/m68k/platform/coldfire/gpio.c | 4498 | 3317 | /*
* Coldfire generic GPIO support.
*
* (C) Copyright 2009, Steven King <sfking@fdwdc.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* This program i... | gpl-2.0 |
coolbho3k/Xoom-OC | arch/mips/bcm63xx/setup.c | 4498 | 2842 | /*
* 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 Maxime Bizon <mbizon@freebox.fr>
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#inclu... | gpl-2.0 |
Droid-Concepts/DC-Elite_kernel_jf | drivers/video/backlight/atmel-pwm-bl.c | 7058 | 6308 | /*
* Copyright (C) 2008 Atmel Corporation
*
* Backlight driver using Atmel PWM peripheral.
*
* 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/init.h>
#include... | gpl-2.0 |
croniccorey/cronmod-kernel | arch/powerpc/platforms/cell/pervasive.c | 7314 | 3256 | /*
* CBE Pervasive Monitor and Debug
*
* (C) Copyright IBM Corporation 2005
*
* Authors: Maximino Aguilar (maguilar@us.ibm.com)
* Michael N. Day (mnday@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 publish... | gpl-2.0 |
AOSPA-L/android_kernel_oneplus_msm8974 | arch/powerpc/platforms/40x/walnut.c | 8082 | 1687 | /*
* Architecture- / platform-specific boot-time initialization code for
* IBM PowerPC 4xx based boards. Adapted from original
* code by Gary Thomas, Cort Dougan <cort@fsmlabs.com>, and Dan Malek
* <dan@net4x.com>.
*
* Copyright(c) 1999-2000 Grant Erickson <grant@lcse.umn.edu>
*
* Rewritten and ported to the me... | gpl-2.0 |
Luquidtester/DirtyKernel-3.4.76 | drivers/staging/go7007/wis-ov7640.c | 8338 | 2462 | /*
* 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 |
arasilinux/arasievm-kernel | arch/x86/kernel/cpu/perf_event_intel_ds.c | 147 | 17640 | #include <linux/bitops.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <asm/perf_event.h>
#include "perf_event.h"
/* The size of a BTS record in bytes: */
#define BTS_RECORD_SIZE 24
#define BTS_BUFFER_SIZE (PAGE_SIZE << 4)
#define PEBS_BUFFER_SIZE PAGE_SIZE
/*
* pebs_record_32 for p4 and core not s... | gpl-2.0 |
ps06756/linux-3.17.2 | arch/arm/mach-at91/board-stamp9g20.c | 147 | 6806 | /*
* Copyright (C) 2010 Christian Glindkamp <christian.glindkamp@taskit.de>
* taskit GmbH
*
* 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 Lic... | gpl-2.0 |
FreeScienceCommunity/rt-thread | components/external/freetype/src/gxvalid/gxvkern.c | 147 | 28381 | /***************************************************************************/
/* */
/* gxvkern.c */
/* */
/* Tr... | gpl-2.0 |
MassStash/htc_m9_kernel_sense_5.0.2 | drivers/input/touchscreen/synaptics_dsx/synaptics_dsx_proximity.c | 915 | 15886 | /*
* Synaptics DSX touchscreen driver
*
* Copyright (C) 2012 Synaptics Incorporated
*
* Copyright (C) 2012 Alexandra Chin <alexandra.chin@tw.synaptics.com>
* Copyright (C) 2012 Scott Lin <scott.lin@tw.synaptics.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o... | gpl-2.0 |
Huexxx/diana | drivers/staging/dream/qdsp5/adsp_lpm_verify_cmd.c | 1683 | 2043 | /* arch/arm/mach-msm/qdsp5/adsp_lpm_verify_cmd.c
*
* Verificion code for aDSP LPM packets from userspace.
*
* Copyright (c) 2008 QUALCOMM Incorporated
* Copyright (C) 2008 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software ... | gpl-2.0 |
m0zes/linux | arch/powerpc/kernel/rtas_flash.c | 1683 | 21962 | /*
* c 2001 PPC 64 Team, IBM 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; either version
* 2 of the License, or (at your option) any later version.
*
* /pr... | gpl-2.0 |
PennPanda/litmus-rt | drivers/usb/serial/symbolserial.c | 1939 | 5161 | /*
* Symbol USB barcode to serial driver
*
* Copyright (C) 2013 Johan Hovold <jhovold@gmail.com>
* Copyright (C) 2009 Greg Kroah-Hartman <gregkh@suse.de>
* Copyright (C) 2009 Novell Inc.
*
* 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 |
lenovo-yt2-dev/android_kernel_lenovo_baytrail | arch/arm/mach-at91/at91x40.c | 2195 | 2218 | /*
* arch/arm/mach-at91/at91x40.c
*
* (C) Copyright 2007, Greg Ungerer <gerg@snapgear.com>
* Copyright (C) 2005 SAN People
*
* 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 |
djvoleur/V_920P_BOF7 | drivers/mtd/nand/xway_nand.c | 3731 | 5376 | /*
* 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.
*
* Copyright © 2012 John Crispin <blogic@openwrt.org>
*/
#include <linux/mtd/nand.h>
#include <linux/of_gpio.h>
#include ... | gpl-2.0 |
mopplayer/OK6410-Kernel4.1.4-With-Ubuntu9.04 | drivers/hid/usbhid/hiddev.c | 3731 | 22710 | /*
* Copyright (c) 2001 Paul Stewart
* Copyright (c) 2001 Vojtech Pavlik
*
* HID char devices, giving access to raw HID device events.
*
*/
/*
* 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 Fo... | gpl-2.0 |
Vitronic-GmbH/HwdZynqLinux | drivers/media/usb/gspca/m5602/m5602_core.c | 4243 | 10662 | /*
* USB Driver for ALi m5602 based webcams
*
* Copyright (C) 2008 Erik Andrén
* Copyright (C) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project.
* Copyright (C) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br>
*
* Portions of code to USB interface and ALi driver software,
* Copyright (c) 2006 Wil... | gpl-2.0 |
Nyks45/Veno-M | arch/mn10300/mm/dma-alloc.c | 4243 | 2052 | /* MN10300 Dynamic DMA mapping support
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
* Derived from: arch/i386/kernel/pci-dma.c
*
* 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 |
GustavoRD78/78Kernel-ZL-233 | fs/sysfs/mount.c | 4499 | 4561 | /*
* fs/sysfs/symlink.c - operations for initializing and mounting sysfs
*
* Copyright (c) 2001-3 Patrick Mochel
* Copyright (c) 2007 SUSE Linux Products GmbH
* Copyright (c) 2007 Tejun Heo <teheo@suse.de>
*
* This file is released under the GPLv2.
*
* Please see Documentation/filesystems/sysfs.txt for more in... | gpl-2.0 |
dummie999/android_kernel_htc_z4u | drivers/net/wireless/orinoco/wext.c | 5267 | 34859 | /* Wireless extensions support.
*
* See copyright notice in main.c
*/
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/if_arp.h>
#include <linux/wireless.h>
#include <linux/ieee80211.h>
#include <net/iw_handler.h>
#include <net/cfg80211.h>
#include <net/cfg80211-wext.h>
#include "hermes.h"
#include... | gpl-2.0 |
richardtrip/endeavoru | arch/x86/kernel/acpi/boot.c | 148 | 40704 | /*
* boot.c - Architecture-Specific Low-Level ACPI Boot Support
*
* Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
* Copyright (C) 2001 Jun Nakajima <jun.nakajima@intel.com>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
* This program is free soft... | gpl-2.0 |
LiYihai/linux-2.6.39.4-notes | fs/btrfs/volumes.c | 148 | 97320 | /*
* Copyright (C) 2007 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License v2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHO... | gpl-2.0 |
kurainooni/rk30-kernel | drivers/char/tpm/tpm.c | 1428 | 30343 | /*
* Copyright (C) 2004 IBM Corporation
*
* Authors:
* Leendert van Doorn <leendert@watson.ibm.com>
* Dave Safford <safford@watson.ibm.com>
* Reiner Sailer <sailer@watson.ibm.com>
* Kylene Hall <kjhall@us.ibm.com>
*
* Maintained by: <tpmdd-devel@lists.sourceforge.net>
*
* Device driver for TCG/TCPA TPM (trus... | gpl-2.0 |
matianfu/barcelona-4.3.3 | drivers/scsi/fcoe/fcoe_sysfs.c | 1940 | 26564 | /*
* 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 |
jejecule/kernel_despair_find7 | arch/arm/mach-msm/board-msm7x30.c | 1940 | 188369 | /* Copyright (c) 2009-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 |
yu-aosp-staging/android_kernel_yu_msm8916 | arch/powerpc/kernel/udbg.c | 1940 | 4297 | /*
* polling mode stateless debugging stuff, originally for NS16550 Serial Ports
*
* c 2001 PPC 64 Team, IBM 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; either v... | gpl-2.0 |
Project-Elite/elite_kernel_jf_tw | arch/parisc/kernel/process.c | 2964 | 10763 | /*
* PARISC Architecture-dependent parts of process handling
* based on the work for i386
*
* Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org>
* Copyright (C) 2000 Martin K Petersen <mkp at mkp.net>
* Copyright (C) 2000 John Marvin <jsm at parisc-linux.org>
* Copyright (C) 200... | gpl-2.0 |
mmontuori/tegra-olympus | drivers/pci/hotplug/pciehp_core.c | 3220 | 10045 | /*
* PCI Express Hot Plug Controller Driver
*
* Copyright (C) 1995,2001 Compaq Computer Corporation
* Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2001 IBM Corp.
* Copyright (C) 2003-2004 Intel Corporation
*
* All rights reserved.
*
* This program is free software; you can redistribu... | gpl-2.0 |
sakindia123/android_kernel_samsung_j700F | sound/soc/fsl/fsl_utils.c | 4244 | 2633 | /**
* Freescale ALSA SoC Machine driver utility
*
* Author: Timur Tabi <timur@freescale.com>
*
* Copyright 2010 Freescale Semiconductor, Inc.
*
* 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 ex... | gpl-2.0 |
EnJens/android-tegra-nv-2.6.39 | drivers/hwmon/lm80.c | 4244 | 20116 | /*
* lm80.c - From lm_sensors, Linux kernel modules for hardware
* monitoring
* Copyright (C) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
* and Philip Edelbrock <phil@netroedge.com>
*
* Ported to Linux 2.6 by Tiago Sousa <mirage@kaotik.org>
*
* This program is free software; you can redistribute it and/or modif... | gpl-2.0 |
SamueleCiprietti/nova_kernel | drivers/hwmon/lm80.c | 4244 | 20116 | /*
* lm80.c - From lm_sensors, Linux kernel modules for hardware
* monitoring
* Copyright (C) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
* and Philip Edelbrock <phil@netroedge.com>
*
* Ported to Linux 2.6 by Tiago Sousa <mirage@kaotik.org>
*
* This program is free software; you can redistribute it and/or modif... | gpl-2.0 |
skyem123/android_kernel_oneplus_one | drivers/edac/amd64_edac_inj.c | 8084 | 5121 | #include "amd64_edac.h"
static ssize_t amd64_inject_section_show(struct mem_ctl_info *mci, char *buf)
{
struct amd64_pvt *pvt = mci->pvt_info;
return sprintf(buf, "0x%x\n", pvt->injection.section);
}
/*
* store error injection section value which refers to one of 4 16-byte sections
* within a 64-byte cacheline
*... | gpl-2.0 |
defconoi/L-Kernel-Mako | drivers/scsi/scsi_trace.c | 10900 | 6723 | /*
* Copyright (C) 2010 FUJITSU LIMITED
* Copyright (C) 2010 Tomohiro Kusumi <kusumi.tomohiro@jp.fujitsu.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program... | gpl-2.0 |
AOKP/kernel_asus_tf101 | drivers/gpu/drm/radeon/radeon_atombios.c | 149 | 100055 | /*
* Copyright 2007-8 Advanced Micro Devices, Inc.
* Copyright 2008 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
* t... | gpl-2.0 |
xin3liang/device_ti_bootloader_uboot | drivers/video/sed13806.c | 149 | 9928 | /*
* (C) Copyright 2002
* Stäubli Faverges - <www.staubli.com>
* Pierre AUBERT p.aubert@staubli.com
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* p... | gpl-2.0 |
titanxxh/xengt-ha-kernel | drivers/usb/dwc2/hcd.c | 149 | 85523 | /*
* hcd.c - DesignWare HS OTG Controller host-mode routines
*
* Copyright (C) 2004-2013 Synopsys, Inc.
*
* 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 code must retain the above... | gpl-2.0 |
sh95119/linux | drivers/gpu/drm/i915/dvo_ns2501.c | 405 | 22566 | /*
*
* 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 |
TeamWin/PoonSense-2.3.3 | drivers/usb/host/xhci.c | 405 | 75035 | /*
* xHCI host controller driver
*
* Copyright (C) 2008 Intel Corp.
*
* Author: Sarah Sharp
* Some code borrowed from the Linux EHCI driver.
*
* 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 Soft... | gpl-2.0 |
WarheadsSE/OX820-2.6-linux | kernel/kgdb.c | 405 | 39461 | /*
* KGDB stub.
*
* Maintainer: Jason Wessel <jason.wessel@windriver.com>
*
* Copyright (C) 2000-2001 VERITAS Software Corporation.
* Copyright (C) 2002-2004 Timesys Corporation
* Copyright (C) 2003-2004 Amit S. Kale <amitkale@linsyssoft.com>
* Copyright (C) 2004 Pavel Machek <pavel@suse.cz>
* Copyright (C) 20... | gpl-2.0 |
YoungjaeLee/linux-4.3-cxlbdev | drivers/hwtracing/coresight/coresight-funnel.c | 661 | 7031 | /* 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 |
Sublime-Development/kernel_flounder | drivers/net/wireless/ath/ath9k/mac.c | 661 | 25923 | /*
* Copyright (c) 2008-2011 Atheros Communications Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | gpl-2.0 |
Savaged-Zen/android_kernel_liquid_tuna | fs/affs/amigaffs.c | 2965 | 11553 | /*
* linux/fs/affs/amigaffs.c
*
* (c) 1996 Hans-Joachim Widmaier - Rewritten
*
* (C) 1993 Ray Burr - Amiga FFS filesystem.
*
* Please send bug reports to: hjw@zvw.de
*/
#include "affs.h"
extern struct timezone sys_tz;
static char ErrorBuffer[256];
/*
* Functions for accessing Amiga-FFS structures.
*... | gpl-2.0 |
AndroidDeveloperAlliance/kernel_samsung_smdk4210 | drivers/acpi/acpica/exregion.c | 3221 | 15317 |
/******************************************************************************
*
* Module Name: exregion - ACPI default op_region (address space) handlers
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Re... | gpl-2.0 |
dastin1015/android_kernel_samsung_d710 | drivers/acpi/acpica/tbutils.c | 3221 | 23441 | /******************************************************************************
*
* Module Name: tbutils - table utilities
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source a... | gpl-2.0 |
aeroevan/android_kernel_asus_grouper | tools/perf/util/color.c | 3989 | 6714 | #include "cache.h"
#include "color.h"
int perf_use_color_default = -1;
static int parse_color(const char *name, int len)
{
static const char * const color_names[] = {
"normal", "black", "red", "green", "yellow",
"blue", "magenta", "cyan", "white"
};
char *end;
int i;
for (i = 0; i < (int)ARRAY_SIZE(color_na... | gpl-2.0 |
flyelfrickchu/imx6dl_kernel_imx | arch/arm/mm/copypage-v4wt.c | 4245 | 2455 | /*
* linux/arch/arm/mm/copypage-v4wt.S
*
* Copyright (C) 1995-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.
*
* This is for CPUs with a writethrough c... | gpl-2.0 |
leehz/android_kernel_samsung_ms013g | net/sunrpc/xprtrdma/svc_rdma_marshal.c | 5269 | 11239 | /*
* Copyright (c) 2005-2006 Network Appliance, 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 th... | gpl-2.0 |
Dearms/android_kernel_xiaomi_msm8960 | arch/mips/jz4740/timer.c | 7573 | 1470 | /*
* Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de>
* JZ4740 platform timer 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 ... | gpl-2.0 |
Ca1ne/Enoch-Sense-Kernel-old | arch/mn10300/unit-asb2305/unit-init.c | 7573 | 1535 | /* ASB2305 Initialisation
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licence
* as published by the Free Software Foundation; eith... | gpl-2.0 |
Al3XKOoL/tmp | drivers/pcmcia/sa1111_lubbock.c | 9365 | 5190 | /*
* linux/drivers/pcmcia/pxa2xx_lubbock.c
*
* Author: George Davis
* Created: Jan 10, 2002
* Copyright: 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 version 2 as
* published by the Free Software Foundat... | gpl-2.0 |
Schischu/xoom-ElementalX | arch/x86/lib/mmx_32.c | 13461 | 8212 | /*
* MMX 3DNow! library helper functions
*
* To do:
* We can use MMX just for prefetch in IRQ's. This may be a win.
* (reported so on K6-III)
* We should use a better code neutral filler for the short jump
* leal ebx. [ebx] is apparently best for K6-2, but Cyrix ??
* We also want to clobber the filler registe... | gpl-2.0 |
bilalliberty/android_kernel_htc_liberty-villec2 | drivers/scsi/fnic/fnic_attrs.c | 14997 | 1942 | /*
* Copyright 2008 Cisco Systems, Inc. All rights reserved.
* Copyright 2007 Nuova Systems, Inc. All rights reserved.
*
* This program is free software; you may redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the ... | gpl-2.0 |
wooshy1/android-tegra-nv-2.6.39 | drivers/gpu/drm/nouveau/nouveau_perf.c | 150 | 5421 | /*
* 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 |
motley-git/Kernel-GT-P73xx-v2 | sound/soc/soc-core.c | 150 | 77345 | /*
* soc-core.c -- ALSA SoC Audio Layer
*
* Copyright 2005 Wolfson Microelectronics PLC.
* Copyright 2005 Openedhand Ltd.
*
* Author: Liam Girdwood <lrg@slimlogic.co.uk>
* with code, comments and ideas from :-
* Richard Purdie <richard@openedhand.com>
*
* This program is free software; you ... | gpl-2.0 |
MilysTW/linux-sunxi-cb2 | drivers/net/wireless/rtl8189es/hal/rtl8188e/usb/rtl8188eu_led.c | 150 | 4268 | /******************************************************************************
*
* Copyright(c) 2007 - 2011 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 Genera... | gpl-2.0 |
janztec/empc-arpi-linux | drivers/staging/line6/midibuf.c | 406 | 5854 | /*
* Line6 Linux USB driver - 0.9.1beta
*
* Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
*
* 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.
*
*/
#include <l... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.