repo_name
string
path
string
copies
string
size
string
content
string
license
string
Vajnar/linux-stable-hx4700
arch/powerpc/kernel/rtasd.c
4844
13821
/* * Copyright (C) 2001 Anton Blanchard <anton@au.ibm.com>, IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. ...
gpl-2.0
ReflexBow/ghost
net/rds/stats.c
5356
4376
/* * Copyright (c) 2006 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
omnirom/android_kernel_lge_msm8974
drivers/input/serio/libps2.c
7660
8642
/* * PS/2 driver library * * Copyright (c) 1999-2002 Vojtech Pavlik * Copyright (c) 2004 Dmitry Torokhov */ /* * 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 <l...
gpl-2.0
AWRyder/Trinity-Core-5.1
dep/StormLib/src/libtomcrypt/src/pk/asn1/der_decode_short_integer.c
237
1451
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. * * Tom St Denis, tomstdenis@gmail.com, http://l...
gpl-2.0
bedwa/P6800-Kernel
arch/arm/mach-msm/devices-msm7x30.c
493
4801
/* * Copyright (C) 2008 Google, Inc. * Copyright (c) 2008-2010, Code Aurora Forum. All rights reserved. * * 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. * *...
gpl-2.0
erasmux/pyramid-gb-kernel
arch/arm/mach-mx3/mach-mx35pdk.c
749
3291
/* * Copyright 2009 Freescale Semiconductor, Inc. All Rights Reserved. * * Author: Fabio Estevam <fabio.estevam@freescale.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
harryxue1999/linux
fs/squashfs/decompressor.c
749
3622
/* * Squashfs - a compressed read only filesystem for Linux * * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 * Phillip Lougher <phillip@squashfs.org.uk> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published ...
gpl-2.0
Metallice/android_kernel_samsung_espressowifi
net/ceph/crypto.c
2541
11907
#include <linux/ceph/ceph_debug.h> #include <linux/err.h> #include <linux/scatterlist.h> #include <linux/slab.h> #include <crypto/hash.h> #include <linux/key-type.h> #include <keys/ceph-type.h> #include <linux/ceph/decode.h> #include "crypto.h" int ceph_crypto_key_clone(struct ceph_crypto_key *dst, const struc...
gpl-2.0
arrrghhh/XT897-P-Q-s-Kernel
net/ipv6/netfilter.c
2797
4862
#include <linux/kernel.h> #include <linux/init.h> #include <linux/ipv6.h> #include <linux/netfilter.h> #include <linux/netfilter_ipv6.h> #include <net/dst.h> #include <net/ipv6.h> #include <net/ip6_route.h> #include <net/xfrm.h> #include <net/ip6_checksum.h> #include <net/netfilter/nf_queue.h> int ip6_route_me_harder(...
gpl-2.0
GAXUSXX/GalaxyS7edge_G935F_Kernel
drivers/misc/kgdbts.c
3565
31341
/* * kgdbts is a test suite for kgdb for the sole purpose of validating * that key pieces of the kgdb internals are working properly such as * HW/SW breakpoints, single stepping, and NMI. * * Created by: Jason Wessel <jason.wessel@windriver.com> * * Copyright (c) 2008 Wind River Systems, Inc. * * This program ...
gpl-2.0
Krabappel2548/kernel_msm8x60
arch/alpha/kernel/sys_ruffian.c
3821
5973
/* * linux/arch/alpha/kernel/sys_ruffian.c * * Copyright (C) 1995 David A Rusling * Copyright (C) 1996 Jay A Estabrook * Copyright (C) 1998, 1999, 2000 Richard Henderson * * Code supporting the RUFFIAN. */ #include <linux/kernel.h> #include <linux/types.h> #include <linux/mm.h> #include <linux/sched.h> #includ...
gpl-2.0
adrianovalente/linux-extras
arch/arm/mach-mv78xx0/pcie.c
4077
7545
/* * arch/arm/mach-mv78xx0/pcie.c * * PCIe functions for Marvell MV78xx0 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. */ #include <linux/kernel.h> #include <linux/p...
gpl-2.0
OPNay/android_kernel_samsung_jalte
drivers/misc/ti-st/st_core.c
4845
24390
/* * Shared Transport Line discipline driver Core * This hooks up ST KIM driver and ST LL driver * Copyright (C) 2009-2010 Texas Instruments * Author: Pavan Savoy <pavan_savoy@ti.com> * * 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
chevanlol360/Kernel_LGE_W5
net/ipv4/netfilter/nf_nat_ftp.c
4845
3713
/* FTP extension for TCP NAT alteration. */ /* (C) 1999-2001 Paul `Rusty' Russell * (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org> * * 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 Softwa...
gpl-2.0
boa19861105/android_443_KitKat_kernel_htc_dlxub1
drivers/i2c/busses/i2c-s6000.c
5613
11192
/* * drivers/i2c/busses/i2c-s6000.c * * Description: Driver for S6000 Family I2C Interface * Copyright (c) 2008 emlix GmbH * Author: Oskar Schirmer <os@emlix.com> * * Partially based on i2c-bfin-twi.c driver by <sonic.zhang@analog.com> * Copyright (c) 2005-2007 Analog Devices, Inc. * * This program is free so...
gpl-2.0
bleached/android_kernel_samsung_msm7x27a
drivers/bluetooth/hci_vhci.c
7149
6402
/* * * Bluetooth virtual HCI driver * * Copyright (C) 2000-2001 Qualcomm Incorporated * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify * it under t...
gpl-2.0
djvoleur/G_N92XP-R4_AOJ6
arch/hexagon/lib/checksum.c
7149
5640
/* * Checksum functions for Hexagon * * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. ...
gpl-2.0
SlimRoms/kernel_samsung_tuna
drivers/input/misc/hp_sdc_rtc.c
8429
20414
/* * HP i8042 SDC + MSM-58321 BBRTC driver. * * Copyright (c) 2001 Brian S. Julin * 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 must retain the abo...
gpl-2.0
FrancescoCG/CrazySuperKernel-CM13-KLTE-NEW-REBASE
arch/sh/boards/mach-highlander/setup.c
9197
9275
/* * arch/sh/boards/renesas/r7780rp/setup.c * * Renesas Solutions Highlander Support. * * Copyright (C) 2002 Atom Create Engineering Co., Ltd. * Copyright (C) 2005 - 2008 Paul Mundt * * This contains support for the R7780RP-1, R7780MP, and R7785RP * Highlander modules. * * This file is subject to the terms a...
gpl-2.0
redpig/linux
drivers/scsi/aic7xxx/aic7xxx_pci.c
10477
61834
/* * Product specific probe and attach routines for: * 3940, 2940, aic7895, aic7890, aic7880, * aic7870, aic7860 and aic7850 SCSI controllers * * Copyright (c) 1994-2001 Justin T. Gibbs. * Copyright (c) 2000-2001 Adaptec Inc. * All rights reserved. * * Redistribution and use in source and binary forms, wi...
gpl-2.0
Cardinal97/android-kernel-msm8939
net/netfilter/xt_cluster.c
11501
5080
/* * (C) 2008-2009 Pablo Neira Ayuso <pablo@netfilter.org> * * 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. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module...
gpl-2.0
fosser2/tegra-l4t-r16r2-rc
net/netfilter/xt_cluster.c
11501
5080
/* * (C) 2008-2009 Pablo Neira Ayuso <pablo@netfilter.org> * * 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. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module...
gpl-2.0
mlachwani/Android_4.4.2_MotoG_Kernel
arch/arm/mach-w90x900/nuc950.c
13037
1162
/* * linux/arch/arm/mach-w90x900/nuc950.c * * Based on linux/arch/arm/plat-s3c24xx/s3c244x.c by Ben Dooks * * Copyright (c) 2008 Nuvoton technology corporation. * * Wan ZongShun <mcuos.com@gmail.com> * * NUC950 cpu support * * This program is free software; you can redistribute it and/or modify * it under t...
gpl-2.0
skalk/linux
net/ax25/ax25_route.c
238
10999
// SPDX-License-Identifier: GPL-2.0-or-later /* * * Copyright (C) Alan Cox GW4PTS (alan@lxorguk.ukuu.org.uk) * Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk) * Copyright (C) Steven Whitehouse GW7RRM (stevew@acm.org) * Copyright (C) Joerg Reuter DL1BKE (jreuter@yaina.de) * Copyright (C) Hans-Joachim...
gpl-2.0
ISTweak/android_kernel_sharp_is14sh
drivers/media/video/msm/vx6953.c
238
84843
/* Copyright (c) 2010, 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 hope th...
gpl-2.0
zhuguihua/linux
arch/arm/mach-mxs/mach-mxs.c
494
12681
/* * Copyright 2012 Freescale Semiconductor, Inc. * Copyright 2012 Linaro Ltd. * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-lic...
gpl-2.0
zzpianoman/android_kernel_samsung_tuna
drivers/usb/serial/ftdi_sio.c
494
90037
/* * USB FTDI SIO driver * * Copyright (C) 2009 - 2010 * Johan Hovold (jhovold@gmail.com) * Copyright (C) 1999 - 2001 * Greg Kroah-Hartman (greg@kroah.com) * Bill Ryder (bryder@sgi.com) * Copyright (C) 2002 * Kuba Ober (kuba@mareimbrium.org) * * This program is free software; you can red...
gpl-2.0
CyanogenMod/htc-kernel-pyramid
drivers/dma/ste_dma40_ll.c
750
12249
/* * driver/dma/ste_dma40_ll.c * * Copyright (C) ST-Ericsson 2007-2010 * License terms: GNU General Public License (GPL) version 2 * Author: Per Friden <per.friden@stericsson.com> * Author: Jonas Aaberg <jonas.aberg@stericsson.com> */ #include <linux/kernel.h> #include <plat/ste_dma40.h> #include "ste_dma40_ll...
gpl-2.0
faishal/Marlin
ArduinoAddons/Arduino_1.0.x/hardware/rambo/cores/arduino/wiring.c
750
9394
/* wiring.c - Partial implementation of the Wiring API for the ATmega8. Part of Arduino - http://www.arduino.cc/ Copyright (c) 2005-2006 David A. Mellis This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free...
gpl-2.0
gospo/net-next
arch/sparc/kernel/sun4d_irq.c
750
12450
/* * SS1000/SC2000 interrupt handling. * * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * Heavily based on arch/sparc/kernel/irq.c. */ #include <linux/kernel_stat.h> #include <linux/slab.h> #include <linux/seq_file.h> #include <asm/timer.h> #include <asm/traps.h> #include <asm/irq.h> #include...
gpl-2.0
UberCM/kernel_asus_flo
arch/arm/crypto/sha512_neon_glue.c
2030
8360
/* * Glue code for the SHA512 Secure Hash Algorithm assembly implementation * using NEON instructions. * * Copyright © 2014 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is based on sha512_ssse3_glue.c: * Copyright (C) 2013 Intel Corporation * Author: Tim Chen <tim.c.chen@linux.intel.com> * * Thi...
gpl-2.0
Flemmard/android_kernel_samsung_msm8660-common
drivers/s390/cio/cio.c
2542
26798
/* * drivers/s390/cio/cio.c * S/390 common I/O routines -- low level i/o calls * * Copyright IBM Corp. 1999,2008 * Author(s): Ingo Adlung (adlung@de.ibm.com) * Cornelia Huck (cornelia.huck@de.ibm.com) * Arnd Bergmann (arndb@de.ibm.com) * Martin Schwidefsky (schwidefsky@de.ibm.com) */ #define KM...
gpl-2.0
MoKee/android_kernel_samsung_espresso10
drivers/media/dvb/frontends/s5h1420.c
2542
25938
/* * Driver for * Samsung S5H1420 and * PnpNetwork PN1010 QPSK Demodulator * * Copyright (C) 2005 Andrew de Quincey <adq_dvb@lidskialf.net> * Copyright (C) 2005-8 Patrick Boettcher <pb@linuxtv.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Ge...
gpl-2.0
MinimalOS-AOSP/kernel_huawei_angler
net/decnet/dn_nsp_in.c
2798
21555
/* * DECnet An implementation of the DECnet protocol suite for the LINUX * operating system. DECnet is implemented using the BSD Socket * interface as the means of communication with the user level. * * DECnet Network Services Protocol (Input) * * Author: Eduar...
gpl-2.0
TheNameIsNigel/android_kernel_huawei_msm8916
arch/arm/mach-imx/devices/platform-pata_imx.c
2798
1674
/* * 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 "../hardware.h" #include "devices-common.h" #define imx_pata_imx_data_entry_single(soc, _size) \ { \ .io...
gpl-2.0
toyota86/xoompus
arch/mips/kernel/cevt-sb1250.c
3054
4416
/* * Copyright (C) 2000, 2001 Broadcom Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This pr...
gpl-2.0
freedesktop-unofficial-mirror/drm-intel
drivers/media/common/b2c2/flexcop-fe-tuner.c
3566
16155
/* * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III * flexcop-fe-tuner.c - methods for frontend attachment and DiSEqC controlling * see flexcop.c for copyright information */ #include <media/tuner.h> #include "flexcop.h" #include "mt312.h" #include "stv0299.h" #include "s5h1420.h" #include ...
gpl-2.0
chneukirchen/linux-jetson-tk1
drivers/media/usb/stk1160/stk1160-video.c
3822
12811
/* * STK1160 driver * * Copyright (C) 2012 Ezequiel Garcia * <elezegarcia--a.t--gmail.com> * * Based on Easycap driver by R.M. Thomas * Copyright (C) 2010 R.M. Thomas * <rmthomas--a.t--sciolus.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera...
gpl-2.0
IngenicSemiconductor/kernel-inwatch
drivers/input/keyboard/hilkbd.c
4590
8751
/* * linux/drivers/hil/hilkbd.c * * Copyright (C) 1998 Philip Blundell <philb@gnu.org> * Copyright (C) 1999 Matthew Wilcox <willy@bofh.ai> * Copyright (C) 1999-2007 Helge Deller <deller@gmx.de> * * Very basic HP Human Interface Loop (HIL) driver. * This driver handles the keyboard on HP300 (m68k) and on s...
gpl-2.0
RazerRom/kernel_oneplus_msm8974
arch/mips/powertv/init.c
4590
3474
/* * Copyright (C) 1999, 2000, 2004, 2005 MIPS Technologies, Inc. * All rights reserved. * Authors: Carsten Langgaard <carstenl@mips.com> * Maciej W. Rozycki <macro@mips.com> * Portions copyright (C) 2009 Cisco Systems, Inc. * * This program is free software; you can distribute it and/or modify it * under ...
gpl-2.0
nikhiljan93/sony_rhine_msm8974
arch/arm/mach-s3c24xx/dma-s3c2440.c
5102
4876
/* linux/arch/arm/mach-s3c2440/dma.c * * Copyright (c) 2006 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C2440 DMA selection * * http://armlinux.simtec.co.uk/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as...
gpl-2.0
NamelessRom/android_kernel_lge_p970
drivers/mfd/wm8350-regmap.c
9198
126729
/* * wm8350-regmap.c -- Wolfson Microelectronics WM8350 register map * * This file splits out the tables describing the defaults and access * status of the WM8350 registers since they are rather large. * * Copyright 2007, 2008 Wolfson Microelectronics PLC. * * This program is free software; you can redistrib...
gpl-2.0
DESHONOR/android_kernel_huawei_msm8916
arch/powerpc/boot/cuboot-85xx-cpm2.c
14062
1764
/* * Old U-boot compatibility for 85xx * * Author: Scott Wood <scottwood@freescale.com> * * Copyright (c) 2007 Freescale Semiconductor, 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 Softw...
gpl-2.0
Ca1ne/Nitrous-Sense-Kernel
drivers/mtd/inftlcore.c
751
25356
/* * inftlcore.c -- Linux driver for Inverse Flash Translation Layer (INFTL) * * (C) Copyright 2002, Greg Ungerer (gerg@snapgear.com) * * Based heavily on the nftlcore.c code which is: * (c) 1999 Machine Vision Holdings, Inc. * Author: David Woodhouse <dwmw2@infradead.org> * * This program is free software; yo...
gpl-2.0
y12uc231/linux
drivers/mtd/mtdchar.c
751
26138
/* * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.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 your option) any later version....
gpl-2.0
jeboo/kernel_JB_I777
arch/arm/mach-s3c2416/pm.c
2287
1904
/* linux/arch/arm/mach-s3c2416/pm.c * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com * * S3C2416 - PM support (Based on Ben Dooks' S3C2412 PM support) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ver...
gpl-2.0
jjm2473/AMLOGIC_M8
arch/arm/mach-kirkwood/tsx1x-common.c
2799
3007
#include <linux/kernel.h> #include <linux/pci.h> #include <linux/platform_device.h> #include <linux/mtd/physmap.h> #include <linux/spi/flash.h> #include <linux/spi/spi.h> #include <linux/serial_reg.h> #include <mach/kirkwood.h> #include "common.h" #include "tsx1x-common.h" /* * QNAP TS-x1x Boards flash */ /********...
gpl-2.0
CyanHacker-Lollipop/kernel_lge_g3
arch/arm/mach-msm/xo-fsm9xxx.c
3311
6221
/* 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
giorgio130/linux-2.6.35-kobo-multitouch
drivers/mmc/host/sdhci-of-hlwd.c
3567
1725
/* * drivers/mmc/host/sdhci-of-hlwd.c * * Nintendo Wii Secure Digital Host Controller Interface. * Copyright (C) 2009 The GameCube Linux Team * Copyright (C) 2009 Albert Herranz * * Based on sdhci-of-esdhc.c * * Copyright (c) 2007 Freescale Semiconductor, Inc. * Copyright (c) 2009 MontaVista Software, Inc. *...
gpl-2.0
TeamExodus/kernel_moto_shamu
arch/powerpc/platforms/83xx/mpc836x_mds.c
4079
5785
/* * Copyright 2006 Freescale Semiconductor, Inc. All rights reserved. * * Author: Li Yang <LeoLi@freescale.com> * Yin Olivia <Hong-hua.Yin@freescale.com> * * Description: * MPC8360E MDS board specific routines. * * Changelog: * Jun 21, 2006 Initial version * * This program is free software; you can redi...
gpl-2.0
piasek1906/Piasek-KK
arch/arm/kernel/smp_twd.c
4591
7618
/* * linux/arch/arm/kernel/smp_twd.c * * Copyright (C) 2002 ARM 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 version 2 as * published by the Free Software Foundation. */ #include <linux/init.h> #inc...
gpl-2.0
AOKP/kernel_sony_msm8960t
arch/ia64/sn/pci/pci_dma.c
6895
13123
/* * 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) 2000,2002-2005 Silicon Graphics, Inc. All rights reserved. * * Routines for PCI DMA mapping. See Documentation/DMA-API.tx...
gpl-2.0
Arakmar/android_kernel_sony_msm8660
arch/m68k/platform/coldfire/cache.c
12015
1286
/***************************************************************************/ /* * cache.c -- general ColdFire Cache maintenance code * * Copyright (C) 2010, Greg Ungerer (gerg@snapgear.com) */ /***************************************************************************/ #include <linux/kernel.h> #include <asm/c...
gpl-2.0
notionink/adam-kernel
arch/arm/mach-pxa/palmtx.c
496
14754
/* * Hardware definitions for PalmTX * * Author: Marek Vasut <marek.vasut@gmail.com> * * Based on work of: * Alex Osborne <ato@meshy.org> * Cristiano P. <cristianop@users.sourceforge.net> * Jan Herman <2hp@seznam.cz> * Michal Hrusecky * * This program is free software; you can redistribute it and/or ...
gpl-2.0
kirananto/RaZorLettuce
drivers/clk/qcom/mdss/mdss-edp-pll-28hpm.c
752
16190
/* Copyright (c) 2012-2014, 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
alexax66/kernel_samsung_a3xelte
fs/select.c
1776
24625
/* * This file contains the procedures for the handling of select and poll * * Created for Linux based loosely upon Mathius Lattner's minix * patches by Peter MacDonald. Heavily edited by Linus. * * 4 February 1994 * COFF/ELF binary emulation. If the process has the STICKY_TIMEOUTS * flag set in its pe...
gpl-2.0
ztemt/NX511J_5.1_kernel
drivers/net/ethernet/s6gmac.c
2032
33939
/* * Ethernet driver for S6105 on chip network device * (c)2008 emlix GmbH http://www.emlix.com * Authors: Oskar Schirmer <oskar@scara.com> * Daniel Gloeckner <dg@emlix.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
blumak2000/blumak_kernel_s6_5.1.1_Lollipop
drivers/net/ethernet/sgi/meth.c
2032
24817
/* * meth.c -- O2 Builtin 10/100 Ethernet driver * * Copyright (C) 2001-2003 Ilya Volynets * * 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 you...
gpl-2.0
yuvjjang/KVMGT-kernel
arch/mips/pmcs-msp71xx/msp_time.c
2288
2788
/* * Setting up the clock on MSP SOCs. No RTC typically. * * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * ######################################################################## * * This program is free software; you can distribute it and/or...
gpl-2.0
embeddedarm/linux-3.4-ts75xx
drivers/rtc/rtc-rs5c348.c
3312
7066
/* * A SPI driver for the Ricoh RS5C348 RTC * * Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp> * * 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. * * The board specifi...
gpl-2.0
McBane87/Sony_Z1c_LP.242_Kernel
arch/alpha/kernel/osf_sys.c
4336
30504
/* * linux/arch/alpha/kernel/osf_sys.c * * Copyright (C) 1995 Linus Torvalds */ /* * This file handles some of the stranger OSF/1 system call interfaces. * Some of the system calls expect a non-C calling standard, others have * special parameter blocks.. */ #include <linux/errno.h> #include <linux/sched.h>...
gpl-2.0
adrset/kernel
arch/powerpc/platforms/pasemi/setup.c
4592
11014
/* * Copyright (C) 2006-2007 PA Semi, Inc * * Authors: Kip Walker, PA Semi * Olof Johansson, PA Semi * * Maintained by: Olof Johansson <olof@lixom.net> * * Based on arch/powerpc/platforms/maple/setup.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GN...
gpl-2.0
mostafa-z/GABRIEL_LP
drivers/platform/x86/xo1-rfkill.c
4848
1645
/* * Support for rfkill through the OLPC XO-1 laptop embedded controller * * Copyright (C) 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 ...
gpl-2.0
SynnyG/android_kernel_xiaomi_cancro
arch/arm/mach-omap2/omap_twl.c
5104
10691
/** * OMAP and TWL PMIC specific intializations. * * Copyright (C) 2010 Texas Instruments Incorporated. * Thara Gopinath * Copyright (C) 2009 Texas Instruments Incorporated. * Nishanth Menon * Copyright (C) 2009 Nokia Corporation * Paul Walmsley * * This program is free software; you can redistribute it and/o...
gpl-2.0
bashrc/linux-sunxi
sound/pci/echoaudio/indigodjx_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
thune-xiaobai/android_kernel_huawei_D1_P1
sound/core/seq/oss/seq_oss_writeq.c
13296
4196
/* * OSS compatible sequencer driver * * seq_oss_writeq.c - write queue and sync * * Copyright (C) 1998,99 Takashi Iwai <tiwai@suse.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;...
gpl-2.0
96boards/wilink8-wlan_wl18xx
drivers/spi/spi-topcliff-pch.c
241
47594
/* * SPI bus driver for the Topcliff PCH used by Intel SoCs * * Copyright (C) 2010 OKI SEMICONDUCTOR Co., LTD. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. ...
gpl-2.0
BanBxda/m7-3.4.10-4-4-2
fs/aio.c
241
32566
/* * An async IO implementation for Linux * Written by Benjamin LaHaise <bcrl@kvack.org> * * Implements an efficient asynchronous io interface. * * Copyright 2000, 2001, 2002 Red Hat, Inc. All Rights Reserved. * * See ../COPYING for licensing terms. */ #include <linux/kernel.h> #include <linux/init.h> #includ...
gpl-2.0
fermasia/android_kernel_oppo_msm8974
drivers/spi/spi-dw-mid.c
497
6158
/* * 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 Foundation. * * This ...
gpl-2.0
MeiDahua/Kernel-for-HTC-mega
drivers/misc/sgi-gru/grufault.c
497
20462
/* * SN Platform GRU Driver * * FAULT HANDLER FOR GRU DETECTED TLB MISSES * * This file contains code that handles TLB misses within the GRU. * These misses are reported either via interrupts or user polling of * the user CB. * * Copyright (c) 2008 Silicon Graphics, Inc. All Rights Reserved. * ...
gpl-2.0
merlinholland/kernel
arch/mips/lasat/sysctl.c
497
8255
/* * Thomas Horsten <thh@lasat.com> * Copyright (C) 2000 LASAT Networks A/S. * * This program is free software; you can distribute it and/or modify it * under the terms of the GNU General Public License (Version 2) as * published by the Free Software Foundation. * * This program is distributed in the hope i...
gpl-2.0
JFCM121CAKE/android_kernel_samsung_jf
drivers/target/target_core_transport.c
497
137295
/******************************************************************************* * Filename: target_core_transport.c * * This file contains the Generic Target Engine Core. * * Copyright (c) 2002, 2003, 2004, 2005 PyX Technologies, Inc. * Copyright (c) 2005, 2006, 2007 SBE, Inc. * Copyright (c) 2007-2010 Rising ...
gpl-2.0
sakuramilk/linux-2.6.32.y
arch/sh/kernel/cpu/sh4a/setup-shx3.c
497
12876
/* * SH-X3 Prototype Setup * * Copyright (C) 2007 - 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/platform_device.h> #include <linux/init.h> #include...
gpl-2.0
toyagoton/CK-S6
drivers/net/ethernet/amd/au1000_eth.c
2033
33924
/* * * Alchemy Au1x00 ethernet driver * * Copyright 2001-2003, 2006 MontaVista Software Inc. * Copyright 2002 TimeSys Corp. * Added ethtool/mii-tool support, * Copyright 2004 Matt Porter <mporter@kernel.crashing.org> * Update: 2004 Bjoern Riemer, riemer@fokus.fraunhofer.de * or riemer@riemer-nt.de: fixed the l...
gpl-2.0
Krabappel2548/android_kernel_sony_msm8974-kexec
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
GalaxyTab4/bliss_kernel_samsung_matisse
net/ipv6/netfilter/ip6table_filter.c
4593
2928
/* * 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
dzo/kernel_ville
mm/debug-pagealloc.c
4593
2607
#include <linux/kernel.h> #include <linux/mm.h> #include <linux/page-debug-flags.h> #include <linux/poison.h> static inline void set_page_poison(struct page *page) { __set_bit(PAGE_DEBUG_FLAG_POISON, &page->debug_flags); } static inline void clear_page_poison(struct page *page) { __clear_bit(PAGE_DEBUG_FLAG_POISON,...
gpl-2.0
jaluma/Kernel-6.0
kernel/events/callchain.c
4593
4021
/* * Performance events callchain code, extracted from core.c: * * Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de> * Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar * Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com> * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@a...
gpl-2.0
vinaysimha/kernel-msm-ifc6410
sound/aoa/codecs/onyx.c
4849
29973
/* * Apple Onboard Audio driver for Onyx codec * * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * * GPL v2, can be found in COPYING. * * * This is a driver for the pcm3052 codec chip (codenamed Onyx) * that is present in newer Apple hardware (with digital output). * * The Onyx codec has the follo...
gpl-2.0
hunterhu/linux-sunxi
drivers/net/irda/ali-ircc.c
4849
57695
/********************************************************************* * * Filename: ali-ircc.h * Version: 0.5 * Description: Driver for the ALI M1535D and M1543C FIR Controller * Status: Experimental. * Author: Benjamin Kong <benjamin_kong@ali.com.tw> * Created at: ...
gpl-2.0
nycbjr/kernel_sony_sgp3xx
arch/sparc/kernel/pmc.c
4849
2058
/* pmc - Driver implementation for power management functions * of Power Management Controller (PMC) on SPARCstation-Voyager. * * Copyright (c) 2002 Eric Brower (ebrower@usa.net) */ #include <linux/kernel.h> #include <linux/fs.h> #include <linux/errno.h> #include <linux/init.h> #include <linux/pm.h> #include <linu...
gpl-2.0
zlatinski/omap-android-drm-kms
security/integrity/evm/evm_secfs.c
5361
2484
/* * Copyright (C) 2010 IBM Corporation * * Authors: * Mimi Zohar <zohar@us.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 2 of the License. * * File: evm_secfs.c ...
gpl-2.0
globalgang/linux-at91
net/ipv4/xfrm4_state.c
7153
2444
/* * xfrm4_state.c * * Changes: * YOSHIFUJI Hideaki @USAGI * Split up af-specific portion * */ #include <net/ip.h> #include <net/xfrm.h> #include <linux/pfkeyv2.h> #include <linux/ipsec.h> #include <linux/netfilter_ipv4.h> #include <linux/export.h> static int xfrm4_init_flags(struct xfrm_state *x) { if (ip...
gpl-2.0
cphelps76/kernel_lge_mako
fs/cifs/cache.c
7921
8134
/* * fs/cifs/cache.c - CIFS filesystem cache index structure definitions * * Copyright (c) 2010 Novell, Inc. * Authors(s): Suresh Jayaraman (sjayaraman@suse.de> * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as publ...
gpl-2.0
kprkpr/kernel-e400
drivers/media/video/em28xx/em28xx-vbi.c
8433
4159
/* em28xx-vbi.c - VBI driver for em28xx Copyright (C) 2009 Devin Heitmueller <dheitmueller@kernellabs.com> This work was sponsored by EyeMagnet Limited. 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...
gpl-2.0
jibaron/ddebug
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
SlimRoms/kernel_samsung_d2
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
searc/kernel_msm
tools/perf/util/help.c
9201
7937
#include "cache.h" #include "../builtin.h" #include "exec_cmd.h" #include "levenshtein.h" #include "help.h" void add_cmdname(struct cmdnames *cmds, const char *name, size_t len) { struct cmdname *ent = malloc(sizeof(*ent) + len + 1); ent->len = len; memcpy(ent->name, name, len); ent->name[len] = 0; ALLOC_GROW(c...
gpl-2.0
ferstar/openwrt-dreambox
package/maccalc/src/main.c
754
4581
/* * MAC address manupulation utility * * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> * * 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 <errno.h> #inclu...
gpl-2.0
qnhoang81/Intercept_Kernel
arch/cris/arch-v32/drivers/pci/bios.c
754
2953
#include <linux/pci.h> #include <linux/kernel.h> #include <arch/hwregs/intr_vect.h> void __devinit pcibios_fixup_bus(struct pci_bus *b) { } char * __devinit pcibios_setup(char *str) { return NULL; } void pcibios_set_master(struct pci_dev *dev) { u8 lat; pci_read_config_byte(dev, PCI_LATENCY_TIMER, &lat); print...
gpl-2.0
Motorhead1991/samsung_att_kernel_source-msm7x30
drivers/staging/vt6656/tkip.c
1522
9352
/* * 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
Snuzzo/B14CKB1RD_kernel_m8
fs/nilfs2/ioctl.c
1522
21704
/* * ioctl.c - NILFS ioctl operations. * * Copyright (C) 2007, 2008 Nippon Telegraph and Telephone 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 L...
gpl-2.0
thicklizard/Komodo1
arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c
2802
21623
/* * OMAP2/3 clockdomains * * Copyright (C) 2008-2009 Texas Instruments, Inc. * Copyright (C) 2008-2010 Nokia Corporation * * Paul Walmsley, Jouni Högander * * This file contains clockdomains and clockdomain wakeup/sleep * dependencies for the OMAP2/3 chips. Some notes: * * A useful validation rule for stru...
gpl-2.0
crowell/gbadev.kernel
drivers/macintosh/rack-meter.c
3058
15820
/* * RackMac vu-meter driver * * (c) Copyright 2006 Benjamin Herrenschmidt, IBM Corp. * <benh@kernel.crashing.org> * * Released under the term of the GNU GPL v2. * * Support the CPU-meter LEDs of the Xserve G5 * * TODO: Implement PWM to do variable intensity and provide userland * interfac...
gpl-2.0
kref/linux-oxnas
sound/soc/samsung/smdk_spdif.c
4594
5174
/* * smdk_spdif.c -- S/PDIF audio for SMDK * * Copyright 2010 Samsung Electronics Co. Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at y...
gpl-2.0
vyatta/linux-vyatta
sound/soc/samsung/smdk_spdif.c
4594
5174
/* * smdk_spdif.c -- S/PDIF audio for SMDK * * Copyright 2010 Samsung Electronics Co. Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at y...
gpl-2.0
TheNameIsNigel/android_kernel_carbon_msm8928
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
AOKP/kernel_oppo_n1
drivers/scsi/arm/powertec.c
8178
12580
/* * linux/drivers/acorn/scsi/powertec.c * * Copyright (C) 1997-2005 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/module.h> #include <lin...
gpl-2.0
tbalden/android_kernel_htc_m7-gpe4.4
drivers/base/power/trace.c
8690
7120
/* * drivers/base/power/trace.c * * Copyright (C) 2006 Linus Torvalds * * Trace facility for suspend/resume problems, when none of the * devices may be working. */ #include <linux/resume-trace.h> #include <linux/export.h> #include <linux/rtc.h> #include <asm/rtc.h> #include "power.h" /* * Horrid, horrid, ho...
gpl-2.0
scoty755/Sense7_Kernel_b2wlj
arch/mips/pmc-sierra/msp71xx/msp_prom.c
8690
11614
/* * BRIEF MODULE DESCRIPTION * PROM library initialisation code, assuming a version of * pmon is the boot code. * * Copyright 2000,2001 MontaVista Software Inc. * Author: MontaVista Software, Inc. * ppopov@mvista.com or source@mvista.com * * This file was derived from Carsten Langgaard's * arc...
gpl-2.0