repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
puppeh/gcc-6502 | libbacktrace/sort.c | 89 | 3182 | /* sort.c -- Sort without allocating memory
Copyright (C) 2012-2015 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
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... | gpl-2.0 |
ZUK2/android_kernel_zuk_z2_plus | drivers/iio/light/adjd_s311.c | 1625 | 8008 | /*
* adjd_s311.c - Support for ADJD-S311-CR999 digital color sensor
*
* Copyright (C) 2012 Peter Meerwald <pmeerw@pmeerw.net>
*
* This file is subject to the terms and conditions of version 2 of
* the GNU General Public License. See the file COPYING in the main
* directory of this archive for more details.
*
... | gpl-2.0 |
doungni/linux | drivers/input/input-polldev.c | 1881 | 9516 | /*
* 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 |
estiko/android_kernel_cyanogen_msm8916 | arch/s390/kernel/irq.c | 1881 | 10161 | /*
* Copyright IBM Corp. 2004, 2011
* Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>,
* Holger Smolinski <Holger.Smolinski@de.ibm.com>,
* Thomas Spatzier <tspat@de.ibm.com>,
*
* This file contains interrupt related functions.
*/
#include <linux/kernel_stat.h>
#include <linux/interrupt.h>
#incl... | gpl-2.0 |
kendling/android_kernel_google_dragon | net/wimax/op-state-get.c | 1881 | 2135 | /*
* Linux WiMAX
* Implement and export a method for getting a WiMAX device current state
*
* Copyright (C) 2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
*
* Based on previous WiMAX core work by:
* Copyright (C) 2008 Intel Corporation <linux-wimax@intel.com>
* Inaky Perez-Gonzalez <inaky.perez-gonzale... | gpl-2.0 |
TeamSPR/kernel | sound/pci/hda/patch_ca0110.c | 2649 | 2995 | /*
* HD audio interface patch for Creative X-Fi CA0110-IBG chip
*
* Copyright (c) 2008 Takashi Iwai <tiwai@suse.de>
*
* This driver 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... | gpl-2.0 |
go2ev-devteam/linux-tk1 | drivers/video/mmp/hw/mmp_spi.c | 4697 | 4684 | /*
* linux/drivers/video/mmp/hw/mmp_spi.c
* using the spi in LCD controler for commands send
*
* Copyright (C) 2012 Marvell Technology Group Ltd.
* Authors: Guoqing Li <ligq@marvell.com>
* Lisa Du <cldu@marvell.com>
* Zhou Zhu <zzhu3@marvell.com>
*
* This program is free software; you can re... | gpl-2.0 |
mer-hybris-kis3/android_kernel_zte_msm8610 | arch/arm/mach-omap2/omap4-common.c | 4697 | 4749 | /*
* OMAP4 specific common source file.
*
* Copyright (C) 2010 Texas Instruments, Inc.
* Author:
* Santosh Shilimkar <santosh.shilimkar@ti.com>
*
*
* This program is free software,you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free ... | gpl-2.0 |
ion-storm/Unleashed-N4 | drivers/media/video/cx18/cx18-vbi.c | 8281 | 8190 | /*
* cx18 Vertical Blank Interval support functions
*
* Derived from ivtv-vbi.c
*
* Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
*
* 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 Fou... | gpl-2.0 |
invisiblek/android_kernel_samsung_msm8960 | arch/mips/alchemy/common/vss.c | 9049 | 2204 | /*
* Au1300 media block power gating (VSS)
*
* This is a stop-gap solution until I have the clock framework integration
* ready. This stuff here really must be handled transparently when clocks
* for various media blocks are enabled/disabled.
*/
#include <linux/module.h>
#include <linux/spinlock.h>
#include <asm... | gpl-2.0 |
sktjdgns1189/android_kernel_samsung_SHV-E110S | drivers/ata/pata_piccolo.c | 9049 | 3908 | /*
* pata_piccolo.c - Toshiba Piccolo PATA/SATA controller driver.
*
* This is basically an update to ata_generic.c to add Toshiba Piccolo support
* then split out to keep ata_generic "clean".
*
* Copyright 2005 Red Hat Inc, all rights reserved.
*
* Elements from ide/pci/generic.c
* Copyright (C) 2001... | gpl-2.0 |
jjhmod/mk908-jjh-kernel | security/selinux/ss/sidtab.c | 12633 | 6011 | /*
* Implementation of the SID table type.
*
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
*/
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/errno.h>
#include "flask.h"
#include "security.h"
#include "sidtab.h"
#define SIDTAB_HASH(sid) \
(sid & SIDTAB_HASH_MASK)
i... | gpl-2.0 |
diegocortassa/android-kernel-mediacom-mp810c | fs/ufs/cylinder.c | 14681 | 5848 | /*
* linux/fs/ufs/cylinder.c
*
* Copyright (C) 1998
* Daniel Pirkl <daniel.pirkl@email.cz>
* Charles University, Faculty of Mathematics and Physics
*
* ext2 - inode (block) bitmap caching inspired
*/
#include <linux/fs.h>
#include <linux/time.h>
#include <linux/stat.h>
#include <linux/string.h>
#include <lin... | gpl-2.0 |
jeremymcrhat/Nexus_5X_kernel | fs/ufs/cylinder.c | 14681 | 5848 | /*
* linux/fs/ufs/cylinder.c
*
* Copyright (C) 1998
* Daniel Pirkl <daniel.pirkl@email.cz>
* Charles University, Faculty of Mathematics and Physics
*
* ext2 - inode (block) bitmap caching inspired
*/
#include <linux/fs.h>
#include <linux/time.h>
#include <linux/stat.h>
#include <linux/string.h>
#include <lin... | gpl-2.0 |
jimbojr/linux | arch/s390/kernel/ipl.c | 90 | 53874 | /*
* ipl/reipl/dump support for Linux on s390.
*
* Copyright IBM Corp. 2005, 2012
* Author(s): Michael Holzheu <holzheu@de.ibm.com>
* Heiko Carstens <heiko.carstens@de.ibm.com>
* Volker Sameske <sameske@de.ibm.com>
*/
#include <linux/types.h>
#include <linux/module.h>
#include <linux/device.h>
#inc... | gpl-2.0 |
hunterhu/linux-sunxi | modules/wifi/ar6003/AR6kSDK.build_3.1_RC.514/host/tools/sigma-dut/wfa_cmdtbl.c | 90 | 10876 |
/****************************************************************************
* (c) Copyright 2007 Wi-Fi Alliance. All Rights Reserved
*
*
* LICENSE
*
* License is granted only to Wi-Fi Alliance members and designated
* contractors ($B!H(BAuthorized Licensees$B!I(B)..AN Authorized Licensees are gran... | gpl-2.0 |
bigbluesky123/decaf-platform | roms/ipxe/src/image/segment.c | 90 | 2665 | /*
* Copyright (C) 2007 Michael Brown <mbrown@fensystems.co.uk>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or any later version.
*
* This progr... | gpl-2.0 |
omnirom/android_kernel_google_msm | drivers/staging/prima/CORE/HDD/src/wlan_hdd_ftm.c | 90 | 144092 | /*
* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, 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 not... | gpl-2.0 |
guh/linux-imx6-3.14-tune | drivers/base/firmware_class.c | 90 | 39832 | /*
* firmware_class.c - Multi purpose firmware loading support
*
* Copyright (c) 2003 Manuel Estrada Sainz
*
* Please see Documentation/firmware_class/ for more information.
*
*/
#include <linux/capability.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/timer.h>
#i... | gpl-2.0 |
roggin/iconia-a500-kernel | drivers/net/ixgbe/ixgbe_dcb_82599.c | 90 | 14067 | /*******************************************************************************
Intel 10 Gigabit PCI Express Linux driver
Copyright(c) 1999 - 2010 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,
ver... | gpl-2.0 |
Distrotech/linux | drivers/pci/host/pcie-hisi.c | 90 | 4982 | /*
* PCIe host controller driver for HiSilicon Hip05 SoC
*
* Copyright (C) 2015 HiSilicon Co., Ltd. http://www.hisilicon.com
*
* Author: Zhou Wang <wangzhou1@hisilicon.com>
* Dacai Zhu <zhudacai@hisilicon.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms... | gpl-2.0 |
netico-solutions/linux_3.2.0_android_4.2.2 | drivers/net/wireless/ath/ath5k/debug.c | 346 | 31785 | /*
* Copyright (c) 2007-2008 Bruno Randolf <bruno@thinktube.com>
*
* This file is free software: you may copy, redistribute 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 vers... | gpl-2.0 |
andr00ib/stock-v10f-kernel-e730 | arch/sparc/prom/misc_64.c | 602 | 9384 | /*
* misc.c: Miscellaneous prom functions that don't belong
* anywhere else.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1996,1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/in... | gpl-2.0 |
XePeleato/android_ALE-L21_kernel | drivers/gpu/arm/malit6_64/midgard/mali_kbase_pm_demand.c | 602 | 1716 | /*
*
* (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 |
MotoG-2013/android_kernel_motorola_msm8226 | fs/ecryptfs/crypto.c | 858 | 69316 | /**
* eCryptfs: Linux filesystem encryption layer
*
* Copyright (C) 1997-2004 Erez Zadok
* Copyright (C) 2001-2004 Stony Brook University
* Copyright (C) 2004-2007 International Business Machines Corp.
* Author(s): Michael A. Halcrow <mahalcro@us.ibm.com>
* Michael C. Thompson <mcthomps@us.ibm.com>
*
* T... | gpl-2.0 |
Split-Screen/android_kernel_oneplus_msm8996 | drivers/gpu/drm/radeon/radeon_prime.c | 1626 | 3587 | /*
* Copyright 2012 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 |
dwengen/linux | arch/powerpc/platforms/85xx/mpc8536_ds.c | 1626 | 2021 | /*
* MPC8536 DS Board Setup
*
* Copyright 2008 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 as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option... | gpl-2.0 |
dj-sand/android_kernel_htc_flounder | drivers/acpi/acpica/exmisc.c | 2138 | 20204 | /******************************************************************************
*
* Module Name: exmisc - ACPI AML (p-code) execution - specific opcodes
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2013, Intel Corp.
* All rights reserved.
*
* Redist... | gpl-2.0 |
davidmueller13/ZenKernel_Flounder | drivers/acpi/acpica/nsaccess.c | 2138 | 18970 | /*******************************************************************************
*
* Module Name: nsaccess - Top-level functions for accessing ACPI namespace
*
******************************************************************************/
/*
* Copyright (C) 2000 - 2013, Intel Corp.
* All rights reserved.
*
* ... | gpl-2.0 |
Troj80/T.J.T-Kernel-vivo | fs/xfs/xfs_btree.c | 2650 | 96426 | /*
* Copyright (c) 2000-2002,2005 Silicon Graphics, 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.
*
* This program is distributed in the hope that it woul... | gpl-2.0 |
TheMeier/lge-kernel-sniper-linux-stable | drivers/i2c/busses/i2c-tiny-usb.c | 4186 | 7776 | /*
* driver for the i2c-tiny-usb adapter - 1.0
* http://www.harbaum.org/till/i2c_tiny_usb
*
* Copyright (C) 2006-2007 Till Harbaum (Till@Harbaum.org)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Softwar... | gpl-2.0 |
prisciou/android_kernel_wiko_s9321 | arch/mn10300/kernel/irq.c | 4698 | 9930 | /* MN10300 Arch-specific interrupt handling
*
* 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 Softwar... | gpl-2.0 |
Split-Screen/android_kernel_samsung_trlte | arch/powerpc/platforms/embedded6xx/c2k.c | 8794 | 3681 | /*
* Board setup routines for the GEFanuc C2K board
*
* Author: Remi Machet <rmachet@slac.stanford.edu>
*
* Originated from prpmc2800.c
*
* 2008 (c) Stanford University
* 2007 (c) MontaVista, Software, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the G... | gpl-2.0 |
croniccorey/linux-amlogic | arch/powerpc/platforms/embedded6xx/holly.c | 8794 | 7280 | /*
* Board setup routines for the IBM 750GX/CL platform w/ TSI10x bridge
*
* Copyright 2007 IBM Corporation
*
* Stephen Winiecki <stevewin@us.ibm.com>
* Josh Boyer <jwboyer@linux.vnet.ibm.com>
*
* Based on code from mpc7448_hpc2.c
*
* This program is free software; you can redistribute it and/or
* modify it ... | gpl-2.0 |
Team-Cody/android_kernel_htc_pico | arch/mips/txx9/generic/smsc_fdc37m81x.c | 8794 | 4978 | /*
* Interface for smsc fdc48m81x Super IO chip
*
* Author: MontaVista Software, Inc. source@mvista.com
*
* 2001-2003 (c) MontaVista Software, 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 exp... | gpl-2.0 |
OpenSEMC/android_kernel_sony_msm8x60 | arch/mips/powertv/reset.c | 10842 | 1425 | /*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
* Portions copyright (C) 2009 Cisco Systems, Inc.
*
* This program is free software; you can distribute it and/or modify it
* under the terms of the GNU General Public License (Version 2) as
* pub... | gpl-2.0 |
treejames/exynos4_uboot | common/env_nowhere.c | 91 | 1501 | /*
* (C) Copyright 2000-2010
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com>
* Andreas Heppel <aheppel@sysgo.de>
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can r... | gpl-2.0 |
manisabri/linux-rt-rpi | fs/xfs/libxfs/xfs_bmap_btree.c | 347 | 22957 | /*
* Copyright (c) 2000-2003,2005 Silicon Graphics, 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.
*
* This program is distributed in the hope that it woul... | gpl-2.0 |
gblues/samsung-gravity-smart-froyo | drivers/acpi/scan.c | 347 | 37425 | /*
* scan.c - support for transforming the ACPI namespace into individual objects
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/acpi.h>
#include <linux/signal.h>
#include <linux/kthread.h>
#include <acpi/acpi_drivers.h>
#include "internal.h"
#define _COMPONENT ACP... | gpl-2.0 |
Chibaibuki/TCP-IP-Timer-For-Linux-Kernel | drivers/usb/phy/phy-mv-usb.c | 2139 | 21184 | /*
* Copyright (C) 2011 Marvell International Ltd. All rights reserved.
* Author: Chao Xie <chao.xie@marvell.com>
* Neil Zhang <zhangwm@marvell.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 So... | gpl-2.0 |
s9yobena/linux-btrfs | sound/pci/ctxfi/cthardware.c | 2395 | 1675 | /**
* 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 cthardware.c
*
* @Brief
* This ... | gpl-2.0 |
dheerajjamwal/LTSI_backports | arch/arm/mach-s3c24xx/clock-s3c2440.c | 2395 | 5920 | /* linux/arch/arm/mach-s3c2440/clock.c
*
* Copyright (c) 2004-2005 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2440 Clock support
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publi... | gpl-2.0 |
friedrich420/SPRINT-Note-4-AEL-Kernel-Lollipop-Source | drivers/video/pm3fb.c | 2395 | 43407 | /*
* linux/drivers/video/pm3fb.c -- 3DLabs Permedia3 frame buffer device
*
* Copyright (C) 2001 Romain Dolbeau <romain@dolbeau.org>.
*
* Ported to 2.6 kernel on 1 May 2007 by Krzysztof Helt <krzysztof.h1@wp.pl>
* based on pm2fb.c
*
* Based on code written by:
* Sven Luther, <luther@dpt-info.u-strasbg.fr... | gpl-2.0 |
elelinux/android_kernel_htc_pyramid | drivers/isdn/hisax/hfc4s8s_l1.c | 4187 | 43692 | /*************************************************************************/
/* $Id: hfc4s8s_l1.c,v 1.10 2005/02/09 16:31:09 martinb1 Exp $ */
/* HFC-4S/8S low layer interface for Cologne Chip HFC-4S/8S isdn chips */
/* The low layer (L1) is implemented as a loadable module for usage with */
/* the HiSax isd... | gpl-2.0 |
Fred6681/android_kernel_samsung_golden | drivers/media/dvb/ttusb-dec/ttusbdecfe.c | 4955 | 7875 | /*
* TTUSB DEC Frontend Driver
*
* Copyright (C) 2003-2004 Alex Woods <linux-dvb@giblets.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 ... | gpl-2.0 |
LegacyHuawei/android_kernel_huawei_msm7x30 | arch/powerpc/platforms/44x/warp.c | 7003 | 6627 | /*
* PIKA Warp(tm) board specific routines
*
* Copyright (c) 2008-2009 PIKA Technologies
* Sean MacLennan <smaclennan@pikatech.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... | gpl-2.0 |
kennysgithub/sm-p607t-kernel | drivers/pci/pci-label.c | 7515 | 8429 | /*
* Purpose: Export the firmware instance and label associated with
* a pci device to sysfs
* Copyright (C) 2010 Dell Inc.
* by Narendra K <Narendra_K@dell.com>,
* Jordan Hargrave <Jordan_Hargrave@dell.com>
*
* PCI Firmware Specification Revision 3.1 section 4.6.7 (DSM for Naming a
* PCI or PCI Express Device ... | gpl-2.0 |
alexpotter1/Neutron_msm8974_d802 | drivers/staging/comedi/drivers/acl7225b.c | 8283 | 4285 | /*
* comedi/drivers/acl7225b.c
* Driver for Adlink NuDAQ ACL-7225b and clones
* José Luis Sánchez
*/
/*
Driver: acl7225b
Description: Adlink NuDAQ ACL-7225b & compatibles
Author: José Luis Sánchez (jsanchezv@teleline.es)
Status: testing
Devices: [Adlink] ACL-7225b (acl7225b), [ICP] P16R16DIO (p16r16dio)
*/
#includ... | gpl-2.0 |
goldelico/letux-400 | fs/xfs/xfs_trans_buf.c | 92 | 31705 | /*
* Copyright (c) 2000-2002,2005 Silicon Graphics, 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.
*
* This program is distributed in the hope that it woul... | gpl-2.0 |
hitomi2500/wasca | fpga_firmware/software/wasca_test9_bsp/drivers/src/altera_avalon_jtag_uart_fd.c | 92 | 4010 | /******************************************************************************
* *
* License Agreement *
* *
... | gpl-2.0 |
bigzz/linux-linaro-lsk | drivers/iio/gyro/itg3200_buffer.c | 860 | 3716 | /*
* itg3200_buffer.c -- support InvenSense ITG3200
* Digital 3-Axis Gyroscope driver
*
* Copyright (c) 2011 Christian Strobel <christian.strobel@iis.fraunhofer.de>
* Copyright (c) 2011 Manuel Stahl <manuel.stahl@iis.fraunhofer.de>
* Copyright (c) 2012 Thorsten Nowak <thorsten.nowak@iis.fraunh... | gpl-2.0 |
SaberMod/android_kernel_moto_shamu | drivers/media/platform/msm/dvb/demux/mpq_sdmx.c | 1372 | 25542 | /* Copyright (c) 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 hope... | gpl-2.0 |
ffolkes/plasmakernel_note4_tw_lp | drivers/net/ethernet/amd/pcnet32.c | 1628 | 81888 | /* pcnet32.c: An AMD PCnet32 ethernet driver for linux. */
/*
* Copyright 1996-1999 Thomas Bogendoerfer
*
* Derived from the lance driver written 1993,1994,1995 by Donald Becker.
*
* Copyright 1993 United States Government as represented by the
* Director, National Security Agency.
*
* This software may be used... | gpl-2.0 |
NAM-IL/LINUX-rpi-4.2.y | drivers/media/pci/solo6x10/solo6x10-disp.c | 1884 | 9847 | /*
* Copyright (C) 2010-2013 Bluecherry, LLC <http://www.bluecherrydvr.com>
*
* Original author:
* Ben Collins <bcollins@ubuntu.com>
*
* Additional work by:
* John Brooks <john.brooks@bluecherry.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener... | gpl-2.0 |
frankiek3/android_kernel_samsung_intercept | drivers/staging/rtl8192u/r819xU_cmdpkt.c | 2140 | 22538 | /******************************************************************************
(c) Copyright 2008, RealTEK Technologies Inc. All Rights Reserved.
Module: r819xusb_cmdpkt.c (RTL8190 TX/RX command packet handler Source C File)
Note: The module is responsible for handling TX and RX command packet.
1. TX... | gpl-2.0 |
MatiasBjorling/linux | drivers/video/cg14.c | 2396 | 15019 | /* cg14.c: CGFOURTEEN frame buffer driver
*
* Copyright (C) 2003, 2006 David S. Miller (davem@davemloft.net)
* Copyright (C) 1996,1998 Jakub Jelinek (jj@ultra.linux.cz)
* Copyright (C) 1995 Miguel de Icaza (miguel@nuclecu.unam.mx)
*
* Driver layout based loosely on tgafb.c, see that file for credits.
*/
#includ... | gpl-2.0 |
TWRP-J5/android_kernel_samsung_j5lte | sound/pci/ice1712/quartet.c | 2396 | 30642 | /*
* ALSA driver for ICEnsemble VT1724 (Envy24HT)
*
* Lowlevel functions for Infrasonic Quartet
*
* Copyright (c) 2009 Pavel Hofman <pavel.hofman@ivitera.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 |
assusdan/cyanogenmod_kernel_prestigio_muzed3 | drivers/input/joystick/joydump.c | 2652 | 4210 | /*
* Copyright (c) 1996-2001 Vojtech Pavlik
*/
/*
* This is just a very simple driver that can dump the data
* out of the joystick port into the syslog ...
*/
/*
* 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 |
Cpasjuste/kernel_amazon_hdx-common | drivers/infiniband/ulp/srp/ib_srp.c | 2908 | 66329 | /*
* Copyright (c) 2005 Cisco Systems. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this source tre... | gpl-2.0 |
UDOOboard/Kernel_Unico | arch/arm/mach-s3c2410/usb-simtec.c | 4188 | 2873 | /* linux/arch/arm/mach-s3c2410/usb-simtec.c
*
* Copyright 2004-2005 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* http://www.simtec.co.uk/products/EB2410ITX/
*
* Simtec BAST and Thorcom VR1000 USB port support functions
*
* This program is free software; you can redistribute it and/or modify
* it un... | gpl-2.0 |
MatthewBooth/JFLTE-GPE-Kernel | arch/arm/mach-kirkwood/board-dt.c | 4700 | 1979 | /*
* Copyright 2012 (C), Jason Cooper <jason@lakedaemon.net>
*
* arch/arm/mach-kirkwood/board-dt.c
*
* Flattened Device Tree board initialization
*
* 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, whethe... | gpl-2.0 |
RealVNC/Android-kernel-mako-NCM | drivers/media/video/gspca/spca508.c | 4956 | 41826 | /*
* SPCA508 chip based cameras subdriver
*
* Copyright (C) 2009 Jean-Francois Moine <http://moinejf.free.fr>
*
* 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 |
xsynergy510x/GPE_Kernel | drivers/media/video/gspca/sn9c2028.c | 4956 | 25179 | /*
* SN9C2028 library
*
* Copyright (C) 2009 Theodore Kilgore <kilgota@auburn.edu>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* any later versi... | gpl-2.0 |
qtekfun/kernel_htc_msm8939 | lib/klist.c | 5468 | 9566 | /*
* klist.c - Routines for manipulating klists.
*
* Copyright (C) 2005 Patrick Mochel
*
* This file is released under the GPL v2.
*
* This klist interface provides a couple of structures that wrap around
* struct list_head to provide explicit list "head" (struct klist) and list
* "node" (struct klist_node) ob... | gpl-2.0 |
Evervolv/android_kernel_lge_msm8974 | arch/tile/lib/strlen_64.c | 7260 | 1165 | /*
* Copyright 2011 Tilera Corporation. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will ... | gpl-2.0 |
flar2/m8-Sense-4.4.4 | fs/xfs/kmem.c | 8028 | 2932 | /*
* Copyright (c) 2000-2005 Silicon Graphics, 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.
*
* This program is distributed in the hope that it would be ... | gpl-2.0 |
Rashed97/android_kernel_samsung_lt03lte | arch/arm/mach-msm/mdm_common.c | 349 | 33014 | /* Copyright (c) 2011-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 |
alexey6600/kernel_sony_tetra_2 | fs/adfs/dir.c | 2141 | 5761 | /*
* linux/fs/adfs/dir.c
*
* Copyright (C) 1999-2000 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.
*
* Common directory handling for ADFS
*/
#include "adf... | gpl-2.0 |
dimon2242/Neuro_kernel | arch/arm/mach-exynos4/dev-ahci.c | 2653 | 7312 | /* linux/arch/arm/mach-exynos4/dev-ahci.c
*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* EXYNOS4 - AHCI 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 Fre... | gpl-2.0 |
CyanogenMod/android_kernel_sony_msm8660 | security/selinux/nlmsgtab.c | 4189 | 6554 | /*
* Netlink message type permission tables, for user generated messages.
*
* Author: James Morris <jmorris@redhat.com>
*
* Copyright (C) 2004 Red Hat, Inc., James Morris <jmorris@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public ... | gpl-2.0 |
whdghks913/android_kernel_samsung_c1ktt | arch/um/kernel/physmem.c | 4701 | 5397 | /*
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include "linux/bootmem.h"
#include "linux/mm.h"
#include "linux/pfn.h"
#include "asm/page.h"
#include "as-layout.h"
#include "init.h"
#include "kern.h"
#include "mem_user.h"
#include "os.h"
static int physmem_fd... | gpl-2.0 |
sjp333/android_kernel_htc_leo | arch/um/os-Linux/signal.c | 4701 | 6588 | /*
* Copyright (C) 2004 PathScale, Inc
* Copyright (C) 2004 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <stdlib.h>
#include <stdarg.h>
#include <errno.h>
#include <signal.h>
#include <strings.h>
#include "as-layout.h"
#include "kern_util.h"
#include "os.h"
#include "proc... | gpl-2.0 |
flar2/m7-GPE-5.0.1 | arch/arm/mach-pxa/irq.c | 4957 | 4480 | /*
* linux/arch/arm/mach-pxa/irq.c
*
* Generic PXA IRQ handling
*
* Author: Nicolas Pitre
* Created: Jun 15, 2001
* 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
* publis... | gpl-2.0 |
mastero9017/Blu_Spark | fs/xfs/xfs_trace.c | 5469 | 1635 | /*
* Copyright (c) 2009, Christoph Hellwig
* 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.
*
* This program is distributed in the hope that it would be useful,
... | gpl-2.0 |
drowningchild/msm-2.6.38 | drivers/gpu/drm/nouveau/nv30_fb.c | 8285 | 3258 | /*
* Copyright (C) 2010 Francisco Jerez.
* 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,... | gpl-2.0 |
gandalfk7/arietta_kernel3.18.1 | arch/arm/mach-footbridge/isa-rtc.c | 13661 | 1229 | /*
* arch/arm/mach-footbridge/isa-rtc.c
*
* Copyright (C) 1998 Russell King.
* Copyright (C) 1998 Phil Blundell
*
* CATS has a real-time clock, though the evaluation board doesn't.
*
* Changelog:
* 21-Mar-1998 RMK Created
* 27-Aug-1998 PJB CATS support
* 28-Dec-1998 APH Made leds optional
* 20-Jan-19... | gpl-2.0 |
mozilla-b2g/kernel_flatfish | arch/arm/plat-s5p/irq-eint.c | 94 | 5252 | /* linux/arch/arm/plat-s5p/irq-eint.c
*
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* S5P - IRQ EINT 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 So... | gpl-2.0 |
shigio/ctags | Units/parser-fortran.r/bug877956.f90.d/input.f90 | 94 | 1782 | ! Bugs item #877956, was opened at 2004-01-15 17:59
! Message generated for change (Tracker Item Submitted) made by Item Submitter
! You can respond by visiting:
! https://sourceforge.net/tracker/?func=detail&atid=106556&aid=877956&group_id=6556
!
! Category: None
! Group: None
! Status: Open
! Resolution: None
! Prio... | gpl-2.0 |
ajaragoneses/GTI_VLC | src/android/dirs.c | 94 | 1892 | /*****************************************************************************
* dirs.c: Android directories configuration
*****************************************************************************
* Copyright © 2012 Rafaël Carré
*
* Authors: Rafaël Carré <funman@videolanorg>
*
* This program is free software... | gpl-2.0 |
bbelos/LS970_Kernel | arch/arm/mach-msm/qdsp6v2/ultrasound/q6usm.c | 94 | 29422 | /* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the ho... | gpl-2.0 |
einon/staging-et131x | drivers/gpu/drm/tegra/dpaux.c | 94 | 12898 | /*
* Copyright (C) 2013 NVIDIA 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 <linux/delay.h>
#include <linux/gpio.h>
#include ... | gpl-2.0 |
TeamBliss-Devices/android_kernel_samsung_ms013g | arch/mn10300/kernel/smp.c | 350 | 28276 | /* SMP support routines.
*
* Copyright (C) 2006-2008 Panasonic Corporation
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
*
* This program is distrib... | gpl-2.0 |
popazerty/linux-sh4-2.6.32.y | drivers/ide/ide-timings.c | 606 | 6650 | /*
* 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 |
royale1223/omap-kernel | drivers/scsi/fcoe/fcoe.c | 606 | 68625 | /*
* Copyright(c) 2007 - 2009 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms 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 |
fledermaus/steamos_kernel | fs/ext4/indirect.c | 862 | 41979 | /*
* linux/fs/ext4/indirect.c
*
* from
*
* linux/fs/ext4/inode.c
*
* Copyright (C) 1992, 1993, 1994, 1995
* Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
* Universite Pierre et Marie Curie (Paris VI)
*
* from
*
* linux/fs/minix/inode.c
*
* Copyright (C) 1991, 1992 Linus... | gpl-2.0 |
MoKee/android_kernel_samsung_klte | drivers/staging/iio/imu/inv_mpu/inv_mpu_trigger.c | 1118 | 1947 | /*
* Copyright (C) 2012 Invensense, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* but ... | gpl-2.0 |
NoelMacwan/SXDNickiKernels | drivers/staging/qcache/tmem.c | 1374 | 22643 | /*
* In-kernel transcendent memory (generic implementation)
*
* Copyright (c) 2009-2011, Dan Magenheimer, Oracle Corp.
* Copyright (c) 2011, The Linux Foundation. All rights reserved.
*
* The primary purpose of Transcedent Memory ("tmem") is to map object-oriented
* "handles" (triples containing a pool id, and o... | gpl-2.0 |
anshulsahni/linux | sound/isa/adlib.c | 1630 | 2906 | /*
* AdLib FM card driver.
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/isa.h>
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/opl3.h>
#define CRD_NAME "AdLib FM"
#define DEV_NAME "adlib"
MODULE_DESCRIPTION(CRD_NAME);
MODULE_AUTHOR("Rene Herman");
MODULE_LICENSE("GPL");... | gpl-2.0 |
kcarden/android_kernel_lge_g4stylus | drivers/platform/x86/hp-wmi.c | 1886 | 24167 | /*
* HP WMI hotkeys
*
* Copyright (C) 2008 Red Hat <mjg@redhat.com>
* Copyright (C) 2010, 2011 Anssi Hannula <anssi.hannula@iki.fi>
*
* Portions based on wistron_btns.c:
* Copyright (C) 2005 Miloslav Trmac <mitr@volny.cz>
* Copyright (C) 2005 Bernhard Rosenkraenzer <bero@arklinux.org>
* Copyright (C) 2005 Dmit... | gpl-2.0 |
omnirom/android_kernel_asus_fugu | drivers/staging/vt6656/main_usb.c | 1886 | 44587 | /*
* 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 |
wenfengliaoshuzhai/linux | crypto/async_tx/async_tx.c | 2398 | 7841 | /*
* core routines for the asynchronous memory transfer/transform api
*
* 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 redistrib... | gpl-2.0 |
yevmel/P8000-Kernel | drivers/media/v4l2-core/v4l2-event.c | 2654 | 7641 | /*
* v4l2-event.c
*
* V4L2 events.
*
* Copyright (C) 2009--2010 Nokia Corporation.
*
* Contact: Sakari Ailus <sakari.ailus@iki.fi>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foun... | gpl-2.0 |
basr/Brieuwers_Kernel | drivers/hid/hid-emsff.c | 2654 | 3915 | /*
* Force feedback support for EMS Trio Linker Plus II
*
* Copyright (c) 2010 Ignaz Forster <ignaz.forster@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... | gpl-2.0 |
zarboz/m8wlv | drivers/net/can/usb/peak_usb/pcan_usb.c | 3422 | 20217 | /*
* CAN driver for PEAK System PCAN-USB adapter
* Derived from the PCAN project file driver/src/pcan_usb.c
*
* Copyright (C) 2003-2010 PEAK System-Technik GmbH
* Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com>
*
* Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de>
*
* This program ... | gpl-2.0 |
rebelde-/kyubi | drivers/net/ni5010.c | 3934 | 22862 | /* ni5010.c: A network driver for the MiCom-Interlan NI5010 ethercard.
*
* Copyright 1996,1997,2006 Jan-Pascal van Best and Andreas Mohr.
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*
* The authors may be reached as:... | gpl-2.0 |
CyanogenMod/android_kernel_samsung_lt03lte | drivers/net/wireless/rtlwifi/rtl8192c/dm_common.c | 4190 | 53897 | /******************************************************************************
*
* 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 |
lujji/JXD-7800b-JB-kernel | drivers/staging/go7007/snd-go7007.c | 4190 | 8130 | /*
* 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 |
LGaljo/android_kernel_samsung_s3ve3g | arch/powerpc/kernel/pci-common.c | 4446 | 49031 | /*
* Contains common pci routines for ALL ppc platform
* (based on pci_32.c and pci_64.c)
*
* Port for PPC64 David Engebretsen, IBM Corp.
* Contains common pci routines for ppc64 platform, pSeries and iSeries brands.
*
* Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM
* Rework, based on alpha PCI c... | gpl-2.0 |
CMyst/android_kernel_htc_msm8960 | arch/arm/mach-sa1100/generic.c | 4702 | 10504 | /*
* linux/arch/arm/mach-sa1100/generic.c
*
* Author: Nicolas Pitre
*
* Code common to all SA11x0 machines.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <lin... | gpl-2.0 |
filippz/kernel-adaptation-n950-n9 | arch/arm/mach-netx/nxdb500.c | 4958 | 4728 | /*
* arch/arm/mach-netx/nxdb500.c
*
* Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, 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 Foundation.
*
* This program ... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.