repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
Arc-Team/android_kernel_htc_glacier | drivers/mtd/nand/h1910.c | 2791 | 4489 | /*
* drivers/mtd/nand/h1910.c
*
* Copyright (C) 2003 Joshua Wise (joshua@joshuawise.com)
*
* Derived from drivers/mtd/nand/edb7312.c
* Copyright (C) 2002 Marius Gröger (mag@sysgo.de)
* Copyright (c) 2001 Thomas Gleixner (gleixner@autronix.de)
*
* This program is free software; you can redistribu... | gpl-2.0 |
wimpknocker/android_kernel_samsung_viennalte | drivers/input/touchscreen/tsc40.c | 3559 | 3933 | /*
* TSC-40 serial touchscreen driver. It should be compatible with
* TSC-10 and 25.
*
* Author: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
* License: GPLv2 as published by the FSF.
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/input.h>
#include <linux/seri... | gpl-2.0 |
ztemt/Z5_H112_kernel | drivers/input/serio/i8042.c | 4583 | 34037 | /*
* i8042 keyboard and mouse controller driver for Linux
*
* Copyright (c) 1999-2004 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.
*/
#define pr_fmt... | gpl-2.0 |
Ace-III-Dev/android_kernel_samsung_hawaii | drivers/input/serio/i8042.c | 4583 | 34037 | /*
* i8042 keyboard and mouse controller driver for Linux
*
* Copyright (c) 1999-2004 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.
*/
#define pr_fmt... | gpl-2.0 |
5victor/linux | drivers/staging/rtl8712/usb_ops_linux.c | 5351 | 14782 | /******************************************************************************
* usb_ops_linux.c
*
* Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
* Linux device driver for RTL8192SU
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 o... | gpl-2.0 |
ffosilva/android_kernel_sony_msm8974 | net/sctp/chunk.c | 5863 | 9887 | /* SCTP kernel implementation
* (C) Copyright IBM Corp. 2003, 2004
*
* This file is part of the SCTP kernel implementation
*
* This file contains the code relating the chunk abstraction.
*
* This SCTP implementation is free software;
* you can redistribute it and/or modify it under the terms of
* the GNU Gener... | gpl-2.0 |
touchpro/android_kernel_lge_msm8226_old | drivers/media/dvb/bt8xx/dst_ca.c | 8167 | 21746 | /*
CA-driver for TwinHan DST Frontend/Card
Copyright (C) 2004, 2005 Manu Abraham (manu@kromtek.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 License, or
(at your... | gpl-2.0 |
FreeOptimusProject/android_kernel_lge_p970 | net/netfilter/xt_owner.c | 9191 | 2272 | /*
* Kernel module to match various things tied to sockets associated with
* locally generated outgoing packets.
*
* (C) 2000 Marc Boucher <marc@mbsi.ca>
*
* Copyright © CC Computer Consultants GmbH, 2007 - 2008
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of th... | gpl-2.0 |
ezeeyahoo/android_kernel_motorola_msm8916 | arch/alpha/kernel/err_ev7.c | 13543 | 8187 | /*
* linux/arch/alpha/kernel/err_ev7.c
*
* Copyright (C) 2000 Jeff Wiedemeier (Compaq Computer Corporation)
*
* Error handling code supporting Alpha systems
*/
#include <linux/init.h>
#include <linux/sched.h>
#include <asm/io.h>
#include <asm/hwrpb.h>
#include <asm/smp.h>
#include <asm/err_common.h>
#include <a... | gpl-2.0 |
hannes/linux | net/netfilter/ipset/ip_set_getport.c | 232 | 3884 | /* Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
*
* 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.
*/
/* Get Layer-4 data from the packets */
#include <lin... | gpl-2.0 |
bw-oss/linux | arch/arm/mach-pxa/idp.c | 232 | 6329 | /*
* linux/arch/arm/mach-pxa/idp.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
* published by the Free Software Foundation.
*
* Copyright (c) 2001 Cliff Brake, Accelent Systems Inc.
*
* 2001-09-13: Cliff Brak... | gpl-2.0 |
Advael/fjord-kernel | arch/s390/lib/uaccess_std.c | 232 | 8101 | /*
* Standard user space access functions based on mvcp/mvcs and doing
* interesting things in the secondary space mode.
*
* Copyright IBM Corp. 2006
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
* Gerald Schaefer (gerald.schaefer@de.ibm.com)
*/
#include <linux/errno.h>
#include <linux/mm.... | gpl-2.0 |
blueskycoco/sq-linux | drivers/mtd/afs.c | 232 | 6407 | /*======================================================================
drivers/mtd/afs.c: ARM Flash Layout/Partitioning
Copyright © 2000 ARM Limited
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free So... | gpl-2.0 |
cfriedt/bluetooth-next | drivers/staging/rtl8188eu/hal/Hal8188ERateAdaptive.c | 232 | 23717 | /*++
Copyright (c) Realtek Semiconductor Corp. All rights reserved.
Module Name:
RateAdaptive.c
Abstract:
Implement Rate Adaptive functions for common operations.
Major Change History:
When Who What
---------- --------------- -------------------------------
2011-08-12 Page Creat... | gpl-2.0 |
greg-pe/platform_kernel_omap | arch/sh/kernel/dwarf.c | 488 | 24621 | /*
* Copyright (C) 2009 Matt Fleming <matt@console-pimps.org>
*
* 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 is an implementation of a DWARF unwinder. Its main purpose is
* for g... | gpl-2.0 |
hunter3k/android_kernel_lge_d315 | arch/arm/mach-msm/board-8610.c | 744 | 3934 | /* 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 |
droidzone/bravo_2.6.35_gb-mr | drivers/net/wireless/ath/ath5k/initvals.c | 1000 | 53594 | /*
* Initial register settings functions
*
* Copyright (c) 2004-2007 Reyk Floeter <reyk@openbsd.org>
* Copyright (c) 2006-2009 Nick Kossifidis <mickflemm@gmail.com>
* Copyright (c) 2007-2008 Jiri Slaby <jirislaby@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with... | gpl-2.0 |
pjh/linux-stable | fs/ocfs2/dlm/dlmconvert.c | 1768 | 15539 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* dlmconvert.c
*
* underlying calls for lock conversion
*
* 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
* L... | gpl-2.0 |
TeamWin/android_kernel_samsung_zerolteeu | arch/x86/kernel/smp.c | 2280 | 8529 | /*
* Intel SMP support routines.
*
* (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk>
* (c) 1998-99, 2000, 2009 Ingo Molnar <mingo@redhat.com>
* (c) 2002,2003 Andi Kleen, SuSE Labs.
*
* i386 and x86_64 integration by Glauber Costa <gcosta@redhat.com>
*
* This code is released under the GNU Genera... | gpl-2.0 |
voidz777/android_kernel_samsung_wmsm8660 | drivers/pcmcia/pxa2xx_palmtx.c | 2536 | 3209 | /*
* linux/drivers/pcmcia/pxa2xx_palmtx.c
*
* Driver for Palm T|X PCMCIA
*
* Copyright (C) 2007-2011 Marek Vasut <marek.vasut@gmail.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 ... | gpl-2.0 |
iamthedarkone/Nexus-S-Kernel | drivers/target/target_core_fabric_lib.c | 2536 | 12758 | /*******************************************************************************
* Filename: target_core_fabric_lib.c
*
* This file contains generic high level protocol identifier and PR
* handlers for TCM fabric modules
*
* Copyright (c) 2010 Rising Tide Systems, Inc.
* Copyright (c) 2010 Linux-iSCSI.org
*
*... | gpl-2.0 |
ddikodroid/Finder-Kernel-Source-4.0 | drivers/staging/rtl8192e/ieee80211/ieee80211_crypt_ccmp.c | 2536 | 11434 | /*
* 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 |
chrisc93/android_kernel_samsung_jf | sound/usb/mixer.c | 2536 | 63431 | /*
* (Tentative) USB Audio Driver for ALSA
*
* Mixer control part
*
* Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de>
*
* Many codes borrowed from audio.c by
* Alan Cox (alan@lxorguk.ukuu.org.uk)
* Thomas Sailer (sailer@ife.ee.ethz.ch)
*
*
* This program is free software; you can redist... | gpl-2.0 |
lasithwaruna/android_kernel_motorola_otus | arch/sh/kernel/traps_32.c | 4328 | 21860 | /*
* 'traps.c' handles hardware traps and faults after we have saved some
* state in 'entry.S'.
*
* SuperH version: Copyright (C) 1999 Niibe Yutaka
* Copyright (C) 2000 Philipp Rumpf
* Copyright (C) 2000 David Howells
* Copyright (C) 2002 - 2010 Paul Mundt
*
... | gpl-2.0 |
Li-poly/stock-multi-hack | drivers/vhost/test.c | 4840 | 7332 | /* Copyright (C) 2009 Red Hat, Inc.
* Author: Michael S. Tsirkin <mst@redhat.com>
*
* This work is licensed under the terms of the GNU GPL, version 2.
*
* test virtio server in host kernel.
*/
#include <linux/compat.h>
#include <linux/eventfd.h>
#include <linux/vhost.h>
#include <linux/miscdevice.h>
#include <li... | gpl-2.0 |
supersonicninja/L01FJBKERNEL | drivers/mmc/host/wbsd.c | 5352 | 40733 | /*
* linux/drivers/mmc/host/wbsd.c - Winbond W83L51xD SD/MMC driver
*
* Copyright (C) 2004-2007 Pierre Ossman, 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; eit... | gpl-2.0 |
flar2/evita-ElementalX | arch/powerpc/sysdev/mpc8xx_pic.c | 6888 | 3753 | #include <linux/kernel.h>
#include <linux/stddef.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/signal.h>
#include <linux/irq.h>
#include <linux/dma-mapping.h>
#include <asm/prom.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <asm/8xx_immap.h>
#include "mpc8xx_pic.h"
#define PIC_VEC_SPURRI... | gpl-2.0 |
KainXS/y301a2kernelold | arch/sh/boards/board-edosk7760.c | 7400 | 4620 | /*
* Renesas Europe EDOSK7760 Board Support
*
* Copyright (C) 2008 SPES Societa' Progettazione Elettronica e Software Ltd.
* Author: Luca Santini <luca.santini@spesonline.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis... | gpl-2.0 |
thederekjay/android_kernel_samsung_msm8660-common | kernel/trace/trace_nop.c | 12008 | 2239 | /*
* nop tracer
*
* Copyright (C) 2008 Steven Noonan <steven@uplinklabs.net>
*
*/
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/debugfs.h>
#include <linux/ftrace.h>
#include "trace.h"
/* Our two options */
enum {
TRACE_NOP_OPT_ACCEPT = 0x1,
TRACE_NOP_OPT_REFUSE = 0x2
};
/* Options for the t... | gpl-2.0 |
bhuman/KernelV4 | drivers/media/dvb/b2c2/flexcop-sram.c | 12264 | 8690 | /*
* Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III
* flexcop-sram.c - functions for controlling the SRAM
* see flexcop.c for copyright information
*/
#include "flexcop.h"
static void flexcop_sram_set_chip(struct flexcop_device *fc,
flexcop_sram_type_t type)
{
flexcop_set_ibi_value(wan_... | gpl-2.0 |
turuchan/ISW11SC_ICS_Kernel | drivers/media/video/samsung/mali_r2p3/linux/mali_kernel_sysfs.c | 233 | 9441 | /*
* Copyright (C) 2010 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.
*
* A cop... | gpl-2.0 |
chiehwen/AGNI-pureSTOCK-I9300 | drivers/media/video/samsung/mali_r2p3/common/pmm/mali_pmm.c | 233 | 27765 | /*
* Copyright (C) 2010 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.
*
* A cop... | gpl-2.0 |
mericon/Xp_Kernel_LGH850 | arch/arm/mach-omap2/cm2xxx.c | 489 | 9840 | /*
* OMAP2xxx CM module functions
*
* Copyright (C) 2009 Nokia Corporation
* Copyright (C) 2008-2010, 2012 Texas Instruments, Inc.
* Paul Walmsley
* Rajendra Nayak <rnayak@ti.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ver... | gpl-2.0 |
slz/arco-samsung-kernel-msm7x30 | net/ipv6/inet6_hashtables.c | 1001 | 8267 | /*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* Generic INET6 transport hashtables
*
* Authors: Lotsa people, from code originally in tcp, generalised here
... | gpl-2.0 |
aospSX/platform_kernel_msm7x30 | arch/sh/kernel/cpu/shmobile/cpuidle.c | 1001 | 3267 | /*
* arch/sh/kernel/cpu/shmobile/cpuidle.c
*
* Cpuidle support code for SuperH Mobile
*
* Copyright (C) 2009 Magnus Damm
*
* 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 <lin... | gpl-2.0 |
krash86/android_kernel_google_pixel | drivers/net/wireless/cw1200/wsm.c | 2025 | 44388 | /*
* WSM host interface (HI) implementation for
* ST-Ericsson CW1200 mac80211 drivers.
*
* Copyright (c) 2010, ST-Ericsson
* Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ver... | gpl-2.0 |
hastalafiesta/HKernel | drivers/mfd/wm8350-irq.c | 2537 | 14458 | /*
* wm8350-irq.c -- IRQ support for Wolfson WM8350
*
* Copyright 2007, 2008, 2009 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
* F... | gpl-2.0 |
Lehkeda/android_kernel_samsung_mint2g | drivers/mfd/lpc_sch.c | 2537 | 3701 | /*
* lpc_sch.c - LPC interface for Intel Poulsbo SCH
*
* LPC bridge function of the Intel SCH contains many other
* functional units, such as Interrupt controllers, Timers,
* Power Management, System Management, GPIO, RTC, and LPC
* Configuration Registers.
*
* Copyright (c) 2010 CompuLab Ltd
* Author: ... | gpl-2.0 |
Team-Hydra/S5-AEL-Kernel | drivers/mtd/ubi/misc.c | 4585 | 3577 | /*
* Copyright (c) International Business Machines Corp., 2006
*
* 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.
... | gpl-2.0 |
NoelMacwan/SXDNickiKat | drivers/hwmon/smsc47b397.c | 4841 | 10107 | /*
* smsc47b397.c - Part of lm_sensors, Linux kernel modules
* for hardware monitoring
*
* Supports the SMSC LPC47B397-NC Super-I/O chip.
*
* Author/Maintainer: Mark M. Hoffman <mhoffman@lightlink.com>
* Copyright (C) 2004 Utilitek Systems, Inc.
*
* derived in part from smsc47m1.c:
* Copyright (C) 2002 Mark D... | gpl-2.0 |
zarboz/Evita_UL_422-JB | arch/mips/jz4740/prom.c | 7913 | 1508 | /*
* Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de>
* JZ4740 SoC prom code
*
* 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 |
Dm47021/CAF-MSM-34 | arch/m32r/lib/csum_partial_copy.c | 13801 | 1562 | /*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* M32R specific IP/TCP/UDP checksumming routines
* (Some code taken from MIPS architecture)
*
* This file is... | gpl-2.0 |
kipill-nn/kernel-touch2 | drivers/char/mspec.c | 234 | 10920 | /*
* Copyright (C) 2001-2006 Silicon Graphics, Inc. All rights
* reserved.
*
* 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.
*/
/*
* SN Platform Special Memory (mspec) Sup... | gpl-2.0 |
pkirchhofer/nsa325-linux-upstream | drivers/dma/dmaengine.c | 234 | 31256 | /*
* Copyright(c) 2004 - 2006 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 the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later ver... | gpl-2.0 |
ignatenkobrain/linux | drivers/cpufreq/arm_big_little.c | 234 | 15123 | /*
* ARM big.LITTLE Platforms CPUFreq support
*
* Copyright (C) 2013 ARM Ltd.
* Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
*
* Copyright (C) 2013 Linaro.
* Viresh Kumar <viresh.kumar@linaro.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU... | gpl-2.0 |
CyanogenMod/geeksphone-kernel-zero | drivers/serial/68360serial.c | 1514 | 76262 | /*
* UART driver for 68360 CPM SCC or SMC
* Copyright (c) 2000 D. Jeff Dionne <jeff@uclinux.org>,
* Copyright (c) 2000 Michael Leslie <mleslie@lineo.ca>
* Copyright (c) 1997 Dan Malek <dmalek@jlc.net>
*
* I used the serial.c driver as the framework for this driver.
* Give credit to those guys.
* The origina... | gpl-2.0 |
Crossbones/crossbones_kernel_tuna | drivers/net/wireless/iwmc3200wifi/sdio.c | 3050 | 12900 | /*
* Intel Wireless Multicomm 3200 WiFi driver
*
* Copyright (C) 2009 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain... | gpl-2.0 |
CyanogenMod/android_kernel_samsung_klte | drivers/power/bq27541_fuelgauger.c | 3306 | 15322 | /* Copyright (C) 2008 Rodolfo Giometti <giometti@linux.it>
* Copyright (C) 2008 Eurotech S.p.A. <info@eurotech.it>
* Based on a previous work by Copyright (C) 2008 Texas Instruments, Inc.
*
* Copyright (c) 2011, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it ... | gpl-2.0 |
ocoot/octopus-kernel | drivers/isdn/mISDN/hwchannel.c | 4842 | 12301 | /*
*
* 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 |
nobooya/e975-kk-kernel | net/wireless/sysfs.c | 5354 | 3466 | /*
* This file provides /sys/class/ieee80211/<wiphy name>/
* and some default attributes.
*
* Copyright 2005-2006 Jiri Benc <jbenc@suse.cz>
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* This file is GPLv2 as found in COPYING.
*/
#include <linux/device.h>
#include <linux/module.h>
#include <lin... | gpl-2.0 |
OnePlusTech/android_kernel_oneplus_one | drivers/scsi/bfa/bfa_fcs_fcpim.c | 5610 | 21866 | /*
* 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 |
eckucukoglu/sober-kernel | drivers/mtd/maps/pcmciamtd.c | 7914 | 20116 | /*
* pcmciamtd.c - MTD driver for PCMCIA flash memory cards
*
* Author: Simon Evans <spse@secret.org.uk>
*
* Copyright (C) 2002 Simon Evans
*
* Licence: GPL
*
*/
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/timer.h>
#include <linux/init.h>
#include <asm/io.h>
#include <pcmcia/cistpl.h>
#... | gpl-2.0 |
cristianhristea/linux_kernel | arch/sh/kernel/cpu/sh2a/opcode_helper.c | 9194 | 1548 | /*
* arch/sh/kernel/cpu/sh2a/opcode_helper.c
*
* Helper for the SH-2A 32-bit opcodes.
*
* Copyright (C) 2007 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 <lin... | gpl-2.0 |
suncycheng/linux | arch/sh/kernel/cpu/sh2a/opcode_helper.c | 9194 | 1548 | /*
* arch/sh/kernel/cpu/sh2a/opcode_helper.c
*
* Helper for the SH-2A 32-bit opcodes.
*
* Copyright (C) 2007 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 <lin... | gpl-2.0 |
Validus-Kernel/android_kernel_motorola_msm8226 | drivers/uwb/i1480/dfu/mac.c | 14058 | 14012 | /*
* Intel Wireless UWB Link 1480
* MAC Firmware upload implementation
*
* Copyright (C) 2005-2006 Intel Corporation
* Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
*
* 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 |
srikantpatnaik/FOSSEE-netbook-kernel-source-old | drivers/net/macvtap.c | 491 | 28084 | #include <linux/etherdevice.h>
#include <linux/if_macvlan.h>
#include <linux/if_vlan.h>
#include <linux/interrupt.h>
#include <linux/nsproxy.h>
#include <linux/compat.h>
#include <linux/if_tun.h>
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/cache.h>
#include <linux/sched.h>
#include <linux/types.... | gpl-2.0 |
mickael-guene/kernel | arch/mips/kernel/crash_dump.c | 1003 | 1720 | #include <linux/highmem.h>
#include <linux/bootmem.h>
#include <linux/crash_dump.h>
#include <asm/uaccess.h>
#include <linux/slab.h>
static void *kdump_buf_page;
/**
* copy_oldmem_page - copy one page from "oldmem"
* @pfn: page frame number to be copied
* @buf: target memory address for the copy; this can be in ke... | gpl-2.0 |
gromaudio/linux-imx6-31053 | net/ipv6/anycast.c | 1771 | 11195 | /*
* Anycast support for IPv6
* Linux INET6 implementation
*
* Authors:
* David L Stevens (dlstevens@us.ibm.com)
*
* based heavily on net/ipv6/mcast.c
*
* 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 th... | gpl-2.0 |
crowell/gbadev.kernel | drivers/staging/easycap/easycap_settings.c | 2539 | 18284 | /******************************************************************************
* *
* easycap_settings.c *
* *
... | gpl-2.0 |
keenet/kernel_ubuntu_aurora2 | sound/usb/6fire/chip.c | 3051 | 5856 | /*
* Linux driver for TerraTec DMX 6Fire USB
*
* Main routines and module definitions.
*
* Author: Torsten Schenk <torsten.schenk@zoho.com>
* Created: Jan 01, 2011
* Version: 0.3.0
* Copyright: (C) Torsten Schenk
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of... | gpl-2.0 |
TeamJB/android_kernel_lge_hammerhead | drivers/bluetooth/bt3c_cs.c | 4587 | 16040 | /*
*
* Driver for the 3Com Bluetooth PCMCIA card
*
* Copyright (C) 2001-2002 Marcel Holtmann <marcel@holtmann.org>
* Jose Orlando Pereira <jop@di.uminho.pt>
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L... | gpl-2.0 |
thebigcako/android_kernel_maxwellplus | net/netrom/nr_timer.c | 5099 | 5457 | /*
* 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 |
GameTheory-/android_kernel_g4stylusn | arch/powerpc/platforms/pseries/kexec.c | 7403 | 1968 | /*
* Copyright 2006 Michael Ellerman, IBM Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#inc... | gpl-2.0 |
oppo-source/Neo5-kernel-source | arch/arm/common/fiq_glue_setup.c | 7659 | 2595 | /*
* Copyright (C) 2010 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 distributed in the hope that it will be useful,
* ... | gpl-2.0 |
helicopter88/Find5-Kernel-Source-4.2 | drivers/isdn/hardware/eicon/message.c | 8171 | 446143 | /*
*
Copyright (c) Eicon Networks, 2002.
*
This source file is supplied for the use with
Eicon Networks range of DIVA Server Adapters.
*
Eicon File Revision : 2.1
*
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 |
arasilinux/kernel-3.2.0 | fs/drop_caches.c | 8683 | 1543 | /*
* Implement the manual drop-all-pagecache function
*/
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/writeback.h>
#include <linux/sysctl.h>
#include <linux/gfp.h>
#include "internal.h"
/* A global variable is a bit ugly, but it keeps the code simple */
int sysctl_drop_cache... | gpl-2.0 |
duydb2/android_kernel_sony_msm8x60 | arch/powerpc/kernel/pmc.c | 9195 | 2403 | /*
* arch/powerpc/kernel/pmc.c
*
* Copyright (C) 2004 David Gibson, IBM Corporation.
* Includes code formerly from arch/ppc/kernel/perfmon.c:
* Author: Andy Fleming
* Copyright (c) 2004 Freescale Semiconductor, Inc
*
* This program is free software; you can redistribute it and/or
* modify it under t... | gpl-2.0 |
fortuna-dev/android_kernel_samsung_fortuna-common | arch/powerpc/kernel/pmc.c | 9195 | 2403 | /*
* arch/powerpc/kernel/pmc.c
*
* Copyright (C) 2004 David Gibson, IBM Corporation.
* Includes code formerly from arch/ppc/kernel/perfmon.c:
* Author: Andy Fleming
* Copyright (c) 2004 Freescale Semiconductor, Inc
*
* This program is free software; you can redistribute it and/or
* modify it under t... | gpl-2.0 |
santod/android_kernel_htc_m7vzw | arch/sh/kernel/cpu/sh4a/clock-sh7763.c | 9195 | 2722 | /*
* arch/sh/kernel/cpu/sh4a/clock-sh7763.c
*
* SH7763 support for the clock framework
*
* Copyright (C) 2005 Paul Mundt
* Copyright (C) 2007 Yoshihiro Shimoda
*
* 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 arc... | gpl-2.0 |
flar2/bulletproof-m7-3.0 | arch/powerpc/kernel/pmc.c | 9195 | 2403 | /*
* arch/powerpc/kernel/pmc.c
*
* Copyright (C) 2004 David Gibson, IBM Corporation.
* Includes code formerly from arch/ppc/kernel/perfmon.c:
* Author: Andy Fleming
* Copyright (c) 2004 Freescale Semiconductor, Inc
*
* This program is free software; you can redistribute it and/or
* modify it under t... | gpl-2.0 |
linuxvom/linux | net/netfilter/xt_HL.c | 10219 | 3807 | /*
* TTL modification target for IP tables
* (C) 2000,2005 by Harald Welte <laforge@netfilter.org>
*
* Hop Limit modification target for ip6tables
* Maciej Soltysiak <solt@dns.toxicfilms.tv>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L... | gpl-2.0 |
santod/KK_sense_kernel_htc_m7vzw | drivers/media/dvb/frontends/isl6423.c | 14571 | 6645 | /*
Intersil ISL6423 SEC and LNB Power supply controller
Copyright (C) Manu Abraham <abraham.manu@gmail.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 License, or
... | gpl-2.0 |
csmanjuvijay/usb-next | net/bridge/br_stp_bpdu.c | 492 | 5958 | /*
* Spanning tree protocol; BPDU handling
* Linux ethernet bridge
*
* Authors:
* Lennert Buytenhek <buytenh@gnu.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
... | gpl-2.0 |
LeEco-MSM8996-Development/android_kernel_leeco_msm8996 | arch/arm/mach-imx/cpu-imx5.c | 1516 | 2461 | /*
* Copyright 2008-2010 Freescale Semiconductor, Inc. All Rights Reserved.
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gpl-license... | gpl-2.0 |
xb446909/personalprojects | ARMToolChain/source/linux-4.1.2/drivers/uwb/ie-rcv.c | 2028 | 1575 | /*
* Ultra Wide Band
* IE Received notification handling.
*
* Copyright (C) 2008 Cambridge Silicon Radio Ltd.
*
* 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 progr... | gpl-2.0 |
Snuzzo/funky_redux | arch/arm/mach-mx5/eukrea_mbimx51-baseboard.c | 2284 | 5116 | /*
*
* Copyright (C) 2010 Eric Bénard <eric@eukrea.com>
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gpl-license.html
* http://www... | gpl-2.0 |
ch33kybutt/kernel_cmplus_tuna | drivers/telephony/ixj.c | 2284 | 319975 | /****************************************************************************
* ixj.c
*
* Device Driver for Quicknet Technologies, Inc.'s Telephony cards
* including the Internet PhoneJACK, Internet PhoneJACK Lite,
* Internet PhoneJACK PCI, Internet LineJACK, Internet PhoneCARD and
* SmartCABLE
*
* (c) Co... | gpl-2.0 |
geoffret/litmus-rt | arch/sh/mm/cache-sh2.c | 2284 | 2295 | /*
* arch/sh/mm/cache-sh2.c
*
* Copyright (C) 2002 Paul Mundt
* Copyright (C) 2008 Yoshinori Sato
*
* Released under the terms of the GNU GPL v2.0.
*/
#include <linux/init.h>
#include <linux/mm.h>
#include <asm/cache.h>
#include <asm/addrspace.h>
#include <asm/processor.h>
#include <asm/cacheflush.h>
#include ... | gpl-2.0 |
Hardslog/f2fs | net/unix/sysctl_net_unix.c | 2540 | 1351 | /*
* NET4: Sysctl interface to net af_unix subsystem.
*
* Authors: Mike Shaver.
*
* 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 optio... | gpl-2.0 |
cmenard/kernel_smdk4412 | drivers/usb/gadget/f_obex.c | 3564 | 13534 | /*
* f_obex.c -- USB CDC OBEX function driver
*
* Copyright (C) 2008 Nokia Corporation
* Contact: Felipe Balbi <felipe.balbi@nokia.com>
*
* Based on f_acm.c by Al Borchers and David Brownell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public... | gpl-2.0 |
NoelMacwan/SXDHuashan | arch/arm/mach-mv78xx0/rd78x00-masa-setup.c | 5100 | 2242 | /*
* arch/arm/mach-mv78x00/rd78x00-masa-setup.c
*
* Marvell RD-78x00-mASA Development Board Setup
*
* 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.
*/
#include <linux/kernel.... | gpl-2.0 |
vinylfreak89/monarudo_kernel_M7_port | crypto/async_tx/async_memcpy.c | 5100 | 3014 | /*
* copy offload engine support
*
* Copyright © 2006, Intel Corporation.
*
* Dan Williams <dan.j.williams@intel.com>
*
* with architecture considerations by:
* Neil Brown <neilb@suse.de>
* Jeff Garzik <jeff@garzik.org>
*
* This program is free software; you can redistribute it and/or mod... | gpl-2.0 |
sky34/android_kernel_sony_lbmsm8960t | arch/arm/mach-mv78xx0/buffalo-wxl-setup.c | 5100 | 3181 | /*
* arch/arm/mach-mv78xx0/buffalo-wxl-setup.c
*
* Buffalo WXL (Terastation Duo) Setup routines
*
* sebastien requiem <sebastien@requiem.fr>
*
* 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 exp... | gpl-2.0 |
ashwinr64/android_kernel_motorola_msm8226 | drivers/mfd/htc-pasic3.c | 7916 | 5333 | /*
* Core driver for HTC PASIC3 LED/DS1WM chip.
*
* Copyright (C) 2006 Philipp Zabel <philipp.zabel@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
... | gpl-2.0 |
RJDTWO/intoxicated-boeffla | drivers/mfd/htc-pasic3.c | 7916 | 5333 | /*
* Core driver for HTC PASIC3 LED/DS1WM chip.
*
* Copyright (C) 2006 Philipp Zabel <philipp.zabel@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
... | gpl-2.0 |
Vangreen/android_kernel_lge_msm8226 | arch/sh/boards/mach-microdev/irq.c | 9196 | 5212 | /*
* arch/sh/boards/superh/microdev/irq.c
*
* Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com)
*
* SuperH SH4-202 MicroDev board support.
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYING for more information.
*/
#include <linux/init.h>
#include <... | gpl-2.0 |
avsm/linux-2.6.32-xen-oprofile | drivers/mtd/ubi/vtbl.c | 493 | 24757 | /*
* Copyright (c) International Business Machines Corp., 2006
* Copyright (c) Nokia Corporation, 2006, 2007
*
* 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 Licen... | gpl-2.0 |
kipill-nn/kernel-touch2 | arch/arm/plat-iop/io.c | 749 | 1684 | /*
* iop3xx custom ioremap implementation
* Copyright (c) 2006, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distri... | gpl-2.0 |
snegovick/linux | drivers/staging/lustre/lustre/libcfs/kernel_user_comm.c | 749 | 6033 | /*
* 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 |
ExPeacer/Xperia-2011-Kernel | drivers/edac/edac_device_sysfs.c | 749 | 24121 | /*
* file for managing the edac_device class of devices for EDAC
*
* (C) 2007 SoftwareBitMaker (http://www.softwarebitmaker.com)
*
* This file may be distributed under the terms of the
* GNU General Public License.
*
* Written Doug Thompson <norsk5@xmission.com>
*
*/
#include <linux/ctype.h>
#include <linux/... | gpl-2.0 |
ioz9/GT-N7000-2.35.y-samsung-update1 | drivers/watchdog/wm831x_wdt.c | 1261 | 9274 | /*
* Watchdog driver for the wm831x PMICs
*
* Copyright (C) 2009 Wolfson Microelectronics
*
* 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
*/
#include <linux/module.h>
#include <linux/m... | gpl-2.0 |
matanb10/linux | sound/pci/ctxfi/xfi.c | 1773 | 4333 | /*
* xfi linux driver.
*
* Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
*
* This source file is released under GPL v2 license (no other versions).
* See the COPYING file included in the main directory of this source
* distribution for the license terms and conditions.
*/
#include <linux/in... | gpl-2.0 |
lissyx/codeaurora_kernel_msm | arch/arm/mach-shmobile/pm-sh7372.c | 2285 | 2635 | /*
* sh7372 Power management support
*
* Copyright (C) 2011 Magnus Damm
*
* 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/pm.h>
#include <linux/suspend.h>
#include <linu... | gpl-2.0 |
iskandar1023/Velvet-N4 | drivers/net/wireless/rtlwifi/rtl8192ce/hw.c | 3309 | 63745 | /******************************************************************************
*
* 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 |
droidzone/bravo_2.6.35_gb-mr | arch/powerpc/platforms/fsl_uli1575.c | 4077 | 9402 | /*
* ULI M1575 setup code - specific to Freescale boards
*
* Copyright 2007 Freescale Semiconductor Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the Li... | gpl-2.0 |
chevanlol360/Kernel_LGE_Fx1 | arch/mn10300/mm/pgtable.c | 4589 | 4639 | /* MN10300 Page table management
*
* Copyright (C) 2007 Matsushita Electric Industrial Co., Ltd.
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Modified 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 Gener... | gpl-2.0 |
talnoah/Lemur_UpdatedBase | arch/powerpc/platforms/cell/setup.c | 4589 | 6483 | /*
* linux/arch/powerpc/platforms/cell/cell_setup.c
*
* Copyright (C) 1995 Linus Torvalds
* Adapted from 'alpha' version by Gary Thomas
* Modified by Cort Dougan (cort@cs.nmt.edu)
* Modified by PPC64 Team, IBM Corp
* Modified by Cell Team, IBM Deutschland Entwicklung GmbH
*
* This program is free softwa... | gpl-2.0 |
lodr/codeaurora_kernel_msm | arch/ia64/sn/kernel/sn2/sn_hwperf.c | 4589 | 23323 | /*
* 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) 2004-2006 Silicon Graphics, Inc. All rights reserved.
*
* SGI Altix topology and hardware performance monitoring API.
* ... | gpl-2.0 |
corphish/zapdos_condor | arch/arm/mach-omap2/vp.c | 4845 | 7416 | #include <linux/kernel.h>
#include <linux/init.h>
#include "common.h"
#include "voltage.h"
#include "vp.h"
#include "prm-regbits-34xx.h"
#include "prm-regbits-44xx.h"
#include "prm44xx.h"
static u32 _vp_set_init_voltage(struct voltagedomain *voltdm, u32 volt)
{
struct omap_vp_instance *vp = voltdm->vp;
u32 vpconfi... | gpl-2.0 |
kamma-cz/Oppo-Find5-Kernel-Source | crypto/proc.c | 7405 | 3786 | /*
* Scatterlist Cryptographic API.
*
* Procfs information.
*
* Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
* Copyright (c) 2005 Herbert Xu <herbert@gondor.apana.org.au>
*
* 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.