repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
emwno/android_kernel_U8500 | drivers/s390/cio/qdio_debug.c | 2643 | 8109 | /*
* drivers/s390/cio/qdio_debug.c
*
* Copyright IBM Corp. 2008,2009
*
* Author: Jan Glauber (jang@linux.vnet.ibm.com)
*/
#include <linux/seq_file.h>
#include <linux/debugfs.h>
#include <asm/debug.h>
#include "qdio_debug.h"
#include "qdio.h"
debug_info_t *qdio_dbf_setup;
debug_info_t *qdio_dbf_error;
static ... | gpl-2.0 |
sktjdgns1189/android_kernel_samsung_c1skt | drivers/infiniband/hw/mthca/mthca_mr.c | 2643 | 24574 | /*
* Copyright (c) 2004 Topspin Communications. All rights reserved.
* Copyright (c) 2005 Mellanox Technologies. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, ... | gpl-2.0 |
MattCrystal/shiny-octo-happiness | arch/x86/mm/srat.c | 4691 | 4594 | /*
* ACPI 3.0 based NUMA setup
* Copyright 2004 Andi Kleen, SuSE Labs.
*
* Reads the ACPI SRAT table to figure out what memory belongs to which CPUs.
*
* Called from acpi_numa_init while reading the SRAT and SLIT tables.
* Assumes all memory regions belonging to a single proximity domain
* are in one chunk. Hol... | gpl-2.0 |
patrickhwood/linux | drivers/usb/renesas_usbhs/pipe.c | 4947 | 14943 | /*
* Renesas USB driver
*
* Copyright (C) 2011 Renesas Solutions Corp.
* Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE... | gpl-2.0 |
ivanich/senny_kernel-3.4 | drivers/input/touchscreen/ad7879-spi.c | 4947 | 3770 | /*
* AD7879/AD7889 touchscreen (SPI bus)
*
* Copyright (C) 2008-2010 Michael Hennerich, Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/input.h> /* BUS_SPI */
#include <linux/pm.h>
#include <linux/spi/spi.h>
#include <linux/module.h>
#include "ad7879.h"
#define AD7879_DEVID 0x7A ... | gpl-2.0 |
NamelessRom/android_kernel_xiaomi_armani | drivers/net/phy/smsc.c | 4947 | 5943 | /*
* drivers/net/phy/smsc.c
*
* Driver for SMSC PHYs
*
* Author: Herbert Valerio Riedel
*
* Copyright (c) 2006 Herbert Valerio Riedel <hvr@gnu.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free So... | gpl-2.0 |
davidmueller13/davidskernel_lt03lte_tw_5.1 | drivers/staging/line6/pod.c | 4947 | 37089 | /*
* Line6 Linux USB driver - 0.9.1beta
*
* Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, version 2.
*
*/
#include <l... | gpl-2.0 |
BambooIV/android_kernel_zte_nx503a | sound/isa/ad1816a/ad1816a_lib.c | 5203 | 30644 | /*
ad1816a.c - lowlevel code for Analog Devices AD1816A chip.
Copyright (C) 1999-2000 by Massimo Piccioni <dafastidio@libero.it>
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; ei... | gpl-2.0 |
zzicewind/linux | drivers/net/wireless/b43/leds.c | 9555 | 9271 | /*
Broadcom B43 wireless driver
LED control
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
Copyright (c) 2005 Stefano Brivio <stefano.brivio@polimi.it>
Copyright (c) 2005-2007 Michael Buesch <m@bues.ch>
Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
Copyright (c) 2005 Andreas Jaggi <a... | gpl-2.0 |
jwpi/glibc | resource/tst-getrlimit.c | 84 | 2467 | #include <errno.h>
#include <stdbool.h>
#include <stdio.h>
#include <sys/resource.h>
static struct
{
const char *name;
int resource;
bool required;
} tests[] =
{
/* The following 7 limits are part of POSIX and must exist. */
{ "RLIMIT_CORE", RLIMIT_CORE, true },
{ "RLIMIT_CPU", RLIMIT_CPU, true }... | gpl-2.0 |
bedalus/moggy | drivers/media/platform/msm/camera_v2/pproc/cpp/msm_cpp.c | 84 | 57503 | /* Copyright (c) 2013-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 |
Jazz-823/semc-kernel-msm7x30 | arch/x86/mm/pgtable_32.c | 596 | 3269 | #include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/mm.h>
#include <linux/nmi.h>
#include <linux/swap.h>
#include <linux/smp.h>
#include <linux/highmem.h>
#include <linux/slab.h>
#include <linux/pagemap.h>
#include <linux/spinlock.h>
#include <linux/module.h>
#include <linux/quic... | gpl-2.0 |
liquidware/liquidware_beagleboard_linux | net/rds/send.c | 852 | 28337 | /*
* Copyright (c) 2006 Oracle. 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 tree, or t... | gpl-2.0 |
vfalico/hydra | drivers/misc/mic/host/mic_virtio.c | 852 | 21674 | /*
* Intel MIC Platform Software Stack (MPSS)
*
* Copyright(c) 2013 Intel 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 program is distributed in t... | gpl-2.0 |
TeamDS/htc-kernel-doubleshot_26 | drivers/hwmon/via-cputemp.c | 852 | 8135 | /*
* via-cputemp.c - Driver for VIA CPU core temperature monitoring
* Copyright (C) 2009 VIA Technologies, Inc.
*
* based on existing coretemp.c, which is
*
* Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of ... | gpl-2.0 |
friedrich420/AEL_NOTE4_N910FXXU1ANK4 | drivers/ata/ata_piix.c | 1108 | 51233 | /*
* ata_piix.c - Intel PATA/SATA controllers
*
* Maintained by: Tejun Heo <tj@kernel.org>
* Please ALWAYS copy linux-ide@vger.kernel.org
* on emails.
*
*
* Copyright 2003-2005 Red Hat Inc
* Copyright 2003-2005 Jeff Garzik
*
*
* Copyright header from piix.c:
*
* Copyright (C) 1998-19... | gpl-2.0 |
pavel-odintsov/openvz_rhel6_kernel_mirror | drivers/pci/hotplug/shpchp_pci.c | 1364 | 4023 | /*
* Standard Hot Plug Controller Driver
*
* Copyright (C) 1995,2001 Compaq Computer Corporation
* Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2001 IBM Corp.
* Copyright (C) 2003-2004 Intel Corporation
*
* All rights reserved.
*
* This program is free software; you can redistribute ... | gpl-2.0 |
VorkTeam/vorkKernel-DESIRE | arch/mips/dec/ioasic-irq.c | 1620 | 2290 | /*
* DEC I/O ASIC interrupts.
*
* Copyright (c) 2002, 2003 Maciej W. Rozycki
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any... | gpl-2.0 |
carlocaione/geniatech-kernel | drivers/gpu/drm/radeon/r520.c | 2644 | 8482 | /*
* Copyright 2008 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
* Copyright 2009 Jerome Glisse.
*
* 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, in... | gpl-2.0 |
flar2/m8-Sense-4.4.4 | drivers/w1/slaves/w1_therm.c | 4948 | 6715 | /*
* w1_therm.c
*
* Copyright (c) 2004 Evgeniy Polyakov <zbr@ioremap.net>
*
*
* This program is free software; you can redistribute it and/or modify
* it under the therms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any... | gpl-2.0 |
coldnew/linux | arch/um/kernel/exitcode.c | 4948 | 1734 | /*
* Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <linux/ctype.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/types.h>
#include <asm/uaccess.h>
/*
* ... | gpl-2.0 |
AmperificSuperKANG/kernel_hammerhead | tools/perf/util/cpumap.c | 4948 | 3803 | #include "util.h"
#include "../perf.h"
#include "cpumap.h"
#include <assert.h>
#include <stdio.h>
static struct cpu_map *cpu_map__default_new(void)
{
struct cpu_map *cpus;
int nr_cpus;
nr_cpus = sysconf(_SC_NPROCESSORS_ONLN);
if (nr_cpus < 0)
return NULL;
cpus = malloc(sizeof(*cpus) + nr_cpus * sizeof(int));
... | gpl-2.0 |
CaptainThrowback/kernel_htc_e8 | net/atm/mpc.c | 5460 | 39140 | #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/timer.h>
#include <linux/init.h>
#include <linux/bitops.h>
#include <linux/capability.h>
#include <linux/seq_file.h>
/* We are an ethernet device */
#include <linux/if_e... | gpl-2.0 |
andip71/boeffla-kernel-samsung-n8000 | lib/lru_cache.c | 8020 | 14933 | /*
lru_cache.c
This file is part of DRBD by Philipp Reisner and Lars Ellenberg.
Copyright (C) 2003-2008, LINBIT Information Technologies GmbH.
Copyright (C) 2003-2008, Philipp Reisner <philipp.reisner@linbit.com>.
Copyright (C) 2003-2008, Lars Ellenberg <lars.ellenberg@linbit.com>.
drbd is free sof... | gpl-2.0 |
LDAP/android_kernel_motorola_msm8226 | arch/s390/kernel/jump_label.c | 8020 | 1372 | /*
* Jump label s390 support
*
* Copyright IBM Corp. 2011
* Author(s): Jan Glauber <jang@linux.vnet.ibm.com>
*/
#include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/stop_machine.h>
#include <linux/jump_label.h>
#include <asm/ipl.h>
#ifdef HAVE_JUMP_LABEL
struct insn {
u16 opcode;
s32 offset;
} ... | gpl-2.0 |
Shmarkus/android_kernel_rockchip_rk292x | drivers/char/mwave/mwavedd.c | 8276 | 19183 | /*
*
* mwavedd.c -- mwave device driver
*
*
* Written By: Mike Sullivan IBM Corporation
*
* Copyright (C) 1999 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 version 2 ... | gpl-2.0 |
flar2/m7-Sense-4.4.3 | drivers/char/mwave/mwavedd.c | 8276 | 19183 | /*
*
* mwavedd.c -- mwave device driver
*
*
* Written By: Mike Sullivan IBM Corporation
*
* Copyright (C) 1999 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 version 2 ... | gpl-2.0 |
soderstrom-rikard/adi-linux | drivers/zorro/names.c | 12628 | 2555 | /*
* Zorro Device Name Tables
*
* Copyright (C) 1999--2000 Geert Uytterhoeven
*
* Based on the PCI version:
*
* Copyright 1992--1999 Drew Eckhardt, Frederic Potter,
* David Mosberger-Tang, Martin Mares
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/zorro.h>
#if... | gpl-2.0 |
showp1984/bricked-flo | arch/x86/math-emu/poly_atan.c | 14420 | 6375 | /*---------------------------------------------------------------------------+
| poly_atan.c |
| |
| Compute the arctan of a FPU_REG, using a polynomial approximation. |
| ... | gpl-2.0 |
Sudokamikaze/XKernel-grouper | arch/arm/mach-omap2/smartreflex.c | 341 | 28581 | /*
* OMAP SmartReflex Voltage Control
*
* Author: Thara Gopinath <thara@ti.com>
*
* Copyright (C) 2010 Texas Instruments, Inc.
* Thara Gopinath <thara@ti.com>
*
* Copyright (C) 2008 Nokia Corporation
* Kalle Jokiniemi
*
* Copyright (C) 2007 Texas Instruments, Inc.
* Lesly A M <x0080970@ti.com>
*
* This pr... | gpl-2.0 |
Rlasalle15/android_kernel_moto_shamu | net/rfkill/rfkill-gpio.c | 2133 | 6213 | /*
* Copyright (c) 2011, NVIDIA 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 option) any later version.
*
* This program ... | gpl-2.0 |
puppies/fl2440 | linux-3.10.33/sound/soc/codecs/wm8955.c | 2133 | 28803 | /*
* wm8955.c -- WM8955 ALSA SoC Audio driver
*
* 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 version 2 as
* published b... | gpl-2.0 |
damienyong/Kernel-3.0.8 | kernel/net/irda/irlan/irlan_provider.c | 2389 | 11183 | /*********************************************************************
*
* Filename: irlan_provider.c
* Version: 0.9
* Description: IrDA LAN Access Protocol Implementation
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Sun Aug 31 20:14:37 1997
* Modifi... | gpl-2.0 |
drod2169/Linux-3.8.x | drivers/media/pci/ivtv/ivtv-streams.c | 2901 | 30606 | /*
init/start/stop/exit stream functions
Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com>
Copyright (C) 2004 Chris Kennedy <c@groovy.org>
Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>
This program is free software; you can redistribute it and/or modify
it under the t... | gpl-2.0 |
DirtyUnicorns/android_kernel_oppo_n1 | arch/mips/dec/wbflush.c | 4693 | 2110 | /*
* Setup the right wbflush routine for the different DECstations.
*
* Created with information from:
* DECstation 3100 Desktop Workstation Functional Specification
* DECstation 5000/200 KN02 System Module Functional Specification
* mipsel-linux-objdump --disassemble vmunix | grep "wbflush" :-)
*... | gpl-2.0 |
TeamGlade-Devices/android_kernel_sony_msm8930 | arch/mips/lantiq/xway/clk-xway.c | 4693 | 5541 | /*
* 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.
*
* Copyright (C) 2010 John Crispin <blogic@openwrt.org>
*/
#include <linux/io.h>
#include <linux/export.h>
#include <linu... | gpl-2.0 |
AndroPlus-org/android_kernel_sony_msm8974ac | arch/arm/mach-pxa/colibri-pxa270-income.c | 4949 | 5712 | /*
* linux/arch/arm/mach-pxa/income.c
*
* Support for Income s.r.o. SH-Dmaster PXA270 SBC
*
* Copyright (C) 2010
* Marek Vasut <marek.vasut@gmail.com>
* Pavel Revak <palo@bielyvlk.sk>
*
* 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 |
TEAM-RAZOR-DEVICES/android_kernel_lge_v500 | drivers/rtc/rtc-tile.c | 8021 | 3496 | /*
* 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 |
ISTweak/android_kernel_sony_blue_hayabusa | drivers/usb/c67x00/c67x00-sched.c | 8277 | 30484 | /*
* c67x00-sched.c: Cypress C67X00 USB Host Controller Driver - TD scheduling
*
* Copyright (C) 2006-2008 Barco N.V.
* Derived from the Cypress cy7c67200/300 ezusb linux driver and
* based on multiple host controller drivers inside the linux kernel.
*
* This program is free software; you can redistribute ... | gpl-2.0 |
andip71/boeffla-kernel-oos-opx | drivers/isdn/gigaset/asyncdata.c | 9557 | 17022 | /*
* Common data handling layer for ser_gigaset and usb_gigaset
*
* Copyright (c) 2005 by Tilman Schmidt <tilman@imap.cc>,
* Hansjoerg Lipp <hjlipp@web.de>,
* Stefan Eilers.
*
* =====================================================================
* This program is fr... | gpl-2.0 |
cuckata23/android_kernel_motorola_msm8226 | arch/arm/plat-iop/setup.c | 9557 | 1124 | /*
* arch/arm/plat-iop/setup.c
*
* Author: Nicolas Pitre <nico@fluxnic.net>
* Copyright (C) 2001 MontaVista Software, Inc.
* Copyright (C) 2004 Intel 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
* publi... | gpl-2.0 |
wimpknocker/android_kernel_samsung_viennalte | drivers/net/wireless/zd1211rw/zd_rf_uw2453.c | 10581 | 15773 | /* ZD1211 USB-WLAN driver for Linux
*
* Copyright (C) 2005-2007 Ulrich Kunitz <kune@deine-taler.de>
* Copyright (C) 2006-2007 Daniel Drake <dsd@gentoo.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 So... | gpl-2.0 |
sktjdgns1189/android_kernel_pantech_ef56s | drivers/net/wireless/zd1211rw/zd_rf_uw2453.c | 10581 | 15773 | /* ZD1211 USB-WLAN driver for Linux
*
* Copyright (C) 2005-2007 Ulrich Kunitz <kune@deine-taler.de>
* Copyright (C) 2006-2007 Daniel Drake <dsd@gentoo.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 So... | gpl-2.0 |
Split-Screen/android_kernel_lge_v500 | arch/x86/math-emu/reg_convert.c | 14421 | 1629 | /*---------------------------------------------------------------------------+
| reg_convert.c |
| |
| Convert register representation. |
| ... | gpl-2.0 |
itgb/opCloudRouter | qca/src/u-boot/common/cmd_version.c | 86 | 1382 | /*
* Copyright 2000-2009
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* 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 |
RockchipOpensourceCommunity/kernel-rockchip-next | sound/soc/codecs/wm8731.c | 86 | 19660 | /*
* wm8731.c -- WM8731 ALSA SoC Audio driver
*
* Copyright 2005 Openedhand Ltd.
* Copyright 2006-12 Wolfson Microelectronics, plc
*
* Author: Richard Purdie <richard@openedhand.com>
*
* Based on wm8753.c by Liam Girdwood
*
* This program is free software; you can redistribute it and/or modify
* it under t... | gpl-2.0 |
DerickBeckwith/linux-stable | mm/vmscan.c | 86 | 109787 | /*
* linux/mm/vmscan.c
*
* Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
*
* Swap reorganised 29.12.95, Stephen Tweedie.
* kswapd added: 7.1.96 sct
* Removed kswapd_ctl limits, and swap out as many pages as needed
* to bring the system back to freepages.high: 2.4.97, Rik van Riel.
* Zone aware k... | gpl-2.0 |
v1ron/linux-mainline | drivers/net/wireless/ath/ath9k/rng.c | 86 | 2748 | /*
* Copyright (c) 2015 Qualcomm Atheros, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUT... | gpl-2.0 |
matthiasbock/VideoLAN-for-Allwinner-A10-VPU | test/libvlc/media_list.c | 86 | 4219 | /*
* media_list.c - libvlc smoke test
*
* $Id$
*/
/**********************************************************************
* Copyright (C) 2007 Rémi Denis-Courmont. *
* This program is free software; you can redistribute and/or modify *
* it under the terms of the GNU General Public ... | gpl-2.0 |
ISTweak/android_kernel_panasonic_p01d-cm9 | arch/arm/mach-ixp4xx/avila-setup.c | 854 | 4634 | /*
* arch/arm/mach-ixp4xx/avila-setup.c
*
* Gateworks Avila board-setup
*
* Author: Michael-Luke Jones <mlj28@cam.ac.uk>
*
* Based on ixdp-setup.c
* Copyright (C) 2003-2005 MontaVista Software, Inc.
*
* Author: Deepak Saxena <dsaxena@plexity.net>
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include... | gpl-2.0 |
Zex/linux | lib/list_sort.c | 854 | 6985 |
#define pr_fmt(fmt) "list_sort_test: " fmt
#include <linux/kernel.h>
#include <linux/bug.h>
#include <linux/compiler.h>
#include <linux/export.h>
#include <linux/string.h>
#include <linux/list_sort.h>
#include <linux/list.h>
#define MAX_LIST_LENGTH_BITS 20
/*
* Returns a list organized in an intermediate format su... | gpl-2.0 |
tifler/linux-mainline | drivers/ata/sata_promise.c | 1110 | 34835 | /*
* sata_promise.c - Promise SATA
*
* Maintained by: Tejun Heo <tj@kernel.org>
* Mikael Pettersson
* 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/or modify
* it under t... | gpl-2.0 |
sayeed99/flareM_old | drivers/usb/musb/musb_gadget_ep0.c | 3158 | 27724 | /*
* MUSB OTG peripheral driver ep0 handling
*
* Copyright 2005 Mentor Graphics Corporation
* Copyright (C) 2005-2006 by Texas Instruments
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2008-2009 MontaVista Software, Inc. <source@mvista.com>
*
* This program is free software; you can redistribute i... | gpl-2.0 |
zanezam/boeffla-kernel-oos-bacon | arch/arm/mach-msm/rpc_fsusb.c | 3414 | 5734 | /* Copyright (c) 2009, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope... | gpl-2.0 |
psyke83/kernel_samsung_gio2europa | drivers/w1/masters/matrox_w1.c | 4438 | 6028 | /*
* matrox_w1.c
*
* Copyright (c) 2004 Evgeniy Polyakov <johnpol@2ka.mipt.ru>
*
*
* 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)... | gpl-2.0 |
AuxXxi/caf_kernel | arch/openrisc/kernel/idle.c | 4694 | 1886 | /*
* OpenRISC idle.c
*
* Linux architectural port borrowing liberally from similar works of
* others. All original copyrights apply as per the original source
* declaration.
*
* Modifications for the OpenRISC architecture:
* Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com>
* Copyright (C) 2010-2011 Jona... | gpl-2.0 |
nbars/Custom-Kernel-SM-P600 | kernel-src/drivers/scsi/qla4xxx/ql4_iocb.c | 4950 | 14246 | /*
* QLogic iSCSI HBA Driver
* Copyright (c) 2003-2010 QLogic Corporation
*
* See LICENSE.qla4xxx for copyright and licensing details.
*/
#include "ql4_def.h"
#include "ql4_glbl.h"
#include "ql4_dbg.h"
#include "ql4_inline.h"
#include <scsi/scsi_tcq.h>
static int
qla4xxx_space_in_req_ring(struct scsi_qla_host ... | gpl-2.0 |
VegaDevTeam/android_kernel_pantech_ef52s | drivers/edac/edac_device_sysfs.c | 4950 | 24218 | /*
* file for managing the edac_device subsystem of devices for EDAC
*
* (C) 2007 SoftwareBitMaker
*
* This file may be distributed under the terms of the
* GNU General Public License.
*
* Written Doug Thompson <norsk5@xmission.com>
*
*/
#include <linux/ctype.h>
#include <linux/module.h>
#include <linux/sla... | gpl-2.0 |
Marvell-Semi/EBU_mainline_public | drivers/ata/pata_jmicron.c | 9046 | 4695 | /*
* pata_jmicron.c - JMicron ATA driver for non AHCI mode. This drives the
* PATA port of the controller. The SATA ports are
* driven by AHCI in the usual configuration although
* this driver can handle other setups if we need it.
*
* (c) 2006 Red Hat
*/
#include <linux/kernel.h>
#include <linux/modul... | gpl-2.0 |
OliverG96/android_kernel_samsung_golden | drivers/ata/pata_jmicron.c | 9046 | 4695 | /*
* pata_jmicron.c - JMicron ATA driver for non AHCI mode. This drives the
* PATA port of the controller. The SATA ports are
* driven by AHCI in the usual configuration although
* this driver can handle other setups if we need it.
*
* (c) 2006 Red Hat
*/
#include <linux/kernel.h>
#include <linux/modul... | gpl-2.0 |
shanzin/M7_Lollipop_Kernel | sound/oss/aedsp16.c | 14166 | 36434 | /*
sound/oss/aedsp16.c
Audio Excel DSP 16 software configuration routines
Copyright (C) 1995,1996,1997,1998 Riccardo Facchetti (fizban@tin.it)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software ... | gpl-2.0 |
mati865/vlc | modules/gui/skins2/win32/win32_graphics.cpp | 87 | 12047 | /*****************************************************************************
* win32_graphics.cpp
*****************************************************************************
* Copyright (C) 2003 the VideoLAN team
* $Id$
*
* Authors: Cyril Deguet <asmax@via.ecp.fr>
* Olivier Teulière <ipkiss@via.... | gpl-2.0 |
kbauskar/percona-server | storage/ndb/test/src/NdbRestarts.cpp | 87 | 25090 | /*
Copyright (c) 2003, 2010, Oracle and/or its affiliates. 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 of the License.
This program is distributed i... | gpl-2.0 |
davidmueller13/Audax_Kernel | drivers/net/wireless/ipsecdrvtl/bq.c | 87 | 23349 | /*
'src_nic_poclink.c' Obfuscated by COBF (Version 1.06 2006-01-07 by BB) at Sun Nov 16 20:01:26 2014
*/
#include"cobf.h"
#ifdef _WIN32
#if defined( UNDER_CE) && defined( bb341) || ! defined( bb343)
#define bb335 1
#define bb351 1
#else
#define bb340 bb348
#define bb331 1
#define bb345 1
#endif
#define bb333 1
#incl... | gpl-2.0 |
XXMrHyde/android_kernel_motorola_msm8610 | drivers/net/usb/qmi_wwan.c | 343 | 23503 | /*
* Copyright (c) 2012 Bjørn Mork <bjorn@mork.no>
*
* 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>
#include <linux/netdevice.h>
#include <linux/e... | gpl-2.0 |
ali-filth/android_kernel_samsung_msm8226 | arch/arm/mach-msm/qdsp5v2/audio_evrc.c | 343 | 43107 | /*
* Copyright (c) 2008-2012, The Linux Foundation. All rights reserved.
*
* This code also borrows from audio_aac.c, which is
* Copyright (C) 2008 Google, Inc.
* Copyright (C) 2008 HTC Corporation
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the F... | gpl-2.0 |
chhapil/Dorimanx-SG2-I9100-Kernel | drivers/media/i2c/noon010pc30.c | 599 | 20568 | /*
* Driver for SiliconFile NOON010PC30 CIF (1/11") Image Sensor with ISP
*
* Copyright (C) 2010 - 2011 Samsung Electronics Co., Ltd.
* Contact: Sylwester Nawrocki, <s.nawrocki@samsung.com>
*
* Initial register configuration based on a driver authored by
* HeungJun Kim <riverful.kim@samsung.com>.
*
* This prog... | gpl-2.0 |
larks/linux-rcu | arch/s390/appldata/appldata_mem.c | 599 | 4196 | /*
* arch/s390/appldata/appldata_mem.c
*
* Data gathering module for Linux-VM Monitor Stream, Stage 1.
* Collects data related to memory management.
*
* Copyright (C) 2003,2006 IBM Corporation, IBM Deutschland Entwicklung GmbH.
*
* Author: Gerald Schaefer <gerald.schaefer@de.ibm.com>
*/
#include <linux/module... | gpl-2.0 |
MoKee/android_kernel_mediatek_sprout | arch/x86/kernel/acpi/sleep.c | 1623 | 3637 | /*
* sleep.c - x86-specific ACPI sleep support.
*
* Copyright (C) 2001-2003 Patrick Mochel
* Copyright (C) 2001-2003 Pavel Machek <pavel@ucw.cz>
*/
#include <linux/acpi.h>
#include <linux/bootmem.h>
#include <linux/memblock.h>
#include <linux/dmi.h>
#include <linux/cpumask.h>
#include <asm/segment.h>
#include <... | gpl-2.0 |
teleofis/OpenWRT | DLpatch/linux-3.18.29/arch/microblaze/mm/init.c | 1623 | 11479 | /*
* Copyright (C) 2007-2008 Michal Simek <monstr@monstr.eu>
* 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 of this archive
* for more details.
*/
#include <linux/bootmem.h>
#include ... | gpl-2.0 |
Anik1199/android_kernel_mediatek_sprout | net/sunrpc/auth_gss/svcauth_gss.c | 1879 | 47314 | /*
* Neil Brown <neilb@cse.unsw.edu.au>
* J. Bruce Fields <bfields@umich.edu>
* Andy Adamson <andros@umich.edu>
* Dug Song <dugsong@monkey.org>
*
* RPCSEC_GSS server authentication.
* This implements RPCSEC_GSS as defined in rfc2203 (rpcsec_gss) and rfc2078
* (gssapi)
*
* The RPCSEC_GSS involves three stages:... | gpl-2.0 |
joel-porquet/tsar-linux | drivers/mtd/mtdsuper.c | 2135 | 5592 | /* MTD-based superblock management
*
* Copyright © 2001-2007 Red Hat, Inc. All Rights Reserved.
* Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org>
*
* Written by: David Howells <dhowells@redhat.com>
* David Woodhouse <dwmw2@infradead.org>
*
* This program is free software; you can redis... | gpl-2.0 |
TEAM-RAZOR-DEVICES/kernel_asus_moorefield | fs/xfs/xfs_attr_remote.c | 2135 | 15249 | /*
* Copyright (c) 2000-2005 Silicon Graphics, Inc.
* Copyright (c) 2013 Red Hat, 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.
*
* This program is distr... | gpl-2.0 |
anryl/shooteruICS | drivers/media/video/rj54n1cb0c.c | 2647 | 37269 | /*
* Driver for RJ54N1CB0C CMOS Image Sensor from Sharp
*
* Copyright (C) 2009, Guennadi Liakhovetski <g.liakhovetski@gmx.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.
... | gpl-2.0 |
myjang0507/Polaris | drivers/pwm/pwm-puv3.c | 3415 | 3546 | /*
* linux/arch/unicore32/kernel/pwm.c
*
* Code specific to PKUnity SoC and UniCore ISA
*
* Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn>
* Copyright (C) 2001-2010 Guan Xuetao
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License vers... | gpl-2.0 |
omnirom/android_kernel_google_msm | drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 3671 | 55348 | /**************************************************************************
*
* Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"), to d... | gpl-2.0 |
arnavgosain/android_kernel_sony_msm8x27 | drivers/base/platform.c | 4183 | 29390 | /*
* platform.c - platform 'pseudo' bus for legacy devices
*
* Copyright (c) 2002-3 Patrick Mochel
* Copyright (c) 2002-3 Open Source Development Labs
*
* This file is released under the GPLv2
*
* Please see Documentation/driver-model/platform.txt for more
* information.
*/
#include <linux/string.h>
#include... | gpl-2.0 |
faux123/htc-m7 | security/integrity/iint.c | 5207 | 3931 | /*
* Copyright (C) 2008 IBM Corporation
*
* Authors:
* Mimi Zohar <zohar@us.ibm.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, version 2 of the
* License.
*
* File: integrity_... | gpl-2.0 |
andr00ib/kernel_v30c | drivers/mtd/nand/spia.c | 8023 | 4362 | /*
* drivers/mtd/nand/spia.c
*
* Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com)
*
*
* 10-29-2001 TG change to support hardwarespecific access
* to controllines (due to change in nand.c)
* page_cache added
*
* This program is free software; you can redistribute it and/or modify
* it under... | gpl-2.0 |
MoKee/android_kernel_samsung_smdk4210 | sound/oss/pas2_mixer.c | 12887 | 8352 |
/*
* sound/oss/pas2_mixer.c
*
* Mixer routines for the Pro Audio Spectrum cards.
*/
/*
* Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
* Version 2 (June 1991). See the "COPYING" file distributed with this software
* for more info.... | gpl-2.0 |
sjurbren/modem-ipc | drivers/hwmon/ibmaem.c | 88 | 27679 | /*
* A hwmon driver for the IBM System Director Active Energy Manager (AEM)
* temperature/power/energy sensors and capping functionality.
* Copyright (C) 2008 IBM
*
* Author: Darrick J. Wong <djwong@us.ibm.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the ... | gpl-2.0 |
HCDRJacob/u8800-2.6.32 | arch/x86/kernel/crash.c | 344 | 2471 | /*
* Architecture specific (i386/x86_64) functions for kexec based crash dumps.
*
* Created by: Hariprasad Nellitheertha (hari@in.ibm.com)
*
* Copyright (C) IBM Corporation, 2004. All rights reserved.
*
*/
#include <linux/init.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/smp.h>
#include... | gpl-2.0 |
anoever/thunderbolt | drivers/acpi/acpica/utosi.c | 600 | 15841 | /******************************************************************************
*
* Module Name: utosi - Support for the _OSI predefined control method
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2014, Intel Corp.
* All rights reserved.
*
* Redistr... | gpl-2.0 |
felipito/linux-stable | drivers/acpi/acpica/nsutils.c | 600 | 20251 | /******************************************************************************
*
* Module Name: nsutils - Utilities for accessing ACPI namespace, accessing
* parents and siblings and Scope manipulation
*
*****************************************************************************/
/*
* C... | gpl-2.0 |
blackbox87/zte_skate_gb_kernel | arch/parisc/kernel/unaligned.c | 856 | 17658 | /*
* Unaligned memory access handler
*
* Copyright (C) 2001 Randolph Chung <tausq@debian.org>
* Significantly tweaked by LaMont Jones <lamont@debian.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
... | gpl-2.0 |
royorbs3/Leviathan-V1-Kernel-G925T | drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 2136 | 46151 | /*
* cxgb4i.c: Chelsio T4 iSCSI driver.
*
* Copyright (c) 2010 Chelsio Communications, 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.
*
* Written by: Karen Xie (kxie@chelsio.com... | gpl-2.0 |
dperezde/little-penguin | linux-eudyptula/drivers/media/usb/stk1160/stk1160-core.c | 2648 | 10828 | /*
* STK1160 driver
*
* Copyright (C) 2012 Ezequiel Garcia
* <elezegarcia--a.t--gmail.com>
*
* Based on Easycap driver by R.M. Thomas
* Copyright (C) 2010 R.M. Thomas
* <rmthomas--a.t--sciolus.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Genera... | gpl-2.0 |
cmartinbaughman/HTC_Shooter_Kernel | drivers/staging/rts_pstor/rtsx_transport.c | 3160 | 19889 | /* Driver for Realtek PCI-Express card reader
*
* Copyright(c) 2009 Realtek Semiconductor Corp. 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, or ... | gpl-2.0 |
ReflexBow/ghost | arch/microblaze/mm/highmem.c | 4696 | 2242 | /*
* highmem.c: virtual kernel memory mappings for high memory
*
* PowerPC version, stolen from the i386 version.
*
* Used in CONFIG_HIGHMEM systems for memory pages which
* are not addressable by direct kernel virtual addresses.
*
* Copyright (C) 1999 Gerhard Wichert, Siemens AG
* Gerhard.Wichert@pdb.s... | gpl-2.0 |
binkybear/android_kernel_samsung_exynos5410 | drivers/s390/char/vmcp.c | 4952 | 5248 | /*
* Copyright IBM Corp. 2004,2010
* Interface implementation for communication with the z/VM control program
*
* Author(s): Christian Borntraeger <borntraeger@de.ibm.com>
*
* z/VMs CP offers the possibility to issue commands via the diagnose code 8
* this driver implements a character device that issues these c... | gpl-2.0 |
SeoDongMin/Gace_kernel | arch/x86/boot/mkcpustr.c | 9048 | 1251 | /* ----------------------------------------------------------------------- *
*
* Copyright 2008 rPath, Inc. - 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 version; incorpor... | gpl-2.0 |
mmeslab/linux-nctusde | arch/mips/pci/pci-tx4927.c | 9048 | 2643 | /*
* Based on linux/arch/mips/txx9/rbtx4938/setup.c,
* and RBTX49xx patch from CELF patch archive.
*
* Copyright 2001, 2003-2005 MontaVista Software Inc.
* Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org)
* (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007
*
* This file is subject to the terms ... | gpl-2.0 |
NoelMacwan/Kernel-10.4.1.B.0.101 | arch/powerpc/platforms/powermac/udbg_adb.c | 12120 | 5131 | #include <linux/string.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/bitops.h>
#include <linux/ptrace.h>
#include <linux/adb.h>
#include <linux/pmu.h>
#include <linux/cuda.h>
#include <asm/machdep.h>
#include <asm/io.h>
#include <asm/page.h>
#include <asm/xmon.h>
#include <asm/prom.h>
#include <... | gpl-2.0 |
liuzhengcn/hc-adm-2.6.36 | drivers/scsi/bfa/bfa_ioc.c | 89 | 45394 | /*
* Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 a... | gpl-2.0 |
robacklin/busybox | util-linux/mkfs_minix.c | 89 | 19376 | /* vi: set sw=4 ts=4: */
/*
* mkfs.c - make a linux (minix) file-system.
*
* (C) 1991 Linus Torvalds.
*
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
/*
* DD.MM.YY
*
* 24.11.91 - Time began. Used the fsck sources to get started.
*
* 25.11.91 - Corrected some bugs. Added support for ".ba... | gpl-2.0 |
IonKiwi/android_kernel_samsung_kccat6 | drivers/usb/gadget/f_rmnet.c | 89 | 37922 | /*
* 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 ... | gpl-2.0 |
Kra1o5/android_kernel_bq_rk3066 | drivers/mtk_wcn_combo/common/linux/osal.c | 89 | 27895 | /*! \file
\brief Declaration of library functions
Any definitions in this file will be shared among GLUE Layer and internal Driver Stack.
*/
/*******************************************************************************
* C O M P I L E R F L A G S
******************************... | gpl-2.0 |
chillwater/linux-3.4 | drivers/staging/comedi/kcomedilib/kcomedilib_main.c | 601 | 5405 | /*
kcomedilib/kcomedilib.c
a comedlib interface for kernel modules
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 1997-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... | gpl-2.0 |
lynxluna/linux-ginger | drivers/acpi/acpica/exmisc.c | 601 | 20272 |
/******************************************************************************
*
* Module Name: exmisc - ACPI AML (p-code) execution - specific opcodes
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2008, Intel Corp.
* All rights reserved.
*
* Redis... | gpl-2.0 |
WildfireDEV/s6 | drivers/video/fb-puv3.c | 1369 | 22021 | /*
* Frame Buffer Driver for PKUnity-v3 Unigfx
* Code specific to PKUnity SoC and UniCore ISA
*
* Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn>
* Copyright (C) 2001-2010 Guan Xuetao
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.