repo_name
string
path
string
copies
string
size
string
content
string
license
string
lcrponte/android_kernel_msm
drivers/input/misc/sparcspkr.c
8173
8218
/* * Driver for PC-speaker like devices found on various Sparc systems. * * Copyright (c) 2002 Vojtech Pavlik * Copyright (c) 2002, 2006, 2008 David S. Miller (davem@davemloft.net) */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/input.h> #include <linux/of_device.h...
gpl-2.0
yank555-lu/N3-KK-Sourcedrops
net/irda/irias_object.c
12525
13698
/********************************************************************* * * Filename: irias_object.c * Version: 0.3 * Description: IAS object database and functions * Status: Experimental. * Author: Dag Brattli <dagb@cs.uit.no> * Created at: Thu Oct 1 22:50:04 1998 * Modified at: ...
gpl-2.0
shakalaca/ASUS_ZenFone_ZD551KL
kernel/arch/sh/drivers/pci/ops-dreamcast.c
13805
2641
/* * PCI operations for the Sega Dreamcast * * Copyright (C) 2001, 2002 M. R. Brown * Copyright (C) 2002, 2003 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 <l...
gpl-2.0
arjen75/icecold-kernel
arch/sh/drivers/pci/ops-dreamcast.c
13805
2641
/* * PCI operations for the Sega Dreamcast * * Copyright (C) 2001, 2002 M. R. Brown * Copyright (C) 2002, 2003 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 <l...
gpl-2.0
Vassilko/lichee
drivers/pci/remove.c
1518
4520
#include <linux/pci.h> #include <linux/module.h> #include <linux/pci-aspm.h> #include "pci.h" static void pci_free_resources(struct pci_dev *dev) { int i; msi_remove_pci_irq_vectors(dev); pci_cleanup_rom(dev); for (i = 0; i < PCI_NUM_RESOURCES; i++) { struct resource *res = dev->resource + i; if (res->paren...
gpl-2.0
JerryScript/VaeVictus
arch/mips/kernel/i8253.c
2286
3247
/* * i8253.c 8253/PIT functions * */ #include <linux/clockchips.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/jiffies.h> #include <linux/module.h> #include <linux/smp.h> #include <linux/spinlock.h> #include <linux/irq.h> #include <asm/delay.h> #include <asm/i8253.h> #include <asm/io.h> #i...
gpl-2.0
Tommy-Geenexus/android_kernel_sony_apq8064_yuga_5.x
fs/ext4/resize.c
2542
50395
/* * linux/fs/ext4/resize.c * * Support for resizing an ext4 filesystem while it is mounted. * * Copyright (C) 2001, 2002 Andreas Dilger <adilger@clusterfs.com> * * This could probably be made into a module, because it is not often in use. */ #define EXT4FS_DEBUG #include <linux/errno.h> #include <linux/sla...
gpl-2.0
ztemt/A465_5.1_kernel
fs/qnx4/namei.c
2542
3190
/* * QNX4 file system, Linux implementation. * * Version : 0.2.1 * * Using parts of the xiafs filesystem. * * History : * * 01-06-1998 by Richard Frowijn : first release. * 21-06-1998 by Frank Denis : dcache support, fixed error codes. * 04-07-1998 by Frank Denis : first step for rmdir/unlink. */ #inc...
gpl-2.0
hakcenter/android_kernel_samsung_hlte
net/xfrm/xfrm_policy.c
2798
72800
/* * xfrm_policy.c * * Changes: * Mitsuru KANDA @USAGI * Kazunori MIYAZAWA @USAGI * Kunihiro Ishiguro <kunihiro@ipinfusion.com> * IPv6 support * Kazunori MIYAZAWA @USAGI * YOSHIFUJI Hideaki * Split up af-specific portion * Derek Atkins <derek@ihtfp.com> Add the post_input processor * */ #include ...
gpl-2.0
Restorn/android_kernel_elephone_p8000
arch/arm/mach-imx/devices/platform-ipu-core.c
3566
3115
/* * Copyright (C) 2011 Pengutronix * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> * * 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/dma-mapping.h> #in...
gpl-2.0
CarbonROM/android_kernel_asus_fugu
drivers/infiniband/hw/ipath/ipath_init_chip.c
4078
33216
/* * Copyright (c) 2006, 2007, 2008 QLogic Corporation. All rights reserved. * Copyright (c) 2003, 2004, 2005, 2006 PathScale, 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-2.0
bsmitty83/B-Team4.3
drivers/hwmon/thmc50.c
4334
14381
/* thmc50.c - Part of lm_sensors, Linux kernel modules for hardware monitoring Copyright (C) 2007 Krzysztof Helt <krzysztof.h1@wp.pl> Based on 2.4 driver by Frodo Looijaard <frodol@dds.nl> and Philip Edelbrock <phil@netroedge.com> This program is free software; you can redistribute it ...
gpl-2.0
MoKee/android_kernel_htc_villec2
arch/sh/mm/fault_64.c
4590
7804
/* * The SH64 TLB miss. * * Original code from fault.c * Copyright (C) 2000, 2001 Paolo Alberelli * * Fast PTE->TLB refill path * Copyright (C) 2003 Richard.Curnow@superh.com * * IMPORTANT NOTES : * The do_fast_page_fault function is called from a context in entry.S * where very few registers have been save...
gpl-2.0
lyfkevin/Wind_iproj_JB_kernel
arch/arm/mach-omap1/dma.c
4846
8656
/* * OMAP1/OMAP7xx - specific DMA driver * * Copyright (C) 2003 - 2008 Nokia Corporation * Author: Juha Yrjölä <juha.yrjola@nokia.com> * DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com> * Graphics DMA and LCD DMA graphics tranformations * by Imre Deak <imre.deak@nokia.com> * OMAP2/3 support...
gpl-2.0
Endika/linux
arch/mips/txx9/generic/irq_tx4939.c
4846
5512
/* * TX4939 irq routines * Based on linux/arch/mips/kernel/irq_txx9.c, * and RBTX49xx patch from CELF patch archive. * * Copyright 2001, 2003-2005 MontaVista Software Inc. * Author: MontaVista Software, Inc. * ahennessy@mvista.com * source@mvista.com * Copyright (C) 2000-2001,2005-2007 Toshiba Corpor...
gpl-2.0
vwmofo/android_kernel_htc_msm8960
arch/powerpc/boot/cuboot-83xx.c
14062
1525
/* * Old U-boot compatibility for 83xx * * 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
EAVR/EV3.14
ev3sources/extra/linux-03.20.00.13/drivers/char/tpm/tpm_infineon.c
239
16495
/* * Description: * Device Driver for the Infineon Technologies * SLD 9630 TT 1.1 and SLB 9635 TT 1.2 Trusted Platform Module * Specifications at www.trustedcomputinggroup.org * * Copyright (C) 2005, Marcel Selhorst <m.selhorst@sirrix.com> * Sirrix AG - security technologies, http://www.sirrix.com and * Applied...
gpl-2.0
andrey-utkin/linux
drivers/input/touchscreen/tsc2004.c
495
2261
/* * TSC2004 touchscreen driver * * Copyright (C) 2015 QWERTY Embedded Design * Copyright (C) 2015 EMAC 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 Lic...
gpl-2.0
patholden/linux
drivers/mfd/cros_ec_spi.c
751
11350
/* * ChromeOS EC multi-function device (SPI) * * Copyright (C) 2012 Google, Inc * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distri...
gpl-2.0
Haderach/linux-mirror
arch/x86/mm/pageattr-test.c
751
5440
/* * self test for change_page_attr. * * Clears the a test pte bit on random pages in the direct mapping, * then reverts and compares page tables forwards and afterwards. */ #include <linux/bootmem.h> #include <linux/kthread.h> #include <linux/random.h> #include <linux/kernel.h> #include <linux/init.h> #include <l...
gpl-2.0
tapash/linux
arch/x86/mm/pageattr-test.c
751
5440
/* * self test for change_page_attr. * * Clears the a test pte bit on random pages in the direct mapping, * then reverts and compares page tables forwards and afterwards. */ #include <linux/bootmem.h> #include <linux/kthread.h> #include <linux/random.h> #include <linux/kernel.h> #include <linux/init.h> #include <l...
gpl-2.0
vocoderism/kernel_falcon_umts_kk
drivers/net/wireless/rtlwifi/rtl8192cu/rf.c
1263
15015
/****************************************************************************** * * 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
RenderBroken/render_kernel_motorola_msm8226
arch/arm/mach-msm/bms-batterydata.c
1775
3402
/* Copyright (c) 2011-2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
HTCCM9/android_kernel_htc_shooter
arch/arm/mach-at91/board-snapper9260.c
2287
4720
/* * linux/arch/arm/mach-at91/board-snapper9260.c * * Copyright (C) 2010 Bluewater System Ltd * * Author: Andre Renaud <andre@bluewatersys.com> * Author: Ryan Mallon <ryan@bluewatersys.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
gpl-2.0
crewrktablets/android_kernel_odys_RK30_3.0.8
net/sched/act_skbedit.c
2543
5837
/* * Copyright (c) 2008, Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but...
gpl-2.0
clemsyn/Grouper
arch/arm/mach-omap1/clock.c
3055
13921
/* * linux/arch/arm/mach-omap1/clock.c * * Copyright (C) 2004 - 2005, 2009-2010 Nokia Corporation * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> * * Modified to use omap shared clock framework by * Tony Lindgren <tony@atomide.com> * * This program is free software; you can redistribute it a...
gpl-2.0
ztemt/NX404H_kernel
drivers/bcma/main.c
3311
9131
/* * Broadcom specific AMBA * Bus subsystem * * Licensed under the GNU/GPL. See COPYING for details. */ #include "bcma_private.h" #include <linux/module.h> #include <linux/bcma/bcma.h> #include <linux/slab.h> MODULE_DESCRIPTION("Broadcom's specific AMBA driver"); MODULE_LICENSE("GPL"); /* contains the number th...
gpl-2.0
CyanogenMod/android_kernel_sony_flamingo
drivers/hwmon/w83627hf.c
4847
56094
/* * w83627hf.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring * Copyright (c) 1998 - 2003 Frodo Looijaard <frodol@dds.nl>, * Philip Edelbrock <phil@netroedge.com>, * and Mark Studebaker <mdsxyz123@yahoo.com> * Ported to 2.6 by Bernhard C. Schrenk <clemy@clemy.org> * Copyr...
gpl-2.0
DirtyUnicorns/android_kernel_motorola_msm8960dt-common
drivers/hwmon/w83627hf.c
4847
56094
/* * w83627hf.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring * Copyright (c) 1998 - 2003 Frodo Looijaard <frodol@dds.nl>, * Philip Edelbrock <phil@netroedge.com>, * and Mark Studebaker <mdsxyz123@yahoo.com> * Ported to 2.6 by Bernhard C. Schrenk <clemy@clemy.org> * Copyr...
gpl-2.0
Hundsbuah/Note3_Samsung_Source_Drops
drivers/scsi/mac53c94.c
8431
15374
/* * SCSI low-level driver for the 53c94 SCSI bus adaptor found * on Power Macintosh computers, controlling the external SCSI chain. * We assume the 53c94 is connected to a DBDMA (descriptor-based DMA) * controller. * * Paul Mackerras, August 1996. * Copyright (C) 1996 Paul Mackerras. */ #include <linux/kernel....
gpl-2.0
curbthepain/us990_kernel
drivers/tty/serial/8250/8250_hp300.c
9199
7821
/* * Driver for the 98626/98644/internal serial interface on hp300/hp400 * (based on the National Semiconductor INS8250/NS16550AF/WD16C552 UARTs) * * Ported from 2.2 and modified to use the normal 8250 driver * by Kars de Jong <jongk@linux-m68k.org>, May 2004. */ #include <linux/module.h> #include <linux/init.h> ...
gpl-2.0
sakuraba001/android_kernel_samsung_js01lte
arch/arm/mach-w90x900/nuc910.c
13039
1298
/* * linux/arch/arm/mach-w90x900/nuc910.c * * Based on linux/arch/arm/plat-s3c24xx/s3c244x.c by Ben Dooks * * Copyright (c) 2009 Nuvoton corporation. * * Wan ZongShun <mcuos.com@gmail.com> * * NUC910 cpu support * * This program is free software; you can redistribute it and/or modify * it under the terms of...
gpl-2.0
gearslam/Ak-xGenesis-gee-SLIMPort
arch/arm/nwfpe/fpa11_cpdt.c
14831
9073
/* NetWinder Floating Point Emulator (c) Rebel.com, 1998-1999 (c) Philip Blundell, 1998, 2001 Direct questions, comments to Scott Bambrough <scottb@netwinder.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publis...
gpl-2.0
imang/gcore_kernel
drivers/media/video/msm/mt9d113.c
240
15789
/* Copyright (c) 2011, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope th...
gpl-2.0
dpuyosa/android_kernel_wiko_l5460
drivers/macintosh/via-pmu-backlight.c
1776
4518
/* * Backlight code for via-pmu * * Copyright (C) 1998 Paul Mackerras and Fabio Riccardi. * Copyright (C) 2001-2002 Benjamin Herrenschmidt * Copyright (C) 2006 Michael Hanselmann <linux-kernel@hansmi.ch> * */ #include <asm/ptrace.h> #include <linux/adb.h> #include <linux/pmu.h> #include <asm/backlight.h> #...
gpl-2.0
kirananto/RaZorLettuce
drivers/net/ethernet/cirrus/ep93xx_eth.c
2032
20980
/* * EP93xx ethernet network device driver * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> * Dedicated to Marija Kulikova. * * 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
Hardslog/android_kernel_asus_ze551kl
drivers/net/ethernet/nuvoton/w90p910_ether.c
2032
26208
/* * Copyright (c) 2008-2009 Nuvoton technology corporation. * * Wan ZongShun <mcuos.com@gmail.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. * */ #inc...
gpl-2.0
dolorespark/android_kernel_hisense_m470bsa
drivers/misc/carma/carma-fpga-program.c
2800
28067
/* * CARMA Board DATA-FPGA Programmer * * Copyright (c) 2009-2011 Ira W. Snyder <iws@ovro.caltech.edu> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, o...
gpl-2.0
nk111/htc-kernel-msm7x30
drivers/media/dvb/ttpci/budget.c
3312
23510
/* * budget.c: driver for the SAA7146 based Budget DVB cards * * Compiled from various sources by Michael Hunold <michael@mihu.de> * * Copyright (C) 2002 Ralph Metzler <rjkm@metzlerbros.de> * * Copyright (C) 1999-2002 Ralph Metzler * & Marcus Metzler for convergence integrated media GmbH ...
gpl-2.0
JAV-Team-qcom/android_kernel_wingtech_msm8916
arch/metag/kernel/tcm.c
4336
3354
/* * Copyright (C) 2010 Imagination Technologies Ltd. */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/spinlock.h> #include <linux/stddef.h> #include <linux/genalloc.h> #include <linux/string.h> #include <linux/list.h> #include <linux/slab.h> #include <asm/page.h> #include <asm/tcm.h> struct tcm...
gpl-2.0
segment-routing/openwrt
arch/metag/kernel/tcm.c
4336
3354
/* * Copyright (C) 2010 Imagination Technologies Ltd. */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/spinlock.h> #include <linux/stddef.h> #include <linux/genalloc.h> #include <linux/string.h> #include <linux/list.h> #include <linux/slab.h> #include <asm/page.h> #include <asm/tcm.h> struct tcm...
gpl-2.0
StelixROM/android_kernel_sony_msm8930
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
PyYoshi/android_kernel_kyocera_l02
arch/arm/mach-picoxcell/time.c
4848
2990
/* * Copyright (c) 2011 Picochip Ltd., Jamie Iles * * 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. * * All enquiries to support@picochip.com */ #include <linux/dw_apb_timer.h>...
gpl-2.0
46890580/rk3188-kernel-3.0
drivers/media/video/ivtv/ivtv-i2c.c
8176
21585
/* I2C functions Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software ...
gpl-2.0
poondog/joey-m7-GPE
mm/percpu-km.c
11248
2852
/* * mm/percpu-km.c - kernel memory based chunk allocation * * Copyright (C) 2010 SUSE Linux Products GmbH * Copyright (C) 2010 Tejun Heo <tj@kernel.org> * * This file is released under the GPLv2. * * Chunks are allocated as a contiguous kernel memory using gfp * allocation. This is to be used on nommu arch...
gpl-2.0
flar2/m7-GPE
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
jjhmod/rk3188-android-kernel
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
chenleicpp/p970_kernel_3.0.8
arch/alpha/kernel/core_polaris.c
13808
4523
/* * linux/arch/alpha/kernel/core_polaris.c * * POLARIS chip-specific code */ #define __EXTERN_INLINE inline #include <asm/io.h> #include <asm/core_polaris.h> #undef __EXTERN_INLINE #include <linux/types.h> #include <linux/pci.h> #include <linux/sched.h> #include <linux/init.h> #include <asm/ptrace.h> #inc...
gpl-2.0
sytuxww/android2.3-dm8168
arch/mips/kernel/cpu-bugs64.c
241
7610
/* * Copyright (C) 2003, 2004, 2007 Maciej W. Rozycki * * 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. */ #incl...
gpl-2.0
tuxkids/kernel_ics
drivers/misc/lkdtm.c
753
15107
/* * Kprobe module for testing crash dumps * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is...
gpl-2.0
skritchz/msm_2.6.38
fs/ecryptfs/read_write.c
1009
11629
/** * eCryptfs: Linux filesystem encryption layer * * Copyright (C) 2007 International Business Machines Corp. * Author(s): Michael A. Halcrow <mahalcro@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...
gpl-2.0
focuschou/android_kernel_samsung_piranha
drivers/s390/net/netiucv.c
2801
58371
/* * IUCV network driver * * Copyright IBM Corp. 2001, 2009 * * Author(s): * Original netiucv driver: * Fritz Elfert (elfert@de.ibm.com, felfert@millenux.com) * Sysfs integration and all bugs therein: * Cornelia Huck (cornelia.huck@de.ibm.com) * PM functions: * Ursula Braun (ursula.braun@de.ibm.com) * *...
gpl-2.0
Coolexe/shooteru-ics-crc-3.0.16-e733189
drivers/s390/net/netiucv.c
2801
58371
/* * IUCV network driver * * Copyright IBM Corp. 2001, 2009 * * Author(s): * Original netiucv driver: * Fritz Elfert (elfert@de.ibm.com, felfert@millenux.com) * Sysfs integration and all bugs therein: * Cornelia Huck (cornelia.huck@de.ibm.com) * PM functions: * Ursula Braun (ursula.braun@de.ibm.com) * *...
gpl-2.0
BlissRoms-Kernels/kernel_motorola_BlissPure
drivers/media/dvb-frontends/isl6421.c
3569
4526
/* * isl6421.h - driver for lnb supply and control ic ISL6421 * * Copyright (C) 2006 Andrew de Quincey * Copyright (C) 2006 Oliver Endriss * * 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 Foundatio...
gpl-2.0
ztemt/Z5_H112_kernel
net/ipv6/exthdrs.c
4337
21538
/* * Extension Header handling for IPv6 * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * Andi Kleen <ak@muc.de> * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public ...
gpl-2.0
tositrino/linux
arch/mips/bcm47xx/nvram.c
4593
2807
/* * BCM947xx nvram variable access * * Copyright (C) 2005 Broadcom Corporation * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org> * Copyright (C) 2010-2011 Hauke Mehrtens <hauke@hauke-m.de> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Pu...
gpl-2.0
Abhinav1997/kernel_z3
drivers/acpi/bgrt.c
4849
3920
/* * Copyright 2012 Red Hat, Inc <mjg@redhat.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h...
gpl-2.0
PatrikKT/KofilaKernel
arch/sparc/kernel/pci_schizo.c
4849
48989
/* pci_schizo.c: SCHIZO/TOMATILLO specific PCI controller support. * * Copyright (C) 2001, 2002, 2003, 2007, 2008 David S. Miller (davem@davemloft.net) */ #include <linux/kernel.h> #include <linux/types.h> #include <linux/pci.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/export.h> #include <lin...
gpl-2.0
TeamHackLG/lge-kernel-lproj
sound/pci/hda/hda_beep.c
5105
6896
/* * Digital Beep Input Interface for HD-audio codec * * Author: Matthew Ranostay <mranostay@embeddedalley.com> * Copyright (c) 2008 Embedded Alley Solutions Inc * * This driver is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * th...
gpl-2.0
faux123/Galaxy_S5
net/ipv4/inet_hashtables.c
6129
15354
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Generic INET transport hashtables * * Authors: Lotsa people, from code originally in tcp * * This program i...
gpl-2.0
xiaognol/android_kernel_chm_cl00
net/ipv4/udplite.c
7409
3532
/* * UDPLITE An implementation of the UDP-Lite protocol (RFC 3828). * * Authors: Gerrit Renker <gerrit@erg.abdn.ac.uk> * * Changes: * Fixes: * 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 Fr...
gpl-2.0
nutterpc/demonkernel-I9505-TW
arch/mips/powertv/asic/prealloc-calliope.c
8689
9523
/* * Memory pre-allocations for Calliope 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, or ...
gpl-2.0
parheliamm/SCH-i939_Kernel
net/802/p8023.c
14065
1687
/* * NET3: 802.3 data link hooks used for IPX 802.3 * * 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. * * 802.3 ...
gpl-2.0
ambikadash/linux-fqt
arch/x86/xen/p2m.c
242
35903
/* * Xen leaves the responsibility for maintaining p2m mappings to the * guests themselves, but it must also access and update the p2m array * during suspend/resume when all the pages are reallocated. * * The p2m table is logically a flat array, but we implement it as a * three-level tree to allow the address spa...
gpl-2.0
getitnowmarketing/mecha_2.6.32
fs/gfs2/meta_io.c
498
11204
/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public Licen...
gpl-2.0
TeamSXL/htc-cm-kernel-doubleshot-34_old
drivers/bluetooth/btmrvl_debugfs.c
1266
11521
/** * Marvell Bluetooth driver: debugfs related functions * * Copyright (C) 2009, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the terms of the GNU General Public License Version 2, June 1991 * (the "License"). You may use, redistribute and/...
gpl-2.0
carbonsoft/kernel
arch/x86/xen/irq.c
1522
3391
#include <linux/hardirq.h> #include <asm/x86_init.h> #include <xen/interface/xen.h> #include <xen/interface/sched.h> #include <xen/interface/vcpu.h> #include <asm/xen/hypercall.h> #include <asm/xen/hypervisor.h> #include "xen-ops.h" /* * Force a proper event-channel callback from Xen after clearing the * callbac...
gpl-2.0
NieNs/IM-A750K
drivers/staging/msm/ebi2_l2f.c
3058
14489
/* 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
nmenon/ti-linux-kernel-nm
drivers/macintosh/windfarm_fcu_controls.c
4594
14379
/* * Windfarm PowerMac thermal control. FCU fan control * * Copyright 2012 Benjamin Herrenschmidt, IBM Corp. * * Released under the term of the GNU GPL v2. */ #undef DEBUG #include <linux/types.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/delay.h> #include <linux/slab.h> #include <linux/...
gpl-2.0
ND-3500/golden_cm10.2_kernel
sound/drivers/vx/vx_core.c
4594
20708
/* * Driver for Digigram VX soundcards * * Hardware core part * * Copyright (c) 2002 by 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; either versi...
gpl-2.0
Insswer/kernel_imx
arch/tile/lib/memcpy_tile64.c
7410
8973
/* * Copyright 2010 Tilera Corporation. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation, version 2. * * This program is distributed in the hope that it will ...
gpl-2.0
nikhil16242/stock-golfu-kenrel
arch/parisc/hpux/fs.c
7666
5154
/* * Implements HPUX syscalls. * * Copyright (C) 1999 Matthew Wilcox <willy with parisc-linux.org> * Copyright (C) 2000 Michael Ang <mang with subcarrier.org> * Copyright (C) 2000 John Marvin <jsm with parisc-linux.org> * Copyright (C) 2000 Philipp Rumpf * * This program is free software; you ...
gpl-2.0
bilalliberty/android_kernel_HTC_ville_evita
arch/mips/powertv/asic/prealloc-zeus.c
8690
7872
/* * Memory pre-allocations for Zeus 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, or * (...
gpl-2.0
bestmjh47/ActiveKernel_M250S-JB
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
AICP/kernel_motorola_msm8226
arch/alpha/lib/csum_partial_copy.c
11506
8909
/* * csum_partial_copy - do IP checksumming and copy * * (C) Copyright 1996 Linus Torvalds * accelerated versions (and 21264 assembly versions ) contributed by * Rick Gorton <rick.gorton@alpha-processor.com> * * Don't look at this too closely - you'll go mad. The things * we do for performance.. */ #include <...
gpl-2.0
abhijeet-dev/linux-samsung
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
nyterage/Galaxy_Tab_3_217s
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
mdxy2010/forlinux-ok6410
kernel/drivers/net/cxgb3/aq100x.c
14066
8938
/* * 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
exynos-reference/kernel
drivers/usb/serial/zte_ev.c
243
8813
/* * ZTE_EV USB serial driver * * Copyright (C) 2012 Greg Kroah-Hartman <gregkh@linuxfoundation.org> * Copyright (C) 2012 Linux Foundation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software...
gpl-2.0
emonty/deb-vhd-util
tools/qemu-xen/tests/tcg/mips/mips64-dsp/absq_s_ob.c
243
1052
#include "io.h" int main(void) { long long rd, rt, result, dspcontrol; rt = 0x7F7F7F7F7F7F7F7F; result = 0x7F7F7F7F7F7F7F7F; __asm (".set mips64\n\t" "absq_s.ob %0 %1\n\t" : "=r"(rd) : "r"(rt) ); if (result != rd) { printf("absq_s.ob test 1 erro...
gpl-2.0
atalax/linux
drivers/clk/samsung/clk-exynos-clkout.c
499
4159
/* * Copyright (c) 2014 Samsung Electronics Co., Ltd. * Author: Tomasz Figa <t.figa@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Clock driver for Exynos c...
gpl-2.0
willcharlton/linux
drivers/net/wireless/rt2x00/rt2x00usb.c
1011
22431
/* Copyright (C) 2010 Willow Garage <http://www.willowgarage.com> Copyright (C) 2004 - 2010 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 Softwar...
gpl-2.0
codefarmer-cyk/linux
arch/arm/mach-orion5x/irq.c
1011
1532
/* * arch/arm/mach-orion5x/irq.c * * Core IRQ functions for Marvell Orion System On Chip * * Maintainer: Tzachi Perelstein <tzachi@marvell.com> * * 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 ...
gpl-2.0
robertdolca/linux
arch/mips/fw/arc/misc.c
1523
1564
/* * 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. * * Miscellaneous ARCS PROM routines. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 1999 Ralf Baechle (ralf@...
gpl-2.0
Jazz-823/semc-kernel-msm7x30
fs/exofs/namei.c
1523
7813
/* * Copyright (C) 2005, 2006 * Avishay Traeger (avishay@gmail.com) * Copyright (C) 2008, 2009 * Boaz Harrosh <bharrosh@panasas.com> * * Copyrights for code taken from ext2: * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Univ...
gpl-2.0
koxda/android_kernel_samsung_msm8660-common
arch/arm/plat-s5p/s5p-time.c
2291
9365
/* linux/arch/arm/plat-s5p/s5p-time.c * * Copyright (c) 2011 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * S5P - Common hr-timer 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...
gpl-2.0
utilite-computer/linux-kernel-3.0
sound/pci/echoaudio/indigodj.c
3571
2921
/* * ALSA driver for Echoaudio soundcards. * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. *...
gpl-2.0
ZdrowyGosciu/kernel_lge_g2_msm8974-caf_lg-devs
arch/x86/kernel/sys_x86_64.c
4083
6847
#include <linux/errno.h> #include <linux/sched.h> #include <linux/syscalls.h> #include <linux/mm.h> #include <linux/fs.h> #include <linux/smp.h> #include <linux/sem.h> #include <linux/msg.h> #include <linux/shm.h> #include <linux/stat.h> #include <linux/mman.h> #include <linux/file.h> #include <linux/utsname.h> #includ...
gpl-2.0
omnirom/android_kernel_asus_me301t
drivers/hwmon/ds1621.c
4083
9839
/* ds1621.c - Part of lm_sensors, Linux kernel modules for hardware monitoring Christian W. Zuckschwerdt <zany@triq.net> 2000-11-23 based on lm75.c by Frodo Looijaard <frodol@dds.nl> Ported to Linux 2.6 by Aurelien Jarno <aurelien@aurel32.net> with the help of Jean Delvare <khali@lin...
gpl-2.0
tbalden/android_kernel_htc_m7-sense4.3
drivers/mmc/host/sh_mobile_sdhi.c
4851
7404
/* * SuperH Mobile SDHI * * Copyright (C) 2009 Magnus Damm * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Based on "Compaq ASIC3 support": * * Copyright 2001 Compaq C...
gpl-2.0
monishk10/kernel_cancro
arch/arm/mach-ux500/usb.c
4851
3980
/* * Copyright (C) ST-Ericsson SA 2011 * * Author: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> * License terms: GNU General Public License (GPL) version 2 */ #include <linux/platform_device.h> #include <linux/usb/musb.h> #include <linux/dma-mapping.h> #include <plat/ste_dma40.h> #include <mach/hardware...
gpl-2.0
Validus-Kernel/android_kernel_moto_shamu
arch/cris/arch-v10/kernel/debugport.c
6899
12429
/* Serialport functions for debugging * * Copyright (c) 2000-2007 Axis Communications AB * * Authors: Bjorn Wesen * * Exports: * console_print_etrax(char *buf) * int getDebugChar() * putDebugChar(int) * enableDebugIRQ() * init_etrax_debug() * */ #include <linux/console.h> #include <linux/i...
gpl-2.0
xiaokang1986/Kylin-kernel-3.4.10
drivers/isdn/sc/command.c
9203
8536
/* $Id: command.c,v 1.4.10.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@spel...
gpl-2.0
AOKP/kernel_lge_msm8974
arch/arm/plat-iop/i2c.c
9715
1783
/* * arch/arm/plat-iop/i2c.c * * Author: Nicolas Pitre <nico@cam.org> * Copyright (C) 2001 MontaVista Software, Inc. * Copyright (C) 2004 Intel Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published b...
gpl-2.0
DirtyUnicorns/android_kernel_htc_msm8660-caf
arch/x86/pci/irq.c
10483
33408
/* * Low-Level PCI Support for PC -- Routing of Interrupts * * (c) 1999--2000 Martin Mares <mj@ucw.cz> */ #include <linux/types.h> #include <linux/kernel.h> #include <linux/pci.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/dmi.h> #include <linux/io.h> #include <linux/smp.h> #include <asm/...
gpl-2.0
gproj-m/lge-kernel-gproj
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
rperier/linux-rockchip
drivers/media/platform/vsp1/vsp1_lut.c
244
5861
// SPDX-License-Identifier: GPL-2.0+ /* * vsp1_lut.c -- R-Car VSP1 Look-Up Table * * Copyright (C) 2013 Renesas Corporation * * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) */ #include <linux/device.h> #include <linux/gfp.h> #include <media/v4l2-subdev.h> #include "vsp1.h" #include "vsp1_dl....
gpl-2.0
kannu1994/sgs2_kernel
drivers/gpu/drm/i915/intel_sdvo.c
244
80814
/* * Copyright 2006 Dave Airlie <airlied@linux.ie> * Copyright © 2006-2007 Intel Corporation * Jesse Barnes <jesse.barnes@intel.com> * * 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...
gpl-2.0
wendal/rk2918_uzone_f0_top
drivers/platform/x86/sony-laptop.c
500
77089
/* * ACPI Sony Notebook Control Driver (SNC and SPIC) * * Copyright (C) 2004-2005 Stelian Pop <stelian@popies.net> * Copyright (C) 2007-2009 Mattia Dongili <malattia@linux.it> * * Parts of this driver inspired from asus_acpi.c and ibm_acpi.c * which are copyrighted by their respective authors. * * The SNY6001 ...
gpl-2.0
UberPinguin/android_kernel_samsung_t769
drivers/gpu/drm/nouveau/nouveau_fbcon.c
756
11728
/* * Copyright © 2007 David Airlie * * 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,...
gpl-2.0