repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
uzairabdulmajeed/uam-kernel | arch/arm/mach-pxa/mxm8x10.c | 4231 | 10774 | /*
* linux/arch/arm/mach-pxa/mxm8x10.c
*
* Support for the Embedian MXM-8x10 Computer on Module
*
* Copyright (C) 2006 Marvell International Ltd.
* Copyright (C) 2009 Embedian Inc.
* Copyright (C) 2009 TMT Services & Supplies (Pty) Ltd.
*
* 2007-09-04: eric miao <eric.y.miao@gmail.com>
* rewrite t... | gpl-2.0 |
XileForce/Vindicator-S6-Test | drivers/media/pci/ivtv/ivtv-vbi.c | 4743 | 14876 | /*
Vertical Blank Interval support functions
Copyright (C) 2004-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 Foundation; either version 2 of the Lic... | gpl-2.0 |
g7755725/Fitsugly | drivers/regulator/tps6586x-regulator.c | 4743 | 12257 | /*
* Regulator driver for TI TPS6586x
*
* Copyright (C) 2010 Compulab Ltd.
* Author: Mike Rapoport <mike@compulab.co.il>
*
* Based on da903x
* Copyright (C) 2006-2008 Marvell International Ltd.
* Copyright (C) 2008 Compulab Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it un... | gpl-2.0 |
Frontier314/frontkernel35 | fs/reiserfs/prints.c | 7303 | 21190 | /*
* Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README
*/
#include <linux/time.h>
#include <linux/fs.h>
#include "reiserfs.h"
#include <linux/string.h>
#include <linux/buffer_head.h>
#include <stdarg.h>
static char error_buf[1024];
static char fmt_buf[1024];
static char off_buf[80];
static char... | gpl-2.0 |
GeorgeIoak/AM1802-Kernel | arch/arm/plat-versatile/fpga-irq.c | 7815 | 1601 | /*
* Support for Versatile FPGA-based IRQ controllers
*/
#include <linux/irq.h>
#include <linux/io.h>
#include <asm/mach/irq.h>
#include <plat/fpga-irq.h>
#define IRQ_STATUS 0x00
#define IRQ_RAW_STATUS 0x04
#define IRQ_ENABLE_SET 0x08
#define IRQ_ENABLE_CLEAR 0x0c
static void fpga_irq_mask(struct irq_data *d)
... | gpl-2.0 |
MoKee/android_kernel_lge_star | drivers/gpu/drm/ttm/ttm_bo_manager.c | 8327 | 4368 | /**************************************************************************
*
* Copyright (c) 2007-2010 VMware, Inc., Palo Alto, CA., USA
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"... | gpl-2.0 |
xenon92/android_kernel_nebula | drivers/staging/rtl8187se/ieee80211/dot11d.c | 9607 | 4965 | //-----------------------------------------------------------------------------
// File:
// Dot11d.c
//
// Description:
// Implement 802.11d.
//
//-----------------------------------------------------------------------------
#include "dot11d.h"
void
Dot11d_Init(struct ieee80211_device *ieee)
{
PRT_DOT11D_INFO pDot... | gpl-2.0 |
pierdebeer/AudaxPlus_Kernel | net/sched/em_text.c | 11143 | 3805 | /*
* net/sched/em_text.c Textsearch ematch
*
* 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.
*
* Authors: Th... | gpl-2.0 |
mythos234/OnePlus2testing | drivers/video/sysimgblt.c | 12167 | 6937 | /*
* Generic 1-bit or 8-bit source to 1-32 bit destination expansion
* for frame buffer located in system RAM with packed pixels of any depth.
*
* Based almost entirely on cfbimgblt.c
*
* Copyright (C) April 2007 Antonino Daplas <adaplas@pol.net>
*
* This file is subject to the terms and conditions of... | gpl-2.0 |
charles1018/kernel_blu_spark | block/blk-flush.c | 136 | 13404 | /*
* Functions to sequence FLUSH and FUA writes.
*
* Copyright (C) 2011 Max Planck Institute for Gravitational Physics
* Copyright (C) 2011 Tejun Heo <tj@kernel.org>
*
* This file is released under the GPLv2.
*
* REQ_{FLUSH|FUA} requests are decomposed to sequences consisted of three
* optional steps - PREFL... | gpl-2.0 |
rickyzhang82/linux-allwinner | modules/wifi/nano-c047.12/WiFiEngine/ewpa/src/bignum.c | 136 | 5706 | /*
* Big number math
* Copyright (c) 2006, Jouni Malinen <j@w1.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 Foundation.
*
* Alternatively, this software may be distributed under t... | gpl-2.0 |
giorgio130/linux-2.6.35-kobo-multitouch | drivers/usb/misc/usbled.c | 648 | 4516 | /*
* USB LED driver - 1.1
*
* Copyright (C) 2004 Greg Kroah-Hartman (greg@kroah.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.
*
*/
#include <linux/kernel.h>
#includ... | gpl-2.0 |
yseung123/android_kernel_oneplus_msm8994 | kernel/irq/proc.c | 904 | 12642 | /*
* linux/kernel/irq/proc.c
*
* Copyright (C) 1992, 1998-2004 Linus Torvalds, Ingo Molnar
*
* This file contains the /proc/irq/ handling code.
*/
#include <linux/irq.h>
#include <linux/gfp.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/interrupt.h>
#include <linux/kernel_stat.h>
#inc... | gpl-2.0 |
XePeleato/ALE-L21_ESAL | drivers/dma/ioat/dma_v2.c | 1672 | 25026 | /*
* Intel I/OAT DMA Linux driver
* Copyright(c) 2004 - 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 distribut... | gpl-2.0 |
TeamWin/android_kernel_htc_a32e | arch/arm/mach-tegra/platsmp.c | 1928 | 4799 | /*
* linux/arch/arm/mach-tegra/platsmp.c
*
* Copyright (C) 2002 ARM Ltd.
* All Rights Reserved
*
* Copyright (C) 2009 Palm
* 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... | gpl-2.0 |
sudosurootdev/kernel_samsung_u8500 | drivers/media/video/v4l2-mem2mem.c | 2440 | 17714 | /*
* Memory-to-memory device framework for Video for Linux 2 and videobuf.
*
* Helper functions for devices that use videobuf buffers for both their
* source and destination.
*
* Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
* Pawel Osciak, <pawel@osciak.com>
* Marek Szyprowski, <m.szyprowski@samsung.co... | gpl-2.0 |
dh-harald/android_kernel_samsung_codina | arch/blackfin/mach-bf527/boards/cm_bf527.c | 2440 | 24348 | /*
* Copyright 2004-2009 Analog Devices Inc.
* 2008-2009 Bluetechnix
* 2005 National ICT Australia (NICTA)
* Aidan Williams <aidan@nicta.com.au>
*
* Licensed under the GPL-2 or later.
*/
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/mt... | gpl-2.0 |
geneyeung/linux-3.10.17 | arch/arm/mach-omap2/clkt_clksel.c | 2440 | 13729 | /*
* clkt_clksel.c - OMAP2/3/4 clksel clock functions
*
* Copyright (C) 2005-2008 Texas Instruments, Inc.
* Copyright (C) 2004-2010 Nokia Corporation
*
* Contacts:
* Richard Woodruff <r-woodruff2@ti.com>
* Paul Walmsley
*
* This program is free software; you can redistribute it and/or modify
* it under the t... | gpl-2.0 |
garrikus/o3_linux | drivers/net/declance.c | 2696 | 35809 | /*
* Lance ethernet driver for the MIPS processor based
* DECstation family
*
*
* adopted from sunlance.c by Richard van den Berg
*
* Copyright (C) 2002, 2003, 2005, 2006 Maciej W. Rozycki
*
* additional sources:
* - PMAD-AA TURBOchannel Ethernet Module Functional Specification,
... | gpl-2.0 |
andip71/boeffla-kernel-samsung-s3 | net/netfilter/nf_conntrack_standalone.c | 2952 | 13748 | /* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2004 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
* published by the Free Software Foundation.
*/
#include <linux/types.h>
... | gpl-2.0 |
TeamWin/kernel_samsung_lt02ltetmo | net/netfilter/ipvs/ip_vs_conn.c | 5000 | 33748 | /*
* IPVS An implementation of the IP virtual server support for the
* LINUX operating system. IPVS is now implemented as a module
* over the Netfilter framework. IPVS can be used to build a
* high-performance and highly available server based on a
* clu... | gpl-2.0 |
djvoleur/V_920P_BOF7 | drivers/usb/misc/cypress_cy7c63.c | 7560 | 7282 | /*
* cypress_cy7c63.c
*
* Copyright (c) 2006-2007 Oliver Bock (bock@tfh-berlin.de)
*
* This driver is based on the Cypress USB Driver by Marcus Maul
* (cyport) and the 2.0 version of Greg Kroah-Hartman's
* USB Skeleton driver.
*
* This is a generic driver for the Cypress CY7C63xxx family.
* For the time being it enable... | gpl-2.0 |
CyanogenMod/android_kernel_samsung_espresso10 | drivers/staging/comedi/drivers/addi-data/hwdrv_apci2016.c | 8328 | 19542 | /**
@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 |
somcom3x/android_kernel_motorola_msm8226 | crypto/aes_generic.c | 8840 | 63405 | /*
* Cryptographic API.
*
* AES Cipher Algorithm.
*
* Based on Brian Gladman's code.
*
* Linux developers:
* Alexander Kjeldaas <astor@fast.no>
* Herbert Valerio Riedel <hvr@hvrlab.org>
* Kyle McMartin <kyle@debian.org>
* Adam J. Richter <adam@yggdrasil.com> (conversion to 2.5 API).
*
* This program is... | gpl-2.0 |
haydenbbickerton/zaracl_kernel | drivers/net/wimax/i2400m/tx.c | 9864 | 38202 | /*
* Intel Wireless WiMAX Connection 2400m
* Generic (non-bus specific) TX handling
*
*
* 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 conditions
* are met:
*
* ... | gpl-2.0 |
drewx2/android_kernel_htc_dlx | virt/fs/jffs2/compr.c | 10376 | 11923 | /*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright © 2001-2007 Red Hat, Inc.
* Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org>
* Copyright © 2004 Ferenc Havasi <havasi@inf.u-szeged.hu>,
* University of Szeged, Hungary
*
* Created by Arjan van de Ven <arjan@infradead.org>
*
... | gpl-2.0 |
MoKee/android_kernel_huawei_msm8928 | drivers/net/wireless/ath/ath5k/caps.c | 10632 | 4390 | /*
* Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
* Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
* Copyright (c) 2007-2008 Jiri Slaby <jirislaby@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provide... | gpl-2.0 |
weera00/xbmc | xbmc/utils/Stopwatch.cpp | 137 | 1634 | /*
* Copyright (C) 2005-2013 Team XBMC
* http://xbmc.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, or (at your option)
* any later version.
*
* ... | gpl-2.0 |
CyanogenMod/htc-kernel-liberty | arch/avr32/boards/hammerhead/setup.c | 137 | 6007 | /*
* Board-specific setup code for the Miromico Hammerhead board
*
* Copyright (C) 2008 Miromico AG
*
* 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/atmel-m... | gpl-2.0 |
kozmikkick/tripndroid-endeavoru-3.6 | drivers/net/ethernet/3com/typhoon.c | 137 | 72522 | /* typhoon.c: A Linux Ethernet device driver for 3Com 3CR990 family of NICs */
/*
Written 2002-2004 by David Dillow <dave@thedillows.org>
Based on code written 1998-2000 by Donald Becker <becker@scyld.com> and
Linux 2.2.x driver by David P. McLean <davidpmclean@yahoo.com>.
This software may be used and distributed... | gpl-2.0 |
j-r0dd/motus_kernel | arch/m68k/mac/via.c | 137 | 16788 | /*
* 6522 Versatile Interface Adapter (VIA)
*
* There are two of these on the Mac II. Some IRQs are vectored
* via them as are assorted bits and bobs - eg RTC, ADB.
*
* CSA: Motorola seems to have removed documentation on the 6522 from
* their web site; try
* http://nerini.drf.com/vectrex/other/text/chips/6... | gpl-2.0 |
yohanes/Acer-BeTouch-E130-Linux-Kernel | fs/ext3/namei.c | 137 | 67538 | /*
* linux/fs/ext3/namei.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/namei.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Big-endian to little-endian... | gpl-2.0 |
aloksinha2001/rk3x_kernel_3.0.36 | drivers/net/wireless/wifi_power/vendor/wp_tchip_tr802d.c | 137 | 2147 | /*
* wifi_power.c for MID_AIGO_E700.
*
* Power control for WIFI module.
*
* There are Power supply and Power Up/Down controls for WIFI typically.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/jiffies.h>
#include "wifi_power.h"
#if (WIFI_GPIO_POWER_... | gpl-2.0 |
Anik1199/kernel_sprout | block/bfq-iosched.c | 137 | 133531 | /*
* Budget Fair Queueing (BFQ) disk scheduler.
*
* Based on ideas and code from CFQ:
* Copyright (C) 2003 Jens Axboe <axboe@kernel.dk>
*
* Copyright (C) 2008 Fabio Checconi <fabio@gandalf.sssup.it>
* Paolo Valente <paolo.valente@unimore.it>
*
* Copyright (C) 2010 Paolo Valente <paolo.valente@unimore.it... | gpl-2.0 |
GHackAnonymous/linux | net/xfrm/xfrm_input.c | 393 | 9084 | /*
* xfrm_input.c
*
* Changes:
* YOSHIFUJI Hideaki @USAGI
* Split up af-specific portion
*
*/
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <net/dst.h>
#include <net/ip.h>
#include <net/xfrm.h>
#include <net/ip_tunnels.h>
#include <net/ip6_tunnel.h>
static struct km... | gpl-2.0 |
MarginC/linux | drivers/usb/storage/isd200.c | 393 | 46380 | /* Transport & Protocol Driver for In-System Design, Inc. ISD200 ASIC
*
* Current development and maintenance:
* (C) 2001-2002 Björn Stenberg (bjorn@haxx.se)
*
* Developed with the assistance of:
* (C) 2002 Alan Stern <stern@rowland.org>
*
* Initial work:
* (C) 2000 In-System Design, Inc. (support@in-sys... | gpl-2.0 |
JoinTheRealms/TF700-dualboot-stockbased | arch/arm/mach-omap2/pm24xx.c | 393 | 12859 | /*
* OMAP2 Power Management Routines
*
* Copyright (C) 2005 Texas Instruments, Inc.
* Copyright (C) 2006-2008 Nokia Corporation
*
* Written by:
* Richard Woodruff <r-woodruff2@ti.com>
* Tony Lindgren
* Juha Yrjola
* Amit Kucheria <amit.kucheria@nokia.com>
* Igor Stoppa <igor.stoppa@nokia.com>
*
* Based on ... | gpl-2.0 |
TripNRaVeR/tripndroid-endeavoru-3.1.10 | arch/arm/mach-omap1/gpio15xx.c | 649 | 3188 | /*
* OMAP15xx specific gpio init
*
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
*
* Author:
* Charulatha V <charu@ti.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Softw... | gpl-2.0 |
kensoc/kendroid_kernel | drivers/acpi/acpica/hwacpi.c | 905 | 5654 | /******************************************************************************
*
* Module Name: hwacpi - ACPI Hardware Initialization/Mode Interface
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2015, Intel Corp.
* All rights reserved.
*
* Redistrib... | gpl-2.0 |
sembre/kernel_totoro_update3 | common/arch/arm/mach-pxa/capc7117.c | 905 | 4045 | /*
* linux/arch/arm/mach-pxa/capc7117.c
*
* Support for the Embedian CAPC-7117 Evaluation Kit
* based on the Embedian MXM-8x10 Computer on Module
*
* Copyright (C) 2009 Embedian Inc.
* Copyright (C) 2009 TMT Services & Supplies (Pty) Ltd.
*
* 2007-09-04: eric miao <eric.y.miao@gmail.com>
* rewrite... | gpl-2.0 |
Hundsbuah/SGP771_SGP712 | drivers/mfd/db8500-prcmu.c | 1161 | 84247 | /*
* Copyright (C) STMicroelectronics 2009
* Copyright (C) ST-Ericsson SA 2010
*
* License Terms: GNU General Public License v2
* Author: Kumar Sanghvi <kumar.sanghvi@stericsson.com>
* Author: Sundar Iyer <sundar.iyer@stericsson.com>
* Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com>
*
* U8500 PRCM U... | gpl-2.0 |
derekcentrico/m6.kernel.3.x | drivers/staging/serqt_usb2/serqt_usb2.c | 2185 | 42375 | /*
* This code was developed for the Quatech USB line for linux, it used
* much of the code developed by Greg Kroah-Hartman for USB serial devices
*
*/
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/tty.h>
#include <linux/tty_driver.h>
#include <linux/tty_flip.h>
#include ... | gpl-2.0 |
troth/linux-kernel | drivers/input/touchscreen/htcpen.c | 2185 | 5823 | /*
* HTC Shift touchscreen driver
*
* Copyright (C) 2008 Pau Oliva Fora <pof@eslack.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 Free Software Foundation.
*/
#include <linux/errno.h>
#include... | gpl-2.0 |
Haxynox/kernel_samsung_n7100 | drivers/staging/serqt_usb2/serqt_usb2.c | 2185 | 42375 | /*
* This code was developed for the Quatech USB line for linux, it used
* much of the code developed by Greg Kroah-Hartman for USB serial devices
*
*/
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/tty.h>
#include <linux/tty_driver.h>
#include <linux/tty_flip.h>
#include ... | gpl-2.0 |
Raybuntu/linux | fs/hpfs/ea.c | 2953 | 11678 | /*
* linux/fs/hpfs/ea.c
*
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
*
* handling extended attributes
*/
#include "hpfs_fn.h"
/* Remove external extended attributes. ano specifies whether a is a
direct sector where eas starts or an anode */
void hpfs_ea_ext_remove(struct super_block... | gpl-2.0 |
master-j/e210s_cam | drivers/edac/x38_edac.c | 4233 | 12118 | /*
* Intel X38 Memory Controller kernel module
* Copyright (C) 2008 Cluster Computing, Inc.
*
* This file may be distributed under the terms of the
* GNU General Public License.
*
* This file is based on i3200_edac.c
*
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux... | gpl-2.0 |
pboonstoppel/linux-3.1-nv-rel15r7-cpuquiet | sound/pci/ctxfi/cttimer.c | 4745 | 11342 | /*
* PCM timer handling on ctxfi
*
* 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.
*/
#include <linux/slab.h>
#include <linux/math64.h>
#include <linux/moduleparam.h>... | gpl-2.0 |
nasty007/android_kernel_lge_mako | arch/x86/platform/olpc/olpc-xo15-sci.c | 4745 | 5531 | /*
* Support for OLPC XO-1.5 System Control Interrupts (SCI)
*
* Copyright (C) 2009-2010 One Laptop per Child
*
* 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 |
omnirom/android_kernel_oppo_msm8974 | drivers/s390/char/sclp_config.c | 5001 | 1745 | /*
* drivers/s390/char/sclp_config.c
*
* Copyright IBM Corp. 2007
* Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
*/
#define KMSG_COMPONENT "sclp_config"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/cpu.h>
#include <linux/device.h>
#i... | gpl-2.0 |
ReVolt-ROM/android_kernel_htc_m7 | drivers/gpu/drm/gma500/oaktrail_crtc.c | 5257 | 16725 | /*
* Copyright © 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 distributed in the hope it will be useful, but WIT... | gpl-2.0 |
nychitman1/android_kernel_htc_flounder | arch/powerpc/kernel/io.c | 7049 | 4270 | /*
* I/O string operations
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
* Copyright (C) 2006 IBM Corporation
*
* Largely rewritten by Cort Dougan (cort@cs.nmt.edu)
* and Paul Mackerras.
*
* Adapted for iSeries by Mike Corrigan (mikejc@us.ibm.com)
* PPC64 updates by Dave Engebretsen (engebret@... | gpl-2.0 |
piasek1906/Piasek-G2 | arch/x86/kernel/pci-swiotlb.c | 7561 | 2635 | /* Glue code to lib/swiotlb.c */
#include <linux/pci.h>
#include <linux/cache.h>
#include <linux/module.h>
#include <linux/swiotlb.h>
#include <linux/bootmem.h>
#include <linux/dma-mapping.h>
#include <asm/iommu.h>
#include <asm/swiotlb.h>
#include <asm/dma.h>
#include <asm/xen/swiotlb-xen.h>
#include <asm/iommu_tabl... | gpl-2.0 |
qianxiaoxi/NX507J_Lollipop_kernel | sound/pci/asihpi/hpimsgx.c | 8329 | 21940 | /******************************************************************************
AudioScience HPI driver
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public L... | gpl-2.0 |
adri360/DarkNoteIII-Kernel | drivers/net/can/sja1000/tscan1.c | 8329 | 5841 | /*
* tscan1.c: driver for Technologic Systems TS-CAN1 PC104 boards
*
* Copyright 2010 Andre B. Oliveira
*
* 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 Licens... | gpl-2.0 |
MassStash/htc_m8_kernel_GPE_6.0 | net/appletalk/dev.c | 12681 | 1232 | /*
* Moved here from drivers/net/net_init.c, which is:
* Written 1993,1994,1995 by Donald Becker.
*/
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/if_arp.h>
#include <linux/if_ltalk.h>
static void ltalk_setup(struct net_device *dev)
{
/* Fill in the fields of the ... | gpl-2.0 |
PatrikKT/useless | arch/powerpc/platforms/powermac/udbg_scc.c | 13193 | 4202 | /*
* udbg for zilog scc ports as found on Apple PowerMacs
*
* Copyright (C) 2001-2005 PPC 64 Team, IBM Corp
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version... | gpl-2.0 |
futuretekinc/cortina-kernel-2.6.36 | arch/mips/kernel/signal.c | 138 | 18490 | /*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright (C) 1994 - 2000 Ralf Baechle
* Copyright (C) 1999, 2000 Silicon Graphics, Inc.
*/... | gpl-2.0 |
loxK/kernel-hero | arch/x86/mach-generic/bigsmp.c | 138 | 1424 | /*
* APIC driver for "bigsmp" XAPIC machines with more than 8 virtual CPUs.
* Drives the local APIC in "clustered mode".
*/
#define APIC_DEFINITION 1
#include <linux/threads.h>
#include <linux/cpumask.h>
#include <asm/mpspec.h>
#include <asm/genapic.h>
#include <asm/fixmap.h>
#include <asm/apicdef.h>
#include <linux... | gpl-2.0 |
fledermaus/steamos_kernel | net/bluetooth/rfcomm/sock.c | 650 | 22429 | /*
RFCOMM implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com>
Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version ... | gpl-2.0 |
estiko/android_kernel_lenovo_armani | drivers/crypto/msm/ota_crypto.c | 906 | 16488 | /* Copyright (c) 2010-2011, 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 |
TheBootloader/android_kernel_samsung_msm8930-common | drivers/net/ethernet/sfc/siena_sriov.c | 3466 | 45705 | /****************************************************************************
* Driver for Solarflare Solarstorm network controllers and boards
* Copyright 2010-2011 Solarflare Communications Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Publi... | gpl-2.0 |
omnirom/android_kernel_oppo_msm8916 | arch/mips/mm/tlb-r8k.c | 6538 | 5474 | /*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997, 1998, 1999, 2000 Ralf Baechle ralf@gnu.org
* Carsten Lang... | gpl-2.0 |
boa19861105/android_443_KitKat_kernel_htc_dlxub1 | drivers/usb/misc/trancevibrator.c | 7562 | 3891 | /*
* PlayStation 2 Trance Vibrator driver
*
* Copyright (C) 2006 Sam Hocevar <sam@zoy.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 |
AICP/kernel_xiaomi_cancro | drivers/media/video/videobuf-dma-contig.c | 7818 | 9705 | /*
* helper functions for physically contiguous capture buffers
*
* The functions support hardware lacking scatter gather support
* (i.e. the buffers must be linear in physical memory)
*
* Copyright (c) 2008 Magnus Damm
*
* Based on videobuf-vmalloc.c,
* (c) 2007 Mauro Carvalho Chehab, <mchehab@infradead.org>
... | gpl-2.0 |
2nd-yacuken/android_kernel_samsung_espresso10 | drivers/mfd/ucb1400_core.c | 8330 | 3601 | /*
* Core functions for:
* Philips UCB1400 multifunction chip
*
* Based on ucb1400_ts.c:
* Author: Nicolas Pitre
* Created: September 25, 2006
* Copyright: MontaVista Software, Inc.
*
* Spliting done by: Marek Vasut <marek.vasut@gmail.com>
* If something doesn't work and it worked before spliting, e-mail ... | gpl-2.0 |
SlimRoms/kernel_samsung_aries | drivers/media/video/samsung/tv20/s5pc100/sdout_s5pc100.c | 139 | 50274 | /* linux/drivers/media/video/samsung/tv20/s5pc100/sdout_s5pc100.c
*
* tv encoder raw ftn file for Samsung TVOut driver
*
* Copyright (c) 2009 Samsung Electronics
* http://www.samsungsemi.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi... | gpl-2.0 |
ezterry/kernel-biff-testing | net/mac80211/work.c | 139 | 30514 | /*
* mac80211 work implementation
*
* Copyright 2003-2008, Jouni Malinen <j@w1.fi>
* Copyright 2004, Instant802 Networks, Inc.
* Copyright 2005, Devicescape Software, Inc.
* Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
* Copyright 2007, Michael Wu <flamingice@sourmilk.net>
* Copyright 2009, Johannes Berg <joha... | gpl-2.0 |
tluyou/openwrtbb-tluyou | target/linux/ar71xx/files/drivers/mtd/wrt160nl_part.c | 139 | 5644 | /*
* Copyright (C) 2009 Christian Daniel <cd@maintech.de>
* Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.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 Li... | gpl-2.0 |
eugene373/Nexus_S_ICS | drivers/net/wireless/bcmdhd/dhd_common.c | 395 | 59086 | /*
* Broadcom Dongle Host Driver (DHD), common DHD core.
*
* Copyright (C) 1999-2011, Broadcom Corporation
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
* under the terms of the GNU General Public Lice... | gpl-2.0 |
GoinsWithTheWind/drm-prime-sync | drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 395 | 14565 | /*
* Copyright (c) 2010 Red Hat Inc.
* Author : Dave Airlie <airlied@redhat.com>
*
* Licensed under GPLv2
*
* ATPX support for both Intel/ATI
*/
#include <linux/vga_switcheroo.h>
#include <linux/slab.h>
#include <linux/acpi.h>
#include <linux/pci.h>
#include "amdgpu_acpi.h"
struct amdgpu_atpx_functions {
bool... | gpl-2.0 |
doungni/linux | arch/x86/kernel/fpu/regset.c | 395 | 9045 | /*
* FPU register's regset abstraction, for ptrace, core dumps, etc.
*/
#include <asm/fpu/internal.h>
#include <asm/fpu/signal.h>
#include <asm/fpu/regset.h>
/*
* The xstateregs_active() routine is the same as the regset_fpregs_active() routine,
* as the "regset->n" for the xstate regset will be updated based on t... | gpl-2.0 |
project-voodoo/linux_gt-i9000 | arch/sh/kernel/cpu/sh2a/clock-sh7201.c | 907 | 1994 | /*
* arch/sh/kernel/cpu/sh2a/clock-sh7201.c
*
* SH7201 support for the clock framework
*
* Copyright (C) 2008 Peter Griffin <pgriffin@mpc-data.co.uk>
*
* Based on clock-sh4.c
* Copyright (C) 2005 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the... | gpl-2.0 |
martyborya/N3-CM-Unified | drivers/platform/msm/qpnp-clkdiv.c | 1675 | 6987 | /* 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 |
tcreech/tilegx-linux-3.4.68-politestackrehome | drivers/net/ethernet/intel/e1000e/82571.c | 1931 | 55856 | /*******************************************************************************
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 |
percy-g2/android_kernel_sony_u8500_OLD | drivers/char/generic_nvram.c | 2699 | 3460 | /*
* Generic /dev/nvram driver for architectures providing some
* "generic" hooks, that is :
*
* nvram_read_byte, nvram_write_byte, nvram_sync, nvram_get_size
*
* Note that an additional hook is supported for PowerMac only
* for getting the nvram "partition" informations
*
*/
#define NVRAM_VERSION "1.1"
#inc... | gpl-2.0 |
jackyh/qt210_kernel | drivers/staging/westbridge/astoria/api/src/cyasintr.c | 2699 | 4083 | /* Cypress West Bridge API source file (cyasintr.c)
## ===========================
## Copyright (C) 2010 Cypress Semiconductor
##
## This program is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License
## as published by the Free Software Foundation; either versi... | gpl-2.0 |
gimmeitorilltell/slim_kernel_samsung_msm8660 | drivers/staging/iio/adc/ad7298_core.c | 2699 | 7101 | /*
* AD7298 SPI ADC driver
*
* Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2.
*/
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/sysfs.h>
#include <linux/spi/spi.h>
#include <linux/regulator/consumer.h>
#include <linux/err.h>
#include <linux/delay.h>
... | gpl-2.0 |
mzueger/linux-phycore-mpc5200b | drivers/gpu/drm/ttm/ttm_memory.c | 3723 | 14204 | /**************************************************************************
*
* Copyright (c) 2006-2009 VMware, Inc., Palo Alto, CA., USA
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"... | gpl-2.0 |
Mr-AW/Kernel_TeLo_LP_LenovoA6000 | net/netfilter/xt_conntrack.c | 4235 | 9883 | /*
* xt_conntrack - Netfilter module to match connection tracking
* information. (Superset of Rusty's minimalistic state match.)
*
* (C) 2001 Marc Boucher (marc@mbsi.ca).
* (C) 2006-2012 Patrick McHardy <kaber@trash.net>
* Copyright © CC Computer Consultants GmbH, 2007 - 2008
*
* This program is free software;... | gpl-2.0 |
uileyar/fastsocket | kernel/drivers/infiniband/hw/qib/qib_uc.c | 4235 | 13983 | /*
* Copyright (c) 2006, 2007, 2008, 2009, 2010 QLogic Corporation.
* All rights reserved.
* Copyright (c) 2005, 2006 PathScale, 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 Lice... | gpl-2.0 |
infectedmushi/kernel-sony-copyleft | arch/arm/mach-footbridge/cats-pci.c | 4747 | 1397 | /*
* linux/arch/arm/mach-footbridge/cats-pci.c
*
* PCI bios-type initialisation for PCI machines
*
* Bits taken from various places.
*/
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <asm/irq.h>
#include <asm/mach/pci.h>
#include <asm/mach-types.h>
/* cats host-specific stuff ... | gpl-2.0 |
EuphoriaOS/android_kernel_samsung_exynos5410 | drivers/gpu/drm/radeon/r200.c | 5259 | 15434 | /*
* Copyright 2008 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
* Copyright 2009 Jerome Glisse.
*
* 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, in... | gpl-2.0 |
profglavcho/tesr1 | drivers/gpu/drm/i915/i915_gem_evict.c | 5259 | 6367 | /*
* Copyright © 2008-2010 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge... | gpl-2.0 |
justin0406/MiRaGe-GEE | net/llc/sysctl_net_llc.c | 8075 | 2008 | /*
* sysctl_net_llc.c: sysctl interface to LLC net subsystem.
*
* Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*/
#include <linux/mm.h>
#include <linux/init.h>
#include <linux/sysctl.h>
#include <net/llc.h>
#ifndef CONFIG_SYSCTL
#error This file should not be compiled without CONFIG_SYSCTL defined
#endif
sta... | gpl-2.0 |
Jackeagle/android_kernel_htc_dlxub1 | net/llc/sysctl_net_llc.c | 8075 | 2008 | /*
* sysctl_net_llc.c: sysctl interface to LLC net subsystem.
*
* Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*/
#include <linux/mm.h>
#include <linux/init.h>
#include <linux/sysctl.h>
#include <net/llc.h>
#ifndef CONFIG_SYSCTL
#error This file should not be compiled without CONFIG_SYSCTL defined
#endif
sta... | gpl-2.0 |
gouwa/linux-rk3288 | drivers/parport/ieee1284.c | 12683 | 23096 | /*
* IEEE-1284 implementation for parport.
*
* Authors: Phil Blundell <philb@gnu.org>
* Carsten Gross <carsten@sol.wohnheim.uni-ulm.de>
* Jose Renau <renau@acm.org>
* Tim Waugh <tim@cyberelk.demon.co.uk> (largely rewritten)
*
* This file is responsible for IEEE 1284 negotiation, and for ha... | gpl-2.0 |
htc-mirror/jewel-ics-crc-3.0.8-3fd0422 | drivers/usb/host/ohci-mem.c | 12939 | 3398 | /*
* OHCI HCD (Host Controller Driver) for USB.
*
* (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at>
* (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net>
*
* This file is licenced under the GPL.
*/
/*-------------------------------------------------------------------------*/
/*
*... | gpl-2.0 |
chraso/GT-I5500_ | GT-I5500_OpenSource_Kernel/kernel/drivers/rapidio/rio-driver.c | 140 | 6092 | /*
* RapidIO driver support
*
* Copyright 2005 MontaVista Software, Inc.
* Matt Porter <mporter@kernel.crashing.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... | gpl-2.0 |
derekzhuo/android-goldfish-2.6.29 | drivers/usb/host/whci/asl.c | 140 | 8932 | /*
* Wireless Host Controller (WHC) asynchronous schedule management.
*
* Copyright (C) 2007 Cambridge Silicon Radio Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 as published by the Free Software Foundation.
*
*... | gpl-2.0 |
kernel13D/linux-rpi | sound/pci/ctxfi/cthw20k2.c | 652 | 52694 | /**
* 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 cthw20k2.c
*
* @Brief
* This fi... | gpl-2.0 |
sktjdgns1189/android_kernel_samsung_aries_KOR | arch/arm/mach-omap2/clkt2xxx_dpllcore.c | 908 | 4517 | /*
* DPLL + CORE_CLK composite clock functions
*
* Copyright (C) 2005-2008 Texas Instruments, Inc.
* Copyright (C) 2004-2010 Nokia Corporation
*
* Contacts:
* Richard Woodruff <r-woodruff2@ti.com>
* Paul Walmsley
*
* Based on earlier work by Tuukka Tikkanen, Tony Lindgren,
* Gordon McNutt and RidgeRun, Inc.
... | gpl-2.0 |
spacecaker/Stock_spacecaker_kernel | drivers/media/video/gspca/spca505.c | 908 | 19468 | /*
* SPCA505 chip based cameras initialization data
*
* V4L2 by Jean-Francis 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 Licen... | gpl-2.0 |
KonstaT/zte-kernel-msm7x27 | arch/arm/mach-at91/board-at572d940hf_ek.c | 908 | 7288 | /*
* linux/arch/arm/mach-at91/board-at572d940hf_ek.c
*
* Copyright (C) 2008 Atmel Antonio R. Costa <costa.antonior@gmail.com>
* Copyright (C) 2005 SAN People
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free... | gpl-2.0 |
TomGiordano/kernel_huawei_u8220 | arch/arm/mach-h720x/h7201-eval.c | 1676 | 1111 | /*
* linux/arch/arm/mach-h720x/h7201-eval.c
*
* Copyright (C) 2003 Thomas Gleixner <tglx@linutronix.de>
* 2003 Robert Schwebel <r.schwebel@pengutronix.de>
* 2004 Sascha Hauer <s.hauer@pengutronix.de>
*
* Architecture specific stuff for Hynix GMS30C7201 development board
*
* This ... | gpl-2.0 |
tjstyle/android_kernel_fih_msm7x30 | arch/arm/mach-netx/nxdkn.c | 1676 | 2533 | /*
* arch/arm/mach-netx/nxdkn.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 is... | gpl-2.0 |
TeamEOS/kernel_moto_shamu | net/ipv4/tcp_minisocks.c | 1676 | 24743 | /*
* 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.
*
* Implementation of the Transmission Control Protocol(TCP).
*
* Authors: Ross Biro
* Fred N. van Kempen, <wa... | gpl-2.0 |
penhoi/linux-3.13.11.lbrpmu | drivers/rtc/rtc-rs5c348.c | 1676 | 6863 | /*
* A SPI driver for the Ricoh RS5C348 RTC
*
* Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* The board specifi... | gpl-2.0 |
omnirom/android_kernel_huawei_angler | arch/tile/kernel/ptrace.c | 1932 | 7363 | /*
* Copyright 2010 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 |
TeamMac/android_kernel_huawei_p6-u06 | arch/blackfin/mach-bf537/boards/stamp.c | 2188 | 78675 | /*
* Copyright 2004-2009 Analog Devices Inc.
* 2005 National ICT Australia (NICTA)
* Aidan Williams <aidan@nicta.com.au>
*
* Licensed under the GPL-2 or later.
*/
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#incl... | gpl-2.0 |
AndroidDeveloperAlliance/ZenKernel_Grouper | drivers/staging/iio/trigger/iio-trig-bfin-timer.c | 2700 | 5657 | /*
* Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2.
*
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/delay.h>
#include <asm/gptimers.h>
#include "../iio.h"
#in... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.