repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
MasterAwesome/android_kernel_oneplus_msm8974 | arch/arm/mm/nommu.c | 3929 | 2573 | /*
* linux/arch/arm/mm/nommu.c
*
* ARM uCLinux supporting functions.
*/
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/io.h>
#include <linux/memblock.h>
#include <asm/cacheflush.h>
#include <asm/sections.h>
#include <asm/page.h>
#include <asm/setup.h>
#include <asm/trap... | gpl-2.0 |
ProtouProject/android_kernel_htc_protou | arch/x86/pci/numaq_32.c | 4953 | 3727 | /*
* numaq_32.c - Low-level PCI access for NUMA-Q machines
*/
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/nodemask.h>
#include <asm/apic.h>
#include <asm/mpspec.h>
#include <asm/pci_x86.h>
#include <asm/numaq.h>
#define BUS2QUAD(global) (mp_bus_id_to_node[global])
#define BUS2LOCAL(global) (mp_b... | gpl-2.0 |
miuihu/android_kernel_xiaomi_armor | arch/arm/mach-orion5x/d2net-setup.c | 4953 | 9476 | /*
* arch/arm/mach-orion5x/d2net-setup.c
*
* LaCie d2Network and Big Disk Network NAS setup
*
* Copyright (C) 2009 Simon Guinot <sguinot@lacie.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, wheth... | gpl-2.0 |
ion-storm/Unleashed-N4 | drivers/staging/comedi/drivers/dyna_pci10xx.c | 5465 | 12410 | /*
* comedi/drivers/dyna_pci10xx.c
* Copyright (C) 2011 Prashant Shah, pshah.mumbai@gmail.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at y... | gpl-2.0 |
russelldias98/linux_kernel_3.0.68 | arch/cris/arch-v32/kernel/process.c | 7513 | 7026 | /*
* Copyright (C) 2000-2003 Axis Communications AB
*
* Authors: Bjorn Wesen (bjornw@axis.com)
* Mikael Starvik (starvik@axis.com)
* Tobias Anderberg (tobiasa@axis.com), CRISv32 port.
*
* This file handles the architecture-dependent parts of process handling..
*/
#include <linux/sc... | gpl-2.0 |
jorapi/android_kernel_lge_g3 | arch/mips/sgi-ip22/ip22-setup.c | 9049 | 2178 | /*
* ip22-setup.c: SGI specific setup, including init of the feature struct.
*
* Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997, 1998 Ralf Baechle (ralf@gnu.org)
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/kdev_t.h>
#include <linux/types.h>
#include <linux/mo... | gpl-2.0 |
gengzh0016/kernel_BBxM | drivers/net/ethernet/brocade/bna/bnad_debugfs.c | 90 | 15540 | /*
* Linux network driver for Brocade Converged Network Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 as
* published by the Free Software Foundation
*
* This program is distributed in the hope that it will ... | gpl-2.0 |
NEKTech-Labs/wrapfs-kernel-linux-3.17 | drivers/iommu/amd_iommu_init.c | 90 | 58778 | /*
* Copyright (C) 2007-2010 Advanced Micro Devices, Inc.
* Author: Joerg Roedel <joerg.roedel@amd.com>
* Leo Duran <leo.duran@amd.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 Soft... | gpl-2.0 |
morely/linux-xlnx | arch/s390/kvm/priv.c | 90 | 26746 | /*
* handling privileged instructions
*
* Copyright IBM Corp. 2008, 2013
*
* This program 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 Software Foundation.
*
* Author(s): Carsten Otte <cotte@de.ibm.... | gpl-2.0 |
xingrz/android_kernel_nubia_msm8996 | drivers/input/touchscreen/synaptics_i2c_rmi4.c | 90 | 119119 | /*
* Synaptics RMI4 touchscreen driver
*
* Copyright (C) 2012 Synaptics Incorporated
*
* Copyright (C) 2012 Alexandra Chin <alexandra.chin@tw.synaptics.com>
* Copyright (C) 2012 Scott Lin <scott.lin@tw.synaptics.com>
* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
*
* This program is free... | gpl-2.0 |
focuslau/kernel-moto-photon-ics | drivers/macintosh/windfarm_smu_sensors.c | 858 | 11562 | /*
* Windfarm PowerMac thermal control. SMU based sensors
*
* (c) Copyright 2005 Benjamin Herrenschmidt, IBM Corp.
* <benh@kernel.crashing.org>
*
* Released under the term of the GNU GPL v2.
*/
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/delay.h... | gpl-2.0 |
slz/arco-samsung-kernel-msm7x30 | arch/arm/mach-msm/msm_memory_dump.c | 858 | 2446 | /* Copyright (c) 2012, 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 |
bachtk/linux | drivers/pci/hotplug/pciehp_pci.c | 1626 | 3658 | /*
* PCI Express Hot Plug Controller Driver
*
* Copyright (C) 1995,2001 Compaq Computer Corporation
* Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2001 IBM Corp.
* Copyright (C) 2003-2004 Intel Corporation
*
* All rights reserved.
*
* This program is free software; you can redistribu... | gpl-2.0 |
stedman420/android_kernel_lge_lgl55c | arch/parisc/kernel/pdc_cons.c | 1626 | 4808 | /*
* PDC Console support - ie use firmware to dump text via boot console
*
* Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org>
* Copyright (C) 2000 Martin K Petersen <mkp at mkp.net>
* Copyright (C) 2000 John Marvin <jsm at parisc-linux.org>
* Copyright (C) 2000-2003 Paul Bame <ba... | gpl-2.0 |
steev/luna-kernel | drivers/net/wireless/mwifiex/11ac.c | 1882 | 9443 | /*
* Marvell Wireless LAN device driver: 802.11ac
*
* Copyright (C) 2013, Marvell International Ltd.
*
* This software file (the "File") is distributed by Marvell International
* Ltd. under the terms of the GNU General Public License Version 2, June 1991
* (the "License"). You may use, redistribute and/or modif... | gpl-2.0 |
VRToxin-AOSP/android_kernel_moto_shamu | drivers/usb/host/ehci-xilinx-of.c | 2138 | 6926 | /*
* EHCI HCD (Host Controller Driver) for USB.
*
* Bus Glue for Xilinx EHCI core on the of_platform bus
*
* Copyright (c) 2009 Xilinx, Inc.
*
* Based on "ehci-ppc-of.c" by Valentine Barshak <vbarshak@ru.mvista.com>
* and "ehci-ppc-soc.c" by Stefan Roese <sr@denx.de>
* and "ohci-ppc-of.c" by Sylvain Munaut <tn... | gpl-2.0 |
pombredanne/bcm11351 | drivers/video/fb_defio.c | 2906 | 6515 | /*
* linux/drivers/video/fb_defio.c
*
* Copyright (C) 2006 Jaya Kumar
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this archive
* for more details.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux... | gpl-2.0 |
a1d3s/linux-bpi | fs/cifs/cache.c | 4442 | 8154 | /*
* fs/cifs/cache.c - CIFS filesystem cache index structure definitions
*
* Copyright (c) 2010 Novell, Inc.
* Authors(s): Suresh Jayaraman (sjayaraman@suse.de>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as publ... | gpl-2.0 |
MoKee/android_kernel_zte_x9180 | drivers/hsi/clients/hsi_char.c | 4954 | 19854 | /*
* HSI character device driver, implements the character device
* interface.
*
* Copyright (C) 2010 Nokia Corporation. All rights reserved.
*
* Contact: Andras Domokos <andras.domokos@nokia.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General P... | gpl-2.0 |
oppo-source/Neo5-kernel-source | drivers/char/ps3flash.c | 5210 | 11226 | /*
* PS3 FLASH ROM Storage Driver
*
* Copyright (C) 2007 Sony Computer Entertainment Inc.
* Copyright 2007 Sony Corp.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published
* by the Free Software Foundation; version 2 of the L... | gpl-2.0 |
aloksinha2001/rk3x_kernel_3.0.36 | drivers/staging/comedi/drivers/pcl725.c | 8282 | 2677 | /*
* comedi/drivers/pcl725.c
* Driver for PCL725 and clones
* David A. Schleef
*/
/*
Driver: pcl725
Description: Advantech PCL-725 (& compatibles)
Author: ds
Status: unknown
Devices: [Advantech] PCL-725 (pcl725)
*/
#include "../comedidev.h"
#include <linux/ioport.h>
#define PCL725_SIZE 2
#define PCL725_DO 0
#de... | gpl-2.0 |
TeamVee/SKernel_Vee | 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 |
12thmantec/linux-3.5 | arch/powerpc/platforms/52xx/lite5200_pm.c | 9050 | 6385 | #include <linux/init.h>
#include <linux/suspend.h>
#include <asm/io.h>
#include <asm/time.h>
#include <asm/mpc52xx.h>
#include <asm/switch_to.h>
/* defined in lite5200_sleep.S and only used here */
extern void lite5200_low_power(void __iomem *sram, void __iomem *mbar);
static struct mpc52xx_cdm __iomem *cdm;
static s... | gpl-2.0 |
TeamTwisted/kernel_lge_hammerhead | arch/powerpc/platforms/52xx/lite5200_pm.c | 9050 | 6385 | #include <linux/init.h>
#include <linux/suspend.h>
#include <asm/io.h>
#include <asm/time.h>
#include <asm/mpc52xx.h>
#include <asm/switch_to.h>
/* defined in lite5200_sleep.S and only used here */
extern void lite5200_low_power(void __iomem *sram, void __iomem *mbar);
static struct mpc52xx_cdm __iomem *cdm;
static s... | gpl-2.0 |
VentureROM-Legacy/android_kernel_lge_d85x | net/bridge/netfilter/ebt_stp.c | 9050 | 5003 | /*
* ebt_stp
*
* Authors:
* Bart De Schuymer <bdschuym@pandora.be>
* Stephen Hemminger <shemminger@osdl.org>
*
* July, 2003
*/
#include <linux/etherdevice.h>
#include <linux/module.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter_bridge/ebtables.h>
#include <linux/netfilter_bridge/ebt_stp.h>... | gpl-2.0 |
davidmueller13/android_kernel_samsung_lt03lte | 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 |
AICP/kernel_samsung_exynos5410 | arch/mips/sibyte/common/cfe_console.c | 13658 | 1737 | #include <linux/init.h>
#include <linux/errno.h>
#include <linux/console.h>
#include <asm/sibyte/board.h>
#include <asm/fw/cfe/cfe_api.h>
#include <asm/fw/cfe/cfe_error.h>
extern int cfe_cons_handle;
static void cfe_console_write(struct console *cons, const char *str,
unsigned int count)
{
int i, last, wr... | gpl-2.0 |
rensuiyi/boot2013RC1 | drivers/gpio/spear_gpio.c | 91 | 2221 | /*
* Copyright (C) 2012 Stefan Roese <sr@denx.de>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* 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 vers... | gpl-2.0 |
TeamLGOG/android_kernel_lge_f320k | arch/arm/mach-msm/board-8930-gpiomux.c | 347 | 17539 | /* Copyright (c) 2011-2012, 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 |
justsoso8/linux-2.6.32.9 | fs/nfsd/nfssvc.c | 347 | 15381 | /*
* linux/fs/nfsd/nfssvc.c
*
* Central processing for nfsd.
*
* Authors: Olaf Kirch (okir@monad.swb.de)
*
* Copyright (C) 1995, 1996, 1997 Olaf Kirch <okir@monad.swb.de>
*/
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/time.h>
#include <linux/errno.h>
#include <linux/nfs.h>
#include <linu... | gpl-2.0 |
lacvapps/linux | drivers/media/i2c/bt819.c | 347 | 13498 | /*
* bt819 - BT819A VideoStream Decoder (Rockwell Part)
*
* Copyright (C) 1999 Mike Bernson <mike@mlb.org>
* Copyright (C) 1998 Dave Perks <dperks@ibm.net>
*
* Modifications for LML33/DC10plus unified driver
* Copyright (C) 2000 Serguei Miridonov <mirsev@cicese.mx>
*
* Changes by Ronald Bultje <rbultje@ronald... | gpl-2.0 |
cmenard/OverStock_I897 | drivers/watchdog/iTCO_vendor_support.c | 603 | 11549 | /*
* intel TCO vendor specific watchdog driver support
*
* (c) Copyright 2006-2009 Wim Van Sebroeck <wim@iguana.be>.
*
* 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 |
Evervolv/android_kernel_htc_leo | mm/failslab.c | 603 | 1304 | #include <linux/fault-inject.h>
#include <linux/gfp.h>
static struct {
struct fault_attr attr;
u32 ignore_gfp_wait;
#ifdef CONFIG_FAULT_INJECTION_DEBUG_FS
struct dentry *ignore_gfp_wait_file;
#endif
} failslab = {
.attr = FAULT_ATTR_INITIALIZER,
.ignore_gfp_wait = 1,
};
bool should_failslab(size_t size, gfp_t gf... | gpl-2.0 |
carz2/cm-kernel | drivers/staging/comedi/drivers/adl_pci7296.c | 859 | 4851 | /*
comedi/drivers/adl_pci7296.c
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000 David A. Schleef <ds@schleef.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softwa... | gpl-2.0 |
epic4g/samsung-kernel-c1spr-EK02 | arch/arm/mach-kirkwood/guruplug-setup.c | 859 | 3002 | /*
* arch/arm/mach-kirkwood/guruplug-setup.c
*
* Marvell GuruPlug Reference Board Setup
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/
#include <linux/kernel.h>
#includ... | gpl-2.0 |
zyrgit/linux-yocto-3.10-work | arch/mips/mm/c-r4k.c | 1115 | 38974 | /*
* 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, 2001, 2002 Ralf Baechle (ralf@gnu.org)
... | gpl-2.0 |
lab11/bluetooth-next | drivers/phy/phy-pxa-28nm-hsic.c | 1115 | 5898 | /*
* Copyright (C) 2015 Linaro, Ltd.
* Rob Herring <robh@kernel.org>
*
* Based on vendor driver:
* Copyright (C) 2013 Marvell Inc.
* Author: Chao Xie <xiechao.mail@gmail.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundatio... | gpl-2.0 |
lamassu/kernel | arch/arm/plat-s3c24xx/dma.c | 1115 | 33271 | /* linux/arch/arm/plat-s3c24xx/dma.c
*
* Copyright 2003-2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2410 DMA core
*
* http://armlinux.simtec.co.uk/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* ... | gpl-2.0 |
maniacx/android_kernel_htcleo-3.0_old | arch/arm/kernel/signal.c | 1627 | 22227 | /*
* linux/arch/arm/kernel/signal.c
*
* Copyright (C) 1995-2009 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.
*/
#include <linux/errno.h>
#include <linux/sig... | gpl-2.0 |
Orange-OpenSource/linux | drivers/video/pmagb-b-fb.c | 2395 | 10392 | /*
* linux/drivers/video/pmagb-b-fb.c
*
* PMAGB-B TURBOchannel Smart Frame Buffer (SFB) card support,
* derived from:
* "HP300 Topcat framebuffer support (derived from macfb of all things)
* Phil Blundell <philb@gnu.org> 1998", the original code can be
* found in the file hpfb.c in the same directory.
*
* DECs... | gpl-2.0 |
svimes/android_kernel_motorola_msm8960-common | drivers/gpio/ml_ioh_gpio.c | 2395 | 8426 | /*
* Copyright (C) 2010 OKI SEMICONDUCTOR Co., LTD.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be... | gpl-2.0 |
AOSPA/android_kernel_samsung_tuna | arch/arm/mach-exynos4/setup-sdhci.c | 2395 | 1797 | /* linux/arch/arm/mach-exynos4/setup-sdhci.c
*
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* EXYNOS4 - Helper functions for settign up SDHCI device(s) (HSMMC)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General ... | gpl-2.0 |
Evervolv/android_kernel_samsung_jf | drivers/input/touchscreen/mcs5000_ts.c | 4955 | 8396 | /*
* mcs5000_ts.c - Touchscreen driver for MELFAS MCS-5000 controller
*
* Copyright (C) 2009 Samsung Electronics Co.Ltd
* Author: Joonyoung Shim <jy0922.shim@samsung.com>
*
* Based on wm97xx-core.c
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Gen... | gpl-2.0 |
varunchitre15/thunderzap_sprout | 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 |
zhaolin1230/kernel_sony_msm8x60 | drivers/net/arcnet/arcnet.c | 7771 | 30420 | /*
* Linux ARCnet driver - device-independent routines
*
* Written 1997 by David Woodhouse.
* Written 1994-1999 by Avery Pennarun.
* Written 1999-2000 by Martin Mares <mj@ucw.cz>.
* Derived from skeleton.c by Donald Becker.
*
* Special thanks to Contemporary Controls, Inc. (www.ccontrols.com)
* for sponsorin... | gpl-2.0 |
ibanezchen/linux-8173 | arch/powerpc/platforms/cell/spider-pci.c | 11867 | 4985 | /*
* IO workarounds for PCI on Celleb/Cell platform
*
* (C) Copyright 2006-2007 TOSHIBA CORPORATION
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
... | gpl-2.0 |
antmicro/linux-tk1 | kernel/backtracetest.c | 12891 | 2135 | /*
* Simple stack backtrace regression test module
*
* (C) Copyright 2008 Intel Corporation
* Author: Arjan van de Ven <arjan@linux.intel.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 Found... | gpl-2.0 |
jrior001/android_kernel_samsung_d2 | drivers/ide/ide-iops.c | 13659 | 13870 | /*
* Copyright (C) 2000-2002 Andre Hedrick <andre@linux-ide.org>
* Copyright (C) 2003 Red Hat
*
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/timer.h>
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/major.h>
#include ... | gpl-2.0 |
embecosm/epiphany-gcc | gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c | 92 | 1388 | /* { dg-require-effective-target vect_int } */
#include <stdarg.h>
#include "../../tree-vect.h"
#define N 16
#define OFF 4
/* Check handling of accesses for which the "initial condition" -
the expression that represents the first location accessed - is
more involved than just an ssa_name. */
int ib[N+OFF] _... | gpl-2.0 |
mcmenaminadrian/vmufat | drivers/gpu/drm/exynos/exynos_drm_encoder.c | 92 | 11649 | /* exynos_drm_encoder.c
*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* Authors:
* Inki Dae <inki.dae@samsung.com>
* Joonyoung Shim <jy0922.shim@samsung.com>
* Seung-Woo Kim <sw0312.kim@samsung.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and a... | gpl-2.0 |
LG-V10/LGV10__pplus_msm8992_kernel | fs/ext4/mballoc.c | 92 | 146431 | /*
* 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 |
fireshots/linux | arch/arm/mach-pxa/trizeps4.c | 604 | 14590 | /*
* linux/arch/arm/mach-pxa/trizeps4.c
*
* Support for the Keith und Koep Trizeps4 Module Platform.
*
* Author: Jürgen Schindele
* Created: 20 02, 2006
* Copyright: Jürgen Schindele
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public ... | gpl-2.0 |
TeamApexQ/android_kernel_samsung_d2 | drivers/net/wireless/bcmdhd/dhd_linux_wq.c | 604 | 8687 | /*
* Broadcom Dongle Host Driver (DHD), Generic work queue framework
* Generic interface to handle dhd deferred work events
*
* Copyright (C) 1999-2014, Broadcom Corporation
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is ... | gpl-2.0 |
Oleg-k/S8500_Kernel_2.6.32 | drivers/isdn/hisax/hfc4s8s_l1.c | 860 | 43668 | /*************************************************************************/
/* $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 |
kratos1988/operating_systems | drivers/net/cxgb3/ael1002.c | 1116 | 23675 | /*
* Copyright (c) 2005-2008 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 ... | gpl-2.0 |
k4k/linux | net/netfilter/ipvs/ip_vs_wrr.c | 1628 | 7213 | /*
* IPVS: Weighted Round-Robin Scheduling module
*
* Authors: Wensong Zhang <wensong@linuxvirtualserver.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 Fre... | gpl-2.0 |
MoKee/android_kernel_zte_nx511j | arch/xtensa/platforms/xtfpga/setup.c | 1628 | 6655 | /*
*
* arch/xtensa/platform/xtavnet/setup.c
*
* ...
*
* Authors: Chris Zankel <chris@zankel.net>
* Joe Taylor <joe@tensilica.com>
*
* Copyright 2001 - 2006 Tensilica Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as p... | gpl-2.0 |
TenchiMasaki/android_kernel_asus_moorefield | drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 2140 | 98605 | /*******************************************************************************
Intel 82599 Virtual Function 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... | gpl-2.0 |
piccolo-dev/aquaris-M5 | drivers/net/wireless/rtlwifi/regd.c | 2396 | 11842 | /******************************************************************************
*
* 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 |
halcyonaoh/blackbox_sprout | drivers/video/tcx.c | 2396 | 12326 | /* tcx.c: TCX 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) 1996 Miguel de Icaza (miguel@nuclecu.unam.mx)
* Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be)
*
* Driver layout based loosely on tgaf... | gpl-2.0 |
deano0714/EK02-CM-Kernel | drivers/net/3c505.c | 3932 | 48573 | /*
* Linux Ethernet device driver for the 3Com Etherlink Plus (3C505)
* By Craig Southeren, Juha Laiho and Philip Blundell
*
* 3c505.c This module implements an interface to the 3Com
* Etherlink Plus (3c505) Ethernet card. Linux device
* driver interface reverse engineered from... | gpl-2.0 |
HSAFoundation/HSA-Drivers-Linux-AMD | src/kernel/arch/arm/mach-omap1/board-sx1-mmc.c | 4188 | 1572 | /*
* linux/arch/arm/mach-omap1/board-sx1-mmc.c
*
* Copyright (C) 2007 Instituto Nokia de Tecnologia - INdT
* Author: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
*
* This code is based on linux/arch/arm/mach-omap1/board-h2-mmc.c, which is:
* Copyright (C) 2007 Instituto Nokia de Tecnologia - INdT
*
* This... | gpl-2.0 |
lithid/furnace_kernel_lge_hammerhead | drivers/base/driver.c | 4444 | 5929 | /*
* driver.c - centralized device driver management
*
* Copyright (c) 2002-3 Patrick Mochel
* Copyright (c) 2002-3 Open Source Development Labs
* Copyright (c) 2007 Greg Kroah-Hartman <gregkh@suse.de>
* Copyright (c) 2007 Novell Inc.
*
* This file is released under the GPLv2
*
*/
#include <linux/device.h>
#... | gpl-2.0 |
AKToronto/Bubba-Zombie | sound/pci/riptide/riptide.c | 4444 | 64920 | /*
* Driver for the Conexant Riptide Soundchip
*
* Copyright (c) 2004 Peter Gruber <nokos@gmx.net>
*
* 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 |
BytecodeMe/BCM-mako | drivers/infiniband/core/cm.c | 4700 | 110021 | /*
* Copyright (c) 2004-2007 Intel Corporation. All rights reserved.
* Copyright (c) 2004 Topspin Corporation. All rights reserved.
* Copyright (c) 2004, 2005 Voltaire Corporation. All rights reserved.
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* This software is available to you under ... | gpl-2.0 |
asias/linux-kvm | drivers/media/video/gspca/jeilinj.c | 4956 | 14415 | /*
* Jeilinj subdriver
*
* Supports some Jeilin dual-mode cameras which use bulk transport and
* download raw JPEG data.
*
* Copyright (C) 2009 Theodore Kilgore
*
* Sportscam DV15 support and control settings are
* Copyright (C) 2011 Patrice Chotard
*
* This program is free software; you can redistribute it ... | gpl-2.0 |
samssm/linux-socfpga | drivers/net/ethernet/mellanox/mlx4/sense.c | 5468 | 4126 | /*
* Copyright (c) 2007 Mellanox Technologies. 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 sou... | gpl-2.0 |
DaemonGG/LARP_kernel3.16.0 | 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 |
chrmhoffmann/android_kernel_asus_tf300t | arch/x86/platform/efi/efi_64.c | 5468 | 2544 | /*
* x86_64 specific EFI support functions
* Based on Extensible Firmware Interface Specification version 1.0
*
* Copyright (C) 2005-2008 Intel Co.
* Fenghua Yu <fenghua.yu@intel.com>
* Bibo Mao <bibo.mao@intel.com>
* Chandramouli Narayanan <mouli@linux.intel.com>
* Huang Ying <ying.huang@intel.com>
*
* Code ... | gpl-2.0 |
VM12/android_kernel_oneplus_msm8974 | arch/tile/lib/memcpy_64.c | 7260 | 5364 | /*
* 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 |
nycbjr/android_kernel_asus_tf700 | fs/lockd/svc4proc.c | 8028 | 14173 | /*
* linux/fs/lockd/svc4proc.c
*
* Lockd server procedures. We don't implement the NLM_*_RES
* procedures because we don't use the async procedures.
*
* Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de>
*/
#include <linux/types.h>
#include <linux/time.h>
#include <linux/lockd/lockd.h>
#include <linux/lockd/sh... | gpl-2.0 |
lani11/Potsy_Kernel | drivers/media/video/sn9c102/sn9c102_mi0360.c | 12892 | 13264 | /***************************************************************************
* Plug-in for MI-0360 image sensor connected to the SN9C1xx PC Camera *
* Controllers *
* *
* Copyright... | gpl-2.0 |
xperiasailors/android_kernel_sony_msm8974 | drivers/sh/superhyway/superhyway-sysfs.c | 14684 | 1340 | /*
* drivers/sh/superhyway/superhyway-sysfs.c
*
* SuperHyway Bus sysfs interface
*
* Copyright (C) 2004, 2005 Paul Mundt <lethal@linux-sh.org>
*
* 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 deta... | gpl-2.0 |
richardtrip/GT-P6200-kernel | drivers/staging/rtl8192su/ieee80211/rtl819x_HTProc.c | 93 | 56306 | /******************************************************************************
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR ... | gpl-2.0 |
oddstone/splayer | Thirdparty/openssl-0.9.8x/crypto/pkcs12/p12_utl.c | 93 | 5164 | /* p12_utl.c */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* ... | gpl-2.0 |
lacvapps/linux | drivers/net/ethernet/brocade/bna/bfa_ioc_ct.c | 1117 | 27168 | /*
* Linux network driver for QLogic BR-series Converged Network Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 as
* published by the Free Software Foundation
*
* This program is distributed in the hope that... | gpl-2.0 |
gospo/net-next | sound/soc/soc-devres.c | 1373 | 4026 | /*
* soc-devres.c -- ALSA SoC Audio Layer devres functions
*
* Copyright (C) 2013 Linaro Ltd
*
* 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, ... | gpl-2.0 |
Galaxy-J5/android_kernel_samsung_j5nlte | drivers/usb/musb/musb_host.c | 1885 | 72655 | /*
* MUSB OTG driver host support
*
* Copyright 2005 Mentor Graphics Corporation
* Copyright (C) 2005-2006 by Texas Instruments
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2008-2009 MontaVista Software, Inc. <source@mvista.com>
*
* This program is free software; you can redistribute it and/or
*... | gpl-2.0 |
dremaker/imx6ul_linux | block/cmdline-parser.c | 2141 | 5012 | /*
* Parse command line, get partition information
*
* Written by Cai Zhiyong <caizhiyong@huawei.com>
*
*/
#include <linux/export.h>
#include <linux/cmdline-parser.h>
static int parse_subpart(struct cmdline_subpart **subpart, char *partdef)
{
int ret = 0;
struct cmdline_subpart *new_subpart;
*subpart = NULL;
... | gpl-2.0 |
tbalden/One_X-2.6.39.4 | arch/alpha/kernel/signal.c | 3165 | 17804 | /*
* linux/arch/alpha/kernel/signal.c
*
* Copyright (C) 1995 Linus Torvalds
*
* 1997-11-02 Modified for POSIX.1b signals by Richard Henderson
*/
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/signal.h>
#include <linux/errno.h>
#include <linux/wait.h>
#include <linux/ptrace.h>
#include <l... | gpl-2.0 |
user98/android_kernel_samsung_grandneove3g | arch/arm/mach-imx/mmdc.c | 3165 | 1673 | /*
* Copyright 2011 Freescale Semiconductor, Inc.
* Copyright 2011 Linaro Ltd.
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gpl-lic... | gpl-2.0 |
ulrikdb/linux | arch/mips/lib/dump_tlb.c | 3421 | 2721 | /*
* Dump R4x00 TLB for debugging purposes.
*
* Copyright (C) 1994, 1995 by Waldorf Electronics, written by Ralf Baechle.
* Copyright (C) 1999 by Silicon Graphics, Inc.
*/
#include <linux/kernel.h>
#include <linux/mm.h>
#include <asm/mipsregs.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/tlbdebu... | gpl-2.0 |
caoxin1988/linux-3.0.86 | drivers/gpu/drm/i915/intel_bios.c | 3677 | 20378 | /*
* Copyright © 2006 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, pub... | gpl-2.0 |
mcrosson/samsung_kernel_comanche | drivers/pci/hotplug/ibmphp_core.c | 4189 | 35110 | /*
* IBM Hot Plug Controller Driver
*
* Written By: Chuck Cole, Jyoti Shah, Tong Yu, Irene Zubarev, IBM Corporation
*
* Copyright (C) 2001,2003 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2001-2003 IBM Corp.
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or mod... | gpl-2.0 |
muftiarfan/Sony_xperia_m_ktt | 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 |
jawad6233/Lenovo_A820_kernel_kk | kernel/arch/arm/mach-pxa/am300epd.c | 4957 | 6586 | /*
* am300epd.c -- Platform device for AM300 EPD kit
*
* Copyright (C) 2008, Jaya Kumar
*
* 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.
*
* This work was made possible by help and equipment ... | gpl-2.0 |
Fusion-Devices/android_kernel_oneplus_msm8974 | drivers/dca/dca-core.c | 5725 | 11284 | /*
* 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 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 ver... | gpl-2.0 |
SebastianFM/SebastianFM-kernel | drivers/usb/misc/adutux.c | 6493 | 24631 | /*
* adutux - driver for ADU devices from Ontrak Control Systems
* This is an experimental driver. Use at your own risk.
* This driver is not supported by Ontrak Control Systems.
*
* Copyright (c) 2003 John Homppi (SCO, leave this notice here)
*
* This program is free software; you can redistribute it and/or
* ... | gpl-2.0 |
rocky-wang/smart210_linux | drivers/ide/rapide.c | 9309 | 2079 | /*
* Copyright (c) 1996-2002 Russell King.
*/
#include <linux/module.h>
#include <linux/blkdev.h>
#include <linux/errno.h>
#include <linux/ide.h>
#include <linux/init.h>
#include <asm/ecard.h>
static const struct ide_port_info rapide_port_info = {
.host_flags = IDE_HFLAG_MMIO | IDE_HFLAG_NO_DMA,
.chipset = ide... | gpl-2.0 |
Entropy512/I9300_N8013_Changes | drivers/net/wireless/zd1211rw/zd_rf_al7230b.c | 10589 | 13383 | /* ZD1211 USB-WLAN driver for Linux
*
* Copyright (C) 2005-2007 Ulrich Kunitz <kune@deine-taler.de>
* Copyright (C) 2006-2007 Daniel Drake <dsd@gentoo.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free So... | gpl-2.0 |
andyjhf/mini2440-linux-2.6.32.2 | arch/arm/mach-iop13xx/tpmi.c | 12381 | 7214 | /*
* iop13xx tpmi device resources
* Copyright (c) 2005-2006, 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 distribu... | gpl-2.0 |
alban/linux | 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 |
siminles/hw01e_cm10_kernel | arch/arm/mach-msm/rpm.c | 94 | 24775 | /* 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 |
hvaibhav/am335x-linux | drivers/net/wireless/ath/carl9170/fw.c | 94 | 12083 | /*
* Atheros CARL9170 driver
*
* firmware parser
*
* Copyright 2009, 2010, Christian Lamparter <chunkeey@googlemail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version... | gpl-2.0 |
vidonme/xbmc | xbmc/visualizations/XBMCProjectM/libprojectM/image_DXT.c | 94 | 16540 | /*
Jonathan Dummer
2007-07-31-10.32
simple DXT compression / decompression code
public domain
*/
#include "image_DXT.h"
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
/* set this =1 if you want to use the covarince matrix method...
which is better than my method of using standard ... | gpl-2.0 |
schlund-deprecated/kernel-for-mega | drivers/acpi/acpica/exstoren.c | 606 | 9591 |
/******************************************************************************
*
* Module Name: exstoren - AML Interpreter object store support,
* Store to Node (namespace object)
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2... | gpl-2.0 |
codefarmer-cyk/linux | drivers/usb/gadget/function/f_ncm.c | 606 | 43995 | /*
* f_ncm.c -- USB CDC Network (NCM) link function driver
*
* Copyright (C) 2010 Nokia Corporation
* Contact: Yauheni Kaliuta <yauheni.kaliuta@nokia.com>
*
* The driver borrows from f_ecm.c which is:
*
* Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2008 Nokia Corporation
*
* This program is f... | gpl-2.0 |
Soaa-/-lightspeed-vision | drivers/char/hvsi.c | 606 | 32449 | /*
* Copyright (C) 2004 Hollis Blanchard <hollisb@us.ibm.com>, 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 of the License, or
* (at your option) any later versio... | gpl-2.0 |
tb-303/GFRG110 | sound/pci/trident/trident.c | 606 | 5885 | /*
* Driver for Trident 4DWave DX/NX & SiS SI7018 Audio PCI soundcard
*
* Driver was originated by Trident <audio@tridentmicro.com>
* Fri Feb 19 15:55:28 MST 1999
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p... | gpl-2.0 |
MadRocker/jet-2.6.39.5 | drivers/acpi/processor_thermal.c | 1118 | 6326 | /*
* processor_thermal.c - Passive cooling submodule of the ACPI processor driver
*
* Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com>
* Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
* Copyright (C) 2004 Dominik Brodowski <linux@brodo.de>
* Copyright (C) 2004 An... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.