repo_name
string
path
string
copies
string
size
string
content
string
license
string
cmenard/kernel_smdk4412
arch/avr32/boards/mimc200/setup.c
2998
6060
/* * Board-specific setup code for the MIMC200 * * Copyright (C) 2008 Mercury IMC Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ extern struct atmel_lcdfb_info mimc2...
gpl-2.0
chhapil/Kernel-Lenovo-A6000-KK
drivers/gpu/drm/nouveau/core/subdev/bios/xpio.c
3254
2487
/* * Copyright 2012 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
gpl-2.0
shazzl/Kernel-Mega
fs/proc/root.c
4022
5747
/* * linux/fs/proc/root.c * * Copyright (C) 1991, 1992 Linus Torvalds * * proc root directory handling functions */ #include <asm/uaccess.h> #include <linux/errno.h> #include <linux/time.h> #include <linux/proc_fs.h> #include <linux/stat.h> #include <linux/init.h> #include <linux/sched.h> #include <linux/mod...
gpl-2.0
EnJens/android_kernel_sony_pollux_windy_stock
drivers/video/omap2/displays/panel-generic-dpi.c
4790
11398
/* * Generic DPI Panels support * * Copyright (C) 2010 Canonical Ltd. * Author: Bryan Wu <bryan.wu@canonical.com> * * LCD panel driver for Sharp LQ043T1DG01 * * Copyright (C) 2009 Texas Instruments Inc * Author: Vaibhav Hiremath <hvaibhav@ti.com> * * LCD panel driver for Toppoly TDO35S * * Copyright (C) 20...
gpl-2.0
The-Covenant/android_kernel_samsung_i317
drivers/isdn/hardware/eicon/os_4bri.c
4790
29089
/* $Id: os_4bri.c,v 1.28.4.4 2005/02/11 19:40:25 armin Exp $ */ #include "platform.h" #include "debuglib.h" #include "cardtype.h" #include "pc.h" #include "pr_pc.h" #include "di_defs.h" #include "dsp_defs.h" #include "di.h" #include "io.h" #include "xdi_msg.h" #include "xdi_adapter.h" #include "os_4bri.h" #include "d...
gpl-2.0
AndreiLux/Perseus-UNIVERSAL5410
drivers/staging/rtl8712/rtl871x_ioctl_rtl.c
8118
16350
/****************************************************************************** * rtl871x_ioctl_rtl.c * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * Linux device driver for RTL8192SU * * This program is free software; you can redistribute it and/or modify it * under the terms of version...
gpl-2.0
ghsr/android_kernel_samsung_i9152
drivers/staging/winbond/mds.c
8118
17881
#include "mds_f.h" #include "mto.h" #include "wbhal.h" #include "wb35tx_f.h" unsigned char Mds_initial(struct wbsoft_priv *adapter) { struct wb35_mds *pMds = &adapter->Mds; pMds->TxPause = false; pMds->TxRTSThreshold = DEFAULT_RTSThreshold; pMds->TxFragmentThreshold = DEFAULT_FRAGMENT_THRESHOLD; return hal_get_...
gpl-2.0
n3ocort3x/endeavoru_2.17
sound/pci/ice1712/aureon.c
8118
63803
/* * ALSA driver for ICEnsemble VT1724 (Envy24HT) * * Lowlevel functions for Terratec Aureon cards * * Copyright (c) 2003 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 ...
gpl-2.0
sorenb-xlnx/linux-xlnx
drivers/sfi/sfi_acpi.c
11702
6204
/* sfi_acpi.c Simple Firmware Interface - ACPI extensions */ /* This file is provided under a dual BSD/GPLv2 license. When using or redistributing this file, you may do so under either license. GPL LICENSE SUMMARY Copyright(c) 2009 Intel Corporation. All rights reserved. This program is free software; y...
gpl-2.0
AOSPA/android_kernel_samsung_tuna
arch/ia64/uv/kernel/setup.c
13238
3403
/* * 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. * * SGI UV Core Functions * * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved. */ #include <linux/module.h> #include <linux/...
gpl-2.0
cleaton/acer_kernel
drivers/connector/cn_proc.c
183
7019
/* * cn_proc.c - process events connector * * Copyright (C) Matt Helsley, IBM Corp. 2005 * Based on cn_fork.c by Guillaume Thouvenin <guillaume.thouvenin@bull.net> * Original copyright notice follows: * Copyright (C) 2005 BULL SA. * * * This program is free software; you can redistribute it and/or modify * it...
gpl-2.0
UnknownzD/I9103_CHN_KERNEL
drivers/s390/block/dasd_devmap.c
183
29959
/* * File...........: linux/drivers/s390/block/dasd_devmap.c * Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com> * Horst Hummel <Horst.Hummel@de.ibm.com> * Carsten Otte <Cotte@de.ibm.com> * Martin Schwidefsky <schwidefsky@de.ibm.com> * Bugreports.to..: <Linux390@de.ibm.com> * (C) IBM...
gpl-2.0
redfuture/linux-kernel
drivers/clk/clk-ppc-corenet.c
183
7398
/* * Copyright 2013 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 Software Foundation. * * clock driver for Freescale PowerPC corenet SoCs. */ #include <linux/clk-...
gpl-2.0
maurillo71/beaglebone-linux
fs/hostfs/hostfs_kern.c
183
21071
/* * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL * * Ported the filesystem routines to 2.5. * 2003-02-10 Petr Baudis <pasky@ucw.cz> */ #include <linux/fs.h> #include <linux/module.h> #include <linux/mm.h> #include <linux/pagemap.h> #include <linux/statfs.h> #inc...
gpl-2.0
Krylon360/lge_kernel_startablet
drivers/acpi/acpica/exdump.c
183
29741
/****************************************************************************** * * Module Name: exdump - Interpreter debug output routines * *****************************************************************************/ /* * Copyright (C) 2000 - 2010, Intel Corp. * All rights reserved. * * Redistribution and ...
gpl-2.0
DirtyUnicorns/android_kernel_htc_t6
drivers/usb/gadget/u_ether.c
183
31493
/* * u_ether.c -- Ethernet-over-USB link layer utilities for Gadget stack * * Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger * Copyright (C) 2008 Nokia Corporation * * This program is free software; you can redistribute it and/or modify * it under the te...
gpl-2.0
sgs3/SGH-I747M_Kernel
drivers/media/video/msm/mt9e013_reg.c
951
6899
/* 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
surdupetru/razr_3.0.31
drivers/tty/serial/s5pv210.c
1719
4010
/* * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * Based on drivers/serial/s3c6400.c * * Driver for Samsung S5PV210 SoC UARTs. * * 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 * publis...
gpl-2.0
aj20010319/Breeze-MM-X3
drivers/md/persistent-data/dm-space-map-disk.c
2231
6762
/* * Copyright (C) 2011 Red Hat, Inc. * * This file is released under the GPL. */ #include "dm-space-map-common.h" #include "dm-space-map-disk.h" #include "dm-space-map.h" #include "dm-transaction-manager.h" #include <linux/list.h> #include <linux/slab.h> #include <linux/export.h> #include <linux/device-mapper.h>...
gpl-2.0
TEAM-Gummy/android_kernel_samsung_smdk4412
drivers/scsi/lpfc/lpfc_mbox.c
2743
75570
/******************************************************************* * This file is part of the Emulex Linux Device Driver for * * Fibre Channel Host Bus Adapters. * * Copyright (C) 2004-2009 Emulex. All rights reserved. * * EMULEX and SLI are trademarks of Emulex. ...
gpl-2.0
MrHyde03/android_kernel_samsung_konawifixx
drivers/infiniband/hw/mlx4/srq.c
4023
8953
/* * Copyright (c) 2007 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2007, 2008 Mellanox Technologies. 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,...
gpl-2.0
xjljian/kernel_huawei_msm8928
arch/mips/mm/c-octeon.c
4279
7780
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2005-2007 Cavium Networks */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/smp...
gpl-2.0
aosp-hybris/android_kernel_goldfish
arch/powerpc/mm/pgtable_64.c
4535
8434
/* * This file contains ioremap and related functions for 64-bit machines. * * Derived from arch/ppc64/mm/init.c * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Modifications by Paul Mackerras (PowerMac) (paulus@samba.org) * and Cort Dougan (PReP) (cort@cs.nmt.edu) * Copyright (C) 1996 Pa...
gpl-2.0
cphelps76/kernel_google_msm
drivers/video/omap2/dss/rfbi.c
4791
22596
/* * linux/drivers/video/omap2/dss/rfbi.c * * Copyright (C) 2009 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * * Some code and ideas taken from drivers/video/omap/ driver * by Imre Deak. * * This program is free software; you can redistribute it and/or modify it * under the terms of ...
gpl-2.0
Envious-Data/shinano-sirius_msm8974abpro
drivers/video/exynos/exynos_dp_core.c
4791
25254
/* * Samsung SoC DP (Display Port) interface driver. * * Copyright (C) 2012 Samsung Electronics Co., Ltd. * Author: Jingoo Han <jg1.han@samsung.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...
gpl-2.0
Bauuuuu/android_kernel_zte_nx512j
drivers/ide/pdc202xx_old.c
4791
10314
/* * Copyright (C) 1998-2002 Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2006-2007, 2009 MontaVista Software, Inc. * Copyright (C) 2007-2010 Bartlomiej Zolnierkiewicz * * Portions Copyright (C) 1999 Promise Technology, Inc. * Author: Frank Tiernan (frankt@promise.com) * Released under terms of Ge...
gpl-2.0
Sony-Kitakami/android_kernel_sony_kitakami
drivers/ide/slc90e66.c
4791
4950
/* * Copyright (C) 2000-2002 Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2006-2007 MontaVista Software, Inc. <source@mvista.com> * * This is a look-alike variation of the ICH0 PIIX4 Ultra-66, * but this keeps the ISA-Bridge and slots alive. * */ #include <linux/types.h> #include <linux/module.h> #incl...
gpl-2.0
robcore/machinex-Note3
tools/perf/util/ui/browsers/hists.c
4791
34426
#include <stdio.h> #include "../libslang.h" #include <stdlib.h> #include <string.h> #include <newt.h> #include <linux/rbtree.h> #include "../../evsel.h" #include "../../evlist.h" #include "../../hist.h" #include "../../pstack.h" #include "../../sort.h" #include "../../util.h" #include "../browser.h" #include "../help...
gpl-2.0
hemanthariyani/omap-kernel
drivers/input/misc/atlas_btns.c
8375
4570
/* * atlas_btns.c - Atlas Wallmount Touchscreen ACPI Extras * * Copyright (C) 2006 Jaya Kumar * Based on Toshiba ACPI by John Belmonte and ASUS ACPI * This work was sponsored by CIS(M) Sdn Bhd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
gpl-2.0
artas182x/android_kernel_samsung_n7505
fs/proc/mmu.c
9399
1401
/* mmu.c: mmu memory info files * * Copyright (C) 2004 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...
gpl-2.0
javelinanddart/android_kernel_3.10_ville
drivers/media/usb/dvb-usb/umt-010.c
9399
4336
/* DVB USB framework compliant Linux driver for the HanfTek UMT-010 USB2.0 * DVB-T receiver. * * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.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 Fr...
gpl-2.0
Vanuan/pocketbook_free_linux
drivers/net/tulip/xircom_cb.c
184
32620
/* * xircom_cb: A driver for the (tulip-like) Xircom Cardbus ethernet cards * * This software is (C) by the respective authors, and licensed under the GPL * License. * * Written by Arjan van de Ven for Red Hat, Inc. * Based on work by Jeff Garzik, Doug Ledford and Donald Becker * * This software may be used ...
gpl-2.0
jakesyl/linux-history-full
drivers/phy/phy-tusb1210.c
696
3614
/** * tusb1210.c - TUSB1210 USB ULPI PHY driver * * Copyright (C) 2015 Intel Corporation * * Author: Heikki Krogerus <heikki.krogerus@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 version 2 as * published by the ...
gpl-2.0
zhjwpku/gsoc
drivers/tty/serial/msm_smd_tty.c
2232
5597
/* * Copyright (C) 2007 Google, Inc. * Copyright (c) 2011, Code Aurora Forum. All rights reserved. * Author: Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distrib...
gpl-2.0
maxwen/android_kernel_oppo_msm8916_orig
arch/mips/bcm47xx/wgt634u.c
2232
4315
/* * 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) 2007 Aurelien Jarno <aurelien@aurel32.net> */ #include <linux/platform_device.h> #include <linux/module.h> #include <linux...
gpl-2.0
Fusion-Devices/android_kernel_moto_shamu_old
arch/powerpc/sysdev/fsl_ifc.c
2232
8139
/* * Copyright 2011 Freescale Semiconductor, Inc * * Freescale Integrated Flash Controller * * Author: Dipen Dudhat <Dipen.Dudhat@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 Softwar...
gpl-2.0
NovaFusion/android_kernel_samsung_golden
fs/gfs2/meta_io.c
2232
10434
/* * 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
Jackeagle/slte_kernel
sound/soc/codecs/wm8993.c
2488
48507
/* * wm8993.c -- WM8993 ALSA SoC audio driver * * Copyright 2009-12 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.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 ...
gpl-2.0
ShivangDave/android_kernel_sony_msm7x27a-Mesona
net/dccp/ipv4.c
3256
29090
/* * net/dccp/ipv4.c * * An implementation of the DCCP protocol * Arnaldo Carvalho de Melo <acme@conectiva.com.br> * * 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 * ...
gpl-2.0
clumsy1991/M8_GPE_Kernel
kernel/audit_tree.c
3512
22232
#include "audit.h" #include <linux/fsnotify_backend.h> #include <linux/namei.h> #include <linux/mount.h> #include <linux/kthread.h> #include <linux/slab.h> struct audit_tree; struct audit_chunk; struct audit_tree { atomic_t count; int goner; struct audit_chunk *root; struct list_head chunks; struct list_head rul...
gpl-2.0
JaeYoulLee/Linux-Kernel
drivers/infiniband/hw/qib/qib_tx.c
3512
17254
/* * Copyright (c) 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 directory of...
gpl-2.0
satgass/android_kernel_lenovo_msm8916
drivers/isdn/gigaset/common.c
4536
26806
/* * Stuff used by all variants of the driver * * Copyright (c) 2001 by Stefan Eilers, * Hansjoerg Lipp <hjlipp@web.de>, * Tilman Schmidt <tilman@imap.cc>. * * ===================================================================== * This program is free software; you c...
gpl-2.0
StelixROM/android_kernel_sony_msm8930
drivers/staging/vme/devices/vme_user.c
5048
22635
/* * VMEbus User access driver * * Author: Martyn Welch <martyn.welch@ge.com> * Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc. * * Based on work by: * Tom Armistead and Ajit Prem * Copyright 2004 Motorola Inc. * * * This program is free software; you can redistribute it and/or modify i...
gpl-2.0
CyanogenMod/lge-kernel-iproj
arch/cris/arch-v10/mm/tlb.c
12984
4706
/* * linux/arch/cris/arch-v10/mm/tlb.c * * Low level TLB handling * * * Copyright (C) 2000-2007 Axis Communications AB * * Authors: Bjorn Wesen (bjornw@axis.com) * */ #include <asm/tlb.h> #include <asm/mmu_context.h> #include <arch/svinto.h> #define D(x) /* The TLB can host up to 64 different mm con...
gpl-2.0
kszaq/linux-amlogic
arch/cris/arch-v10/mm/tlb.c
12984
4706
/* * linux/arch/cris/arch-v10/mm/tlb.c * * Low level TLB handling * * * Copyright (C) 2000-2007 Axis Communications AB * * Authors: Bjorn Wesen (bjornw@axis.com) * */ #include <asm/tlb.h> #include <asm/mmu_context.h> #include <arch/svinto.h> #define D(x) /* The TLB can host up to 64 different mm con...
gpl-2.0
RadiumBot/Radium_jflte
drivers/sensorhub/factory/prox_max88920.c
185
12700
/* * Copyright (C) 2012, Samsung Electronics Co. Ltd. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any...
gpl-2.0
tuxillo/aarch64-dragonfly-gcc
gcc/testsuite/gcc.target/arm/long-calls-1.c
185
5964
/* Check that long calls to different sections are not optimized to "bl". */ /* { dg-do compile { target { arm32 && nonpic } } } */ /* { dg-options "-O2" } */ /* This test expects that short calls are the default. */ /* { dg-skip-if "-mlong-calls in use" { "*-*-*" } { "-mlong-calls" } { "" } } */ #define section(S) ...
gpl-2.0
jumpnow/linux
arch/arm/mach-imx/tzic.c
441
6108
/* * Copyright (C)2004-2010 Freescale Semiconductor, Inc. All Rights Reserved. * * 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-lice...
gpl-2.0
thomhastings/linux-3.14
arch/blackfin/mach-common/smp.c
441
9965
/* * IPI management based on arch/arm/kernel/smp.c (Copyright 2002 ARM Limited) * * Copyright 2007-2009 Analog Devices Inc. * Philippe Gerum <rpm@xenomai.org> * * Licensed under the GPL-2. */ #include <linux/module.h> #include <linux/delay.h> #include <linux/init.h> #include <linux/spinl...
gpl-2.0
androthan/aalto-kernel
arch/arm/mach-mx3/mach-qong.c
697
7123
/* * Copyright (C) 2009 Ilya Yanok, Emcraft Systems Ltd, <yanok@emcraft.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 option) any l...
gpl-2.0
Krylon360/SGS4G_Kernel_GB
arch/arm/mach-at91/board-eco920.c
953
4158
/* * 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 distributed in the hope that it will be use...
gpl-2.0
d3trax/asuswrt-merlin
release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/IR/keymaps/rc-kworld-plus-tv-analog.c
953
2602
/* kworld-plus-tv-analog.h - Keytable for kworld_plus_tv_analog Remote Controller * * keymap imported from ir-keymaps.c * * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.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
FennyFatal/i747_kernel_ics
drivers/media/video/msm/gemini/msm_gemini_hw.c
953
14841
/* 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
MatiasBjorling/linux
drivers/gpu/host1x/cdma.c
2233
12744
/* * Tegra host1x Command DMA * * Copyright (c) 2010-2013, NVIDIA 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 distribut...
gpl-2.0
SaberMod/Linux-stable
drivers/scsi/arm/eesox.c
3513
16185
/* * linux/drivers/acorn/scsi/eesox.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. * * This driver is based on experimentation...
gpl-2.0
asis92/kernel-lp-lg-d802
arch/um/kernel/smp.c
4281
4846
/* * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include "linux/percpu.h" #include "asm/pgalloc.h" #include "asm/tlb.h" #ifdef CONFIG_SMP #include "linux/sched.h" #include "linux/module.h" #include "linux/threads.h" #include "linux/interrupt.h" #include "linu...
gpl-2.0
zeroblade1984/HTC-One-M7
arch/ia64/mm/init.c
4537
19677
/* * Initialize MMU support. * * Copyright (C) 1998-2003 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/bootmem.h> #include <linux/efi.h> #include <linux/elf.h> #include <linux/memblock.h> #include <linux/mm.h> #include <linux/mmz...
gpl-2.0
DirtyUnicorns/android_kernel_samsung_ks01lte
drivers/input/keyboard/mcs_touchkey.c
4793
7220
/* * Touchkey driver for MELFAS MCS5000/5080 controller * * Copyright (C) 2010 Samsung Electronics Co.Ltd * Author: HeungJun Kim <riverful.kim@samsung.com> * Author: Joonyoung Shim <jy0922.shim@samsung.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the G...
gpl-2.0
mukelarvin-price/linux_imx
fs/ocfs2/mmap.c
5049
5131
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * mmap.c * * Code to deal with the mess that is clustered mmap. * * Copyright (C) 2002, 2004 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Gener...
gpl-2.0
mukulsoni/android_kernel_samsung_ms013g-cm11
fs/ocfs2/mmap.c
5049
5131
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * mmap.c * * Code to deal with the mess that is clustered mmap. * * Copyright (C) 2002, 2004 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Gener...
gpl-2.0
vamanea/linux-odroidxu
drivers/video/atafb.c
10425
91065
/* * linux/drivers/video/atafb.c -- Atari builtin chipset frame buffer device * * Copyright (C) 1994 Martin Schaller & Roman Hodek * * 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. * * Histo...
gpl-2.0
high1/android_kernel_htc_golfu_solk
sound/pci/nm256/nm256_coef.c
14777
308064
#define NM_TOTAL_COEFF_COUNT 0x3158 static char coefficients[NM_TOTAL_COEFF_COUNT * 4] = { 0xFF, 0xFF, 0x2F, 0x00, 0x4B, 0xFF, 0xA5, 0x01, 0xEF, 0xFC, 0x21, 0x05, 0x87, 0xF7, 0x62, 0x11, 0xE9, 0x45, 0x5E, 0xF9, 0xB5, 0x01, 0xDE, 0xFF, 0xA4, 0xFF, 0x60, 0x00, 0xCA, 0xFF, 0x0D, 0x00, 0xFD, 0xFF, 0x36, 0x00, 0x36, 0...
gpl-2.0
ingmar-k/2.6.31.14_OXNAS_kernel
drivers/rtc/rtc-ds1390.c
186
4989
/* * rtc-ds1390.c -- driver for the Dallas/Maxim DS1390/93/94 SPI RTC * * Copyright (C) 2008 Mercury IMC Ltd * Written by Mark Jackson <mpfj@mimc.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...
gpl-2.0
aceofall/linux-kernel
net/ipv4/netfilter/ip_tables.c
442
56361
/* * Packet matching code. * * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling * Copyright (C) 2000-2005 Netfilter Core Team <coreteam@netfilter.org> * Copyright (C) 2006-2010 Patrick McHardy <kaber@trash.net> * * This program is free software; you can redistribute it and/or modify * it under the t...
gpl-2.0
crazy-canux/linux
drivers/net/wireless/ath/ath9k/debug_sta.c
442
6540
/* * Copyright (c) 2013 Qualcomm Atheros, 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" AND THE AUT...
gpl-2.0
artemh/asuswrt-merlin
release/src-rt-7.14.114.x/src/linux/linux-2.6.36/arch/mips/math-emu/dp_sub.c
954
4976
/* IEEE754 floating point arithmetic * double precision: common utilities */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * http://www.algor.co.uk * * ######################################################################## * * This program is free software; you can distribute ...
gpl-2.0
mandarfsl/lvm-deduplicaton
drivers/net/atl1e/atl1e_main.c
1722
69683
/* * Copyright(c) 2007 Atheros Corporation. All rights reserved. * * Derived from Intel e1000 driver * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by t...
gpl-2.0
profglavcho/mt6577-kernel-3.10.65
drivers/net/ethernet/mellanox/mlx4/port.c
2234
23031
/* * Copyright (c) 2007 Mellanox Technologies. 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 sou...
gpl-2.0
Abhishek-karmakar/caf-kernel-msm8916
lib/checksum.c
2234
4974
/* * * 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. * * IP/TCP/UDP checksumming routines * * Authors: Jorge Cwik, <jorge@laser.satlink.net> * Arnt Gulbrandsen,...
gpl-2.0
CyanogenMod/android_kernel_motorola_apq8084
drivers/video/sh7760fb.c
2234
14454
/* * SH7760/SH7763 LCDC Framebuffer driver. * * (c) 2006-2008 MSC Vertriebsges.m.b.H., * Manuel Lauss <mano@roarinelk.homelinux.net> * (c) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * * This file is subject to the terms and conditions of the GNU General * Public License. See the file ...
gpl-2.0
gui2dev/android_kernel_motorola_tinboost
fs/read_write.c
2490
21319
/* * linux/fs/read_write.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include <linux/slab.h> #include <linux/stat.h> #include <linux/fcntl.h> #include <linux/file.h> #include <linux/uio.h> #include <linux/fsnotify.h> #include <linux/security.h> #include <linux/module.h> #include <linux/syscalls.h> #includ...
gpl-2.0
TeamEOS/kernel_oppo_r7plus
arch/mips/loongson/common/gpio.c
3002
2770
/* * STLS2F GPIO Support * * Copyright (c) 2008 Richard Liu, STMicroelectronics <richard.liu@st.com> * Copyright (c) 2008-2010 Arnaud Patard <apatard@mandriva.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 b...
gpl-2.0
jackie099/android_kernel_sony_msm8974
drivers/s390/scsi/zfcp_fsf.c
3514
68728
/* * zfcp device driver * * Implementation of FSF commands. * * Copyright IBM Corporation 2002, 2010 */ #define KMSG_COMPONENT "zfcp" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/blktrace_api.h> #include <linux/slab.h> #include <scsi/fc/fc_els.h> #include "zfcp_ext.h" #include "zfcp_fc.h" #includ...
gpl-2.0
Defector/IM-A820L_ics_kernel
net/wireless/chan.c
3770
3198
/* * This file contains helper code to handle channel * settings and keeping track of what is possible at * any point in time. * * Copyright 2009 Johannes Berg <johannes@sipsolutions.net> */ #include <net/cfg80211.h> #include "core.h" struct ieee80211_channel * rdev_freq_to_chan(struct cfg80211_registered_devic...
gpl-2.0
MoKee/android_kernel_lge_gproj
fs/btrfs/file-item.c
4282
23286
/* * 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
vlolteanu/mptcp
drivers/input/joystick/iforce/iforce-usb.c
4538
6681
/* * Copyright (c) 2000-2002 Vojtech Pavlik <vojtech@ucw.cz> * Copyright (c) 2001-2002, 2007 Johann Deneux <johann.deneux@gmail.com> * * USB/RS232 I-Force joysticks and wheels. */ /* * 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
hagar006/android_kernel_sony_apq8064
arch/x86/kernel/head64.c
4794
3368
/* * prepare to run common code * * Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE */ #include <linux/init.h> #include <linux/linkage.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/string.h> #include <linux/percpu.h> #include <linux/start_kernel.h> #include <linux/io.h> #include...
gpl-2.0
leehz/android_kernel_samsung_ms013g
fs/nfsd/nfs3xdr.c
6586
27211
/* * XDR support for nfsd/protocol version 3. * * Copyright (C) 1995, 1996, 1997 Olaf Kirch <okir@monad.swb.de> * * 2003-08-09 Jamie Lokier: Use htonl() for nanoseconds, not htons()! */ #include <linux/namei.h> #include "xdr3.h" #include "auth.h" #define NFSDDBG_FACILITY NFSDDBG_XDR /* * Mapping of S_IF* ty...
gpl-2.0
letama/android_kernel_nozomi
arch/sh/drivers/pci/fixups-sdk7786.c
7610
1770
/* * SDK7786 FPGA PCIe mux handling * * Copyright (C) 2010 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. */ #define pr_fmt(fmt) "PCI: " fmt #include <linux/init.h> #include ...
gpl-2.0
omnirom/android_kernel_oppo_r819
drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c
7610
3661
/****************************************************************************** * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * * Based on the r8180 driver, which is: * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * This program is free software; you can redistribute it ...
gpl-2.0
cahdudul/akh8960_cm
drivers/staging/comedi/comedi_compat32.c
8634
14180
/* comedi/comedi_compat32.c 32-bit ioctl compatibility for 64-bit comedi kernel module. Author: Ian Abbott, MEV Ltd. <abbotti@mev.co.uk> Copyright (C) 2007 MEV Ltd. <http://www.mev.co.uk/> COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1997-2007 David A. Schleef <ds@schl...
gpl-2.0
bq/aquaris-E4
drivers/net/irda/toim3232-sir.c
8890
12466
/********************************************************************* * * Filename: toim3232-sir.c * Version: 1.0 * Description: Implementation of dongles based on the Vishay/Temic * TOIM3232 SIR Endec chipset. Currently only the * IRWave IR320ST-2 is tested, although it should work * w...
gpl-2.0
SaberMod/lge-kernel-mako
drivers/net/wireless/prism54/oid_mgt.c
8890
25331
/* * Copyright (C) 2003,2004 Aurelien Alleaume <slts@free.fr> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License * * This program is distributed in the...
gpl-2.0
wangsai008/NewWorld-F160-JB-Kernel
sound/core/seq/seq_queue.c
10170
19838
/* * ALSA sequencer Timing queue handling * Copyright (c) 1998-1999 by Frank van de Pol <fvdpol@coil.demon.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 Foundation; either version 2 ...
gpl-2.0
caibo2014/linux
arch/powerpc/platforms/cell/spufs/spu_restore.c
12218
9243
/* * spu_restore.c * * (C) Copyright IBM Corp. 2005 * * SPU-side context restore sequence outlined in * Synergistic Processor Element Book IV * * Author: Mark Nutter <mnutter@us.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Li...
gpl-2.0
flar2/jewel-bulletproof
drivers/char/bfin-otp.c
12730
6074
/* * Blackfin On-Chip OTP Memory Interface * * Copyright 2007-2009 Analog Devices Inc. * * Enter bugs at http://blackfin.uclinux.org/ * * Licensed under the GPL-2 or later. */ #include <linux/device.h> #include <linux/errno.h> #include <linux/fs.h> #include <linux/init.h> #include <linux/miscdevice.h> #include...
gpl-2.0
simo97/linux
kernel/trace/trace_events_filter.c
187
55982
/* * trace_events_filter - generic event filtering * * 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
stonerdroid/ZT280-kernel
arch/arm/mach-mx5/mm.c
187
2208
/* * Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved. * * 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-licens...
gpl-2.0
tuxx42/PNX8550_U-BOOT
board/o2dnt/o2dnt.c
187
5106
/* * (C) Copyright 2005 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2004 * Mark Jonas, Freescale Semiconductor, mark.jonas@motorola.com. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or *...
gpl-2.0
rickyzhang82/dragon-linux
arch/x86/boot/compressed/aslr.c
443
8541
#include "misc.h" #include <asm/msr.h> #include <asm/archrandom.h> #include <asm/e820.h> #include <generated/compile.h> #include <linux/module.h> #include <linux/uts.h> #include <linux/utsname.h> #include <generated/utsrelease.h> /* Simplified build-specific string for starting entropy. */ static const char build_st...
gpl-2.0
myself659/linux
tools/testing/selftests/powerpc/dscr/dscr_sysfs_test.c
955
2021
/* * POWER Data Stream Control Register (DSCR) sysfs interface test * * This test updates to system wide DSCR default through the sysfs interface * and then verifies that all the CPU specific DSCR defaults are updated as * well verified from their sysfs interfaces. * * Copyright 2015, Anshuman Khandual, IBM Corp...
gpl-2.0
menghang/android_kernel_xiaomi_msm8996
drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.c
1211
4568
/******************************************************************************* This is the driver for the MAC 10/100 on-chip Ethernet controller currently tested on all the ST boards based on STb7109 and stx7200 SoCs. DWC Ether MAC 10/100 Universal version 4.0 has been used for developing this code. This ...
gpl-2.0
ApisSys/linux-analogdevicesinc-ap6
sound/usb/line6/midibuf.c
1467
5382
/* * Line 6 Linux USB driver * * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) * * 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. * */ #include <linux/slab.h...
gpl-2.0
meizuosc/m03x
drivers/media/radio/wl128x/fmdrv_v4l2.c
2235
14559
/* * FM Driver for Connectivity chip of Texas Instruments. * This file provides interfaces to V4L2 subsystem. * * This module registers with V4L2 subsystem as Radio * data system interface (/dev/radio). During the registration, * it will expose two set of function pointers. * * 1) File operation related...
gpl-2.0
ShinySide/G531M
drivers/media/usb/usbvision/usbvision-core.c
2747
75405
/* * usbvision-core.c - driver for NT100x USB video capture devices * * * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de> * Dwaine Garden <dwainegarden@rogers.com> * * This module is part of usbvision driver project. * Updates to driver completed by Dwaine P. Garden * ...
gpl-2.0
mlachwani/Android_4.4.2_MotoG_Kernel
drivers/media/video/gspca/pac7302.c
3259
26070
/* * Pixart PAC7302 driver * * Copyright (C) 2008-2012 Jean-Francois Moine <http://moinejf.free.fr> * Copyright (C) 2005 Thomas Kaiser thomas@kaiser-linux.li * * Separated from Pixart PAC7311 library by Márton Németh * Camera button input handling by Márton Németh <nm127@freemail.hu> * Copyright (C) 2009-2010 M...
gpl-2.0
timmytim/cm_kernel_jflteatt
net/sctp/sm_statefuns.c
3515
197491
/* SCTP kernel implementation * (C) Copyright IBM Corp. 2001, 2004 * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. * Copyright (c) 2001-2002 Intel Corp. * Copyright (c) 2002 Nokia Corp. * * This is part of the SCTP Linux Kernel Implementation. * * These are the state functio...
gpl-2.0
TheScarastic/kenzo
drivers/media/rc/keymaps/rc-total-media-in-hand-02.c
4539
2966
/* * Total Media In Hand_02 remote controller keytable for Mygica X8507 * * Copyright (C) 2012 Alfredo J. Delaiti <alfredodelaiti@netscape.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softw...
gpl-2.0
flar2/bulletproof-m7-5.0
fs/jffs2/dir.c
4795
23388
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(fmt) ...
gpl-2.0
championswimmer/android_kernel_sony_huashan
arch/powerpc/platforms/powermac/setup.c
7355
16022
/* * Powermac setup and early boot code plus other random bits. * * PowerPC version * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Adapted for Power Macintosh by Paul Mackerras * Copyright (C) 1996 Paul Mackerras (paulus@samba.org) * * Derived from "arch/alpha/kernel/setup.c" * Copy...
gpl-2.0