repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
forumber/temiz_kernel_g2 | drivers/net/wireless/ath/ath5k/debug.c | 4776 | 31602 | /*
* Copyright (c) 2007-2008 Bruno Randolf <bruno@thinktube.com>
*
* This file is free software: you may copy, redistribute 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 vers... | gpl-2.0 |
codeworkx/android_kernel_rockchip_rk30xx | mm/net/ceph/ceph_hash.c | 8104 | 2831 |
#include <linux/ceph/types.h>
#include <linux/module.h>
/*
* Robert Jenkin's hash function.
* http://burtleburtle.net/bob/hash/evahash.html
* This is in the public domain.
*/
#define mix(a, b, c) \
do { \
a = a - b; a = a - c; a = a ^ (c >> 13); \
b = b - c; b = b - a; b = b ^ (a << 8); \
c ... | gpl-2.0 |
gabry3795/android_kernel_huawei_mt7_l09 | sound/core/hrtimer.c | 10152 | 4151 | /*
* ALSA timer back-end using hrtimer
* Copyright (C) 2008 Takashi Iwai
*
* 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) a... | gpl-2.0 |
mtk00874/kernel-mediatek | block/blk-settings.c | 169 | 27046 | /*
* Functions related to setting various queue properties from drivers
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/bio.h>
#include <linux/blkdev.h>
#include <linux/bootmem.h> /* for max_pfn/max_low_pfn */
#include <linux/gcd.h>
#include <linux/lcm.h>
#include <linux... | gpl-2.0 |
john1117/u-boot-odroid | board/eltec/bab7xx/flash.c | 425 | 12762 | /*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free S... | gpl-2.0 |
cjdoucette/XIA-for-Linux | drivers/tty/n_hdlc.c | 681 | 27767 | /* generic HDLC line discipline for Linux
*
* Written by Paul Fulghum paulkf@microgate.com
* for Microgate Corporation
*
* Microgate and SyncLink are registered trademarks of Microgate Corporation
*
* Adapted from ppp.c, written by Michael Callahan <callahan@maths.ox.ac.uk>,
* Al Longyear <longyear@netcom.com>,... | gpl-2.0 |
dtaht/cerowrt-3.10 | target/linux/ar71xx/files/arch/mips/ath79/mach-wrt400n.c | 681 | 3935 | /*
* Linksys WRT400N board support
*
* Copyright (C) 2009-2012 Gabor Juhos <juhosg@openwrt.org>
* Copyright (C) 2009 Imre Kaloz <kaloz@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by th... | gpl-2.0 |
nuxeh/linux | drivers/edac/i82875p_edac.c | 681 | 15090 | /*
* Intel D82875P Memory Controller kernel module
* (C) 2003 Linux Networx (http://lnxi.com)
* This file may be distributed under the terms of the
* GNU General Public License.
*
* Written by Thayne Harbaugh
* Contributors:
* Wang Zhenyu at intel.com
*
* $Id: edac_i82875p.c,v 1.5.2.11 2005/10/05 00:43:44 dsp... | gpl-2.0 |
nasser-embedded/linux | drivers/net/wireless/wl12xx/wl1251_init.c | 937 | 9246 | /*
* This file is part of wl1251
*
* Copyright (C) 2009 Nokia Corporation
*
* Contact: Kalle Valo <kalle.valo@nokia.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
*
... | gpl-2.0 |
dwindsor/linux-stable | drivers/net/ethernet/freescale/xgmac_mdio.c | 937 | 7936 | /*
* QorIQ 10G MDIO Controller
*
* Copyright 2012 Freescale Semiconductor, Inc.
*
* Authors: Andy Fleming <afleming@freescale.com>
* Timur Tabi <timur@freescale.com>
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any w... | gpl-2.0 |
ShinySide/HispAsian_Kernel_NH7 | drivers/media/video/msm-bayer/mercury/msm_mercury_platform.c | 1193 | 5276 | /* 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 |
MingquanLiang/linux | arch/powerpc/platforms/85xx/bsc913x_qds.c | 1449 | 1723 | /*
* BSC913xQDS Board Setup
*
* Author:
* Harninder Rai <harninder.rai@freescale.com>
* Priyanka Jain <Priyanka.Jain@freescale.com>
*
* Copyright 2014 Freescale Semiconductor Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public Li... | gpl-2.0 |
SM-G920P/arter-kernel | drivers/staging/ozwpan/ozcdev.c | 1705 | 13715 | /* -----------------------------------------------------------------------------
* Copyright (c) 2011 Ozmo Inc
* Released under the GNU General Public License Version 2 (GPLv2).
* -----------------------------------------------------------------------------
*/
#include <linux/module.h>
#include <linux/fs.h>
#includ... | gpl-2.0 |
SciAps/android-dm3730-kernel | arch/arm/mach-ixp4xx/gtwx5715-setup.c | 2473 | 4619 | /*
* arch/arm/mach-ixp4xx/gtwx5715-setup.c
*
* Gemtek GTWX5715 (Linksys WRV54G) board setup
*
* Copyright (C) 2004 George T. Joseph
* Derived from Coyote
*
* 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 |
zeroblade1984/msm8939-yureka-kk | drivers/bluetooth/btsdio.c | 2473 | 8423 | /*
*
* Generic Bluetooth SDIO driver
*
* Copyright (C) 2007 Cambridge Silicon Radio Ltd.
* Copyright (C) 2007 Marcel Holtmann <marcel@holtmann.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 Fr... | gpl-2.0 |
ambikadash/linux-fqt | drivers/isdn/mISDN/core.c | 2473 | 8995 | /*
* 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 distributed in the hope that it will be useful,
* ... | gpl-2.0 |
carepack/android_kernel_google_msm | fs/udf/inode.c | 3241 | 63150 | /*
* inode.c
*
* PURPOSE
* Inode handling routines for the OSTA-UDF(tm) filesystem.
*
* COPYRIGHT
* This file is distributed under the terms of the GNU General Public
* License (GPL). Copies of the GPL can be obtained from:
* ftp://prep.ai.mit.edu/pub/gnu/GPL
* Each contributing author retains all righ... | gpl-2.0 |
qiyei2015/firefly-rk3288-pad-kernel-linux3.10 | arch/parisc/kernel/binfmt_elf32.c | 4265 | 3588 | /*
* Support for 32-bit Linux/Parisc ELF binaries on 64 bit kernels
*
* Copyright (C) 2000 John Marvin
* Copyright (C) 2000 Hewlett Packard Co.
*
* Heavily inspired from various other efforts to do the same thing
* (ia64,sparc64/mips64)
*/
/* Make sure include/asm-parisc/elf.h does the right thing */
#define ... | gpl-2.0 |
kogone/android_kernel_lge_hammerhead | drivers/gpu/drm/exynos/exynos_drm_encoder.c | 5033 | 12709 | /* exynos_drm_encoder.c
*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* Authors:
* Inki Dae <inki.dae@samsung.com>
* Joonyoung Shim <jy0922.shim@samsung.com>
* Seung-Woo Kim <sw0312.kim@samsung.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and a... | gpl-2.0 |
TeamBliss-Devices/android_kernel_asus_flo | drivers/hwmon/ntc_thermistor.c | 5033 | 11455 | /*
* ntc_thermistor.c - NTC Thermistors
*
* Copyright (C) 2010 Samsung Electronics
* MyungJoo Ham <myungjoo.ham@samsung.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either ve... | gpl-2.0 |
majunggil/nexus7_android-tegra3-grouper-3.1-kitkat-mr1_dm-verity | drivers/scsi/bfa/bfa_hw_ct.c | 9897 | 4137 | /*
* Copyright (c) 2005-2010 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 a... | gpl-2.0 |
OneB1t/android_kernel_alcatel_alto5 | arch/powerpc/oprofile/op_model_pa6t.c | 11689 | 5937 | /*
* Copyright (C) 2006-2007 PA Semi, Inc
*
* Author: Shashi Rao, PA Semi
*
* Maintained by: Olof Johansson <olof@lixom.net>
*
* Based on arch/powerpc/oprofile/op_model_power4.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License vers... | gpl-2.0 |
zaclimon/android_kernel_samsung_hugo | drivers/ide/ide-sysfs.c | 12457 | 2835 | #include <linux/kernel.h>
#include <linux/ide.h>
char *ide_media_string(ide_drive_t *drive)
{
switch (drive->media) {
case ide_disk:
return "disk";
case ide_cdrom:
return "cdrom";
case ide_tape:
return "tape";
case ide_floppy:
return "floppy";
case ide_optical:
return "optical";
default:
return "UNK... | gpl-2.0 |
qpzm1258/shooterct-ics-3.0.16 | drivers/video/via/via_utility.c | 12969 | 6019 | /*
* Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved.
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation;
* either ... | gpl-2.0 |
krizky82/Xperia-2011-Kernel-2.6.32.X | net/ipv6/raw.c | 426 | 31438 | /*
* RAW sockets for IPv6
* Linux INET6 implementation
*
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
*
* Adapted from linux/net/ipv4/raw.c
*
* Fixes:
* Hideaki YOSHIFUJI : sin6_scope_id support
* YOSHIFUJI,H.@USAGI : raw checksum (RFC2292(bis) compliance)
* Kazunori MIYAZAWA @USAGI: change process style t... | gpl-2.0 |
SeKwonLee/pmfs | arch/arm/mach-omap2/am33xx-restart.c | 938 | 1053 | /*
* am33xx-restart.c - Code common to all AM33xx machines.
*
* 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/reboot.h>
#include "co... | gpl-2.0 |
jasonzhong/linux | drivers/usb/host/ehci-pci.c | 938 | 12594 | /*
* EHCI HCD (Host Controller Driver) PCI Bus Glue.
*
* Copyright (c) 2000-2004 by David Brownell
*
* 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 (a... | gpl-2.0 |
garwynn/SC02E_MA6_Kernel | arch/arm/mach-ixp4xx/coyote-setup.c | 2474 | 3218 | /*
* arch/arm/mach-ixp4xx/coyote-setup.c
*
* Board setup for ADI Engineering and IXDGP425 boards
*
* Copyright (C) 2003-2005 MontaVista Software, Inc.
*
* Author: Deepak Saxena <dsaxena@plexity.net>
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/serial.h>
#includ... | gpl-2.0 |
dtuchsch/rpi-linux-preempt_rt | drivers/hid/hid-zydacron.c | 2474 | 4233 | /*
* HID driver for zydacron remote control
*
* Copyright (c) 2010 Don Prince <dhprince.devel@yahoo.co.uk>
*/
/*
* 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 Licens... | gpl-2.0 |
gimmeitorilltell/slim_kernel_samsung_msm8660 | drivers/gpio/max730x.c | 2730 | 6272 | /**
* drivers/gpio/max7301.c
*
* Copyright (C) 2006 Juergen Beisert, Pengutronix
* Copyright (C) 2008 Guennadi Liakhovetski, Pengutronix
* Copyright (C) 2009 Wolfram Sang, Pengutronix
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ... | gpl-2.0 |
sachinthomaspj/android_kernel_htc_pico | arch/mn10300/kernel/gdb-stub.c | 2730 | 45632 | /* MN10300 GDB stub
*
* Originally written by Glenn Engel, Lake Stevens Instrument Division
*
* Contributed by HP Systems
*
* Modified for SPARC by Stu Grossman, Cygnus Support.
*
* Modified for Linux/MIPS (and MIPS in general) by Andreas Busse
* Send complaints, suggestions etc. to <andy@waldorf-gmbh.de>
*
... | gpl-2.0 |
gingerboy92/android_kernel_motorola_msm8916 | drivers/staging/vme/devices/vme_pio2_core.c | 2730 | 11694 | /*
* GE PIO2 6U VME I/O Driver
*
* Author: Martyn Welch <martyn.welch@ge.com>
* Copyright 2009 GE Intelligent Platforms Embedded Systems, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software F... | gpl-2.0 |
jdkoreclipse/cloaked-cyril | arch/arm/mach-pxa/am300epd.c | 2986 | 6572 | /*
* am300epd.c -- Platform device for AM300 EPD kit
*
* Copyright (C) 2008, Jaya Kumar
*
* 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 work was made possible by help and equipment ... | gpl-2.0 |
cozybit/aosp-omap-kernel | arch/arm/plat-s3c24xx/spi-bus0-gpe11_12_13.c | 3242 | 1217 | /* linux/arch/arm/plat-s3c24xx/spi-bus0-gpe11_12_13.c
*
* Copyright (c) 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>
*
* S3C24XX SPI - gpio configuration for bus 0 on gpe11,12,13
*
* This program is free software; you can redistribute it and/or modify
* it under the te... | gpl-2.0 |
MikeC84/mac_kernel_lge_hammerhead | drivers/clocksource/i8253.c | 5034 | 4934 | /*
* i8253 PIT clocksource
*/
#include <linux/clockchips.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/spinlock.h>
#include <linux/timex.h>
#include <linux/module.h>
#include <linux/i8253.h>
#include <linux/smp.h>
/*
* Protects access to I/O ports
*
* 0040-0043 : timer0, i8253 / i8254
* 0061-0... | gpl-2.0 |
MoKee/android_kernel_asus_grouper | tools/power/cpupower/utils/helpers/sysfs.c | 5290 | 8945 | /*
* (C) 2004-2009 Dominik Brodowski <linux@dominikbrodowski.de>
* (C) 2011 Thomas Renninger <trenn@novell.com> Novell Inc.
*
* Licensed under the terms of the GNU GPL License version 2.
*/
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys... | gpl-2.0 |
koradiavatsal/Viper-kernel | drivers/rtc/rtc-at32ap700x.c | 5802 | 7505 | /*
* An RTC driver for the AVR32 AT32AP700x processor series.
*
* 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/mod... | gpl-2.0 |
davidmueller13/kcal | arch/m32r/kernel/sys_m32r.c | 7850 | 2567 | /*
* linux/arch/m32r/kernel/sys_m32r.c
*
* This file contains various random system calls that
* have a non-standard calling sequence on the Linux/M32R platform.
*
* Taken from i386 version.
*/
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/smp.h>
#... | gpl-2.0 |
cmetcalf-tilera/linux-tile | arch/m32r/kernel/sys_m32r.c | 7850 | 2567 | /*
* linux/arch/m32r/kernel/sys_m32r.c
*
* This file contains various random system calls that
* have a non-standard calling sequence on the Linux/M32R platform.
*
* Taken from i386 version.
*/
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/smp.h>
#... | gpl-2.0 |
netico-solutions/linux-am335x-xeno | drivers/video/i810/i810_gtf.c | 15530 | 9148 | /*-*- linux-c -*-
* linux/drivers/video/i810_main.h -- Intel 810 Non-discrete Video Timings
* (VESA GTF)
*
* Copyright (C) 2001 Antonino Daplas<adaplas@pol.net>
* All Rights Reserved
*
*
* This file is subject to the terms and conditions of the GNU General ... | gpl-2.0 |
AaronNGray/Freescale-kernel | arch/x86/kvm/mmu_audit.c | 171 | 6501 | /*
* mmu_audit.c:
*
* Audit code for KVM MMU
*
* Copyright (C) 2006 Qumranet, Inc.
* Copyright 2010 Red Hat, Inc. and/or its affiliates.
*
* Authors:
* Yaniv Kamay <yaniv@qumranet.com>
* Avi Kivity <avi@qumranet.com>
* Marcelo Tosatti <mtosatti@redhat.com>
* Xiao Guangrong <xiaoguangrong@cn.fujit... | gpl-2.0 |
dalinaum/studyak | arch/s390/lib/uaccess_std.c | 1451 | 8120 | /*
* arch/s390/lib/uaccess_std.c
*
* Standard user space access functions based on mvcp/mvcs and doing
* interesting things in the secondary space mode.
*
* Copyright (C) IBM Corp. 2006
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
* Gerald Schaefer (gerald.schaefer@de.ibm.com)
*/
#incl... | gpl-2.0 |
placiano/NBKernel_Lollipop | drivers/mtd/nand/s3c2410.c | 2219 | 28451 | /* linux/drivers/mtd/nand/s3c2410.c
*
* Copyright © 2004-2008 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>
*
* Samsung S3C2410/S3C2440/S3C2412 NAND driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public... | gpl-2.0 |
JonathanMegevand/test-bare-clone | arch/arm/plat-s3c24xx/spi-bus1-gpd8_9_10.c | 3243 | 1250 | /* linux/arch/arm/plat-s3c24xx/spi-bus0-gpd8_9_10.c
*
* Copyright (c) 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>
*
* S3C24XX SPI - gpio configuration for bus 1 on gpd8,9,10
*
* This program is free software; you can redistribute it and/or modify
* it under the terms ... | gpl-2.0 |
NooNameR/k2.6.35.14-ICS- | drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 3499 | 4367 | /**************************************************************************
*
* Copyright (C) 2010 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... | gpl-2.0 |
beats4x/kernel_lge_g3-v10m | drivers/char/hw_random/core.c | 3755 | 7711 | /*
Added support for the AMD Geode LX RNG
(c) Copyright 2004-2005 Advanced Micro Devices, Inc.
derived from
Hardware driver for the Intel/AMD/VIA Random Number Generators (RNG)
(c) Copyright 2003 Red Hat Inc <jgarzik@redhat.com>
derived from
Hardware driver for the AMD 768 Random Number Gener... | gpl-2.0 |
LegacyHuawei/android_kernel_huawei_msm7x30 | drivers/gpu/drm/nouveau/nouveau_acpi.c | 4011 | 11247 | #include <linux/pci.h>
#include <linux/acpi.h>
#include <linux/slab.h>
#include <acpi/acpi_drivers.h>
#include <acpi/acpi_bus.h>
#include <acpi/video.h>
#include <acpi/acpi.h>
#include <linux/mxm-wmi.h>
#include "drmP.h"
#include "drm.h"
#include "drm_sarea.h"
#include "drm_crtc_helper.h"
#include "nouveau_drv.h"
#inc... | gpl-2.0 |
guard163/linux | arch/mips/cavium-octeon/executive/cvmx-helper-spi.c | 4267 | 6341 | /***********************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 |
cyaniris/sgs4duos_kernel | fs/sysv/inode.c | 4523 | 9824 | /*
* linux/fs/sysv/inode.c
*
* minix/inode.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* xenix/inode.c
* Copyright (C) 1992 Doug Evans
*
* coh/inode.c
* Copyright (C) 1993 Pascal Haible, Bruno Haible
*
* sysv/inode.c
* Copyright (C) 1993 Paul B. Monday
*
* sysv/inode.c
* Copyright (C) 1... | gpl-2.0 |
netmaxt3r/omni_kernel_sony_msm8974ab | arch/mips/ath79/mach-ap81.c | 4779 | 2396 | /*
* Atheros AP81 board support
*
* Copyright (C) 2009-2010 Gabor Juhos <juhosg@openwrt.org>
* Copyright (C) 2009 Imre Kaloz <kaloz@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the F... | gpl-2.0 |
PaoloW8/android_kernel_ZTE_NX505J | drivers/dma/amba-pl08x.c | 4779 | 55144 | /*
* Copyright (c) 2006 ARM Ltd.
* Copyright (c) 2010 ST-Ericsson SA
*
* Author: Peter Pearse <peter.pearse@arm.com>
* Author: Linus Walleij <linus.walleij@stericsson.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 |
CyanogenMod/android_kernel_asus_tf701t | drivers/scsi/lpfc/lpfc_mbox.c | 5035 | 78160 | /*******************************************************************
* This file is part of the Emulex Linux Device Driver for *
* Fibre Channel Host Bus Adapters. *
* Copyright (C) 2004-2009 Emulex. All rights reserved. *
* EMULEX and SLI are trademarks of Emulex. ... | gpl-2.0 |
StarkDroid/android_kernel_motorola_msm8610 | drivers/scsi/lpfc/lpfc_mem.c | 5035 | 15463 | /*******************************************************************
* This file is part of the Emulex Linux Device Driver for *
* Fibre Channel Host Bus Adapters. *
* Copyright (C) 2004-2009 Emulex. All rights reserved. *
* EMULEX and SLI are trademarks of Emulex. ... | gpl-2.0 |
chijure/android_kernel_lge_vee1 | fs/ocfs2/dlm/dlmdomain.c | 5035 | 62020 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* dlmdomain.c
*
* defines domain join / leave apis
*
* Copyright (C) 2004 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* Licens... | gpl-2.0 |
TeamOrion-Devices/kernel_htc_msm8974 | arch/mn10300/unit-asb2364/irq-fpga.c | 10155 | 2646 | /* ASB2364 FPGA interrupt multiplexing
*
* Copyright (C) 2010 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licence
* as published by the Free Software Fou... | gpl-2.0 |
arunkuttiyara/linux | drivers/staging/lustre/lustre/obdclass/obd_config.c | 172 | 47494 | /*
* GPL HEADER START
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* 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.
*
* This program is distributed... | gpl-2.0 |
mythos234/cmkernel_zeroltexx | drivers/video/decon_display/decon_pm_core.c | 172 | 17895 | /* linux/drivers/video/decon_display/decon_pm_core.c
*
* Copyright (c) 2013 Samsung Electronics
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>
#i... | gpl-2.0 |
Kernel-Saram/ef30s-ics-kernel | sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c | 940 | 3635 | /* sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c
*
* Copyright 2009 Simtec Electronics
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>
#include <... | gpl-2.0 |
linusw/linux-bfq | net/ipv4/netfilter/nf_log_arp.c | 940 | 3829 | /*
* (C) 2014 by Pablo Neira Ayuso <pablo@netfilter.org>
*
* Based on code from ebt_log from:
*
* Bart De Schuymer <bdschuym@pandora.be>
* Harald Welte <laforge@netfilter.org>
*
* 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 |
MSM8916-Samsung/android_kernel_samsung_e53g | arch/arm/mach-ep93xx/core.c | 940 | 27194 | /*
* arch/arm/mach-ep93xx/core.c
* Core routines for Cirrus EP93xx chips.
*
* Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org>
* Copyright (C) 2007 Herbert Valerio Riedel <hvr@gnu.org>
*
* Thanks go to Michael Burian and Ray Lehtiniemi for their key
* role in the ep93xx linux community.
*
* This ... | gpl-2.0 |
jgcaap/boeffla | arch/xtensa/kernel/signal.c | 940 | 13616 | /*
* arch/xtensa/kernel/signal.c
*
* Default platform functions.
*
* 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) 2005, 2006 Tensilica Inc.
* Copyright (C) 1991, 1992 L... | gpl-2.0 |
HarveyHunt/CI20_linux | drivers/gpu/drm/nouveau/core/subdev/therm/fantog.c | 940 | 3602 | /*
* Copyright 2012 The Nouveau community
*
* 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, p... | gpl-2.0 |
NooNameR/Sense4.0-kernel | kernel/user-return-notifier.c | 1196 | 1352 |
#include <linux/user-return-notifier.h>
#include <linux/percpu.h>
#include <linux/sched.h>
#include <linux/module.h>
static DEFINE_PER_CPU(struct hlist_head, return_notifier_list);
/*
* Request a notification when the current cpu returns to userspace. Must be
* called in atomic context. The notifier will also be... | gpl-2.0 |
Stane1983/android_kernel_xiaomi_dior_DEPRECATED | drivers/usb/gadget/u_bam.c | 1452 | 38984 | /* Copyright (c) 2011-2013, 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 hop... | gpl-2.0 |
krizky82/Xperia-2011-Kernel-2.6.32.X-ICS | drivers/net/wan/c101.c | 1452 | 11248 | /*
* Moxa C101 synchronous serial card driver for Linux
*
* Copyright (C) 2000-2003 Krzysztof Halasa <khc@pm.waw.pl>
*
* 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 Foundation.
*
* F... | gpl-2.0 |
MeiDahua/htc-kernel-tattoo | arch/mips/sgi-ip27/ip27-klconfig.c | 1708 | 2945 | /*
* Copyright (C) 1999, 2000 Ralf Baechle (ralf@gnu.org)
* Copyright (C) 1999, 2000 Silicon Graphics, Inc.
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/kernel_stat.h>
#include <linux/param.h>
#include <linux/timex.h>
#include <linux/mm.h>... | gpl-2.0 |
cattleprod/for-sense | security/keys/request_key_auth.c | 1708 | 7746 | /* request_key_auth.c: request key authorisation controlling key def
*
* Copyright (C) 2005 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 publ... | gpl-2.0 |
DeltaDroidTeam/android_kernel_lenovo_msm8x25q | net/ipv6/ndisc.c | 2220 | 47357 | /*
* Neighbour Discovery for IPv6
* Linux INET6 implementation
*
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
* Mike Shaver <shaver@ingenia.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 Fre... | gpl-2.0 |
instantinfrastructure/linux-yocto-3.10 | drivers/staging/rtl8187se/ieee80211/ieee80211_crypt_ccmp.c | 2476 | 10991 | /*
* Host AP crypt: host-based CCMP encryption implementation for Host AP driver
*
* Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi>
*
* 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 Sof... | gpl-2.0 |
revjunkie/i9505 | drivers/net/wireless/zd1201.c | 3756 | 46765 | /*
* Driver for ZyDAS zd1201 based wireless USB devices.
*
* Copyright (c) 2004, 2005 Jeroen Vreeken (pe1rxq@amsat.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.
*
* P... | gpl-2.0 |
felipesanches/linux-media | arch/mips/dec/wbflush.c | 4268 | 2095 | /*
* Setup the right wbflush routine for the different DECstations.
*
* Created with information from:
* DECstation 3100 Desktop Workstation Functional Specification
* DECstation 5000/200 KN02 System Module Functional Specification
* mipsel-linux-objdump --disassemble vmunix | grep "wbflush" :-)
*
* This file i... | gpl-2.0 |
TeamWin/android_kernel_motorola_msm8226 | arch/s390/kernel/perf_cpum_cf.c | 4268 | 17737 | /*
* Performance event support for s390x - CPU-measurement Counter Facility
*
* Copyright IBM Corp. 2012
* Author(s): Hendrik Brueckner <brueckner@linux.vnet.ibm.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 only)... | gpl-2.0 |
Constellation/linux-3.6.5 | drivers/gpu/drm/radeon/radeon_mem.c | 6060 | 7343 | /* radeon_mem.c -- Simple GART/fb memory manager for radeon -*- linux-c -*- */
/*
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
*
* The Weather Channel (TM) funded Tungsten Graphics to develop the
* initial release of the Radeon 8500 driver under the XFree86 license.
* This notice must be ... | gpl-2.0 |
pershoot/galaxy-31 | arch/sh/kernel/sys_sh32.c | 7852 | 2260 | #include <linux/errno.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/smp.h>
#include <linux/sem.h>
#include <linux/msg.h>
#include <linux/shm.h>
#include <linux/stat.h>
#include <linux/syscalls.h>
#include <linux/mman.h>
#include <linux/file.h>
#include <linux/module.h>
#include <linux/fs.h>
#include... | gpl-2.0 |
schqiushui/android_kk_kernel_htc_dlxj | arch/s390/kernel/ftrace.c | 7852 | 5313 | /*
* Dynamic function tracer architecture backend.
*
* Copyright IBM Corp. 2009
*
* Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>,
* Martin Schwidefsky <schwidefsky@de.ibm.com>
*/
#include <linux/hardirq.h>
#include <linux/uaccess.h>
#include <linux/ftrace.h>
#include <linux/kernel.h>
#include <linux... | gpl-2.0 |
shark147/m7-kernel | drivers/scsi/sym53c8xx_2/sym_hipd.c | 8620 | 147387 | /*
* Device driver for the SYMBIOS/LSILOGIC 53C8XX and 53C1010 family
* of PCI-SCSI IO processors.
*
* Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr>
* Copyright (c) 2003-2005 Matthew Wilcox <matthew@wil.cx>
*
* This driver is derived from the Linux sym53c8xx driver.
* Copyright (C) 1998-2000 Ger... | gpl-2.0 |
sakuraba001/android_kernel_samsung_hlte | drivers/scsi/sym53c8xx_2/sym_hipd.c | 8620 | 147387 | /*
* Device driver for the SYMBIOS/LSILOGIC 53C8XX and 53C1010 family
* of PCI-SCSI IO processors.
*
* Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr>
* Copyright (c) 2003-2005 Matthew Wilcox <matthew@wil.cx>
*
* This driver is derived from the Linux sym53c8xx driver.
* Copyright (C) 1998-2000 Ger... | gpl-2.0 |
gamerlulea/linux-3.5-rc | kernel/debug/kdb/kdb_io.c | 429 | 20305 | /*
* Kernel Debugger Architecture Independent Console I/O handler
*
* 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) 1999-2006 Silicon Graphics, Inc. All Rights Reserved.
*... | gpl-2.0 |
pengdonglin137/linux-3-14-y | drivers/video/au1100fb.c | 429 | 17748 | /*
* BRIEF MODULE DESCRIPTION
* Au1100 LCD Driver.
*
* Rewritten for 2.6 by Embedded Alley Solutions
* <source@embeddedalley.com>, based on submissions by
* Karl Lessard <klessard@sunrisetelecom.com>
* <c.pellegrin@exadron.com>
*
* PM support added by Rodolfo Giometti <giometti@linux.it>
* Cursor enable/... | gpl-2.0 |
vathpela/linux-esrt | drivers/power/reset/gpio-restart.c | 429 | 4075 | /*
* Toggles a GPIO pin to restart a device
*
* Copyright (C) 2014 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distri... | gpl-2.0 |
siskin/bluetooth-next | drivers/net/wireless/rtlwifi/rtl8821ae/sw.c | 685 | 14944 | /******************************************************************************
*
* Copyright(c) 2009-2010 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 |
rjwysocki/linux-pm | drivers/power/reset/keystone-reset.c | 941 | 4349 | /*
* TI keystone reboot driver
*
* Copyright (C) 2014 Texas Instruments Incorporated. http://www.ti.com/
*
* Author: Ivan Khoronzhuk <ivan.khoronzhuk@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 ... | gpl-2.0 |
CyanogenMod/android_kernel_samsung_klte | fs/nfs/proc.c | 941 | 18950 | /*
* linux/fs/nfs/proc.c
*
* Copyright (C) 1992, 1993, 1994 Rick Sladkey
*
* OS-independent nfs remote procedure call functions
*
* Tuned by Alan Cox <A.Cox@swansea.ac.uk> for >3K buffers
* so at last we can have decent(ish) throughput off a
* Sun server.
*
* Coding optimized and cleaned up by Flori... | gpl-2.0 |
chenyu105/linux | drivers/scsi/fnic/fnic_isr.c | 1709 | 8994 | /*
* Copyright 2008 Cisco Systems, Inc. All rights reserved.
* Copyright 2007 Nuova Systems, Inc. All rights reserved.
*
* This program is free software; you may 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 ... | gpl-2.0 |
s0be/kernel_htc_msm7227 | drivers/scsi/arm/eesox.c | 1709 | 17112 | /*
* linux/drivers/acorn/scsi/eesox.c
*
* Copyright (C) 1997-2005 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.
*
* This driver is based on experimentation... | gpl-2.0 |
puppies/fl2440 | linux-3.10.33/sound/pci/ali5451/ali5451.c | 1965 | 57622 | /*
* Matt Wu <Matt_Wu@acersoftech.com.cn>
* Apr 26, 2001
* Routines for control of ALi pci audio M5451
*
* BUGS:
* --
*
* TODO:
* --
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lcodecnse as published by
* the Free ... | gpl-2.0 |
Entropy512/I9300_N8013_Changes | arch/arm/kernel/smp_tlb.c | 3245 | 3147 | /*
* linux/arch/arm/kernel/smp_tlb.c
*
* Copyright (C) 2002 ARM Limited, 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.
*/
#include <linux/preempt.h>
... | gpl-2.0 |
STS-Dev-Team/kernel_omap4_xt912 | arch/powerpc/platforms/cell/spufs/switch.c | 4525 | 64573 | /*
* spu_switch.c
*
* (C) Copyright IBM Corp. 2005
*
* Author: Mark Nutter <mnutter@us.ibm.com>
*
* Host-side part of SPU context switch sequence outlined in
* Synergistic Processor Element, Book IV.
*
* A fully premptive switch of an SPE is very expensive in terms
* of time and system resources. SPE Book I... | gpl-2.0 |
XileForce/Vindicator | drivers/char/mmtimer.c | 4525 | 21423 | /*
* Timer device implementation for SGI SN platforms.
*
* 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) 2001-2006 Silicon Graphics, Inc. All rights reserved.
*
* This dr... | gpl-2.0 |
BlownFuze/Koding | drivers/rtc/rtc-dm355evm.c | 4781 | 4359 | /*
* rtc-dm355evm.c - access battery-backed counter in MSP430 firmware
*
* Copyright (c) 2008 by David Brownell
*
* 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 th... | gpl-2.0 |
CyanogenMod/android_kernel_sony_msm8930 | drivers/dma/dmatest.c | 5037 | 18033 | /*
* DMA Engine test module
*
* 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/dma-mapping.h... | gpl-2.0 |
flar2/m7-Sense-4.4.3 | drivers/media/dvb/dvb-usb/cinergyT2-core.c | 5037 | 6354 | /*
* TerraTec Cinergy T2/qanu USB2 DVB-T adapter.
*
* Copyright (C) 2007 Tomi Orava (tomimo@ncircle.nullnet.fi)
*
* Based on the dvb-usb-framework code and the
* original Terratec Cinergy T2 driver by:
*
* Copyright (C) 2004 Daniel Mack <daniel@qanu.de> and
* Holger Waechtler <holger@qanu.de>
*
* Proto... | gpl-2.0 |
Honor8Dev/android_kernel_huawei_FRD-L04 | fs/ext3/file.c | 7341 | 2155 | /*
* linux/fs/ext3/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
*
* ext3 fs regular file handling... | gpl-2.0 |
dotCipher/xcrypt-linux-kernel-module | drivers/staging/intel_sst/intelmid.c | 174 | 29627 | /*
* intelmid.c - Intel Sound card driver for MID
*
* Copyright (C) 2008-10 Intel Corp
* Authors: Harsha Priya <priya.harsha@intel.com>
* Vinod Koul <vinod.koul@intel.com>
* Dharageswari R <dharageswari.r@intel.com>
* KP Jeeja <jeeja.kp@intel.com>
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... | gpl-2.0 |
titusece/linux_imx | fs/cifs/readdir.c | 174 | 25075 | /*
* fs/cifs/readdir.c
*
* Directory search handling
*
* Copyright (C) International Business Machines Corp., 2004, 2008
* Copyright (C) Red Hat, Inc., 2011
* Author(s): Steve French (sfrench@us.ibm.com)
*
* This library is free software; you can redistribute it and/or modify
* it under the ter... | gpl-2.0 |
Canonical-kernel/Ubuntu-kernel | sound/soc/codecs/cs42l51-i2c.c | 174 | 1322 | /*
* cs42l56.c -- CS42L51 ALSA SoC I2C audio driver
*
* Copyright 2014 CirrusLogic, Inc.
*
* Author: Brian Austin <brian.austin@cirrus.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 Softwa... | gpl-2.0 |
rickyzhang82/linux-up2date | drivers/staging/comedi/drivers/ni_6527.c | 430 | 12967 | /*
* ni_6527.c
* Comedi driver for National Instruments PCI-6527
*
* COMEDI - Linux Control and Measurement Device Interface
* Copyright (C) 1999,2002,2003 David A. Schleef <ds@schleef.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li... | gpl-2.0 |
perillamint/linux-COSE341 | arch/parisc/kernel/irq.c | 686 | 10344 | /*
* Code to handle x86 style IRQs plus some generic interrupt stuff.
*
* Copyright (C) 1992 Linus Torvalds
* Copyright (C) 1994, 1995, 1996, 1997, 1998 Ralf Baechle
* Copyright (C) 1999 SuSE GmbH (Philipp Rumpf, prumpf@tux.org)
* Copyright (C) 1999-2000 Grant Grundler
* Copyright (c) 2005 Matthew Wilcox
*
* ... | gpl-2.0 |
bndmag/linux | drivers/hid/hid-picolcd_debugfs.c | 1710 | 27700 | /***************************************************************************
* Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> *
* *
* Based on Logitech G13 driver (v0.4) *
* Copyr... | gpl-2.0 |
MinimalOS/android_kernel_moto_shamu | drivers/staging/vt6655/rf.c | 1710 | 44571 | /*
* 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.