repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
edoko/android_samsung_galaxy_pop | drivers/bluetooth/hci_ldisc.c | 406 | 16319 | /*
*
* Bluetooth HCI UART driver
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
* Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
* it under the ... | gpl-2.0 |
ender-chen/linux-rt-rpi | drivers/net/wireless/ath/wil6210/fw.c | 662 | 1545 | /*
* Copyright (c) 2014 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 |
Razdroid/android_kernel_raspberrypi | arch/powerpc/platforms/512x/mpc512x_shared.c | 1942 | 12075 | /*
* Copyright (C) 2007,2008 Freescale Semiconductor, Inc. All rights reserved.
*
* Author: John Rigby <jrigby@freescale.com>
*
* Description:
* MPC512x Shared code
*
* This 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 |
shskyinfo/SKernel_Yu | drivers/net/wireless/orinoco/orinoco_plx.c | 2454 | 11721 | /* orinoco_plx.c
*
* Driver for Prism II devices which would usually be driven by orinoco_cs,
* but are connected to the PCI bus by a PLX9052.
*
* Current maintainers are:
* Pavel Roskin <proski AT gnu.org>
* and David Gibson <hermes AT gibson.dropbear.id.au>
*
* (C) Copyright David Gibson, IBM Corp. 2001-2003... | gpl-2.0 |
FireLord1/android_kernel_motorola_msm8916 | arch/microblaze/kernel/exceptions.c | 4246 | 4189 | /*
* HW exception handling
*
* Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
* Copyright (C) 2008 PetaLogix
*
* 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.
*/
/*
* This file han... | gpl-2.0 |
mason-hock/CHIP-linux-libre | CHIP-linux-libre/arch/microblaze/kernel/exceptions.c | 4246 | 4189 | /*
* HW exception handling
*
* Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
* Copyright (C) 2008 PetaLogix
*
* 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.
*/
/*
* This file han... | gpl-2.0 |
itgb/opCloudRouter | qca/src/linux/arch/mips/pci/ops-tx4927.c | 7574 | 15946 | /*
* Define the pci_ops for the PCIC on Toshiba TX4927, TX4938, etc.
*
* Based on linux/arch/mips/pci/ops-tx4938.c,
* linux/arch/mips/pci/fixup-rbtx4938.c,
* linux/arch/mips/txx9/rbtx4938/setup.c,
* and RBTX49xx patch from CELF patch archive.
*
* 2003-2005 (c) MontaVista Software, Inc.
* ... | gpl-2.0 |
neobuddy89/android_kernel_cyanogen_msm8916 | net/rose/rose_timer.c | 9622 | 4999 | /*
* 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.
*
* Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.u... | gpl-2.0 |
cnauman/linux | arch/cris/arch-v32/mach-a3/arbiter.c | 9878 | 17688 | /*
* Memory arbiter functions. Allocates bandwidth through the
* arbiter and sets up arbiter breakpoints.
*
* The algorithm first assigns slots to the clients that has specified
* bandwidth (e.g. ethernet) and then the remaining slots are divided
* on all the active clients.
*
* Copyright (c) 2004-2007 Axis Com... | gpl-2.0 |
Sony-Kitakami/android_kernel_sony | kernel/power/block_io.c | 10646 | 2428 | /*
* This file provides functions for block I/O operations on swap/file.
*
* Copyright (C) 1998,2001-2005 Pavel Machek <pavel@ucw.cz>
* Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
*
* This file is released under the GPLv2.
*/
#include <linux/bio.h>
#include <linux/kernel.h>
#include <linux/pagemap.h>
#in... | gpl-2.0 |
cmetcalf-tilera/linux-tile | net/mac80211/mesh_pathtbl.c | 151 | 30033 | /*
* Copyright (c) 2008, 2009 open80211s Ltd.
* Author: Luis Carlos Cobo <luisca@cozybit.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/etherdevi... | gpl-2.0 |
kozmikkick/tripndroid-endeavoru-3.4 | net/mac80211/wep.c | 151 | 9020 | /*
* Software WEP encryption implementation
* Copyright 2002, Jouni Malinen <jkmaline@cc.hut.fi>
* Copyright 2003, Instant802 Networks, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Softwar... | gpl-2.0 |
toastcfh/CdMa-HeRoC-2.6.29 | arch/arm/mach-pxa/reset.c | 151 | 1820 | /*
* 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/kernel.h>
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/gpio.h>
#include <linux/io.h>
#in... | gpl-2.0 |
MoKee/android_kernel_samsung_smdk4412 | drivers/video/udlfb.c | 919 | 50312 | /*
* udlfb.c -- Framebuffer driver for DisplayLink USB controller
*
* Copyright (C) 2009 Roberto De Ioris <roberto@unbit.it>
* Copyright (C) 2009 Jaya Kumar <jayakumar.lkml@gmail.com>
* Copyright (C) 2009 Bernie Thompson <bernie@plugable.com>
*
* This file is subject to the terms and conditions of the GNU Genera... | gpl-2.0 |
moresushant48/android_kernel_cyanogen_msm8916 | arch/s390/kernel/crash_dump.c | 1943 | 10711 | /*
* S390 kdump implementation
*
* Copyright IBM Corp. 2011
* Author(s): Michael Holzheu <holzheu@linux.vnet.ibm.com>
*/
#include <linux/crash_dump.h>
#include <asm/lowcore.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/gfp.h>
#include <linux/slab.h>
#include <linux/bootmem.h>
#include <li... | gpl-2.0 |
Negamann303/kernel-nk1-negalite-lt02ltespr | fs/cifs/connect.c | 2455 | 115352 | /*
* fs/cifs/connect.c
*
* Copyright (C) International Business Machines Corp., 2002,2009
* Author(s): Steve French (sfrench@us.ibm.com)
*
* 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 ... | gpl-2.0 |
Thunderoar/android_kernel_samsung_goyave3g | drivers/s390/char/sclp_rw.c | 2967 | 12927 | /*
* driver: reading from and writing to system console on S/390 via SCLP
*
* Copyright IBM Corp. 1999, 2009
*
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
* Martin Schwidefsky <schwidefsky@de.ibm.com>
*/
#include <linux/kmod.h>
#include <linux/types.h>
#include <linux/err.h>
#include <linux/string.h... | gpl-2.0 |
MoKee/android_kernel_motorola_msm8960dt-common | arch/hexagon/kernel/ptrace.c | 3223 | 4897 | /*
* Ptrace support for Hexagon
*
* Copyright (c) 2010-2011, 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.
*
... | gpl-2.0 |
flzyup/gnexus_kernel | drivers/of/of_spi.c | 3223 | 2396 | /*
* SPI OF support routines
* Copyright (C) 2008 Secret Lab Technologies Ltd.
*
* Support routines for deriving SPI device attachments from the device
* tree.
*/
#include <linux/of.h>
#include <linux/device.h>
#include <linux/spi/spi.h>
#include <linux/of_irq.h>
#include <linux/of_spi.h>
/**
* of_register_spi... | gpl-2.0 |
davidmueller13/aospmmkernel2 | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 3735 | 98135 | /*
* omap_hwmod_3xxx_data.c - hardware modules present on the OMAP3xxx chips
*
* Copyright (C) 2009-2011 Nokia Corporation
* Paul Walmsley
*
* 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... | gpl-2.0 |
agat63/N861_ZTE_kernel | drivers/ide/au1xxx-ide.c | 3991 | 15330 | /*
* BRIEF MODULE DESCRIPTION
* AMD Alchemy Au1xxx IDE interface routines over the Static Bus
*
* Copyright (c) 2003-2005 AMD, Personal Connectivity Solutions
*
* 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 S... | gpl-2.0 |
Team-Blackout/AOZP_Blackout_edition | drivers/ide/tc86c001.c | 3991 | 7733 | /*
* Copyright (C) 2002 Toshiba Corporation
* Copyright (C) 2005-2006 MontaVista Software, Inc. <source@mvista.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/
#inclu... | gpl-2.0 |
LeroViten/LerNex-Bacon | arch/sh/kernel/cpu/sh4a/setup-sh7780.c | 4503 | 16020 | /*
* SH7780 Setup
*
* Copyright (C) 2006 Paul Mundt
*
* 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/platform_device.h>
#include <linux/init.h>
#include <linux/serial.h... | gpl-2.0 |
davidevinavil/kernel_s500_cm10 | arch/sparc/kernel/auxio_64.c | 7575 | 3195 | /* auxio.c: Probing for the Sparc AUXIO register at boot time.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
*
* Refactoring for unified NCR/PCIO support 2002 Eric Brower (ebrower@usa.net)
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/ioport.h>
#i... | gpl-2.0 |
basr/Hammerhead | net/mac80211/spectmgmt.c | 7831 | 2891 | /*
* spectrum management
*
* Copyright 2003, Jouni Malinen <jkmaline@cc.hut.fi>
* Copyright 2002-2005, Instant802 Networks, Inc.
* Copyright 2005-2006, Devicescape Software, Inc.
* Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
* Copyright 2007, Michael Wu <flamingice@sourmilk.net>
* Copyright 2007-2008, Intel ... | gpl-2.0 |
Tesla-Redux-Devices/android_kernel_samsung_trlte | drivers/isdn/mISDN/dsp_tones.c | 9623 | 17374 | /*
* Audio support data for ISDN4Linux.
*
* Copyright Andreas Eversberg (jolly@eversberg.eu)
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*
*/
#include <linux/gfp.h>
#include <linux/mISDNif.h>
#include <linux/mISDNds... | gpl-2.0 |
jpoirier/linux | drivers/regulator/max8925-regulator.c | 152 | 9488 | /*
* Regulators driver for Maxim max8925
*
* Copyright (C) 2009 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 Softw... | gpl-2.0 |
Chadder43/Asus-T200TA-Linux | drivers/net/ethernet/intel/i40e/i40e_fcoe.c | 408 | 44998 | /*******************************************************************************
*
* Intel Ethernet Controller XL710 Family Linux Driver
* Copyright(c) 2013 - 2014 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Pub... | gpl-2.0 |
suesai/linux | drivers/mtd/ubi/fastmap-wl.c | 664 | 8696 | /*
* Copyright (c) 2012 Linutronix GmbH
* Copyright (c) 2014 sigma star gmbh
* Author: Richard Weinberger <richard@nod.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.
*
... | gpl-2.0 |
xhjcehust/virtio_net_driver | net/tipc/sysctl.c | 664 | 2361 | /*
* net/tipc/sysctl.c: sysctl interface to TIPC subsystem
*
* Copyright (c) 2013, 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:
*
* 1. Redistributions of source code... | gpl-2.0 |
TheTypoMaster/linux | security/selinux/ss/conditional.c | 920 | 14159 | /* Authors: Karl MacMillan <kmacmillan@tresys.com>
* Frank Mayer <mayerf@tresys.com>
*
* Copyright (C) 2003 - 2004 Tresys Technology, LLC
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation... | gpl-2.0 |
ARMP/bproj-black | drivers/acpi/acpica/utresrc.c | 2968 | 16620 | /*******************************************************************************
*
* Module Name: utresrc - Resource management utilities
*
******************************************************************************/
/*
* Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Redistribution and u... | gpl-2.0 |
Redmi-dev/android_kernel_xiaomi_msm8226 | arch/powerpc/kvm/book3s_64_mmu_hv.c | 3480 | 27022 | /*
* 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 implied warr... | gpl-2.0 |
profglavcho/sdwq | arch/frv/kernel/frv_ksyms.c | 3736 | 2999 | #include <linux/module.h>
#include <linux/linkage.h>
#include <linux/sched.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/user.h>
#include <linux/elfcore.h>
#include <linux/in6.h>
#include <linux/interrupt.h>
#include <asm/setup.h>
#include <asm/pgalloc.h>
#include <asm/irq.h>
#include <asm/io.h>
#... | gpl-2.0 |
SonsOfAndroid/android_kernel_samsung_d2_SOA | drivers/media/common/tuners/mt2131.c | 4248 | 8357 | /*
* Driver for Microtune MT2131 "QAM/8VSB single chip tuner"
*
* Copyright (c) 2006 Steven Toth <stoth@linuxtv.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 ... | gpl-2.0 |
spezi77/hellspawn-N4 | drivers/net/tokenring/olympic.c | 4760 | 62700 | /*
* olympic.c (c) 1999 Peter De Schrijver All Rights Reserved
* 1999/2000 Mike Phillips (mikep@linuxtr.net)
*
* Linux driver for IBM PCI tokenring cards based on the Pit/Pit-Phy/Olympic
* chipset.
*
* Base Driver Skeleton:
* Written 1993-94 by Donald Becker.
*
* Copyright 1993 United Stat... | gpl-2.0 |
jfdsmabalot/kernel_moto-x | drivers/usb/gadget/amd5536udc.c | 4760 | 86145 | /*
* amd5536.c -- AMD 5536 UDC high/full speed USB device controller
*
* Copyright (C) 2005-2007 AMD (http://www.amd.com)
* Author: Thomas Dahlmann
*
* 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 |
Thecrazyskull/kernel_msm | fs/ecryptfs/read_write.c | 5016 | 8866 | /**
* eCryptfs: Linux filesystem encryption layer
*
* Copyright (C) 2007 International Business Machines Corp.
* Author(s): Michael A. Halcrow <mahalcro@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... | gpl-2.0 |
luckasfb/android_kernel_iocean_x7 | drivers/net/wireless/b43/sdio.c | 5528 | 4746 | /*
* Broadcom B43 wireless driver
*
* SDIO over Sonics Silicon Backplane bus glue for b43.
*
* Copyright (C) 2009 Albert Herranz
* Copyright (C) 2009 Michael Buesch <m@bues.ch>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pub... | gpl-2.0 |
Inventor1938/boeffla-kernel-cm-oneplus3 | drivers/dma/ipu/ipu_idmac.c | 409 | 46457 | /*
* Copyright (C) 2008
* Guennadi Liakhovetski, DENX Software Engineering, <lg@denx.de>
*
* Copyright (C) 2005-2007 Freescale Semiconductor, 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 version 2 as
* p... | gpl-2.0 |
OwnROM-Devices/OwnKernel-sprout | net/wireless/ibss.c | 665 | 12964 | /*
* Some IBSS support code for cfg80211.
*
* Copyright 2009 Johannes Berg <johannes@sipsolutions.net>
*/
#include <linux/etherdevice.h>
#include <linux/if_arp.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <net/cfg80211.h>
#include "wext-compat.h"
#include "nl80211.h"
#include "rdev-ops.h"
void _... | gpl-2.0 |
thicklizard/AwesomeSauce1_1 | drivers/power/pda_power.c | 1945 | 10610 | /*
* Common power driver for PDAs and phones with one or two external
* power supplies (AC/USB) connected to main and backup batteries,
* and optional builtin charger.
*
* Copyright © 2007 Anton Vorontsov <cbou@mail.ru>
*
* This program is free software; you can redistribute it and/or modify
* it under the term... | gpl-2.0 |
Jackeagle/android_kernel_samsung_a7lte | arch/mips/kvm/kvm_trap_emul.c | 2457 | 12751 | /*
* 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.
*
* KVM/MIPS: Deliver/Emulate exceptions to the guest kernel
*
* Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
* Authors: Sanja... | gpl-2.0 |
rachitrawat/Vengeance-Kernel-MSM7x27-JLO | drivers/md/md.c | 2457 | 218979 | /*
md.c : Multiple Devices driver for Linux
Copyright (C) 1998, 1999, 2000 Ingo Molnar
completely rewritten, based on the MD driver code from Marc Zyngier
Changes:
- RAID-1/RAID-5 extensions by Miguel de Icaza, Gadi Oxman, Ingo Molnar
- RAID-6 extensions by H. Peter Anvin <hpa@zytor.com>
- boo... | gpl-2.0 |
deepongi/android_kernel_sony_msm | drivers/scsi/initio.c | 2713 | 83304 | /**************************************************************************
* Initio 9100 device driver for Linux.
*
* Copyright (c) 1994-1998 Initio Corporation
* Copyright (c) 1998 Bas Vermeulen <bvermeul@blackstar.xs4all.nl>
* Copyright (c) 2004 Christoph Hellwig <hch@lst.de>
* Copyright (c) 2007 Red Hat
*
*... | gpl-2.0 |
icoolguy1995/Elixer-1 | drivers/acpi/sysfs.c | 2969 | 18930 | /*
* sysfs.c - ACPI sysfs interface to userspace.
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/moduleparam.h>
#include <acpi/acpi_drivers.h>
#define _COMPONENT ACPI_SYSTEM_COMPONENT
ACPI_MODULE_NAME("sysfs");
#define PREFIX "ACPI: "
#ifdef CONFIG_ACPI_DEBUG
/*
* ACPI debug sysfs I/F, inc... | gpl-2.0 |
kamarush/android_kernel_lge_hammerhead | drivers/net/ethernet/sfc/txc43128_phy.c | 7321 | 16313 | /****************************************************************************
* Driver for Solarflare Solarstorm network controllers and boards
* Copyright 2006-2011 Solarflare Communications Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Publi... | gpl-2.0 |
championswimmer/android_kernel_sony_msm8930 | arch/sh/kernel/kprobes.c | 7833 | 15267 | /*
* Kernel probes (kprobes) for SuperH
*
* Copyright (C) 2007 Chris Smith <chris.smith@st.com>
* Copyright (C) 2006 Lineo Solutions, 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.
... | gpl-2.0 |
bju2000/lge-kernel-gproj | arch/ia64/kvm/kvm_fw.c | 11673 | 16389 | /*
* PAL/SAL call delegation
*
* Copyright (c) 2004 Li Susie <susie.li@intel.com>
* Copyright (c) 2005 Yu Ke <ke.yu@intel.com>
* Copyright (c) 2007 Xiantao Zhang <xiantao.zhang@intel.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Gene... | gpl-2.0 |
garwynn/I727_JB_Kernel_v1 | kernel/gcov/base.c | 12185 | 3697 | /*
* This code maintains a list of active profiling data structures.
*
* Copyright IBM Corp. 2009
* Author(s): Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
*
* Uses gcc-internal data definitions.
* Based on the gcov-kernel patch by:
* Hubertus Franke <frankeh@us.ibm.com>
* Nigel Hinds <nhi... | gpl-2.0 |
jiangchao87/m8uhl | arch/m32r/kernel/setup.c | 12953 | 10349 | /*
* linux/arch/m32r/kernel/setup.c
*
* Setup routines for Renesas M32R
*
* Copyright (c) 2001, 2002 Hiroyuki Kondo, Hirokazu Takata,
* Hitoshi Yamamoto
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/stddef.h>
#include <linux/fs.h>
#include <linux/sched.h>
#i... | gpl-2.0 |
archfan/xu4-linux | fs/ocfs2/suballoc.c | 154 | 78736 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* suballoc.c
*
* metadata alloc and free
* Inspired by ext3 block groups.
*
* Copyright (C) 2002, 2004 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of th... | gpl-2.0 |
humberos/android_kernel_samsung_smdk4412 | drivers/media/video/samsung/mali/linux/mali_kernel_linux.c | 154 | 19940 | /**
* Copyright (C) 2010-2012 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
*
*... | gpl-2.0 |
javilonas/Ptah-GT-I9300_OLD | fs/nfs/dns_resolve.c | 922 | 8011 | /*
* linux/fs/nfs/dns_resolve.c
*
* Copyright (c) 2009 Trond Myklebust <Trond.Myklebust@netapp.com>
*
* Resolves DNS hostnames into valid ip addresses
*/
#ifdef CONFIG_NFS_USE_KERNEL_DNS
#include <linux/sunrpc/clnt.h>
#include <linux/dns_resolver.h>
ssize_t nfs_dns_resolve_name(char *name, size_t namelen,
st... | gpl-2.0 |
lategoodbye/linux-lcd6610 | drivers/mtd/nand/sm_common.c | 1946 | 4567 | /*
* Copyright © 2009 - Maxim Levitsky
* Common routines & support for xD format
*
* 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/kernel.h>
#include <linux/m... | gpl-2.0 |
kashifmin/KashKernel_MT6589 | drivers/pinctrl/pinctrl-tegra.c | 1946 | 13342 | /*
* Driver for the NVIDIA Tegra pinmux
*
* Copyright (c) 2011, NVIDIA CORPORATION. All rights reserved.
*
* Derived from code:
* Copyright (C) 2010 Google, Inc.
* Copyright (C) 2010 NVIDIA Corporation
* Copyright (C) 2009-2011 ST-Ericsson AB
*
* This program is free software; you can redistribute it and/or ... | gpl-2.0 |
k2wl/3.0.y | drivers/acpi/acpica/utcopy.c | 3226 | 28561 | /******************************************************************************
*
* Module Name: utcopy - Internal to external object translation utilities
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Red... | gpl-2.0 |
faust93/F93_LGE975_KK_Kernel | drivers/input/touchscreen/tsc2007.c | 3482 | 12486 | /*
* drivers/input/touchscreen/tsc2007.c
*
* Copyright (c) 2008 MtekVision Co., Ltd.
* Kwangwoo Lee <kwlee@mtekvision.com>
*
* Using code from:
* - ads7846.c
* Copyright (c) 2005 David Brownell
* Copyright (c) 2006 Nokia Corporation
* - corgi_ts.c
* Copyright (C) 2004-2005 Richard Purdie
* - omap_ts.[hc]... | gpl-2.0 |
CyanogenMod/android_kernel_htc_msm8994 | drivers/isdn/mISDN/layer1.c | 4762 | 9951 | /*
*
* Author Karsten Keil <kkeil@novell.com>
*
* Copyright 2008 by Karsten Keil <kkeil@novell.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 dis... | gpl-2.0 |
krizky82/Xperia-2011-Kernel-2.6.32.X-ICS | arch/frv/kernel/frv_ksyms.c | 9114 | 3029 | #include <linux/module.h>
#include <linux/linkage.h>
#include <linux/sched.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/user.h>
#include <linux/elfcore.h>
#include <linux/in6.h>
#include <linux/interrupt.h>
#include <asm/setup.h>
#include <asm/pgalloc.h>
#include <asm/irq.h>
#include <asm/io.h>
#... | gpl-2.0 |
Split-Screen/android_kernel_samsung_jf | sound/core/oss/copy.c | 15514 | 2883 | /*
* Linear conversion Plug-In
* Copyright (c) 2000 by Abramo Bagnara <abramo@alsa-project.org>
*
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
* published by the Free Software Foundation; either version 2 of
* ... | gpl-2.0 |
jevinskie/ps3-gcc | gcc/testsuite/gfortran.dg/iso_fortran_env_2.f90 | 155 | 1137 | ! { dg-do compile }
module iso_fortran_env
logical :: x
end module iso_fortran_env
subroutine bar1
use , intrinsic :: iso_fortran_env
print *, character_storage_size
end
subroutine bar2
use, intrinsic :: iso_fortran_env
print *, character_storage_size
end
subroutine bar3
use,intrinsic :: iso_fortran_env
... | gpl-2.0 |
dmitriy103/amethyst-bravo-kernel | arch/arm/mach-versatile/versatile_pb.c | 155 | 3052 | /*
* linux/arch/arm/mach-versatile/versatile_pb.c
*
* Copyright (C) 2004 ARM Limited
* Copyright (C) 2000 Deep Blue Solutions Ltd
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; eit... | gpl-2.0 |
florpor/nvmeqemu | slirp/tcp_output.c | 155 | 14394 | /*
* Copyright (c) 1982, 1986, 1988, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must reta... | gpl-2.0 |
fmaker/kernel_msm | drivers/usb/serial/io_ti.c | 667 | 78730 | /*
* Edgeport USB Serial Converter driver
*
* Copyright (C) 2000-2002 Inside Out Networks, All rights reserved.
* Copyright (C) 2001-2002 Greg Kroah-Hartman <greg@kroah.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe... | gpl-2.0 |
atinm/android_kernel_samsung_manta | arch/powerpc/platforms/pseries/processor_idle.c | 1947 | 7642 | /*
* processor_idle - idle state cpuidle driver.
* Adapted from drivers/idle/intel_idle.c and
* drivers/acpi/processor_idle.c
*
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/moduleparam.h>
#include <linux/cpuidle.h>
#include <linux/cpu.h>
#include <asm/paca.h>
... | gpl-2.0 |
Gerrett84/android_kernel_smdk4210_tw | fs/ceph/super.c | 1947 | 22695 |
#include <linux/ceph/ceph_debug.h>
#include <linux/backing-dev.h>
#include <linux/ctype.h>
#include <linux/fs.h>
#include <linux/inet.h>
#include <linux/in6.h>
#include <linux/module.h>
#include <linux/mount.h>
#include <linux/parser.h>
#include <linux/sched.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#inc... | gpl-2.0 |
chase2534/gtab47.freekern | arch/arm/mach-s3c64xx/mach-anw6410.c | 2203 | 6035 | /* linux/arch/arm/mach-s3c64xx/mach-anw6410.c
*
* Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/
* Copyright 2009 Kwangwoo Lee
* Kwangwoo Lee <kwangwoo.lee@gmail.com>
*
* This program is free software; you can redistribute it an... | gpl-2.0 |
mkl0301/linux | drivers/scsi/qla2xxx/qla_mid.c | 2203 | 21694 | /*
* QLogic Fibre Channel HBA Driver
* Copyright (c) 2003-2013 QLogic Corporation
*
* See LICENSE.qla2xxx for copyright and licensing details.
*/
#include "qla_def.h"
#include "qla_gbl.h"
#include "qla_target.h"
#include <linux/moduleparam.h>
#include <linux/vmalloc.h>
#include <linux/slab.h>
#include <linux/lis... | gpl-2.0 |
OpenDesireProject/android_kernel_htc_msm7x30 | arch/arm/mach-omap1/board-h2-mmc.c | 2971 | 1823 | /*
* linux/arch/arm/mach-omap1/board-h2-mmc.c
*
* Copyright (C) 2007 Instituto Nokia de Tecnologia - INdT
* Author: Felipe Balbi <felipe.lima@indt.org.br>
*
* This code is based on linux/arch/arm/mach-omap2/board-n800-mmc.c, which is:
* Copyright (C) 2006 Nokia Corporation
*
* This program is free software; yo... | gpl-2.0 |
jpastuszek/linux-3.0.6-gentoo-ec2 | arch/arm/mach-ixp23xx/espresso.c | 2971 | 2109 | /*
* arch/arm/mach-ixp23xx/espresso.c
*
* Double Espresso-specific routines
*
* Author: Lennert Buytenhek <buytenh@wantstofly.org>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or imp... | gpl-2.0 |
jcsullins/kernel-tenderloin-3.0 | arch/arm/mach-omap1/board-h2-mmc.c | 2971 | 1823 | /*
* linux/arch/arm/mach-omap1/board-h2-mmc.c
*
* Copyright (C) 2007 Instituto Nokia de Tecnologia - INdT
* Author: Felipe Balbi <felipe.lima@indt.org.br>
*
* This code is based on linux/arch/arm/mach-omap2/board-n800-mmc.c, which is:
* Copyright (C) 2006 Nokia Corporation
*
* This program is free software; yo... | gpl-2.0 |
Toygoon/ToyKernel-Team.TCP_SGS2 | drivers/acpi/acpica/exmutex.c | 3227 | 15331 |
/******************************************************************************
*
* Module Name: exmutex - ASL Mutex Acquire/Release functions
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Redistribution ... | gpl-2.0 |
AOSP-Jaguar/android_kernel_sony_msm8974 | drivers/net/wireless/ath/ath9k/ar9003_phy.c | 3227 | 44609 | /*
* Copyright (c) 2010-2011 Atheros Communications 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" A... | gpl-2.0 |
TeamRegular/android_kernel_lge_e2nxx-stock | drivers/scsi/hpsa.c | 3227 | 133932 | /*
* Disk Array driver for HP Smart Array SAS controllers
* Copyright 2000, 2009 Hewlett-Packard Development Company, L.P.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; ... | gpl-2.0 |
SmokyBob/android_kernel_asus_padfone2 | drivers/acpi/acpica/exfield.c | 3227 | 11584 | /******************************************************************************
*
* Module Name: exfield - ACPI AML (p-code) execution - field manipulation
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Red... | gpl-2.0 |
jmztaylor/android_kernel_htc_operaul | fs/ncpfs/dir.c | 3995 | 33245 | /*
* dir.c
*
* Copyright (C) 1995, 1996 by Volker Lendecke
* Modified for big endian by J.F. Chadima and David S. Miller
* Modified 1997 Peter Waltenberg, Bill Hawes, David Woodhouse for 2.1 dcache
* Modified 1998, 1999 Wolfram Pienkoss for NLS
* Modified 1999 Wolfram Pienkoss for directory caching
* Mod... | gpl-2.0 |
iDroid-Project/kernel_common | arch/powerpc/lib/rheap.c | 4507 | 16859 | /*
* A Remote Heap. Remote means that we don't touch the memory that the
* heap points to. Normal heap implementations use the memory they manage
* to place their list. We cannot do that because the memory we manage may
* have special properties, for example it is uncachable or of different
* endianess.
*
* Aut... | gpl-2.0 |
csolg/hi35xx-buildroot | linux/linux-3.4.y/arch/arm/mach-omap2/smartreflex-class3.c | 4763 | 1448 | /*
* Smart reflex Class 3 specific implementations
*
* Author: Thara Gopinath <thara@ti.com>
*
* Copyright (C) 2010 Texas Instruments, Inc.
* Thara Gopinath <thara@ti.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License versi... | gpl-2.0 |
hiikezoe/android_kernel_kyocera_202k | drivers/net/wireless/libertas/rx.c | 8091 | 7551 | /*
* This file contains the handling of RX in wlan driver.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/etherdevice.h>
#include <linux/hardirq.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/export.h>
#include <net/cfg80211.h>
#include "defs.h"
#include "host.h"
#include "radi... | gpl-2.0 |
jakew02/android_kernel_asus_fugu | drivers/sh/intc/balancing.c | 10395 | 2327 | /*
* Support for hardware-managed IRQ auto-distribution.
*
* Copyright (C) 2010 Paul Mundt
*
* 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 "internals.h"
static unsigned long ... | gpl-2.0 |
Klagopsalmer/linux | arch/parisc/lib/io.c | 13979 | 9956 | /*
* arch/parisc/lib/io.c
*
* Copyright (c) Matthew Wilcox 2001 for Hewlett-Packard
* Copyright (c) Randolph Chung 2001 <tausq@debian.org>
*
* IO accessing functions which shouldn't be inlined because they're too big
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <asm/io.h>
/* Copies a block o... | gpl-2.0 |
classicsong/Range-Lock | drivers/staging/intel_sst/intel_sst_drv_interface.c | 156 | 15239 | /*
* intel_sst_interface.c - Intel SST Driver for audio engine
*
* Copyright (C) 2008-10 Intel Corp
* Authors: Vinod Koul <vinod.koul@intel.com>
* Harsha Priya <priya.harsha@intel.com>
* Dharageswari R <dharageswari.r@intel.com)
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*... | gpl-2.0 |
limbo127/KVMGT-kernel | drivers/net/wireless/rtlwifi/rtl8192se/trx.c | 156 | 18543 | /******************************************************************************
*
* Copyright(c) 2009-2012 Realtek Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundati... | gpl-2.0 |
BPI-SINOVOIP/BPI-Mainline-kernel | linux-5.4/drivers/gpu/drm/nouveau/nvif/disp.c | 156 | 1953 | /*
* Copyright 2018 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 |
fireshots/linux | drivers/misc/mei/hw-txe.c | 668 | 30610 | /*
*
* Intel Management Engine Interface (Intel MEI) Linux driver
* Copyright (c) 2013-2014, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation... | gpl-2.0 |
Riztazz/trinitycore-m4a | dep/bzip2/bzlib.c | 924 | 45995 |
/*-------------------------------------------------------------*/
/*--- Library top-level functions. ---*/
/*--- bzlib.c ---*/
/*-------------------------------------------------------------*/
/* ---------------------------------------------------... | gpl-2.0 |
omonar/linux | drivers/md/persistent-data/dm-space-map-disk.c | 1180 | 6496 | /*
* Copyright (C) 2011 Red Hat, Inc.
*
* This file is released under the GPL.
*/
#include "dm-space-map-common.h"
#include "dm-space-map-disk.h"
#include "dm-space-map.h"
#include "dm-transaction-manager.h"
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <linux/device-mapper.h>... | gpl-2.0 |
yuzaipiaofei/android_kernel_cyanogen_msm8916 | arch/ia64/kernel/pci-dma.c | 2204 | 2722 | /*
* Dynamic DMA mapping support.
*/
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/string.h>
#include <linux/pci.h>
#include <linux/module.h>
#include <linux/dmar.h>
#include <asm/iommu.h>
#include <asm/machvec.h>
#include <linux/dma-mapping.h>
#ifdef CONFIG_INTEL_IOMMU
#include <linux/kernel.h>
... | gpl-2.0 |
Abhinav1997/kernel-1 | drivers/net/wireless/b43legacy/main.c | 2716 | 111221 | /*
*
* Broadcom B43legacy wireless driver
*
* Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>
* Copyright (c) 2005-2008 Stefano Brivio <stefano.brivio@polimi.it>
* Copyright (c) 2005, 2006 Michael Buesch <m@bues.ch>
* Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
* Copyright (c) 2005 And... | gpl-2.0 |
OUDhs/android_kernel_motorola_asanti | arch/arm/mach-sa1100/h3600.c | 2972 | 3395 | /*
* Support for Compaq iPAQ H3600 handheld computer
*
* Copyright (c) 2000,1 Compaq Computer Corporation. (Author: Jamey Hicks)
* Copyright (c) 2009 Dmitry Artamonow <mad_soft@inbox.ru>
*
* 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 |
yinquan529/pandaboard | drivers/acpi/acpica/dsobject.c | 3228 | 24843 | /******************************************************************************
*
* Module Name: dsobject - Dispatcher object management routines
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Redistributio... | gpl-2.0 |
hiikezoe/android_kernel_fujitsu_f11d | drivers/acpi/acpica/utdelete.c | 3228 | 18803 | /*******************************************************************************
*
* Module Name: utdelete - object deletion and reference count utilities
*
******************************************************************************/
/*
* Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Red... | gpl-2.0 |
sakuramilk/linux-3.0.y | arch/sh/kernel/hw_breakpoint.c | 3996 | 8797 | /*
* arch/sh/kernel/hw_breakpoint.c
*
* Unified kernel/user-space hardware breakpoint facility for the on-chip UBC.
*
* Copyright (C) 2009 - 2010 Paul Mundt
*
* 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
*... | gpl-2.0 |
cile381/sxe_sensation_kernel | drivers/video/via/via_modesetting.c | 3996 | 3419 | /*
* Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved.
* Copyright 2010 Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General P... | gpl-2.0 |
Surge1223/kernel_samsung-jfltevzw-VRUGOC1 | kernel/irq/autoprobe.c | 10908 | 4595 | /*
* linux/kernel/irq/autoprobe.c
*
* Copyright (C) 1992, 1998-2004 Linus Torvalds, Ingo Molnar
*
* This file contains the interrupt probing code and driver APIs.
*/
#include <linux/irq.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/async.h>
#include "internal... | gpl-2.0 |
gpillusion/Samsung_Kernel_Source_SM-G710K | drivers/sensorhub/stm_hestia/adpd142.c | 157 | 70875 | /**
*\mainpage
* ADPD142 driver
* (c) copyright 2014 Analog Devices Inc.
* Licensed under the GPL version 3 or later.
* \date April 2014
* \version 1.1 Driver
* \version Linux 3.4.0
*/
#include "adpd142.h"
#ifdef CONFIG_OF
#include <linux/of_gpio.h>
#endif
static int dbg_enable;
module_param(dbg_enable, in... | gpl-2.0 |
OneOfMany07/tty-ng | drivers/rtc/rtc-r9701.c | 157 | 4776 | /*
* Driver for Epson RTC-9701JE
*
* Copyright (C) 2008 Magnus Damm
*
* Based on rtc-max6902.c
*
* Copyright (C) 2006 8D Technologies inc.
* Copyright (C) 2004 Compulab Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version... | gpl-2.0 |
lvming/linux | Documentation/accounting/getdelays.c | 1437 | 13554 | /* getdelays.c
*
* Utility to get per-pid and per-tgid delay accounting statistics
* Also illustrates usage of the taskstats interface
*
* Copyright (C) Shailabh Nagar, IBM Corp. 2005
* Copyright (C) Balbir Singh, IBM Corp. 2006
* Copyright (c) Jay Lan, SGI. 2006
*
* Compile with
* gcc -I/usr/src/linux/includ... | gpl-2.0 |
ShaguptaS/linux | net/netfilter/xt_ipcomp.c | 1693 | 2854 | /* Kernel module to match IPComp parameters for IPv4 and IPv6
*
* Copyright (C) 2013 WindRiver
*
* Author:
* Fan Du <fan.du@windriver.com>
*
* Based on:
* net/netfilter/xt_esp.c
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lic... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.