repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
djmatt604/kernel_samsung_msm8660-common | arch/frv/kernel/ptrace.c | 3143 | 9127 | /* ptrace.c: FRV specific parts of process tracing
*
* Copyright (C) 2003-5 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
* - Derived from arch/m68k/kernel/ptrace.c
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gener... | gpl-2.0 |
YUPlayGodDev/android_kernel_cyanogen_msm8916 | drivers/platform/x86/msi-wmi.c | 3143 | 9490 | /*
* MSI WMI hotkeys
*
* Copyright (C) 2009 Novell <trenn@suse.de>
*
* Most stuff taken over from hp-wmi
*
* 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 Lic... | gpl-2.0 |
mdo-rom/platform_kernel_samsung_crespo | kernel/seccomp.c | 4935 | 1675 | /*
* linux/kernel/seccomp.c
*
* Copyright 2004-2005 Andrea Arcangeli <andrea@cpushare.com>
*
* This defines a simple but solid secure-computing mode.
*/
#include <linux/seccomp.h>
#include <linux/sched.h>
#include <linux/compat.h>
/* #define SECCOMP_DEBUG 1 */
#define NR_SECCOMP_MODES 1
/*
* Secure computing... | gpl-2.0 |
kh007im/Ngawi-XL | drivers/char/ipmi/ipmi_msghandler.c | 4935 | 118558 | /*
* ipmi_msghandler.c
*
* Incoming and outgoing message routing for an IPMI interface.
*
* Author: MontaVista Software, Inc.
* Corey Minyard <minyard@mvista.com>
* source@mvista.com
*
* Copyright 2002 MontaVista Software Inc.
*
* This program is free software; you can redistribute it and/or... | gpl-2.0 |
novaspirit/tf101-nv-linux | fs/ext2/file.c | 8007 | 2829 | /*
* linux/fs/ext2/file.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)
*
* from
*
* linux/fs/minix/file.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext2 fs regular file handling... | gpl-2.0 |
Smando87/smdk4412_kernel | arch/powerpc/oprofile/cell/spu_task_sync.c | 8519 | 18086 | /*
* Cell Broadband Engine OProfile Support
*
* (C) Copyright IBM Corporation 2006
*
* Author: Maynard Johnson <maynardj@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; ei... | gpl-2.0 |
Beeko/android_kernel_samsung_d2 | arch/m68k/sun3/prom/init.c | 9287 | 1774 | /*
* init.c: Initialize internal variables used by the PROM
* library functions.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include <asm/openprom.h>
#include <asm/oplib.h>
struct linux_romvec *romvec;
enum prom_major_version pr... | gpl-2.0 |
faux123/NX403A | fs/jffs2/write.c | 9287 | 21540 | /*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright © 2001-2007 Red Hat, Inc.
*
* Created by David Woodhouse <dwmw2@infradead.org>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h>
#include <li... | gpl-2.0 |
sirgatez/Android-Eclair-Kernel-Source-v2.6.29.6 | arch/mips/wrppmc/irq.c | 9543 | 1516 | /*
* irq.c: GT64120 Interrupt Controller
*
* Copyright (C) 2006, Wind River System Inc.
* Author: Rongkai.Zhan, <rongkai.zhan@windriver.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 Fou... | gpl-2.0 |
m7rom/android_kernel_htc_msm8960 | drivers/media/rc/keymaps/rc-terratec-slim.c | 9543 | 2365 | /*
* TerraTec remote controller keytable
*
* Copyright (C) 2010 Antti Palosaari <crope@iki.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; either version 2 of the License, ... | gpl-2.0 |
andyvand/android_kernel_samsung_crespo | arch/m68k/tools/amiga/dmesg.c | 14151 | 1657 | /*
* linux/arch/m68k/tools/amiga/dmesg.c -- Retrieve the kernel messages stored
* in Chip RAM with the kernel command
* line option `debug=mem'.
*
* © Copyright 1996 by Geert Uytterhoeven <geert@linux-m68k.org>
*
*
* Usage:
*
* dmesg
* dmesg <CHIPMEM_END>
*
*
* This file is subject to th... | gpl-2.0 |
morogoku/MoRoKernel-S7-v2 | drivers/scsi/scsi_module.c | 14919 | 1688 | /*
* Copyright (C) 2003 Christoph Hellwig.
* Released under GPL v2.
*
* Support for old-style host templates.
*
* NOTE: Do not use this for new drivers ever.
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <scsi/scsi_host.h>
static int __init init_this_scsi_driver(voi... | gpl-2.0 |
firefoxu8833/huawei-kernel-test | drivers/rtc/interface.c | 72 | 23104 | /*
* RTC subsystem, interface functions
*
* Copyright (C) 2005 Tower Technologies
* Author: Alessandro Zummo <a.zummo@towertech.it>
*
* based on arch/arm/common/rtctime.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as... | gpl-2.0 |
DartDevs/rfsfsrshit | drivers/rapidio/switches/idt_gen2.c | 72 | 11254 | /*
* IDT CPS Gen.2 Serial RapidIO switch family support
*
* Copyright 2010 Integrated Device Technology, Inc.
* Alexandre Bounine <alexandre.bounine@idt.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
* ... | gpl-2.0 |
BOOTMGR/lge_victo_msm7x30-CM | drivers/video/msm/vidc/common/vcd/vcd_power_sm.c | 72 | 8376 | /* Copyright (c) 2010, Code Aurora Forum. 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 th... | gpl-2.0 |
kgilmer/openjdk-7-mermaid | src/share/native/sun/security/ec/impl/mplogic.c | 72 | 5897 | /*
* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
* Use is subject to license terms.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* vers... | gpl-2.0 |
nagataka/linux-2.6.32.65 | drivers/input/input.c | 72 | 45777 | /*
* The input core
*
* Copyright (c) 1999-2002 Vojtech Pavlik
*/
/*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*/
#include <linux/init.h>
#include <linux/types.h>
#incl... | gpl-2.0 |
ulrikdb/linux | sound/pci/ice1712/quartet.c | 328 | 30692 | /*
* ALSA driver for ICEnsemble VT1724 (Envy24HT)
*
* Lowlevel functions for Infrasonic Quartet
*
* Copyright (c) 2009 Pavel Hofman <pavel.hofman@ivitera.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 |
atgreen/busybox-moxie | e2fsprogs/old_e2fsprogs/ext2fs/brel_ma.c | 328 | 4189 | /* vi: set sw=4 ts=4: */
/*
* brel_ma.c
*
* Copyright (C) 1996, 1997 Theodore Ts'o.
*
* TODO: rewrite to not use a direct array!!! (Fortunately this
* module isn't really used yet.)
*
* %Begin-Header%
* This file may be redistributed under the terms of the GNU Public
* License.
* %End-Header%
*/
#include ... | gpl-2.0 |
binkybear/furnace-bacon | drivers/gpu/drm/radeon/radeon_pm.c | 328 | 27573 | /*
* 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, distribute, sublicense,
* and/or s... | gpl-2.0 |
finch0219/linux | fs/ocfs2/dlm/dlmast.c | 1352 | 14600 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* dlmast.c
*
* AST and BAST functionality for local and remote nodes
*
* 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 Genera... | gpl-2.0 |
tux-mind/tf201-kernel | drivers/acpi/acpica/excreate.c | 1352 | 15390 | /******************************************************************************
*
* Module Name: excreate - Named object creation
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Redistribution and use in sou... | gpl-2.0 |
dwengen/linux | drivers/ata/pata_marvell.c | 1608 | 4327 | /*
* Marvell PATA driver.
*
* For the moment we drive the PATA port in legacy mode. That
* isn't making full use of the device functionality but it is
* easy to get working.
*
* (c) 2006 Red Hat
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/blkdev.h>
#include <li... | gpl-2.0 |
varunchitre15/android_kernel_mediatek_sprout | net/mac80211/vht.c | 2120 | 12207 | /*
* VHT handling
*
* 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/ieee80211.h>
#include <linux/export.h>
#include <net/mac80211.h>
#include "ieee80211_i.h"
... | gpl-2.0 |
WildfireDEV/android_kernel_samsung_s6 | net/sched/cls_tcindex.c | 2376 | 12154 | /*
* net/sched/cls_tcindex.c Packet classifier for skb->tc_index
*
* Written 1998,1999 by Werner Almesberger, EPFL ICA
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/skbuff.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <net/act_api.h>
#include <net/ne... | gpl-2.0 |
noob4598/N910T-EPG2-SOURCE | fs/jffs2/fs.c | 2376 | 20253 | /*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright © 2001-2007 Red Hat, Inc.
* Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org>
*
* Created by David Woodhouse <dwmw2@infradead.org>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#define pr_fmt(fmt) ... | gpl-2.0 |
nitroglycerine33/Note2_Tmo-Att-Vzw_Kernel | fs/nfs/pagelist.c | 2376 | 11904 | /*
* linux/fs/nfs/pagelist.c
*
* A set of helper functions for managing NFS read and write requests.
* The main purpose of these routines is to provide support for the
* coalescing of several requests into a single RPC call.
*
* Copyright 2000, 2001 (c) Trond Myklebust <trond.myklebust@fys.uio.no>
*
*/
#inclu... | gpl-2.0 |
tsfs/Vybrid-Linux | drivers/net/vmxnet3/vmxnet3_ethtool.c | 2376 | 19244 | /*
* Linux driver for VMware's vmxnet3 ethernet NIC.
*
* Copyright (C) 2008-2009, VMware, 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; version 2 of the Lice... | gpl-2.0 |
soderstrom-rikard/adi-linux | tools/perf/util/debug.c | 2376 | 1582 | /* For general debugging purposes */
#include "../perf.h"
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include "cache.h"
#include "color.h"
#include "event.h"
#include "debug.h"
#include "util.h"
#include "target.h"
int verbose;
bool dump_trace = false, quiet = false;
int eprintf(int level, const ch... | gpl-2.0 |
KaijunTang/linux-kernel | arch/m68k/mvme16x/rtc.c | 3144 | 3824 | /*
* Real Time Clock interface for Linux on the MVME16x
*
* Based on the PC driver by Paul Gortmaker.
*/
#define RTC_VERSION "1.00"
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/miscdevice.h>
#include <linux/ioport.h>
#include <linux/capability.h>
#include <linux/fcntl.h>
#include <linux/init... | gpl-2.0 |
ItsAnilSingh/android_kernel_samsung_logan2g | arch/cris/arch-v10/drivers/ds1302.c | 3144 | 12080 | /*!***************************************************************************
*!
*! FILE NAME : ds1302.c
*!
*! DESCRIPTION: Implements an interface for the DS1302 RTC through Etrax I/O
*!
*! Functions exported: ds1302_readreg, ds1302_writereg, ds1302_init
*!
*! --------------------------------------------------------... | gpl-2.0 |
kiriapurv/kiriyard-mako-kernel | drivers/pci/pcie/aspm.c | 3400 | 28133 | /*
* File: drivers/pci/pcie/aspm.c
* Enabling PCIe link L0s/L1 state and Clock Power Management
*
* Copyright (C) 2007 Intel
* Copyright (C) Zhang Yanmin (yanmin.zhang@intel.com)
* Copyright (C) Shaohua Li (shaohua.li@intel.com)
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.... | gpl-2.0 |
djmax81/android_kernel_samsung_exynos5420 | arch/arm/mach-tegra/tegra30_clocks.c | 4680 | 91920 | /*
* arch/arm/mach-tegra/tegra30_clocks.c
*
* Copyright (c) 2010-2011 NVIDIA 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 of the License.... | gpl-2.0 |
Biktorgj/Tizen_b2_Kernel | drivers/dma/fsldma.c | 4936 | 37545 | /*
* Freescale MPC85xx, MPC83xx DMA Engine support
*
* Copyright (C) 2007-2010 Freescale Semiconductor, Inc. All rights reserved.
*
* Author:
* Zhang Wei <wei.zhang@freescale.com>, Jul 2007
* Ebony Zhu <ebony.zhu@freescale.com>, May 2007
*
* Description:
* DMA engine driver for Freescale MPC8540 DMA con... | gpl-2.0 |
srfarias/srfarias-kernel | drivers/acpi/acpica/hwgpe.c | 4936 | 13499 |
/******************************************************************************
*
* Module Name: hwgpe - Low level GPE enable/disable/clear functions
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistri... | gpl-2.0 |
FG6Q-Dev/android_kernel_quanta_fg6q | drivers/mtd/nand/cmx270_nand.c | 4936 | 5642 | /*
* linux/drivers/mtd/nand/cmx270-nand.c
*
* Copyright (C) 2006 Compulab, Ltd.
* Mike Rapoport <mike@compulab.co.il>
*
* Derived from drivers/mtd/nand/h1910.c
* Copyright (C) 2002 Marius Gröger (mag@sysgo.de)
* Copyright (c) 2001 Thomas Gleixner (gleixner@autronix.de)
*
*
* This program is f... | gpl-2.0 |
cristianomatos/crKernel-mako | drivers/staging/vt6656/wpactl.c | 4936 | 23925 | /*
* 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 |
Droid-Concepts/lge_kernel_mako | drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c | 5704 | 3259 | /**************************************************************************
*
* 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 |
SomethingExplosive/android_kernel_asus_flo | drivers/parisc/eisa_eeprom.c | 10568 | 2980 | /*
* EISA "eeprom" support routines
*
* Copyright (C) 2001 Thomas Bogendoerfer <tsbogend at parisc-linux.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 v... | gpl-2.0 |
jamison904/Galaxy_Note_3 | drivers/parisc/eisa_eeprom.c | 10568 | 2980 | /*
* EISA "eeprom" support routines
*
* Copyright (C) 2001 Thomas Bogendoerfer <tsbogend at parisc-linux.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 v... | gpl-2.0 |
lg-devs/android_kernel_lge_msm8974 | drivers/felica/felica_rws.c | 73 | 6999 | /*
* felica_rws.c
*
*/
/*
* INCLUDE FILES FOR MODULE
*/
#include "felica_rws.h"
#include "felica_gpio.h"
#include "felica_test.h"
/*
* DEFINE
*/
enum{
RWS_AVAILABLE = 0,
RWS_NOT_AVAILABLE,
};
/* Debug intent */
/* #define FELICA_INTENT "my.andr.u5/.FeliCaTest" */
#define FELIC... | gpl-2.0 |
mythos234/SimplBacon-CM12-S | drivers/gpu/msm/kgsl_mmu.c | 73 | 23978 | /* Copyright (c) 2002,2007-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 i... | gpl-2.0 |
lenovo-k900/android_external_busybox | e2fsprogs/old_e2fsprogs/e2p/hashstr.c | 329 | 1233 | /* vi: set sw=4 ts=4: */
/*
* feature.c --- convert between features and strings
*
* Copyright (C) 1999 Theodore Ts'o <tytso@mit.edu>
*
* This file can be redistributed under the terms of the GNU Library General
* Public License
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h... | gpl-2.0 |
rcrobles/linux-stable-4.3 | fs/xfs/xfs_filestream.c | 585 | 11289 | /*
* Copyright (c) 2006-2007 Silicon Graphics, Inc.
* Copyright (c) 2014 Christoph Hellwig.
* 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 ... | gpl-2.0 |
nmacs/linux-2.6.34.14-atlas | net/netlabel/netlabel_mgmt.c | 1097 | 20541 | /*
* NetLabel Management Support
*
* This file defines the management functions for the NetLabel system. The
* NetLabel system manages static and dynamic label mappings for network
* protocols such as CIPSO and RIPSO.
*
* Author: Paul Moore <paul.moore@hp.com>
*
*/
/*
* (c) Copyright Hewlett-Packard Develop... | gpl-2.0 |
jackzzjack/linux | drivers/mfd/wm8350-core.c | 1097 | 11540 | /*
* wm8350-core.c -- Device access for Wolfson WM8350
*
* Copyright 2007, 2008 Wolfson Microelectronics PLC.
*
* Author: Liam Girdwood, Mark Brown
*
* 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 |
hackndev/linux-hnd | arch/m68knommu/lib/muldi3.c | 2121 | 2637 | /* muldi3.c extracted from gcc-2.7.2.3/libgcc2.c and
gcc-2.7.2.3/longlong.h which is: */
/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License ... | gpl-2.0 |
rickyzhang82/odroid-linux | drivers/platform/x86/acerhdf.c | 2377 | 20371 | /*
* acerhdf - A driver which monitors the temperature
* of the aspire one netbook, turns on/off the fan
* as soon as the upper/lower threshold is reached.
*
* (C) 2009 - Peter Feuerer peter (a) piie.net
* http://piie.net
* 2009 Borislav Petkov <petkovbb@g... | gpl-2.0 |
croniccorey/OnePlus2-Kernel | drivers/mfd/max8925-core.c | 2377 | 23793 | /*
* Base driver for Maxim MAX8925
*
* Copyright (C) 2009-2010 Marvell International Ltd.
* Haojian Zhuang <haojian.zhuang@marvell.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 Fo... | gpl-2.0 |
black9/Nyan-Tuna-JB | drivers/i2c/busses/i2c-s6000.c | 2377 | 11249 | /*
* drivers/i2c/busses/i2c-s6000.c
*
* Description: Driver for S6000 Family I2C Interface
* Copyright (c) 2008 emlix GmbH
* Author: Oskar Schirmer <os@emlix.com>
*
* Partially based on i2c-bfin-twi.c driver by <sonic.zhang@analog.com>
* Copyright (c) 2005-2007 Analog Devices, Inc.
*
* This program is free so... | gpl-2.0 |
mv0/tip | arch/arm/mach-imx/devices/devices.c | 2633 | 1264 | /*
* Copyright 2008 Sascha Hauer, kernel@pengutronix.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 option) any later version.
* This ... | gpl-2.0 |
Hardslog/GrimTF300 | arch/powerpc/kvm/book3s_32_mmu_host.c | 3145 | 9745 | /*
* Copyright (C) 2010 SUSE Linux Products GmbH. All rights reserved.
*
* Authors:
* Alexander Graf <agraf@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.
*
... | gpl-2.0 |
nbr11/android_kernel_lge_hammerhead | drivers/misc/pmic8058-xoadc.c | 3401 | 21995 | /* Copyright (c) 2010-2012, 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 |
grogg/platform_device_asus_flo-kernel_kernel | arch/mips/pci/pci-alchemy.c | 4681 | 14005 | /*
* Alchemy PCI host mode support.
*
* Copyright 2001-2003, 2007-2008 MontaVista Software Inc.
* Author: MontaVista Software, Inc. <source@mvista.com>
*
* Support for all devices (greater than 16) added by David Gathright.
*/
#include <linux/export.h>
#include <linux/types.h>
#include <linux/pci.h>
#include <l... | gpl-2.0 |
keyser84/android_kernel_motorola_msm8226 | drivers/watchdog/mpc8xxx_wdt.c | 4937 | 8281 | /*
* mpc8xxx_wdt.c - MPC8xx/MPC83xx/MPC86xx watchdog userspace interface
*
* Authors: Dave Updegraff <dave@cray.org>
* Kumar Gala <galak@kernel.crashing.org>
* Attribution: from 83xx_wst: Florian Schirmer <jolt@tuxbox.org>
* ..and from sc520_wdt
* Copyright (c) 2008 MontaVista Software, Inc.
* ... | gpl-2.0 |
mzhou/lge-kernel-p880-cyanogenmod | drivers/staging/vt6656/hostap.c | 6217 | 23798 | /*
* 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 |
Supermaster34/3.0-Kernel-Galaxy-Player-US | net/bluetooth/bnep/sock.c | 7753 | 5723 | /*
BNEP implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2001-2002 Inventel Systemes
Written 2001-2002 by
David Libault <david.libault@inventel.fr>
Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com>
This program is free software; you can redistribute it and/or modify
it under ... | gpl-2.0 |
SlimDev/kernel_samsung_msm8660-common | net/sched/sch_drr.c | 8009 | 11557 | /*
* net/sched/sch_drr.c Deficit Round Robin scheduler
*
* 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 |
Project-Elite/elite_kernel_m7 | arch/ia64/pci/fixup.c | 9289 | 2138 | /*
* Exceptions for specific devices. Usually work-arounds for fatal design flaws.
* Derived from fixup.c of i386 tree.
*/
#include <linux/pci.h>
#include <linux/init.h>
#include <asm/machvec.h>
/*
* Fixup to mark boot BIOS video selected by BIOS before it changes
*
* From information provided by "Jon Smirl" <... | gpl-2.0 |
lithid/furnace_kernel_lge_hammerhead | drivers/gpu/drm/nouveau/nouveau_ioc32.c | 9289 | 2223 | /**
* \file mga_ioc32.c
*
* 32-bit ioctl compatibility routines for the MGA DRM.
*
* \author Dave Airlie <airlied@linux.ie> with code from patches by Egbert Eich
*
*
* Copyright (C) Paul Mackerras 2005
* Copyright (C) Egbert Eich 2003,2004
* Copyright (C) Dave Airlie 2005
* All Rights Reserved.
*
* Permiss... | gpl-2.0 |
voidz777/android_kernel_samsung_msm8660-common | arch/mn10300/unit-asb2364/unit-init.c | 12105 | 3490 | /* ASB2364 initialisation
*
* Copyright (C) 2002 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 Software Foundation; eith... | gpl-2.0 |
beta1993/android_kernel_htc_msm7227 | fs/nfs/symlink.c | 12617 | 1661 | /*
* linux/fs/nfs/symlink.c
*
* Copyright (C) 1992 Rick Sladkey
*
* Optimization changes Copyright (C) 1994 Florian La Roche
*
* Jun 7 1999, cache symlink lookups in the page cache. -DaveM
*
* nfs symlink handling code
*/
#include <linux/time.h>
#include <linux/errno.h>
#include <linux/sunrpc/clnt.h>
... | gpl-2.0 |
Split-Screen/android_kernel_lge_gee | drivers/video/riva/nv_driver.c | 14665 | 9688 | /* $XConsortium: nv_driver.c /main/3 1996/10/28 05:13:37 kaleb $ */
/*
* Copyright 1996-1997 David J. McKay
*
* 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, includ... | gpl-2.0 |
markyzq/kernel-next | sound/isa/gus/gus_dram.c | 14921 | 2994 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* DRAM access routines
*
*
* 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 |
poondog/M8 | drivers/video/msm/mdss/msm_mdss_io_8974.c | 74 | 26615 | /* 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 |
jepler/odroid-linux | arch/sparc/kernel/smp_64.c | 74 | 36495 | /* smp.c: Sparc64 SMP support.
*
* Copyright (C) 1997, 2007, 2008 David S. Miller (davem@davemloft.net)
*/
#include <linux/export.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/threads.h>
#include <linux/smp.h>
#include <linux/interrupt.h>
#inc... | gpl-2.0 |
georgewhr/dbwrt | arch/arm/mach-prima2/common.c | 330 | 1721 | /*
* Defines machines for CSR SiRFprimaII
*
* Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
*
* Licensed under GPLv2 or later.
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <asm/sizes.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <linux/of.h>
#i... | gpl-2.0 |
AOSP-TEAM/android_kernel_samsung_i9100g | drivers/char/vme_scc.c | 1098 | 30995 | /*
* drivers/char/vme_scc.c: MVME147, MVME162, BVME6000 SCC serial ports
* implementation.
* Copyright 1999 Richard Hirst <richard@sleepie.demon.co.uk>
*
* Based on atari_SCC.c which was
* Copyright 1994-95 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
* Partially based on PC-Linux serial.c by Linus T... | gpl-2.0 |
ravikwow/jordan-kernel | crypto/twofish.c | 1610 | 6425 | /*
* Twofish for CryptoAPI
*
* Originally Twofish for GPG
* By Matthew Skala <mskala@ansuz.sooke.bc.ca>, July 26, 1998
* 256-bit key length added March 20, 1999
* Some modifications to reduce the text size by Werner Koch, April, 1998
* Ported to the kerneli patch by Marc Mutz <Marc@Mutz.com>
* Ported to CryptoA... | gpl-2.0 |
eckucukoglu/sober-kernel | net/ipv4/tcp_vegas.c | 1610 | 9853 | /*
* TCP Vegas congestion control
*
* This is based on the congestion detection/avoidance scheme described in
* Lawrence S. Brakmo and Larry L. Peterson.
* "TCP Vegas: End to end congestion avoidance on a global internet."
* IEEE Journal on Selected Areas in Communication, 13(8):1465--1480,
* October... | gpl-2.0 |
flingone/rk3066-kernel | sound/soc/blackfin/bf5xx-ad73311.c | 2378 | 6228 | /*
* File: sound/soc/blackfin/bf5xx-ad73311.c
* Author: Cliff Cai <Cliff.Cai@analog.com>
*
* Created: Thur Sep 25 2008
* Description: Board driver for ad73311 sound chip
*
* Modified:
* Copyright 2008 Analog Devices Inc.
*
* Bugs: Enter bugs at http://blackfin.uclinux... | gpl-2.0 |
ivanich/wireless-testing_torvalds | arch/sparc/kernel/pcic.c | 2634 | 24783 | /*
* pcic.c: MicroSPARC-IIep PCI controller support
*
* Copyright (C) 1998 V. Roganov and G. Raiko
*
* Code is derived from Ultra/PCI PSYCHO controller support, see that
* for author info.
*
* Support for diverse IIep based platforms by Pete Zaitcev.
* CP-1200 by Eric Brower.
*/
#include <linux/kernel.h>
#in... | gpl-2.0 |
jwchen1259/nevermore | drivers/base/power/domain_governor.c | 3402 | 6706 | /*
* drivers/base/power/domain_governor.c - Governors for device PM domains.
*
* Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Renesas Electronics Corp.
*
* This file is released under the GPLv2.
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/pm_domain.h>
#include <linux/pm_qos.h>
#in... | gpl-2.0 |
FrozenCow/FIRE-ICE | arch/arm/mach-s3c24xx/bast-irq.c | 3658 | 3538 | /* linux/arch/arm/mach-s3c2410/bast-irq.c
*
* Copyright 2003-2005 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* http://www.simtec.co.uk/products/EB2410ITX/
*
* 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 |
qs2d/linux-3.10 | fs/logfs/super.c | 4170 | 16726 | /*
* fs/logfs/super.c
*
* As should be obvious for Linux kernel code, license is GPLv2
*
* Copyright (c) 2005-2008 Joern Engel <joern@logfs.org>
*
* Generally contains mount/umount code and also serves as a dump area for
* any functions that don't fit elsewhere and neither justify a file of their
* own.
*/
#i... | gpl-2.0 |
BlissRom/kernel_oneplus_msm8974 | sound/soc/omap/zoom2.c | 4938 | 5957 | /*
* zoom2.c -- SoC audio for Zoom2
*
* Author: Misael Lopez Cruz <x0052729@ti.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.
*
* This program is distributed in the ... | gpl-2.0 |
SlimSaber/android_kernel_oppo_msm8974 | sound/soc/sh/fsi-ak4642.c | 4938 | 2510 | /*
* FSI-AK464x sound support for ms7724se
*
* Copyright (C) 2009 Renesas Solutions Corp.
* Kuninori Morimoto <morimoto.kuninori@renesas.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... | gpl-2.0 |
FlorentRevest/kernel | drivers/media/i2c/cs53l32a.c | 7242 | 6736 | /*
* cs53l32a (Adaptec AVC-2010 and AVC-2410) i2c ivtv driver.
* Copyright (C) 2005 Martin Vaughan
*
* Audio source switching for Adaptec AVC-2410 added by Trev Jackson
*
* 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 |
Xperia-P/android_kernel_sony_u8500 | arch/mips/pnx833x/common/reset.c | 8778 | 1292 | /*
* reset.c: reset support for PNX833X.
*
* Copyright 2008 NXP Semiconductors
* Chris Steel <chris.steel@nxp.com>
* Daniel Laird <daniel.j.laird@nxp.com>
*
* Based on software written by:
* Nikita Youshchenko <yoush@debian.org>, based on PNX8550 code.
*
* This program is free software; you can ... | gpl-2.0 |
MaxiCM/android_kernel_google_msm | drivers/isdn/hisax/isdnl2.c | 9034 | 42825 | /* $Id: isdnl2.c,v 2.30.2.4 2004/02/11 13:21:34 keil Exp $
*
* Author Karsten Keil
* based on the teles driver from Jan den Ouden
* Copyright by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, i... | gpl-2.0 |
Renesas-EMEV2/Kernel | drivers/net/atl1e/atl1e_param.c | 9290 | 7333 | /*
* Copyright(c) 2007 Atheros Corporation. All rights reserved.
*
* Derived from Intel e1000 driver
* Copyright(c) 1999 - 2005 Intel 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 t... | gpl-2.0 |
aidfarh/android_kernel_lge_palman | arch/mips/emma/markeins/platform.c | 9290 | 5027 | /*
* Copyright(C) MontaVista Software Inc, 2006
*
* Author: dmitry pervushin <dpervushin@ru.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 published by
* the Free Software Foundation; either version 2 of the Lice... | gpl-2.0 |
bboyfeiyu/linux | net/irda/irlmp_frame.c | 11594 | 14337 | /*********************************************************************
*
* Filename: irlmp_frame.c
* Version: 0.9
* Description: IrLMP frame implementation
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Tue Aug 19 02:09:59 1997
* Modified at: Mon Dec... | gpl-2.0 |
s2k7/chromeos-tegra | arch/mips/kernel/traps.c | 75 | 43461 | /*
* 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) 1994 - 1999, 2000, 01, 06 Ralf Baechle
* Copyright (C) 1995, 1996 Paul M. Antoine
* Copyright (C) 1998 Ulf Carlsson
* Cop... | gpl-2.0 |
drod2169/android_kernel_lge_bullhead | drivers/staging/qcacld-2.0/CORE/BAP/src/bapRsn8021xPrf.c | 75 | 8095 | /*
* Copyright (c) 2014 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by 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 an... | gpl-2.0 |
xobs/u-boot-novena-spl | nand_spl/board/amcc/canyonlands/ddr2_fixed.c | 75 | 3964 | /*
* (C) Copyright 2008-2009
* Stefan Roese, DENX Software Engineering, sr@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 Fr... | gpl-2.0 |
Driim/crypt_ubifs | drivers/staging/vt6656/card.c | 75 | 25560 | /*
* 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 |
infectedmushi/kernel-sony-copyleft | drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c | 331 | 8695 | /* Digital Input IRQ Function Selection */
#define APCI1564_DI_INT_OR (0 << 1)
#define APCI1564_DI_INT_AND (1 << 1)
/* Digital Input Interrupt Enable Disable. */
#define APCI1564_DI_INT_ENABLE 0x4
#define APCI1564_DI_INT_DISABLE 0xfffffffb
/* Digital Output Interrupt Enable Disable. */
#define APCI1564_DO... | gpl-2.0 |
bigzz/linux-stable | arch/powerpc/kernel/cputable.c | 587 | 67939 | /*
* Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
*
* Modifications for ppc64:
* Copyright (C) 2003 Dave Engebretsen <engebret@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 ... | gpl-2.0 |
deedwar/kernel_sony_msm8x60 | drivers/video/msm/mhl/mhl_8334.c | 587 | 33011 | /* Copyright (c) 2012, 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 |
schqiushui/kernel_kk444_sense_a31 | drivers/staging/zcache/ramster/debug.c | 2123 | 1772 | #include <linux/atomic.h>
#include "debug.h"
ssize_t ramster_foreign_eph_pages;
ssize_t ramster_foreign_pers_pages;
#ifdef CONFIG_DEBUG_FS
#include <linux/debugfs.h>
ssize_t ramster_eph_pages_remoted;
ssize_t ramster_pers_pages_remoted;
ssize_t ramster_eph_pages_remote_failed;
ssize_t ramster_pers_pages_remote_failed... | gpl-2.0 |
imnuts/android_kernel_samsung_smdk4412 | drivers/ata/pata_pcmcia.c | 2379 | 13741 | /*
* pata_pcmcia.c - PCMCIA PATA controller driver.
* Copyright 2005-2006 Red Hat Inc, all rights reserved.
* PCMCIA ident update Copyright 2006 Marcin Juszkiewicz
* <openembedded@hrw.one.pl>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen... | gpl-2.0 |
Hani-K/H-Vitamin_trlte | drivers/iommu/shmobile-ipmmu.c | 2379 | 3280 | /*
* IPMMU/IPMMUI
* Copyright (C) 2012 Hideki EIRAKU
*
* 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.
*/
#include <linux/err.h>
#include <linux/export.h>
#inc... | gpl-2.0 |
garwynn/L900_LJC_Kernel | drivers/net/bonding/bond_procfs.c | 2379 | 7119 | #include <linux/proc_fs.h>
#include <net/net_namespace.h>
#include <net/netns/generic.h>
#include "bonding.h"
static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos)
__acquires(RCU)
__acquires(&bond->lock)
{
struct bonding *bond = seq->private;
loff_t off = 0;
struct slave *slave;
int i;
/* make s... | gpl-2.0 |
ollie27/android_kernel_samsung_aries | fs/ceph/ioctl.c | 2379 | 6984 | #include <linux/in.h>
#include "super.h"
#include "mds_client.h"
#include <linux/ceph/ceph_debug.h>
#include "ioctl.h"
/*
* ioctls
*/
/*
* get and set the file layout
*/
static long ceph_ioctl_get_layout(struct file *file, void __user *arg)
{
struct ceph_inode_info *ci = ceph_inode(file->f_dentry->d_inode);
... | gpl-2.0 |
AndroidOpenSourceXperia/android_kernel_sony_u8500 | fs/9p/vfs_super.c | 2891 | 8805 | /*
* linux/fs/9p/vfs_super.c
*
* This file contians superblock ops for 9P2000. It is intended that
* you mount this file system on directories.
*
* Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com>
* Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov>
*
* This program is free software; you can... | gpl-2.0 |
trupeace/arm10c-tp | arch/mips/mti-sead3/sead3-serial.c | 3147 | 1189 | /*
* 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) 2012 MIPS Technologies, Inc. All rights reserved.
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/ser... | gpl-2.0 |
cphelps76/kernel_google_msm | drivers/char/msm_smd_pkt.c | 3403 | 10666 | /* Copyright (c) 2008-2010, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | gpl-2.0 |
gianogli/boeffla-kernel-cm-s3-7 | lib/argv_split.c | 4427 | 1826 | /*
* Helper function for splitting a string into an argv-like array.
*/
#include <linux/kernel.h>
#include <linux/ctype.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/module.h>
static const char *skip_arg(const char *cp)
{
while (*cp && !isspace(*cp))
cp++;
return cp;
}
static int count_... | gpl-2.0 |
CurtisMJ/g800f_custom_kernel | arch/powerpc/platforms/cell/spufs/syscalls.c | 4427 | 2137 | #include <linux/file.h>
#include <linux/fs.h>
#include <linux/export.h>
#include <linux/mount.h>
#include <linux/namei.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include "spufs.h"
/**
* sys_spu_run - run code loaded into an SPU
*
* @unpc: next program counter for the SPU
* @ustatus: status of the SP... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.