repo_name
string
path
string
copies
string
size
string
content
string
license
string
googyanas/GoogyMax-S6
drivers/pwm/core.c
2072
19372
/* * Generic pwmlib implementation * * Copyright (C) 2011 Sascha Hauer <s.hauer@pengutronix.de> * Copyright (C) 2011-2012 Avionic Design GmbH * * 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 Fou...
gpl-2.0
haldric/I9300
arch/x86/kernel/module.c
2328
6386
/* Kernel module help for x86. Copyright (C) 2001 Rusty Russell. 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
omnirom/android_kernel_asus_grouper
arch/arm/plat-s5p/dev-fimc2.c
2584
1042
/* linux/arch/arm/plat-s5p/dev-fimc2.c * * Copyright (c) 2010 Samsung Electronics * * Base S5P FIMC2 resource and device definitions * * 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 Found...
gpl-2.0
goodhanrry/G9250_goodhanrry_kernel
arch/arm/mach-omap2/am35xx-emac.c
2584
3293
/* * Copyright (C) 2011 Ilya Yanok, Emcraft Systems * * Based on mach-omap2/board-am3517evm.c * Copyright (C) 2009 Texas Instruments Incorporated * Author: Ranjith Lohithakshan <ranjithl@ti.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
javelinanddart/kernel_samsung_msm8660
drivers/usb/mon/mon_stat.c
3096
1543
/* * The USB Monitor, inspired by Dave Harding's USBMon. * * This is the 's' or 'stat' reader which debugs usbmon itself. * Note that this code blows through locks, so make sure that * /dbg/usbmon/0s is well protected from non-root users. * */ #include <linux/kernel.h> #include <linux/slab.h> #include <linux/us...
gpl-2.0
TREX-ROM/android_kernel_asus_grouper
drivers/video/q40fb.c
3352
3460
/* * linux/drivers/video/q40fb.c -- Q40 frame buffer device * * Copyright (C) 2001 * * Richard Zidlicky <rz@linux-m68k.org> * * 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. */ #incl...
gpl-2.0
junkie2100/android_kernel_zte_quantum
drivers/target/target_core_file.c
3864
16955
/******************************************************************************* * Filename: target_core_file.c * * This file contains the Storage Engine <-> FILEIO transport specific functions * * Copyright (c) 2005 PyX Technologies, Inc. * Copyright (c) 2005-2006 SBE, Inc. All Rights Reserved. * Copyright (c...
gpl-2.0
ElKowak/android_kernel_motorola_msm8610
drivers/mtd/maps/impa7.c
5144
2968
/* * Handle mapping of the NOR flash on implementa A7 boards * * Copyright 2002 SYSGO Real-Time Solutions GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <l...
gpl-2.0
jose51197/Infernal_3.4
drivers/mtd/maps/physmap.c
5144
6956
/* * Normal mappings of chips in physical memory * * Copyright (C) 2003 MontaVista Software Inc. * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net * * 031022 - [jsun] add run-time configure and partition setup */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/in...
gpl-2.0
slayher/android_kernel_samsung_hlte
lib/halfmd4.c
7960
2028
#include <linux/kernel.h> #include <linux/export.h> #include <linux/cryptohash.h> /* F, G and H are basic MD4 functions: selection, majority, parity */ #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) #define H(x, y, z) ((x) ^ (y) ^ (z)) /* * The generic round fun...
gpl-2.0
scanno/android_kernel_oneplus_msm8974
arch/arm/mach-s3c2440/dsc.c
9240
1195
/* linux/arch/arm/mach-s3c2440/dsc.c * * Copyright (c) 2004-2005 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * Samsung S3C2440 Drive Strength Control support * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * ...
gpl-2.0
felipesanches/linux-sunxi
arch/mips/wrppmc/time.c
11544
1084
/* * time.c: MIPS CPU Count/Compare timer hookup * * Author: Mark.Zhan, <rongkai.zhan@windriver.com> * * 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) 1996, 1997, 2004 by ...
gpl-2.0
nitrogen-os-devices/nitrogen_kernel_lge_hammerhead
arch/cris/arch-v32/mach-fs/io.c
13080
5208
/* * Helper functions for I/O pins. * * Copyright (c) 2004-2007 Axis Communications AB. */ #include <linux/types.h> #include <linux/errno.h> #include <linux/init.h> #include <linux/string.h> #include <linux/ctype.h> #include <linux/kernel.h> #include <linux/module.h> #include <asm/io.h> #include <mach/pinmux.h> #i...
gpl-2.0
athurg/busybox
libbb/restricted_shell.c
25
1981
/* vi: set sw=4 ts=4: */ /* * Copyright 1989 - 1991, Julianne Frances Haugh <jockgrrl@austin.rr.com> * 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 mu...
gpl-2.0
totalspectrum/gcc-propeller
gcc/graphds.c
25
10645
/* Graph representation and manipulation functions. Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of GCC. GCC 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 3, or (a...
gpl-2.0
allr/r-instrumented
src/nmath/ppois.c
25
1308
/* * Mathlib : A C Library of Special Functions * Copyright (C) 1998 Ross Ihaka * Copyright (C) 2000 The R Core Team * * 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
dan82840/Netgear-RBR50
git_home/samba.git/source/lib/version.c
25
1517
/* Unix SMB/CIFS implementation. Samba Version functions Copyright (C) Stefan Metzmacher 2003 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
karltsou/u-boot_next
board/armltd/integrator/timer.c
25
4819
/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * David Mueller, ELSOFT AG, <d.mueller@elsoft.ch> * * (C) Copyright 2003 * Texas Instruments, <www.ti.com> * Kshitij Gupta <Kshitij@ti.com> * * (C) Copyright 2004 * ARM Ltd...
gpl-2.0
embecosm/avr32-gcc
gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap7.c
25
1865
/* { dg-require-effective-target vect_int } */ #include <stdarg.h> #include "tree-vect.h" #define N 16 typedef struct { unsigned char a; unsigned char b; unsigned char c; unsigned char d; unsigned char e; unsigned char f; unsigned char g; unsigned char h; } s; __attribute__ ((noinline)) int...
gpl-2.0
lssjbrolli/android_kernel_samsung_klimtlte
drivers/media/media-device.c
281
9718
/* * Media device * * Copyright (C) 2010 Nokia Corporation * * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> * Sakari Ailus <sakari.ailus@iki.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as *...
gpl-2.0
AndyLavr/Aspire-SW5-012_Kernel_4.8
drivers/rapidio/switches/idt_gen3.c
281
10066
/* * IDT RXS Gen.3 Serial RapidIO switch family support * * Copyright 2016 Integrated Device Technology, 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 th...
gpl-2.0
Luavis/SOS
drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c
537
68557
/* * Copyright (C) 2003 - 2009 NetXen, Inc. * Copyright (C) 2009 - QLogic 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; either version 2 * of the ...
gpl-2.0
ccyrowski/cm-kernel
drivers/i2c/busses/scx200_i2c.c
793
3464
/* linux/drivers/i2c/busses/scx200_i2c.c Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com> National Semiconductor SCx200 I2C bus on GPIO pins Based on i2c-velleman.c Copyright (C) 1995-96, 2000 Simon G. Vogl This program is free software; you can redistribute it and/or modify it unde...
gpl-2.0
tsh-xx/folio100
drivers/edac/e7xxx_edac.c
793
15751
/* * Intel e7xxx Memory Controller kernel module * (C) 2003 Linux Networx (http://lnxi.com) * This file may be distributed under the terms of the * GNU General Public License. * * See "enum e7xxx_chips" below for supported chipsets * * Written by Thayne Harbaugh * Based on work by Dan Hollis <goemon at anime d...
gpl-2.0
teamacid/android_kernel_teamacid
drivers/staging/rt2860/sta/auth.c
1049
16550
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2007, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it u...
gpl-2.0
aksalj/kernel_rpi
drivers/firewire/core-transaction.c
1305
36226
/* * Core IEEE1394 transaction logic * * Copyright (C) 2004-2006 Kristian Hoegsberg <krh@bitplanet.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 Foundation; either version 2 of the License, ...
gpl-2.0
KaijiHakaroku/kernel_acer_picasso
kernel/futex_compat.c
2329
4561
/* * linux/kernel/futex_compat.c * * Futex compatibililty routines. * * Copyright 2006, Red Hat, Inc., Ingo Molnar */ #include <linux/linkage.h> #include <linux/compat.h> #include <linux/nsproxy.h> #include <linux/futex.h> #include <linux/ptrace.h> #include <linux/syscalls.h> #include <asm/uaccess.h> /* * Fe...
gpl-2.0
sos987/kernel-v9plus
sound/isa/cs423x/cs4231.c
4633
6021
/* * Generic driver for CS4231 chips * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Originally the CS4232/CS4232A driver, modified for use on CS4231 by * Tugrul Galatali <galatalt@stuy.edu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
gpl-2.0
AdiPat/android_kernel_tegra_n1
drivers/net/tokenring/skisa.c
4889
9833
/* * skisa.c: A network driver for SK-NET TMS380-based ISA token ring cards. * * Based on tmspci written 1999 by Adam Fritzler * * Written 2000 by Jochen Friedrich * Dedicated to my girlfriend Steffi Bopp * * This software may be used and distributed according to the terms * of the GNU General Public L...
gpl-2.0
vwmofo/android_kernel_htc_liberty-villec2
sound/pci/bt87x.c
4889
30413
/* * bt87x.c - Brooktree Bt878/Bt879 driver for ALSA * * Copyright (c) Clemens Ladisch <clemens@ladisch.de> * * based on btaudio.c by Gerd Knorr <kraxel@bytesex.org> * * * This driver 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
CyanogenMod/android_kernel_lge_ls970
drivers/mtd/maps/h720x-flash.c
5145
2747
/* * Flash memory access on Hynix GMS30C7201/HMS30C7202 based * evaluation boards * * (C) 2002 Jungjun Kim <jungjun.kim@hynix.com> * 2003 Thomas Gleixner <tglx@linutronix.de> */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/errno.h> #incl...
gpl-2.0
cholokei/Samsung_Kernel_SHV-E120K
fs/ocfs2/export.c
7961
6404
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * export.c * * Functions to facilitate NFS exporting * * Copyright (C) 2002, 2005 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 ...
gpl-2.0
JackpotClavin/android_kernel_lge_g2
net/dccp/ccids/lib/loss_interval.c
8217
5650
/* * Copyright (c) 2007 The University of Aberdeen, Scotland, UK * Copyright (c) 2005-7 The University of Waikato, Hamilton, New Zealand. * Copyright (c) 2005-7 Ian McDonald <ian.mcdonald@jandi.co.nz> * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br> * * This program is free software; y...
gpl-2.0
goodhanrry/N915S_goodHanrry_kernel
tools/power/cpupower/utils/idle_monitor/mperf_monitor.c
8473
9375
/* * (C) 2010,2011 Thomas Renninger <trenn@suse.de>, Novell Inc. * * Licensed under the terms of the GNU GPL License version 2. */ #if defined(__i386__) || defined(__x86_64__) #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <limits.h> #include <cpufreq.h> #include...
gpl-2.0
ftCommunity/ft-TXT
board/knobloch/TXT/board-support/u-boot-2013.10-ti2013.12.01/arch/arm/cpu/armv7/at91/cpu.c
26
1559
/* * (C) Copyright 2010 * Reinhard Meyer, reinhard.meyer@emk-elektronik.de * (C) Copyright 2009 * Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> * (C) Copyright 2013 * Bo Shen <voice.shen@atmel.com> * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <asm/io.h> #include <asm/arch/h...
gpl-2.0
shakalaca/ASUS_ZenFone_A400CG
external/valgrind/main/memcheck/tests/varinfo6.c
26
214647
/* Test the variable identification machinery in a non-toy sized program. Also, the croak() call in BZ2_decompress causes Valgrind to try to describe a local variable (i) that has at least a dozen independent live ranges (hence, is really that many independent variables). Hence it tests the machinery's a...
gpl-2.0
fedya/aircam-openwrt
build_dir/linux-gm812x/linux-2.6.28.fa2/net/decnet/sysctl_net_decnet.c
26
10016
/* * DECnet An implementation of the DECnet protocol suite for the LINUX * operating system. DECnet is implemented using the BSD Socket * interface as the means of communication with the user level. * * DECnet sysctl support functions * * Author: Steve Whitehou...
gpl-2.0
chettyharish/polling-server-deadline
drivers/staging/rtl8723au/os_dep/os_intfs.c
26
28190
/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the ...
gpl-2.0
fengli/gcc
libgfortran/generated/rrspacing_r16.c
26
1865
/* Implementation of the RRSPACING intrinsic Copyright 2006, 2007, 2009, 2010 Free Software Foundation, Inc. Contributed by Steven G. Kargl <kargl@gcc.gnu.org> This file is part of the GNU Fortran 95 runtime library (libgfortran). Libgfortran is free software; you can redistribute it and/or modify it under the ...
gpl-2.0
jpabferreira/linux-pcsws
drivers/media/usb/usbvision/usbvision-core.c
282
75402
/* * 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
lavvy/xbmc
tools/EventClients/Clients/WiiRemote/wiiuse_v0.12/src/dynamics.c
282
6925
/* * wiiuse * * Written By: * Michael Laforest < para > * Email: < thepara (--AT--) g m a i l [--DOT--] com > * * Copyright 2006-2007 * * This file is part of wiiuse. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publishe...
gpl-2.0
rayeleks/linux
drivers/staging/fwserial/fwserial.c
538
78743
/* * FireWire Serial driver * * Copyright (C) 2012 Peter Hurley <peter@hurleysoftware.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 you...
gpl-2.0
surdupetru/android_kernel_huawei_msm8916-caf
drivers/target/target_core_alua.c
794
55716
/******************************************************************************* * Filename: target_core_alua.c * * This file contains SPC-3 compliant asymmetric logical unit assigntment (ALUA) * * (c) Copyright 2009-2012 RisingTide Systems LLC. * * Nicholas A. Bellinger <nab@kernel.org> * * This program is f...
gpl-2.0
crewrktablets/android_kernel_odys_neox_3.0.8
drivers/net/sky2.c
794
133431
/* * New driver for Marvell Yukon 2 chipset. * Based on earlier sk98lin, and skge driver. * * This driver intentionally does not support all the features * of the original driver such as link fail-over and link management because * those should be done at higher levels. * * Copyright (C) 2005 Stephen Hemminger ...
gpl-2.0
p350user/ICY-PECAN-KERNEL
arch/powerpc/mm/dma-noncoherent.c
1050
10180
/* * PowerPC version derived from arch/arm/mm/consistent.c * Copyright (C) 2001 Dan Malek (dmalek@jlc.net) * * Copyright (C) 2000 Russell King * * Consistent memory allocators. Used for DMA devices that want to * share uncached memory with the processor core. The function return * is the virtual address ...
gpl-2.0
spairal/linux-for-lobster
arch/um/os-Linux/util.c
1818
2764
/* * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <signal.h> #include <string.h> #include <termios.h> #include <wait.h> #include <sys/mman.h> #include <sys/utsname.h> #include "kern_constants.h" #...
gpl-2.0
bq/aquaris-E5-4G
drivers/usb/gadget/hid.c
2330
6410
/* * hid.c -- HID Composite driver * * Based on multi.c * * Copyright (C) 2010 Fabien Chouteau <fabien.chouteau@barco.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 versi...
gpl-2.0
1N4148/agni
arch/tile/kernel/tile-desc_64.c
2586
96616
/* This define is BFD_RELOC_##x for real bfd, or -1 for everyone else. */ #define BFD_RELOC(x) -1 /* Special registers. */ #define TREG_LR 55 #define TREG_SN 56 #define TREG_ZERO 63 /* FIXME: Rename this. */ #include <asm/opcode-tile_64.h> #include <linux/stddef.h> const struct tilegx_opcode tilegx_opcodes[334] = {...
gpl-2.0
jderrick/linux-torvalds
arch/arm/mach-mmp/common.c
2842
1217
/* * linux/arch/arm/mach-mmp/common.c * * Code common to PXA168 processor lines * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/init.h> #include <linux/...
gpl-2.0
gripped/MK808-headless-nand-3.0.8-rk3066
mm/net/ipv4/udplite.c
3098
3293
/* * UDPLITE An implementation of the UDP-Lite protocol (RFC 3828). * * Authors: Gerrit Renker <gerrit@erg.abdn.ac.uk> * * Changes: * Fixes: * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Fr...
gpl-2.0
aweosomeabhijeet/android_kernel_sony_nicki
drivers/parport/parport_mfc3.c
4890
10988
/* Low-level parallel port routines for the Multiface 3 card * * Author: Joerg Dorchain <joerg@dorchain.net> * * (C) The elitist m68k Users(TM) * * based on the existing parport_amiga and lp_mfc * * * From the MFC3 documentation: * * Miscellaneous PIA Details * ------------------------- * * The two ope...
gpl-2.0
FrancescoCG/Crazy-Kernel1-TW-Kernel
drivers/net/wireless/ath/carl9170/usb.c
4890
25632
/* * Atheros CARL9170 driver * * USB - frontend * * Copyright 2008, Johannes Berg <johannes@sipsolutions.net> * Copyright 2009, 2010, Christian Lamparter <chunkeey@googlemail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as ...
gpl-2.0
savoca/furnace-g3
arch/sh/boards/mach-se/7722/irq.c
7450
2092
/* * linux/arch/sh/boards/se/7722/irq.c * * Copyright (C) 2007 Nobuhiro Iwamatsu * * Hitachi UL SolutionEngine 7722 Support. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #include ...
gpl-2.0
sakuraba001/android_kernel_samsung_hlte
drivers/video/offb.c
7450
19913
/* * linux/drivers/video/offb.c -- Open Firmware based frame buffer device * * Copyright (C) 1997 Geert Uytterhoeven * * This driver is partly based on the PowerMac console driver: * * Copyright (C) 1996 Paul Mackerras * * This file is subject to the terms and conditions of the GNU General Public * Licens...
gpl-2.0
bsmitty83/KaPoW_vivow
arch/mips/jz4740/clock-debugfs.c
7962
2746
/* * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> * JZ4740 SoC clock support debugfs entries * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the L...
gpl-2.0
agat63/AGAT_GS3_kernel
virt/kvm/async_pf.c
8218
5284
/* * kvm asynchronous fault support * * Copyright 2010 Red Hat, Inc. * * Author: * Gleb Natapov <gleb@redhat.com> * * This file is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License * as published by the Free Software Foundation. * *...
gpl-2.0
multipath-tcp/mptcp_3.1.x
samples/kprobes/kretprobe_example.c
13850
2997
/* * kretprobe_example.c * * Here's a sample kernel module showing the use of return probes to * report the return value and total time taken for probed function * to run. * * usage: insmod kretprobe_example.ko func=<func_name> * * If no func_name is specified, do_fork is instrumented * * For more informatio...
gpl-2.0
aatjitra/PR25
samples/kprobes/kretprobe_example.c
13850
2997
/* * kretprobe_example.c * * Here's a sample kernel module showing the use of return probes to * report the return value and total time taken for probed function * to run. * * usage: insmod kretprobe_example.ko func=<func_name> * * If no func_name is specified, do_fork is instrumented * * For more informatio...
gpl-2.0
azureplus/linux
drivers/target/iscsi/iscsi_target_erl0.c
27
29408
/****************************************************************************** * This file contains error recovery level zero functions used by * the iSCSI Target driver. * * (c) Copyright 2007-2013 Datera, Inc. * * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> * * This program is free software; you can ...
gpl-2.0
Blackwolf1337/JaVisionPlus
tools/Assimilate/AssimilateDoc.cpp
27
86209
// AssimilateDoc.cpp : implementation of the CAssimilateDoc class // #include "stdafx.h" #include "Includes.h" #include "BuildAll.h" #include "sourcesafe.h" #include "gla.h" // just for string stuff #include <set> using namespace std; #define sSAVEINFOSTRINGCHECK "(SaveInfo):" // so comment reader can stop these dam...
gpl-2.0
AndreyPopovNew/asuswrt-merlin-rt-n
release/src/router/gdb/bfd/pe-mcore.c
27
1276
/* BFD back-end for MCore PECOFF files. Copyright 1999, 2002, 2007 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. 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
axDev-toolchain/gcc-4.8
libgfortran/generated/rrspacing_r4.c
27
1645
/* Implementation of the RRSPACING intrinsic Copyright (C) 2006-2013 Free Software Foundation, Inc. Contributed by Steven G. Kargl <kargl@gcc.gnu.org> This file is part of the GNU Fortran 95 runtime library (libgfortran). Libgfortran is free software; you can redistribute it and/or modify it under the terms of ...
gpl-2.0
emceethemouth/kernel_android
mm/mempolicy.c
27
73053
/* * Simple NUMA memory policy for the Linux kernel. * * Copyright 2003,2004 Andi Kleen, SuSE Labs. * (C) Copyright 2005 Christoph Lameter, Silicon Graphics, Inc. * Subject to the GNU Public License, version 2. * * NUMA policy allows the user to give hints in which node(s) memory should * be allocated. * * Su...
gpl-2.0
pichina/linux-bcache
arch/arm/plat-s3c24xx/pm.c
27
9026
/* linux/arch/arm/plat-s3c24xx/pm.c * * Copyright (c) 2004,2006 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C24XX Power Manager (Suspend-To-RAM) support * * See Documentation/arm/Samsung-S3C24XX/Suspend.txt for more information * * This program is free software; you can redistribute it and/or modif...
gpl-2.0
RWTH-OS/linux
drivers/mtd/nand/nand_micron.c
27
8102
/* * Copyright (C) 2017 Free Electrons * Copyright (C) 2017 NextThing Co * * Author: Boris Brezillon <boris.brezillon@free-electrons.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
loongson-community/linux_loongson
mm/thrash.c
283
2098
/* * mm/thrash.c * * Copyright (C) 2004, Red Hat, Inc. * Copyright (C) 2004, Rik van Riel <riel@redhat.com> * Released under the GPL, see the file COPYING for details. * * Simple token based thrashing protection, using the algorithm * described in: http://www.cs.wm.edu/~sjiang/token.pdf * * Sep 2006, Ashwin ...
gpl-2.0
dssmex/dssmex-GB-ICS
arch/x86/mm/kmemcheck/shadow.c
539
3558
#include <linux/kmemcheck.h> #include <linux/module.h> #include <linux/mm.h> #include <asm/page.h> #include <asm/pgtable.h> #include "pte.h" #include "shadow.h" /* * Return the shadow address for the given address. Returns NULL if the * address is not tracked. * * We need to be extremely careful not to follow an...
gpl-2.0
zekezang/linux-2.6.32.2-2440
drivers/gpu/drm/i915/intel_dvo.c
539
14532
/* * Copyright 2006 Dave Airlie <airlied@linux.ie> * Copyright © 2006-2007 Intel Corporation * * 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 lim...
gpl-2.0
andreya108/bindu-kernel-base
drivers/usb/musb/musb_gadget.c
795
60636
/* * MUSB OTG driver peripheral support * * Copyright 2005 Mentor Graphics Corporation * Copyright (C) 2005-2006 by Texas Instruments * Copyright (C) 2006-2007 Nokia Corporation * Copyright (C) 2009 MontaVista Software, Inc. <source@mvista.com> * * This program is free software; you can redistribute it and/or ...
gpl-2.0
Validus-Kernel/kernel_htc_flounder
arch/powerpc/kvm/book3s_pr_papr.c
2075
7680
/* * Copyright (C) 2011. Freescale Inc. All rights reserved. * * Authors: * Alexander Graf <agraf@suse.de> * Paul Mackerras <paulus@samba.org> * * Description: * * Hypercall handling for running PAPR guests in PR KVM on Book 3S * processors. * * This program is free software; you can redistribute it a...
gpl-2.0
cellphone/lge_p880_kernel_3.0
arch/powerpc/kernel/pci_32.c
2331
11668
/* * Common pmac/prep/chrp pci routines. -- Cort */ #include <linux/kernel.h> #include <linux/pci.h> #include <linux/delay.h> #include <linux/string.h> #include <linux/init.h> #include <linux/capability.h> #include <linux/sched.h> #include <linux/errno.h> #include <linux/bootmem.h> #include <linux/irq.h> #include <l...
gpl-2.0
htc-mirror/jewel-ics-crc-3.0.8-3fd0422
drivers/infiniband/core/verbs.c
3099
21627
/* * Copyright (c) 2004 Mellanox Technologies Ltd. All rights reserved. * Copyright (c) 2004 Infinicon Corporation. All rights reserved. * Copyright (c) 2004 Intel Corporation. All rights reserved. * Copyright (c) 2004 Topspin Corporation. All rights reserved. * Copyright (c) 2004 Voltaire Corporation. All ri...
gpl-2.0
aatjitra/7105u1
drivers/video/omap/lcd_palmtt.c
4123
2905
/* * LCD panel support for Palm Tungsten|T * Current version : Marek Vasut <marek.vasut@gmail.com> * * Modified from lcd_inn1510.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 * Free Software Foundation; eithe...
gpl-2.0
smartboyhw/ubuntu-saucy-rt
arch/s390/kernel/lgr.c
4379
4337
/* * Linux Guest Relocation (LGR) detection * * Copyright IBM Corp. 2012 * Author(s): Michael Holzheu <holzheu@linux.vnet.ibm.com> */ #include <linux/module.h> #include <linux/timer.h> #include <linux/slab.h> #include <asm/facility.h> #include <asm/sysinfo.h> #include <asm/ebcdic.h> #include <asm/debug.h> #includ...
gpl-2.0
kamarush/yuga_aosp_kernel_lp
drivers/usb/storage/karma.c
4635
6019
/* Driver for Rio Karma * * (c) 2006 Bob Copeland <me@bobcopeland.com> * (c) 2006 Keith Bennett <keith@mcs.st-and.ac.uk> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either versi...
gpl-2.0
ybmaker/linux-sunxi
drivers/platform/x86/panasonic-laptop.c
4891
18556
/* * Panasonic HotKey and LCD brightness control driver * (C) 2004 Hiroshi Miura <miura@da-cha.org> * (C) 2004 NTT DATA Intellilink Co. http://www.intellilink.co.jp/ * (C) YOKOTA Hiroshi <yokota (at) netlab. is. tsukuba. ac. jp> * (C) 2004 David Bronaugh <dbronaugh> * (C) 2006-2008 Harald Welte <laforge@gnu...
gpl-2.0
chaoskagami/android_kernel_nvidia_roth
drivers/staging/tidspbridge/rmgr/strm.c
5147
18667
/* * strm.c * * DSP-BIOS Bridge driver support functions for TI OMAP processors. * * DSP/BIOS Bridge Stream Manager. * * 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 ...
gpl-2.0
dasago13/android_kernel_lenovo_s650
drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c
5659
4398
/************************************************************************** * * Copyright (c) 2007-2010 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 documentation files (the * "Software"...
gpl-2.0
RepoB/android_kernel_sony_msm8974-GreatDevs
arch/avr32/kernel/signal.c
8987
7612
/* * Copyright (C) 2004-2006 Atmel Corporation * * Based on linux/arch/sh/kernel/signal.c * Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima * Copyright (C) 1991, 1992 Linus Torvalds * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Lic...
gpl-2.0
bgn9000/Shun-Andromeda
arch/sparc/prom/printf.c
12571
1728
/* * printf.c: Internal prom library printf facility. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * Copyright (c) 2002 Pete Zaitcev (zaitcev@yahoo.com) * * We used to warn all over the code: DO NOT USE prom_printf(), * and yet peop...
gpl-2.0
TEAM-RAZOR-DEVICES/kernel_asus_moorefield
arch/m68k/lib/lshrdi3.c
12827
1623
/* lshrdi3.c extracted from gcc-2.7.2/libgcc2.c which is: */ /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC 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 F...
gpl-2.0
wimpknocker/lge-kernel-lproj
arch/powerpc/boot/cuboot-85xx.c
13851
1673
/* * Old U-boot compatibility for 85xx * * Author: Scott Wood <scottwood@freescale.com> * * Copyright (c) 2007 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Softw...
gpl-2.0
janrinze/loox7xxport
drivers/net/macsonic.c
28
19310
/* * macsonic.c * * (C) 2005 Finn Thain * * Converted to DMA API, converted to unified driver model, made it work as * a module again, and from the mac68k project, introduced more 32-bit cards * and dhd's support for 16-bit cards. * * (C) 1998 Alan Cox * * Debugging Andreas Ehliar, Michael Schmitz * * Base...
gpl-2.0
HeydayGuan/linux-3.6.7
drivers/rtc/rtc-mc13xxx.c
284
9542
/* * Real Time Clock driver for Freescale MC13XXX PMIC * * (C) 2009 Sascha Hauer, Pengutronix * (C) 2009 Uwe Kleine-Koenig, Pengutronix * * 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
Victor-android/kernel_huawei
sound/soc/codecs/wm8900.c
540
40800
/* * wm8900.c -- WM8900 ALSA Soc Audio driver * * Copyright 2007, 2008 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 * publ...
gpl-2.0
syhost/android_kernel_pantech_ef60s
arch/arm/mach-msm/msm_rtb.c
540
7307
/* * Copyright (c) 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 h...
gpl-2.0
joolswills/linux
drivers/usb/gadget/function/f_serial.c
796
10611
/* * f_serial.c - generic USB serial function driver * * Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com) * Copyright (C) 2008 by David Brownell * Copyright (C) 2008 by Nokia Corporation * * This software is distributed under the terms of the GNU General * Public License ("GPL") as published by the ...
gpl-2.0
droidcore/Hydra
drivers/irqchip/irq-sun4i.c
2076
4191
/* * Allwinner A1X SoCs IRQ chip driver. * * Copyright (C) 2012 Maxime Ripard * * Maxime Ripard <maxime.ripard@free-electrons.com> * * Based on code from * Allwinner Technology Co., Ltd. <www.allwinnertech.com> * Benn Huang <benn@allwinnertech.com> * * This file is licensed under the terms of the GNU General...
gpl-2.0
detule/lge-linux-msm
sound/soc/pxa/mmp-pcm.c
2076
6918
/* * linux/sound/soc/pxa/mmp-pcm.c * * Copyright (C) 2011 Marvell International Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your opti...
gpl-2.0
lgics/lge-kernel-msm7x27-3.4
fs/dcache.c
2076
79666
/* * fs/dcache.c * * Complete reimplementation * (C) 1997 Thomas Schoebel-Theuer, * with heavy changes by Linus Torvalds */ /* * Notes on the allocation strategy: * * The dcache is a master of the icache - whenever a dcache entry * exists, the inode will always exist. "iput()" is done either when * the dcac...
gpl-2.0
lvming/linux
arch/sparc/kernel/power.c
3100
1531
/* power.c: Power management driver. * * Copyright (C) 1999, 2007, 2008 David S. Miller (davem@davemloft.net) */ #include <linux/kernel.h> #include <linux/export.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/reboot.h> #include <linux/of_device.h> #include <asm/prom.h> #include <asm/io.h> ...
gpl-2.0
voidz777/android_kernel_htc_shooterk
drivers/power/jz4740-battery.c
3100
11527
/* * Battery measurement code for Ingenic JZ SOC. * * Copyright (C) 2009 Jiejing Zhang <kzjeef@gmail.com> * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> * * based on tosa_battery.c * * Copyright (C) 2008 Marek Vasut <marek.vasut@gmail.com> * * This program is free software; you can redistribute it ...
gpl-2.0
talnoah/Leaping_Lemur
drivers/media/dvb/frontends/dib0090.c
5148
76928
/* * Linux-DVB Driver for DiBcom's DiB0090 base-band RF Tuner. * * Copyright (C) 2005-9 DiBcom (http://www.dibcom.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 o...
gpl-2.0
GustavoRD78/78Kernel-ZL-283
mm/sparse-vmemmap.c
5404
5999
/* * Virtual Memory Map support * * (C) 2007 sgi. Christoph Lameter. * * Virtual memory maps allow VM primitives pfn_to_page, page_to_pfn, * virt_to_page, page_address() to be implemented as a base offset * calculation without memory access. * * However, virtual mappings need a page table and TLBs. Many Linux ...
gpl-2.0
CatcherXue/linux
drivers/isdn/divert/divert_procfs.c
7708
9035
/* $Id: divert_procfs.c,v 1.11.6.2 2001/09/23 22:24:36 kai Exp $ * * Filesystem handling for the diversion supplementary services. * * Copyright 1998 by Werner Cornelius (werner@isdn4linux.de) * * This software may be used and distributed according to the terms * of the GNU General Public License, incorpor...
gpl-2.0
nian0114/android_kernel_zte_n918st
drivers/net/wireless/libertas/cmdresp.c
8220
9356
/* * This file contains the handling of command * responses as well as events generated by firmware. */ #include <linux/hardirq.h> #include <linux/slab.h> #include <linux/delay.h> #include <linux/sched.h> #include <asm/unaligned.h> #include <net/cfg80211.h> #include "cfg.h" #include "cmd.h" /** * lbs_mac_event_d...
gpl-2.0
chijure/android_kernel_huawei_y210
arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c
8732
64294
#include <linux/init.h> #include <linux/kernel.h> #include <linux/gpio.h> #include <cpu/sh7722.h> enum { PINMUX_RESERVED = 0, PINMUX_DATA_BEGIN, PTA7_DATA, PTA6_DATA, PTA5_DATA, PTA4_DATA, PTA3_DATA, PTA2_DATA, PTA1_DATA, PTA0_DATA, PTB7_DATA, PTB6_DATA, PTB5_DATA, PTB4_DATA, PTB3_DATA, PTB2_DATA, PTB1_DATA, PT...
gpl-2.0
eoghan2t9/primou-kernel-IRONMAN
drivers/ide/ide-timings.c
13852
6661
/* * Copyright (c) 1999-2001 Vojtech Pavlik * Copyright (c) 2007-2008 Bartlomiej Zolnierkiewicz * * 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
jiangliu/linux
drivers/ide/ide-timings.c
13852
6661
/* * Copyright (c) 1999-2001 Vojtech Pavlik * Copyright (c) 2007-2008 Bartlomiej Zolnierkiewicz * * 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
akkufix/sola_jb_kernel
drivers/base/power/main.c
29
30069
/* * drivers/base/power/main.c - Where the driver meets power management. * * Copyright (c) 2003 Patrick Mochel * Copyright (c) 2003 Open Source Development Lab * Copyright (c) 2012 Sony Mobile Communications AB * * This file is released under the GPLv2 * * * The driver model core calls device_pm_add() when a...
gpl-2.0