repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
kjjjnob/android_kernel_lge_g3 | drivers/platform/x86/panasonic-laptop.c | 4891 | 18556 | /*
* Panasonic HotKey and LCD brightness control driver
* (C) 2004 Hiroshi Miura <miura@da-cha.org>
* (C) 2004 NTT DATA Intellilink Co. http://www.intellilink.co.jp/
* (C) YOKOTA Hiroshi <yokota (at) netlab. is. tsukuba. ac. jp>
* (C) 2004 David Bronaugh <dbronaugh>
* (C) 2006-2008 Harald Welte <laforge@gnu... | gpl-2.0 |
ausdim/TW-jb-Edition-I9505-jfltexx | drivers/mtd/nand/au1550nd.c | 4891 | 13614 | /*
* drivers/mtd/nand/au1550nd.c
*
* Copyright (C) 2004 Embedded Edge, LLC
*
* 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/gp... | gpl-2.0 |
Sinsoftomorrow/android_kernel_lge_g3 | drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 5659 | 4398 | /**************************************************************************
*
* Copyright (c) 2007-2010 VMware, Inc., Palo Alto, CA., USA
* 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"... | gpl-2.0 |
blitzmohit/dragonboard-rtlinux-3.4 | drivers/isdn/pcbit/drv.c | 7707 | 22246 | /*
* PCBIT-D interface with isdn4linux
*
* Copyright (C) 1996 Universidade de Lisboa
*
* Written by Pedro Roque Marques (roque@di.fc.ul.pt)
*
* This software may be used and distributed according to the terms of
* the GNU General Public License, incorporated herein by reference.
*/
/*
* Fixes:
*
* Nuno Gri... | gpl-2.0 |
HTCKernels/One-SV-boost-k2cl | drivers/ps3/ps3stor_lib.c | 10011 | 9823 | /*
* PS3 Storage Library
*
* Copyright (C) 2007 Sony Computer Entertainment Inc.
* Copyright 2007 Sony Corp.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published
* by the Free Software Foundation; version 2 of the License.
... | gpl-2.0 |
CyanogenMod/android_kernel_lge_msm8974 | fs/jfs/resize.c | 10267 | 15083 | /*
* Copyright (C) International Business Machines Corp., 2000-2004
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any... | gpl-2.0 |
ShinySide/SM-T900_Kernel | arch/sh/kernel/stacktrace.c | 11803 | 2180 | /*
* arch/sh/kernel/stacktrace.c
*
* Stack trace management functions
*
* Copyright (C) 2006 - 2008 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#include <linux/sched.... | gpl-2.0 |
suzuke/pdk7105-stm-kernel | arch/sparc/prom/printf.c | 12571 | 1728 | /*
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
* Copyright (c) 2002 Pete Zaitcev (zaitcev@yahoo.com)
*
* We used to warn all over the code: DO NOT USE prom_printf(),
* and yet peop... | gpl-2.0 |
rodrigues-daniel/linux | drivers/pps/generators/pps_gen_parport.c | 12827 | 7191 | /*
* pps_gen_parport.c -- kernel parallel port PPS signal generator
*
*
* Copyright (C) 2009 Alexander Gordeev <lasaine@lvk.cs.msu.su>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation;... | gpl-2.0 |
GeyerA/android_kernel_samsung_tuna | arch/powerpc/boot/cuboot-85xx.c | 13851 | 1673 | /*
* Old U-boot compatibility for 85xx
*
* Author: Scott Wood <scottwood@freescale.com>
*
* Copyright (c) 2007 Freescale Semiconductor, 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 Softw... | gpl-2.0 |
Vegaviet-DevTeam/kernel-stock-4.4.2-ef63slk | arch/powerpc/boot/cuboot-85xx.c | 13851 | 1673 | /*
* Old U-boot compatibility for 85xx
*
* Author: Scott Wood <scottwood@freescale.com>
*
* Copyright (c) 2007 Freescale Semiconductor, 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 Softw... | gpl-2.0 |
android-on-pre/kernel_common | fs/dlm/util.c | 14875 | 4610 | /******************************************************************************
*******************************************************************************
**
** Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved.
**
** This copyrighted material is made available to anyone wishing to use,
** modify, copy... | gpl-2.0 |
Dm47021/android_kernel_afyonlte | drivers/video/msm/mdss/mdss_io_util.c | 28 | 12705 | /* 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 |
aginor/wesnoth | src/lua/lobject.cpp | 28 | 7842 | /*
** Some generic functions over Lua objects
** See Copyright Notice in lua.h
*/
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define lobject_c
#define LUA_CORE
#include "lua.h"
#include "lctype.h"
#include "ldebug.h"
#include "ldo.h"
#include "lmem.h"
#include "lobject.h"
#includ... | gpl-2.0 |
Hellybean/android_kernel_samsung_jf | drivers/input/keyboard/cypress_touchkey_236/cypress-touchkey-236.c | 28 | 50946 | /*
* cypress_touchkey.c - Platform data for cypress touchkey driver
*
* Copyright (C) 2011 Samsung Electronics
*
* 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 ... | gpl-2.0 |
rutvik95/android_kernel_samsung_kmini3g | drivers/video/msm/mdss/mdss_io_util.c | 28 | 12705 | /* 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 |
liaoqingwei/ltp | testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/4-3.c | 28 | 7811 | /*
* Copyright (c) 2004, Bull S.A.. All rights reserved.
* Created by: Sebastien Decugis
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in ... | gpl-2.0 |
vyatta/linux-vyatta | drivers/rtc/rtc-mc13xxx.c | 284 | 9542 | /*
* Real Time Clock driver for Freescale MC13XXX PMIC
*
* (C) 2009 Sascha Hauer, Pengutronix
* (C) 2009 Uwe Kleine-Koenig, Pengutronix
*
* 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 Fo... | gpl-2.0 |
WOWalmanserver/Pandaren5.3.0 | dep/acelite/ace/SOCK_CODgram.cpp | 540 | 4826 | // $Id: SOCK_CODgram.cpp 91287 2010-08-05 10:30:49Z johnnyw $
#include "ace/SOCK_CODgram.h"
#include "ace/Log_Msg.h"
#include "ace/OS_NS_sys_socket.h"
#if !defined (__ACE_INLINE__)
#include "ace/SOCK_CODgram.inl"
#endif /* __ACE_INLINE__ */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_SOCK_CODgram)
... | gpl-2.0 |
DJSteve/StreakKernel | drivers/atm/adummy.c | 796 | 3035 | /*
* adummy.c: a dummy ATM driver
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/skbuff.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/timer.h>
#include <linux/interrupt.h>
#... | gpl-2.0 |
crpalmer/android_kernel_sony_tetra | arch/xtensa/mm/init.c | 1052 | 5225 | /*
* arch/xtensa/mm/init.c
*
* Derived from MIPS, PPC.
*
* 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) 2001 - 2005 Tensilica Inc.
*
* Chris Zankel <chris@zankel.net>
... | gpl-2.0 |
visi0nary/android_kernel_elephone_p8000 | drivers/pwm/pwm-atmel-tcb.c | 2076 | 11737 | /*
* Copyright (C) Overkiz SAS 2012
*
* Author: Boris BREZILLON <b.brezillon@overkiz.com>
* License terms: GNU General Public License (GPL) version 2
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/clocksource.h>
#include <linux/clockchips.h>
#include <linux/interrupt.h>
#include <linux/irq.h... | gpl-2.0 |
Stane1983/odroidc-linux | drivers/irqchip/irq-sun4i.c | 2076 | 4191 | /*
* Allwinner A1X SoCs IRQ chip driver.
*
* Copyright (C) 2012 Maxime Ripard
*
* Maxime Ripard <maxime.ripard@free-electrons.com>
*
* Based on code from
* Allwinner Technology Co., Ltd. <www.allwinnertech.com>
* Benn Huang <benn@allwinnertech.com>
*
* This file is licensed under the terms of the GNU General... | gpl-2.0 |
javelinanddart/android_kernel_3.10_ville | drivers/net/ethernet/intel/igb/e1000_82575.c | 2076 | 72725 | /*******************************************************************************
Intel(R) Gigabit Ethernet Linux driver
Copyright(c) 2007-2013 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 ... | gpl-2.0 |
LeeDroid-/LeeDrOiD-Hima-M9 | tools/perf/util/hist.c | 2076 | 23671 | #include "annotate.h"
#include "util.h"
#include "build-id.h"
#include "hist.h"
#include "session.h"
#include "sort.h"
#include "evsel.h"
#include <math.h>
static bool hists__filter_entry_by_dso(struct hists *hists,
struct hist_entry *he);
static bool hists__filter_entry_by_thread(struct hists *hists,
... | gpl-2.0 |
olegfusion/IM-A830S_kernel | arch/s390/mm/init.c | 2588 | 6046 | /*
* arch/s390/mm/init.c
*
* S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Hartmut Penner (hp@de.ibm.com)
*
* Derived from "arch/i386/mm/init.c"
* Copyright (C) 1995 Linus Torvalds
*/
#include <linux/signal.h>
#include <linux/sched.h>
#include <l... | gpl-2.0 |
bluechiptechnology/Rx3_linux_3.0.35_4.0.0 | arch/arm/mach-ks8695/board-micrel.c | 2588 | 1377 | /*
* arch/arm/mach-ks8695/board-micrel.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/kernel.h>
#include <linux/types.h>
#include <linux/interrupt.h>
#in... | gpl-2.0 |
zparallax/amplitude_kernel_aosp | drivers/staging/media/go7007/snd-go7007.c | 5148 | 8107 | /*
* 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 |
ivkos/kernel_i9500 | drivers/isdn/mISDN/timerdev.c | 5148 | 6860 | /*
*
* general timer device for using in ISDN stacks
*
* Author Karsten Keil <kkeil@novell.com>
*
* Copyright 2008 by Karsten Keil <kkeil@novell.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the... | gpl-2.0 |
qubir/PhoenixA20_linux_sourcecode | arch/arm/boot/compressed/misc.c | 5404 | 2954 | /*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
*
* Modified for ARM Linux by Russell King
*
* Nicolas Pitre <nico@visuaide.com> 1999/04/14 :
* For this code to run directly from Flash, all constan... | gpl-2.0 |
StelixROM/android_kernel_htc_msm8960 | arch/unicore32/kernel/puv3-nb0916.c | 6940 | 3601 | /*
* linux/arch/unicore32/kernel/puv3-nb0916.c
*
* Code specific to PKUnity SoC and UniCore ISA
*
* Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn>
* Copyright (C) 2001-2010 Guan Xuetao
*
* 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 |
Pafcholini/Nadia-kernel-KK-N910F-EUR-KK-OpenSource | sound/soc/fsl/wm1133-ev1.c | 7196 | 9122 | /*
* wm1133-ev1.c - Audio for WM1133-EV1 on i.MX31ADS
*
* Copyright (c) 2010 Wolfson Microelectronics plc
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* Based on an earlier driver for the same hardware by Liam Girdwood.
*
* This program is free software; you can redistribute it and/or modi... | gpl-2.0 |
thicklizard/patch | drivers/infiniband/hw/amso1100/c2_provider.c | 7708 | 21625 | /*
* Copyright (c) 2005 Ammasso, Inc. All rights reserved.
* Copyright (c) 2005 Open Grid Computing, 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, availabl... | gpl-2.0 |
yellowback/ubuntu-precise-armadaxp | fs/nfsd/nfs3proc.c | 7964 | 25084 | /*
* Process version 3 NFS requests.
*
* Copyright (C) 1996, 1997, 1998 Olaf Kirch <okir@monad.swb.de>
*/
#include <linux/fs.h>
#include <linux/ext2_fs.h>
#include <linux/magic.h>
#include "cache.h"
#include "xdr3.h"
#include "vfs.h"
#define NFSDDBG_FACILITY NFSDDBG_PROC
#define RETURN_STATUS(st) { resp->statu... | gpl-2.0 |
koying/buildroot-linux-kernel-m3-pivos | arch/um/os-Linux/execvp.c | 9756 | 4095 | /* Copyright (C) 2006 by Paolo Giarrusso - modified from glibc' execvp.c.
Original copyright notice follows:
Copyright (C) 1991,92,1995-99,2002,2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under ... | gpl-2.0 |
hominlinx/linux-bananapi | net/tipc/netlink.c | 9756 | 3475 | /*
* net/tipc/netlink.c: TIPC configuration handling
*
* Copyright (c) 2005-2006, Ericsson AB
* Copyright (c) 2005-2007, Wind River Systems
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
... | gpl-2.0 |
jcadduono/nethunter_kernel_g5 | arch/m68k/lib/ashrdi3.c | 12828 | 1690 | /* ashrdi3.c extracted from gcc-2.7.2/libgcc2.c which is: */
/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC 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 F... | gpl-2.0 |
jeboo/kernel_JB_I9100official | drivers/ide/ide-timings.c | 13852 | 6661 | /*
* Copyright (c) 1999-2001 Vojtech Pavlik
* Copyright (c) 2007-2008 Bartlomiej Zolnierkiewicz
*
* 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 |
sameersethi/minorproject-asterisk | addons/ooh323c/src/rtctype.c | 29 | 7745 | /*
* Copyright (C) 1997-2005 by Objective Systems, Inc.
*
* This software is furnished under an open source license and may be
* used and copied only in accordance with the terms of this license.
* The text of the license may generally be found in the root
* directory of this installation in the COPYING file. ... | gpl-2.0 |
sartakov/nv-qemu | hw/puv3_intc.c | 29 | 3254 | /*
* INTC device simulation in PKUnity SoC
*
* Copyright (C) 2010-2012 Guan Xuetao
*
* 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, or any later version.
* See the COPYING fil... | gpl-2.0 |
eriklindahl/fftw3 | mpi/rearrange.c | 29 | 2115 | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* 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 |
iConsole/Console-OS_external_alsa-utils | alsamixer/mainloop.c | 29 | 3248 | /*
* mainloop.c - main loop
* Copyright (c) Clemens Ladisch <clemens@ladisch.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) a... | gpl-2.0 |
SaleJumper/android-source-browsing.platform--external--elfutils | libelf/elf_gnu_hash.c | 29 | 3341 | /* GNU-style Hash function used in ELF implementations.
Copyright (C) 2006 Red Hat, Inc.
This file is part of Red Hat elfutils.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2006.
Red Hat elfutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public ... | gpl-2.0 |
ShinySide/SM-T900_Kernel | drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 1565 | 25647 | /*
* Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
* Copyright (c) 2004 Voltaire, 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 ... | gpl-2.0 |
backup-kb/pnotify-linux-4.1.6 | arch/mips/kernel/smp-up.c | 1821 | 1559 | /*
* 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) 2006, 07 by Ralf Baechle (ralf@linux-mips.org)
*
* Symmetric Uniprocessor (TM) Support
*/
#include <linux/kernel.h>
#incl... | gpl-2.0 |
jiangdapeng/btrfs-next | arch/x86/kernel/check.c | 2589 | 3912 | #include <linux/module.h>
#include <linux/sched.h>
#include <linux/kthread.h>
#include <linux/workqueue.h>
#include <linux/memblock.h>
#include <asm/proto.h>
/*
* Some BIOSes seem to corrupt the low 64k of memory during events
* like suspend/resume and unplugging an HDMI cable. Reserve all
* remaining free memory... | gpl-2.0 |
cdesjardins/DTS-Eagle-Integration_CAF-Android-kernel | drivers/usb/gadget/audio.c | 2845 | 4669 | /*
* audio.c -- Audio gadget driver
*
* Copyright (C) 2008 Bryan Wu <cooloney@kernel.org>
* Copyright (C) 2008 Analog Devices, Inc
*
* Enter bugs at http://blackfin.uclinux.org/
*
* Licensed under the GPL-2 or later.
*/
/* #define VERBOSE_DEBUG */
#include <linux/kernel.h>
#include <linux/module.h>
#include ... | gpl-2.0 |
danielhk/android_kernel_samsung_smdk4210 | drivers/input/serio/altera_ps2.c | 3101 | 4838 | /*
* Altera University Program PS2 controller driver
*
* Copyright (C) 2008 Thomas Chou <thomas@wytron.com.tw>
*
* Based on sa1111ps2.c, which is:
* Copyright (C) 2002 Russell King
*
* 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 |
KDGDev/meizu-mx-kernel | sound/pci/echoaudio/indigodjx.c | 3613 | 2982 | /*
* ALSA driver for Echoaudio soundcards.
* Copyright (C) 2009 Giuliano Pochini <pochini@shiny.it>
*
* 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.
*
* ... | gpl-2.0 |
Vangreen/android_kernel_lge_msm8926 | drivers/usb/storage/alauda.c | 4637 | 34365 | /*
* Driver for Alauda-based card readers
*
* Current development and maintenance by:
* (c) 2005 Daniel Drake <dsd@gentoo.org>
*
* The 'Alauda' is a chip manufacturered by RATOC for OEM use.
*
* Alauda implements a vendor-specific command set to access two media reader
* ports (XD, SmartMedia). This driver c... | gpl-2.0 |
LeMaker/linux-sunxi | net/caif/cfdgml.c | 5149 | 2950 | /*
* Copyright (C) ST-Ericsson AB 2010
* Author: Sjur Brendeland/sjur.brandeland@stericsson.com
* License terms: GNU General Public License (GPL) version 2
*/
#define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
#include <linux/stddef.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <net/caif... | gpl-2.0 |
vantjnh1991/F160-JB | drivers/gpu/drm/nouveau/nv04_instmem.c | 5917 | 4440 | #include "drmP.h"
#include "drm.h"
#include "nouveau_drv.h"
#include "nouveau_ramht.h"
/* returns the size of fifo context */
static int
nouveau_fifo_ctx_size(struct drm_device *dev)
{
struct drm_nouveau_private *dev_priv = dev->dev_private;
if (dev_priv->chipset >= 0x40)
return 128;
else
if (dev_priv->chipset ... | gpl-2.0 |
jimsmith80/android_kernel_zte_warplte | drivers/staging/rtl8712/rtl871x_sta_mgt.c | 7453 | 9548 | /******************************************************************************
* rtl871x_sta_mgt.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 version 2... | gpl-2.0 |
dimavs/android_kernel_huawei_g510 | arch/mips/loongson/common/gpio.c | 8733 | 2863 | /*
* STLS2F GPIO Support
*
* Copyright (c) 2008 Richard Liu, STMicroelectronics <richard.liu@st.com>
* Copyright (c) 2008-2010 Arnaud Patard <apatard@mandriva.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 b... | gpl-2.0 |
CyanogenMod/android_kernel_samsung_klte | drivers/sbus/char/bbc_envctrl.c | 9501 | 16169 | /* bbc_envctrl.c: UltraSPARC-III environment control driver.
*
* Copyright (C) 2001, 2008 David S. Miller (davem@davemloft.net)
*/
#include <linux/kthread.h>
#include <linux/delay.h>
#include <linux/kmod.h>
#include <linux/reboot.h>
#include <linux/of.h>
#include <linux/slab.h>
#include <linux/of_device.h>
#include... | gpl-2.0 |
huz123/bricked.tenderloin | arch/avr32/boards/atstk1000/atstk1004.c | 13597 | 3756 | /*
* ATSTK1003 daughterboard-specific init code
*
* Copyright (C) 2007 Atmel 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/clk.h>
#include <l... | gpl-2.0 |
mturquette/linux-omap-android | drivers/gpu/drm/i915/intel_crt.c | 30 | 15459 | /*
* Copyright © 2006-2007 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 |
binkybear/AK-OnePone | drivers/base/core.c | 30 | 50008 | /*
* drivers/base/core.c - core driver model code (device registration, etc)
*
* Copyright (c) 2002-3 Patrick Mochel
* Copyright (c) 2002-3 Open Source Development Labs
* Copyright (c) 2006 Greg Kroah-Hartman <gregkh@suse.de>
* Copyright (c) 2006 Novell, Inc.
*
* This file is released under the GPLv2
*
*/
#i... | gpl-2.0 |
JianguoWEI/Linux-EFQ | drivers/tty/serial/sh-sci.c | 30 | 57540 | /*
* SuperH on-chip serial module support. (SCI with no FIFO / with FIFO)
*
* Copyright (C) 2002 - 2011 Paul Mundt
* Modified to support SH7720 SCIF. Markus Brunner, Mark Jonas (Jul 2007).
*
* based off of the old drivers/char/sh-sci.c by:
*
* Copyright (C) 1999, 2000 Niibe Yutaka
* Copyright (C) 2000... | gpl-2.0 |
aospan/media_tree | drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 30 | 153130 | /*
* Copyright 2014 Advanced Micro Devices, 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, m... | gpl-2.0 |
maximus64/bbb-usbsniffer-kernel | arch/arm/mach-omap2/gpio.c | 30 | 5338 | /*
* OMAP2+ specific gpio initialization
*
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
*
* Author:
* Charulatha V <charu@ti.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 Fr... | gpl-2.0 |
XePeleato/ALE-L21_ESAL | drivers/gpu/arm/malit6_64/r5p0-00dev0/mali_kbase_instr.c | 30 | 19257 | /*
*
* (C) COPYRIGHT 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.
*
* A c... | gpl-2.0 |
dexter93/kernel_htc_msm8660 | drivers/video/msm/vidc/common/vcd/vcd_sub.c | 542 | 95771 | /* Copyright (c) 2010-2013, 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 hop... | gpl-2.0 |
MyAOSP/kernel_htc_m7 | drivers/staging/comedi/comedi_fops.c | 542 | 63288 | /*
comedi/comedi_fops.c
comedi kernel module
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 1997-2000 David A. Schleef <ds@schleef.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 ... | gpl-2.0 |
omonar/linux | drivers/mfd/mc13xxx-i2c.c | 542 | 2848 | /*
* 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 |
MoKee/android_kernel_htc_endeavoru | drivers/rtc/rtc-cmos.c | 542 | 29739 | /*
* RTC class driver for "CMOS RTC": PCs, ACPI, etc
*
* Copyright (C) 1996 Paul Gortmaker (drivers/char/rtc.c)
* Copyright (C) 2006 David Brownell (convert to new framework)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as pub... | gpl-2.0 |
telf/error_state_capture_improvement | drivers/media/dvb-frontends/si2165.c | 542 | 24413 | /*
Driver for Silicon Labs Si2161 DVB-T and Si2165 DVB-C/-T Demodulator
Copyright (C) 2013-2014 Matthias Schwarzott <zzam@gentoo.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundati... | gpl-2.0 |
mdxy2010/forlinux-ok6410 | kernel/arch/arm/mach-ks8695/board-dsm320.c | 2590 | 2846 | /*
* arch/arm/mach-ks8695/board-dsm320.c
*
* DSM-320 D-Link Wireless Media Player, board support.
*
* Copyright 2008 Simtec Electronics
* Daniel Silverstone <dsilvers@simtec.co.uk>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License... | gpl-2.0 |
arshull/GalaTab3_KK_Kernel_T310 | fs/logfs/inode.c | 2846 | 11035 | /*
* fs/logfs/inode.c - inode handling code
*
* As should be obvious for Linux kernel code, license is GPLv2
*
* Copyright (c) 2005-2008 Joern Engel <joern@logfs.org>
*/
#include "logfs.h"
#include <linux/slab.h>
#include <linux/writeback.h>
#include <linux/backing-dev.h>
/*
* How soon to reuse old inode number... | gpl-2.0 |
eyeballer/tf300t-10.4.2.9-kernel | net/dsa/mv88e6060.c | 3102 | 6142 | /*
* net/dsa/mv88e6060.c - Driver for Marvell 88e6060 switch chips
* 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... | gpl-2.0 |
RenderBroken/msm8974_OPO-CAF_render_kernel | drivers/media/video/au0828/au0828-video.c | 3870 | 50041 | /*
* Auvitek AU0828 USB Bridge (Analog video support)
*
* Copyright (C) 2009 Devin Heitmueller <dheitmueller@linuxtv.org>
* Copyright (C) 2005-2008 Auvitek International, Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* As pub... | gpl-2.0 |
multirom-armani/android_kernel_xiaomi_armani | sound/pci/cs4281.c | 4894 | 66178 | /*
* Driver for Cirrus Logic CS4281 based PCI soundcard
* Copyright (c) by 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 Free Software Foundation; either version 2 o... | gpl-2.0 |
kernel-hut/android_kernel_xiaomi_dior | drivers/mfd/wm8350-core.c | 4894 | 18523 | /*
* wm8350-core.c -- Device access for Wolfson WM8350
*
* Copyright 2007, 2008 Wolfson Microelectronics PLC.
*
* Author: Liam Girdwood, Mark Brown
*
* 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... | gpl-2.0 |
MoKee/android_kernel_lge_gproj | drivers/usb/gadget/uvc_video.c | 5406 | 9621 | /*
* uvc_video.c -- USB Video Class Gadget driver
*
* Copyright (C) 2009-2010
* Laurent Pinchart (laurent.pinchart@ideasonboard.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 Foundatio... | gpl-2.0 |
zlatinski/omap-android-drm-kms | drivers/gpu/drm/nouveau/nouveau_notifier.c | 5406 | 5290 | /*
* Copyright (C) 2007 Ben Skeggs.
*
* 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 limitation the rights to use, c... | gpl-2.0 |
jollaman999/jolla-kernel_G_Gen3-Stock | drivers/usb/gadget/uvc_video.c | 5406 | 9621 | /*
* uvc_video.c -- USB Video Class Gadget driver
*
* Copyright (C) 2009-2010
* Laurent Pinchart (laurent.pinchart@ideasonboard.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 Foundatio... | gpl-2.0 |
1nv4d3r5/android_kernel_oppo_find5 | drivers/video/msm/mddi_client_toshiba.c | 5918 | 7531 | /* drivers/video/msm_fb/mddi_client_toshiba.c
*
* Support for Toshiba TC358720XBG mddi client devices which require no
* special initialization code.
*
* Copyright (C) 2007 Google Incorporated
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free S... | gpl-2.0 |
FrancescoCG/CrazySuperKernel-CM13-KLTE | drivers/input/mouse/logips2pp.c | 7198 | 11714 | /*
* 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 |
devttys1/linux-fslc | arch/m68k/mac/macints.c | 8734 | 8348 | /*
* Macintosh interrupts
*
* General design:
* In contrary to the Amiga and Atari platforms, the Mac hardware seems to
* exclusively use the autovector interrupts (the 'generic level0-level7'
* interrupts with exception vectors 0x19-0x1f). The following interrupt levels
* are used:
* 1 - VIA1
* - slot 0: o... | gpl-2.0 |
Ca1ne/Enoch316 | arch/arm/common/gic.c | 31 | 28511 | /*
* linux/arch/arm/common/gic.c
*
* Copyright (C) 2002 ARM Limited, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Interrupt architecture for th... | gpl-2.0 |
gdetal/kernel_msm_mptcp | drivers/coresight/coresight-stm.c | 31 | 18079 | /* Copyright (c) 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 hope th... | gpl-2.0 |
teeple/pns_server | work/install/node-v0.10.25/deps/uv/test/test-signal-multiple-loops.c | 31 | 7453 | /* Copyright Joyent, Inc. and other Node contributors. 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 limitation the
* righ... | gpl-2.0 |
lovequilt/TrinityCore | src/server/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp | 31 | 83432 | /*
* Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later ve... | gpl-2.0 |
Rockman18/kernel-lgnas | net/bluetooth/bnep/sock.c | 799 | 5683 | /*
BNEP implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2001-2002 Inventel Systemes
Written 2001-2002 by
David Libault <david.libault@inventel.fr>
Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com>
This program is free software; you can redistribute it and/or modify
it under ... | gpl-2.0 |
elelinux/hero_kernel | net/bluetooth/bnep/sock.c | 799 | 5683 | /*
BNEP implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2001-2002 Inventel Systemes
Written 2001-2002 by
David Libault <david.libault@inventel.fr>
Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com>
This program is free software; you can redistribute it and/or modify
it under ... | gpl-2.0 |
Foxda-Tech/argo8-kernel | drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c | 2079 | 62385 | /* bnx2x_stats.c: Broadcom Everest network driver.
*
* Copyright (c) 2007-2013 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation.
*
* Maintained by: Eilon Greenstein ... | gpl-2.0 |
Clouded/linux-rt-rpi2 | drivers/net/ethernet/natsemi/xtsonic.c | 2079 | 8323 | /*
* xtsonic.c
*
* (C) 2001 - 2007 Tensilica Inc.
* Kevin Chea <kchea@yahoo.com>
* Marc Gauthier <marc@linux-xtensa.org>
* Chris Zankel <chris@zankel.net>
*
* (C) 1996,1998 by Thomas Bogendoerfer (tsbogend@alpha.franken.de)
*
* This driver is based on work from Andreas Busse, but most of
* the code is rewrit... | gpl-2.0 |
sandymanu/android_kernel_xiaomi_kenzo | drivers/ide/ide-cd.c | 2079 | 46946 | /*
* ATAPI CD-ROM driver.
*
* Copyright (C) 1994-1996 Scott Snyder <snyder@fnald0.fnal.gov>
* Copyright (C) 1996-1998 Erik Andersen <andersee@debian.org>
* Copyright (C) 1998-2000 Jens Axboe <axboe@suse.de>
* Copyright (C) 2005, 2007-2009 Bartlomiej Zolnierkiewicz
*
* May be copied or modified under the ... | gpl-2.0 |
axxx007xxxz/cm_kernel_motorola_msm8916 | drivers/dma/dw_dmac.c | 2079 | 50472 | /*
* Core driver for the Synopsys DesignWare DMA Controller
*
* Copyright (C) 2007-2008 Atmel Corporation
* Copyright (C) 2010-2011 ST Microelectronics
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the ... | gpl-2.0 |
TeamHorizon/android_kernel_lge_c50 | arch/mips/jazz/irq.c | 3615 | 4294 | /*
* 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) 1992 Linus Torvalds
* Copyright (C) 1994 - 2001, 2003, 07 Ralf Baechle
*/
#include <linux/clockchips.h>
#include <linux/i8... | gpl-2.0 |
Shelnutt2/android_kernel_lge_gee_3.4 | drivers/staging/media/lirc/lirc_imon.c | 4895 | 25360 | /*
* lirc_imon.c: LIRC/VFD/LCD driver for SoundGraph iMON IR/VFD/LCD
* including the iMON PAD model
*
* Copyright(C) 2004 Venky Raju(dev@venky.ws)
* Copyright(C) 2009 Jarod Wilson <jarod@wilsonet.com>
*
* lirc_imon is free software; you can redistribute it and/or modify
* it under the terms of ... | gpl-2.0 |
aj700/nxzimg | drivers/staging/comedi/drivers/ke_counter.c | 4895 | 8308 | /*
comedi/drivers/ke_counter.c
Comedi driver for Kolter-Electronic PCI Counter 1 Card
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000 David A. Schleef <ds@schleef.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU ... | gpl-2.0 |
phenomx4/android_kernel_zte_nex | drivers/gpu/drm/nouveau/nv04_fb.c | 5407 | 1259 | #include "drmP.h"
#include "drm.h"
#include "nouveau_drv.h"
#include "nouveau_drm.h"
int
nv04_fb_vram_init(struct drm_device *dev)
{
struct drm_nouveau_private *dev_priv = dev->dev_private;
u32 boot0 = nv_rd32(dev, NV04_PFB_BOOT_0);
if (boot0 & 0x00000100) {
dev_priv->vram_size = ((boot0 >> 12) & 0xf) * 2 + 2;
... | gpl-2.0 |
mifl/android_kernel_pantech_oscar | arch/arm/mach-s5p64x0/clock.c | 7711 | 5439 | /* linux/arch/arm/mach-s5p64x0/clock.c
*
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* S5P64X0 - Clock support
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free ... | gpl-2.0 |
CyanogenMod/android_kernel_oneplus_msm8974 | arch/arm/mm/copypage-xsc3.c | 9759 | 2882 | /*
* linux/arch/arm/mm/copypage-xsc3.S
*
* Copyright (C) 2004 Intel Corp.
*
* 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.
*
* Adapted for 3rd gen XScale core, no more mini... | gpl-2.0 |
Octane70/SGH-I337M_JB_4.2.2_Kernel_MG1 | arch/arm/mm/copypage-xsc3.c | 9759 | 2882 | /*
* linux/arch/arm/mm/copypage-xsc3.S
*
* Copyright (C) 2004 Intel Corp.
*
* 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.
*
* Adapted for 3rd gen XScale core, no more mini... | gpl-2.0 |
wkl/linux-509 | arch/mips/ath79/prom.c | 10783 | 1272 | /*
* Atheros AR71XX/AR724X/AR913X specific prom routines
*
* Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org>
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 ... | gpl-2.0 |
Red--Code/android_kernel_sony_msm8974ac | arch/avr32/boards/merisc/flash.c | 13599 | 2832 | /*
* Merisc board-specific flash initialization
*
* Copyright (C) 2008 Martinsson Elektronik AB
*
* 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>
#in... | gpl-2.0 |
Alberto96/android_kernel_samsung_tassve | drivers/media/video/cx18/cx18-io.c | 13855 | 2814 | /*
* cx18 driver PCI memory mapped IO access routines
*
* Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
* Copyright (C) 2008 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 publis... | gpl-2.0 |
brymaster5000/Lunar_Max | drivers/media/video/msm/wfd/enc-subdev.c | 32 | 64075 | /* Copyright (c) 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 hope that it ... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.