repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
naufragoweb/android_kernel_samsung_kyleopen | sound/isa/sb/emu8000_callback.c | 4890 | 13528 | /*
* synth callback routines for the emu8000 (AWE32/64)
*
* Copyright (C) 1999 Steve Ratcliffe
* Copyright (C) 1999-2000 Takashi Iwai <tiwai@suse.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 Fre... | gpl-2.0 |
SlimDevs/kernel_lge_hammerhead | drivers/isdn/hysdn/hysdn_procconf.c | 5146 | 13901 | /* $Id: hysdn_procconf.c,v 1.8.6.4 2001/09/23 22:24:54 kai Exp $
*
* Linux driver for HYSDN cards, /proc/net filesystem dir and conf functions.
*
* written by Werner Cornelius (werner@titro.de) for Hypercope GmbH
*
* Copyright 1999 by Werner Cornelius (werner@titro.de)
*
* This software may be used and distrib... | gpl-2.0 |
atinm/android_kernel_samsung_manta | drivers/media/video/cx23885/cx23885-ioctl.c | 9242 | 5225 | /*
* Driver for the Conexant CX23885/7/8 PCIe bridge
*
* Various common ioctl() support functions
*
* Copyright (c) 2009 Andy Walls <awalls@md.metrocast.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
* t... | gpl-2.0 |
arter97/linaro-lsk | arch/arm/kernel/dma-isa.c | 12570 | 5163 | /*
* linux/arch/arm/kernel/dma-isa.c
*
* Copyright (C) 1999-2000 Russell King
*
* 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.
*
* ISA DMA primitives
* Taken from variou... | gpl-2.0 |
TroNit/BlackDome_New_supersonic | sound/pci/ctxfi/ctimap.c | 14618 | 2516 | /**
* Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
*
* This source file is released under GPL v2 license (no other versions).
* See the COPYING file included in the main directory of this source
* distribution for the license terms and conditions.
*
* @File ctimap.c
*
* @Brief
* This file... | gpl-2.0 |
liaoch/gcc | libgomp/loop_ull.c | 27 | 17655 | /* Copyright (C) 2005-2013 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
Libgomp 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 |
jidongxiao/hyperpsonline | qemu-2.0.0/audio/audio.c | 27 | 52627 | /*
* QEMU Audio subsystem
*
* Copyright (c) 2003-2005 Vassili Karpov (malc)
*
* 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 righ... | gpl-2.0 |
bw-oss/linux | tools/testing/selftests/seccomp/seccomp_bpf.c | 27 | 63594 | /*
* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by the GPLv2 license.
*
* Test code for seccomp bpf.
*/
#include <sys/types.h>
#include <asm/siginfo.h>
#define __have_siginfo_t 1
#define __have_sigval_t 1
#define __have_sigevent_t 1
#include <errno.h>
#... | gpl-2.0 |
randomblame/3.1.10_a50x | net/wireless/nl80211.c | 27 | 188021 | /*
* This is the new netlink-based wireless configuration interface.
*
* Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net>
*/
#include <linux/if.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/if_ether.h>
#include <linux/ieee80211.h>
#... | gpl-2.0 |
hyunokoh/s4_qemu | roms/u-boot/board/bf537-stamp/bf537-stamp.c | 27 | 1682 | /*
* U-boot - main board file
*
* Copyright (c) 2005-2008 Analog Devices Inc.
*
* (C) Copyright 2000-2004
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <config.h>
#include <command.h>
#include <asm/blackfin.h>
#include <net.h>
#in... | gpl-2.0 |
nitinkamble/x32-glibc | sysdeps/ieee754/ldbl-96/s_tanl.c | 27 | 2091 | /* s_tanl.c -- long double version of s_tan.c.
* Conversion to long double by Ulrich Drepper,
* Cygnus Support, drepper@cygnus.com.
*/
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsystems, Inc. b... | gpl-2.0 |
xsacha/SymbianGCC | libgfortran/generated/pow_r10_i16.c | 27 | 1961 | /* Support routines for the intrinsic power (**) operator.
Copyright (C) 2004-2013 Free Software Foundation, Inc.
Contributed by Paul Brook
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 the GNU Gen... | gpl-2.0 |
saeedhadi/ilum9260 | drivers/usb/host/uhci-q.c | 27 | 46464 | /*
* Universal Host Controller Interface driver for USB.
*
* Maintainer: Alan Stern <stern@rowland.harvard.edu>
*
* (C) Copyright 1999 Linus Torvalds
* (C) Copyright 1999-2002 Johannes Erdfelt, johannes@erdfelt.com
* (C) Copyright 1999 Randy Dunlap
* (C) Copyright 1999 Georg Acher, acher@in.tum.de
* (C) Copyri... | gpl-2.0 |
dh-electronics/linux-am33x | drivers/platform/x86/toshiba_bluetooth.c | 539 | 7115 | /*
* Toshiba Bluetooth Enable Driver
*
* Copyright (C) 2009 Jes Sorensen <Jes.Sorensen@gmail.com>
* Copyright (C) 2015 Azael Avalos <coproscefalo@gmail.com>
*
* Thanks to Matthew Garrett for background info on ACPI innards which
* normal people aren't meant to understand :-)
*
* This program is free software; ... | gpl-2.0 |
balika011/android_kernel_lenovo_spark | fs/nfs/client.c | 2075 | 37777 | /* client.c: NFS client sharing and management code
*
* Copyright (C) 2006 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 License
* as published by the Free... | gpl-2.0 |
garwynn/D710VMUB_GB28_Kernel | arch/sparc/kernel/auxio_32.c | 2587 | 3751 | /* auxio.c: Probing for the Sparc AUXIO register at boot time.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
*/
#include <linux/stddef.h>
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <asm/oplib.h>
#include <asm/io.h>
#include <asm/... | gpl-2.0 |
Dm47021/Holo-a200 | net/sched/sch_multiq.c | 3099 | 9468 | /*
* Copyright (c) 2008, 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 it will be useful, but... | gpl-2.0 |
hanjin1987/hw_msm8x25_kernel | arch/mips/kernel/irq.c | 4379 | 3345 | /*
* 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.
*
* Code to handle x86 style IRQs plus some generic interrupt stuff.
*
* Copyright (C) 1992 Linus Torvalds
* Copyright (C) 1994 - 2000 Ralf... | gpl-2.0 |
bensonhsu2013/old_samsung-lt02wifi-kernel | drivers/net/usb/catc.c | 4891 | 23697 | /*
* Copyright (c) 2001 Vojtech Pavlik
*
* CATC EL1210A NetMate USB Ethernet driver
*
* Sponsored by SuSE
*
* Based on the work of
* Donald Becker
*
* Old chipset support added by Simon Evans <spse@secret.org.uk> 2002
* - adds support for Belkin F5U011
*/
/*
* This program is free software; you ... | gpl-2.0 |
kumajaya/android_kernel_samsung_lt01 | drivers/gpu/drm/gma500/intel_gmbus.c | 5403 | 12546 | /*
* Copyright (c) 2006 Dave Airlie <airlied@linux.ie>
* Copyright © 2006-2008,2010 Intel Corporation
* Jesse Barnes <jesse.barnes@intel.com>
*
* 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... | gpl-2.0 |
arnavgosain/android_kernel_sony_msm8x27 | arch/mips/bcm47xx/irq.c | 7195 | 2174 | /*
* Copyright (C) 2004 Florian Schirmer <jolt@tuxbox.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later ver... | gpl-2.0 |
garwedgess/android_kernel_lge_g4 | arch/mips/bcm47xx/irq.c | 7195 | 2174 | /*
* Copyright (C) 2004 Florian Schirmer <jolt@tuxbox.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later ver... | gpl-2.0 |
MoKee/android_kernel_amazon_otter-common | samples/tracepoints/tracepoint-sample.c | 8475 | 1212 | /* tracepoint-sample.c
*
* Executes a tracepoint when /proc/tracepoint-sample is opened.
*
* (C) Copyright 2007 Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
*
* This file is released under the GPLv2.
* See the file COPYING for more details.
*/
#include <linux/module.h>
#include <linux/sched.h>
#include <li... | gpl-2.0 |
cr1exe/android_kernel_sony_taoshan | samples/tracepoints/tracepoint-sample.c | 8475 | 1212 | /* tracepoint-sample.c
*
* Executes a tracepoint when /proc/tracepoint-sample is opened.
*
* (C) Copyright 2007 Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
*
* This file is released under the GPLv2.
* See the file COPYING for more details.
*/
#include <linux/module.h>
#include <linux/sched.h>
#include <li... | gpl-2.0 |
xdatravelbug/N909D_Kernel_JB_4.1.2 | drivers/staging/cxt1e1/pmc93x6_eeprom.c | 10779 | 17136 | /* pmc93x6_eeprom.c - PMC's 93LC46 EEPROM Device
*
* The 93LC46 is a low-power, serial Electrically Erasable and
* Programmable Read Only Memory organized as 128 8-bit bytes.
*
* Accesses to the 93LC46 are done in a bit serial stream, organized
* in a 3 wire format. Writes are internally timed by the... | gpl-2.0 |
slebit/android_kernel_lge_v500 | arch/parisc/math-emu/fcnvuf.c | 14107 | 8168 | /*
* Linux/PA-RISC Project (http://www.parisc-linux.org/)
*
* Floating-point emulation code
* Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* ... | gpl-2.0 |
DC07/spirit_msm8226 | fs/dlm/util.c | 14875 | 4610 | /******************************************************************************
*******************************************************************************
**
** Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved.
**
** This copyrighted material is made available to anyone wishing to use,
** modify, copy... | gpl-2.0 |
udhos/qpimd | ospf6d/ospf6d.c | 28 | 56724 | /*
* Copyright (C) 2003 Yasuhiro Ohara
*
* This file is part of GNU Zebra.
*
* GNU Zebra is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2, or (at your option) any
* later version.
*
*... | gpl-2.0 |
alexfeinman/nv_tegra.19.2 | arch/cris/arch-v10/kernel/kgdb.c | 28 | 53171 | /*!**************************************************************************
*!
*! FILE NAME : kgdb.c
*!
*! DESCRIPTION: Implementation of the gdb stub with respect to ETRAX 100.
*! It is a mix of arch/m68k/kernel/kgdb.c and cris_stub.c.
*!
*!--------------------------------------------------------------... | gpl-2.0 |
ShinySide/SM-G360T1_kernel | drivers/nfc/sec_nfc.c | 28 | 23960 | /*
* SAMSUNG NFC Controller
*
* Copyright (C) 2013 Samsung Electronics Co.Ltd
* Author: Woonki Lee <woonki84.lee@samsung.com>
* Heejae Kim <heejae12.kim@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 publ... | gpl-2.0 |
myran2/MassChaosCore | dep/acelite/ace/DEV_Addr.cpp | 540 | 2242 | // $Id: DEV_Addr.cpp 91368 2010-08-16 13:03:34Z mhengstmengel $
#include "ace/DEV_Addr.h"
#if !defined (__ACE_INLINE__)
#include "ace/DEV_Addr.inl"
#endif /* __ACE_INLINE__ */
#include "ace/Log_Msg.h"
#include "ace/OS_NS_string.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_DEV_Addr)
// Transform ... | gpl-2.0 |
Admetric/android_kernel_s5pv210 | drivers/parisc/eisa.c | 540 | 11895 | /*
* eisa.c - provide support for EISA adapters in PA-RISC machines
*
* 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 versi... | gpl-2.0 |
KenYang/2.6.29 | drivers/net/lne390.c | 796 | 12830 | /*
lne390.c
Linux driver for Mylex LNE390 EISA Network Adapter
Copyright (C) 1996-1998, Paul Gortmaker.
This software may be used and distributed according to the terms
of the GNU General Public License, incorporated herein by reference.
Information and Code Sources:
1) Based upon framework of es3210 driver... | gpl-2.0 |
ryanli/kernel_huawei_c8650 | drivers/ata/sata_svw.c | 1052 | 15474 | /*
* sata_svw.c - ServerWorks / Apple K2 SATA
*
* Maintained by: Benjamin Herrenschmidt <benh@kernel.crashing.org> and
* Jeff Garzik <jgarzik@pobox.com>
* Please ALWAYS copy linux-ide@vger.kernel.org
* on emails.
*
* Copyright 2003 Benjamin Herrenschmidt <benh@kernel.crashing.org>
*
* Bits... | gpl-2.0 |
nimengyu2/dm3730-android-gingerbread-2.3-dk2.1-kernel | arch/microblaze/kernel/ftrace.c | 1052 | 6137 | /*
* Ftrace support for Microblaze.
*
* Copyright (C) 2009 Michal Simek <monstr@monstr.eu>
* Copyright (C) 2009 PetaLogix
*
* Based on MIPS and PowerPC ftrace code
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this arch... | gpl-2.0 |
YAOSP/kernel_huawei_angler | tools/perf/builtin-kvm.c | 2076 | 24509 | #include "builtin.h"
#include "perf.h"
#include "util/evsel.h"
#include "util/util.h"
#include "util/cache.h"
#include "util/symbol.h"
#include "util/thread.h"
#include "util/header.h"
#include "util/session.h"
#include "util/parse-options.h"
#include "util/trace-event.h"
#include "util/debug.h"
#include <lk/debugfs.... | gpl-2.0 |
chaubeyprateek/Hyper_Kernel_Redmi2 | drivers/dma/timb_dma.c | 2076 | 21145 | /*
* timb_dma.c timberdale FPGA DMA driver
* Copyright (c) 2010 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope ... | gpl-2.0 |
kannu1994/sgs2_kernel | drivers/gpu/drm/nouveau/nv50_grctx.c | 2332 | 127204 | /*
* Copyright 2009 Marcin Kościelnicki
*
* 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, pub... | gpl-2.0 |
versusx/android_kernel_samsung_logan2g | arch/powerpc/platforms/powermac/setup.c | 2332 | 16107 | /*
* Powermac setup and early boot code plus other random bits.
*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Adapted for Power Macintosh by Paul Mackerras
* Copyright (C) 1996 Paul Mackerras (paulus@samba.org)
*
* Derived from "arch/alpha/kernel/setup.c"
* Copy... | gpl-2.0 |
pio-masaki/kernel_at300se | arch/mips/cavium-octeon/flash_setup.c | 2588 | 2024 | /*
* Octeon Bootbus flash setup
*
* 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) 2007, 2008 Cavium Networks
*/
#include <linux/kernel.h>
#include <linux/mtd/mtd.h>
#incl... | gpl-2.0 |
Elite-Kernels/Elite_angler | arch/sparc/kernel/pci_fire.c | 3100 | 14146 | /* pci_fire.c: Sun4u platform PCI-E controller support.
*
* Copyright (C) 2007 David S. Miller (davem@davemloft.net)
*/
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/msi.h>
#include <linux/export.h>
#include <linux/irq.h>
#include <linux/of_device.h>... | gpl-2.0 |
thanhphat11/android_kernel_xiaomi_msm8996 | arch/sparc/kernel/chmc.c | 3100 | 20522 | /* chmc.c: Driver for UltraSPARC-III memory controller.
*
* Copyright (C) 2001, 2007, 2008 David S. Miller (davem@davemloft.net)
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/string.h>
#include <linux/sched.h>
#include... | gpl-2.0 |
alteredlikeness/android_kernel_msm | arch/arm/mach-msm/rpc_hsusb.c | 3356 | 15325 | /* linux/arch/arm/mach-msm/rpc_hsusb.c
*
* Copyright (c) 2008-2012, The Linux Foundation. All rights reserved.
*
* All source code in this file is licensed under the following license except
* where indicated.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the G... | gpl-2.0 |
drod2169/KangBang-AOSP-BFS | sound/pci/echoaudio/gina20.c | 3612 | 3018 | /*
* ALSA driver for Echoaudio soundcards.
* Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.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; version 2 of the License.
*... | gpl-2.0 |
xXminiWHOOPERxX/xXminiWHOOPERxX-Kernel-for-M4-MLG- | drivers/mtd/nand/pasemi_nand.c | 4892 | 5494 | /*
* Copyright (C) 2006-2007 PA Semi, Inc
*
* Author: Egor Martovetsky <egor@pasemi.com>
* Maintained by: Olof Johansson <olof@lixom.net>
*
* Driver for the PWRficient onchip NAND flash interface
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu... | gpl-2.0 |
profglavcho/mt6735-kernel-3.10.61 | sound/soc/fsl/wm1133-ev1.c | 7196 | 9122 | /*
* wm1133-ev1.c - Audio for WM1133-EV1 on i.MX31ADS
*
* Copyright (c) 2010 Wolfson Microelectronics plc
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* Based on an earlier driver for the same hardware by Liam Girdwood.
*
* This program is free software; you can redistribute it and/or modi... | gpl-2.0 |
rachitrawat/Vengeance-Kernel-MSM7x27-JLO | 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 |
onejay09/kernel_HTC_msm7x30_KK | fs/nfsd/nfs3proc.c | 7964 | 25084 | /*
* Process version 3 NFS requests.
*
* Copyright (C) 1996, 1997, 1998 Olaf Kirch <okir@monad.swb.de>
*/
#include <linux/fs.h>
#include <linux/ext2_fs.h>
#include <linux/magic.h>
#include "cache.h"
#include "xdr3.h"
#include "vfs.h"
#define NFSDDBG_FACILITY NFSDDBG_PROC
#define RETURN_STATUS(st) { resp->statu... | gpl-2.0 |
robacklin/omap-android | net/tipc/netlink.c | 9756 | 3475 | /*
* net/tipc/netlink.c: TIPC configuration handling
*
* Copyright (c) 2005-2006, Ericsson AB
* Copyright (c) 2005-2007, Wind River Systems
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
... | gpl-2.0 |
Isopod/linux | drivers/cpufreq/cpufreq-dt-platdev.c | 29 | 3616 | /*
* Copyright (C) 2016 Linaro.
* Viresh Kumar <viresh.kumar@linaro.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/err.h>
#include <linux/of.h>
#incl... | gpl-2.0 |
sleshepic/epic_touch_kernel | block/vr-iosched.c | 29 | 10039 | /*
* V(R) I/O Scheduler
*
* Copyright (C) 2007 Aaron Carroll <aaronc@gelato.unsw.edu.au>
*
*
* The algorithm:
*
* The next request is decided based on its distance from the last
* request, with a multiplicative penalty of `rev_penalty' applied
* for reversing the head direction. A rev_penalty of 1 means SSTF
* behaviou... | gpl-2.0 |
jedis/jedioutcast | utils/tgajpg/jdatadst.c | 29 | 5261 | /*
* jdatadst.c
*
* Copyright (C) 1994, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains compression data destination routines for the case of
* emitting JPEG data to a file (o... | gpl-2.0 |
iwishiwasgay/starkissed-clone | arch/arm/mach-msm/clock-fsm9900.c | 285 | 88263 | /* 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 |
ShinySide/G530P_Permissive | drivers/video/sa1100fb.c | 2077 | 38025 | /*
* linux/drivers/video/sa1100fb.c
*
* Copyright (C) 1999 Eric A. Thomas
* Based on acornfb.c Copyright (C) Russell King.
*
* 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.
*
* S... | gpl-2.0 |
wkpark/lge-kernel-cx2 | arch/powerpc/kernel/pci_64.c | 2333 | 7665 | /*
* Port for PPC64 David Engebretsen, IBM Corp.
* Contains common pci routines for ppc64 platform, pSeries and iSeries brands.
*
* Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM
* Rework, based on alpha PCI code.
*
* This program is free software; you can redistribute it and/or
* modif... | gpl-2.0 |
agat63/L900_MA7_kernel | arch/microblaze/mm/init.c | 2589 | 9522 | /*
* 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 |
CyanogenMod/android_kernel_zte_msm8994 | drivers/gpu/drm/nouveau/core/subdev/bios/conn.c | 2845 | 1879 | /*
* Copyright 2012 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | gpl-2.0 |
ShadySquirrel/e980-zeKrnl | net/sunrpc/cache.c | 3101 | 44409 | /*
* net/sunrpc/cache.c
*
* Generic code for various authentication-related caches
* used by sunrpc clients and servers.
*
* Copyright (C) 2002 Neil Brown <neilb@cse.unsw.edu.au>
*
* Released under terms in GPL version 2. See COPYING.
*
*/
#include <linux/types.h>
#include <linux/fs.h>
#include <linux/file.... | gpl-2.0 |
AndroidDeveloperAlliance/ZenKernel_Crespo | drivers/ide/ide-dma-sff.c | 4637 | 9056 | #include <linux/types.h>
#include <linux/kernel.h>
#include <linux/ide.h>
#include <linux/scatterlist.h>
#include <linux/dma-mapping.h>
#include <linux/io.h>
/**
* config_drive_for_dma - attempt to activate IDE DMA
* @drive: the drive to place in DMA mode
*
* If the drive supports at least mode 2 DMA or UDMA of an... | gpl-2.0 |
LEPT-Development/android_kernel_lge_f6mt | sound/soc/codecs/ad193x.c | 4893 | 13885 | /*
* AD193X Audio Codec driver supporting AD1936/7/8/9
*
* Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/i2c.h>
#include <linux/spi/spi.h>
#include <linux/slab.h>
#... | gpl-2.0 |
CyanogenMod/android_kernel_oppo_find5 | sound/pci/via82xx.c | 4893 | 79045 | /*
* ALSA driver for VIA VT82xx (South Bridge)
*
* VT82C686A/B/C, VT8233A/C, VT8235
*
* Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz>
* Tjeerd.Mulder <Tjeerd.Mulder@fujitsu-siemens.com>
* 2002 Takashi Iwai <tiwai@suse.de>
*
* This program is free software; you ... | gpl-2.0 |
Nico60/android_kernel_samsung_ks01lte | drivers/acpi/acpica/rsmemory.c | 5149 | 7395 | /*******************************************************************************
*
* Module Name: rsmem24 - Memory resource descriptors
*
******************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use... | gpl-2.0 |
Ander-Alvarez/ultracm13 | arch/mips/loongson/common/gpio.c | 8733 | 2863 | /*
* STLS2F GPIO Support
*
* Copyright (c) 2008 Richard Liu, STMicroelectronics <richard.liu@st.com>
* Copyright (c) 2008-2010 Arnaud Patard <apatard@mandriva.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 b... | gpl-2.0 |
javilonas/Lonas_KL-GT-I9300-Sammy | arch/mips/alchemy/common/clocks.c | 10269 | 3440 | /*
* BRIEF MODULE DESCRIPTION
* Simple Au1xx0 clocks routines.
*
* Copyright 2001, 2008 MontaVista Software Inc.
* Author: 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 Public License as publis... | gpl-2.0 |
olegfusion/IM-A830S_kernel | drivers/video/output.c | 11549 | 3547 | /*
* output.c - Display Output Switch driver
*
* Copyright (C) 2006 Luming Yu <luming.yu@intel.com>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License a... | gpl-2.0 |
jfvelte-dev/android_kernel_samsung_jf | drivers/char/agp/alpha-agp.c | 12061 | 5489 | #include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/agp_backend.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include <asm/machvec.h>
#include <asm/agp_backend.h>
#include "../../../arch/alpha/kernel/pci_impl.h"
#include "agp.h"
static int alpha_core_agp_vm_fault(struct vm_ar... | gpl-2.0 |
craigacgomez/kernel_samsung_manta | arch/blackfin/kernel/pseudodbg.c | 13085 | 5423 | /* The fake debug assert instructions
*
* Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later
*/
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/ptrace.h>
const char * const greg_names[] = {
"R0", "R1", "R2", "R3", "R4", "R5", "R6", "R7",
"P0", ... | gpl-2.0 |
Trinityhaxxor/platform_kernel_msm8x60_stock | arch/sh/kernel/nmi_debug.c | 13597 | 1649 | /*
* 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 version 2 as
* published by the Free Software Foundation.
*/
#include <linux/delay.h>
#include <linux/kdebug.h>
#include <linux/notifier.h>
#inc... | gpl-2.0 |
VanirAOSP/kernel_samsung_jf | arch/avr32/boards/atstk1000/atstk1004.c | 13597 | 3756 | /*
* ATSTK1003 daughterboard-specific init code
*
* 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 version 2 as
* published by the Free Software Foundation.
*/
#include <linux/clk.h>
#include <l... | gpl-2.0 |
djdeeles/android_kernel_lge_g3 | sound/drivers/opl3/opl3_drums.c | 14877 | 7192 | /*
* Copyright (c) by Uros Bizjak <uros@kss-loka.si>
*
* OPL2/OPL3/OPL4 FM routines for internal percussion channels
*
* 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 |
Split-Screen/android_kernel_samsung_galaxys2plus-common | arch/arm/kernel/irq.c | 30 | 4977 | /*
* linux/arch/arm/kernel/irq.c
*
* Copyright (C) 1992 Linus Torvalds
* Modifications for ARM processor Copyright (C) 1995-2000 Russell King.
*
* Support for Dynamic Tick Timer Copyright (C) 2004-2005 Nokia Corporation.
* Dynamic Tick Timer written by Tony Lindgren <tony@atomide.com> and
* Tuukka Tikkane... | gpl-2.0 |
RadioFreeAsia/RDacity | lib-src/libnyquist/nyquist/cmt/midifns.c | 30 | 51014 | /*****************************************************************************
* midifns.c
* Copyright 1989 Carnegie Mellon University
* Date | Change
*-----------+-----------------------------------------------------------------
* 29-Mar-88 | Created from IBM PC version of mpu.c
* ... | gpl-2.0 |
bigzz/ltp | testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/4-1.c | 30 | 1427 | /*
* Copyright (c) 2002, Intel Corporation. All rights reserved.
* Created by: rolla.n.selbak REMOVE-THIS AT intel DOT com
* This file is licensed under the GPL license. For the full content
* of this license, see the COPYING file at the top level of this
* source tree.
* Test pthread_cancel
* Upon successful... | gpl-2.0 |
ArtisteHsu/jetson-tk1-r21.4-kernel | drivers/mtd/nand/nand_ids.c | 30 | 5977 | /*
* drivers/mtd/nandids.c
*
* Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.de)
*
* $Id: nand_ids.c,v 1.10 2004/05/26 13:40:12 gleixner Exp $
*
* 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... | gpl-2.0 |
m4734/mysql_pio | storage/ndb/nodejs/Adapter/impl/ndb/src/node_module.cpp | 30 | 3237 | /*
Copyright (c) 2012, 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 in the hope t... | gpl-2.0 |
Asus-T100/kernel | drivers/regulator/max8973-regulator.c | 286 | 23384 | /*
* max8973-regulator.c -- Maxim max8973
*
* Regulator driver for MAXIM 8973 DC-DC step-down switching regulator.
*
* Copyright (c) 2012, NVIDIA Corporation.
*
* Author: Laxman Dewangan <ldewangan@nvidia.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the... | gpl-2.0 |
go2ev-devteam/Gplus_2159_0801 | openplatform/sdk/os/kernel-2.6.32/sound/pci/ctxfi/xfi.c | 542 | 4281 | /*
* xfi linux driver.
*
* Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
*
* This source file is released under GPL v2 license (no other versions).
* See the COPYING file included in the main directory of this source
* distribution for the license terms and conditions.
*/
#include <linux/in... | gpl-2.0 |
Diaob/z_bac_150827_android_kernel_oneplus_msm8994 | fs/cifs/smb1ops.c | 798 | 29526 | /*
* SMB1 (CIFS) version specific operations
*
* Copyright (c) 2012, Jeff Layton <jlayton@redhat.com>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published
* by the Free Software Foundation.
*
* This library is dist... | gpl-2.0 |
AOKP/lge-kernel-star | net/802/garp.c | 798 | 18007 | /*
* IEEE 802.1D Generic Attribute Registration Protocol (GARP)
*
* Copyright (c) 2008 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
* version 2 as published by the Free Software Foundation.
*/
#i... | gpl-2.0 |
jstotero/lge_e510_kernel | drivers/mfd/twl-core.c | 798 | 28993 | /*
* twl_core.c - driver for TWL4030/TWL5030/TWL60X0/TPS659x0 PM
* and audio CODEC devices
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
* Modifications to defer interrupt handling to a kernel thread:
* Copyright (C) 2006 MontaVista Software, Inc.
*
* Based on tlv320aic23.c:
* Copyright (c) by Kai Sva... | gpl-2.0 |
RaspberryPi-CM/android_kernel_raspberry_pi2 | arch/mips/lantiq/xway/dma.c | 1054 | 6868 | /*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the impl... | gpl-2.0 |
vocoderism/Tegra-Note-7 | arch/s390/mm/fault.c | 1310 | 17177 | /*
* arch/s390/mm/fault.c
*
* S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Hartmut Penner (hp@de.ibm.com)
* Ulrich Weigand (uweigand@de.ibm.com)
*
* Derived from "arch/i386/mm/fault.c"
* Copyright (C) 1995 Linus Torvalds
*/
#inclu... | gpl-2.0 |
gpkulkarni/linux-arm64 | arch/arm/mach-s3c24xx/mach-at2440evb.c | 1566 | 5383 | /* linux/arch/arm/mach-s3c2440/mach-at2440evb.c
*
* Copyright (c) 2008 Ramax Lo <ramaxlo@gmail.com>
* Based on mach-anubis.c by Ben Dooks <ben@simtec.co.uk>
* and modifications by SBZ <sbz@spgui.org> and
* Weibing <http://weibing.blogbus.com>
*
* For product information, visit http://www.arm.com/
... | gpl-2.0 |
ehigh2014/linux | drivers/pnp/interface.c | 1566 | 11206 | /*
* interface.c - contains everything related to the user interface
*
* Some code, especially possible resource dumping is based on isapnp_proc.c (c) Jaroslav Kysela <perex@perex.cz>
* Copyright 2002 Adam Belay <ambx1@neo.rr.com>
* Copyright (C) 2008 Hewlett-Packard Development Company, L.P.
* Bjorn Helgaas <bjo... | gpl-2.0 |
zjh3123629/linux-3.10.28 | drivers/scsi/sg.c | 1822 | 71435 | /*
* History:
* Started: Aug 9 by Lawrence Foard (entropy@world.std.com),
* to allow user process control of SCSI devices.
* Development Sponsored by Killy Corp. NY NY
*
* Original driver (sg.c):
* Copyright (C) 1992 Lawrence Foard
* Version 2 and 3 extensions to driver:
* Copyright ... | gpl-2.0 |
myjang0507/Polaris-slte- | drivers/acpi/acpica/evgpe.c | 2078 | 22970 | /******************************************************************************
*
* Module Name: evgpe - General Purpose Event handling and dispatch
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribu... | gpl-2.0 |
PerthCharles/tcpcomment | linux-3.10/drivers/net/ethernet/emulex/benet/be_ethtool.c | 2078 | 30198 | /*
* Copyright (C) 2005 - 2013 Emulex
* 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
* as published by the Free Software Foundation. The full GNU General
* Public License is included in this distrib... | gpl-2.0 |
davidmueller13/android_kernel_samsung_zeroflteskt | drivers/usb/musb/omap2430.c | 2078 | 17618 | /*
* Copyright (C) 2005-2007 by Texas Instruments
* Some code has been taken from tusb6010.c
* Copyrights for that are attributable to:
* Copyright (C) 2006 Nokia Corporation
* Tony Lindgren <tony@atomide.com>
*
* This file is part of the Inventra Controller Driver for Linux.
*
* The Inventra Controller Driver... | gpl-2.0 |
fards/Ainol_fire_kernel | arch/s390/kvm/priv.c | 2334 | 8193 | /*
* priv.c - handling privileged instructions
*
* Copyright IBM Corp. 2008
*
* 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 <cotte@de.i... | gpl-2.0 |
jm199011/ef40s_kernel_4.2 | drivers/staging/octeon/cvmx-pko.c | 3102 | 14987 | /***********************license start***************
* Author: Cavium Networks
*
* Contact: support@caviumnetworks.com
* This file is part of the OCTEON SDK
*
* Copyright (c) 2003-2008 Cavium Networks
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General ... | gpl-2.0 |
Redmi-dev/android_kernel_xiaomi_msm8226 | drivers/power/charger-manager.c | 3614 | 26806 | /*
* Copyright (C) 2011 Samsung Electronics Co., Ltd.
* MyungJoo Ham <myungjoo.ham@samsung.com>
*
* This driver enables to monitor battery health and control charger
* during suspend-to-mem.
* Charger manager depends on other devices. register this later than
* the depending devices.
*
* This program is free s... | gpl-2.0 |
mrg666/android_kernel_shooter | arch/um/kernel/skas/uaccess.c | 3870 | 5095 | /*
* Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <linux/err.h>
#include <linux/highmem.h>
#include <linux/mm.h>
#include <linux/sched.h>
#include <asm/current.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include "kern_util.h"
#include "os.h"
pte_... | gpl-2.0 |
placiano/NBKernel_NK4 | drivers/rtc/rtc-wm8350.c | 4382 | 11989 | /*
* Real Time Clock driver for Wolfson Microelectronics WM8350
*
* Copyright (C) 2007, 2008 Wolfson Microelectronics PLC.
*
* Author: Liam Girdwood
* linux@wolfsonmicro.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public L... | gpl-2.0 |
VanirAOSP/kernel_motorola_msm8226 | sound/pci/maestro3.c | 4894 | 85862 | /*
* Driver for ESS Maestro3/Allegro (ES1988) soundcards.
* Copyright (c) 2000 by Zach Brown <zab@zabbo.net>
* Takashi Iwai <tiwai@suse.de>
*
* Most of the hardware init stuffs are based on maestro3 driver for
* OSS/Free by Zach Brown. Many thanks to Zach!
*
* This program is free softw... | gpl-2.0 |
ModdedPA/android_kernel_google_msm | drivers/i2c/muxes/gpio-i2cmux.c | 4894 | 3877 | /*
* I2C multiplexer using GPIO API
*
* Peter Korsgaard <peter.korsgaard@barco.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/i2c.h>
#include <linux... | gpl-2.0 |
joni2012/joni | drivers/media/video/ak881x.c | 5150 | 8673 | /*
* Driver for AK8813 / AK8814 TV-ecoders from Asahi Kasei Microsystems Co., Ltd. (AKM)
*
* Copyright (C) 2010, 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 b... | gpl-2.0 |
CyanogenMod/android_kernel_sony_apq8064 | drivers/media/video/m52790.c | 5150 | 5951 | /*
* m52790 i2c ivtv driver.
* Copyright (C) 2007 Hans Verkuil
*
* A/V source switching Mitsubishi M52790SP/FP
*
* 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 |
HTCKernels/One-SV-boost-k2cl | drivers/gpu/drm/nouveau/nv17_tv.c | 5406 | 24157 | /*
* Copyright (C) 2009 Francisco Jerez.
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use,... | gpl-2.0 |
jgcaaprom/android_kernel_oneplus_msm8974 | drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c | 5662 | 14965 | /**************************************************************************
*
* 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 |
allanmatthew/linux-imx | arch/blackfin/kernel/ptrace.c | 7198 | 10117 | /*
* linux/kernel/ptrace.c is by Ross Biro 1/23/92, edited by Linus Torvalds
* these modifications are Copyright 2004-2010 Analog Devices Inc.
*
* Licensed under the GPL-2
*/
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/smp.h>
#include <linux/elf.h>
#include <linux/errn... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.