repo_name
string
path
string
copies
string
size
string
content
string
license
string
Thunderoar/android_kernel_samsung_goyave3g
drivers/acpi/acpi_pad.c
2032
13689
/* * acpi_pad.c ACPI Processor Aggregator Driver * * Copyright (c) 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...
gpl-2.0
zeroblade1984/Galbi
arch/arm/kernel/irq.c
2544
5125
/* * linux/arch/arm/kernel/irq.c * * Copyright (C) 1992 Linus Torvalds * Modifications for ARM processor Copyright (C) 1995-2000 Russell King. * * Support for Dynamic Tick Timer Copyright (C) 2004-2005 Nokia Corporation. * Dynamic Tick Timer written by Tony Lindgren <tony@atomide.com> and * Tuukka Tikkane...
gpl-2.0
Oleh-Kravchenko/asusp535
arch/alpha/kernel/pci.c
2544
11076
/* * linux/arch/alpha/kernel/pci.c * * Extruded from code written by * Dave Rusling (david.rusling@reo.mts.dec.com) * David Mosberger (davidm@cs.arizona.edu) */ /* 2.3.x PCI/resources, 1999 Andrea Arcangeli <andrea@suse.de> */ /* * Nov 2000, Ivan Kokshaysky <ink@jurassic.park.msu.ru> * PCI-PCI bridges cl...
gpl-2.0
Michael-Pizzileo/lichee-3.0.8-leaked
drivers/spi/dw_spi_mid.c
2544
6082
/* * dw_spi_mid.c - special handling for DW core on Intel MID platform * * Copyright (c) 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 Foundati...
gpl-2.0
garwynn/caf_kernel_msm
drivers/staging/ramster/zcache-main.c
4336
93861
/* * zcache.c * * Copyright (c) 2010-2012, Dan Magenheimer, Oracle Corp. * Copyright (c) 2010,2011, Nitin Gupta * * Zcache provides an in-kernel "host implementation" for transcendent memory * and, thus indirectly, for cleancache and frontswap. Zcache includes two * page-accessible memory [1] interfaces, both ...
gpl-2.0
vaginessa/twrp_kernel
drivers/misc/ti_dac7512.c
4336
2531
/* * dac7512.c - Linux kernel module for * Texas Instruments DAC7512 * * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> * * 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 v...
gpl-2.0
frap129/Electron_kernel_mecha
drivers/net/wireless/b43legacy/ilt.c
4336
10742
/* Broadcom B43legacy wireless driver Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>, Stefano Brivio <stefano.brivio@polimi.it> Michael Buesch <mbuesch@freenet.de> Danny van Dyk <kugelfang@gentoo.org> Andreas Jaggi <andreas.jaggi@waterwave.ch> This program is free software;...
gpl-2.0
lozohcum/kernel
arch/powerpc/platforms/cell/smp.c
4592
4471
/* * SMP support for BPA machines. * * Dave Engebretsen, Peter Bergner, and * Mike Corrigan {engebret|bergner|mikec}@us.ibm.com * * Plus various changes from other IBM teams... * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Lice...
gpl-2.0
talexop/talexop_kernel_i9505_4_4_2
arch/arm/mach-msm/board-trout-rfkill.c
4592
2370
/* * Copyright (C) 2008 Google, Inc. * Author: Nick Pelly <npelly@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 those terms. * * This program is distribut...
gpl-2.0
nimengyu2/jorjin-ap-module-dm37-android-kernel
arch/arm/mach-pnx4008/serial.c
4592
1661
/* * linux/arch/arm/mach-pnx4008/serial.c * * PNX4008 UART initialization * * Copyright: MontaVista Software Inc. (c) 2005 * * 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 Foundati...
gpl-2.0
jazzk/jgedlte-kk
arch/arm/kernel/tcm.c
5104
8280
/* * Copyright (C) 2008-2009 ST-Ericsson AB * License terms: GNU General Public License (GPL) version 2 * TCM memory handling for ARM systems * * Author: Linus Walleij <linus.walleij@stericsson.com> * Author: Rickard Andersson <rickard.andersson@stericsson.com> */ #include <linux/init.h> #include <linux/kernel.h...
gpl-2.0
Alexiis337/Test
arch/um/os-Linux/registers.c
5360
1158
/* * Copyright (C) 2004 PathScale, Inc * Copyright (C) 2004 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include <errno.h> #include <string.h> #include <sys/ptrace.h> #include "sysdep/ptrace.h" #include "sysdep/ptrace_user.h" #include "registers.h" int save_registers(int pid, st...
gpl-2.0
emansih/d855_CM_kernel
drivers/scsi/aic7xxx/aic7xxx_core.c
8432
216265
/* * Core routines and tables shareable across OS platforms. * * Copyright (c) 1994-2002 Justin T. Gibbs. * Copyright (c) 2000-2002 Adaptec Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * a...
gpl-2.0
q-li/linux-sunxi
drivers/ide/ide-lib.c
8688
4489
#include <linux/types.h> #include <linux/string.h> #include <linux/kernel.h> #include <linux/export.h> #include <linux/interrupt.h> #include <linux/ide.h> #include <linux/bitops.h> /** * ide_toggle_bounce - handle bounce buffering * @drive: drive to update * @on: on/off boolean * * Enable or disable bounce buffer...
gpl-2.0
ztemt/NX508J_kernel
arch/x86/kernel/test_nx.c
12016
4673
/* * test_nx.c: functional test for NX functionality * * (C) Copyright 2008 Intel Corporation * Author: Arjan van de Ven <arjan@linux.intel.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Fou...
gpl-2.0
OnePlusTech/android_kernel_oneplus_one
sound/pci/echoaudio/indigoiox_dsp.c
12528
2197
/************************************************************************ This file is part of Echo Digital Audio's generic driver library. Copyright Echo Digital Audio Corporation (c) 1998 - 2005 All rights reserved www.echoaudio.com This library is free software; you can redistribute it and/or modify it under the t...
gpl-2.0
droidfivex/kernel_lge_msm8974
fs/efs/symlink.c
14064
1178
/* * symlink.c * * Copyright (c) 1999 Al Smith * * Portions derived from work (c) 1995,1996 Christian Vogelgsang. */ #include <linux/string.h> #include <linux/pagemap.h> #include <linux/buffer_head.h> #include "efs.h" static int efs_symlink_readpage(struct file *file, struct page *page) { char *link = kmap(pag...
gpl-2.0
ShinySide/G531M
drivers/pinctrl/pinctrl-nomadik.c
241
56828
/* * Generic GPIO driver for logic cells found in the Nomadik SoC * * Copyright (C) 2008,2009 STMicroelectronics * Copyright (C) 2009 Alessandro Rubini <rubini@unipv.it> * Rewritten based on work by Prafulla WADASKAR <prafulla.wadaskar@st.com> * Copyright (C) 2011-2013 Linus Walleij <linus.walleij@linaro.org> ...
gpl-2.0
Maroc-OS/Merruk-Technology
common/drivers/staging/msm/staging-devices.c
753
7704
#include <linux/kernel.h> #include <linux/irq.h> #include <linux/gpio.h> #include <linux/platform_device.h> #include <linux/bootmem.h> #include <linux/delay.h> #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <asm/io.h> #include <asm/setup.h> #include <mach/board.h> #include <mach/irqs.h> #include <mac...
gpl-2.0
TeamWin/android_kernel_samsung_j2lte
drivers/spi/spi-lm70llp.c
2545
9342
/* * Driver for LM70EVAL-LLP board for the LM70 sensor * * Copyright (C) 2006 Kaiwan N Billimoria <kaiwan@designergraphix.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either ver...
gpl-2.0
ownhere/samsung-kernel-sgs2-ownhere
drivers/staging/msm/mdp_dma_s.c
3057
3974
/* Copyright (c) 2008-2009, 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
thicklizard/sense-4.2
arch/alpha/kernel/sys_nautilus.c
3313
6842
/* * linux/arch/alpha/kernel/sys_nautilus.c * * Copyright (C) 1995 David A Rusling * Copyright (C) 1998 Richard Henderson * Copyright (C) 1999 Alpha Processor, Inc., * (David Daniel, Stig Telfer, Soohoon Lee) * * Code supporting NAUTILUS systems. * * * NAUTILUS has the following I/O features: * * a) Drive...
gpl-2.0
p12tic/tf700-kernel
net/ipv4/netfilter/iptable_filter.c
4593
3064
/* * This is the 1999 rewrite of IP Firewalling, aiming for kernel 2.3.x. * * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling * Copyright (C) 2000-2004 Netfilter Core Team <coreteam@netfilter.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GN...
gpl-2.0
micchie/mptcp
drivers/media/common/tuners/tda18271-common.c
4849
18000
/* tda18271-common.c - driver for the Philips / NXP TDA18271 silicon tuner Copyright (C) 2007, 2008 Michael Krufky <mkrufky@linuxtv.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 Found...
gpl-2.0
noobnl/android_kernel_samsung_d2-jb_2.5.1
drivers/hwmon/max6639.c
4849
19308
/* * max6639.c - Support for Maxim MAX6639 * * 2-Channel Temperature Monitor with Dual PWM Fan-Speed Controller * * Copyright (C) 2010, 2011 Roland Stigge <stigge@antcom.de> * * based on the initial MAX6639 support from semptian.net * by He Changqing <hechangqing@semptian.com> * * This program is free softwar...
gpl-2.0
pinkflozd/L5_Kernel_3.4
sound/pci/trident/trident_main.c
5105
124744
/* * Maintained by Jaroslav Kysela <perex@perex.cz> * Originated by audio@tridentmicro.com * Fri Feb 19 15:55:28 MST 1999 * Routines for control of Trident 4DWave (DX and NX) chip * * BUGS: * * TODO: * --- * * This program is free software; you can redistribute it and/or modify * it under the t...
gpl-2.0
AOKP/kernel_htc_m7
net/ceph/debugfs.c
6641
6656
#include <linux/ceph/ceph_debug.h> #include <linux/device.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/ctype.h> #include <linux/debugfs.h> #include <linux/seq_file.h> #include <linux/ceph/libceph.h> #include <linux/ceph/mon_client.h> #include <linux/ceph/auth.h> #include <linux/ceph/debugfs.h>...
gpl-2.0
VilleEvitaCake/android_kernel_htc_msm8960
arch/mips/powertv/asic/prealloc-cronuslite.c
8689
4794
/* * Memory pre-allocations for Cronus Lite boxes. * * Copyright (C) 2005-2009 Scientific-Atlanta, 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 the License, ...
gpl-2.0
UnicronNL/vyos-kernel-utilite
arch/sparc/kernel/sigutil_32.c
8689
3264
#include <linux/kernel.h> #include <linux/types.h> #include <linux/thread_info.h> #include <linux/uaccess.h> #include <linux/sched.h> #include <asm/sigcontext.h> #include <asm/fpumacro.h> #include <asm/ptrace.h> #include <asm/switch_to.h> #include "sigutil.h" int save_fpu_state(struct pt_regs *regs, __siginfo_fpu_t ...
gpl-2.0
Split-Screen/android_kernel_samsung_msm7x30-common
arch/sh/boards/mach-migor/lcd_qvga.c
9201
5008
/* * Support for SuperH MigoR Quarter VGA LCD Panel * * Copyright (C) 2008 Magnus Damm * * Based on lcd_powertip.c from Kenati Technologies Pvt Ltd. * Copyright (c) 2007 Ujjwal Pande <ujjwal@kenati.com>, * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Ge...
gpl-2.0
crystalfontz/linux-2.6
drivers/net/irda/litelink-sir.c
12529
5436
/********************************************************************* * * Filename: litelink.c * Version: 1.1 * Description: Driver for the Parallax LiteLink dongle * Status: Stable * Author: Dag Brattli <dagb@cs.uit.no> * Created at: Fri May 7 12:50:33 1999 * Mod...
gpl-2.0
NeptunIDE/linux
arch/ia64/mm/extable.c
13297
3019
/* * Kernel exception handling table support. Derived from arch/alpha/mm/extable.c. * * Copyright (C) 1998, 1999, 2001-2002, 2004 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> */ #include <linux/sort.h> #include <asm/uaccess.h> #include <linux/module.h> static int cmp_ex(const void *a, const vo...
gpl-2.0
VRToxin-AOSP/android_kernel_moto_shamu
arch/ia64/mm/extable.c
13297
3019
/* * Kernel exception handling table support. Derived from arch/alpha/mm/extable.c. * * Copyright (C) 1998, 1999, 2001-2002, 2004 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> */ #include <linux/sort.h> #include <asm/uaccess.h> #include <linux/module.h> static int cmp_ex(const void *a, const vo...
gpl-2.0
XperiaSTE/android_kernel_sony_u8500
arch/arm/mach-ixp4xx/wg302v2-setup.c
498
2513
/* * 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
Kwiboo/kernel_samsung_crespo
drivers/net/wireless/ath/ath9k/ar5008_phy.c
754
38174
/* * Copyright (c) 2008-2010 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
cile381/s7_flat_kernel
net/netfilter/nf_conntrack_proto_dccp.c
754
29462
/* * DCCP connection tracking protocol helper * * Copyright (c) 2005, 2006, 2008 Patrick McHardy <kaber@trash.net> * * 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. * */ #incl...
gpl-2.0
fhasovic/LG-G2-D802-Kernel
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1522
52126
/* * Copyright 2007-8 Advanced Micro Devices, Inc. * Copyright 2008 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 * t...
gpl-2.0
TroNit/BlackDome_Kernel_JB
fs/btrfs/print-tree.c
3058
11058
/* * 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
TeamEOS/kernel_oppo_msm8960
arch/arm/mach-msm/btpintest.c
3314
5465
/* Copyright (c) 2011, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
gpl-2.0
StanTRC/lge-kernel-e400
arch/arm/mach-msm/btpintest.c
3314
5465
/* Copyright (c) 2011, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
gpl-2.0
genopublic/kernel_u8800
drivers/net/wireless/ath/ath5k/rfkill.c
4082
4100
/* * RFKILL support for ath5k * * Copyright (c) 2009 Tobias Doerffel <tobias.doerffel@gmail.com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code m...
gpl-2.0
TeamExodus/kernel_asus_fugu
arch/blackfin/kernel/cplbinfo.c
4338
3934
/* * arch/blackfin/kernel/cplbinfo.c - display CPLB status * * Copyright 2004-2008 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/ctype.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <li...
gpl-2.0
drewx2/android_kernel_htc_dlx
drivers/pci/hotplug/ibmphp_core.c
4850
35120
/* * IBM Hot Plug Controller Driver * * Written By: Chuck Cole, Jyoti Shah, Tong Yu, Irene Zubarev, IBM Corporation * * Copyright (C) 2001,2003 Greg Kroah-Hartman (greg@kroah.com) * Copyright (C) 2001-2003 IBM Corp. * * All rights reserved. * * This program is free software; you can redistribute it and/or mod...
gpl-2.0
sxwzhw/iproj-su640
drivers/infiniband/hw/qib/qib_sdma.c
5106
26414
/* * Copyright (c) 2007, 2008, 2009, 2010 QLogic Corporation. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main direct...
gpl-2.0
flar2/bulletproof-m7-5.0
drivers/media/video/pwc/pwc-uncompress.c
9202
3165
/* Linux driver for Philips webcam Decompression frontend. (C) 1999-2003 Nemosoft Unv. (C) 2004-2006 Luc Saillard (luc@saillard.org) NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx driver and thus may have bugs that are not present in the original version. Please send bug ...
gpl-2.0
TEAM-Gummy/kernel_oppo_msm8974
tools/power/cpupower/debug/i386/centrino-decode.c
10482
2053
/* * (C) 2003 - 2004 Dominik Brodowski <linux@dominikbrodowski.de> * * Licensed under the terms of the GNU GPL License version 2. * * Based on code found in * linux/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c * and originally developed by Jeremy Fitzhardinge. * * USAGE: simply run it to decode the cur...
gpl-2.0
p500-ics-cm9/LGE_3.0_KERNEL
arch/arm/common/locomo.c
12018
24146
/* * linux/arch/arm/common/locomo.c * * Sharp LoCoMo 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. * * This file contains all generic LoCoMo support. * * All ini...
gpl-2.0
TripNRaVeR/tripndroid-m7-unleashed-3.4
arch/arm/common/locomo.c
12018
24146
/* * linux/arch/arm/common/locomo.c * * Sharp LoCoMo 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. * * This file contains all generic LoCoMo support. * * All ini...
gpl-2.0
jazzk/jgedlte-kk
crypto/compress.c
13810
1378
/* * Cryptographic API. * * Compression operations. * * Copyright (c) 2002 James Morris <jmorris@intercode.com.au> * * 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
arco/samsung-kernel-msm7x30
drivers/net/wireless/rt2x00/rt2500usb.c
755
62694
/* Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> <http://rt2x00.serialmonkey.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your opti...
gpl-2.0
b8e5n/KTG-kernel_es209ra
net/sunrpc/auth_gss/gss_krb5_wrap.c
755
8807
#include <linux/types.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/sunrpc/gss_krb5.h> #include <linux/random.h> #include <linux/pagemap.h> #include <linux/crypto.h> #ifdef RPC_DEBUG # define RPCDBG_FACILITY RPCDBG_AUTH #endif static inline int gss_krb5_padding(int blocksize, int length) { /*...
gpl-2.0
mikedanese/linux
drivers/tty/serial/serial_txx9.c
1267
33766
/* * Derived from many drivers using generic_serial interface, * especially serial_tx3912.c by Steven J. Hill and r39xx_serial.c * (was in Linux/VR tree) by Jim Pick. * * Copyright (C) 1999 Harald Koerfgen * Copyright (C) 2000 Jim Pick <jim@jimpick.com> * Copyright (C) 2001 Steven J. Hill (sjhill@realitydilut...
gpl-2.0
shichao-an/linux-2.6.34.7
drivers/ieee1394/csr1212.c
1523
38810
/* * csr1212.c -- IEEE 1212 Control and Status Register support for Linux * * Copyright (C) 2003 Francois Retief <fgretief@sun.ac.za> * Steve Kinneberg <kinnebergsteve@acmsystems.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided ...
gpl-2.0
Mustaavalkosta/htc7x30-3.0
sound/soc/fsl/mpc5200_dma.c
1523
14989
/* * Freescale MPC5200 PSC DMA * ALSA SoC Platform driver * * Copyright (C) 2008 Secret Lab Technologies Ltd. * Copyright (C) 2009 Jon Smirl, Digispeaker */ #include <linux/module.h> #include <linux/of_device.h> #include <linux/slab.h> #include <linux/of_platform.h> #include <sound/soc.h> #include <sysdev/best...
gpl-2.0
dh-harald/android_kernel_samsung_codina
scripts/kconfig/util.c
2803
2844
/* * Copyright (C) 2002-2005 Roman Zippel <zippel@linux-m68k.org> * Copyright (C) 2002-2005 Sam Ravnborg <sam@ravnborg.org> * * Released under the terms of the GNU GPL v2.0. */ #include <string.h> #include "lkc.h" /* file already present in list? If not add it */ struct file *file_lookup(const char *name) { str...
gpl-2.0
CyanideL/android_kernel_samsung_jf
arch/arm/mach-kirkwood/cpuidle.c
4851
1922
/* * arch/arm/mach-kirkwood/cpuidle.c * * CPU idle Marvell Kirkwood SoCs * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. * * The cpu idle uses wait-for-interrupt and DDR se...
gpl-2.0
civato/SphereEngine-Note8.0
drivers/pnp/pnpbios/core.c
4851
14510
/* * pnpbios -- PnP BIOS driver * * This driver provides access to Plug-'n'-Play services provided by * the PnP BIOS firmware, described in the following documents: * Plug and Play BIOS Specification, Version 1.0A, 5 May 1994 * Plug and Play BIOS Clarification Paper, 6 October 1994 * Compaq Computer Corp...
gpl-2.0
AltraMayor/XIA-for-Linux
scripts/dtc/libfdt/fdt_empty_tree.c
6131
2903
/* * libfdt - Flat Device Tree manipulation * Copyright (C) 2012 David Gibson, IBM Corporation. * * libfdt is dual licensed: you can use it either under the terms of * the GPL, or the BSD license, at your option. * * a) This library is free software; you can redistribute it and/or * modify it under the ter...
gpl-2.0
emceethemouth/kernel_cancro
drivers/scsi/device_handler/scsi_dh_emc.c
7667
19159
/* * Target driver for EMC CLARiiON AX/CX-series hardware. * Based on code from Lars Marowsky-Bree <lmb@suse.de> * and Ed Goggin <egoggin@emc.com>. * * Copyright (C) 2006 Red Hat, Inc. All rights reserved. * Copyright (C) 2006 Mike Christie * * This program is free software; you can redistribute it and/or modi...
gpl-2.0
mmontuori/tegra-olympus
arch/parisc/kernel/inventory.c
7667
16348
/* * inventory.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 License, or (at your option) any later version. * * Copyright (c) 1999 The Puffin Group (Davi...
gpl-2.0
thicklizard/Komodo1
arch/microblaze/lib/memset.c
7667
2427
/* * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2008-2009 PetaLogix * Copyright (C) 2007 John Williams * * Reasonably optimised generic C-code for memset on Microblaze * This is generic C code to do efficient, alignment-aware memcpy. * * It is based on demo code originally Copyright...
gpl-2.0
jacknb1ack/android_kernel_sony_msm8960t-test
fs/ceph/strings.c
8435
3774
/* * Ceph fs string constants */ #include <linux/module.h> #include <linux/ceph/types.h> const char *ceph_mds_state_name(int s) { switch (s) { /* down and out */ case CEPH_MDS_STATE_DNE: return "down:dne"; case CEPH_MDS_STATE_STOPPED: return "down:stopped"; /* up and out */ case CEPH_MDS_STATE_BOO...
gpl-2.0
ShinySide/HispAsian_5.1.1
drivers/misc/ibmasm/event.c
9715
4991
/* * IBM ASM Service Processor Device Driver * * 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...
gpl-2.0
HardbitCoded/linux-3.4-rtws
net/rds/rdma.c
11251
23017
/* * Copyright (c) 2007 Oracle. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this source tree, or t...
gpl-2.0
cuboxi/android_kernel_imx6_cuboxi
fs/nls/nls_euc-jp.c
12531
24438
/* * linux/fs/nls/nls_euc-jp.c * * Added `OSF/JVC Recommended Code Set Conversion Specification * between Japanese EUC and Shift-JIS' support: <hirofumi@mail.parknet.co.jp> * (http://www.opengroup.or.jp/jvc/cde/sjis-euc-e.html) */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/string.h> #inc...
gpl-2.0
Ameisentaetowierer/kernel-p9516-2.6.36.3
drivers/mmc/core/sd_ops.c
244
7946
/* * linux/drivers/mmc/core/sd_ops.h * * Copyright 2006-2007 Pierre Ossman * * 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 ...
gpl-2.0
varigit/kernel-VAR-SOM-AMxx
drivers/regulator/as3722-regulator.c
244
27496
/* * Voltage regulator support for AMS AS3722 PMIC * * Copyright (C) 2013 ams * * Author: Florian Lobmaier <florian.lobmaier@ams.com> * Author: Laxman Dewangan <ldewangan@nvidia.com> * * 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
gototem/kernel
arch/powerpc/platforms/pasemi/cpufreq.c
756
7713
/* * Copyright (C) 2007 PA Semi, Inc * * Authors: Egor Martovetsky <egor@pasemi.com> * Olof Johansson <olof@lixom.net> * * Maintained by: Olof Johansson <olof@lixom.net> * * Based on arch/powerpc/platforms/cell/cbe_cpufreq.c: * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 * * This program is free ...
gpl-2.0
WaRP7/linux-fslc
drivers/cpuidle/cpuidle-exynos.c
756
3451
/* * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Coupled cpuidle support based on the work of: * Colin Cross <ccross@android.com> * Daniel Lezcano <daniel.lezcano@linaro.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of...
gpl-2.0
vathpela/linux-esrt
drivers/media/usb/go7007/go7007-fw.c
1268
40930
/* * 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
BruceBushby/linux-4.1
drivers/w1/slaves/w1_ds2406.c
1524
3645
/* * w1_ds2406.c - w1 family 12 (DS2406) driver * based on w1_ds2413.c by Mariusz Bialonczyk <manio@skyboo.net> * * Copyright (c) 2014 Scott Alfter <scott@alfter.us> * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #include <linux/ker...
gpl-2.0
kevin0100/android_kernel_qcom_msm8916
net/vmw_vsock/af_vsock.c
1524
48493
/* * VMware vSockets Driver * * Copyright (C) 2007-2013 VMware, 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 version 2 and no later version. * * This progr...
gpl-2.0
Androguide/android_kernel_samsung_smdk4412
arch/arm/mach-s3c2412/mach-jive.c
2292
17169
/* linux/arch/arm/mach-s3c2410/mach-jive.c * * Copyright 2007 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * http://armlinux.simtec.co.uk/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free ...
gpl-2.0
cargabsj175/android_kernel_alcatel_4012a
arch/arm/mach-shmobile/clock-sh73a0.c
2292
13415
/* * sh73a0 clock framework support * * Copyright (C) 2010 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 the License * * This program is distributed ...
gpl-2.0
TeamRegular/android_kernel_tegra
drivers/net/wireless/ath/ath9k/htc_hst.c
2292
12104
/* * Copyright (c) 2010-2011 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
Marvell-Semi/PXA168_kernel
fs/fscache/stats.c
3572
10245
/* FS-Cache statistics * * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either ...
gpl-2.0
Ander-Alvarez/UltraKernel
arch/alpha/kernel/binfmt_loader.c
4596
1120
#include <linux/init.h> #include <linux/fs.h> #include <linux/file.h> #include <linux/mm_types.h> #include <linux/binfmts.h> #include <linux/a.out.h> static int load_binary(struct linux_binprm *bprm, struct pt_regs *regs) { struct exec *eh = (struct exec *)bprm->buf; unsigned long loader; struct file *file; int re...
gpl-2.0
MassStash/htc_m8_kernel_GPE_5.0.1
fs/dlm/dir.c
4852
10634
/****************************************************************************** ******************************************************************************* ** ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. ** ** This copyrig...
gpl-2.0
KylinUI/android_kernel_htc_msm8960
drivers/scsi/aacraid/comminit.c
4852
14963
/* * Adaptec AAC series RAID controller driver * (c) Copyright 2001 Red Hat Inc. * * based on the old aacraid driver that is.. * Adaptec aacraid device driver for Linux. * * Copyright (c) 2000-2010 Adaptec, Inc. * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) * * This program is free software; ...
gpl-2.0
talnoah/msm8960_Carbon-Kernel
arch/arm/plat-omap/fb.c
4852
2636
/* * File: arch/arm/plat-omap/fb.c * * Framebuffer device registration for TI OMAP platforms * * Copyright (C) 2006 Nokia Corporation * Author: Imre Deak <imre.deak@nokia.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as publ...
gpl-2.0
TV-LP51-Devices/kernel_sony_msm8974
drivers/acpi/acpica/nsdumpdv.c
4852
4690
/****************************************************************************** * * Module Name: nsdump - table dumping routines for debug * *****************************************************************************/ /* * Copyright (C) 2000 - 2012, Intel Corp. * All rights reserved. * * Redistribution and u...
gpl-2.0
TeamVilleC2/android_kernel_htc_liberty-villec2
drivers/acpi/acpica/evxface.c
4852
28505
/****************************************************************************** * * Module Name: evxface - External interfaces for ACPI events * *****************************************************************************/ /* * Copyright (C) 2000 - 2012, Intel Corp. * All rights reserved. * * Redistribution a...
gpl-2.0
fivestars/ubuntu-nexus7
net/sched/sch_fifo.c
7668
4215
/* * net/sched/sch_fifo.c The simplest FIFO queue. * * 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. * * Aut...
gpl-2.0
Eliminater74/temp-kernel
arch/alpha/oprofile/op_model_ev67.c
7924
7162
/** * @file arch/alpha/oprofile/op_model_ev67.c * * @remark Copyright 2002 OProfile authors * @remark Read the file COPYING * * @author Richard Henderson <rth@twiddle.net> * @author Falk Hueffner <falk@debian.org> */ #include <linux/oprofile.h> #include <linux/init.h> #include <linux/smp.h> #include <asm/ptrac...
gpl-2.0
palloteos/exoduscaf
drivers/w1/slaves/w1_smem.c
7924
1784
/* * w1_smem.c * * Copyright (c) 2004 Evgeniy Polyakov <zbr@ioremap.net> * * * This program is free software; you can redistribute it and/or modify * it under the smems of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any l...
gpl-2.0
holyangel/HTC_M8_Sense-4.4.4
drivers/isdn/sc/packet.c
9204
6731
/* $Id: packet.c,v 1.5.8.1 2001/09/23 22:24:59 kai Exp $ * * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * * For more information, please contact gpl-info@spellc...
gpl-2.0
ResurrectionRemix-Devices/android_kernel_samsung_smdk4412
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
245
34264
/************************************************************************** * * 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
MicronSW/linux-zynq
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
245
60014
/* * QLogic qlcnic NIC Driver * Copyright (c) 2009-2013 QLogic Corporation * * See LICENSE.qlcnic for copyright and licensing details. */ #include "qlcnic_sriov.h" #include "qlcnic.h" #include "qlcnic_hw.h" /* Reset template definitions */ #define QLC_83XX_RESTART_TEMPLATE_SIZE 0x2000 #define QLC_83XX_RESET_TEM...
gpl-2.0
AndroidGX/SimpleGX-MM-6.0_H811
net/netfilter/ipvs/ip_vs_sync.c
245
52750
/* * IPVS An implementation of the IP virtual server support for the * LINUX operating system. IPVS is now implemented as a module * over the NetFilter framework. IPVS can be used to build a * high-performance and highly available server based on a * clu...
gpl-2.0
embeddedarm/linux-3.14-pxa16x
arch/x86/kernel/cpu/mcheck/mce.c
245
59078
/* * Machine check handler. * * K8 parts Copyright 2002,2003 Andi Kleen, SuSE Labs. * Rest from unknown author(s). * 2004 Andi Kleen. Rewrote most of it. * Copyright 2008 Intel Corporation * Author: Andi Kleen */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/thread_info.h> #include <linux/capabi...
gpl-2.0
raulherbster/goldfish
arch/m68knommu/kernel/ptrace.c
757
8372
/* * linux/arch/m68knommu/kernel/ptrace.c * * Copyright (C) 1994 by Hamish Macdonald * Taken from linux/kernel/ptrace.c and modified for M680x0. * linux/kernel/ptrace.c is by Ross Biro 1/23/92, edited by Linus Torvalds * * This file is subject to the terms and conditions of the GNU General * Public License....
gpl-2.0
fyu1/test
drivers/staging/iio/light/isl29018.c
757
21046
/* * A iio driver for the light sensor ISL 29018/29023/29035. * * IIO driver for monitoring ambient light intensity in luxi, proximity * sensing and infrared sensing. * * Copyright (c) 2010, NVIDIA Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
gpl-2.0
Entropy512/linux_kernel_galaxyplayer
drivers/scsi/gvp11.c
1013
10779
#include <linux/types.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/mm.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <linux/zorro.h> #include <asm/page.h> #include <asm/pgtable.h> #include <asm/amigaints.h> #include <asm/amigahw.h> #include "scsi.h" #include "wd33c93.h" #in...
gpl-2.0
mhmtemnacr/android_kernel_samsung_matissewifi
drivers/net/ethernet/chelsio/cxgb3/sge.c
5109
93465
/* * Copyright (c) 2005-2008 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this source ...
gpl-2.0
EmmanuelU/wild_kernel_samsung_msm8660
drivers/mtd/maps/dbox2-flash.c
8181
2716
/* * D-Box 2 flash driver */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/init.h> #include <asm/io.h> #include <linux/mtd/mtd.h> #include <linux/mtd/map.h> #include <linux/mtd/partitions.h> #include <linux/errno.h> /* partition_info gives details on the logical partit...
gpl-2.0
KronicKernel/falcon
drivers/mtd/maps/dbox2-flash.c
8181
2716
/* * D-Box 2 flash driver */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/init.h> #include <asm/io.h> #include <linux/mtd/mtd.h> #include <linux/mtd/map.h> #include <linux/mtd/partitions.h> #include <linux/errno.h> /* partition_info gives details on the logical partit...
gpl-2.0
diaevd/android_kernel_samsung_sm-t325
drivers/scsi/megaraid/megaraid_mm.c
8437
27312
/* * * Linux MegaRAID device driver * * Copyright (c) 2003-2004 LSI Logic 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...
gpl-2.0
seadog76/asus-kernel-tf700t
drivers/net/irda/old_belkin-sir.c
12533
4838
/********************************************************************* * * Filename: old_belkin.c * Version: 1.1 * Description: Driver for the Belkin (old) SmartBeam dongle * Status: Experimental... * Author: Jean Tourrilhes <jt@hpl.hp.com> * Created at: 22/11/99 * ...
gpl-2.0
TeamButter/android_kernel_samsung_mint2g
net/wireless/wext-priv.c
14837
7027
/* * This file implement the Wireless Extensions priv API. * * Authors : Jean Tourrilhes - HPL - <jt@hpl.hp.com> * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved. * Copyright 2009 Johannes Berg <johannes@sipsolutions.net> * * (As all part of the Linux kernel, this file is GPL) */ #include <linux/s...
gpl-2.0
TeamPrimo/android_kernel_htc_primo
drivers/media/video/msm/gemini_8x60/msm_gemini_core.c
246
10093
/* Copyright (c) 2010, Code Aurora Forum. 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 ...
gpl-2.0