repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
G33KS44n/mysql-5.6 | regex/reginit.c | 186 | 2157 | /* Init cclasses array from ctypes */
#include <my_global.h>
#include <m_ctype.h>
#include <m_string.h>
#include "cclass.h"
#include "my_regex.h"
static my_bool regex_inited=0;
extern my_regex_stack_check_t my_regex_enough_mem_in_stack;
void my_regex_init(const CHARSET_INFO *cs, my_regex_stack_check_t func)
{
char... | gpl-2.0 |
emxys1/imx6rex-bombardier-base-linux-3.14.28 | drivers/input/touchscreen/tsc2007.c | 954 | 12048 | /*
* drivers/input/touchscreen/tsc2007.c
*
* Copyright (c) 2008 MtekVision Co., Ltd.
* Kwangwoo Lee <kwlee@mtekvision.com>
*
* Using code from:
* - ads7846.c
* Copyright (c) 2005 David Brownell
* Copyright (c) 2006 Nokia Corporation
* - corgi_ts.c
* Copyright (C) 2004-2005 Richard Purdie
* - omap_ts.[hc]... | gpl-2.0 |
aeroevan/htc_kernel_msm7x30 | kernel/events/core.c | 1210 | 172943 | /*
* Performance events core code:
*
* Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
* Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar
* Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
* Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
*
* For licens... | gpl-2.0 |
sagigrimberg/linux | arch/arm/mach-mmp/flint.c | 4026 | 2907 | /*
* linux/arch/arm/mach-mmp/flint.c
*
* Support for the Marvell Flint Development Platform.
*
* Copyright (C) 2009 Marvell International Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* publishhed by the F... | gpl-2.0 |
ztemt/Z5_H112_kernel | arch/arm/plat-mxc/iomux-v1.c | 5562 | 4884 | /*
* arch/arm/plat-mxc/iomux-v1.c
*
* Copyright (C) 2004 Sascha Hauer, Synertronixx GmbH
* Copyright (C) 2009 Uwe Kleine-Koenig, Pengutronix
*
* Common code for i.MX1, i.MX21 and i.MX27
*
* 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 |
byeonggon/project-pika-lynx | net/irda/irnet/irnet_ppp.c | 8378 | 33314 | /*
* IrNET protocol module : Synchronous PPP over an IrDA socket.
*
* Jean II - HPL `00 - <jt@hpl.hp.com>
*
* This file implement the PPP interface and /dev/irnet character device.
* The PPP interface hook to the ppp_generic module, handle all our
* relationship to the PPP code in the kernel (and by extension t... | gpl-2.0 |
chil360/chil360-kernel | drivers/net/irda/toim3232-sir.c | 8890 | 12466 | /*********************************************************************
*
* Filename: toim3232-sir.c
* Version: 1.0
* Description: Implementation of dongles based on the Vishay/Temic
* TOIM3232 SIR Endec chipset. Currently only the
* IRWave IR320ST-2 is tested, although it should work
* w... | gpl-2.0 |
MoKee/android_kernel_amazon_otter-common | crypto/async_tx/async_memset.c | 9914 | 2645 | /*
* memory fill offload engine support
*
* Copyright © 2006, Intel Corporation.
*
* Dan Williams <dan.j.williams@intel.com>
*
* with architecture considerations by:
* Neil Brown <neilb@suse.de>
* Jeff Garzik <jeff@garzik.org>
*
* This program is free software; you can redistribute it and... | gpl-2.0 |
JmzTaylor/android_kernel_htc_a32e | arch/sh/boards/mach-sdk7786/irq.c | 13242 | 1090 | /*
* SDK7786 FPGA IRQ Controller Support.
*
* Copyright (C) 2010 Matt Fleming
* Copyright (C) 2010 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#include <linux/irq.h>
#... | gpl-2.0 |
RidaShamasneh/nethunter_kernel_g5 | arch/powerpc/boot/ebony.c | 14010 | 2504 | /*
* Copyright 2007 David Gibson, IBM Corporation.
*
* Based on earlier code:
* Copyright (C) Paul Mackerras 1997.
*
* Matt Porter <mporter@kernel.crashing.org>
* Copyright 2002-2005 MontaVista Software Inc.
*
* Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net>
* Copyright (c) 2003... | gpl-2.0 |
greguu/linux-4.9-rc3-c3x00 | arch/x86/kernel/asm-offsets_32.c | 187 | 2891 | #ifndef __LINUX_KBUILD_H
# error "Please do not build this file directly, build asm-offsets.c instead"
#endif
#include <asm/ucontext.h>
#include <linux/lguest.h>
#include "../../../drivers/lguest/lg.h"
#define __SYSCALL_I386(nr, sym, qual) [nr] = 1,
static char syscalls[] = {
#include <asm/syscalls_32.h>
};
/* work... | gpl-2.0 |
shubhangi-shrivastava/drm-intel-nightly | drivers/tty/sysrq.c | 187 | 26434 | /*
* Linux Magic System Request Key Hacks
*
* (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
* based on ideas by Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
*
* (c) 2000 Crutcher Dunnavant <crutcher+kernel@datastacks.com>
* overhauled to use key registration
* based upon discusions in irc://irc.openproje... | gpl-2.0 |
ammula88/linux | arch/m32r/kernel/smp.c | 443 | 23707 | /*
* linux/arch/m32r/kernel/smp.c
*
* M32R SMP support routines.
*
* Copyright (c) 2001, 2002 Hitoshi Yamamoto
*
* Taken from i386 version.
* (c) 1995 Alan Cox, Building #3 <alan@redhat.com>
* (c) 1998-99, 2000 Ingo Molnar <mingo@redhat.com>
*
* This code is released under the GNU General Public ... | gpl-2.0 |
rhcp011235/sgh-t989_kernel | drivers/usb/serial/mct_u232.c | 1979 | 28443 | /*
* MCT (Magic Control Technology Corp.) USB RS232 Converter Driver
*
* Copyright (C) 2000 Wolfgang Grandegger (wolfgang@ces.ch)
*
* 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 |
taoguan/linux | arch/frv/kernel/sysctl.c | 2235 | 4475 | /* sysctl.c: implementation of /proc/sys files relating to FRV specifically
*
* Copyright (C) 2004 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 License
* ... | gpl-2.0 |
munjeni/stock_jb_kexec_kernel_for_locked_bootloader | arch/powerpc/platforms/pseries/reconfig.c | 2491 | 12454 | /*
* pSeries_reconfig.c - support for dynamic reconfiguration (including PCI
* Hotplug and Dynamic Logical Partitioning on RPA platforms).
*
* Copyright (C) 2005 Nathan Lynch
* Copyright (C) 2005 IBM Corporation
*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... | gpl-2.0 |
atilag/hammerhead-nexus5-kernel | drivers/net/ethernet/intel/e1000e/82571.c | 2747 | 55875 | /*******************************************************************************
Intel PRO/1000 Linux driver
Copyright(c) 1999 - 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 pub... | gpl-2.0 |
manveru0/FeaCore_Phoenix_S3 | drivers/media/dvb/frontends/s921.c | 3259 | 11854 | /*
* Sharp VA3A5JZ921 One Seg Broadcast Module driver
* This device is labeled as just S. 921 at the top of the frontend can
*
* Copyright (C) 2009-2010 Mauro Carvalho Chehab <mchehab@redhat.com>
* Copyright (C) 2009-2010 Douglas Landgraf <dougsland@redhat.com>
*
* Developed for Leadership SBTVD 1seg d... | gpl-2.0 |
bigbiff/i717-GB-Kernel | drivers/watchdog/w83977f_wdt.c | 4283 | 12330 | /*
* W83977F Watchdog Timer Driver for Winbond W83977F I/O Chip
*
* (c) Copyright 2005 Jose Goncalves <jose.goncalves@inov.pt>
*
* Based on w83877f_wdt.c by Scott Jennings,
* and wdt977.c by Woody Suwalski
*
* -----------------------
*
* This program is free software; you can redistribute it... | gpl-2.0 |
CM-Tab-S/android_kernel_samsung_klimtwifi | drivers/net/wireless/rtlwifi/rtl8192ce/rf.c | 5051 | 14309 | /******************************************************************************
*
* Copyright(c) 2009-2012 Realtek Corporation.
*
* 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 Foundati... | gpl-2.0 |
xhteam/kernel_imx | drivers/staging/comedi/drivers/addi-data/addi_amcc_S5920.c | 8123 | 7553 | /**
@verbatim
Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module.
ADDI-DATA GmbH
Dieselstrasse 3
D-77833 Ottersweier
Tel: +19(0)7223/9493-0
Fax: +49(0)7223/9493-92
http://www.addi-data.com
info@addi-data.com
This program is free software; you can redistribute it and/or modify it under ... | gpl-2.0 |
ManhIT-CMB/Kernel-GalaxyJ | fs/jffs2/xattr_trusted.c | 12731 | 1447 | /*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright © 2006 NEC Corporation
*
* Created by KaiGai Kohei <kaigai@ak.jp.nec.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/jffs2.h>
#include <linu... | gpl-2.0 |
shinkumara/sprout_shinkumara_kernel | drivers/scsi/arm/msgqueue.c | 15035 | 3884 | /*
* linux/drivers/acorn/scsi/msgqueue.c
*
* Copyright (C) 1997-1998 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.
*
* message queue handling
*/
#include ... | gpl-2.0 |
BENETNATH/android_kernel_acer_A510 | drivers/scsi/arm/msgqueue.c | 15035 | 3884 | /*
* linux/drivers/acorn/scsi/msgqueue.c
*
* Copyright (C) 1997-1998 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.
*
* message queue handling
*/
#include ... | gpl-2.0 |
devcreations07/spirit_cancro | drivers/devfreq/governor_cpubw_hwmon.c | 700 | 11395 | /*
* 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 ... | gpl-2.0 |
goulderb/sch-i405_kernel | sound/soc/omap/omap-mcbsp.c | 700 | 24513 | /*
* omap-mcbsp.c -- OMAP ALSA SoC DAI driver using McBSP port
*
* Copyright (C) 2008 Nokia Corporation
*
* Contact: Jarkko Nikula <jhnikula@gmail.com>
* Peter Ujfalusi <peter.ujfalusi@nokia.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU... | gpl-2.0 |
mythos234/cmkernel_zeroltexx | drivers/scsi/libsas/sas_ata.c | 1980 | 24188 | /*
* Support for SATA devices on Serial Attached SCSI (SAS) controllers
*
* Copyright (C) 2006 IBM Corporation
*
* Written by: Darrick J. Wong <djwong@us.ibm.com>, IBM Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
... | gpl-2.0 |
garwynn/SC02E_MA6_Kernel | drivers/xen/tmem.c | 2236 | 6421 | /*
* Xen implementation for transcendent memory (tmem)
*
* Copyright (C) 2009-2010 Oracle Corp. All rights reserved.
* Author: Dan Magenheimer
*/
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/pagemap.h>
#include <linux/cleancache.h>
#include <xen/xen.h>
#include <xen... | gpl-2.0 |
DC07/spirit_sprout | sound/aoa/soundbus/i2sbus/core.c | 2236 | 12428 | /*
* i2sbus driver
*
* Copyright 2006-2008 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/pci.h>
#include <linux/interrupt.h>
#include <linux/dma-mapping.h>
#include <sound/core.h>
#include <asm/macio.h>
#inclu... | gpl-2.0 |
sktjdgns1189/android_kernel_samsung_kccat6 | drivers/video/s1d13xxxfb.c | 2236 | 29055 | /* drivers/video/s1d13xxxfb.c
*
* (c) 2004 Simtec Electronics
* (c) 2005 Thibaut VARENE <varenet@parisc-linux.org>
* (c) 2009 Kristoffer Ericson <kristoffer.ericson@gmail.com>
*
* Driver for Epson S1D13xxx series framebuffer chips
*
* Adapted from
* linux/drivers/video/skeletonfb.c
* linux/drivers/video/eps... | gpl-2.0 |
Motorhead1991/android_kernel_samsung_geim | arch/ia64/xen/hypervisor.c | 4540 | 2837 | /******************************************************************************
* arch/ia64/xen/hypervisor.c
*
* Copyright (c) 2006 Isaku Yamahata <yamahata at valinux co jp>
* VA Linux Systems Japan K.K.
*
* This program is free software; you can redistribute it and/or modify
* it under the t... | gpl-2.0 |
jamiethemorris/sense-dna-kernel | drivers/net/ethernet/cirrus/cs89x0.c | 4796 | 59779 | /* cs89x0.c: A Crystal Semiconductor (Now Cirrus Logic) CS89[02]0
* driver for linux.
*/
/*
Written 1996 by Russell Nelson, with reference to skeleton.c
written 1993-1994 by Donald Becker.
This software may be used and distributed according to the terms
of the GNU General Public License, incorporated herein by... | gpl-2.0 |
lssjbrolli/android_kernel_samsung_klimtlte | drivers/net/wireless/rtlwifi/rtl8192cu/dm.c | 5052 | 3791 | /******************************************************************************
*
* Copyright(c) 2009-2012 Realtek Corporation.
*
* 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 Foundati... | gpl-2.0 |
omnirom/android_kernel_oppo_find5 | arch/x86/kernel/x8664_ksyms_64.c | 7868 | 1436 | /* Exports for assembly files.
All C exports should go in the respective C files. */
#include <linux/module.h>
#include <linux/smp.h>
#include <net/checksum.h>
#include <asm/processor.h>
#include <asm/pgtable.h>
#include <asm/uaccess.h>
#include <asm/desc.h>
#include <asm/ftrace.h>
#ifdef CONFIG_FUNCTION_TRACER
... | gpl-2.0 |
art1p/android_kernel_lge_omap4-common | drivers/staging/rtl8192u/r8190_rtl8256.c | 9404 | 10482 | /*
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 |
StarKissed/starkissed-kernel-trlte | net/ipv4/route.c | 189 | 65981 | /*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* ROUTE - implementation of the IP router.
*
* Authors: Ross Biro
* Fred N. van Kempen, <waltje@uWalt.NL.Mug... | gpl-2.0 |
gpandcb/pkernel | drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c | 189 | 74217 | /*
* Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.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 option) any later v... | gpl-2.0 |
Evervolv/android_kernel_lge_mako | arch/arm/kernel/smp.c | 189 | 15123 | /*
* linux/arch/arm/kernel/smp.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.
*/
#include <linux/module.h>
#incl... | gpl-2.0 |
hayashikejinan/active_Th_kernel | Documentation/vm/page-types.c | 445 | 20684 | /*
* page-types: Tool for querying page flags
*
* Copyright (C) 2009 Intel corporation
*
* Authors: Wu Fengguang <fengguang.wu@intel.com>
*
* Released under the General Public License (GPL).
*/
#define _LARGEFILE64_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdint.h>
#include <... | gpl-2.0 |
alpinelinux/linux-stable-grsec | drivers/media/platform/davinci/vpbe_venc.c | 957 | 18150 | /*
* Copyright (C) 2010 Texas Instruments Inc
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation version 2.
*
* This program is distributed in the hope that it will be useful,
* but WITHOU... | gpl-2.0 |
kevleyski/o5_raspberrypi_kernel | kernel/utsname_sysctl.c | 1725 | 3084 | /*
* Copyright (C) 2007
*
* Author: Eric Biederman <ebiederm@xmision.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.
*/
#include <linux/export.... | gpl-2.0 |
eyeballer/tf300t-10.4.2.9-kernel | drivers/acpi/acpica/exfldio.c | 2493 | 29272 | /******************************************************************************
*
* Module Name: exfldio - Aml Field I/O
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and b... | gpl-2.0 |
crimeofheart/n7000_tw_jb_kernel | drivers/media/video/adv7170.c | 3261 | 9861 | /*
* adv7170 - adv7170, adv7171 video encoder driver version 0.0.1
*
* Copyright (C) 2002 Maxim Yevtyushkin <max@linuxmedialabs.com>
*
* Based on adv7176 driver by:
*
* Copyright (C) 1998 Dave Perks <dperks@ibm.net>
* Copyright (C) 1999 Wolfgang Scherr <scherr@net4you.net>
* Copyright (C) 2000 Serguei Miridono... | gpl-2.0 |
GeyerA/android_kernel_samsung_tuna | drivers/media/video/adv7170.c | 3261 | 9861 | /*
* adv7170 - adv7170, adv7171 video encoder driver version 0.0.1
*
* Copyright (C) 2002 Maxim Yevtyushkin <max@linuxmedialabs.com>
*
* Based on adv7176 driver by:
*
* Copyright (C) 1998 Dave Perks <dperks@ibm.net>
* Copyright (C) 1999 Wolfgang Scherr <scherr@net4you.net>
* Copyright (C) 2000 Serguei Miridono... | gpl-2.0 |
EmbeddedAndroid/linaro-android-3.1 | drivers/input/keyboard/jornada680_kbd.c | 3261 | 8314 | /*
* drivers/input/keyboard/jornada680_kbd.c
*
* HP Jornada 620/660/680/690 scan keyboard platform driver
* Copyright (C) 2007 Kristoffer Ericson <Kristoffer.Ericson@gmail.com>
*
* Based on hp680_keyb.c
* Copyright (C) 2006 Paul Mundt
* Copyright (C) 2005 Andriy Skulysh
* Split from drivers/input/keyboard/... | gpl-2.0 |
djcapelis/linux-kernel-opensparc-fpga | drivers/media/dvb-frontends/lgs8gxx.c | 3773 | 24166 | /*
* Support for Legend Silicon GB20600 (a.k.a DMB-TH) demodulator
* LGS8913, LGS8GL5, LGS8G75
* experimental support LGS8G42, LGS8G52
*
* Copyright (C) 2007-2009 David T.L. Wong <davidtlwong@gmail.com>
* Copyright (C) 2008 Sirius International (Hong Kong) Limited
* Timothy Lee <timothy.lee@sir... | gpl-2.0 |
jxxhwy/NewWorld_f160_JB_kernel | drivers/net/usb/rtl8150.c | 4797 | 22754 | /*
* Copyright (c) 2002 Petko Manolov (petkan@users.sourceforge.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 Software Foundation.
*/
#include <linux/init.h>
#include <linux/signal.h>
#inc... | gpl-2.0 |
syhost/android_kernel_kitkat | arch/powerpc/perf/power7-pmu.c | 4797 | 9850 | /*
* Performance counter support for POWER7 processors.
*
* Copyright 2009 Paul Mackerras, IBM 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; either version
* 2 of the Li... | gpl-2.0 |
Arc-Team/android_kernel_samsung_afyonlte | arch/arm/mach-sa1100/ssp.c | 9661 | 4892 | /*
* linux/arch/arm/mach-sa1100/ssp.c
*
* Copyright (C) 2003 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.
*
* Generic SSP driver. This provides the gene... | gpl-2.0 |
bshiznit/android_kernel_asus_grouper | drivers/media/dvb/mantis/mantis_ioc.c | 10429 | 3192 | /*
Mantis PCI bridge driver
Copyright (C) Manu Abraham (abraham.manu@gmail.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 option) any later v... | gpl-2.0 |
silence-star/android_kernel_nubia_NX503A | fs/ocfs2/uptodate.c | 10941 | 18082 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* uptodate.c
*
* Tracking the up-to-date-ness of a local buffer_head with respect to
* the cluster.
*
* Copyright (C) 2002, 2004, 2005 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
*... | gpl-2.0 |
ryncsn/jordan-kernel | arch/mips/dec/prom/identify.c | 13757 | 4690 | /*
* identify.c: machine identification code.
*
* Copyright (C) 1998 Harald Koerfgen and Paul M. Antoine
* Copyright (C) 2002, 2003, 2004, 2005 Maciej W. Rozycki
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/mc146818rtc.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/... | gpl-2.0 |
Outernet-Project/rpi-linux | arch/alpha/boot/tools/mkbb.c | 13757 | 3562 | /* This utility makes a bootblock suitable for the SRM console/miniloader */
/* Usage:
* mkbb <device> <lxboot>
*
* Where <device> is the name of the device to install the bootblock on,
* and <lxboot> is the name of a bootblock to merge in. This bootblock
* contains the offset and size of the bootloader. It mus... | gpl-2.0 |
etnie/Huawei-Ascend-m860-kernel-source | arch/x86/kernel/cpu/cpufreq/speedstep-smi.c | 190 | 11471 | /*
* Intel SpeedStep SMI driver.
*
* (C) 2003 Hiroshi Miura <miura@da-cha.org>
*
* Licensed under the terms of the GNU GPL License version 2.
*
*/
/*********************************************************************
* SPEEDSTEP - DEFINITIONS *
*******************... | gpl-2.0 |
geneyeung/linux-3.10.17 | drivers/scsi/qla2xxx/qla_target.c | 446 | 141734 | /*
* qla_target.c SCSI LLD infrastructure for QLogic 22xx/23xx/24xx/25xx
*
* based on qla2x00t.c code:
*
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
* Copyright (C) 2004 - 2005 Leonid Stoljar
* Copyright (C) 2006 Nathaniel Clark <nate@misrule.us>
* Copyright (C) 2006 - 2010 ID7 Ltd.
... | gpl-2.0 |
vmobi-d2vmu/android_kernel_samsung_d2vmu | drivers/bluetooth/bluetooth-power.c | 958 | 3157 | /* Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the ho... | gpl-2.0 |
singleman/linux | arch/arm/probes/decode-arm.c | 1470 | 28973 | /*
*
* arch/arm/probes/decode-arm.c
*
* Some code moved here from arch/arm/kernel/kprobes-arm.c
*
* Copyright (C) 2006, 2007 Motorola 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 Softwa... | gpl-2.0 |
lbule/ALPS.L0.MP8.V2.1_LCSH6735_65C_HZ_L_KERNEL | drivers/staging/comedi/drivers/amplc_pci263.c | 1726 | 3841 | /*
comedi/drivers/amplc_pci263.c
Driver for Amplicon PCI263 relay board.
Copyright (C) 2002 MEV Ltd. <http://www.mev.co.uk/>
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/... | gpl-2.0 |
Multirom-mi4i/android_kernel_xiaomi_ferrari | arch/mips/kernel/cevt-sb1250.c | 1982 | 4379 | /*
* Copyright (C) 2000, 2001 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; either version 2
* of the License, or (at your option) any later version.
*
* This pr... | gpl-2.0 |
AOSPA-L/android_kernel_htc_msm8994 | drivers/net/ethernet/toshiba/spider_net.c | 2238 | 72130 | /*
* Network device driver for Cell Processor-Based Blade and Celleb platform
*
* (C) Copyright IBM Corp. 2005
* (C) Copyright 2006 TOSHIBA CORPORATION
*
* Authors : Utz Bacher <utz.bacher@de.ibm.com>
* Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
*
* This program is free software; you can redistribute... | gpl-2.0 |
arnavgosain/tomato | drivers/gpu/drm/nouveau/core/subdev/mxm/nv50.c | 2494 | 6604 | /*
* Copyright 2011 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 |
chevanlol360/Kernel_LGE_W5 | net/ipv4/netfilter/ip_tables.c | 4542 | 56134 | /*
* Packet matching code.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2000-2005 Netfilter Core Team <coreteam@netfilter.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 as
* publis... | gpl-2.0 |
mcaraman/kvm | arch/powerpc/platforms/512x/clock.c | 4798 | 14068 | /*
* Copyright (C) 2007,2008 Freescale Semiconductor, Inc. All rights reserved.
*
* Author: John Rigby <jrigby@freescale.com>
*
* Implements the clk api defined in include/linux/clk.h
*
* Original based on linux/arch/arm/mach-integrator/clock.c
*
* Copyright (C) 2004 ARM Limited.
* Written by Deep Bl... | gpl-2.0 |
utkaar099/m7ul_kernel | drivers/video/via/via_aux_vt1631.c | 9662 | 1347 | /*
* Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.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, or (at your option) any later version.
*
* ... | gpl-2.0 |
minipli/linux-grsec | sound/soc/rockchip/rockchip_rt5645.c | 191 | 5987 | /*
* Rockchip machine ASoC driver for boards using a RT5645/RT5650 CODEC.
*
* Copyright (c) 2015, ROCKCHIP 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 b... | gpl-2.0 |
loxdegio/linux-patched | drivers/media/platform/exynos4-is/media-dev.c | 447 | 37858 | /*
* S5P/EXYNOS4 SoC series camera host interface media device driver
*
* Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd.
* Author: 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 a... | gpl-2.0 |
parheliamm/T440p-kernel | drivers/pcmcia/m32r_cfc.c | 959 | 20408 | /*
* drivers/pcmcia/m32r_cfc.c
*
* Device driver for the CFC functionality of M32R.
*
* Copyright (c) 2001, 2002, 2003, 2004
* Hiroyuki Kondo, Naoto Sugai, Hayato Fujiwara
*/
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/fcntl.h>
... | gpl-2.0 |
latlontude/linux | drivers/gpu/host1x/hw/host1x01.c | 2239 | 1228 | /*
* Host1x init for T20 and T30 Architecture Chips
*
* Copyright (c) 2011-2013, NVIDIA 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.
*
* Thi... | gpl-2.0 |
cpaasch/mptcp-net-next | drivers/media/common/saa7146/saa7146_fops.c | 2751 | 17062 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <media/saa7146_vv.h>
#include <linux/module.h>
/****************************************************************************/
/* resource management functions, shamelessly stolen from saa7134 driver */
int saa7146_res_get(struct saa7146_fh *fh, unsigned int bit)
{... | gpl-2.0 |
boyan3010/Villec2_ShooterU_Kernel_3.0.X | drivers/infiniband/hw/ehca/ehca_eq.c | 3263 | 5128 | /*
* IBM eServer eHCA Infiniband device driver for Linux on POWER
*
* Event queue handling
*
* Authors: Waleri Fomin <fomin@de.ibm.com>
* Khadija Souissi <souissi@de.ibm.com>
* Reinhard Ernst <rernst@de.ibm.com>
* Heiko J Schick <schickhj@de.ibm.com>
* Hoang-Nam Nguye... | gpl-2.0 |
h8rift/android_kernel_htc_msm8960-evita | net/ipv4/tunnel4.c | 3263 | 4396 | /* tunnel4.c: Generic IP tunnel transformer.
*
* Copyright (C) 2003 David S. Miller (davem@redhat.com)
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/netdevice.h>
#include <linux/skbuff.h>
#include <linux/slab.h>
#include <net/icmp.h>
#include <net/ip.h>
#include <net/... | gpl-2.0 |
mongoose700/xen-coalesce-kernel | drivers/usb/storage/sddr55.c | 3519 | 25447 | /* Driver for SanDisk SDDR-55 SmartMedia reader
*
* SDDR55 driver v0.1:
*
* First release
*
* Current development and maintenance by:
* (c) 2002 Simon Munton
*
* 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
*... | gpl-2.0 |
TeamCarbonXtremeARMv7/android_kernel_samsung_golden | sound/isa/sscape.c | 4031 | 33649 | /*
* Low-level ALSA driver for the ENSONIQ SoundScape
* Copyright (c) by Chris Rankin
*
* This driver was written in part using information obtained from
* the OSS/Free SoundScape driver, written by Hannu Savolainen.
*
*
* This program is free software; you can redistribute it and/or modify
* it un... | gpl-2.0 |
mkasick/android_kernel_samsung_d2spr | drivers/mtd/tests/mtd_oobtest.c | 4031 | 17742 | /*
* Copyright (C) 2006-2008 Nokia Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
... | gpl-2.0 |
CyanideL/android_kernel_asus_grouper | arch/arm/kernel/crunch.c | 4543 | 2112 | /*
* arch/arm/kernel/crunch.c
* Cirrus MaverickCrunch context switching and handling
*
* Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.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 as
* published by the F... | gpl-2.0 |
charles1018/kernel_msm | drivers/net/ethernet/micrel/ks8842.c | 4799 | 33329 | /*
* ks8842.c timberdale KS8842 ethernet driver
* Copyright (c) 2009 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the ... | gpl-2.0 |
Trinityhaxxor/platform_kernel_msm8x60_stock | drivers/macintosh/windfarm_smu_controls.c | 4799 | 8267 | /*
* Windfarm PowerMac thermal control. SMU based controls
*
* (c) Copyright 2005 Benjamin Herrenschmidt, IBM Corp.
* <benh@kernel.crashing.org>
*
* Released under the term of the GNU GPL v2.
*/
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/delay.... | gpl-2.0 |
pershoot/vision-2632 | drivers/watchdog/wdt285.c | 5055 | 4888 | /*
* Intel 21285 watchdog driver
* Copyright (c) Phil Blundell <pb@nexus.co.uk>, 1998
*
* based on
*
* SoftDog 0.05: A Software Watchdog Device
*
* (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>,
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify i... | gpl-2.0 |
ShinySide/HispAsian_Kernel | drivers/char/lp.c | 5055 | 26820 | /*
* Generic parallel printer driver
*
* Copyright (C) 1992 by Jim Weigand and Linus Torvalds
* Copyright (C) 1992,1993 by Michael K. Johnson
* - Thanks much to Gunter Windau for pointing out to me where the error
* checking ought to be.
* Copyright (C) 1993 by Nigel Gamble (added interrupt code)
* Copyright ... | gpl-2.0 |
AttiJeong98/Solid_Kernel-Stock | net/decnet/dn_timer.c | 8127 | 3096 | /*
* 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 Socket Timer Functions
*
* Author: Steve Whitehouse... | gpl-2.0 |
crdroid-devices/android_kernel_motorola_msm8226 | arch/alpha/kernel/smc37c669.c | 8383 | 61682 | /*
* SMC 37C669 initialization code
*/
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/spinlock.h>
#include <asm/hwrpb.h>
#include <asm/io.h>
#include <asm/segment.h>
#if 0
# define DBG_DEVS(args) printk args
#else
# define DBG_DEVS(args)
#en... | gpl-2.0 |
Rerito/linux-ubi | drivers/nubus/proc.c | 10175 | 4602 | /* drivers/nubus/proc.c: Proc FS interface for NuBus.
By David Huggins-Daines <dhd@debian.org>
Much code and many ideas from drivers/pci/proc.c:
Copyright (c) 1997, 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
This is initially based on the Zorro and PCI interfaces. However,
it works somewhat diff... | gpl-2.0 |
cubieboard/Cubieboard5-kernel-source | drivers/nubus/proc.c | 10175 | 4602 | /* drivers/nubus/proc.c: Proc FS interface for NuBus.
By David Huggins-Daines <dhd@debian.org>
Much code and many ideas from drivers/pci/proc.c:
Copyright (c) 1997, 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
This is initially based on the Zorro and PCI interfaces. However,
it works somewhat diff... | gpl-2.0 |
davidmueller13/TW_Kernel_LP | tools/power/cpupower/bench/main.c | 10431 | 5421 | /* cpufreq-bench CPUFreq microbenchmark
*
* Copyright (C) 2008 Christian Kornacker <ckornacker@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 Foundation; either version 2 of the Licen... | gpl-2.0 |
juston-li/flo | tools/power/cpupower/bench/main.c | 10431 | 5421 | /* cpufreq-bench CPUFreq microbenchmark
*
* Copyright (C) 2008 Christian Kornacker <ckornacker@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 Foundation; either version 2 of the Licen... | gpl-2.0 |
Tesla-M-Devices/android_kernel_motorola_msm8226 | arch/blackfin/mach-bf527/dma.c | 12223 | 1994 | /*
* This file contains the simple DMA Implementation for Blackfin
*
* Copyright 2007-2008 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/module.h>
#include <asm/blackfin.h>
#include <asm/dma.h>
struct dma_register * const dma_io_base_addr[MAX_DMA_CHANNELS] = {
(struct dma_regis... | gpl-2.0 |
cphelps76/elite_kernel_grouper | sound/pci/echoaudio/indigo_dsp.c | 12479 | 4043 | /****************************************************************************
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
All rights reserved
www.echoaudio.com
This file is part of Echo Digital Audio's generic driver library.
Echo Digital Audio's generic driver library is free software;
... | gpl-2.0 |
MoKee/android_kernel_oppo_n3 | sound/pci/echoaudio/indigo_dsp.c | 12479 | 4043 | /****************************************************************************
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
All rights reserved
www.echoaudio.com
This file is part of Echo Digital Audio's generic driver library.
Echo Digital Audio's generic driver library is free software;
... | gpl-2.0 |
KaijiHakaroku/kernel_acer_picasso | net/wimax/debugfs.c | 14527 | 2283 | /*
* Linux WiMAX
* Debugfs support
*
*
* Copyright (C) 2005-2006 Intel Corporation <linux-wimax@intel.com>
* Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 publ... | gpl-2.0 |
gt945/git-ptp | merge-recursive.c | 192 | 59074 | /*
* Recursive Merge algorithm stolen from git-merge-recursive.py by
* Fredrik Kuivinen.
* The thieves were Alex Riesen and Johannes Schindelin, in June/July 2006
*/
#include "cache.h"
#include "advice.h"
#include "lockfile.h"
#include "cache-tree.h"
#include "commit.h"
#include "blob.h"
#include "builtin.h"
#inclu... | gpl-2.0 |
HCDRJacob/htc-kernel-wildfire-2.6.32 | sound/soc/blackfin/bf5xx-ac97.c | 448 | 10828 | /*
* bf5xx-ac97.c -- AC97 support for the ADI blackfin chip.
*
* Author: Roy Huang
* Created: 11th. June 2007
* Copyright: Analog Device 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 Soft... | gpl-2.0 |
mingit/mstcp_v0.89.4 | drivers/i2c/busses/i2c-viperboard.c | 960 | 12171 | /*
* Nano River Technologies viperboard i2c master driver
*
* (C) 2012 by Lemonage GmbH
* Author: Lars Poeschel <poeschel@lemonage.de>
* 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 ... | gpl-2.0 |
goodwinos/linux-latest | drivers/clk/clk-moxart.c | 960 | 2416 | /*
* MOXA ART SoCs clock driver.
*
* Copyright (C) 2013 Jonas Jensen
*
* Jonas Jensen <jonas.jensen@gmail.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 express or implied.
*/
#include... | gpl-2.0 |
bachtk/linux | drivers/bcma/driver_pcie2.c | 1216 | 5699 | /*
* Broadcom specific AMBA
* PCIe Gen 2 Core
*
* Copyright 2014, Broadcom Corporation
* Copyright 2014, Rafał Miłecki <zajec5@gmail.com>
*
* Licensed under the GNU/GPL. See COPYING for details.
*/
#include "bcma_private.h"
#include <linux/bcma/bcma.h>
#include <linux/pci.h>
/*********************************... | gpl-2.0 |
Psycho666/Simplicity_trlte_kernel | sound/soc/codecs/adau1373.c | 2240 | 47291 | /*
* Analog Devices ADAU1373 Audio Codec drive
*
* Copyright 2011 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/i2c.h>
#include <linux/s... | gpl-2.0 |
satgass/android_kernel_lenovo_msm8916 | sound/pci/ad1889.c | 2240 | 26777 | /* Analog Devices 1889 audio driver
*
* This is a driver for the AD1889 PCI audio chipset found
* on the HP PA-RISC [BCJ]-xxx0 workstations.
*
* Copyright (C) 2004-2005, Kyle McMartin <kyle@parisc-linux.org>
* Copyright (C) 2005, Thibaut Varene <varenet@parisc-linux.org>
* Based on the OSS AD1889 driver by Ran... | gpl-2.0 |
ayushtyagi28/android_kernel_cyanogen_msm8994 | drivers/macintosh/smu.c | 2240 | 31022 | /*
* PowerMac G5 SMU driver
*
* Copyright 2004 J. Mayer <l_indien@magic.fr>
* Copyright 2005 Benjamin Herrenschmidt, IBM Corp.
*
* Released under the term of the GNU GPL v2.
*/
/*
* TODO:
* - maybe add timeout to commands ?
* - blocking version of time functions
* - polling version of i2c commands (inclu... | gpl-2.0 |
cnexus/kernel_tw_43 | sound/soc/msm/msm7x30.c | 3520 | 26779 | /* Copyright (c) 2008-2011, The Linux Foundation. All rights reserved.
*
* All source code in this file is licensed under the following license except
* where indicated.
*
* 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 pub... | gpl-2.0 |
DirtyUnicorns/android_kernel_motorola_msm8226 | drivers/input/touchscreen/atmel_maxtouch.c | 3776 | 60619 | /*
* Atmel maXTouch Touchscreen Controller Driver
*
*
* Copyright (C) 2010 Atmel Corporation
* Copyright (C) 2010 Ulf Samuelsson (ulf@atmel.com)
* Copyright (C) 2009 Raphael Derosso Pereira <raphaelpereira@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under th... | gpl-2.0 |
trungnc/aosp_kernel_samsung_js01lte | drivers/video/backlight/lcd.c | 4544 | 6605 | /*
* LCD Lowlevel Control Abstraction
*
* Copyright (C) 2003,2004 Hewlett-Packard Company
*
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/lcd.h>
#include <linux/notifier.h>
#include <linux/ctype.h>
#include <linux/err.h>
#include <linux/fb.h>
#include <linux/slab.h... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.