repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
mirsys/amlogic_kernel | drivers/net/team/team_mode_loadbalance.c | 311 | 17315 | /*
* drivers/net/team/team_mode_loadbalance.c - Load-balancing mode for team
* Copyright (c) 2012 Jiri Pirko <jpirko@redhat.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 ve... | gpl-2.0 |
carburano/KingOfBirds_Kernel | drivers/gpio/vx855_gpio.c | 311 | 8642 | /*
* Linux GPIOlib driver for the VIA VX855 integrated southbridge GPIO
*
* Copyright (C) 2009 VIA Technologies, Inc.
* Copyright (C) 2010 One Laptop per Child
* Author: Harald Welte <HaraldWelte@viatech.com>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it u... | gpl-2.0 |
yasker/linux | arch/arm/mach-omap2/dma.c | 567 | 9021 | /*
* OMAP2+ DMA driver
*
* Copyright (C) 2003 - 2008 Nokia Corporation
* Author: Juha Yrjölä <juha.yrjola@nokia.com>
* DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com>
* Graphics DMA and LCD DMA graphics tranformations
* by Imre Deak <imre.deak@nokia.com>
* OMAP2/3 support Copyright (C) 200... | gpl-2.0 |
bticino/linux | kernel/trace/trace_stat.c | 567 | 8367 | /*
* Infrastructure for statistic tracing (histogram output).
*
* Copyright (C) 2008-2009 Frederic Weisbecker <fweisbec@gmail.com>
*
* Based on the code from trace_branch.c which is
* Copyright (C) 2008 Steven Rostedt <srostedt@redhat.com>
*
*/
#include <linux/list.h>
#include <linux/rbtree.h>
#include <linux... | gpl-2.0 |
coolya/android_kernel_samsung | arch/arm/mach-s3c2416/mach-smdk2416.c | 823 | 5053 | /* linux/arch/arm/mach-s3c2416/mach-hanlin_v3c.c
*
* Copyright (c) 2009 Yauhen Kharuzhy <jekhor@gmail.com>,
* as part of OpenInkpot project
* Copyright (c) 2009 Promwad Innovation Company
* Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com>
*
* This program is free software; you can redistribute it and/or modify
* i... | gpl-2.0 |
ztemt/X6_NX601_kernel | drivers/base/power/main.c | 1079 | 34553 | /*
* drivers/base/power/main.c - Where the driver meets power management.
*
* Copyright (c) 2003 Patrick Mochel
* Copyright (c) 2003 Open Source Development Lab
*
* This file is released under the GPLv2
*
*
* The driver model core calls device_pm_add() when a device is registered.
* This will initialize the e... | gpl-2.0 |
pavian/LITMUS_RT_WITH_HMP | drivers/usb/gadget/f_serial.c | 1079 | 10528 | /*
* f_serial.c - generic USB serial function driver
*
* Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com)
* Copyright (C) 2008 by David Brownell
* Copyright (C) 2008 by Nokia Corporation
*
* This software is distributed under the terms of the GNU General
* Public License ("GPL") as published by the ... | gpl-2.0 |
bigzz/linux-xfs | drivers/media/pci/ttpci/av7110_ir.c | 4407 | 11280 | /*
* Driver for the remote control of SAA7146 based AV7110 cards
*
* Copyright (C) 1999-2003 Holger Waechtler <holger@convergence.de>
* Copyright (C) 2003-2007 Oliver Endriss <o.endriss@gmx.de>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public... | gpl-2.0 |
speef/linux | arch/cris/arch-v32/kernel/ptrace.c | 4407 | 10510 | /*
* Copyright (C) 2000-2007, Axis Communications AB.
*/
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/smp.h>
#include <linux/errno.h>
#include <linux/ptrace.h>
#include <linux/user.h>
#include <linux/signal.h>
#include <linux/security.h>
#include <asm/uaccess.h>
#include ... | gpl-2.0 |
heijingjie/fs_linux_3.10.58 | drivers/media/pci/ttpci/av7110_ir.c | 4407 | 11280 | /*
* Driver for the remote control of SAA7146 based AV7110 cards
*
* Copyright (C) 1999-2003 Holger Waechtler <holger@convergence.de>
* Copyright (C) 2003-2007 Oliver Endriss <o.endriss@gmx.de>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public... | gpl-2.0 |
yytang2012/linux-kvm-arm | drivers/net/wimax/i2400m/rx.c | 4663 | 43576 | /*
* Intel Wireless WiMAX Connection 2400m
* Handle incoming traffic and deliver it to the control or data planes
*
*
* Copyright (C) 2007-2008 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following... | gpl-2.0 |
CyanogenMod/android_kernel_htc_m7 | drivers/acpi/acpica/rsutils.c | 4919 | 23835 | /*******************************************************************************
*
* Module Name: rsutils - Utilities for the resource manager
*
******************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution ... | gpl-2.0 |
deedwar/evolve | drivers/acpi/acpica/exmutex.c | 4919 | 15331 |
/******************************************************************************
*
* Module Name: exmutex - ASL Mutex Acquire/Release functions
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution ... | gpl-2.0 |
jfdsmabalot/kernel_hammerhead | drivers/acpi/acpica/utxferror.c | 4919 | 13350 | /*******************************************************************************
*
* Module Name: utxferror - Various error/warning output functions
*
******************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistrib... | gpl-2.0 |
byzvulture/android_kernel_nubia_nx507j | drivers/acpi/acpica/utalloc.c | 4919 | 10360 | /******************************************************************************
*
* Module Name: utalloc - local memory allocation routines
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and ... | gpl-2.0 |
retailnext/linux | drivers/acpi/acpica/exstorob.c | 4919 | 7221 |
/******************************************************************************
*
* Module Name: exstorob - AML Interpreter object store support, store to object
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*... | gpl-2.0 |
Mirenk/marshmallow_kernel_b2wlj | drivers/acpi/acpica/psxface.c | 4919 | 11333 | /******************************************************************************
*
* Module Name: psxface - Parser external interfaces
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in... | gpl-2.0 |
TheStrix/android_kernel_xiaomi_armani | drivers/acpi/acpica/nsrepair2.c | 4919 | 24376 | /******************************************************************************
*
* Module Name: nsrepair2 - Repair for objects returned by specific
* predefined methods
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel... | gpl-2.0 |
barome/Nexus-S | drivers/ide/sgiioc4.c | 9271 | 17258 | /*
* Copyright (c) 2003-2006 Silicon Graphics, Inc. All Rights Reserved.
* Copyright (C) 2008-2009 MontaVista Software, Inc.
*
* 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.... | gpl-2.0 |
ls2uper/linux | arch/arm/common/icst.c | 12087 | 2387 | /*
* linux/arch/arm/common/icst307.c
*
* Copyright (C) 2003 Deep Blue Solutions, Ltd, 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.
*
* Support fun... | gpl-2.0 |
sakerhsia/linux | drivers/auxdisplay/cfag12864b.c | 12855 | 8374 | /*
* Filename: cfag12864b.c
* Version: 0.1.0
* Description: cfag12864b LCD driver
* License: GPLv2
* Depends: ks0108
*
* Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of... | gpl-2.0 |
CalcProgrammer1/archos-gen8-kernel-2.6.37 | drivers/net/wireless/wl12xx/wl1271_rx.c | 56 | 5203 | /*
* This file is part of wl1271
*
* Copyright (C) 2009 Nokia Corporation
*
* Contact: Luciano Coelho <luciano.coelho@nokia.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundati... | gpl-2.0 |
ac100-ru/picasso-kernel | drivers/net/wireless/iwlwifi/mvm/coex.c | 312 | 38308 | /******************************************************************************
*
* This file is provided under a dual BSD/GPLv2 license. When using or
* redistributing this file, you may do so under either license.
*
* GPL LICENSE SUMMARY
*
* Copyright(c) 2013 - 2014 Intel Corporation. All rights reserved.
* ... | gpl-2.0 |
openwrt-1983/openwrt | target/linux/at91/image/u-boot/ubclient/ubpar.c | 568 | 2810 | /*
* ubparams.c
*
* Generate a u-boot parameter block with correct crc
*
* (C) 1007 Guthrie Consulting
* hamish@prodigi.ch
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef __ASSEMBLY__
#define __ASSEMBLY__
#endif
#define __ASM_STUB_PROCESSOR_H__
#include <config.h>
#undef __ASSEMBLY__
... | gpl-2.0 |
jamieg71/kernel | drivers/coresight/coresight-tmc.c | 1080 | 34166 | /* 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 |
underscoremone/android_kernel_htc_endeavoru | arch/sh/mm/cache-sh4.c | 3128 | 9909 | /*
* arch/sh/mm/cache-sh4.c
*
* Copyright (C) 1999, 2000, 2002 Niibe Yutaka
* Copyright (C) 2001 - 2009 Paul Mundt
* Copyright (C) 2003 Richard Curnow
* Copyright (c) 2007 STMicroelectronics (R&D) Ltd.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "C... | gpl-2.0 |
ShinySide/SM-530T | drivers/char/dtlk.c | 4408 | 16669 | /* -*- linux-c -*-
* dtlk.c - DoubleTalk PC driver for Linux
*
* Original author: Chris Pallotta <chris@allmedia.com>
* Current maintainer: Jim Van Zandt <jrv@vanzandt.mv.com>
*
* 2000-03-18 Jim Van Zandt: Fix polling.
* Eliminate dtlk_timer_active flag and separate... | gpl-2.0 |
rooque/android_kernel_xiaomi_cancro | fs/ocfs2/dlm/dlmmaster.c | 4664 | 96293 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* dlmmod.c
*
* standalone DLM module
*
* Copyright (C) 2004 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published... | gpl-2.0 |
raden/kencana-kernel | drivers/regulator/ab3100.c | 4920 | 17036 | /*
* drivers/regulator/ab3100.c
*
* Copyright (C) 2008-2009 ST-Ericsson AB
* License terms: GNU General Public License (GPL) version 2
* Low-level control of the AB3100 IC Low Dropout (LDO)
* regulators, external regulator and buck converter
* Author: Mattias Wallin <mattias.wallin@stericsson.com>
* Author: Lin... | gpl-2.0 |
beats4x/kernel_lge_g3-v10m | drivers/regulator/ab3100.c | 4920 | 17036 | /*
* drivers/regulator/ab3100.c
*
* Copyright (C) 2008-2009 ST-Ericsson AB
* License terms: GNU General Public License (GPL) version 2
* Low-level control of the AB3100 IC Low Dropout (LDO)
* regulators, external regulator and buck converter
* Author: Mattias Wallin <mattias.wallin@stericsson.com>
* Author: Lin... | gpl-2.0 |
galaxy4public/android_kernel_samsung_n7102 | drivers/misc/sgi-gru/gruhandles.c | 13368 | 5536 | /*
* GRU KERNEL MCS INSTRUCTIONS
*
* Copyright (c) 2008 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; either version 2 of... | gpl-2.0 |
neonicus/Paralax | drivers/misc/sgi-gru/gruhandles.c | 13368 | 5536 | /*
* GRU KERNEL MCS INSTRUCTIONS
*
* Copyright (c) 2008 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; either version 2 of... | gpl-2.0 |
c0d3z3r0/linux-rockchip | net/netfilter/nft_payload.c | 57 | 18599 | // SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2008-2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2016 Pablo Neira Ayuso <pablo@netfilter.org>
*
* Development of this code funded by Astaro AG (http://www.astaro.com/)
*/
#include <linux/kernel.h>
#include <linux/if_vlan.h>
#include <linux/ini... | gpl-2.0 |
clemsyn/UpdatedTF101-OCkernel | drivers/net/wireless/p54/txrx.c | 57 | 23856 | /*
* Common code for mac80211 Prism54 drivers
*
* Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net>
* Copyright (c) 2007-2009, Christian Lamparter <chunkeey@web.de>
* Copyright 2008, Johannes Berg <johannes@sipsolutions.net>
*
* Based on:
* - the islsm (softmac prism54) driver, which is:
* Copyright 2... | gpl-2.0 |
freebsdmax/gsmart1315_kernel | drivers/scsi/scsi_sysfs.c | 313 | 27156 | /*
* scsi_sysfs.c
*
* SCSI sysfs interface routines.
*
* Created to pull SCSI mid layer sysfs routines into one file.
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/blkdev.h>
#include <linux/device.h>
#include <scsi/scsi.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi_host.h>
#include... | gpl-2.0 |
ZubairLK/CI20_linux | drivers/mtd/devices/bcm47xxsflash.c | 825 | 8327 | #include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/mtd/mtd.h>
#include <linux/platform_device.h>
#include <linux/bcma/bcma.h>
#include "bcm47xxsflash.h"
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Serial flash driver for BCMA bus");
static const char *... | gpl-2.0 |
earlish/linux-fslc | arch/sparc/mm/tlb.c | 1337 | 4963 | /* arch/sparc64/mm/tlb.c
*
* Copyright (C) 2004 David S. Miller <davem@redhat.com>
*/
#include <linux/kernel.h>
#include <linux/percpu.h>
#include <linux/mm.h>
#include <linux/swap.h>
#include <linux/preempt.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
#include <asm/cacheflush.h>
... | gpl-2.0 |
tamlok/linux | arch/sparc/mm/tlb.c | 1337 | 4963 | /* arch/sparc64/mm/tlb.c
*
* Copyright (C) 2004 David S. Miller <davem@redhat.com>
*/
#include <linux/kernel.h>
#include <linux/percpu.h>
#include <linux/mm.h>
#include <linux/swap.h>
#include <linux/preempt.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
#include <asm/cacheflush.h>
... | gpl-2.0 |
ASAZING/android_kernel_lanix_l900 | arch/openrisc/mm/fault.c | 1849 | 9095 | /*
* OpenRISC fault.c
*
* Linux architectural port borrowing liberally from similar works of
* others. All original copyrights apply as per the original source
* declaration.
*
* Modifications for the OpenRISC architecture:
* Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com>
* Copyright (C) 2010-2011 Jon... | gpl-2.0 |
ibazzi/rk3288-kernel | drivers/pinctrl/sh-pfc/pfc-sh73a0.c | 2105 | 121717 | /*
* sh73a0 processor support - PFC hardware block
*
* Copyright (C) 2010 Renesas Solutions Corp.
* Copyright (C) 2010 NISHIMOTO Hiroki
*
* 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 |
elephone-dev/P8000-Kernel | net/decnet/dn_route.c | 2105 | 48200 | /*
* DECnet An implementation of the DECnet protocol suite for the LINUX
* operating system. DECnet is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* DECnet Routing Functions (Endnode and Router)
*
* Authors: ... | gpl-2.0 |
Jeongdeokho/Dai5y | arch/arm/mach-mxs/devices/platform-auart.c | 2361 | 1637 | /*
* Copyright (C) 2010 Pengutronix
* Sascha Hauer <s.hauer@pengutronix.de>
*
* 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 <asm/sizes.h>
#include <mach/mx23.h>
#i... | gpl-2.0 |
bio4554/android-4.1 | drivers/scsi/libfc/fc_frame.c | 4921 | 2423 | /*
* Copyright(c) 2007 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 hope it ... | gpl-2.0 |
StelixROM/android_kernel_lge_hammerhead | crypto/vmac.c | 5177 | 18322 | /*
* Modified to interface to the Linux kernel
* Copyright (c) 2009, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is d... | gpl-2.0 |
hroark13/android_kernel_zte_draconis | drivers/media/dvb/dvb-core/dvb_ca_en50221.c | 5177 | 45886 | /*
* dvb_ca.c: generic DVB functions for EN50221 CAM interfaces
*
* Copyright (C) 2004 Andrew de Quincey
*
* Parts of this file were based on sources as follows:
*
* Copyright (C) 2003 Ralph Metzler <rjkm@metzlerbros.de>
*
* based on code:
*
* Copyright (C) 1999-2002 Ralph Metzler
* &... | gpl-2.0 |
mlachwani/Android_4.4.2_MotoG_Kernel | drivers/media/dvb/frontends/stv6110.c | 5689 | 10795 | /*
* stv6110.c
*
* Driver for ST STV6110 satellite tuner IC.
*
* Copyright (C) 2009 NetUP Inc.
* Copyright (C) 2009 Igor M. Liplianin <liplianin@netup.ru>
*
* 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 |
ruslan250283/alcatel_6036 | drivers/media/dvb/frontends/stv6110.c | 5689 | 10795 | /*
* stv6110.c
*
* Driver for ST STV6110 satellite tuner IC.
*
* Copyright (C) 2009 NetUP Inc.
* Copyright (C) 2009 Igor M. Liplianin <liplianin@netup.ru>
*
* 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 |
Elnya/aosproject | arch/sparc/kernel/unaligned_32.c | 7225 | 9389 | /*
* unaligned.c: Unaligned load/store trap handling with special
* cases for the kernel to do them more quickly.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1996 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include <linux/kernel.h>
#include <linux/sched.h>
#includ... | gpl-2.0 |
CyanideL/android_kernel_asus_grouper | drivers/tty/tty_audit.c | 7993 | 8755 | /*
* Creating audit events from TTY input.
*
* Copyright (C) 2007 Red Hat, Inc. All rights reserved. This copyrighted
* material is made available to anyone wishing to use, modify, copy, or
* redistribute it subject to the terms and conditions of the GNU General
* Public License v.2.
*
* Authors: Miloslav Trm... | gpl-2.0 |
papi92/Find7-Kernel-Source-4.3 | crypto/pcbc.c | 12345 | 7852 | /*
* PCBC: Propagating Cipher Block Chaining mode
*
* Copyright (C) 2006 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* Derived from cbc.c
* - Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au>
*
* This program is free software; you can redistribute it and/or m... | gpl-2.0 |
virt2x/kernel2 | drivers/staging/usbip/userspace/src/usbip_attach.c | 58 | 4897 | /*
* Copyright (C) 2011 matt mooney <mfm@muteddisk.com>
* 2005-2007 Takahiro Hirofuchi
*
* 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 |
xiejianying/pjsip_trunk | third_party/srtp/crypto/math/datatypes.c | 58 | 12524 | /*
* datatypes.c
*
* data types for finite fields and functions for input, output, and
* manipulation
*
* David A. McGrew
* Cisco Systems, Inc.
*/
/*
*
* Copyright (c) 2001-2006 Cisco Systems, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modificati... | gpl-2.0 |
Savaged-Zen/Savaged-Zen-Inc | fs/binfmt_elf.c | 58 | 54999 | /*
* linux/fs/binfmt_elf.c
*
* These are the functions used to load ELF format executables as used
* on SVr4 machines. Information on the format may be found in the book
* "UNIX SYSTEM V RELEASE 4 Programmers Guide: Ansi C and Programming Support
* Tools".
*
* Copyright 1993, 1994: Eric Youngdale (ericy@cais.c... | gpl-2.0 |
NebulaOy/linux | drivers/net/wireless/iwlwifi/pcie/tx.c | 58 | 52164 | /******************************************************************************
*
* Copyright(c) 2003 - 2014 Intel Corporation. All rights reserved.
*
* Portions of this file are derived from the ipw3945 project, as well
* as portions of the ieee80211 subsystem header files.
*
* This program is free software; yo... | gpl-2.0 |
carbonsoft/kernel | drivers/input/misc/ati_remote2.c | 570 | 23391 | /*
* ati_remote2 - ATI/Philips USB RF remote driver
*
* Copyright (C) 2005-2008 Ville Syrjala <syrjala@sci.fi>
* Copyright (C) 2007-2008 Peter Stokes <linux@dadeos.co.uk>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2
* a... | gpl-2.0 |
aranb/linux | drivers/input/keyboard/nomadik-ske-keypad.c | 826 | 10853 | /*
* Copyright (C) ST-Ericsson SA 2010
*
* Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson
* Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson
*
* License terms:GNU General Public License (GPL) version 2
*
* Keypad controller driver for the SKE (Scroll Key Encoder) module... | gpl-2.0 |
XileForce/Vindicator-S6 | drivers/acpi/sysfs.c | 1850 | 20547 | /*
* sysfs.c - ACPI sysfs interface to userspace.
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/moduleparam.h>
#include <acpi/acpi_drivers.h>
#include "internal.h"
#define _COMPONENT ACPI_SYSTEM_COMPONENT
ACPI_MODULE_NAME("sysfs");
#define PREFIX "ACPI: "
#ifdef CONFIG_ACPI_DEBUG
/*
* AC... | gpl-2.0 |
XMelancholy/android_kernel_huawei_h60 | arch/arm/mach-at91/sama5d3.c | 1850 | 9708 | /*
* Chip-specific setup code for the SAMA5D3 family
*
* Copyright (C) 2013 Atmel,
* 2013 Ludovic Desroches <ludovic.desroches@atmel.com>
*
* Licensed under GPLv2 or later.
*/
#include <linux/module.h>
#include <linux/dma-mapping.h>
#include <asm/irq.h>
#include <asm/mach/arch.h>
#include <asm... | gpl-2.0 |
Loller79/Solid_Kernel-STOCK-KK-CAF | drivers/acpi/apei/apei-base.c | 2106 | 19187 | /*
* apei-base.c - ACPI Platform Error Interface (APEI) supporting
* infrastructure
*
* APEI allows to report errors (for example from the chipset) to the
* the operating system. This improves NMI handling especially. In
* addition it supports error serialization and error injection.
*
* For more information ab... | gpl-2.0 |
alexshi/power-scheduling | drivers/gpu/drm/r128/r128_drv.c | 2362 | 3462 | /* r128_drv.c -- ATI Rage 128 driver -*- linux-c -*-
* Created: Mon Dec 13 09:47:27 1999 by faith@precisioninsight.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
* Permission is hereby granted, free of ch... | gpl-2.0 |
zhangdaiyan/my-allwinner-ics_linux-3.0 | arch/arm/mach-mxs/devices/platform-dma.c | 2362 | 1131 | /*
* Copyright 2011 Freescale Semiconductor, 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 version 2 as published by the
* Free Software Foundation.
*/
#include <linux/compiler.h>
#include <linux/err.h>
#in... | gpl-2.0 |
DroidThug/Trident | drivers/net/ethernet/cisco/enic/enic_dev.c | 2618 | 5952 | /*
* Copyright 2011 Cisco Systems, Inc. All rights reserved.
*
* This program is free software; you may redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WAR... | gpl-2.0 |
pinpong/thoravukk_i9100 | arch/powerpc/kernel/crash_dump.c | 2874 | 4326 | /*
* Routines for doing kexec-based kdump.
*
* Copyright (C) 2005, IBM Corp.
*
* Created by: Michael Ellerman
*
* This source code is licensed under the GNU General Public License,
* Version 2. See the file COPYING for more details.
*/
#undef DEBUG
#include <linux/crash_dump.h>
#include <linux/bootmem.h>
#i... | gpl-2.0 |
SatrioDwiPrabowo/Intuisy-Kernel-3.0.xx | drivers/staging/comedi/drivers/amplc_dio200.c | 3386 | 40903 | /*
comedi/drivers/amplc_dio200.c
Driver for Amplicon PC272E and PCI272 DIO boards.
(Support for other boards in Amplicon 200 series may be added at
a later date, e.g. PCI215.)
Copyright (C) 2005 MEV Ltd. <http://www.mev.co.uk/>
COMEDI - Linux Control and Measurement Device Interface
Copyri... | gpl-2.0 |
corcor67/SMPL_M8_SENSE | drivers/edac/e752x_edac.c | 3898 | 40640 | /*
* Intel e752x Memory Controller kernel module
* (C) 2004 Linux Networx (http://lnxi.com)
* This file may be distributed under the terms of the
* GNU General Public License.
*
* See "enum e752x_chips" below for supported chipsets
*
* Written by Tom Zimmerman
*
* Contributors:
* Thayne Harbaugh at realmsys... | gpl-2.0 |
kgp700/nexroid-sgs4a-jb | arch/arm/mach-tegra/board-dt-tegra20.c | 4666 | 4876 | /*
* nVidia Tegra device tree board support
*
* Copyright (C) 2010 Secret Lab Technologies, Ltd.
* Copyright (C) 2010 Google, 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 modi... | gpl-2.0 |
TeamHorizon/android_kernel_htc_msm8960 | arch/sh/boards/board-secureedge5410.c | 4666 | 1764 | /*
* Copyright (C) 2002 David McCullough <davidm@snapgear.com>
* Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org>
*
* Based on files with the following comments:
*
* Copyright (C) 2000 Kazumoto Kojima
*
* Modified for 7751 Solution Engine by
* Ian da Silva and Jeremy Siegel,... | gpl-2.0 |
MoKee/android_kernel_oppo_find7a | arch/mips/fw/arc/memory.c | 9530 | 3629 | /*
* memory.c: PROM library functions for acquiring/using memory descriptors
* given to us from the ARCS firmware.
*
* Copyright (C) 1996 by David S. Miller
* Copyright (C) 1999, 2000, 2001 by Ralf Baechle
* Copyright (C) 1999, 2000 by Silicon Graphics, Inc.
*
* PROM library functions for acquiring/us... | gpl-2.0 |
Stane1983/android_kernel_xiaomi_dior | security/tomoyo/group.c | 9786 | 5761 | /*
* security/tomoyo/group.c
*
* Copyright (C) 2005-2011 NTT DATA CORPORATION
*/
#include <linux/slab.h>
#include "common.h"
/**
* tomoyo_same_path_group - Check for duplicated "struct tomoyo_path_group" entry.
*
* @a: Pointer to "struct tomoyo_acl_head".
* @b: Pointer to "struct tomoyo_acl_head".
*
* Retu... | gpl-2.0 |
daedalus81/linux-working | drivers/net/fddi/skfp/srf.c | 10810 | 10358 | /******************************************************************************
*
* (C)Copyright 1998,1999 SysKonnect,
* a business unit of Schneider & Koch & Co. Datensysteme GmbH.
*
* See the file "skfddi.c" for further information.
*
* This program is free software; you can redistribute it and/or modify
* it... | gpl-2.0 |
jmztaylor/android_kernel_htc_primoc_backup | sound/isa/cs423x/cs4236_lib.c | 12602 | 38406 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Routines for control of CS4235/4236B/4237B/4238B/4239 chips
*
* Note:
* -----
*
* Bugs:
* -----
*
* 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 |
proto-dev/Proto-dev_kernel | drivers/video/geode/video_cs5530.c | 14394 | 5791 | /*
* drivers/video/geode/video_cs5530.c
* -- CS5530 video device
*
* Copyright (C) 2005 Arcom Control Systems Ltd.
*
* Based on AMD's original 2.4 driver:
* Copyright (C) 2004 Advanced Micro Devices, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the ... | gpl-2.0 |
revjunkie/N7100 | drivers/video/samsung/s3cfb_main.c | 59 | 34423 | /* linux/drivers/video/samsung/s3cfb-main.c
*
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* Core file for Samsung Display Controller (FIMD) driver
*
* 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 |
rootuseralpha/qmk_firmware | keyboards/omkbd/ergodash/rev1/keymaps/nopunin10did/keymap.c | 59 | 2115 | #include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_3key_2us(
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_EQL, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_BSPC,
KC_TAB, KC_Q, ... | gpl-2.0 |
isaacl/openjdk-jdk | src/share/native/java/lang/fdlibm/src/s_modf.c | 59 | 3216 |
/*
* Copyright (c) 1998, 2001, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free... | gpl-2.0 |
piercexue/linux-3.10-ltsi | fs/xfs/xfs_dir2_block.c | 59 | 36206 | /*
* Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
* Copyright (c) 2013 Red Hat, 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 ... | gpl-2.0 |
lexi6725/linux-3.17.0 | fs/ext4/mballoc.c | 59 | 147017 | /*
* Copyright (c) 2003-2006, Cluster File Systems, Inc, info@clusterfs.com
* Written by Alex Tomas <alex@clusterfs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* T... | gpl-2.0 |
jaydub82/android_kernel_asus_tf101 | drivers/net/wireless/airo_cs.c | 315 | 6806 | /*======================================================================
Aironet driver for 4500 and 4800 series cards
This code is released under both the GPL version 2 and BSD licenses.
Either license may be used. The respective licenses are found at
the end of this file.
This code was develop... | gpl-2.0 |
Huawei-Dev/android_kernel_huawei_msm8939 | block/blk-throttle.c | 1595 | 31516 | /*
* Interface for controlling IO bandwidth on a request queue
*
* Copyright (C) 2010 Vivek Goyal <vgoyal@redhat.com>
*/
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/blkdev.h>
#include <linux/bio.h>
#include <linux/blktrace_api.h>
#include "blk-cgroup.h"
#include "blk.h"
/* Max dispatch from ... | gpl-2.0 |
SlimRoms/kernel_samsung_smdk4412 | fs/coda/pioctl.c | 2363 | 2241 | /*
* Pioctl operations for Coda.
* Original version: (C) 1996 Peter Braam
* Rewritten for Linux 2.1: (C) 1997 Carnegie Mellon University
*
* Carnegie Mellon encourages users of this code to contribute improvements
* to the Coda project. Contact Peter Braam <coda@cs.cmu.edu>.
*/
#include <linux/types.h>
#include... | gpl-2.0 |
drod2169/KernelSanders-OMAP | arch/arm/plat-mxc/devices/platform-imx-i2c.c | 2363 | 3696 | /*
* Copyright (C) 2009-2010 Pengutronix
* Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
*
* 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 <mach/hardware.h>
#in... | gpl-2.0 |
Evil-Green/Lonas_KL-GT-I9300-1 | arch/x86/ia32/sys_ia32.c | 2619 | 15309 | /*
* sys_ia32.c: Conversion between 32bit and 64bit native syscalls. Based on
* sys_sparc32
*
* Copyright (C) 2000 VA Linux Co
* Copyright (C) 2000 Don Dugger <n0ano@valinux.com>
* Copyright (C) 1999 Arun Sharma <arun.sharma@intel.com>
* Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.c... | gpl-2.0 |
1DeMaCr/android_kernel_samsung_codina | drivers/rtc/rtc-m48t86.c | 3387 | 5834 | /*
* ST M48T86 / Dallas DS12887 RTC driver
* Copyright (c) 2006 Tower Technologies
*
* Author: Alessandro Zummo <a.zummo@towertech.it>
*
* 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 Fou... | gpl-2.0 |
iHateWEBos/shooter_kernel_34 | arch/sparc/mm/btfixup.c | 4411 | 10193 | /* btfixup.c: Boot time code fixup and relocator, so that
* we can get rid of most indirect calls to achieve single
* image sun4c and srmmu kernel.
*
* Copyright (C) 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include <asm/btfixup.h>
#include <asm/page.h>
#inc... | gpl-2.0 |
danysan2000/linux-danysan | drivers/hid/hid-topseed.c | 4667 | 2687 | /*
* HID driver for TopSeed Cyberlink remote
*
* Copyright (c) 2008 Lev Babiev
* based on hid-cherry driver
*
* Modified to also support BTC "Emprex 3009URF III Vista MCE Remote" by
* Wayne Thomas 2010.
*
* Modified to support Conceptronic CLLRCMCE by
* Kees Bakker 2010.
*/
/*
* This program is free... | gpl-2.0 |
Valera1978/android_kernel_samsung_viennalte | drivers/usb/host/alchemy-common.c | 5179 | 15699 | /*
* USB block power/access management abstraction.
*
* Au1000+: The OHCI block control register is at the far end of the OHCI memory
* area. Au1550 has OHCI on different base address. No need to handle
* UDC here.
* Au1200: one register to control access and clocks to O/EHCI, UDC and OTG
* as well ... | gpl-2.0 |
piasek1906/Piasek-KK | arch/arm/mach-mxs/devices/platform-gpio-mxs.c | 5435 | 1425 | /*
* Copyright 2011 Freescale Semiconductor, 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 version 2 as published by the
* Free Software Foundation.
*/
#include <linux/compiler.h>
#include <linux/err.h>
#in... | gpl-2.0 |
aopp/android_kernel_htc_flounder | sound/soc/blackfin/bf5xx-ad193x.c | 7227 | 4011 | /*
* File: sound/soc/blackfin/bf5xx-ad193x.c
* Author: Barry Song <Barry.Song@analog.com>
*
* Created: Thur June 4 2009
* Description: Board driver for ad193x sound chip
*
* Bugs: Enter bugs at http://blackfin.uclinux.org/
*
* This program is free software; you can redistribute it a... | gpl-2.0 |
YenneferProject/Kernel | net/appletalk/aarp.c | 7483 | 25491 | /*
* AARP: An implementation of the AppleTalk AARP protocol for
* Ethernet 'ELAP'.
*
* Alan Cox <Alan.Cox@linux.org>
*
* This doesn't fit cleanly with the IP arp. Potentially we can use
* the generic neighbour discovery code to clean this up.
*
* FIXME:
* We ought to handle the retransmits with a single... | gpl-2.0 |
AmperificSuperKANG/lge_kernel_loki | kernel/extable.c | 7483 | 3742 | /* Rewritten by Rusty Russell, on the backs of many others...
Copyright (C) 2001 Rusty Russell, 2002 Rusty Russell IBM.
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... | gpl-2.0 |
bravonova/kenzo | fs/btrfs/orphan.c | 7483 | 2150 | /*
* Copyright (C) 2008 Red Hat. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License v2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITH... | gpl-2.0 |
finch0219/linux | drivers/infiniband/hw/cxgb3/iwch_ev.c | 9787 | 7025 | /*
* Copyright (c) 2006 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this source tree,... | gpl-2.0 |
kirananto/RaZorLettuce | kernel/sysctl.c | 60 | 67312 | /*
* sysctl.c: General linux system control interface
*
* Begun 24 March 1995, Stephen Tweedie
* Added /proc support, Dec 1995
* Added bdflush entry and intvec min/max checking, 2/23/96, Tom Dyas.
* Added hooks for /proc/sys/net (minor, minor patch), 96/4/1, Mike Shaver.
* Added kernel/java-{interpreter,appletvi... | gpl-2.0 |
andrew-pa/limbo-android | jni/qemu/hw/esp.c | 60 | 20807 | /*
* QEMU ESP/NCR53C9x emulation
*
* Copyright (c) 2005-2006 Fabrice Bellard
*
* 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 rig... | gpl-2.0 |
starlightknight/android_kernel_samsung_matissewifi | drivers/mmc/core/sdio_irq.c | 316 | 8119 | /*
* linux/drivers/mmc/core/sdio_irq.c
*
* Author: Nicolas Pitre
* Created: June 18, 2007
* Copyright: MontaVista Software Inc.
*
* Copyright 2008 Pierre Ossman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish... | gpl-2.0 |
bizcuite/android_kernel_samsung_smdk4412 | arch/x86/kernel/irq.c | 572 | 8433 | /*
* Common interrupt code for 32 and 64 bit
*/
#include <linux/cpu.h>
#include <linux/interrupt.h>
#include <linux/kernel_stat.h>
#include <linux/of.h>
#include <linux/seq_file.h>
#include <linux/smp.h>
#include <linux/ftrace.h>
#include <linux/delay.h>
#include <asm/apic.h>
#include <asm/io_apic.h>
#include <asm/i... | gpl-2.0 |
iskandar1023/Velvet-N4 | sound/soc/msm/lpass-dma.c | 1340 | 11575 | /* Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | gpl-2.0 |
neumeika/kernel_hws10101l | fs/jfs/acl.c | 2620 | 4739 | /*
* Copyright (C) International Business Machines Corp., 2002-2004
* Copyright (C) Andreas Gruenbacher, 2001
* Copyright (C) Linus Torvalds, 1991, 1992
*
* 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 |
Blackspark-VRUAME7/android_kernel_samsung_jfltevzw | drivers/usb/wusbcore/cbaf.c | 7484 | 20246 | /*
* Wireless USB - Cable Based Association
*
*
* Copyright (C) 2006 Intel Corporation
* Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
* Copyright (C) 2008 Cambridge Silicon Radio Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publi... | gpl-2.0 |
andi34/android_kernel_oneplus_one | arch/arm/mach-vt8500/gpio.c | 7996 | 6500 | /* linux/arch/arm/mach-vt8500/gpio.c
*
* Copyright (C) 2010 Alexey Charkov <alchark@gmail.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This pro... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.