repo_name
string
path
string
copies
string
size
string
content
string
license
string
Smartandroidtech/platform_kernel_lge_hammerhead
arch/powerpc/platforms/ps3/interrupt.c
7601
20118
/* * PS3 interrupt routines. * * Copyright (C) 2006 Sony Computer Entertainment Inc. * Copyright 2006 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 ...
gpl-2.0
nitroglycerine33/kernel_asus_grouper
drivers/staging/vt6655/mac.c
8369
44114
/* * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your opt...
gpl-2.0
kejar31/kernel-caf-msm
drivers/s390/char/tape_class.c
9137
3017
/* * (C) Copyright IBM Corp. 2004 * tape_class.c * * Tape class device support * * Author: Stefan Bader <shbader@de.ibm.com> * Based on simple class device code by Greg K-H */ #define KMSG_COMPONENT "tape" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/slab.h> #include "tape_class.h" MODULE_AUT...
gpl-2.0
Maxr1998/hellsCore-mako
net/bridge/netfilter/ebt_nflog.c
9393
1769
/* * ebt_nflog * * Author: * Peter Warasin <peter@endian.com> * * February, 2008 * * Based on: * xt_NFLOG.c, (C) 2006 by Patrick McHardy <kaber@trash.net> * ebt_ulog.c, (C) 2004 by Bart De Schuymer <bdschuym@pandora.be> * */ #include <linux/module.h> #include <linux/spinlock.h> #include <linux/netfilter...
gpl-2.0
civato/KK_Xplorer-9005
fs/jffs2/erase.c
9649
14584
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(fmt) ...
gpl-2.0
IllusionRom-deprecated/android_kernel_lge_msm8974
drivers/tty/serial/pnx8xxx_uart.c
9905
21362
/* * UART driver for PNX8XXX SoCs * * Author: Per Hallsmark per.hallsmark@mvista.com * Ported to 2.6 kernel by EmbeddedAlley * Reworked by Vitaly Wool <vitalywool@gmail.com> * * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. * Copyright (C) 2000 Deep Blue Solutions Ltd. * * This file is lic...
gpl-2.0
ea4862/boeffla_cm12.1
drivers/s390/char/monwriter.c
10417
9781
/* * Character device driver for writing z/VM *MONITOR service records. * * Copyright IBM Corp. 2006, 2009 * * Author(s): Melissa Howland <Melissa.Howland@us.ibm.com> */ #define KMSG_COMPONENT "monwriter" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/module.h> #include <linux/moduleparam.h> #inclu...
gpl-2.0
tellapart/ubuntu-precise
arch/powerpc/platforms/cell/celleb_scc_uhc.c
12721
2518
/* * SCC (Super Companion Chip) UHC setup * * (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 * (at your...
gpl-2.0
oppo-source/Find7-kernel-source
sound/oss/v_midi.c
12721
6457
/* * sound/oss/v_midi.c * * The low level driver for the Sound Blaster DS chips. * * * Copyright (C) by Hannu Savolainen 1993-1996 * * USS/Lite for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL) * Version 2 (June 1991). See the "COPYING" file distributed with this software * for more info. *...
gpl-2.0
miiicmueller/android_kernel_raspberryPi_rpiv2
drivers/video/console/tileblit.c
13233
3928
/* * linux/drivers/video/console/tileblit.c -- Tile Blitting Operation * * Copyright (C) 2004 Antonino Daplas <adaplas @pol.net> * * 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
xjljian/huawei-kernel-3.4
drivers/staging/android/lowmemorykiller.c
178
5605
/* drivers/misc/lowmemorykiller.c * * The lowmemorykiller driver lets user-space specify a set of memory thresholds * where processes with a range of oom_score_adj values will get killed. Specify * the minimum oom_score_adj values in * /sys/module/lowmemorykiller/parameters/adj and the number of free pages in * /...
gpl-2.0
frustreated/linux
arch/x86/kernel/apic/apic_noop.c
434
3467
// SPDX-License-Identifier: GPL-2.0 /* * NOOP APIC driver. * * Does almost nothing and should be substituted by a real apic driver via * probe routine. * * Though in case if apic is disabled (for some reason) we try * to not uglify the caller's code and allow to call (some) apic routines * like self-ipi, etc......
gpl-2.0
ma34s/so03c_kernel
drivers/block/ub.c
434
63135
/* * The low performance USB storage driver (ub). * * Copyright (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net) * Copyright (C) 2004 Pete Zaitcev (zaitcev@yahoo.com) * * This work is a part of Linux kernel, is derived from it, * and is not licensed separately. See file COPYING for details. * * TOD...
gpl-2.0
DRHAX34/android_kernel_zte_sailboat
fs/smbfs/proc.c
1458
85803
/* * proc.c * * Copyright (C) 1995, 1996 by Paal-Kr. Engstad and Volker Lendecke * Copyright (C) 1997 by Volker Lendecke * * Please add a note about your changes to smbfs in the ChangeLog file. */ #include <linux/types.h> #include <linux/capability.h> #include <linux/errno.h> #include <linux/slab.h> #includ...
gpl-2.0
Hashcode/android_kernel_samsung-jf-common
fs/btrfs/inode.c
2482
206715
/* * Copyright (C) 2007 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
gpl-2.0
PsychoGame/android_kernel_lge_apq8064
fs/btrfs/inode.c
2482
206715
/* * Copyright (C) 2007 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
gpl-2.0
cretin45/htc-kernel-pyramid
drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
2482
8850
/************************************************************************** * * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to d...
gpl-2.0
profglavcho/mt6735-kernel-3.10.61
drivers/net/wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c
2738
17518
/****************************************************************************** * * 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
primiano/udoo_kernel_imx
drivers/ide/ht6560b.c
3250
10678
/* * Copyright (C) 1995-2000 Linus Torvalds & author (see below) */ /* * HT-6560B EIDE-controller support * To activate controller support use kernel parameter "ide0=ht6560b". * Use hdparm utility to enable PIO mode support. * * Author: Mikko Ala-Fossi <maf@iki.fi> * Jan Evert v...
gpl-2.0
zaventh/android_kernel_lge_hammerhead
drivers/video/msm/mipi_NT35510_video_wvga_pt.c
3506
3315
/* 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
lnfamous/Kernel_CyanogenMod11_Pico
drivers/media/dvb/frontends/sp8870.c
4786
14719
/* Driver for Spase SP8870 demodulator Copyright (C) 1999 Juergen Peitz 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) a...
gpl-2.0
mapleshadow/M7-4.3-Kernel
arch/s390/boot/compressed/misc.c
4786
3788
/* * Definitions and wrapper functions for kernel decompressor * * Copyright IBM Corp. 2010 * * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> */ #include <asm/uaccess.h> #include <asm/page.h> #include <asm/ipl.h> #include "sizes.h" /* * gzip declarations */ #define STATIC static #undef memset #undef...
gpl-2.0
El-Nath/biji-find5-kernel
drivers/staging/winbond/wb35reg.c
8114
20746
#include "wb35reg_f.h" #include <linux/usb.h> #include <linux/slab.h> extern void phy_calibration_winbond(struct hw_data *phw_data, u32 frequency); /* * true : read command process successfully * false : register not support * RegisterNo : start base * pRegisterData : data point * NumberOfData : number of regi...
gpl-2.0
golden-guy/android_kernel_asus_grouper
drivers/staging/vt6655/tether.c
8370
2852
/* * Copyright (c) 2003 VIA Networking, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version...
gpl-2.0
razrqcom-dev-team/android_kernel_motorola_apq8084
net/bridge/netfilter/ebt_redirect.c
11186
2054
/* * ebt_redirect * * Authors: * Bart De Schuymer <bdschuym@pandora.be> * * April, 2002 * */ #include <linux/module.h> #include <net/sock.h> #include "../br_private.h" #include <linux/netfilter.h> #include <linux/netfilter/x_tables.h> #include <linux/netfilter_bridge/ebtables.h> #include <linux/netfilter_brid...
gpl-2.0
InsomniaAOSP/android_kernel_samsung_d2
arch/ia64/lib/csum_partial_copy.c
13746
3069
/* * Network Checksum & Copy routine * * Copyright (C) 1999, 2003-2004 Hewlett-Packard Co * Stephane Eranian <eranian@hpl.hp.com> * * Most of the code has been imported from Linux/Alpha */ #include <linux/module.h> #include <linux/types.h> #include <linux/string.h> #include <asm/uaccess.h> /* * XXX Fixme: th...
gpl-2.0
dpuyosa/android_kernel_wiko_l5460
drivers/misc/mediatek/gpu/mt6735/mali-EAC/drivers/gpu/arm/midgard/platform/vexpress_virtex7_40mhz/mali_kbase_config_vexpress.c
179
9291
/* * * (C) COPYRIGHT ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the * GNU General Public License version 2 as published by the Free Software * Foundation, and any use by you of this program is subject to the terms * of such GNU licence. * * A c...
gpl-2.0
ziozzang/linux
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
179
204322
/* * This file is part of the Chelsio T4 Ethernet driver for Linux. * * Copyright (c) 2003-2014 Chelsio Communications, 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)...
gpl-2.0
Elite-Kernels/HTC-10
drivers/net/wireless/rtlwifi/rtl8188ee/hw.c
179
74338
/****************************************************************************** * * Copyright(c) 2009-2013 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
crypta-io/android_kernel_samsung_prevail2spr-stock-galaxy-rush
arch/powerpc/kernel/time.c
691
30829
/* * Common time routines among all ppc machines. * * Written by Cort Dougan (cort@cs.nmt.edu) to merge * Paul Mackerras' version and mine for PReP and Pmac. * MPC8xx/MBX changes by Dan Malek (dmalek@jlc.net). * Converted for 64-bit by Mike Corrigan (mikejc@us.ibm.com) * * First round of bugfixes by Gabriel Pau...
gpl-2.0
galaxyishere/samsung-kernel-latona
arch/sh/kernel/irq_32.c
947
1145
/* * SHcompact irqflags support * * Copyright (C) 2006 - 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/irqflags.h> #include <linux/module.h> void notra...
gpl-2.0
regalstreak/S7262-Kernel
drivers/input/keyboard/nomadik-ske-keypad.c
2995
10052
/* * Copyright (C) ST-Ericsson SA 2010 * * Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson * Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson * * License terms:GNU General Public License (GPL) version 2 * * Keypad controller driver for the SKE (Scroll Key Encoder) module...
gpl-2.0
CyanogenMod/lge-kernel-p700
arch/arm/plat-samsung/wakeup-mask.c
2995
1106
/* arch/arm/plat-samsung/wakeup-mask.c * * Copyright 2010 Ben Dooks <ben-linux@fluff.org> * * Support for wakeup mask interrupts on newer SoCs * * 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
gchild320/shamu
sound/pci/ice1712/phase.c
3251
25998
/* * ALSA driver for ICEnsemble ICE1724 (Envy24) * * Lowlevel functions for Terratec PHASE 22 * * Copyright (c) 2005 Misha Zhilin <misha@epiphan.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 F...
gpl-2.0
kykc/m7u-3.4.10-g4dad4ce
arch/arm/mach-msm/board-sapphire-rfkill.c
4531
2657
/* linux/arch/arm/mach-msm/board-sapphire-rfkill.c * Copyright (C) 2007-2009 HTC Corporation. * Author: Thomas Tsai <thomas_tsai@htc.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...
gpl-2.0
GalaticStryder/kernel_lge_msm8974
drivers/mfd/asic3.c
4787
26728
/* * driver/mfd/asic3.c * * Compaq ASIC3 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. * * Copyright 2001 Compaq Computer Corporation. * Copyright 2004-2005 Phil...
gpl-2.0
tobigun/samsung-kernel-smg800h
drivers/video/omap2/dss/dss.c
4787
18698
/* * linux/drivers/video/omap2/dss/dss.c * * Copyright (C) 2009 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * * Some code and ideas taken from drivers/video/omap/ driver * by Imre Deak. * * This program is free software; you can redistribute it and/or modify it * under the terms of t...
gpl-2.0
shinobisoft/android_kernel_lge_msm8226
fs/hpfs/inode.c
5043
8772
/* * linux/fs/hpfs/inode.c * * Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999 * * inode VFS functions */ #include <linux/slab.h> #include "hpfs_fn.h" void hpfs_init_inode(struct inode *i) { struct super_block *sb = i->i_sb; struct hpfs_inode_info *hpfs_inode = hpfs_i(i); i->i_uid = hpfs_sb...
gpl-2.0
skybosi/linux
drivers/hwmon/pmbus/ucd9000.c
9395
6313
/* * Hardware monitoring driver for UCD90xxx Sequencer and System Health * Controller series * * Copyright (C) 2011 Ericsson AB. * * 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 ...
gpl-2.0
Alberto97/android_kernel_lge_dory
crypto/md5.c
9907
4030
/* * Cryptographic API. * * MD5 Message Digest Algorithm (RFC1321). * * Derived from cryptoapi implementation, originally based on the * public domain implementation written by Colin Plumb in 1993. * * Copyright (c) Cryptoapi developers. * Copyright (c) 2002 James Morris <jmorris@intercode.com.au> * * This...
gpl-2.0
loli10K/linux-hardkernel
drivers/hid/hid-rmi.c
180
32287
/* * Copyright (c) 2013 Andrew Duggan <aduggan@synaptics.com> * Copyright (c) 2013 Synaptics Incorporated * Copyright (c) 2014 Benjamin Tissoires <benjamin.tissoires@gmail.com> * Copyright (c) 2014 Red Hat, Inc * * This program is free software; you can redistribute it and/or modify it * under the terms of t...
gpl-2.0
kirananto/RaZorKernel
arch/arm/mach-exynos/pm_domains.c
1972
7075
/* * Exynos Generic power domain support. * * Copyright (c) 2012 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Implementation of Exynos specific power domain control which is used in * conjunction with runtime-pm. Support for both device-tree and non-device-tree * based power domain support is inc...
gpl-2.0
usb-bullhead-ubuntu-touch/kernel_msm
arch/arm/mach-exynos/pm_domains.c
1972
7075
/* * Exynos Generic power domain support. * * Copyright (c) 2012 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Implementation of Exynos specific power domain control which is used in * conjunction with runtime-pm. Support for both device-tree and non-device-tree * based power domain support is inc...
gpl-2.0
thanhphat11/Kernel_N4_N910SLK
fs/ntfs/super.c
2228
102688
/* * super.c - NTFS kernel super block handling. Part of the Linux-NTFS project. * * Copyright (c) 2001-2012 Anton Altaparmakov and Tuxera Inc. * Copyright (c) 2001,2002 Richard Russon * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Pu...
gpl-2.0
hroark13/zw340
drivers/net/ethernet/freescale/fec_mpc52xx.c
2740
29091
/* * Driver for the MPC5200 Fast Ethernet Controller * * Originally written by Dale Farnsworth <dfarnsworth@mvista.com> and * now maintained by Sylvain Munaut <tnt@246tNt.com> * * Copyright (C) 2007 Domen Puncer, Telargo, Inc. * Copyright (C) 2007 Sylvain Munaut <tnt@246tNt.com> * Copyright (C) 2003-2004 Mon...
gpl-2.0
sac23/Sacs_Stock_Kernel
arch/mips/kernel/perf_event_mipsxx.c
3764
41357
/* * Linux performance counter support for MIPS. * * Copyright (C) 2010 MIPS Technologies, Inc. * Copyright (C) 2011 Cavium Networks, Inc. * Author: Deng-Cheng Zhu * * This code is based on the implementation for ARM, which is in turn * based on the sparc64 perf event code and the x86 code. Performance * count...
gpl-2.0
jeeb/spica-2.6.38
drivers/pci/hotplug/sgi_hotplug.c
4276
18512
/* * 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) 2005-2006 Silicon Graphics, Inc. All rights reserved. * * This work was based on the 2.4/2.6 kernel development by Dick Re...
gpl-2.0
Dee-UK/D33_KK_RK3066
drivers/ps3/sys-manager-core.c
4788
2006
/* * PS3 System Manager core. * * 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...
gpl-2.0
hroark13/prevail_kernel_fixed
drivers/staging/octeon/cvmx-interrupt-decodes.c
4788
13959
/***********************license start*************** * Author: Cavium Networks * * Contact: support@caviumnetworks.com * This file is part of the OCTEON SDK * * Copyright (c) 2003-2009 Cavium Networks * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
gpl-2.0
davidepianca98/android_kernel_oneplus_msm8974-kexec
arch/powerpc/platforms/embedded6xx/hlwd-pic.c
6836
5291
/* * arch/powerpc/platforms/embedded6xx/hlwd-pic.c * * Nintendo Wii "Hollywood" interrupt controller support. * Copyright (C) 2009 The GameCube Linux Team * Copyright (C) 2009 Albert Herranz * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public L...
gpl-2.0
Nicklas373/Hana-Kernel_MSM8627-AOSP_7.0
arch/arm/mach-omap2/cm44xx.c
7604
1317
/* * OMAP4 CM1, CM2 module low-level functions * * Copyright (C) 2010 Nokia Corporation * Paul Walmsley * * 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. * * These functions ...
gpl-2.0
rex-xxx/Explay_A350_kernel_source_code
fs/hfs/sysdep.c
8116
1041
/* * linux/fs/hfs/sysdep.c * * Copyright (C) 1996 Paul H. Hargrove * (C) 2003 Ardis Technologies <roman@ardistech.com> * This file may be distributed under the terms of the GNU General Public License. * * This file contains the code to do various system dependent things. */ #include <linux/namei.h> #include ...
gpl-2.0
sktjdgns1189/android_kernel_samsung_SHV-E110S
net/appletalk/sysctl_net_atalk.c
9140
1370
/* * sysctl_net_atalk.c: sysctl interface to net AppleTalk subsystem. * * Begun April 1, 1996, Mike Shaver. * Added /proc/sys/net/atalk directory entry (empty =) ). [MS] * Dynamic registration, added aarp entries. (5/30/97 Chris Horn) */ #include <linux/sysctl.h> #include <net/sock.h> #include <linux/atalk.h> s...
gpl-2.0
zales/RamosW17pro-kernel-common
drivers/net/stmmac/stmmac_timer.c
9140
3490
/******************************************************************************* STMMAC external timer support. Copyright (C) 2007-2009 STMicroelectronics Ltd 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
emwno/android_kernel_konaxx
drivers/net/fs_enet/mac-fcc.c
10420
15433
/* * FCC driver for Motorola MPC82xx (PQ2). * * Copyright (c) 2003 Intracom S.A. * by Pantelis Antoniou <panto@intracom.gr> * * 2005 (c) MontaVista Software, Inc. * Vitaly Bordug <vbordug@ru.mvista.com> * * This file is licensed under the terms of the GNU General Public License * version 2. This program is l...
gpl-2.0
jmztaylor/kernel_hc_sense_express
arch/score/kernel/time.c
11956
2829
/* * arch/score/kernel/time.c * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Chen Liqin <liqin.chen@sunplusct.com> * Lennox Wu <lennox.wu@sunplusct.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
jlyo/android_kernel_samsung_ypg1
drivers/video/nvidia/nv_hw.c
12468
51720
/***************************************************************************\ |* *| |* Copyright 1993-2003 NVIDIA, Corporation. All rights reserved. *| |* *| |...
gpl-2.0
nguyentu1602/gcc
gcc/testsuite/gcc.dg/compat/struct-align-2_y.c
181
1695
/* { dg-options "-Wno-psabi" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */ /* Disable this test for 16-bit targets. */ #include <limits.h> #if !(defined __GNUC__) || (INT_MAX > 32767) #include "compat-common.h" #include "struct-align-2.h" #define TEST(NAME) \ struct outer_##NAME { \ int i; ...
gpl-2.0
hernstrom/linux
drivers/base/devtmpfs.c
2229
9219
/* * devtmpfs - kernel-maintained tmpfs-based /dev * * Copyright (C) 2009, Kay Sievers <kay.sievers@vrfy.org> * * During bootup, before any driver core device is registered, * devtmpfs, a tmpfs-based filesystem is created. Every driver-core * device which requests a device node, will add a node in this * filesy...
gpl-2.0
arter97/codeaurora
drivers/usb/serial/omninet.c
2229
7090
/* * USB ZyXEL omni.net LCD PLUS driver * * 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. * * See Documentation/usb/usb-serial.txt for more information on using this * driver ...
gpl-2.0
djmatt604/android_kernel_samsung_note2jb
arch/arm/mach-tcc8k/clock.c
2997
14858
/* * Lowlevel clock handling for Telechips TCC8xxx SoCs * * Copyright (C) 2010 by Hans J. Koch <hjk@linutronix.de> * * Licensed under the terms of the GPL v2 */ #include <linux/clk.h> #include <linux/delay.h> #include <linux/err.h> #include <linux/io.h> #include <linux/module.h> #include <linux/spinlock.h> #incl...
gpl-2.0
boa19861105/android_kernel_htc_b3uhl-JP
drivers/gpu/drm/nouveau/core/subdev/bios/gpio.c
3253
4267
/* * Copyright 2012 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
ShinySide/SM-T900_Kernel
net/caif/cfsrvl.c
4789
5478
/* * Copyright (C) ST-Ericsson AB 2010 * Author: Sjur Brendeland/sjur.brandeland@stericsson.com * License terms: GNU General Public License (GPL) version 2 */ #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ #include <linux/kernel.h> #include <linux/types.h> #include <linux/errno.h> #include <linux/slab...
gpl-2.0
thanhphat11/Kernel-Stock-A900-SLK
net/caif/cfsrvl.c
4789
5478
/* * Copyright (C) ST-Ericsson AB 2010 * Author: Sjur Brendeland/sjur.brandeland@stericsson.com * License terms: GNU General Public License (GPL) version 2 */ #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ #include <linux/kernel.h> #include <linux/types.h> #include <linux/errno.h> #include <linux/slab...
gpl-2.0
omnirom/android_kernel_google_msm
net/caif/cfsrvl.c
4789
5478
/* * Copyright (C) ST-Ericsson AB 2010 * Author: Sjur Brendeland/sjur.brandeland@stericsson.com * License terms: GNU General Public License (GPL) version 2 */ #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ #include <linux/kernel.h> #include <linux/types.h> #include <linux/errno.h> #include <linux/slab...
gpl-2.0
sirmordred/android_kernel_samsung_ray
drivers/acpi/acpica/exoparg3.c
5045
8040
/****************************************************************************** * * Module Name: exoparg3 - AML execution - opcodes with 3 arguments * *****************************************************************************/ /* * Copyright (C) 2000 - 2012, Intel Corp. * All rights reserved. * * Redistrib...
gpl-2.0
lollipop-og/bricked-geehrc
drivers/media/video/cx23885/cx23885-input.c
5557
10179
/* * Driver for the Conexant CX23885/7/8 PCIe bridge * * Infrared remote control input device * * Most of this file is * * Copyright (C) 2009 Andy Walls <awalls@md.metrocast.net> * * However, the cx23885_input_{init,fini} functions contained herein are * derived from Linux kernel files linux/media/vide...
gpl-2.0
ayushrox/GB_Kernel_Pico
arch/sh/boards/mach-sh7763rdp/irq.c
13237
1119
/* * linux/arch/sh/boards/renesas/sh7763rdp/irq.c * * Renesas Solutions SH7763RDP Support. * * Copyright (C) 2008 Renesas Solutions Corp. * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * * This file is subject to the terms and conditions of the GNU General Public * License. See the fi...
gpl-2.0
surengrig/Milstone-XT720-kernel-upgrade
arch/arm/mach-at91/board-qil-a9260.c
182
6417
/* * linux/arch/arm/mach-at91/board-qil-a9260.c * * Copyright (C) 2005 SAN People * Copyright (C) 2006 Atmel * Copyright (C) 2007 Calao-systems * * 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 ...
gpl-2.0
ipts-linux-org/ipts-linux-new
drivers/ata/pata_marvell.c
438
4294
/* * Marvell PATA driver. * * For the moment we drive the PATA port in legacy mode. That * isn't making full use of the device functionality but it is * easy to get working. * * (c) 2006 Red Hat */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <li...
gpl-2.0
steev/linux-kernel
drivers/media/video/cx23885/cimax2.c
950
12737
/* * cimax2.c * * CIMax2(R) SP2 driver in conjunction with NetUp Dual DVB-S2 CI card * * Copyright (C) 2009 NetUP Inc. * Copyright (C) 2009 Igor M. Liplianin <liplianin@netup.ru> * Copyright (C) 2009 Abylay Ospan <aospan@netup.ru> * * This program is free software; you can redistribute it and/or modify * it u...
gpl-2.0
AriesVE-DevCon-TEAM/samsung-kernel-msm7x30
drivers/net/wireless/mwifiex/sta_ioctl.c
1206
41507
/* * Marvell Wireless LAN device driver: functions for station ioctl * * Copyright (C) 2011, 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, redist...
gpl-2.0
ajopanoor/hydra
arch/x86/vdso/vdso32-setup.c
1206
2524
/* * (C) Copyright 2002 Linus Torvalds * Portions based on the vdso-randomization code from exec-shield: * Copyright(C) 2005-2006, Red Hat, Inc., Ingo Molnar * * This file contains the needed initializations to support sysenter. */ #include <linux/init.h> #include <linux/smp.h> #include <linux/kernel.h> #include...
gpl-2.0
JFCM121CAKE/android_kernel_samsung_jf
arch/mips/mm/gup.c
1718
7698
/* * Lockless get_user_pages_fast for MIPS * * Copyright (C) 2008 Nick Piggin * Copyright (C) 2008 Novell Inc. * Copyright (C) 2011 Ralf Baechle */ #include <linux/sched.h> #include <linux/mm.h> #include <linux/vmstat.h> #include <linux/highmem.h> #include <linux/swap.h> #include <linux/hugetlb.h> #include <asm/...
gpl-2.0
maniacx/android_kernel_htcleo-3.0
drivers/mmc/host/dw_mmc.c
1718
44377
/* * Synopsys DesignWare Multimedia Card Interface driver * (Based on NXP driver for lpc 31xx) * * Copyright (C) 2009 NXP Semiconductors * Copyright (C) 2009, 2010 Imagination Technologies Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
gpl-2.0
androidbftab1/bf-kernel
drivers/input/joystick/interact.c
2230
7963
/* * Copyright (c) 2001 Vojtech Pavlik * * Based on the work of: * Toby Deshane */ /* * InterAct digital gamepad/joystick driver for Linux */ /* * 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...
gpl-2.0
omnirom/android_kernel_oppo_msm8916
arch/x86/platform/olpc/olpc-xo15-sci.c
2230
5599
/* * Support for OLPC XO-1.5 System Control Interrupts (SCI) * * Copyright (C) 2009-2010 One Laptop per Child * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Lic...
gpl-2.0
pranav01/kernel_sprout
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82598.c
2486
8220
/******************************************************************************* Intel 10 Gigabit PCI Express Linux driver Copyright(c) 1999 - 2013 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, ver...
gpl-2.0
Sohamlad7/kernel
arch/ia64/kernel/ptrace.c
2742
57987
/* * Kernel support for the ptrace() and syscall tracing interfaces. * * Copyright (C) 1999-2005 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> * Copyright (C) 2006 Intel Co * 2006-08-12 - IA64 Native Utrace implementation support added by * Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> ...
gpl-2.0
dumtara/android_kernel_yu_msm8916
arch/ia64/kernel/ptrace.c
2742
57987
/* * Kernel support for the ptrace() and syscall tracing interfaces. * * Copyright (C) 1999-2005 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> * Copyright (C) 2006 Intel Co * 2006-08-12 - IA64 Native Utrace implementation support added by * Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> ...
gpl-2.0
EPDCenter/android_kernel_bq_qc
drivers/xen/xenfs/privcmd.c
3254
8414
/****************************************************************************** * privcmd.c * * Interface to privileged domain-0 commands. * * Copyright (c) 2002-2004, K A Fraser, B Dragovic */ #include <linux/kernel.h> #include <linux/sched.h> #include <linux/slab.h> #include <linux/string.h> #include <linux/er...
gpl-2.0
MotoX-2015/android_kernel_motorola_msm8992
arch/blackfin/mach-bf561/coreb.c
11958
1902
/* Load firmware into Core B on a BF561 * * Copyright 2004-2009 Analog Devices Inc. * Licensed under the GPL-2 or later. */ /* The Core B reset func requires code in the application that is loaded into * Core B. In order to reset, the application needs to install an interrupt * handler for Supplemental Interrup...
gpl-2.0
Windeal/Linux-2.6.32.64
drivers/hwmon/lm75.c
695
10482
/* lm75.c - Part of lm_sensors, Linux kernel modules for hardware monitoring Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.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 Soft...
gpl-2.0
bas-t/media_tree
arch/blackfin/kernel/setup.c
1207
40323
/* * Copyright 2004-2010 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/delay.h> #include <linux/console.h> #include <linux/bootmem.h> #include <linux/seq_file.h> #include <linux/cpu.h> #include <linux/mm.h> #include <linux/module.h> #include <linux/tty.h> #include <linux/pfn.h> #if...
gpl-2.0
GameTheory-/android_kernel_lge_l1m
drivers/parisc/sba_iommu.c
4535
59220
/* ** System Bus Adapter (SBA) I/O MMU manager ** ** (c) Copyright 2000-2004 Grant Grundler <grundler @ parisc-linux x org> ** (c) Copyright 2004 Naresh Kumar Inna <knaresh at india x hp x com> ** (c) Copyright 2000-2004 Hewlett-Packard Company ** ** Portions (c) 1999 Dave S. Miller (from sparc64 I/O MMU code) ** ** T...
gpl-2.0
draekko/android_kernel_lg_hammerhead-neobuddy89
drivers/base/soc.c
4791
4246
/* * Copyright (C) ST-Ericsson SA 2011 * * Author: Lee Jones <lee.jones@linaro.org> for ST-Ericsson. * License terms: GNU General Public License (GPL), version 2 */ #include <linux/sysfs.h> #include <linux/module.h> #include <linux/init.h> #include <linux/stat.h> #include <linux/slab.h> #include <linux/idr.h> #i...
gpl-2.0
proxuser/kartal
sound/soc/omap/omap-mcbsp.c
4791
22333
/* * omap-mcbsp.c -- OMAP ALSA SoC DAI driver using McBSP port * * Copyright (C) 2008 Nokia Corporation * * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com> * Peter Ujfalusi <peter.ujfalusi@ti.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the ...
gpl-2.0
deepsrd/android_kernel_nx507j
drivers/media/dvb/dvb-usb/dibusb-mc.c
9399
5106
/* DVB USB compliant linux driver for mobile DVB-T USB devices based on * reference designs made by DiBcom (http://www.dibcom.fr/) (DiB3000M-C/P) * * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) * * based on GPL code from DiBcom, which has * Copyright (C) 2004 Amaury Demol for DiBcom (ademol...
gpl-2.0
lnfamous/Kernel_CyanogenMod9_Pico
arch/sh/boards/mach-highlander/irq-r7780mp.c
13239
1941
/* * Renesas Solutions Highlander R7780MP Support. * * Copyright (C) 2002 Atom Create Engineering Co., Ltd. * Copyright (C) 2006 Paul Mundt * Copyright (C) 2007 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 ...
gpl-2.0
turl/zeppelin_kernel
drivers/video/vfb.c
184
14563
/* * linux/drivers/video/vfb.c -- Virtual frame buffer device * * Copyright (C) 2002 James Simmons * * Copyright (C) 1997 Geert Uytterhoeven * * 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 d...
gpl-2.0
DerArtem/android-tegra-2.6.36-hc-dev
fs/hpfs/inode.c
184
8671
/* * linux/fs/hpfs/inode.c * * Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999 * * inode VFS functions */ #include <linux/smp_lock.h> #include <linux/slab.h> #include "hpfs_fn.h" void hpfs_init_inode(struct inode *i) { struct super_block *sb = i->i_sb; struct hpfs_inode_info *hpfs_inode = hpf...
gpl-2.0
alpscale/linux
arch/arm/mach-s3c64xx/mach-smartq5.c
440
3623
/* * 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
roguesyko/the_reaper_shamu
drivers/hid/hid-lenovo-tpkbd.c
1976
13068
/* * HID driver for Lenovo ThinkPad USB Keyboard with TrackPoint * * Copyright (c) 2012 Bernhard Seibold */ /* * 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 L...
gpl-2.0
shminer/android_kernel_flounder
drivers/mtd/ubi/vmt.c
2232
23531
/* * Copyright (c) International Business Machines Corp., 2006 * * 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. ...
gpl-2.0
Tesla-Redux-Devices/JuiceD-N6-Kernel
arch/mips/lasat/picvue.c
2232
4377
/* * Picvue PVC160206 display driver * * Brian Murphy <brian@murphy.dk> * */ #include <linux/kernel.h> #include <linux/delay.h> #include <asm/bootinfo.h> #include <asm/lasat/lasat.h> #include <linux/module.h> #include <linux/init.h> #include <linux/errno.h> #include <linux/string.h> #include "picvue.h" #define P...
gpl-2.0
omnirom/android_kernel_samsung_smdk4412
drivers/net/ppp_async.c
2232
24193
/* * PPP async serial channel driver for Linux. * * Copyright 1999 Paul Mackerras. * * 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 op...
gpl-2.0
Validus-Kernel/kernel_oneplus2
arch/mips/pci/ops-msc.c
2232
3973
/* * Copyright (C) 1999, 2000, 2004, 2005 MIPS Technologies, Inc. * All rights reserved. * Authors: Carsten Langgaard <carstenl@mips.com> * Maciej W. Rozycki <macro@mips.com> * Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org) * * This program is free software; you can distribute it and/or mod...
gpl-2.0
sagar846/kernel_athene
arch/mips/cavium-octeon/executive/cvmx-helper.c
2232
34481
/***********************license start*************** * Author: Cavium Networks * * Contact: support@caviumnetworks.com * This file is part of the OCTEON SDK * * Copyright (c) 2003-2008 Cavium Networks * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
gpl-2.0
LorDClockaN/shooter-ics
mm/cleancache.c
3000
7026
/* * Cleancache frontend * * This code provides the generic "frontend" layer to call a matching * "backend" driver implementation of cleancache. See * Documentation/vm/cleancache.txt for more information. * * Copyright (C) 2009-2010 Oracle Corp. All rights reserved. * Author: Dan Magenheimer * * This work is...
gpl-2.0
Galaxy-J5/android_kernel_samsung_j5nlte
arch/mips/sgi-ip22/ip28-berr.c
3000
14864
/* * ip28-berr.c: Bus error handling. * * Copyright (C) 2002, 2003 Ladislav Michl (ladis@linux-mips.org) * Copyright (C) 2005 Peter Fuerst (pf@net.alphadv.de) - IP28 */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/seq_file.h> #include <asm/addrspace.h> #include <asm/...
gpl-2.0