repo_name
string
path
string
copies
string
size
string
content
string
license
string
Hacker432-Y550/android_kernel_huawei_msm8916
drivers/staging/iio/gyro/adis16260_core.c
2158
11393
/* * ADIS16260/ADIS16265 Programmable Digital Gyroscope Sensor Driver * * Copyright 2010 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/delay.h> #include <linux/mutex.h> #include <linux/device.h> #include <linux/kernel.h> #include...
gpl-2.0
rickyzhang82/linux-odroid-u2
net/netfilter/ipset/ip_set_hash_ipport.c
2414
13160
/* Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> * * 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. */ /* Kernel module implementing an IP set type: the hash...
gpl-2.0
AndroidGX/SimpleGX-MM-6.0_H815
net/mac80211/rc80211_minstrel_ht_debugfs.c
2414
3936
/* * Copyright (C) 2010 Felix Fietkau <nbd@openwrt.org> * * 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/netdevice.h> #include <linux/types.h> #include <linux...
gpl-2.0
android-legacy/kernel
drivers/net/wireless/ti/wlcore/sdio.c
2670
10303
/* * This file is part of wl1271 * * Copyright (C) 2009-2010 Nokia Corporation * * Contact: Luciano Coelho <luciano.coelho@nokia.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 Fou...
gpl-2.0
jetonbacaj/SomeKernel_G920P_PB6
drivers/char/agp/generic.c
2670
37483
/* * AGPGART driver. * Copyright (C) 2004 Silicon Graphics, Inc. * Copyright (C) 2002-2005 Dave Jones. * Copyright (C) 1999 Jeff Hartmann. * Copyright (C) 1999 Precision Insight, Inc. * Copyright (C) 1999 Xi Graphics, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of th...
gpl-2.0
SystemTera/SystemTera.Server-V-3.2-Kernel
drivers/staging/tidspbridge/pmgr/cod.c
3182
14323
/* * cod.c * * DSP-BIOS Bridge driver support functions for TI OMAP processors. * * This module implements DSP code management for the DSP/BIOS Bridge * environment. It is mostly a thin wrapper. * * This module provides an interface for loading both static and * dynamic code objects onto DSP systems. * * Cop...
gpl-2.0
phenomx4/android_kernel_zte_warplte
drivers/i2c/busses/i2c-designware-core.c
3438
18610
/* * Synopsys DesignWare I2C adapter driver (master only). * * Based on the TI DAVINCI I2C adapter driver. * * Copyright (C) 2006 Texas Instruments. * Copyright (C) 2007 MontaVista Software Inc. * Copyright (C) 2009 Provigent Ltd. * * ----------------------------------------------------------------------------...
gpl-2.0
MassStash/htc_m8whl_kernel_sense
kernel/delayacct.c
5742
5126
/* delayacct.c - per-task delay accounting * * Copyright (C) Shailabh Nagar, IBM 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 yo...
gpl-2.0
GuneetAtwal/Blaze.Kernel-MT6589
arch/mn10300/kernel/signal.c
7534
15098
/* MN10300 Signal handling * * 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 Foundation; eit...
gpl-2.0
KhasMek/kernel_matricom_mx2
net/sunrpc/auth_gss/gss_krb5_seqnum.c
11630
4619
/* * linux/net/sunrpc/gss_krb5_seqnum.c * * Adapted from MIT Kerberos 5-1.2.1 lib/gssapi/krb5/util_seqnum.c * * Copyright (c) 2000 The Regents of the University of Michigan. * All rights reserved. * * Andy Adamson <andros@umich.edu> */ /* * Copyright 1993 by OpenVision Technologies, Inc. * * Permiss...
gpl-2.0
mazen912/rk30_r-box_kernel
drivers/infiniband/hw/qib/qib_pio_copy.c
14702
2273
/* * Copyright (c) 2009 QLogic Corporation. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this source...
gpl-2.0
mageec/mageec-gcc
gcc/testsuite/gcc.target/mips/mips-3d-2.c
111
10025
/* { dg-do run } */ /* { dg-options "-mips3d" } */ /* Test MIPS-3D branch-if-any-two builtin functions */ #include <stdlib.h> #include <stdio.h> typedef float v2sf __attribute__ ((vector_size(8))); NOMIPS16 int test0 (v2sf a, v2sf b); NOMIPS16 int test1 (v2sf a, v2sf b); NOMIPS16 int test2 (v2sf a, v2sf b); NOMIPS16...
gpl-2.0
HuChundong/endeavoru_3.18
arch/x86/kernel/process_64.c
111
16402
/* * Copyright (C) 1995 Linus Torvalds * * Pentium III FXSR, SSE support * Gareth Hughes <gareth@valinux.com>, May 2000 * * X86-64 port * Andi Kleen. * * CPU hotplug support - ashok.raj@intel.com */ /* * This file handles the architecture-dependent parts of process handling.. */ #include <linux/stackp...
gpl-2.0
fqrouter/openwrt-trunk
target/linux/ramips/files/arch/mips/ralink/common/setup.c
111
2070
/* * Ralink SoC common setup * * Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * * 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
telf/TDR_watchdog_RFC_1
drivers/iio/pressure/hid-sensor-press.c
111
10791
/* * HID Sensors Driver * Copyright (c) 2014, Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope ...
gpl-2.0
thoemy/android_kernel_htc_endeavoru
drivers/net/macvlan.c
367
22619
/* * Copyright (c) 2007 Patrick McHardy <kaber@trash.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, or (at your option) any later version. * * ...
gpl-2.0
Electrex/Electroactive-N5
arch/arm/mach-msm/qdsp5/audio_pcm.c
367
45361
/* audio_pcm.c - pcm audio decoder driver * * Copyright (c) 2009-2012, The Linux Foundation. All rights reserved. * * Based on the mp3 decoder driver in arch/arm/mach-msm/qdsp5/audio_mp3.c * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * * All source code in this file is licensed und...
gpl-2.0
segment-routing/sr-ipv6
arch/microblaze/kernel/intc.c
623
5073
/* * Copyright (C) 2007-2013 Michal Simek <monstr@monstr.eu> * Copyright (C) 2012-2013 Xilinx, Inc. * Copyright (C) 2007-2009 PetaLogix * Copyright (C) 2006 Atmark Techno, Inc. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory o...
gpl-2.0
PoonKang/Kernel_GT-N8013_ICS
block/scsi_ioctl.c
1903
18752
/* * Copyright (C) 2001 Jens Axboe <axboe@suse.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but W...
gpl-2.0
samno1607/Xperia-Z-Source-Differences-JB
drivers/of/base.c
1903
33589
/* * Procedures for creating, accessing and interpreting the device tree. * * Paul Mackerras August 1996. * Copyright (C) 1996-2005 Paul Mackerras. * * Adapted for 64bit PowerPC by Dave Engebretsen and Peter Bergner. * {engebret|bergner}@us.ibm.com * * Adapted for sparc and sparc64 by David S. Miller dave...
gpl-2.0
Demon000/libra
drivers/mtd/maps/autcpu12-nvram.c
2159
3518
/* * NV-RAM memory access on autcpu12 * (C) 2002 Thomas Gleixner (gleixner@autronix.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 op...
gpl-2.0
ElectryDev/android_kernel_lenovo_msm8974_dv
drivers/power/bq28400_battery.c
2159
25268
/* 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 the ...
gpl-2.0
linuxvom/linux
drivers/media/usb/gspca/jeilinj.c
2159
13905
/* * Jeilinj subdriver * * Supports some Jeilin dual-mode cameras which use bulk transport and * download raw JPEG data. * * Copyright (C) 2009 Theodore Kilgore * * Sportscam DV15 support and control settings are * Copyright (C) 2011 Patrice Chotard * * This program is free software; you can redistribute it ...
gpl-2.0
am2012/android_kernel_motorola_msm8610
drivers/power/bq28400_battery.c
2159
25268
/* 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 the ...
gpl-2.0
AppliedMicro/ENGLinuxLatest
drivers/usb/misc/emi62.c
2159
8013
/* * Emagic EMI 2|6 usb audio interface firmware loader. * Copyright (C) 2002 * Tapio Laxström (tapio.laxstrom@iptime.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, version 2. ...
gpl-2.0
weera00/linux-sunxi
drivers/staging/comedi/drivers/s626.c
2159
108784
/* comedi/drivers/s626.c Sensoray s626 Comedi driver COMEDI - Linux Control and Measurement Device Interface Copyright (C) 2000 David A. Schleef <ds@schleef.org> Based on Sensoray Model 626 Linux driver Version 0.2 Copyright (C) 2002-2004 Sensoray Co., Inc. This program is free software; you can redist...
gpl-2.0
shminer/android_kernel_flounder
arch/mips/mti-malta/malta-memory.c
2415
3329
/* * 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. * * PROM library functions for acquiring/using memory descriptors given to * us from the YAMON. * * Copyright (C) 1999,2000,2012 MIPS Tech...
gpl-2.0
surdupetru/tf300t-4.1bl
drivers/misc/hmc6352.c
3183
4307
/* * hmc6352.c - Honeywell Compass Driver * * Copyright (C) 2009 Intel 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 ...
gpl-2.0
apascual89/android_kernel_oneplus_msm8996-1
arch/mn10300/unit-asb2305/pci-iomap.c
3183
1047
/* ASB2305 PCI I/O mapping handler * * 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
zeroblade1984/Xiaomi-MSM8226
drivers/lguest/page_tables.c
5743
36260
/*P:700 * The pagetable code, on the other hand, still shows the scars of * previous encounters. It's functional, and as neat as it can be in the * circumstances, but be wary, for these things are subtle and break easily. * The Guest provides a virtual to physical mapping, but we can neither trust * it nor use it...
gpl-2.0
Nokius/android_kernel_oppo_n1
arch/powerpc/perf/power4-pmu.c
7279
17303
/* * Performance counter support for POWER4 (GP) and POWER4+ (GQ) processors. * * Copyright 2009 Paul Mackerras, IBM Corporation. * * 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 ...
gpl-2.0
shankarathi07/linux_lg_jb
sound/core/seq/seq_clientmgr.c
7535
67346
/* * ALSA sequencer Client Manager * Copyright (c) 1998-2001 by Frank van de Pol <fvdpol@coil.demon.nl> * Jaroslav Kysela <perex@perex.cz> * Takashi Iwai <tiwai@suse.de> * * * This program is free software; you can redistribute it and/or modify * it ...
gpl-2.0
doslab/mool
sound/arm/pxa2xx-pcm-lib.c
7535
7486
/* * 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/slab.h> #include <linux/module.h> #include <linux/dma-mapping.h> #include <sound/core.h> #include <sound/pcm...
gpl-2.0
supersonicninja/CAF-Kernel
arch/sh/mm/tlb-debugfs.c
12399
3927
/* * arch/sh/mm/tlb-debugfs.c * * debugfs ops for SH-4 ITLB/UTLBs. * * Copyright (C) 2010 Matt Fleming * * 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 <linux/init.h> #includ...
gpl-2.0
DSMKexec/kexec-kernel
arch/s390/kernel/audit.c
13935
1686
#include <linux/init.h> #include <linux/types.h> #include <linux/audit.h> #include <asm/unistd.h> #include "audit.h" static unsigned dir_class[] = { #include <asm-generic/audit_dir_write.h> ~0U }; static unsigned read_class[] = { #include <asm-generic/audit_read.h> ~0U }; static unsigned write_class[] = { #include <...
gpl-2.0
morfic/dow-t959
arch/s390/kernel/audit.c
13935
1686
#include <linux/init.h> #include <linux/types.h> #include <linux/audit.h> #include <asm/unistd.h> #include "audit.h" static unsigned dir_class[] = { #include <asm-generic/audit_dir_write.h> ~0U }; static unsigned read_class[] = { #include <asm-generic/audit_read.h> ~0U }; static unsigned write_class[] = { #include <...
gpl-2.0
manabian/linux-lpc
fs/binfmt_misc.c
112
18689
/* * binfmt_misc.c * * Copyright (C) 1997 Richard Günther * * binfmt_misc detects binaries via a magic or filename extension and invokes * a specified wrapper. See Documentation/binfmt_misc.txt for more details. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <linux/module.h> ...
gpl-2.0
huwan/linux-buffer-debug
kernel/ksysfs.c
112
4434
/* * kernel/ksysfs.c - sysfs attributes in /sys/kernel, which * are not related to any other subsystem * * Copyright (C) 2004 Kay Sievers <kay.sievers@vrfy.org> * * This file is release under the GPLv2 * */ #include <linux/kobject.h> #include <linux/string.h> #include <linux/sysfs.h> #include <linux/mo...
gpl-2.0
rock12/ALPS.L1.MP6.V2.19_CENON6580_WE_1_L_KERNEL
drivers/misc/mediatek/masp/asf/core/sec_usif.c
112
2811
#include "sec_osal_light.h" #include "sec_boot_lib.h" #include "sec_boot.h" #include "sec_error.h" #include "sec_typedef.h" #include "sec_log.h" /************************************************************************** * MACRO **************************************************************************/ #define MO...
gpl-2.0
fredericgermain/linux-sunxi
drivers/staging/tidspbridge/dynload/tramp.c
112
35670
/* * tramp.c * * DSP-BIOS Bridge driver support functions for TI OMAP processors. * * Copyright (C) 2009 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 * published by the Free Software Foundati...
gpl-2.0
kula85/perf-sqlite3
drivers/staging/android/timed_gpio.c
368
4138
/* drivers/misc/timed_gpio.c * * Copyright (C) 2008 Google, Inc. * Author: Mike Lockwood <lockwood@android.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those ter...
gpl-2.0
krash86/android_kernel_google_pixel
fs/ext3/balloc.c
1136
63485
/* * linux/fs/ext3/balloc.c * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * * Enhanced block allocation by Stephen Tweedie (sct@redhat.com), 1993 * Big-endian to little-endian byte-swapping/bi...
gpl-2.0
Dinjesk/android_kernel_oneplus_msm8996
drivers/gpio/gpio-rdc321x.c
1392
6080
/* * RDC321x GPIO driver * * Copyright (C) 2008, Volker Weiss <dev@tintuc.de> * Copyright (C) 2007-2010 Florian Fainelli <florian@openwrt.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 Found...
gpl-2.0
jakew02/sp3-linux
drivers/block/rsxx/cregs.c
2416
18574
/* * Filename: cregs.c * * * Authors: Joshua Morris <josh.h.morris@us.ibm.com> * Philip Kelleher <pjk1939@linux.vnet.ibm.com> * * (C) Copyright 2013 IBM Corporation * * 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
PrestigeMod/SHW-M440S
net/caif/cfveil.c
2672
2713
/* * Copyright (C) ST-Ericsson AB 2010 * Author: Sjur Brendeland/sjur.brandeland@stericsson.com * License terms: GNU General Public License (GPL) version 2 */ #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ #include <linux/stddef.h> #include <linux/slab.h> #include <net/caif/caif_layer.h> #include <net...
gpl-2.0
GameTheory-/android_kernel_lge_f6mt
arch/arm/mach-at91/at91sam9263_devices.c
3184
38761
/* * arch/arm/mach-at91/at91sam9263_devices.c * * Copyright (C) 2007 Atmel Corporation. * * 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 ...
gpl-2.0
atniptw/PonyBuntu
drivers/net/ethernet/ibm/emac/tah.c
3184
4144
/* * drivers/net/ibm_newemac/tah.c * * Driver for PowerPC 4xx on-chip ethernet controller, TAH support. * * Copyright 2007 Benjamin Herrenschmidt, IBM Corp. * <benh@kernel.crashing.org> * * Based on the arch/ppc version of the driver: * * Copyright 2004 MontaVista Software, Inc. * Matt Porter ...
gpl-2.0
elbermu/cerux_kernel-touchwiz
drivers/staging/vt6656/baseband.c
3184
71577
/* * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your opt...
gpl-2.0
AndroidGX/SimpleGX-KK-4.4.4_G901F
kernel/rtmutex-tester.c
3696
8925
/* * RT-Mutex-tester: scriptable tester for rt mutexes * * started by Thomas Gleixner: * * Copyright (C) 2006, Timesys Corp., Thomas Gleixner <tglx@timesys.com> * */ #include <linux/device.h> #include <linux/kthread.h> #include <linux/export.h> #include <linux/sched.h> #include <linux/sched/rt.h> #include <linu...
gpl-2.0
Zoldyck07/Evolution
drivers/video/backlight/da9052_bl.c
4976
4280
/* * Backlight Driver for Dialog DA9052 PMICs * * Copyright(c) 2012 Dialog Semiconductor Ltd. * * Author: David Dajun Chen <dchen@diasemi.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 Foun...
gpl-2.0
touchpro/android_kernel_lge_msm8226
fs/jbd/recovery.c
4976
14708
/* * linux/fs/jbd/recovery.c * * Written by Stephen C. Tweedie <sct@redhat.com>, 1999 * * Copyright 1999-2000 Red Hat Software --- All Rights Reserved * * This file is part of the Linux kernel and is made available under * the terms of the GNU General Public License, version 2, or at your * option, any later v...
gpl-2.0
jeehyn/NewWorld_kernel_ef52
drivers/uwb/reset.c
5232
11232
/* * Ultra Wide Band * UWB basic command support and radio reset * * Copyright (C) 2005-2006 Intel Corporation * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 as p...
gpl-2.0
HazyTeam/android_kernel_lge_hammerhead
arch/m68k/platform/5249/intc2.c
7536
1527
/* * intc2.c -- support for the 2nd INTC controller of the 5249 * * (C) Copyright 2009, Greg Ungerer <gerg@snapgear.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. */ #include <linux/...
gpl-2.0
major91/HTC_X515E_major-kernel
arch/arm/plat-mxc/devices/platform-mxc_nand.c
8048
2388
/* * Copyright (C) 2009-2010 Pengutronix * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. */ #include <asm/sizes.h> #includ...
gpl-2.0
arm10c/linux-stable
drivers/input/joystick/gamecon.c
12400
25356
/* * NES, SNES, N64, MultiSystem, PSX gamepad driver for Linux * * Copyright (c) 1999-2004 Vojtech Pavlik <vojtech@suse.cz> * Copyright (c) 2004 Peter Nelson <rufus-kernel@hackish.org> * * Based on the work of: * Andree Borrmann John Dahlstrom * David Kuder Nathan Hand * Raphael Assenat */ /* * This p...
gpl-2.0
syhost/android_kernel_pantech_ef52l
drivers/switch/switch_sky.c
113
5640
/* * drivers/switch/switch_class.c * * Copyright (C) 2008 Google, Inc. * Author: Mike Lockwood <lockwood@android.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under t...
gpl-2.0
Zoldyck07/Zapdos-Kernel
drivers/mmc/card/queue.c
369
9321
/* * linux/drivers/mmc/card/queue.c * * Copyright (C) 2003 Russell King, All Rights Reserved. * Copyright 2006-2007 Pierre Ossman * * 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
ArtVandelae/steamos_kernel
mm/migrate.c
369
45568
/* * Memory Migration functionality - linux/mm/migration.c * * Copyright (C) 2006 Silicon Graphics, Inc., Christoph Lameter * * Page migration was first developed in the context of the memory hotplug * project. The main authors of the migration code are: * * IWAMOTO Toshihiro <iwamoto@valinux.co.jp> * Hirokazu...
gpl-2.0
Defector/lu6200_kernel
fs/notify/fanotify/fanotify.c
881
6227
#include <linux/fanotify.h> #include <linux/fdtable.h> #include <linux/fsnotify_backend.h> #include <linux/init.h> #include <linux/jiffies.h> #include <linux/kernel.h> /* UINT_MAX */ #include <linux/mount.h> #include <linux/sched.h> #include <linux/types.h> #include <linux/wait.h> static bool should_merge(struct fsnot...
gpl-2.0
CAF-MSM8610/kernel-msm
drivers/pinctrl/pinmux.c
1905
16360
/* * Core driver for the pin muxing portions of the pin control subsystem * * Copyright (C) 2011-2012 ST-Ericsson SA * Written on behalf of Linaro for ST-Ericsson * Based on bits of regulator core, gpio core and clk core * * Author: Linus Walleij <linus.walleij@linaro.org> * * Copyright (C) 2012 NVIDIA CORPORA...
gpl-2.0
xenserver/linux-3.x
drivers/media/pci/dm1105/dm1105.c
2161
30088
/* * dm1105.c - driver for DVB cards based on SDMC DM1105 PCI chip * * Copyright (C) 2008 Igor M. Liplianin <liplianin@me.by> * * 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 vers...
gpl-2.0
DJSteve/kernel_j5nlte_mm
arch/s390/oprofile/hwsampler.c
2161
25105
/* * Copyright IBM Corp. 2010 * Author: Heinz Graalfs <graalfs@de.ibm.com> */ #include <linux/kernel_stat.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/smp.h> #include <linux/errno.h> #include <linux/workqueue.h> #include <linux/interrupt.h> #include <linux/notifier.h> #include <linux/cpu.h...
gpl-2.0
tiagormk/linux-vitamins-odroidxu
arch/powerpc/platforms/82xx/km82xx.c
2673
6341
/* * Keymile km82xx support * Copyright 2008-2011 DENX Software Engineering GmbH * Author: Heiko Schocher <hs@denx.de> * * based on code from: * Copyright 2007 Freescale Semiconductor, Inc. * Author: Scott Wood <scottwood@freescale.com> * * This program is free software; you can redistribute it and/or modify ...
gpl-2.0
LeeDroid-/LeeDrOiD-Hima-M9
drivers/s390/cio/device_fsm.c
2673
31222
/* * finite state machine for device handling * * Copyright IBM Corp. 2002, 2008 * Author(s): Cornelia Huck (cornelia.huck@de.ibm.com) * Martin Schwidefsky (schwidefsky@de.ibm.com) */ #include <linux/module.h> #include <linux/init.h> #include <linux/jiffies.h> #include <linux/string.h> #include <asm/ccw...
gpl-2.0
sch2307/android_kernel_samsung_aries-kor
sound/soc/davinci/davinci-i2s.c
2929
23741
/* * 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
templetontsai/nexus7-grouper-kernel
drivers/pcmcia/xxs1500_ss.c
3185
8292
/* * PCMCIA socket code for the MyCable XXS1500 system. * * Copyright (c) 2009 Manuel Lauss <manuel.lauss@gmail.com> * */ #include <linux/delay.h> #include <linux/gpio.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/ioport.h> #include <linux/mm.h> #include <linux/platform_device.h> #include ...
gpl-2.0
vickyvca/MindEater-dior
sound/soc/codecs/max98088.c
3697
76616
/* * max98088.c -- MAX98088 ALSA SoC Audio driver * * Copyright 2010 Maxim Integrated Products * * 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/module.h> #...
gpl-2.0
CYB0RG97/kernel_nvidia_s8515
arch/c6x/kernel/soc.c
4465
2077
/* * Miscellaneous SoC-specific hooks. * * Copyright (C) 2011 Texas Instruments Incorporated * Author: 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 License version 2 as * published by the Free Softw...
gpl-2.0
sub-b/android_kernel_samsung_matissewifi-old
fs/jfs/jfs_txnmgr.c
4977
77277
/* * Copyright (C) International Business Machines Corp., 2000-2005 * Portions Copyright (C) Christoph Hellwig, 2001-2002 * * 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
computersforpeace/UBIFS-backports
drivers/gpu/drm/nouveau/nouveau_temp.c
5489
8090
/* * Copyright 2010 PathScale 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,...
gpl-2.0
KonstaT/android_kernel_zte_msm7x27a
fs/nilfs2/direct.c
11633
9161
/* * direct.c - NILFS direct block pointer. * * Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation. * * 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 t...
gpl-2.0
zjgeer/linux-80211n-csitool
arch/mn10300/kernel/rtc.c
11889
3963
/* MN10300 RTC management * * 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 Foundation; eith...
gpl-2.0
hiteshradia/android_kernel_Lenovo_Kraft_A6000
drivers/input/mouse/touchkit_ps2.c
13169
3147
/* ---------------------------------------------------------------------------- * touchkit_ps2.c -- Driver for eGalax TouchKit PS/2 Touchscreens * * Copyright (C) 2005 by Stefan Lucke * Copyright (C) 2004 by Daniel Ritz * Copyright (C) by Todd E. Johnson (mtouchusb.c) * * This program is free software; you can...
gpl-2.0
digsig-ng/linux-digsig
arch/mips/cobalt/pci.c
13937
1194
/* * Register PCI controller. * * 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, 05 by Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 2001, 2002, 2003 ...
gpl-2.0
evilp/android_kernel_hp_phobos
drivers/macintosh/windfarm_pid.c
14961
3751
/* * Windfarm PowerMac thermal control. Generic PID helpers * * (c) Copyright 2005 Benjamin Herrenschmidt, IBM Corp. * <benh@kernel.crashing.org> * * Released under the term of the GNU GPL v2. */ #include <linux/types.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/strin...
gpl-2.0
kykdev/lolliwiz_lentislte
drivers/mfd/max77803-irq.c
114
11530
/* * max77803-irq.c - Interrupt controller support for MAX77803 * * Copyright (C) 2011 Samsung Electronics Co.Ltd * SangYoung Son <hello.son@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Sof...
gpl-2.0
iains/darwin-gcc-4-8
gcc/testsuite/gfortran.dg/intrinsic_std_6.f90
114
1372
! { dg-do compile } ! { dg-options "-std=f95 -Wintrinsics-std -fdump-tree-original" } ! ! See intrinsic_std_1.f90 for more compile-time checks ! ! PR fortran/33141 ! Check for the expected behaviour when an intrinsic function/subroutine is ! called that is not available in the defined standard or that is a GNU ! exte...
gpl-2.0
Andy1911/Andy_Onepone
sound/soc/codecs/wcd9310.c
114
293886
/* Copyright (c) 2011-2014, 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
Gawainli/HelloCocos2dx
cocos2d/cocos/renderer/CCGroupCommand.cpp
114
2748
/**************************************************************************** Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org 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 th...
gpl-2.0
admiralspark/NT-sparkkernel
arch/x86/kernel/uv_irq.c
882
7291
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * SGI UV IRQ functions * * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved. */ #include <linux/module.h> #include <linux/r...
gpl-2.0
Marvell-Semi/PXA168_kernel
drivers/net/wireless/prism54/oid_mgt.c
1394
25229
/* * Copyright (C) 2003,2004 Aurelien Alleaume <slts@free.fr> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License * * This program is distributed in the...
gpl-2.0
GolovanovSrg/au-linux-kernel-spring-2016
linux/drivers/net/ethernet/qualcomm/qca_framing.c
1650
3909
/* * Copyright (c) 2011, 2012, Atheros Communications Inc. * Copyright (c) 2014, I2SE GmbH * * Permission to use, copy, modify, and/or distribute this software * for any purpose with or without fee is hereby granted, provided * that the above copyright notice and this permission notice appear * in al...
gpl-2.0
ghanashyamprabhu/linux
drivers/media/rc/keymaps/rc-manli.c
1906
3386
/* manli.h - Keytable for manli Remote Controller * * keymap imported from ir-keymaps.c * * Copyright (c) 2010 by Mauro Carvalho Chehab * * 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
chrisw957/gumstix-linux
drivers/media/rc/keymaps/rc-dntv-live-dvbt-pro.c
1906
2538
/* dntv-live-dvbt-pro.h - Keytable for dntv_live_dvbt_pro Remote Controller * * keymap imported from ir-keymaps.c * * Copyright (c) 2010 by Mauro Carvalho Chehab * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the ...
gpl-2.0
MasterSS/linux
tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c
2162
9268
/* * This is free and unencumbered software released into the public domain. * * Anyone is free to copy, modify, publish, use, compile, sell, or * distribute this software, either in source code form or as a compiled * binary, for any purpose, commercial or non-commercial, and by any * means. * * In jurisdictio...
gpl-2.0
coinlake/xperia-tipo-kernel
fs/ocfs2/cluster/tcp.c
2930
59417
/* -*- mode: c; c-basic-offset: 8; -*- * * vim: noexpandtab sw=8 ts=8 sts=0: * * Copyright (C) 2004 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License as published by the Free Software Foundation; either...
gpl-2.0
xcstacy/kernel-N8000
drivers/net/ibm_newemac/rgmii.c
3186
7965
/* * drivers/net/ibm_newemac/rgmii.c * * Driver for PowerPC 4xx on-chip ethernet controller, RGMII bridge support. * * Copyright 2007 Benjamin Herrenschmidt, IBM Corp. * <benh@kernel.crashing.org> * * Based on the arch/ppc version of the driver: * * Copyright (c) 2004, 2005 Zultys Technologies....
gpl-2.0
playfulgod/kernel_lge_zee
drivers/mtd/tests/mtd_erasepart.c
3442
4017
/* * Copyright (c) 2010, The Linux Foundation. All rights reserved. * Copyright (C) 2006-2008 Nokia Corporation * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * * This progr...
gpl-2.0
schlund/2.6.35-photonic-kernel
arch/arm/mach-orion5x/pci.c
3442
15022
/* * arch/arm/mach-orion5x/pci.c * * PCI and PCIe functions for Marvell Orion System On Chip * * Maintainer: Tzachi Perelstein <tzachi@marvell.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whet...
gpl-2.0
j4y4r/SebastianFM-kernel
arch/s390/kvm/sigp.c
4466
10740
/* * sigp.c - handlinge interprocessor communication * * Copyright IBM Corp. 2008,2009 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2 only) * as published by the Free Software Foundation. * * Author(s): Carsten Otte ...
gpl-2.0
NamelessRom/android_kernel_google_msm
drivers/mtd/maps/plat-ram.c
4978
6435
/* drivers/mtd/maps/plat-ram.c * * (c) 2004-2005 Simtec Electronics * http://www.simtec.co.uk/products/SWLINUX/ * Ben Dooks <ben@simtec.co.uk> * * Generic platform device based RAM map * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licens...
gpl-2.0
thornbirdblue/8974_kernel
arch/frv/mb93090-mb00/pci-dma-nommu.c
8562
3486
/* pci-dma-nommu.c: Dynamic DMA mapping support for the FRV * * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved. * Written by David Woodhouse (dwmw2@infradead.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 b...
gpl-2.0
MoKee/android_kernel_samsung_sc03e
arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c
9330
30981
/* * SH7786 Pinmux * * Copyright (C) 2008, 2009 Renesas Solutions Corp. * Kuninori Morimoto <morimoto.kuninori@renesas.com> * * Based on SH7785 pinmux * * Copyright (C) 2008 Magnus Damm * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in th...
gpl-2.0
wkhtmltopdf/qtwebkit
Source/WebCore/loader/icon/IconDatabase.cpp
115
92999
/* * Copyright (C) 2006, 2007, 2008, 2009, 2011 Apple Inc. All rights reserved. * Copyright (C) 2007 Justin Haygood (jhaygood@reaktix.com) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of...
gpl-2.0
sirgatez/Android-Froyo-Kernel-Source-v2.6.32.9
drivers/video/omap/lcdc.c
627
21156
/* * OMAP1 internal LCD controller * * Copyright (C) 2004 Nokia Corporation * Author: Imre Deak <imre.deak@nokia.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 o...
gpl-2.0
060411121/zcl_linux
security/selinux/netport.c
1651
6770
/* * Network port table * * SELinux must keep a mapping of network ports to labels/SIDs. This * mapping is maintained as part of the normal policy but a fast cache is * needed to reduce the lookup overhead. * * Author: Paul Moore <paul@paul-moore.com> * * This code is heavily based on the "netif" concept orig...
gpl-2.0
Kernel-Saram/CLUSTER_Kernel_VR
kernel/kexec.c
2163
39693
/* * kexec.c - kexec system call * Copyright (C) 2002-2004 Eric Biederman <ebiederm@xmission.com> * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #include <linux/capability.h> #include <linux/mm.h> #include <linux/file.h> #include <l...
gpl-2.0
abev66/linux-kernel-vta2-N7
drivers/misc/sgi-gru/grukservices.c
2931
29833
/* * SN Platform GRU Driver * * KERNEL SERVICES THAT USE THE GRU * * Copyright (c) 2008 Silicon Graphics, Inc. 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 Softwa...
gpl-2.0
samnazarko/vero-linux
arch/cris/kernel/traps.c
2931
4914
/* * linux/arch/cris/traps.c * * Here we handle the break vectors not used by the system call * mechanism, as well as some general stack/register dumping * things. * * Copyright (C) 2000-2007 Axis Communications AB * * Authors: Bjorn Wesen * Hans-Peter Nilsson * */ #include <linux/init....
gpl-2.0
nrgmilk/linux
arch/arm/mach-s3c2443/mach-smdk2443.c
2931
3462
/* linux/arch/arm/mach-s3c2443/mach-smdk2443.c * * Copyright (c) 2007 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * http://www.fluff.org/ben/smdk2443/ * * Thanks to Samsung for the loan of an SMDK2443 * * This program is free software; you can redistribute it and/or modify * it under the terms of the ...
gpl-2.0