repo_name
string
path
string
copies
string
size
string
content
string
license
string
iwonasado/kcal
drivers/ata/pata_triflex.c
5508
6802
/* * pata_triflex.c - Compaq PATA for new ATA layer * (C) 2005 Red Hat Inc * Alan Cox <alan@lxorguk.ukuu.org.uk> * * based upon * * triflex.c * * IDE Chipset driver for the Compaq TriFlex IDE controller. * * Known to work with the Compaq Workstation 5x00 series. * * Copyright (C) 2002 Hewlett-Pack...
gpl-2.0
antaril/AGK-OMNI
drivers/net/wireless/iwmc3200wifi/hal.c
8068
14549
/* * Intel Wireless Multicomm 3200 WiFi driver * * Copyright (C) 2009 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: * * * Redistributions of source code must retain...
gpl-2.0
Renzo-Olivares/android_kernel_htc_m7-gpe
drivers/scsi/aic7xxx_old.c
8324
366465
/*+M************************************************************************* * Adaptec AIC7xxx device driver for Linux. * * Copyright (c) 1994 John Aycock * The University of Calgary Department of Computer Science. * * This program is free software; you can redistribute it and/or modify * it under the terms o...
gpl-2.0
Hashcode/android_kernel_samsung-jf-common
sound/pci/asihpi/hpi6205.c
8324
65314
/****************************************************************************** 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
zombi-x/android_kernel_asus_tf701t
fs/jffs2/compr_rubin.c
8324
8963
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by Arjan van de Ven <arjanv@redhat.com> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(fmt) K...
gpl-2.0
johnnyslt/android_kernel_htc_villec2
drivers/pnp/isapnp/core.c
9348
26504
/* * ISA Plug & Play support * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * * * 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
Gabriel85/android_kernel_sony_apq8064
arch/powerpc/platforms/cell/beat_udbg.c
12676
2419
/* * udbg function for Beat * * (C) Copyright 2006 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 * (at your option) any later ...
gpl-2.0
s05427226/linux
drivers/net/ethernet/mellanox/mlx4/main.c
133
103535
/* * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved. * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. * Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved. * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved. * * This software is a...
gpl-2.0
PyYoshi/b2g_kernel_sharp_is01
kernel/trace/trace_mmiotrace.c
133
9114
/* * Memory mapped I/O tracing * * Copyright (C) 2008 Pekka Paalanen <pq@iki.fi> */ #define DEBUG 1 #include <linux/kernel.h> #include <linux/mmiotrace.h> #include <linux/pci.h> #include <asm/atomic.h> #include "trace.h" struct header_iter { struct pci_dev *dev; }; static struct trace_array *mmio_trace_array;...
gpl-2.0
Ezekeel/GLaDOS-nexus-s-ics
drivers/scsi/mpt2sas/mpt2sas_base.c
645
120690
/* * This is the Fusion MPT base driver providing common API layer interface * for access to MPT (Message Passing Technology) firmware. * * This code is based on drivers/scsi/mpt2sas/mpt2_base.c * Copyright (C) 2007-2010 LSI Corporation * (mailto:DL-MPTFusionLinux@lsi.com) * * This program is free software; y...
gpl-2.0
eus/cbs_inheritance
drivers/media/video/cx88/cx88-mpeg.c
901
24373
/* * * Support for the mpeg transport stream transfers * PCI function #2 of the cx2388x. * * (c) 2004 Jelle Foks <jelle@foks.us> * (c) 2004 Chris Pascoe <c.pascoe@itee.uq.edu.au> * (c) 2004 Gerd Knorr <kraxel@bytesex.org> * * This program is free software; you can redistribute it and/or modify * ...
gpl-2.0
Hooks405/kernel_j3ltespr
drivers/spi/spi.c
1413
48474
/* * SPI init/core code * * Copyright (C) 2005 David Brownell * Copyright (C) 2008 Secret Lab Technologies 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 ...
gpl-2.0
Tilde88/android_kernel_lge_msm8996
drivers/md/bcache/bset.c
1669
31085
/* * Code for working with individual keys, and sorted sets of keys with in a * btree node * * Copyright 2012 Google, Inc. */ #define pr_fmt(fmt) "bcache: %s() " fmt "\n", __func__ #include "util.h" #include "bset.h" #include <linux/console.h> #include <linux/random.h> #include <linux/prefetch.h> #ifdef CONFIG...
gpl-2.0
ISTweak/android_kernel_sharp_msm7x30-3.0
arch/tile/lib/spinlock_32.c
2949
7368
/* * 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
rofehr/linux-wetek
drivers/iommu/msm_iommu_dev.c
4485
9108
/* 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
KonstaT/android_kernel_motorola_msm8226
arch/openrisc/kernel/traps.c
4741
9749
/* * OpenRISC traps.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
DutchDanny/pyramidLE-ICS
arch/alpha/kernel/core_tsunami.c
4741
13148
/* * linux/arch/alpha/kernel/core_tsunami.c * * Based on code written by David A. Rusling (david.rusling@reo.mts.dec.com). * * Code common to all TSUNAMI core logic chips. */ #define __EXTERN_INLINE inline #include <asm/io.h> #include <asm/core_tsunami.h> #undef __EXTERN_INLINE #include <linux/types.h> #include...
gpl-2.0
franciscofranco/manta
arch/arm/mach-ixp4xx/fsg-setup.c
4997
6809
/* * arch/arm/mach-ixp4xx/fsg-setup.c * * FSG board-setup * * Copyright (C) 2008 Rod Whitby <rod@whitby.id.au> * * based on ixdp425-setup.c: * Copyright (C) 2003-2004 MontaVista Software, Inc. * based on nslu2-power.c * Copyright (C) 2005 Tower Technologies * * Author: Rod Whitby <rod@whitby.id.au> * Maint...
gpl-2.0
auras76/32.1.A.1.163
fs/mpage.c
7045
20452
/* * fs/mpage.c * * Copyright (C) 2002, Linus Torvalds. * * Contains functions related to preparing and submitting BIOs which contain * multiple pagecache pages. * * 15May2002 Andrew Morton * Initial version * 27Jun2002 axboe@suse.de * use bio_add_page() to build bio's just the right size */ #include <li...
gpl-2.0
ibrahima/kernel_n8000
drivers/staging/comedi/drivers/addi-data/APCI1710_Inp_cpt.c
8325
32512
/** @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
ReVolt-ROM/android_kernel_htc_m7
drivers/w1/slaves/w1_ds2433.c
9093
7508
/* * w1_ds2433.c - w1 family 23 (DS2433) driver * * Copyright (c) 2005 Ben Gardner <bgardner@wabtec.com> * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/moduleparam.h...
gpl-2.0
ShadySquirrel/e980-zeKrnl
arch/sh/boards/mach-dreamcast/rtc.c
13189
2134
/* * arch/sh/boards/dreamcast/rtc.c * * Dreamcast AICA RTC routines. * * Copyright (c) 2001, 2002 M. R. Brown <mrbrown@0xd6.org> * Copyright (c) 2002 Paul Mundt <lethal@chaoticdreams.org> * * Released under the terms of the GNU GPL v2.0. * */ #include <linux/time.h> #include <asm/rtc.h> #include <asm/io.h> ...
gpl-2.0
mehrvarz/android_kernel_asus_grouper
drivers/net/arm/at91_ether.c
390
37575
/* * Ethernet driver for the Atmel AT91RM9200 (Thunder) * * Copyright (C) 2003 SAN People (Pty) Ltd * * Based on an earlier Atmel EMAC macrocell driver by Atmel and Lineo Inc. * Initial version by Rick Bronson 01/11/2003 * * Intel LXT971A PHY support by Christopher Bahns & David Knickerbocker * (Polaroid Co...
gpl-2.0
rmcc/gp_one_kernel
drivers/net/mlx4/icm.c
390
11311
/* * Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved. * Copyright (c) 2006, 2007 Cisco Systems, 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 Licen...
gpl-2.0
nrgmilk/linux
drivers/net/tlan.c
390
86645
/******************************************************************************* * * Linux ThunderLAN Driver * * tlan.c * by James Banks * * (C) 1997-1998 Caldera, Inc. * (C) 1998 James Banks * (C) 1999-2001 Torben Mathiasen * (C) 2002 Samuel Chessman * * This software may be used and distributed ac...
gpl-2.0
milodky/kernel_for_nexus7
security/tomoyo/file.c
390
28708
/* * security/tomoyo/file.c * * Copyright (C) 2005-2011 NTT DATA CORPORATION */ #include "common.h" #include <linux/slab.h> /* * Mapping table from "enum tomoyo_path_acl_index" to "enum tomoyo_mac_index". */ static const u8 tomoyo_p2mac[TOMOYO_MAX_PATH_OPERATION] = { [TOMOYO_TYPE_EXECUTE] = TOMOYO_MAC_FILE...
gpl-2.0
teemodk/android_kernel_htc_endeavoru
drivers/net/3c509.c
2182
42906
/* 3c509.c: A 3c509 EtherLink3 ethernet driver for linux. */ /* Written 1993-2000 by Donald Becker. Copyright 1994-2000 by Donald Becker. Copyright 1993 United States Government as represented by the Director, National Security Agency. This software may be used and distributed according to the terms of the GNU G...
gpl-2.0
thermatk/N8000
tools/perf/util/debug.c
2950
2086
/* For general debugging purposes */ #include "../perf.h" #include <string.h> #include <stdarg.h> #include <stdio.h> #include "cache.h" #include "color.h" #include "event.h" #include "debug.h" #include "util.h" int verbose; bool dump_trace = false, quiet = false; int eprintf(int level, const char *fmt, ...) { va_...
gpl-2.0
rujelus22/The-Kuban-Kernel
fs/ubifs/journal.c
2950
43490
/* * This file is part of UBIFS. * * Copyright (C) 2006-2008 Nokia Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * * This program is distributed in the hope t...
gpl-2.0
Daveee10/SGS3-Kernel
net/netfilter/ipvs/ip_vs_proto_tcp.c
2950
19645
/* * ip_vs_proto_tcp.c: TCP load balancing support for IPVS * * Authors: Wensong Zhang <wensong@linuxvirtualserver.org> * Julian Anastasov <ja@ssi.bg> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public...
gpl-2.0
tjcgj/linux-xlnx-soc
arch/arm/mach-sa1100/neponset.c
3206
10474
/* * linux/arch/arm/mach-sa1100/neponset.c */ #include <linux/err.h> #include <linux/init.h> #include <linux/ioport.h> #include <linux/irq.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_data/sa11x0-serial.h> #include <linux/platform_device.h> #include <linux/pm.h> #include <linux/seri...
gpl-2.0
Motorhead1991/samsung_att_kernel_source-msm7x30
fs/reiserfs/xattr_user.c
4230
1314
#include <linux/reiserfs_fs.h> #include <linux/errno.h> #include <linux/fs.h> #include <linux/pagemap.h> #include <linux/xattr.h> #include <linux/reiserfs_xattr.h> #include <asm/uaccess.h> static int user_get(struct dentry *dentry, const char *name, void *buffer, size_t size, int handler_flags) { if (strlen(name) ...
gpl-2.0
CobaltROM/android_kernel_htc_cobalt-lp
drivers/isdn/hisax/l3_1tr6.c
7302
21950
/* $Id: l3_1tr6.c,v 2.15.2.3 2004/01/13 14:31:25 keil Exp $ * * German 1TR6 D-channel protocol * * Author Karsten Keil * Copyright by Karsten Keil <keil@isdn4linux.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by r...
gpl-2.0
davidmueller13/android_kernel_samsung_hlte_arter
drivers/isdn/hisax/netjet.c
7302
26106
/* $Id: netjet.c,v 1.29.2.4 2004/02/11 13:21:34 keil Exp $ * * low level stuff for Traverse Technologie NETJet ISDN cards * * Author Karsten Keil * Copyright by Karsten Keil <keil@isdn4linux.de> * * This software may be used and distributed according to the terms * of the GNU General Public Licens...
gpl-2.0
klabit87/SCH-I545_NA_LL_VZW
drivers/isdn/hisax/jade.c
7302
8425
/* $Id: jade.c,v 1.9.2.4 2004/01/14 16:04:48 keil Exp $ * * JADE stuff (derived from original hscx.c) * * Author Roland Klabunde * Copyright by Roland Klabunde <R.Klabunde@Berkom.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated...
gpl-2.0
psachin/old.apc-rock-II-kernel
arch/sh/kernel/return_address.c
13190
1041
/* * arch/sh/kernel/return_address.c * * Copyright (C) 2009 Matt Fleming * Copyright (C) 2009 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #include <linux/kernel.h> #in...
gpl-2.0
adri360/DarkNoteIII-Kernel
net/netrom/nr_loopback.c
13958
1802
/* * 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. * * Copyright Tomi Manninen OH2BNS (oh2bns@sral.fi) */ #includ...
gpl-2.0
SanDisk-Open-Source/SSD_Dashboard
uefi/linux-source-3.8.0/arch/s390/lib/uaccess_pt.c
135
9667
/* * User access functions based on page table walks for enhanced * system layout without hardware support. * * Copyright IBM Corp. 2006, 2012 * Author(s): Gerald Schaefer (gerald.schaefer@de.ibm.com) */ #include <linux/errno.h> #include <linux/hardirq.h> #include <linux/mm.h> #include <linux/hugetlb.h> ...
gpl-2.0
jmw7912/wat-0016-kernel-2.6.37
fs/ubifs/sb.c
135
19311
/* * This file is part of UBIFS. * * Copyright (C) 2006-2008 Nokia Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * * This program is distributed in the hope t...
gpl-2.0
CyanogenMod/android_kernel_htc_enrc2b
drivers/staging/iio/gyro/adis16060_core.c
391
5984
/* * ADIS16060 Wide Bandwidth Yaw Rate Gyroscope with SPI driver * * Copyright 2010 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/delay.h> #include <linux/mutex.h> #include <linux/device.h> #include <linux/kernel.h> #include <linux/spi/spi.h> #include <linux/slab.h> #include <linu...
gpl-2.0
JustBeYou/linux
drivers/s390/char/hmcdrv_ftp.c
903
8132
/* * HMC Drive FTP Services * * Copyright IBM Corp. 2013 * Author(s): Ralf Hoppe (rhoppe@de.ibm.com) */ #define KMSG_COMPONENT "hmcdrv" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/kernel.h> #include <linux/slab.h> #include <linux/uaccess.h> #include <linux/export.h> #include <linux/ctyp...
gpl-2.0
namek-dev/android_kernel_bq_namek
drivers/gpu/drm/qxl/qxl_irq.c
1415
3359
/* * Copyright 2013 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
gpl-2.0
sakindia123/android_kernel_samsung_j7eltexx
net/netfilter/xt_TPROXY.c
2439
12327
/* * Transparent proxy support for Linux/iptables * * Copyright (c) 2006-2010 BalaBit IT Ltd. * Author: Balazs Scheidler, Krisztian Kovacs * * 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...
gpl-2.0
JohnnySun/RaspberryPi_Lnux_Kernel_JohnnySun_Multiboot
net/netfilter/xt_TPROXY.c
2439
12327
/* * Transparent proxy support for Linux/iptables * * Copyright (c) 2006-2010 BalaBit IT Ltd. * Author: Balazs Scheidler, Krisztian Kovacs * * 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...
gpl-2.0
chevanlol360/Kernel_LGE_Fx1
drivers/media/dvb/frontends/stv0900_sw.c
9095
51504
/* * stv0900_sw.c * * Driver for ST STV0900 satellite demodulator IC. * * Copyright (C) ST Microelectronics. * 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 Gene...
gpl-2.0
cristianomatos/android_kernel_samsung_smdk4412
drivers/staging/go7007/saa7134-go7007.c
9351
14725
/* * Copyright (C) 2005-2006 Micronas USA Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (Version 2) as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WIT...
gpl-2.0
alexpotter1/Neutron_msm8974_hammerhead
drivers/staging/media/go7007/saa7134-go7007.c
9351
14725
/* * Copyright (C) 2005-2006 Micronas USA Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (Version 2) as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WIT...
gpl-2.0
jollaman999/msm-mako-lollipop-mr1
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
ibuildthecloud/ubuntu-kernel
arch/x86/kernel/irq_64.c
136
2013
/* * Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar * * This file contains the lowest level x86_64-specific interrupt * entry and irq statistics code. All the remaining irq logic is * done by the generic kernel/irq/ code and in the * x86_64-specific irq controller code. (e.g. i8259.c and * io_apic.c.) */ ...
gpl-2.0
pgavin/or1k-src
libgloss/spu/sbrk.c
136
2700
/* (C) Copyright IBM Corp. 2005, 2006 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the foll...
gpl-2.0
WhiteNeo-/NeoKernel
arch/x86/kernel/apic/apic_numachip.c
136
7392
/* * 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. * * Numascale NumaConnect-Specific APIC Code * * Copyright (C) 2011 Numascale AS. All rights reserved. * * Send feedback to <support@numas...
gpl-2.0
Jianwei-Wang/linux-drm-fsl-dcu
drivers/staging/lustre/lustre/lmv/lproc_lmv.c
392
5913
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * 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. * * This program is distributed...
gpl-2.0
mfrw/linux
drivers/misc/mic/host/mic_boot.c
392
16264
/* * Intel MIC Platform Software Stack (MPSS) * * Copyright(c) 2013 Intel Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation. * * This program is distributed in t...
gpl-2.0
milodky/kernel_for_nexus7
arch/alpha/kernel/sys_eiger.c
648
5540
/* * linux/arch/alpha/kernel/sys_eiger.c * * Copyright (C) 1995 David A Rusling * Copyright (C) 1996, 1999 Jay A Estabrook * Copyright (C) 1998, 1999 Richard Henderson * Copyright (C) 1999 Iain Grant * * Code supporting the EIGER (EV6+TSUNAMI). */ #include <linux/kernel.h> #include <linux/types.h> #include <l...
gpl-2.0
BuzzBumbleBee/linux-htc-acevivo
arch/sh/boot/romimage/mmcif-sh7724.c
904
2004
/* * sh7724 MMCIF loader * * Copyright (C) 2010 Magnus Damm * * 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/mmc/sh_mmcif.h> #include <mach/romimage.h> #define MMCIF_BA...
gpl-2.0
androidarmv6/android_kernel_samsung_msm7x27
drivers/staging/otus/80211core/ctkip.c
904
17410
/* * Copyright (c) 2007-2008 Atheros Communications Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" A...
gpl-2.0
bkero/android_kernel_teclast_x98pro
fs/exofs/ore.c
1416
30797
/* * Copyright (C) 2005, 2006 * Avishay Traeger (avishay@gmail.com) * Copyright (C) 2008, 2009 * Boaz Harrosh <ooo@electrozaur.com> * * This file is part of exofs. * * exofs 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
Emotroid-Team/emotion_kernel_tw_edge
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
OMFGB/htc-kernel-msm7x30_omfgb
lib/audit.c
2184
1208
#include <linux/init.h> #include <linux/types.h> #include <linux/audit.h> #include <asm/unistd.h> static unsigned dir_class[] = { #include <asm-generic/audit_dir_write.h> ~0U }; static unsigned read_class[] = { #include <asm-generic/audit_read.h> ~0U }; static unsigned write_class[] = { #include <asm-generic/audit_w...
gpl-2.0
ML-Design/ta-kernel
drivers/mtd/chips/map_ram.c
3464
3691
/* * Common code to handle map devices which are simple RAM * (C) 2000 Red Hat. GPL'd. */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <asm/io.h> #include <asm/byteorder.h> #include <linux/errno.h> #include <linux/slab.h> #include <linux/init.h> #include <linux/mtd/mtd.h> #i...
gpl-2.0
TEAM-Gummy/android_kernel_samsung_d2
arch/arm/mach-omap2/powerdomains2xxx_3xxx_data.c
5256
1925
/* * OMAP2/3 common powerdomain definitions * * Copyright (C) 2007-2008, 2011 Texas Instruments, Inc. * Copyright (C) 2007-2011 Nokia Corporation * * Paul Walmsley, Jouni Högander * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ver...
gpl-2.0
wanam/Adam-Kernel-GalaxyS6-G920F
drivers/char/pcmcia/cm4040_cs.c
11656
15884
/* * A driver for the Omnikey PCMCIA smartcard reader CardMan 4040 * * (c) 2000-2004 Omnikey AG (http://www.omnikey.com/) * * (C) 2005-2006 Harald Welte <laforge@gnumonks.org> * - add support for poll() * - driver cleanup * - add waitqueues * - adhere to linux kernel coding style and policies * - support...
gpl-2.0
ktoonsez/SiyahD
arch/h8300/lib/ashrdi3.c
13960
1690
/* ashrdi3.c extracted from gcc-2.7.2/libgcc2.c which is: */ /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC 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 F...
gpl-2.0
ktd2004/linux-stable
drivers/acpi/acpica/utbuffer.c
137
8920
/****************************************************************************** * * Module Name: utbuffer - Buffer dump routines * *****************************************************************************/ /* * Copyright (C) 2000 - 2015, Intel Corp. * All rights reserved. * * Redistribution and use in sour...
gpl-2.0
skeller/linux
kernel/time/tick-common.c
137
9430
/* * linux/kernel/time/tick-common.c * * This file contains the base functions to manage periodic tick * related events. * * Copyright(C) 2005-2006, Thomas Gleixner <tglx@linutronix.de> * Copyright(C) 2005-2007, Red Hat, Inc., Ingo Molnar * Copyright(C) 2006-2007, Timesys Corp., Thomas Gleixner * * This code ...
gpl-2.0
samnazarko/linux-rbp-browser
drivers/net/wireless/p54/p54pci.c
137
16515
/* * Linux device driver for PCI based Prism54 * * Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net> * Copyright (c) 2008, Christian Lamparter <chunkeey@web.de> * * Based on the islsm (softmac prism54) driver, which is: * Copyright 2004-2006 Jean-Baptiste Note <jean-baptiste.note@m4x.org>, et al. * * T...
gpl-2.0
CyanogenModXT720/android_kernel
arch/powerpc/mm/ppc_mmu_32.c
137
8151
/* * This file contains the routines for handling the MMU on those * PowerPC implementations where the MMU substantially follows the * architecture specification. This includes the 6xx, 7xx, 7xxx, * 8260, and POWER3 implementations but excludes the 8xx and 4xx. * -- paulus * * Derived from arch/ppc/mm/init.c:...
gpl-2.0
v-superuser/android_kernel_sony_msm8960
drivers/staging/prima/CORE/HDD/src/wlan_hdd_wowl.c
393
12732
/* * Copyright (c) 2012, The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice a...
gpl-2.0
mythos234/AndromedaN910F-LL
drivers/input/joystick/xpad.c
1161
32396
/* * X-Box gamepad driver * * Copyright (c) 2002 Marko Friedemann <mfr@bmx-chemnitz.de> * 2004 Oliver Schwartz <Oliver.Schwartz@gmx.de>, * Steven Toth <steve@toth.demon.co.uk>, * Franz Lehner <franz@caos.at>, * Ivan Hawkes <blackhawk@ivanhawk...
gpl-2.0
AndroidRoot/android_kernel_asus_tf101
drivers/net/hamradio/baycom_ser_fdx.c
1161
21237
/*****************************************************************************/ /* * baycom_ser_fdx.c -- baycom ser12 fullduplex radio modem driver. * * Copyright (C) 1996-2000 Thomas Sailer (sailer@ife.ee.ethz.ch) * * This program is free software; you can redistribute it and/or modify * it under the terms of...
gpl-2.0
SudaMod-devices/android_kernel_oneplus_msm8974
drivers/media/platform/msm/camera_v2/sensor/s5k4e1.c
2185
4018
/* Copyright (c) 2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
gpl-2.0
jeffegg/beaglebonepsp
drivers/net/can/flexcan.c
2697
26146
/* * flexcan.c - FLEXCAN CAN controller driver * * Copyright (c) 2005-2006 Varma Electronics Oy * Copyright (c) 2009 Sascha Hauer, Pengutronix * Copyright (c) 2010 Marc Kleine-Budde, Pengutronix * * Based on code originally by Andrey Volkov <avolkov@varma-el.com> * * LICENCE: * This program is free software; ...
gpl-2.0
mericon/Xperia-S-msm8660
arch/s390/appldata/appldata_mem.c
7305
4142
/* * arch/s390/appldata/appldata_mem.c * * Data gathering module for Linux-VM Monitor Stream, Stage 1. * Collects data related to memory management. * * Copyright (C) 2003,2006 IBM Corporation, IBM Deutschland Entwicklung GmbH. * * Author: Gerald Schaefer <gerald.schaefer@de.ibm.com> */ #include <linux/module...
gpl-2.0
talnoah/android_kernel_htc_dlx
drivers/staging/comedi/drivers/addi-data/hwdrv_apci1032.c
8329
13532
/** @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
kbc-developers/android_kernel_samsung_d2dcm
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
hroark13/zw340
drivers/gpu/drm/radeon/r600_blit_shaders.c
9097
14723
/* * Copyright 2009 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
gpl-2.0
garwynn/D710BST_GC01_Kernel
net/802/p8022.c
9097
1956
/* * NET3: Support for 802.2 demultiplexing off Ethernet (Token ring * is kept separate see p8022tr.c) * 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
USA-RedDragon/Werewolf-hammerhead
arch/arm/mach-lpc32xx/pm.c
9353
4834
/* * arch/arm/mach-lpc32xx/pm.c * * Original authors: Vitaly Wool, Dmitry Chigirev <source@mvista.com> * Modified by Kevin Wells <kevin.wells@nxp.com> * * 2005 (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" wi...
gpl-2.0
C-Aniruddh/kernel_vortex
arch/arm/mm/mmu.c
138
46177
/* * linux/arch/arm/mm/mmu.c * * Copyright (C) 1995-2005 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/module.h> #include <linux/kernel.h>...
gpl-2.0
sayeed99/kernel-FlareM
drivers/gpu/drm/drm_fb_cma_helper.c
138
12172
/* * drm kms/fb cma (contiguous memory allocator) helper functions * * Copyright (C) 2012 Analog Device Inc. * Author: Lars-Peter Clausen <lars@metafoo.de> * * Based on udl_fbdev.c * Copyright (C) 2012 Red Hat * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
gpl-2.0
squirrel20/linux-4.8.15
drivers/power/bq24257_charger.c
394
30397
/* * TI BQ24257 charger driver * * Copyright (C) 2015 Intel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later...
gpl-2.0
elkingtonmcb/linux
drivers/staging/lustre/lustre/lov/lovsub_dev.c
394
5548
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * 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. * * This program is distributed...
gpl-2.0
zte8930/msm8930
drivers/gud/mobicore_kernelapi/main.c
906
4008
/** * MobiCore KernelApi module * * <!-- Copyright Giesecke & Devrient GmbH 2009-2012 --> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/module.h> #includ...
gpl-2.0
cristianomatos/android_kernel_samsung_smdk4412
arch/mips/kernel/module.c
2442
10138
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will b...
gpl-2.0
Team-Blackout/Blackout_Ville_plus
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
Albinoman887/Linux-3.4.x
arch/arm/mach-footbridge/dc21285-timer.c
5002
2579
/* * linux/arch/arm/mach-footbridge/dc21285-timer.c * * Copyright (C) 1998 Russell King. * Copyright (C) 1998 Phil Blundell */ #include <linux/clockchips.h> #include <linux/clocksource.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <asm/irq.h> #include <asm/hardware/de...
gpl-2.0
flar2/evita-bulletproof
arch/powerpc/platforms/cell/cbe_cpufreq_pmi.c
5002
3721
/* * pmi backend for the cbe_cpufreq driver * * (C) Copyright IBM Deutschland Entwicklung GmbH 2005-2007 * * Author: Christian Krafft <krafft@de.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free So...
gpl-2.0
flashka07/android_kernel_samsung_ha3g
drivers/atm/solos-attrlist.c
12938
2279
SOLOS_ATTR_RO(DriverVersion) SOLOS_ATTR_RO(APIVersion) SOLOS_ATTR_RO(FirmwareVersion) SOLOS_ATTR_RO(Version) // SOLOS_ATTR_RO(DspVersion) // SOLOS_ATTR_RO(CommonHandshake) SOLOS_ATTR_RO(Connected) SOLOS_ATTR_RO(OperationalMode) SOLOS_ATTR_RO(State) SOLOS_ATTR_RO(Watchdog) SOLOS_ATTR_RO(OperationProgress) SOLOS_ATTR_RO(...
gpl-2.0
not404/xbox-linux
fs/nfsd/nfs4proc.c
139
32079
/* * fs/nfsd/nfs4proc.c * * Server-side procedures for NFSv4. * * Copyright (c) 2002 The Regents of the University of Michigan. * All rights reserved. * * Kendrick Smith <kmsmith@umich.edu> * Andy Adamson <andros@umich.edu> * * Redistribution and use in source and binary forms, with or without * m...
gpl-2.0
kamarush/sony_yuga_kernel
drivers/staging/prima/CORE/VOSS/src/vos_utils.c
139
50723
/* * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright not...
gpl-2.0
zbo9269/linux
drivers/nfc/nfcmrvl/main.c
395
6001
/* * Marvell NFC driver: major functions * * Copyright (C) 2014, 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 modify this Fi...
gpl-2.0
virtuous/kernel-7x30-gingerbread-v3
arch/sh/boards/mach-snapgear/setup.c
907
2235
/* * linux/arch/sh/boards/snapgear/setup.c * * 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 ...
gpl-2.0
zparallax/amplitude_kernel_tw
drivers/net/wireless/rtlwifi/usb.c
1163
28441
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. All rights reserved. * * 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 F...
gpl-2.0
anshulsahni/linux
drivers/ide/ide-taskfile.c
1419
16992
/* * Copyright (C) 2000-2002 Michael Cornwell <cornwell@acm.org> * Copyright (C) 2000-2002 Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2001-2002 Klaus Smolin * IBM Storage Technology Division * Copyright (C) 2003-2004, 2007 Bartlomiej Zolnierkiewicz * * The big the bad and the ugly. *...
gpl-2.0
lshw/loongson1-linux-3.0
arch/blackfin/mach-bf527/boards/ezkit.c
2187
32756
/* * 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/platform_device.h> #include <linux/mtd/mtd.h> #include <linux/mtd/partit...
gpl-2.0
miquelmartos/gp-kernel-peak
arch/s390/mm/hugetlbpage.c
2187
2519
/* * IBM System z Huge TLB Page Support for Kernel. * * Copyright 2007 IBM Corp. * Author(s): Gerald Schaefer <gerald.schaefer@de.ibm.com> */ #include <linux/mm.h> #include <linux/hugetlb.h> void set_huge_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *pteptr, pte_t pteval) { pmd_t *pmdp ...
gpl-2.0
jeboo/kernel_JB_ZSLS6_i9100
arch/sh/kernel/cpu/sh3/setup-sh7705.c
2443
5675
/* * SH7705 Setup * * Copyright (C) 2006 - 2009 Paul Mundt * Copyright (C) 2007 Nobuhiro Iwamatsu * * 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/platform_device.h>...
gpl-2.0
GustavoVinicius/Source-23.0.1.A.5.79
drivers/hwmon/w83l786ng.c
3979
22313
/* * w83l786ng.c - Linux kernel driver for hardware monitoring * Copyright (c) 2007 Kevin Lo <kevlo@kevlo.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 - version 2. * * This prog...
gpl-2.0
lucatib/a33_linux
drivers/hwmon/w83l786ng.c
3979
22313
/* * w83l786ng.c - Linux kernel driver for hardware monitoring * Copyright (c) 2007 Kevin Lo <kevlo@kevlo.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 - version 2. * * This prog...
gpl-2.0
HashBang173/linux-kexec
drivers/crypto/nx/nx_debugfs.c
5003
2901
/** * debugfs routines supporting the Power 7+ Nest Accelerators driver * * Copyright (C) 2011-2012 International Business Machines Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; ...
gpl-2.0