repo_name
string
path
string
copies
string
size
string
content
string
license
string
a1d3s/linux-bpi
drivers/misc/mic/bus/scif_bus.c
393
5171
/* * Intel MIC Platform Software Stack (MPSS) * * Copyright(c) 2014 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
janarthananfit/android_kernel_msm_beni
drivers/acpi/acpica/tbutils.c
905
23441
/****************************************************************************** * * Module Name: tbutils - table utilities * *****************************************************************************/ /* * Copyright (C) 2000 - 2010, Intel Corp. * All rights reserved. * * Redistribution and use in source a...
gpl-2.0
markolino631/lge_kernel_msm7x27
drivers/usb/gadget/lh7a40x_udc.c
905
50769
/* * linux/drivers/usb/gadget/lh7a40x_udc.c * Sharp LH7A40x on-chip full speed USB device controllers * * Copyright (C) 2004 Mikko Lahteenmaki, Nordic ID * Copyright (C) 2004 Bo Henriksen, Nordic ID * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
gpl-2.0
weizhenwei/mi1_kernel
drivers/tty/vt/vt_ioctl.c
1161
33451
/* * Copyright (C) 1992 obz under the linux copyright * * Dynamic diacritical handling - aeb@cwi.nl - Dec 1993 * Dynamic keymap and string allocation - aeb@cwi.nl - May 1994 * Restrict VT switching via ioctl() - grif@cs.ucr.edu - Dec 1995 * Some code moved for less code duplication - Andi Kleen - Mar 1997 *...
gpl-2.0
BigBrother1984/android_kernel_samsung_tuna
arch/powerpc/platforms/86xx/mpc8610_hpcd.c
2185
10493
/* * MPC8610 HPCD board specific routines * * Initial author: Xianghua Xiao <x.xiao@freescale.com> * Recode: Jason Jin <jason.jin@freescale.com> * York Sun <yorksun@freescale.com> * * Rewrite the interrupt routing. remove the 8259PIC support, * All the integrated device in ULI use sideband interrupt. *...
gpl-2.0
CoderSherlock/Mondroid
kernelsource/msm/net/l2tp/l2tp_netlink.c
2185
23087
/* * L2TP netlink layer, for management * * Copyright (c) 2008,2009,2010 Katalix Systems Ltd * * Partly based on the IrDA nelink implementation * (see net/irda/irnetlink.c) which is: * Copyright (c) 2007 Samuel Ortiz <samuel@sortiz.org> * which is in turn partly based on the wireless netlink code: * Copyright ...
gpl-2.0
zarboz/HTC-Jewel-Kernel-OC
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
G5Devs/android_kernel_lge_msm8996
drivers/mtd/maps/dc21285.c
2953
5539
/* * MTD map driver for flash on the DC21285 (the StrongARM-110 companion chip) * * (C) 2000 Nicolas Pitre <nico@fluxnic.net> * * This code is GPL */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/slab.h> #include <li...
gpl-2.0
hausdorff/linux
arch/arm/mach-sa1100/pleb.c
3209
2944
/* * linux/arch/arm/mach-sa1100/pleb.c */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/tty.h> #include <linux/ioport.h> #include <linux/platform_data/sa11x0-serial.h> #include <linux/platform_device.h> #include <linux/irq.h> #include <linux/io.h> #include <linux/mtd/partitions.h> #include <mach...
gpl-2.0
nel82/android_zenfone4_kernel
drivers/gpu/drm/i2c/ch7006_mode.c
4233
15869
/* * Copyright (C) 2009 Francisco Jerez. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use,...
gpl-2.0
lyapota/m8_gpe_lollipop
net/irda/ircomm/ircomm_tty.c
4489
39081
/********************************************************************* * * Filename: ircomm_tty.c * Version: 1.0 * Description: IrCOMM serial TTY driver * Status: Experimental. * Author: Dag Brattli <dagb@cs.uit.no> * Created at: Sun Jun 6 21:00:56 1999 * Modified at: Wed Feb 23...
gpl-2.0
anryl/shooteru_HTC
tools/perf/util/usage.c
4745
1690
/* * GIT - The information manager from hell * * Copyright (C) Linus Torvalds, 2005 */ #include "util.h" static void report(const char *prefix, const char *err, va_list params) { char msg[1024]; vsnprintf(msg, sizeof(msg), err, params); fprintf(stderr, " %s%s\n", prefix, msg); } static NORETURN void usage_buil...
gpl-2.0
messi2050/android_kernel_huawei_msm8610
arch/arm/mach-pxa/tavorevb3.c
5001
3033
/* * linux/arch/arm/mach-pxa/tavorevb3.c * * Support for the Marvell EVB3 Development Platform. * * Copyright: (C) Copyright 2008-2010 Marvell International 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 * ...
gpl-2.0
jamison904/kernel_m919
drivers/gpu/drm/nouveau/nv50_crtc.c
5257
22474
/* * Copyright (C) 2008 Maarten Maathuis. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use...
gpl-2.0
GAXUSXX/GaXusKernel
arch/frv/mm/kmap.c
9097
1295
/* kmap.c: ioremapping handlers * * Copyright (C) 2003-5 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * - Derived from arch/m68k/mm/kmap.c * * 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
fhasovic/LG-G2-D802-Kernel
arch/frv/mm/kmap.c
9097
1295
/* kmap.c: ioremapping handlers * * Copyright (C) 2003-5 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * - Derived from arch/m68k/mm/kmap.c * * 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
wimpknocker/lge-kernel-lproj
drivers/leds/leds-locomo.c
9353
2370
/* * linux/drivers/leds/leds-locomo.c * * Copyright (C) 2005 John Lenz <lenz@cs.wisc.edu> * * 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/kernel.h> #inclu...
gpl-2.0
BrickedGrouperCandy/kernel_asus_grouper
drivers/net/skfp/pcmplc.c
12681
49275
/****************************************************************************** * * (C)Copyright 1998,1999 SysKonnect, * a business unit of Schneider & Koch & Co. Datensysteme GmbH. * * See the file "skfddi.c" for further information. * * This program is free software; you can redistribute it and/or modify * it...
gpl-2.0
cjdoucette/XIA-for-Linux
kernel/watchdog.c
138
19391
/* * Detect hard and soft lockups on a system * * started by Don Zickus, Copyright (C) 2010 Red Hat, Inc. * * Note: Most of this code is borrowed heavily from the original softlockup * detector, so thanks to Ingo for the initial implementation. * Some chunks also taken from the old x86-specific nmi watchdog code...
gpl-2.0
Lloir/android_kernel_htc_enrc2b-bladev2
drivers/media/video/ivtv/ivtv-ioctl.c
394
53604
/* ioctl system call Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> Copyright (C) 2005-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 Softw...
gpl-2.0
RenderKernels/android_kernel_asus_grouper
arch/x86/platform/olpc/olpc.c
650
9261
/* * Support for the OLPC DCON and OLPC EC access * * Copyright © 2006 Advanced Micro Devices, Inc. * Copyright © 2007-2008 Andres Salomon <dilinger@debian.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...
gpl-2.0
Fevax/android_kernel_samsung_universal8890-N
arch/score/mm/fault.c
1162
6021
/* * arch/score/mm/fault.c * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Lennox Wu <lennox.wu@sunplusct.com> * Chen Liqin <liqin.chen@sunplusct.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
gpl-2.0
jawad6233/MT6795.kernel
alps/kernel-3.10/arch/mips/kernel/asm-offsets.c
1930
13458
/* * offset.c: Calculate pt_regs and task_struct offsets. * * Copyright (C) 1996 David S. Miller * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * * Kevin Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com * Copyright (C) 200...
gpl-2.0
sai9615/MY-kernel-for-grand-I9082
dragon/drivers/net/wireless/ath/ath5k/ahb.c
2442
6515
/* * Copyright (c) 2008-2009 Atheros Communications Inc. * Copyright (c) 2009 Gabor Juhos <juhosg@openwrt.org> * Copyright (c) 2009 Imre Kaloz <kaloz@openwrt.org> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above ...
gpl-2.0
robocoreio/edison-kernel
arch/ia64/kernel/time.c
2442
12640
/* * linux/arch/ia64/kernel/time.c * * Copyright (C) 1998-2003 Hewlett-Packard Co * Stephane Eranian <eranian@hpl.hp.com> * David Mosberger <davidm@hpl.hp.com> * Copyright (C) 1999 Don Dugger <don.dugger@intel.com> * Copyright (C) 1999-2000 VA Linux Systems * Copyright (C) 1999-2000 Walt Drummond <drummond@vali...
gpl-2.0
nerull7/android_kernel_grouper
fs/gfs2/util.c
4234
8166
/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public Licen...
gpl-2.0
houst0nn/android_kernel_msm
drivers/usb/class/usblp.c
4746
39646
/* * usblp.c * * Copyright (c) 1999 Michael Gee <michael@linuxspecific.com> * Copyright (c) 1999 Pavel Machek <pavel@ucw.cz> * Copyright (c) 2000 Randy Dunlap <rdunlap@xenotime.net> * Copyright (c) 2000 Vojtech Pavlik <vojtech@suse.cz> # Copyright (c) 2001 Pete Zaitcev <zaitcev@redhat.com> # Copyright (c) 2001 ...
gpl-2.0
faux123/Galaxy_Note_3
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
rocky-luo/linux-kernel
fs/fat/fatent.c
6538
16686
/* * Copyright (C) 2004, OGAWA Hirofumi * Released under GPL v2. */ #include <linux/module.h> #include <linux/fs.h> #include <linux/msdos_fs.h> #include <linux/blkdev.h> #include "fat.h" struct fatent_operations { void (*ent_blocknr)(struct super_block *, int, int *, sector_t *); void (*ent_set_ptr)(struct fat_e...
gpl-2.0
assusdan/cyanogenmod_kernel_prestigio_muzed3
net/netlabel/netlabel_kapi.c
7050
28793
/* * NetLabel Kernel API * * This file defines the kernel API for the NetLabel system. The NetLabel * system manages static and dynamic label mappings for network protocols such * as CIPSO and RIPSO. * * Author: Paul Moore <paul@paul-moore.com> * */ /* * (c) Copyright Hewlett-Packard Development Company, L....
gpl-2.0
TeamTwisted/hells-Core-N5
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
TheStrix/android_kernel_xiaomi_armani_OLD
net/sunrpc/auth_gss/gss_krb5_seal.c
7818
6606
/* * linux/net/sunrpc/gss_krb5_seal.c * * Adapted from MIT Kerberos 5-1.2.1 lib/gssapi/krb5/k5seal.c * * Copyright (c) 2000-2008 The Regents of the University of Michigan. * All rights reserved. * * Andy Adamson <andros@umich.edu> * J. Bruce Fields <bfields@umich.edu> */ /* * Copyright 1993 by OpenVis...
gpl-2.0
Silverblade-nz/Alpha15Copy
drivers/mfd/mcp-core.c
7818
5750
/* * linux/drivers/mfd/mcp-core.c * * Copyright (C) 2001 Russell King * * 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. * * Generic MCP (Multimedia C...
gpl-2.0
coolshou/htc_dlxub1_kernel-3.4.10
sound/pci/echoaudio/indigoio.c
8074
2949
/* * ALSA driver for Echoaudio soundcards. * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> * * 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. *...
gpl-2.0
htc-mirror/runnymede-ics-crc-3.0.16-c297c99
drivers/scsi/stex.c
8330
44285
/* * SuperTrak EX Series Storage Controller driver for Linux * * Copyright (C) 2005-2009 Promise Technology Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of t...
gpl-2.0
v-superuser/android_kernel_sony_taoshan
arch/sh/kernel/crash_dump.c
11914
1310
/* * crash_dump.c - Memory preserving reboot related code. * * Created by: Hariprasad Nellitheertha (hari@in.ibm.com) * Copyright (C) IBM Corporation, 2004. All rights reserved */ #include <linux/errno.h> #include <linux/crash_dump.h> #include <linux/io.h> #include <asm/uaccess.h> /** * copy_oldmem_page - copy o...
gpl-2.0
MoKee/android_kernel_asus_grouper
drivers/video/geode/video_gx.c
13962
10122
/* * Geode GX video processor device. * * Copyright (C) 2006 Arcom Control Systems Ltd. * * Portions from AMD's original 2.4 driver: * Copyright (C) 2004 Advanced Micro Devices, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Pub...
gpl-2.0
OpenSwift/android_kernel_swift
fs/ncpfs/ioctl.c
139
22395
/* * ioctl.c * * Copyright (C) 1995, 1996 by Volker Lendecke * Modified 1997 Peter Waltenberg, Bill Hawes, David Woodhouse for 2.1 dcache * Modified 1998, 1999 Wolfram Pienkoss for NLS * */ #include <linux/capability.h> #include <linux/compat.h> #include <linux/errno.h> #include <linux/fs.h> #include <linux...
gpl-2.0
Philippe12/linux-3.4-a20
drivers/net/wireless/rtl8189es/core/rtw_mp_ioctl.c
139
90538
/****************************************************************************** * * Copyright(c) 2007 - 2011 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 Genera...
gpl-2.0
Red--Code/mt6589_kernel_3.4.67
fs/eventpoll.c
139
54766
/* * fs/eventpoll.c (Efficient event retrieval implementation) * Copyright (C) 2001,...,2009 Davide Libenzi * * 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
Mrcl1450/f2fs
net/nfc/nci/rsp.c
395
9598
/* * The NFC Controller Interface is the communication protocol between an * NFC Controller (NFCC) and a Device Host (DH). * * Copyright (C) 2011 Texas Instruments, Inc. * * Written by Ilan Elias <ilane@ti.com> * * Acknowledgements: * This file is based on hci_event.c, which was written * by Maxim Kras...
gpl-2.0
cile381/s7_flat_kernel
drivers/net/wireless/orinoco/orinoco_usb.c
395
45473
/* * USB Orinoco driver * * Copyright (c) 2003 Manuel Estrada Sainz * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License * at http://www.mozilla.org/MPL/ * ...
gpl-2.0
DirtyUnicorns/android_kernel_sony_apq8064
drivers/net/ethernet/tehuti/tehuti.c
907
68079
/* * Tehuti Networks(R) Network Driver * ethtool interface implementation * Copyright (C) 2007 Tehuti Networks Ltd. All rights reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; e...
gpl-2.0
felixsch/linux
arch/avr32/mm/fault.c
1163
6353
/* * Copyright (C) 2004-2006 Atmel Corporation * * Based on linux/arch/sh/mm/fault.c: * Copyright (C) 1999 Niibe Yutaka * * 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
mpokwsths/mpokang_kernel
drivers/scsi/lpfc/lpfc_nportdisc.c
2955
70127
/******************************************************************* * This file is part of the Emulex Linux Device Driver for * * Fibre Channel Host Bus Adapters. * * Copyright (C) 2004-2009 Emulex. All rights reserved. * * EMULEX and SLI are trademarks of Emulex....
gpl-2.0
flar2/m7-bulletproof
drivers/staging/keucr/smilmain.c
7307
45354
#include <linux/slab.h> #include "usb.h" #include "scsiglue.h" #include "smcommon.h" #include "smil.h" int Check_D_LogCHS (WORD *,BYTE *,BYTE *); void Initialize_D_Media (void); void PowerOff_D_Media (void); int Check_D_MediaPower (void); int ...
gpl-2.0
gearslam/JB_LS970ZVC_Viper
arch/mips/loongson/common/machtype.c
7819
1756
/* * Copyright (C) 2009 Lemote Inc. * Author: Wu Zhangjin, wuzhangjin@gmail.com * * Copyright (c) 2009 Zhang Le <r0bertz@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 Software Foundation;...
gpl-2.0
hellobbn/android_kernel_htc_msm8974
security/tomoyo/file.c
8587
29590
/* * 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
jfdsmabalot/kernel_moto-g
arch/microblaze/kernel/asm-offsets.c
13451
5153
/* * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2007-2009 PetaLogix * Copyright (C) 2006 Atmark Techno, Inc. * * 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. */ ...
gpl-2.0
ps06756/linux-3.17.2
drivers/net/ethernet/ethoc.c
140
32756
/* * linux/drivers/net/ethernet/ethoc.c * * Copyright (C) 2007-2008 Avionic Design Development GmbH * Copyright (C) 2008-2009 Avionic Design GmbH * * 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 S...
gpl-2.0
raulherbster/goldfish
drivers/staging/comedi/drivers/usbdux.c
140
79089
#define DRIVER_VERSION "v2.1" #define DRIVER_AUTHOR "Bernd Porr, BerndPorr@f2s.com" #define DRIVER_DESC "Stirling/ITL USB-DUX -- Bernd.Porr@f2s.com" /* comedi/drivers/usbdux.c Copyright (C) 2003-2007 Bernd Porr, Bernd.Porr@f2s.com This program is free software; you can redistribute it and/or modify it unde...
gpl-2.0
broonie/regulator-2.6
drivers/w1/w1_netlink.c
140
5928
/* * w1_netlink.c * * Copyright (c) 2003 Evgeniy Polyakov <johnpol@2ka.mipt.ru> * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option...
gpl-2.0
matianfu/barcelona-3.2.40
drivers/usb/gadget/mv_udc_core.c
140
59670
/* * Copyright (C) 2011 Marvell International Ltd. All rights reserved. * Author: Chao Xie <chao.xie@marvell.com> * Neil Zhang <zhangwm@marvell.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free So...
gpl-2.0
nycbjr/android_kernel_asus_tf700_3_1
arch/powerpc/sysdev/fsl_rio.c
396
47036
/* * Freescale MPC85xx/MPC86xx RapidIO support * * Copyright 2009 Sysgo AG * Thomas Moll <thomas.moll@sysgo.com> * - fixed maintenance access routines, check for aligned access * * Copyright 2009 Integrated Device Technology, Inc. * Alex Bounine <alexandre.bounine@idt.com> * - Added Port-Write message handling...
gpl-2.0
SimpleAOSP-Kernel/kernel_grouper
arch/sh/kernel/cpu/sh4a/clock-sh7757.c
396
3860
/* * arch/sh/kernel/cpu/sh4/clock-sh7757.c * * SH7757 support for the clock framework * * Copyright (C) 2009-2010 Renesas Solutions Corp. * * 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....
gpl-2.0
linuxmake/kernel_softwinner_fiber
drivers/watchdog/pc87413_wdt.c
652
14681
/* * NS pc87413-wdt Watchdog Timer driver for Linux 2.6.x.x * * This code is based on wdt.c with original copyright. * * (C) Copyright 2006 Sven Anders, <anders@anduras.de> * and Marcus Junker, <junker@anduras.de> * * This program is free software; you can redistribute it...
gpl-2.0
insofter/linux
arch/arm/mach-s3c64xx/mach-smartq5.c
908
3425
/* * linux/arch/arm/mach-s3c64xx/mach-smartq5.c * * Copyright (C) 2010 Maurus Cuelenaere * * 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/fb.h> #include...
gpl-2.0
MaxiCM/android_kernel_google_msm
arch/arm/mach-msm/qdsp6/dsp_debug.c
1420
3917
/* arch/arm/mach-msm/qdsp6/dsp_dump.c * * Copyright (C) 2009 Google, Inc. * Author: Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under ...
gpl-2.0
Altaf-Mahdi/i9100
arch/m68k/mm/init_no.c
2188
4149
/* * linux/arch/m68knommu/mm/init.c * * Copyright (C) 1998 D. Jeff Dionne <jeff@lineo.ca>, * Kenneth Albanowski <kjahds@kjahds.com>, * Copyright (C) 2000 Lineo, Inc. (www.lineo.com) * * Based on: * * linux/arch/m68k/mm/init.c * * Copyright (C) 1995 Hamish Macdonald * * JAN/...
gpl-2.0
dwander/linaro-base
arch/sparc/crypto/md5_glue.c
2188
4879
/* Glue code for MD5 hashing optimized for sparc64 crypto opcodes. * * This is based largely upon arch/x86/crypto/sha1_ssse3_glue.c * and crypto/md5.c which are: * * Copyright (c) Alan Smithee. * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> * Copyright (c) Jean-Francois Dive <jef@linuxbe.org> * Copyri...
gpl-2.0
1N4148/android_kernel_samsung_golden
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
ReconInstruments/jet_kernel
arch/arm/mach-s3c64xx/cpufreq.c
2444
6481
/* linux/arch/arm/plat-s3c64xx/cpufreq.c * * Copyright 2009 Wolfson Microelectronics plc * * S3C64xx CPUfreq Support * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #inc...
gpl-2.0
SMAICP/kernel_amazon_otter-common
arch/sh/kernel/cpu/sh4a/clock-sh7724.c
2444
12529
/* * arch/sh/kernel/cpu/sh4a/clock-sh7724.c * * SH7724 clock framework support * * Copyright (C) 2009 Magnus Damm * * 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 t...
gpl-2.0
shakalaca/ASUS_ZenFone_ZE601KL
kernel/drivers/net/wireless/mwifiex/ethtool.c
2700
2361
/* * Marvell Wireless LAN device driver: ethtool * * 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 modify...
gpl-2.0
MikeC84/mac_kernel_lge_hammerhead
fs/nfsd/vfs.c
3212
55598
/* * File operations used by nfsd. Some of these have been ripped from * other parts of the kernel because they weren't exported, others * are partial duplicates with added or changed functionality. * * Note that several functions dget() the dentry upon which they want * to act, most notably those that create dir...
gpl-2.0
GuneetAtwal/kernel_a210
drivers/net/ethernet/sfc/efx.c
3212
76238
/**************************************************************************** * Driver for Solarflare Solarstorm network controllers and boards * Copyright 2005-2006 Fen Systems Ltd. * Copyright 2005-2011 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * ...
gpl-2.0
SciAps/android-dm3730-kernel
drivers/uwb/rsv.c
3980
27535
/* * UWB reservation management. * * Copyright (C) 2008 Cambridge Silicon Radio Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 as published by the Free Software Foundation. * * This program is distributed in the h...
gpl-2.0
lani11/Potsy_Kernel
drivers/isdn/hisax/telespci.c
4236
9147
/* $Id: telespci.c,v 2.23.2.3 2004/01/13 14:31:26 keil Exp $ * * low level stuff for Teles PCI isdn cards * * Author Ton van Rosmalen * Karsten Keil * Copyright by Ton van Rosmalen * by Karsten Keil <keil@isdn4linux.de> * * This software may be used and distributed acco...
gpl-2.0
Tommy-Geenexus/android_kernel_sony_msm8974_togari_5.x
arch/unicore32/kernel/signal.c
4492
15127
/* * linux/arch/unicore32/kernel/signal.c * * Code specific to PKUnity SoC and UniCore ISA * * Copyright (C) 2001-2010 GUAN Xue-tao * * 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 Found...
gpl-2.0
kennethlyn/parallella-lcd-linux
arch/arm/mach-footbridge/ebsa285-pci.c
4748
1067
/* * linux/arch/arm/mach-footbridge/ebsa285-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> static int irqmap_ebsa285...
gpl-2.0
lodr/codeaurora_kernel_msm
arch/arm/mach-ixp4xx/wg302v2-setup.c
5004
2574
/* * arch/arm/mach-ixp4xx/wg302-setup.c * * Board setup for the Netgear WG302 v2 and WAG302 v2 * * Copyright (C) 2007 Imre Kaloz <Kaloz@openwrt.org> * * based on coyote-setup.c: * Copyright (C) 2003-2005 MontaVista Software, Inc. * * Author: Imre Kaloz <kaloz@openwrt.org> * */ #include <linux/kernel.h...
gpl-2.0
DirtyDroidX/kernel_jactive
arch/um/drivers/vde_user.c
5004
2398
/* * Copyright (C) 2007 Luca Bigliardi (shammash@artha.org). * Licensed under the GPL. */ #include <stddef.h> #include <errno.h> #include <libvdeplug.h> #include "net_user.h" #include "um_malloc.h" #include "vde.h" static int vde_user_init(void *data, void *dev) { struct vde_data *pri = data; VDECONN *conn = NUL...
gpl-2.0
Sinsoftomorrow/android_kernel_lge_g3
drivers/gpu/drm/radeon/r600_blit_kms.c
5260
24257
/* * Copyright 2009 Advanced Micro Devices, Inc. * Copyright 2009 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...
gpl-2.0
tudorsirb/lge_kernel_p700
drivers/gpu/drm/nouveau/nvc0_pm.c
5260
9847
/* * Copyright 2011 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
Phoenix-CJ23/stockkernel
net/netfilter/ipset/ip_set_getport.c
7308
3479
/* Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> * * 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. */ /* Get Layer-4 data from the packets */ #include <lin...
gpl-2.0
netico-solutions/linux_3.2.0_android_4.2.2
drivers/tty/serial/mfd.c
141
37365
/* * mfd.c: driver for High Speed UART device of Intel Medfield platform * * Refer pxa.c, 8250.c and some other drivers in drivers/serial/ * * (C) Copyright 2010 Intel Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * a...
gpl-2.0
calixtolinux/Calixto-AM335x-Linux3.2-Versa-EVM-V1
drivers/staging/et131x/et131x.c
141
160829
/* * Agere Systems Inc. * 10/100/1000 Base-T Ethernet Driver for the ET1301 and ET131x series MACs * * Copyright © 2005 Agere Systems Inc. * All rights reserved. * http://www.agere.com * * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> * *---------------------------------------------------------------...
gpl-2.0
Rover-Yu/skbtrace-kernel
arch/arm/mach-ep93xx/edb93xx.c
141
10766
/* * arch/arm/mach-ep93xx/edb93xx.c * Cirrus Logic EDB93xx Development Board support. * * EDB93XX, EDB9301, EDB9307A * Copyright (C) 2008-2009 H Hartley Sweeten <hsweeten@visionengravers.com> * * EDB9302 * Copyright (C) 2006 George Kashperko <george@chas.com.ua> * * EDB9302A, EDB9315, EDB9315A * Copyright (C...
gpl-2.0
AdrianHuang/rt-thread-for-vmm
components/external/SQLite-3.8.1/mptest/mptest.c
141
37321
/* ** 2013-04-05 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** **************************...
gpl-2.0
frank-liu/SPADE-7x30-3.0
net/xfrm/xfrm_user.c
141
70771
/* xfrm_user.c: User interface to configure xfrm engine. * * Copyright (C) 2002 David S. Miller (davem@redhat.com) * * Changes: * Mitsuru KANDA @USAGI * Kazunori MIYAZAWA @USAGI * Kunihiro Ishiguro <kunihiro@ipinfusion.com> * IPv6 support * */ #include <linux/crypto.h> #include <linux/module.h> #include ...
gpl-2.0
Mantoui/kernel_motorola_msm8960-common
drivers/platform/x86/asus-laptop.c
653
40665
/* * asus-laptop.c - Asus Laptop Support * * * Copyright (C) 2002-2005 Julien Lerouge, 2003-2006 Karol Kozimor * Copyright (C) 2006-2007 Corentin Chary * * 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
defer/semc-kernel-msm8x60
arch/arm/mach-davinci/irq.c
909
4437
/* * Interrupt handler for DaVinci boards. * * Copyright (C) 2006 Texas Instruments. * * 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 opti...
gpl-2.0
ErikAndren/linux
net/sched/ematch.c
1421
14961
/* * net/sched/ematch.c Extended Match API * * 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: T...
gpl-2.0
linux-pmfs/pmfs
arch/arm/mach-at91/at91sam9g45_devices.c
2189
52381
/* * On-Chip devices setup code for the AT91SAM9G45 family * * Copyright (C) 2009 Atmel 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, o...
gpl-2.0
NooNameR/bravo_kernel_3.0
arch/sh/kernel/cpu/sh4a/clock-sh7763.c
2445
2766
/* * arch/sh/kernel/cpu/sh4a/clock-sh7763.c * * SH7763 support for the clock framework * * Copyright (C) 2005 Paul Mundt * Copyright (C) 2007 Yoshihiro Shimoda * * 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 arc...
gpl-2.0
Clumsy-Kernel-Development/M8_Kernel
arch/arm/mach-msm/msm_bus/msm_bus_config.c
2445
2350
/* Copyright (c) 2011-2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
JAV-Team-qcom/android_kernel_wingtech_msm8916
lib/raid6/avx2.c
3469
8675
/* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 2012 Intel Corporation * Author: Yuanhan Liu <yuanhan.liu@linux.intel.com> * * Based on sse2.c: Copyright 2002 H. Peter Anvin - All Rights Reserved * * * This program is free software; you can redistribute it ...
gpl-2.0
FennyFatal/SGS4-M919-FennyKernel
kernel/compat.c
4749
31208
/* * linux/kernel/compat.c * * Kernel compatibililty routines for e.g. 32 bit syscall support * on 64 bit kernels. * * Copyright (C) 2002-2003 Stephen Rothwell, IBM Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ...
gpl-2.0
finnq/android_kernel_lge_g3
drivers/power/sbs-battery.c
4749
21347
/* * Gas Gauge driver for SBS Compliant Batteries * * Copyright (c) 2010, NVIDIA 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 ...
gpl-2.0
dsb9938/DNA_JB_KERNEL
arch/arm/mach-ixp4xx/nas100d-setup.c
5005
8137
/* * arch/arm/mach-ixp4xx/nas100d-setup.c * * NAS 100d 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 nas100d-power.c: * Copyright (C) 2005 Tower Technologies * based on nas100d-io.c * Copyrig...
gpl-2.0
flar2/jewel-ElementalX
drivers/input/misc/cma3000_d0x.c
5005
9517
/* * VTI CMA3000_D0x Accelerometer driver * * Copyright (C) 2010 Texas Instruments * Author: Hemanth V <hemanthv@ti.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * *...
gpl-2.0
playfulgod/Kernel_AS85-LG-Ignite
drivers/input/touchscreen/elo.c
9101
9104
/* * Elo serial touchscreen driver * * Copyright (c) 2004 Vojtech Pavlik */ /* * 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 driver can handle serial Elo touc...
gpl-2.0
drsn0w/android_kernel_zte_msm7627
drivers/misc/iwmc3200top/log.c
9101
8042
/* * iwmc3200top - Intel Wireless MultiCom 3200 Top Driver * drivers/misc/iwmc3200top/log.c * * Copyright (C) 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 version * 2 as published by t...
gpl-2.0
charles1018/Nexus_5
arch/powerpc/platforms/8xx/ep88xc.c
11661
4431
/* * Platform setup for the Embedded Planet EP88xC board * * Author: Scott Wood <scottwood@freescale.com> * Copyright 2007 Freescale Semiconductor, 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, w...
gpl-2.0
SlimRoms/kernel_sony_msm8x60
arch/arm/vfp/vfpdouble.c
12429
29135
/* * linux/arch/arm/vfp/vfpdouble.c * * This code is derived in part from John R. Housers softfloat library, which * carries the following notice: * * =========================================================================== * This C source file is part of the SoftFloat IEC/IEEE Floating-point * Arithmetic P...
gpl-2.0
javelinanddart/samsung_GS2
drivers/media/video/pvrusb2/pvrusb2-cs53l32a.c
12685
2567
/* * * * Copyright (C) 2005 Mike Isely <isely@pobox.com> * Copyright (C) 2004 Aurelien Alleaume <slts@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 ...
gpl-2.0
paulocastro31/android_kernel_motorola_msm8226
drivers/parisc/eisa.c
12685
11782
/* * eisa.c - provide support for EISA adapters in PA-RISC machines * * 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 versi...
gpl-2.0
popazerty/linux-sh4-2.6.32.y
arch/score/mm/pgtable.c
13709
1690
/* * arch/score/mm/pgtable-32.c * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Lennox Wu <lennox.wu@sunplusct.com> * Chen Liqin <liqin.chen@sunplusct.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
gpl-2.0
flexdroid/kernel
mm/memory.c
142
111176
/* * linux/mm/memory.c * * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds */ /* * demand-loading started 01.12.91 - seems it is high on the list of * things wanted, and it should be easy to implement. - Linus */ /* * Ok, demand-loading was easy, shared pages a little bit tricker. Shared * pages start...
gpl-2.0
SlimRoms/kernel_htc_flounder
drivers/iio/magnetometer/inv_compass/inv_ami306_trigger.c
398
2098
/* * Copyright (C) 2012 Invensense, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope that it will be useful, * but ...
gpl-2.0