repo_name
string
path
string
copies
string
size
string
content
string
license
string
Infusion-OS/android_kernel_lge_gee
drivers/edac/edac_stub.c
4967
2101
/* * common EDAC components that must be in kernel * * Author: Dave Jiang <djiang@mvista.com> * * 2007 (c) MontaVista Software, Inc. * 2010 (c) Advanced Micro Devices Inc. * Borislav Petkov <borislav.petkov@amd.com> * * This file is licensed under the terms of the GNU General Public * License version 2. T...
gpl-2.0
JustAkan/Oxygen_united_kernel-gproj
drivers/mfd/tc6387xb.c
4967
5619
/* * Toshiba TC6387XB support * Copyright (c) 2005 Ian Molton * * 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 TC6387XB base support. * */ #include <...
gpl-2.0
TI-OpenLink/kernel-omap
drivers/scsi/aacraid/dpcsup.c
8039
11592
/* * Adaptec AAC series RAID controller driver * (c) Copyright 2001 Red Hat Inc. * * based on the old aacraid driver that is.. * Adaptec aacraid device driver for Linux. * * Copyright (c) 2000-2010 Adaptec, Inc. * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) * * This program is free software; ...
gpl-2.0
linuxmake/kernel_softwinner_fiber
drivers/scsi/aacraid/dpcsup.c
8039
11592
/* * Adaptec AAC series RAID controller driver * (c) Copyright 2001 Red Hat Inc. * * based on the old aacraid driver that is.. * Adaptec aacraid device driver for Linux. * * Copyright (c) 2000-2010 Adaptec, Inc. * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) * * This program is free software; ...
gpl-2.0
javelinanddart/android_kernel_htc_pyramid
drivers/media/dvb/siano/smsir.c
8295
3182
/**************************************************************** Siano Mobile Silicon, Inc. MDTV receiver kernel modules. Copyright (C) 2006-2009, Uri Shkolnik Copyright (c) 2010 - Mauro Carvalho Chehab - Ported the driver to use rc-core - IR raw event decoding is now done at rc-core - Code almost re-written ...
gpl-2.0
randomblame/android_kernel_acer_t20-common
arch/m68k/platform/5307/nettel.c
8551
4096
/***************************************************************************/ /* * nettel.c -- startup code support for the NETtel boards * * Copyright (C) 2009, Greg Ungerer (gerg@snapgear.com) */ /***************************************************************************/ #include <linux/kernel.h> #include <l...
gpl-2.0
Dzenik/kernel-source
drivers/pcmcia/pxa2xx_cm_x270.c
9831
2472
/* * linux/drivers/pcmcia/pxa/pxa_cm_x270.c * * 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. * * Compulab Ltd., 2003, 2007, 2008 * Mike Rapoport <mike@compulab.co.il> * */ ...
gpl-2.0
android-armv7a-belalang-tempur/Android_SpeedKernel
drivers/mtd/maps/vmax301.c
10343
5370
/* ###################################################################### Tempustech VMAX SBC301 MTD Driver. The VMAx 301 is a SBC based on . It comes with three builtin AMD 29F016B flash chips and a socket for SRAM or more flash. Each unit has it's own 8k mapping into a settable region (0xD8000). Ther...
gpl-2.0
umiddelb/linux-fslc
fs/hfs/attr.c
13671
2666
/* * linux/fs/hfs/attr.c * * (C) 2003 Ardis Technologies <roman@ardistech.com> * * Export hfs data via xattr */ #include <linux/fs.h> #include <linux/xattr.h> #include "hfs_fs.h" #include "btree.h" int hfs_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) { stru...
gpl-2.0
vishal-android-freak/Super_Fusion
fs/ntfs/unistr.c
14951
12445
/* * unistr.c - NTFS Unicode string handling. Part of the Linux-NTFS project. * * Copyright (c) 2001-2006 Anton Altaparmakov * * This program/include file 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
lexi6725/linux-3.17.1
lib/percpu_counter.c
360
5425
/* * Fast batching percpu counters. */ #include <linux/percpu_counter.h> #include <linux/notifier.h> #include <linux/mutex.h> #include <linux/init.h> #include <linux/cpu.h> #include <linux/module.h> #include <linux/debugobjects.h> #ifdef CONFIG_HOTPLUG_CPU static LIST_HEAD(percpu_counters); static DEFINE_SPINLOCK(p...
gpl-2.0
dh-electronics/linux-am33x
lib/lockref.c
616
3970
#include <linux/export.h> #include <linux/lockref.h> #if USE_CMPXCHG_LOCKREF /* * Note that the "cmpxchg()" reloads the "old" value for the * failure case. */ #define CMPXCHG_LOOP(CODE, SUCCESS) do { \ struct lockref old; \ BUILD_BUG_ON(sizeof(old) != 8); \ old.lock_count = READ_ONCE(lockref->loc...
gpl-2.0
rex-xxx/mt6572_x201
external/openssl/ssl/ssl_err2.c
872
3385
/* ssl/ssl_err2.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-comme...
gpl-2.0
cvpcs/android_kernel_omap
sound/sound_firmware.c
872
1747
#include <linux/vmalloc.h> #include <linux/module.h> #include <linux/fs.h> #include <linux/mm.h> #include <linux/slab.h> #include <linux/sched.h> #include <asm/uaccess.h> #include "oss/sound_firmware.h" static int do_mod_firmware_load(const char *fn, char **fp) { struct file* filp; long l; char *dp; loff_t pos; ...
gpl-2.0
SM-G920P/Hacker_Kernel_SM-G92X
drivers/dma/ioat/dma.c
1640
34656
/* * Intel I/OAT DMA Linux driver * Copyright(c) 2004 - 2009 Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distribut...
gpl-2.0
Mazout360/kernel-maz
arch/mips/powertv/asic/prealloc-calliope.c
2152
9503
/* * 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
lgeek/linux-tronsmart-orion-r28
net/ipv6/protocol.c
2408
2152
/* * 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. * * PF_INET6 protocol dispatch tables. * * Authors: Pedro Roque <roque@di.fc.ul.pt> * * This program is free ...
gpl-2.0
AndroidDeveloperAlliance/ZenKernel_TUNA
drivers/gpu/drm/nouveau/nv17_tv.c
2664
24213
/* * Copyright (C) 2009 Francisco Jerez. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use,...
gpl-2.0
fdroid/gp-peak-kernel
drivers/net/pci-skeleton.c
2920
51033
/* drivers/net/pci-skeleton.c Maintained by Jeff Garzik <jgarzik@pobox.com> Original code came from 8139too.c, which in turns was based originally on Donald Becker's rtl8139.c driver, versions 1.11 and older. This driver was originally based on rtl8139.c version 1.07. Header of rtl8139.c version 1.11: ----...
gpl-2.0
kgp700/exyroid-sgs2-nics
sound/isa/sb/emu8000.c
2920
36522
/* * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * and (c) 1999 Steve Ratcliffe <steve@parabola.demon.co.uk> * Copyright (C) 1999-2000 Takashi Iwai <tiwai@suse.de> * * Routines for control of EMU8000 chip * * This program is free software; you can redistribute it and/or modify * it under the te...
gpl-2.0
erik96/Linux-Kernel-3.4
arch/arm/mm/idmap.c
3176
2832
#include <linux/kernel.h> #include <asm/cputype.h> #include <asm/idmap.h> #include <asm/pgalloc.h> #include <asm/pgtable.h> #include <asm/sections.h> #include <asm/system_info.h> pgd_t *idmap_pgd; #ifdef CONFIG_ARM_LPAE static void idmap_add_pmd(pud_t *pud, unsigned long addr, unsigned long end, unsigned long prot)...
gpl-2.0
TeamEOS/kernel_oppo_r5
arch/c6x/kernel/traps.c
4200
14886
/* * Port on Texas Instruments TMS320C6x architecture * * Copyright (C) 2004, 2006, 2009, 2010, 2011 Texas Instruments Incorporated * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
gpl-2.0
aksalj/kernel_rpi
tools/testing/selftests/net/socket.c
4456
1914
#include <stdio.h> #include <errno.h> #include <unistd.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> struct socket_testcase { int domain; int type; int protocol; /* 0 = valid file descriptor * -foo = error foo */ int expect; /* If non-zero, accept EAFNOSUP...
gpl-2.0
KylinUI/android_kernel_samsung_hlte
drivers/tty/serial/mfd.c
4968
37169
/* * mfd.c: driver for High Speed UART device of Intel Medfield platform * * Refer pxa.c, 8250.c and some other drivers in drivers/serial/ * * (C) Copyright 2010 Intel Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * a...
gpl-2.0
akhilnarang/ThugLife_sprout
drivers/misc/mediatek/combo/drv_wlan/mt6620/wlan/mgmt/cnm_mem.c
105
35975
/* ** $Id: //Department/DaVinci/BRANCHES/MT6620_WIFI_DRIVER_V2_3/mgmt/cnm_mem.c#2 $ */ /*! \file "cnm_mem.c" \brief This file contain the management function of packet buffers and generic memory alloc/free functioin for mailbox message. A data packet has a fixed size of buffer, but a management ...
gpl-2.0
nixcloud/linux-odroid
drivers/irqchip/irq-armada-370-xp.c
105
15992
/* * Marvell Armada 370 and Armada XP SoC IRQ handling * * Copyright (C) 2012 Marvell * * Lior Amsalem <alior@marvell.com> * Gregory CLEMENT <gregory.clement@free-electrons.com> * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * Ben Dooks <ben.dooks@codethink.co.uk> * * This file is licensed under the...
gpl-2.0
Evil-Green/Ptah-GT-I9300
drivers/usb/host/ohci-s5p.c
105
12688
/* ohci-s5p.c - Driver for USB HOST on Samsung S5P platform device * * Bus Glue for SAMSUNG S5P USB HOST OHCI Controller * * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at> * (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net> * (C) Copyright 2002 Hewlett-Packard Company * Copyright...
gpl-2.0
h8rift/android_kernel_htc_evita-3.4.10
net/sunrpc/rpc_pipe.c
105
26443
/* * net/sunrpc/rpc_pipe.c * * Userland/kernel interface for rpcauth_gss. * Code shamelessly plagiarized from fs/nfsd/nfsctl.c * and fs/sysfs/inode.c * * Copyright (c) 2002, Trond Myklebust <trond.myklebust@fys.uio.no> * */ #include <linux/module.h> #include <linux/slab.h> #include <linux/string.h> #include <l...
gpl-2.0
cuteprince/kernel_3.4_pico
kernel/irq/spurious.c
361
6387
/* * linux/kernel/irq/spurious.c * * Copyright (C) 1992, 1998-2004 Linus Torvalds, Ingo Molnar * * This file contains spurious interrupt handling. */ #include <linux/jiffies.h> #include <linux/irq.h> #include <linux/module.h> #include <linux/kallsyms.h> #include <linux/interrupt.h> #include <linux/moduleparam.h>...
gpl-2.0
TheBootloader/android_kernel_samsung_msm8930-common
net/mac80211/util.c
617
44807
/* * Copyright 2002-2005, Instant802 Networks, Inc. * Copyright 2005-2006, Devicescape Software, Inc. * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz> * Copyright 2007 Johannes Berg <johannes@sipsolutions.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU...
gpl-2.0
squllcx/Axon7
drivers/gpio/gpio-wm8994.c
1385
7596
/* * gpiolib support for Wolfson WM8994 * * Copyright 2009 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 as published by the * Free...
gpl-2.0
kenkit/android_kernel_htc_msm7x30
fs/cachefiles/namei.c
3177
25200
/* CacheFiles path walking and related 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 Sof...
gpl-2.0
ffolkes/android_kernel_samsung_trlte
arch/powerpc/platforms/ps3/repository.c
4201
33511
/* * PS3 repository routines. * * Copyright (C) 2006 Sony Computer Entertainment Inc. * Copyright 2006 Sony Corp. * * 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...
gpl-2.0
mseskir/android_kernel_vestel_g55
arch/sh/kernel/traps.c
4457
2262
#include <linux/bug.h> #include <linux/io.h> #include <linux/types.h> #include <linux/kdebug.h> #include <linux/signal.h> #include <linux/sched.h> #include <linux/uaccess.h> #include <linux/hardirq.h> #include <asm/unwinder.h> #include <asm/traps.h> #ifdef CONFIG_GENERIC_BUG static void handle_BUG(struct pt_regs *regs...
gpl-2.0
Renzo-Olivares/BAMF_android_kernel_htc_msm8660
arch/x86/kernel/init_task.c
8809
1278
#include <linux/mm.h> #include <linux/module.h> #include <linux/sched.h> #include <linux/init.h> #include <linux/init_task.h> #include <linux/fs.h> #include <linux/mqueue.h> #include <asm/uaccess.h> #include <asm/pgtable.h> #include <asm/desc.h> static struct signal_struct init_signals = INIT_SIGNALS(init_signals); s...
gpl-2.0
Dee-UK/RK3188_KK_4.4.02_Beta
drivers/video/fbcvt.c
11369
9506
/* * linux/drivers/video/fbcvt.c - VESA(TM) Coordinated Video Timings * * Copyright (C) 2005 Antonino Daplas <adaplas@pol.net> * * Based from the VESA(TM) Coordinated Video Timing Generator by * Graham Loveridge April 9, 2003 available at * http://www.elo.utfsm.cl/~elo212/docs/CVTd6r1.xls * * Th...
gpl-2.0
lollipop-og/android_kernel_geehrc
arch/arm/kernel/isa.c
12137
1662
/* * linux/arch/arm/kernel/isa.c * * Copyright (C) 1999 Phil Blundell * * 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...
gpl-2.0
Pafcholini/emotion_beta_511_no_updates
drivers/video/console/font_sun12x22.c
14697
185842
#include <linux/font.h> #define FONTDATAMAX 11264 static const unsigned char fontdata_sun12x22[FONTDATAMAX] = { /* 0 0x00 '^@' */ 0x00, 0x00, /* 000000000000 */ 0x00, 0x00, /* 000000000000 */ 0x00, 0x00, /* 000000000000 */ 0x00, 0x00, /* 000000000000 */ 0x00, 0x00, /* 000000000000 */ 0x00, 0x00, /* 0000000000...
gpl-2.0
colede/valgrind-freebsd
none/tests/amd64/bug137714-amd64.c
106
2421
#include <stdio.h> #include <stdlib.h> #include <assert.h> typedef unsigned char UChar; typedef unsigned int UInt; static UInt randomUInt ( void ) { static UInt n = 0; /* From "Numerical Recipes in C" 2nd Edition */ n = 1664525UL * n + 1013904223UL; return n >> 17; } void maskmovq_mmx ( UChar* regL...
gpl-2.0
acuoci/OpenFOAMTrainingCombustion
Libraries/eigen-3.3.3/test/diagonalmatrices.cpp
106
5840
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtai...
gpl-2.0
jidongxiao/hyperpsonline
qemu-2.2.0/disas/i386.c
106
167185
/* opcodes/i386-dis.c r1.126 */ /* Print i386 instructions for GDB, the GNU debugger. Copyright 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and...
gpl-2.0
Warter21/linux-4.0_imx6
arch/s390/mm/hugetlbpage.c
362
5637
/* * IBM System z Huge TLB Page Support for Kernel. * * Copyright IBM Corp. 2007 * Author(s): Gerald Schaefer <gerald.schaefer@de.ibm.com> */ #include <linux/mm.h> #include <linux/hugetlb.h> static inline pmd_t __pte_to_pmd(pte_t pte) { pmd_t pmd; /* * Convert encoding pte bits pmd bits * ...
gpl-2.0
BenHuiHui/linux
drivers/watchdog/diag288_wdt.c
618
7569
/* * Watchdog driver for z/VM and LPAR using the diag 288 interface. * * Under z/VM, expiration of the watchdog will send a "system restart" command * to CP. * * The command can be altered using the module parameter "cmd". This is * not recommended because it's only supported on z/VM but not whith LPAR. * * On...
gpl-2.0
bigzz/linux-xfs
drivers/net/ethernet/intel/igbvf/ethtool.c
618
13213
/******************************************************************************* Intel(R) 82576 Virtual Function Linux driver Copyright(c) 2009 - 2012 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, ...
gpl-2.0
penberg/linux
arch/sh/mm/cache-sh2.c
618
2284
// SPDX-License-Identifier: GPL-2.0-only /* * arch/sh/mm/cache-sh2.c * * Copyright (C) 2002 Paul Mundt * Copyright (C) 2008 Yoshinori Sato */ #include <linux/init.h> #include <linux/mm.h> #include <asm/cache.h> #include <asm/addrspace.h> #include <asm/processor.h> #include <asm/cacheflush.h> #include <asm/io.h> ...
gpl-2.0
ngvincent/android-kernel-oppo-find5
net/ipv6/tcp_ipv6.c
1642
56966
/* * TCP over IPv6 * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * * Based on: * linux/net/ipv4/tcp.c * linux/net/ipv4/tcp_input.c * linux/net/ipv4/tcp_output.c * * Fixes: * Hideaki YOSHIFUJI : sin6_scope_id support * YOSHIFUJI Hideaki @USAGI and: Support IPV6_V6ONLY socket ...
gpl-2.0
hiikezoe/android_kernel_panasonic_p02e
arch/powerpc/platforms/85xx/tqm85xx.c
4458
3547
/* * Based on MPC8560 ADS and arch/ppc tqm85xx ports * * Maintained by Kumar Gala (see MAINTAINERS for contact information) * * Copyright 2008 Freescale Semiconductor Inc. * * Copyright (c) 2005-2006 DENX Software Engineering * Stefan Roese <sr@denx.de> * * Based on original work by * Kumar Gala <kumar.gala...
gpl-2.0
badbear1727/DALI-LINARO
drivers/input/mouse/qci_touchpad.c
4714
7856
/* Quanta I2C Touchpad Driver * * Copyright (C) 2009 Quanta Computer Inc. * Author: Hsin Wu <hsin.wu@quantatw.com> * Author: Austin Lai <austin.lai@quantatw.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 b...
gpl-2.0
TomEwbank/linux-3.2.35
sound/drivers/opl3/opl3_midi.c
4714
22751
/* * Copyright (c) by Uros Bizjak <uros@kss-loka.si> * * Midi synth routines for OPL2/OPL3/OPL4 FM * * 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
gproj-m/lge-kernel-gproj
arch/powerpc/kernel/hw_breakpoint.c
4714
9239
/* * HW_breakpoint: a unified kernel/user-space hardware breakpoint facility, * using the CPU's debug registers. Derived from * "arch/x86/kernel/hw_breakpoint.c" * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the F...
gpl-2.0
omnirom/android_kernel_google_msm
arch/powerpc/sysdev/mv64x60_pci.c
4714
4340
/* * PCI bus setup for Marvell mv64360/mv64460 host bridges (Discovery) * * Author: Dale Farnsworth <dale@farnsworth.org> * * 2007 (c) MontaVista, Software, Inc. 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 k...
gpl-2.0
CaptainThrowback/kernel_htc_m8whl_2.16.651.4
arch/um/kernel/initrd.c
4970
1727
/* * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include "linux/init.h" #include "linux/bootmem.h" #include "linux/initrd.h" #include "asm/types.h" #include "init.h" #include "os.h" /* Changed by uml_initrd_setup, which is a setup */ static char *initrd __init...
gpl-2.0
gearslam/JB_LS970ZVC
arch/um/kernel/mem.c
4970
7503
/* * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include <linux/stddef.h> #include <linux/module.h> #include <linux/bootmem.h> #include <linux/highmem.h> #include <linux/mm.h> #include <linux/swap.h> #include <linux/slab.h> #include <asm/fixmap.h> #include <asm...
gpl-2.0
NamelessRom/android_kernel_google_msm
drivers/block/paride/pd.c
5226
24220
/* pd.c (c) 1997-8 Grant R. Guenther <grant@torque.net> Under the terms of the GNU General Public License. This is the high-level driver for parallel port IDE hard drives based on chips supported by the paride module. By default, the driver will autoprobe for ...
gpl-2.0
AKToronto/Bubba-Zombie
fs/nfsd/nfscache.c
5738
7795
/* * Request reply cache. This is currently a global cache, but this may * change in the future and be a per-client cache. * * This code is heavily inspired by the 44BSD implementation, although * it does things a bit differently. * * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> */ #include <linux/s...
gpl-2.0
nikhiljan93/sony_yuga_kernel
net/ipv4/xfrm4_output.c
10346
2354
/* * xfrm4_output.c - Common IPsec encapsulation code for IPv4. * Copyright (c) 2004 Herbert Xu <herbert@gondor.apana.org.au> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either versi...
gpl-2.0
turuchan/ISW11SC_ICS_Kernel
drivers/media/video/pvrusb2/pvrusb2-debugifc.c
11882
8583
/* * * * Copyright (C) 2005 Mike Isely <isely@pobox.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 * * This program is distributed in the ho...
gpl-2.0
FrancescoCG/CrazySuperKernel-CM13-KLTE
arch/powerpc/sysdev/bestcomm/bcom_fec_rx_task.c
14186
2688
/* * Bestcomm FEC RX task microcode * * Copyright (c) 2004 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. * * Automatically created based on ...
gpl-2.0
MIPS/kernel-common
fs/ntfs/usnjrnl.c
14954
2743
/* * usnjrnl.h - NTFS kernel transaction log ($UsnJrnl) handling. Part of the * Linux-NTFS project. * * Copyright (c) 2005 Anton Altaparmakov * * This program/include file 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
lukier/linux-samsung
drivers/s390/scsi/zfcp_fc.c
619
28608
/* * zfcp device driver * * Fibre Channel related functions for the zfcp device driver. * * Copyright IBM Corp. 2008, 2010 */ #define KMSG_COMPONENT "zfcp" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/types.h> #include <linux/slab.h> #include <linux/utsname.h> #include <linux/random.h> #include <...
gpl-2.0
jogger0703/linux
drivers/scsi/aacraid/aachba.c
619
101580
/* * Adaptec AAC series RAID controller driver * (c) Copyright 2001 Red Hat Inc. * * based on the old aacraid driver that is.. * Adaptec aacraid device driver for Linux. * * Copyright (c) 2000-2010 Adaptec, Inc. * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) * * This program is free software; ...
gpl-2.0
01org/prd
drivers/scsi/aacraid/rx.c
619
17637
/* * Adaptec AAC series RAID controller driver * (c) Copyright 2001 Red Hat Inc. * * based on the old aacraid driver that is.. * Adaptec aacraid device driver for Linux. * * Copyright (c) 2000-2010 Adaptec, Inc. * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) * * This program is free software; ...
gpl-2.0
vanloswang/linux
drivers/spi/spi-octeon.c
619
6332
/* * 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) 2011, 2012 Cavium, Inc. */ #include <linux/platform_device.h> #include <linux/interrupt.h> #include <linux/spi/spi.h> #inc...
gpl-2.0
mkborg/linux-olimex-som
arch/x86/um/sys_call_table_64.c
619
1585
/* * System call table for UML/x86-64, copied from arch/x86/kernel/syscall_*.c * with some changes for UML. */ #include <linux/linkage.h> #include <linux/sys.h> #include <linux/cache.h> #include <generated/user_constants.h> #define __NO_STUBS /* * Below you can see, in terms of #define's, the differences between...
gpl-2.0
PerLycke/android_kernel_moto_shamu
arch/s390/mm/hugetlbpage.c
1131
2600
/* * IBM System z Huge TLB Page Support for Kernel. * * Copyright IBM Corp. 2007 * Author(s): Gerald Schaefer <gerald.schaefer@de.ibm.com> */ #include <linux/mm.h> #include <linux/hugetlb.h> void set_huge_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *pteptr, pte_t pteval) { pmd_t *pmdp ...
gpl-2.0
ProjectX-Android/kernel_oneplus_msm8974
arch/arm/mach-msm/clock-dummy.c
1899
1438
/* 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
cbolumar/android_kernel_samsung_a3ultexx
drivers/media/usb/cx231xx/cx231xx-dvb.c
2155
20349
/* DVB device driver for cx231xx Copyright (C) 2008 <srinivasa.deevi at conexant dot com> Based on em28xx driver This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the Li...
gpl-2.0
CyanogenMod/android_kernel_lge_g3
drivers/net/wireless/bcmdhd/siutils.c
2155
56361
/* * Misc utility routines for accessing chip-specific features * of the SiliconBackplane-based Broadcom chips. * * Copyright (C) 1999-2012, Broadcom Corporation * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to ...
gpl-2.0
mythos234/AndromedaN910F-LL
sound/pci/au88x0/au88x0_game.c
2923
3669
/* * Manuel Jander. * * Based on the work of: * Vojtech Pavlik * Raymond Ingles * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your opt...
gpl-2.0
compulab/trimslice-android-kernel
drivers/input/keyboard/davinci_keyscan.c
2923
9422
/* * DaVinci Key Scan Driver for TI platforms * * Copyright (C) 2009 Texas Instruments, Inc * * Author: Miguel Aguilar <miguel.aguilar@ridgerun.com> * * Initial Code: Sandeep Paulraj <s-paulraj@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
gpl-2.0
guohuaW/linux-rpi
drivers/staging/crystalhd/crystalhd_lnx.c
3179
17344
/*************************************************************************** BCM70010 Linux driver Copyright (c) 2005-2009, Broadcom Corporation. 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 the Free Software Foundati...
gpl-2.0
AndroidDeveloperAlliance/kernel_mapphone_kexec
fs/notify/fsnotify.c
3179
9483
/* * Copyright (C) 2008 Red Hat, Inc., Eric Paris <eparis@redhat.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * ...
gpl-2.0
CMyst/android_kernel_htc_msm8960
drivers/video/msm/mddi_ext_lcd.c
3691
2185
/* Copyright (c) 2008-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...
gpl-2.0
RenderBroken/OPO-CAF-kernel
drivers/net/can/sja1000/sja1000_of_platform.c
3691
5931
/* * Driver for SJA1000 CAN controllers on the OpenFirmware platform bus * * Copyright (C) 2008-2009 Wolfgang Grandegger <wg@grandegger.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the version 2 of the GNU General Public License * as published by the Free ...
gpl-2.0
CyanideL/android_kernel_samsung_klte
drivers/ata/sata_promise.c
3947
34754
/* * sata_promise.c - Promise SATA * * Maintained by: Jeff Garzik <jgarzik@pobox.com> * Mikael Pettersson <mikpe@it.uu.se> * Please ALWAYS copy linux-ide@vger.kernel.org * on emails. * * Copyright 2003-2004 Red Hat, Inc. * * * This program is free software; you can redistribute it and/o...
gpl-2.0
neohackt/android_kernel_motorola_otus
arch/tile/kernel/sysfs.c
4459
5125
/* * Copyright 2011 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
elisam98/android_kernel_lge_w5c
arch/arm/plat-omap/omap_device.c
4715
31383
/* * omap_device implementation * * Copyright (C) 2009-2010 Nokia Corporation * Paul Walmsley, Kevin Hilman * * Developed in collaboration with (alphabetical order): Benoit * Cousson, Thara Gopinath, Tony Lindgren, Rajendra Nayak, Vikram * Pandita, Sakari Poussa, Anand Sawant, Santosh Shilimkar, Richard * Woo...
gpl-2.0
vantinh1991/F240L-JB
fs/proc/kcore.c
4971
15533
/* * fs/proc/kcore.c kernel ELF core dumper * * Modelled on fs/exec.c:aout_core_dump() * Jeremy Fitzhardinge <jeremy@sw.oz.au> * ELF version written by David Howells <David.Howells@nexor.co.uk> * Modified and incorporated into 2.3.x by Tigran Aivazian <tigran@veritas.com> * Support to dump vmalloc'd areas (ELF o...
gpl-2.0
TeamJB/android_kernel_lge_hammerhead
net/ipv4/xfrm4_tunnel.c
7275
2765
/* xfrm4_tunnel.c: Generic IP tunnel transformer. * * Copyright (C) 2003 David S. Miller (davem@redhat.com) */ #define pr_fmt(fmt) "IPsec: " fmt #include <linux/skbuff.h> #include <linux/module.h> #include <linux/mutex.h> #include <net/xfrm.h> #include <net/ip.h> #include <net/protocol.h> static int ipip_output(s...
gpl-2.0
XiaoJiang/linux-3.4.4
arch/mips/sni/a20r.c
7531
5061
/* * A20R specific code * * 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) 2006 Thomas Bogendoerfer (tsbogend@alpha.franken.de) */ #include <linux/init.h> #include <linux/i...
gpl-2.0
edoko/android_samsung_galaxy_pop
drivers/media/dvb/mantis/mantis_core.c
8299
5893
/* Mantis PCI bridge driver Copyright (C) Manu Abraham (abraham.manu@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; either version 2 of the License, or (at your option) any later v...
gpl-2.0
vredniiy/sprout
arch/unicore32/kernel/irq.c
8299
8524
/* * linux/arch/unicore32/kernel/irq.c * * Code specific to PKUnity SoC and UniCore ISA * * Copyright (C) 2001-2010 GUAN Xue-tao * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundati...
gpl-2.0
vm03/android_kernel_lge_msm8610
arch/x86/platform/olpc/olpc_ofw.c
12395
2761
#include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <asm/page.h> #include <asm/setup.h> #include <asm/io.h> #include <asm/pgtable.h> #include <asm/olpc_ofw.h> /* address of OFW callback interface; will be NULL if OFW isn't found */ static int (*olpc_ofw_cif)(int *); /* page dir entry ...
gpl-2.0
fishbowlFX/CM11-LGD325ds_kernel
drivers/net/fddi/skfp/hwmtm.c
12651
56623
/****************************************************************************** * * (C)Copyright 1998,1999 SysKonnect, * a business unit of Schneider & Koch & Co. Datensysteme GmbH. * * See the file "skfddi.c" for further information. * * This program is free software; you can redistribute it and/or modify * it...
gpl-2.0
jdlfg/Mecha-kernel-jdlfg
fs/ntfs/bitmap.c
14443
5603
/* * bitmap.c - NTFS kernel bitmap handling. Part of the Linux-NTFS project. * * Copyright (c) 2004-2005 Anton Altaparmakov * * This program/include file 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
ptmr3/GalaxyNote3-Kernel-kk-
fs/ntfs/bitmap.c
14443
5603
/* * bitmap.c - NTFS kernel bitmap handling. Part of the Linux-NTFS project. * * Copyright (c) 2004-2005 Anton Altaparmakov * * This program/include file 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
Motorhead1991/android_kernel_lge_l35g
drivers/s390/cio/ccwgroup.c
108
16872
/* * bus driver for ccwgroup * * Copyright IBM Corp. 2002, 2009 * * Author(s): Arnd Bergmann (arndb@de.ibm.com) * Cornelia Huck (cornelia.huck@de.ibm.com) */ #include <linux/module.h> #include <linux/errno.h> #include <linux/slab.h> #include <linux/list.h> #include <linux/device.h> #include <linux/init...
gpl-2.0
sgstreet/linux-socfpga
arch/arm/mach-s5pv210/common.c
108
6673
/* * Copyright (c) 2009-2011 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Common Codes for S5PV210 * * 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. */ #includ...
gpl-2.0
ouyangshiliang/hg255
package/switch/src/switch-adm.c
108
13371
/* * ADMTEK Adm6996 switch configuration module * * Copyright (C) 2005 Felix Fietkau <nbd@nbd.name> * * Partially based on Broadcom Home Networking Division 10/100 Mbit/s * Ethernet Device Driver (from Montavista 2.4.20_mvl31 Kernel). * Copyright (C) 2004 Broadcom Corporation * * adm_rreg function from adm6996...
gpl-2.0
chen2011521/xt560_kernel
drivers/net/ll_temac_main.c
108
29792
/* * Driver for Xilinx TEMAC Ethernet device * * Copyright (c) 2008 Nissin Systems Co., Ltd., Yoshio Kashiwagi * Copyright (c) 2005-2008 DLA Systems, David H. Lynch Jr. <dhlii@dlasys.net> * Copyright (c) 2008-2009 Secret Lab Technologies Ltd. * * This is a driver for the Xilinx ll_temac ipcore which is often u...
gpl-2.0
jackalchen/linux
drivers/staging/comedi/drivers/adl_pci6208.c
620
5556
/* * adl_pci6208.c * Comedi driver for ADLink 6208 series cards * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2000 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 License as pu...
gpl-2.0
cminyard/linux-live-app-coredump
arch/nios2/boot/compressed/console.c
620
2432
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2008-2010 Thomas Chou <thomas@wytron.com.tw> */ #include <linux/io.h> #if (defined(CONFIG_SERIAL_ALTERA_JTAGUART_CONSOLE) && defined(JTAG_UART_BASE))\ || (defined(CONFIG_SERIAL_ALTERA_UART_CONSOLE) && defined(UART0_BASE)) static void *my_ioremap(unsi...
gpl-2.0
halfline/linux
drivers/staging/speakup/speakup_audptr.c
620
5903
/* * originally written by: Kirk Reiser <kirk@braille.uwo.ca> * this version considerably modified by David Borowski, david575@rogers.com * * Copyright (C) 1998-99 Kirk Reiser. * Copyright (C) 2003 David Borowski. * * This program is free software; you can redistribute it and/or modify * it under the terms of ...
gpl-2.0
cricard13/linux-raspberry-nfc
fs/signalfd.c
876
9376
/* * fs/signalfd.c * * Copyright (C) 2003 Linus Torvalds * * Mon Mar 5, 2007: Davide Libenzi <davidel@xmailserver.org> * Changed ->read() to return a siginfo strcture instead of signal number. * Fixed locking in ->poll(). * Added sighand-detach notification. * Added fd re-use in sys_sig...
gpl-2.0
Warter21/linux-4.0_imx6
arch/arm/mach-clps711x/board-p720t.c
1388
11996
/* * linux/arch/arm/mach-clps711x/p720t.c * * Copyright (C) 2000-2001 Deep Blue Solutions Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (a...
gpl-2.0
shinobisoft/android_kernel_lge_msm8226
arch/arm/mach-msm/qdsp6v2/adsp-loader.c
1644
5533
/* * 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
samno1607/FreshBake
drivers/leds/led-triggers.c
2924
7441
/* * LED Triggers Core * * Copyright 2005-2007 Openedhand Ltd. * * Author: Richard Purdie <rpurdie@openedhand.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. * */ #i...
gpl-2.0
guilhem/LGE975_G_Kitkat_Android_V20a_Kernel
fs/nfs/pnfs.c
3180
41415
/* * pNFS functions to call and manage layout drivers. * * Copyright (c) 2002 [year of first publication] * The Regents of the University of Michigan * All Rights Reserved * * Dean Hildebrand <dhildebz@umich.edu> * * Permission is granted to use, copy, create derivative works, and * redistribute this s...
gpl-2.0
mightysween/vs980-kernel
drivers/mtd/ubi/eba.c
4460
36878
/* * Copyright (c) International Business Machines Corp., 2006 * * 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
C-Aniruddh/vortex_condor
drivers/scsi/scsi_devinfo.c
7276
29725
#include <linux/blkdev.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/slab.h> #include <scsi/scsi_device.h> #include <scsi/scsi_devinfo.h> #include "scsi_priv.h" /* * scsi_dev_info...
gpl-2.0