repo_name
string
path
string
copies
string
size
string
content
string
license
string
semdoc/linux-block
arch/arm64/kernel/efi-stub.c
549
1394
/* * Copyright (C) 2013, 2014 Linaro Ltd; <roy.franz@linaro.org> * * This file implements the EFI boot stub for the arm64 kernel. * Adapted from ARM version by Mark Salter <msalter@redhat.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
muntahar/GT-S5660-KERNEL
arch/arm/mach-at91/board-sam9g20ek-2slot-mmc.c
1317
6527
/* * Copyright (C) 2005 SAN People * Copyright (C) 2008 Atmel * Copyright (C) 2009 Rob Emanuele * * 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
drsn0w/android_kernel_zte_msm7627
arch/powerpc/mm/tlb_hash32.c
1317
4951
/* * This file contains the routines for TLB flushing. * On machines where the MMU uses a hash table to store virtual to * physical translations, these routines flush entries from the * hash table also. * -- paulus * * Derived from arch/ppc/mm/init.c: * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org...
gpl-2.0
lyapota/s7e_marshmallow
kernel/sched/cpupri.c
1573
6959
/* * kernel/sched/cpupri.c * * CPU priority management * * Copyright (C) 2007-2008 Novell * * Author: Gregory Haskins <ghaskins@novell.com> * * This code tracks the priority of each CPU so that global migration * decisions are easy to calculate. Each CPU can be in a state as follows: * * ...
gpl-2.0
Lmaths/linux-stable-rcn-ee
drivers/watchdog/pc87413_wdt.c
1829
14364
/* * NS pc87413-wdt Watchdog Timer driver for Linux 2.6.x.x * * This code is based on wdt.c with original copyright. * * (C) Copyright 2006 Sven Anders, <anders@anduras.de> * and Marcus Junker, <junker@anduras.de> * * This program is free software; you can redistribute it...
gpl-2.0
RobinSystems/linux-3.13
arch/x86/mm/setup_nx.c
2085
1286
#include <linux/spinlock.h> #include <linux/errno.h> #include <linux/init.h> #include <asm/pgtable.h> #include <asm/proto.h> static int disable_nx; /* * noexec = on|off * * Control non-executable mappings for processes. * * on Enable * off Disable */ static int __init noexec_setup(char *str) { if (!...
gpl-2.0
emxys1/imx6rex-sato-sdk-linux-3.10.17
drivers/staging/slicoss/slicoss.c
2085
102862
/************************************************************************** * * Copyright 2000-2006 Alacritech, Inc. 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. Redistribution...
gpl-2.0
THEindian/glacier_kernel
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c
2597
17294
/************************************************************************** * * Copyright © 2007 David Airlie * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentatio...
gpl-2.0
Hadramos/android_sony_xperiaz_kernel_sources
net/bridge/br_if.c
2853
9423
/* * Userspace interface * Linux ethernet bridge * * Authors: * Lennert Buytenhek <buytenh@gnu.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...
gpl-2.0
agat63/E4GT_ICS_kernel
arch/powerpc/platforms/52xx/lite5200_pm.c
3109
6358
#include <linux/init.h> #include <linux/suspend.h> #include <asm/io.h> #include <asm/time.h> #include <asm/mpc52xx.h> /* defined in lite5200_sleep.S and only used here */ extern void lite5200_low_power(void __iomem *sram, void __iomem *mbar); static struct mpc52xx_cdm __iomem *cdm; static struct mpc52xx_intr __iomem ...
gpl-2.0
omnirom/android_kernel_samsung_n1
net/sctp/sm_statetable.c
7973
32141
/* SCTP kernel implementation * (C) Copyright IBM Corp. 2001, 2004 * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. * Copyright (c) 2001 Intel Corp. * Copyright (c) 2001 Nokia, Inc. * * This file is part of the SCTP kernel implementation * * These are the state tables for the SCTP...
gpl-2.0
G2Mini-DevTeam/android_kernel_lge_msm8226
arch/parisc/math-emu/fpudispatch.c
8741
39225
/* * Linux/PA-RISC Project (http://www.parisc-linux.org/) * * Floating-point emulation code * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.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 * ...
gpl-2.0
zhuguihua/linux
net/ipv4/tcp_offload.c
38
7869
/* * IPV4 GSO/GRO offload support * Linux INET implementation * * 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
uniphier/linux-unph
drivers/media/platform/mx2_emmaprp.c
38
25789
/* * Support eMMa-PrP through mem2mem framework. * * eMMa-PrP is a piece of HW that allows fetching buffers * from one memory location and do several operations on * them such as scaling or format conversion giving, as a result * a new processed buffer in another memory location. * * Based on mem2mem_testdev.c ...
gpl-2.0
nanming/linux2.6
drivers/scsi/dpt_i2o.c
38
87919
/*************************************************************************** dpti.c - description ------------------- begin : Thu Sep 7 2000 copyright : (C) 2000 by Adaptec July 30, 2001 First version being submitted ...
gpl-2.0
Talustus/android_kernel_samsung_msm8660-common
arch/arm/mach-msm/board-8930-display.c
38
18583
/* Copyright (c) 2011-2012, 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
TeamEpsilon/linux-3.8-test_context
drivers/pci/pci-driver.c
38
31948
/* * drivers/pci/pci-driver.c * * (C) Copyright 2002-2004, 2007 Greg Kroah-Hartman <greg@kroah.com> * (C) Copyright 2007 Novell Inc. * * Released under the GPL v2 only. * */ #include <linux/pci.h> #include <linux/module.h> #include <linux/init.h> #include <linux/device.h> #include <linux/mempolicy.h> #include ...
gpl-2.0
aristeu/linux-2.6
drivers/watchdog/renesas_wdt.c
38
8090
// SPDX-License-Identifier: GPL-2.0 /* * Watchdog driver for Renesas WDT watchdog * * Copyright (C) 2015-17 Wolfram Sang, Sang Engineering <wsa@sang-engineering.com> * Copyright (C) 2015-17 Renesas Electronics Corporation */ #include <linux/bitops.h> #include <linux/clk.h> #include <linux/delay.h> #include <linux/...
gpl-2.0
x13thangelx/droid2we-kernel
drivers/net/wireless/b43/main.c
294
135842
/* Broadcom B43 wireless driver Copyright (c) 2005 Martin Langer <martin-langer@gmx.de> Copyright (c) 2005 Stefano Brivio <stefano.brivio@polimi.it> Copyright (c) 2005-2009 Michael Buesch <mb@bu3sch.de> Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org> Copyright (c) 2005 Andreas Jaggi <andreas.jaggi...
gpl-2.0
CSE3320/kernel-code
linux-5.8/net/bluetooth/bnep/netdev.c
550
5898
/* BNEP implementation for Linux Bluetooth stack (BlueZ). Copyright (C) 2001-2002 Inventel Systemes Written 2001-2002 by Clément Moreau <clement.moreau@inventel.fr> David Libault <david.libault@inventel.fr> Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> This program is free software; you c...
gpl-2.0
zhiweix-dong/linux-yocto-micro-3.19
sound/isa/gus/interwave.c
550
26646
/* * Driver for AMD InterWave soundcard * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * * * 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
prakhya/linux_sai
arch/x86/crypto/fpu.c
806
4483
/* * FPU: Wrapper for blkcipher touching fpu * * Copyright (c) Intel Corp. * Author: Huang Ying <ying.huang@intel.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version ...
gpl-2.0
shakalaca/ASUS_ZenFone_ZE550ML_ZE551ML
linux/kernel/sound/soc/spear/spdif_in.c
2086
7375
/* * ALSA SoC SPDIF In Audio Layer for spear processors * * Copyright (C) 2012 ST Microelectronics * Vipin Kumar <vipin.kumar@st.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 express or i...
gpl-2.0
xhteam/kernel_imx
arch/x86/mm/init_64.c
2086
24554
/* * linux/arch/x86_64/mm/init.c * * Copyright (C) 1995 Linus Torvalds * Copyright (C) 2000 Pavel Machek <pavel@ucw.cz> * Copyright (C) 2002,2003 Andi Kleen <ak@suse.de> */ #include <linux/signal.h> #include <linux/sched.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/string.h> #inclu...
gpl-2.0
jeboo/kernel_KK_i337_ATT_NB1
arch/x86/kernel/ptrace.c
2342
38676
/* By Ross Biro 1/23/92 */ /* * Pentium III FXSR, SSE support * Gareth Hughes <gareth@valinux.com>, May 2000 */ #include <linux/kernel.h> #include <linux/sched.h> #include <linux/mm.h> #include <linux/smp.h> #include <linux/errno.h> #include <linux/slab.h> #include <linux/ptrace.h> #include <linux/regset.h> #includ...
gpl-2.0
shesselba/linux-berlin
sound/soc/fsl/phycore-ac97.c
2342
3392
/* * phycore-ac97.c -- SoC audio for imx_phycore in AC97 mode * * Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.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 Foundati...
gpl-2.0
mdeejay/kernel_huawei_omap4
drivers/staging/iio/resolver/ad2s120x.c
2342
7432
/* * ad2s120x.c simple support for the ADI Resolver to Digital Converters: AD2S1200/1205 * * Copyright (c) 2010-2010 Analog Devices 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 Fo...
gpl-2.0
Muyiafan/android_kernel_oneplus_msm8994
sound/soc/davinci/davinci-i2s.c
2598
23796
/* * ALSA SoC I2S (McBSP) Audio Layer for TI DAVINCI processor * * Author: Vladimir Barinov, <vbarinov@embeddedalley.com> * Copyright: (C) 2007 MontaVista Software, Inc., <source@mvista.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu...
gpl-2.0
embeddedarm/linux-2.6.34-ts471x
arch/x86/pci/bus_numa.c
4134
1985
#include <linux/init.h> #include <linux/pci.h> #include <linux/range.h> #include "bus_numa.h" int pci_root_num; struct pci_root_info pci_root_info[PCI_ROOT_NR]; void x86_pci_root_bus_res_quirks(struct pci_bus *b) { int i; int j; struct pci_root_info *info; /* don't go for it if _CRS is used already */ if (b->r...
gpl-2.0
b-man/msm-3.4
arch/powerpc/kvm/book3s_64_mmu.c
6950
12192
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warr...
gpl-2.0
CandyKat/kernel_lge_hammerhead
drivers/net/ethernet/8390/lib8390.c
7462
35078
/* 8390.c: A general NS8390 ethernet driver core for linux. */ /* Written 1992-94 by Donald Becker. Copyright 1993 United States Government as represented by the Director, National Security Agency. This software may be used and distributed according to the terms of the GNU General Public License, incorporated he...
gpl-2.0
skullface1/android_kernel_samsung_i9105
drivers/video/backlight/smart_dimming_ld9042.c
39
17998
/* linux/drivers/video/samsung/smartdimming.c * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com * Samsung Smart Dimming for OCTA * * Minwoo Kim, <minwoo7945.kim@samsung.com> * */ #include "smart_dimming_ld9042.h" #include "ld9042_volt_tbl.h" /*#define MTP_REVERSE */ #define V255_...
gpl-2.0
gazoo74/linux
drivers/soundwire/bus_type.c
39
4373
// SPDX-License-Identifier: GPL-2.0 // Copyright(c) 2015-17 Intel Corporation. #include <linux/module.h> #include <linux/mod_devicetable.h> #include <linux/pm_domain.h> #include <linux/soundwire/sdw.h> #include <linux/soundwire/sdw_type.h> /** * sdw_get_device_id - find the matching SoundWire device id * @slave: So...
gpl-2.0
BPI-SINOVOIP/BPI-Mainline-kernel
linux-5.4/drivers/media/platform/rcar-vin/rcar-csi2.c
39
30403
// SPDX-License-Identifier: GPL-2.0 /* * Driver for Renesas R-Car MIPI CSI-2 Receiver * * Copyright (C) 2018 Renesas Electronics Corp. */ #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_device.h> #include <linux/of_graph...
gpl-2.0
mtmichaelson/LG_Spectrum_Kernel
drivers/power/msm_battery.c
39
42062
/* Copyright (c) 2009-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 ho...
gpl-2.0
LinuxKernelDevelopment/linux-3.17-with_my_system_call
arch/arm/mach-at91/clock.c
295
24033
/* * linux/arch/arm/mach-at91/clock.c * * Copyright (C) 2005 David Brownell * Copyright (C) 2005 Ivan Kokshaysky * * 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...
gpl-2.0
bleached/android_kernel_samsung_msm7x27a
sound/pci/asihpi/hpidebug.c
295
5980
/************************************************************************ AudioScience HPI driver Copyright (C) 1997-2010 AudioScience Inc. <support@audioscience.com> 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...
gpl-2.0
falaze/nexus5n
arch/arm/mach-msm/pil-gss.c
295
15437
/* * Copyright (c) 2012-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 ...
gpl-2.0
tjcgj/busybox-xlnx-soc
archival/libarchive/header_verbose_list.c
295
1607
/* vi: set sw=4 ts=4: */ /* * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" #include "bb_archive.h" void FAST_FUNC header_verbose_list(const file_header_t *file_header) { struct tm tm_time; struct tm *ptm = &tm_time; //localtime(&file_header->mtime); #if ENABLE_FEATUR...
gpl-2.0
Smartandroidtech/platform_kernel_lge_hammerhead
arch/arm/mach-msm/qdsp5/adsp_rm.c
1063
4933
/* Copyright (c) 2010, 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
GeyerA/kernel_shamu
net/dccp/ipv6.c
1575
31246
/* * DCCP over IPv6 * Linux INET6 implementation * * Based on net/dccp6/ipv6.c * * Arnaldo Carvalho de Melo <acme@ghostprotocols.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 Software Fo...
gpl-2.0
TeamWin/android_kernel_htc_a32e
drivers/clk/tegra/clk.c
2087
2622
/* * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. * * 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...
gpl-2.0
yuzaipiaofei/android_kernel_cyanogen_msm8916
drivers/staging/media/solo6x10/solo6x10-tw28.c
2087
26067
/* * Copyright (C) 2010-2013 Bluecherry, LLC <http://www.bluecherrydvr.com> * * Original author: * Ben Collins <bcollins@ubuntu.com> * * Additional work by: * John Brooks <john.brooks@bluecherry.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener...
gpl-2.0
C-Aniruddh/ace-kernel_lettuce
sound/soc/omap/omap3pandora.c
2599
9161
/* * omap3pandora.c -- SoC audio for Pandora Handheld Console * * Author: Gražvydas Ignotas <notasas@gmail.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. * * This pr...
gpl-2.0
d3trax/asuswrt-merlin
release/src/router/samba36/lib/zlib/inftrees.c
2855
13756
/* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2005 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil.h" #include "inftrees.h" #define MAXBITS 15 const char inflate_copyright[] = " inflate 1.2.3 Copyright 1995-2005 Mark A...
gpl-2.0
bigbiff/android_kernel_samsung_zeroflte
arch/arm/mach-msm/gpiomux-v1.c
4903
1207
/* 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
bju2000/Sense7_Kernel_b2wlj
drivers/media/video/ivtv/ivtv-firmware.c
7975
11880
/* ivtv firmware functions. Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> Copyright (C) 2004 Chris Kennedy <c@groovy.org> 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 G...
gpl-2.0
TeamJB/kernel_samsung_smdk4412
drivers/media/video/ivtv/ivtv-firmware.c
7975
11880
/* ivtv firmware functions. Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> Copyright (C) 2004 Chris Kennedy <c@groovy.org> 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 G...
gpl-2.0
GustavoRD78/78Kernel-5.1.1-23.4.A.0.546
drivers/media/rc/keymaps/rc-snapstream-firefly.c
9511
2662
/* * SnapStream Firefly X10 RF remote keytable * * Copyright (C) 2011 Anssi Hannula <anssi.hannula@?ki.fi> * * 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 Licens...
gpl-2.0
TheTypoMaster/android_kernel_htc_a31ul
drivers/isdn/hisax/st5481_b.c
9511
9957
/* * Driver for ST5481 USB ISDN modem * * Author Frode Isaksen * Copyright 2001 by Frode Isaksen <fisaksen@bewan.com> * 2001 by Kai Germaschewski <kai.germaschewski@gmx.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incor...
gpl-2.0
uplusplus/ls300_smdkc110
drivers/net/chelsio/mv88x201x.c
12327
8786
/***************************************************************************** * * * File: mv88x201x.c * * $Revision: 1.12 $ * * $...
gpl-2.0
moonlightly/android_kernel_huawei_msm7x27a
drivers/media/dvb/b2c2/flexcop-dma.c
14375
4316
/* * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III * flexcop-dma.c - configuring and controlling the DMA of the FlexCop * see flexcop.c for copyright information */ #include "flexcop.h" int flexcop_dma_allocate(struct pci_dev *pdev, struct flexcop_dma *dma, u32 size) { u8 *tcpu; dma_a...
gpl-2.0
tibere86/CM12-M8
drivers/media/platform/msm/camera_v2/yushanII/ilp0100_customer_platform.c
40
12774
/******************************************************************************* ################################################################################ # (C) STMicroelectronics 2012 # # This program is free software; you can redistribute it and/or modify it under # the terms of the...
gpl-2.0
jaredjones/TrinityCore
src/server/ipc/Commands.cpp
40
2189
/* * Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.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 ve...
gpl-2.0
bq-dev/android_kernel_bq_msm8976
drivers/spi/spi_qsd.c
40
75604
/* Copyright (c) 2008-2015, 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
wanghao-xznu/linux-2.6.32.9-hiveboard_130326
drivers/watchdog/rc32434_wdt.c
552
8763
/* * IDT Interprise 79RC32434 watchdog driver * * Copyright (C) 2006, Ondrej Zajicek <santiago@crfreenet.org> * Copyright (C) 2008, Florian Fainelli <florian@openwrt.org> * * based on * SoftDog 0.05: A Software Watchdog Device * * (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>, * All Rights ...
gpl-2.0
blue236/linux-1
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv10.c
552
5835
/* * 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
gauravds/linux
drivers/gpu/drm/nouveau/nvkm/engine/cipher/g84.c
552
5148
/* * 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
XtheOne/enrc2b-3.1.10-42105bd
drivers/block/cciss.c
552
150376
/* * Disk Array driver for HP Smart Array controllers. * (C) Copyright 2000, 2007 Hewlett-Packard Development Company, L.P. * * 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
aksalj/kernel_rpi
tools/testing/selftests/size/get_size.c
1320
2453
/* * Copyright 2014 Sony Mobile Communications Inc. * * Licensed under the terms of the GNU GPL License version 2 * * Selftest for runtime system size * * Prints the amount of RAM that the currently running system is using. * * This program tries to be as small as possible itself, to * avoid perturbing the sy...
gpl-2.0
KernelWorld/KW-Kenzo
drivers/ata/sata_mv.c
1576
124566
/* * sata_mv.c - Marvell SATA support * * Copyright 2008-2009: Marvell Corporation, all rights reserved. * Copyright 2005: EMC Corporation, all rights reserved. * Copyright 2005 Red Hat, Inc. All rights reserved. * * Originally written by Brett Russ. * Extensive overhaul and enhancement by Mark Lord <mlord@pob...
gpl-2.0
TEAM-RAZOR-DEVICES/kernel_cyanogen_msm8916
drivers/staging/tidspbridge/core/dsp-clock.c
1576
8878
/* * clk.c * * DSP-BIOS Bridge driver support functions for TI OMAP processors. * * Clock and Timer services. * * Copyright (C) 2005-2006 Texas Instruments, Inc. * * This package is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * publ...
gpl-2.0
jamison904/kernel_m919_aokp
drivers/gpio/gpiolib.c
1576
45843
#include <linux/kernel.h> #include <linux/module.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/spinlock.h> #include <linux/device.h> #include <linux/err.h> #include <linux/debugfs.h> #include <linux/seq_file.h> #include <linux/gpio.h> #include <linux/of_gpio.h> #include <linux/idr.h> #include <...
gpl-2.0
opensgn/N8000
net/mac80211/cfg.c
1832
55507
/* * mac80211 configuration hooks for cfg80211 * * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> * * This file is GPLv2 as found in COPYING. */ #include <linux/ieee80211.h> #include <linux/nl80211.h> #include <linux/rtnetlink.h> #include <linux/slab.h> #include <net/net_namespace.h> #include <lin...
gpl-2.0
MikeC84/mac_kernel_htc_flounder
drivers/crypto/omap-sham.c
2088
45688
/* * Cryptographic API. * * Support for OMAP SHA1/MD5 HW acceleration. * * Copyright (c) 2010 Nokia Corporation * Author: Dmitry Kasatkin <dmitry.kasatkin@nokia.com> * Copyright (c) 2011 Texas Instruments Incorporated * * This program is free software; you can redistribute it and/or modify * it under the term...
gpl-2.0
SM-G920P/TeamSPR
net/netfilter/ipvs/ip_vs_dh.c
2088
6617
/* * IPVS: Destination Hashing scheduling module * * Authors: Wensong Zhang <wensong@gnuchina.org> * * Inspired by the consistent hashing scheduler patch from * Thomas Proell <proellt@gmx.de> * * This program is free software; you can redistribute it and/or * ...
gpl-2.0
hellsgod/hells-Core-N6P
drivers/staging/csr/unifi_pdu_processing.c
2088
168622
/* * --------------------------------------------------------------------------- * FILE: unifi_pdu_processing.c * * PURPOSE: * This file provides the PDU handling functionality before it gets sent to unfi and after * receiving a PDU from unifi * * Copyright (C) 2010 by Cambridge Silicon Radio Ltd....
gpl-2.0
qizy09/PMFS-forked
sound/drivers/opl4/opl4_synth.c
3368
23322
/* * OPL4 MIDI synthesizer functions * * Copyright (c) 2003 by Clemens Ladisch <clemens@ladisch.de> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code m...
gpl-2.0
XperianPro/android_kernel_xiaomi_aries-port
drivers/net/can/usb/peak_usb/pcan_usb_pro.c
3368
26640
/* * CAN driver for PEAK System PCAN-USB Pro adapter * Derived from the PCAN project file driver/src/pcan_usbpro.c * * Copyright (C) 2003-2011 PEAK System-Technik GmbH * Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com> * * This program is free software; you can redistribute it and/or modify...
gpl-2.0
allenway/PIS-kernel
mm/failslab.c
3624
1681
#include <linux/fault-inject.h> #include <linux/slab.h> static struct { struct fault_attr attr; u32 ignore_gfp_wait; int cache_filter; #ifdef CONFIG_FAULT_INJECTION_DEBUG_FS struct dentry *ignore_gfp_wait_file; struct dentry *cache_filter_file; #endif } failslab = { .attr = FAULT_ATTR_INITIALIZER, .ignore_gfp_w...
gpl-2.0
aeipDev/deka-kernel-msm7x30-3.4
arch/sh/mm/fault_32.c
3880
8649
/* * Page fault handler for SH with an MMU. * * Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2003 - 2009 Paul Mundt * * Based on linux/arch/i386/mm/fault.c: * Copyright (C) 1995 Linus Torvalds * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "C...
gpl-2.0
aopp/android_kernel_lge_hammerhead
drivers/media/radio/radio-mr800.c
4904
17852
/* * A driver for the AverMedia MR 800 USB FM radio. This device plugs * into both the USB and an analog audio input, so this thing * only deals with initialization and frequency setting, the * audio data has to be handled by a sound driver. * * Copyright (c) 2008 Alexey Klimov <klimov.linux@gmail.com> * * This...
gpl-2.0
tobetter/hardkernel-linux
drivers/ide/triflex.c
5160
3927
/* * IDE Chipset driver for the Compaq TriFlex IDE controller. * * Known to work with the Compaq Workstation 5x00 series. * * Copyright (C) 2002 Hewlett-Packard Development Group, L.P. * Author: Torben Mathiasen <torben.mathiasen@hp.com> * * This program is free software; you can redistribute it and/or modify ...
gpl-2.0
Apology11/test
drivers/ide/piix.c
5160
14392
/* * Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2003 Red Hat * Copyright (C) 2006-2007 MontaVista Software, Inc. <source@mvista.com> * * May be copied or modified under the terms of the GNU General Public...
gpl-2.0
emwno/android_kernel_konaxx
drivers/input/apm-power.c
8232
2634
/* * Input Power Event -> APM Bridge * * Copyright (c) 2007 Richard Purdie * * 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 ": "...
gpl-2.0
JamesAng/lx-std
drivers/staging/ft1000/ft1000-usb/ft1000_download.c
8232
34720
//===================================================== // CopyRight (C) 2007 Qualcomm Inc. All Rights Reserved. // // // This file is part of Express Card USB Driver // // $Id: //==================================================== // 20090926; aelias; removed compiler warnings; ubuntu 9.04; 2.6.28-15-generic #includ...
gpl-2.0
GenetICS/lge_kernel_msm7x27
drivers/infiniband/hw/ipath/ipath_iba6110.c
9000
63667
/* * Copyright (c) 2006, 2007 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)...
gpl-2.0
high1/android_kernel_htc_golfu_wifi
drivers/video/vesafb.c
10280
15256
/* * framebuffer driver for VBE 2.0 compliant graphic boards * * switching to graphics mode happens at boot time (while * running in real mode, see arch/i386/boot/video.S). * * (c) 1998 Gerd Knorr <kraxel@goldbach.in-berlin.de> * */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #...
gpl-2.0
malvira/lpc31xx
crypto/rmd320.c
10536
13371
/* * Cryptographic API. * * RIPEMD-320 - RACE Integrity Primitives Evaluation Message Digest. * * Based on the reference implementation by Antoon Bosselaers, ESAT-COSIC * * Copyright (c) 2008 Adrian-Ken Rueegsegger <ken@codelabs.ch> * * This program is free software; you can redistribute it and/or modify it *...
gpl-2.0
wbdub/kernel_asus_tf300t
crypto/rmd320.c
10536
13371
/* * Cryptographic API. * * RIPEMD-320 - RACE Integrity Primitives Evaluation Message Digest. * * Based on the reference implementation by Antoon Bosselaers, ESAT-COSIC * * Copyright (c) 2008 Adrian-Ken Rueegsegger <ken@codelabs.ch> * * This program is free software; you can redistribute it and/or modify it *...
gpl-2.0
ViciousAOSP/platform_kernel_ViciousKernel
arch/mn10300/mm/cache.c
12072
1615
/* MN10300 Cache flushing routines * * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Licence * as published by the Free Software Foundat...
gpl-2.0
floft/rpi-linux
scripts/dtc/libfdt/fdt_strerror.c
14888
3401
/* * libfdt - Flat Device Tree manipulation * Copyright (C) 2006 David Gibson, IBM Corporation. * * libfdt is dual licensed: you can use it either under the terms of * the GPL, or the BSD license, at your option. * * a) This library is free software; you can redistribute it and/or * modify it under the ter...
gpl-2.0
mechkeys/qmk_firmware
lib/lufa/LUFA/Drivers/USB/Core/USBTask.c
41
2437
/* LUFA Library Copyright (C) Dean Camera, 2017. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2017 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
gpl-2.0
manover/systemd
src/udev/udev-builtin-usb_id.c
41
17984
/* * USB device properties and persistent device path * * Copyright (c) 2005 SUSE Linux Products GmbH, Germany * Author: Hannes Reinecke <hare@suse.de> * * Copyright (C) 2005-2011 Kay Sievers <kay@vrfy.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the G...
gpl-2.0
KMU-embedded/scalablelinux
drivers/infiniband/hw/usnic/usnic_ib_verbs.c
41
20196
/* * Copyright (c) 2013, Cisco Systems, 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 sourc...
gpl-2.0
hajuuk/asuswrt
release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap2/board-omap4panda.c
41
7441
/* * Board support file for OMAP4430 based PandaBoard. * * Copyright (C) 2010 Texas Instruments * * Author: David Anders <x0132446@ti.com> * * Based on mach-omap2/board-4430sdp.c * * Author: Santosh Shilimkar <santosh.shilimkar@ti.com> * * Based on mach-omap2/board-3430sdp.c * * This program is free softwa...
gpl-2.0
wulsic/Hyper_CM11
drivers/char/broadcom/idle_profiler/idle_profiler.c
41
21725
/***************************************************************************** * Copyright 2003 - 2008 Broadcom Corporation. All rights reserved. * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the...
gpl-2.0
alcobar/asuswrt-merlin
release/src-rt-7.14.114.x/src/linux/linux-2.6.36/drivers/pci/hotplug/rpaphp_slot.c
41
3979
/* * RPA Virtual I/O device functions * Copyright (C) 2004 Linda Xie <lxie@us.ibm.com> * * 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...
gpl-2.0
AndreyPopovNew/asuswrt-merlin-rt-n
release/src-rt-7.x.main/src/linux/linux-2.6.36/net/dccp/timer.c
41
7467
/* * net/dccp/timer.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
wkritzinger/asuswrt-merlin
release/src-rt-7.x.main/src/linux/linux-2.6.36/fs/ncpfs/inode.c
41
26893
/* * inode.c * * Copyright (C) 1995, 1996 by Volker Lendecke * Modified for big endian by J.F. Chadima and David S. Miller * Modified 1997 Peter Waltenberg, Bill Hawes, David Woodhouse for 2.1 dcache * Modified 1998 Wolfram Pienkoss for NLS * Modified 2000 Ben Harris, University of Cambridge for NFS NS met...
gpl-2.0
CrawX/linux-fslc
sound/soc/jz4740/jz4740-i2s.c
297
11579
/* * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.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 version 2 of the License, or (at your * option) any later ver...
gpl-2.0
gauravdatir/linux
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gf110.c
553
1587
/* * Copyright 2013 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
cwyy/kernel
arch/mips/bcm63xx/gpio.c
553
2825
/* * 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) 2008 Maxime Bizon <mbizon@freebox.fr> * Copyright (C) 2008 Florian Fainelli <florian@openwrt.org> */ #include <linux/kern...
gpl-2.0
jakieu/linux-2.6-imx
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv4c.c
553
1438
/* * Copyright 2014 Ilia Mirkin * * 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, di...
gpl-2.0
ISTweak/android_kernel_sharp_msm7x30
drivers/video/pxa168fb.c
809
20154
/* * linux/drivers/video/pxa168fb.c -- Marvell PXA168 LCD Controller * * Copyright (C) 2008 Marvell International Ltd. * All rights reserved. * * 2009-02-16 adapted from original version for PXA168/910 * Jun Nie <njun@marvell.com> * * This file is subject to the terms and conditions of the GNU...
gpl-2.0
FlorinPetriuc/linux-1-moved-to-OpenChannelSSD-linux-nba_target
drivers/hwmon/vexpress.c
1321
7283
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warran...
gpl-2.0
sandeep1027/kernel-3.10
drivers/staging/comedi/drivers/dt2814.c
2089
7911
/* comedi/drivers/dt2814.c Hardware driver for Data Translation DT2814 COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1998 David A. Schleef <ds@schleef.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public ...
gpl-2.0
PennPanda/litmus-rt
drivers/block/drbd/drbd_receiver.c
2089
149489
/* drbd_receiver.c This file is part of DRBD by Philipp Reisner and Lars Ellenberg. Copyright (C) 2001-2008, LINBIT Information Technologies GmbH. Copyright (C) 1999-2008, Philipp Reisner <philipp.reisner@linbit.com>. Copyright (C) 2002-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. drbd is free...
gpl-2.0
SM-G920P/G92XP-R4_COI9
fs/hfsplus/dir.c
2089
13310
/* * linux/fs/hfsplus/dir.c * * Copyright (C) 2001 * Brad Boyer (flar@allandria.com) * (C) 2003 Ardis Technologies <roman@ardistech.com> * * Handling of directories */ #include <linux/errno.h> #include <linux/fs.h> #include <linux/slab.h> #include <linux/random.h> #include "hfsplus_fs.h" #include "hfsplus_ra...
gpl-2.0
Fusion-Devices/android_kernel_lge_msm8994
drivers/staging/comedi/drivers/amplc_pci224.c
2089
44199
/* comedi/drivers/amplc_pci224.c Driver for Amplicon PCI224 and PCI234 AO boards. Copyright (C) 2005 MEV Ltd. <http://www.mev.co.uk/> COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1998,2000 David A. Schleef <ds@schleef.org> This program is free software; you can redist...
gpl-2.0