repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
cole945/qemu | hw/char/serial-isa.c | 87 | 4291 | /*
* QEMU 16550A UART emulation
*
* Copyright (c) 2003-2004 Fabrice Bellard
* Copyright (c) 2008 Citrix Systems, 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 restric... | gpl-2.0 |
InES-HPMM/linux-l4t | drivers/edp/sysedp_sysfs.c | 87 | 9645 | /*
* Copyright (c) 2013-2014, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the... | gpl-2.0 |
arter97/android_kernel_nvidia_shieldtablet | drivers/net/wireless/sd8897/mlan/mlan_11h.c | 87 | 107519 | /** @file mlan_11h.c
*
* @brief This file contains functions for 802.11H.
*
* Copyright (C) 2008-2013, Marvell International Ltd.
*
* This software file (the "File") is distributed by Marvell International
* Ltd. under the terms of the GNU General Public License Version 2, June 1991
* (the "License"). You... | gpl-2.0 |
linux4hach/linux-at91 | sound/isa/ad1816a/ad1816a.c | 599 | 8971 |
/*
card-ad1816a.c - driver for ADI SoundPort AD1816A based soundcards.
Copyright (C) 2000 by Massimo Piccioni <dafastidio@libero.it>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundatio... | gpl-2.0 |
blumak2000/blumak_kernel_s6_Lollipop | net/netfilter/ipvs/ip_vs_xmit.c | 599 | 32628 | /*
* ip_vs_xmit.c: various packet transmitters for IPVS
*
* Authors: Wensong Zhang <wensong@linuxvirtualserver.org>
* Julian Anastasov <ja@ssi.bg>
*
* 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 |
romracer/sgs2sr-kernel | arch/arm/mach-davinci/board-dm355-leopard.c | 855 | 7190 | /*
* DM355 leopard board support
*
* Based on board-dm355-evm.c
*
* 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.h>
#include <linux/init.h>
#include ... | gpl-2.0 |
andreyloktev/linux | arch/arm/mach-mvebu/kirkwood-pm.c | 1623 | 1849 | /*
* Power Management driver for Marvell Kirkwood SoCs
*
* Copyright (C) 2013 Ezequiel Garcia <ezequiel@free-electrons.com>
* Copyright (C) 2010 Simon Guinot <sguinot@lacie.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 |
rogersb11/android_kernel_samsung_smdk4x12 | net/tipc/bearer.c | 2391 | 17548 | /*
* net/tipc/bearer.c: TIPC bearer code
*
* Copyright (c) 1996-2006, Ericsson AB
* Copyright (c) 2004-2006, 2010-2011, Wind River Systems
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
... | gpl-2.0 |
Nyks45/Veno-M | lib/atomic64_test.c | 2903 | 3483 | /*
* Testsuite for atomic64_t functions
*
* Copyright © 2010 Luca Barbieri
*
* 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 l... | gpl-2.0 |
darkobas/android_kernel_lge_msm8974 | drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 3671 | 55348 | /**************************************************************************
*
* Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"), to d... | gpl-2.0 |
thicklizard/ge-patches | arch/x86/kernel/apic/bigsmp_32.c | 4695 | 6594 | /*
* APIC driver for "bigsmp" xAPIC machines with more than 8 virtual CPUs.
*
* Drives the local APIC in "clustered mode".
*/
#include <linux/threads.h>
#include <linux/cpumask.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/dmi.h>
#include <linux/smp.h>
#include <asm/apicdef.h>
#include <asm/... | gpl-2.0 |
TeamHorizon/android_kernel_samsung_hlte | drivers/net/ethernet/mellanox/mlx4/icm.c | 4951 | 10813 | /*
* Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved.
* Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public Licen... | gpl-2.0 |
rutvik95/android_kernel_samsung_g7102 | fs/xfs/xfs_dir2_data.c | 5463 | 25278 | /*
* Copyright (c) 2000-2002,2005 Silicon 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.
*
* This program is distributed in the hope that it woul... | gpl-2.0 |
mostafa-z/Gabriel_MM | drivers/staging/comedi/drivers/comedi_parport.c | 8279 | 9626 | /*
comedi/drivers/comedi_parport.c
hardware driver for standard parallel port
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 1998,2001 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 Gen... | gpl-2.0 |
garwynn/L900_NE2_Kernel | drivers/staging/comedi/drivers/comedi_parport.c | 8279 | 9626 | /*
comedi/drivers/comedi_parport.c
hardware driver for standard parallel port
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 1998,2001 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 Gen... | gpl-2.0 |
CyanogenMod/zte-kernel-msm7x27 | drivers/video/i810/i810_dvt.c | 14679 | 11794 | /*-*- linux-c -*-
* linux/drivers/video/i810_dvt.c -- Intel 810 Discrete Video Timings (Intel)
*
* Copyright (C) 2001 Antonino Daplas<adaplas@pol.net>
* All Rights Reserved
*
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the ... | gpl-2.0 |
anarsoul/ipaq-s3c24xx-u-boot | board/omap5912osk/omap5912osk.c | 88 | 9075 | /*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH <www.elinos.com>
* Marius Groeger <mgroeger@sysgo.de>
*
* (C) Copyright 2002
* David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>
*
* (C) Copyright 2003
* Texas Instruments, <www.ti.com>
* Kshitij Gupta <Kshitij@ti.com>
*
* (C) Copyright 2004
* Texas I... | gpl-2.0 |
shesselba/linux-berlin | drivers/staging/dgap/dgap.c | 88 | 175618 | /*
* Copyright 2003 Digi International (www.digi.com)
* Scott H Kilau <Scott_Kilau at digi dot 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, or (at your option)
... | gpl-2.0 |
Evervolv/android_kernel_lge_pecan | sound/core/pcm_compat.c | 88 | 15370 | /*
* 32bit -> 64bit ioctl wrapper for PCM API
* Copyright (c) by Takashi Iwai <tiwai@suse.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, o... | gpl-2.0 |
nopy/acer_kernel_picasso | fs/jbd/journal.c | 88 | 55738 | /*
* linux/fs/jbd/journal.c
*
* Written by Stephen C. Tweedie <sct@redhat.com>, 1998
*
* Copyright 1998 Red Hat corp --- All Rights Reserved
*
* This file is part of the Linux kernel and is made available under
* the terms of the GNU General Public License, version 2, or at your
* option, any later version, in... | gpl-2.0 |
Lprigara/KernelLinuxRaspberry | arch/mips/powertv/asic/asic_devices.c | 88 | 14226 | /*
*
* Description: Defines the platform resources for Gaia-based settops.
*
* Copyright (C) 2005-2009 Scientific-Atlanta, 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 ... | gpl-2.0 |
TEAM-Gummy/elite_kernel_jf | arch/arm/mach-msm/qdsp5/audio_evrc.c | 600 | 44987 | /* arch/arm/mach-msm/audio_evrc.c
*
* Copyright (c) 2008-2009, 2011-2012 The Linux Foundation. All rights reserved.
*
* This code also borrows from audio_aac.c, which is
* Copyright (C) 2008 Google, Inc.
* Copyright (C) 2008 HTC Corporation
*
* This software is licensed under the terms of the GNU General Public... | gpl-2.0 |
caio2k/kernel-n9 | arch/frv/mb93090-mb00/pci-vdk.c | 600 | 12765 | /* pci-vdk.c: MB93090-MB00 (VDK) PCI support
*
* Copyright (C) 2003, 2004 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free ... | gpl-2.0 |
jznomoney/htc_spade_2.6.35 | drivers/staging/udlfb/udlfb.c | 600 | 43499 | /*
* 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 |
shumashv1/hp-kernel-tenderloin | drivers/staging/udlfb/udlfb.c | 600 | 43499 | /*
* 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 |
CunningLogic/asteroid_smart_kernel | drivers/media/video/cx88/cx88-video.c | 856 | 56595 | /*
*
* device driver for Conexant 2388x based TV cards
* video4linux video interface
*
* (c) 2003-04 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
*
* (c) 2005-2006 Mauro Carvalho Chehab <mchehab@infradead.org>
* - Multituner support
* - video_ioctl2 conversion
* - PAL/M fixes
*
* This program is free softwa... | gpl-2.0 |
roggin/iconia-a500-kernel | arch/blackfin/mach-bf537/boards/cm_bf537e.c | 856 | 18659 | /*
* Copyright 2004-2009 Analog Devices Inc.
* 2008-2009 Bluetechnix
* 2005 National ICT Australia (NICTA)
* Aidan Williams <aidan@nicta.com.au>
*
* Licensed under the GPL-2 or later.
*/
#include <linux/device.h>
#include <linux/etherdevice.h>
#include <linux/platfo... | gpl-2.0 |
kerneldevs/RM-35-KERNEL-UNIVA | drivers/media/video/cx23885/cx23885-417.c | 856 | 49125 | /*
*
* Support for a cx23417 mpeg encoder via cx23885 host port.
*
* (c) 2004 Jelle Foks <jelle@foks.us>
* (c) 2004 Gerd Knorr <kraxel@bytesex.org>
* (c) 2008 Steven Toth <stoth@linuxtv.org>
* - CX23885/7/8 support
*
* Includes parts from the ivtv driver( http://ivtv.sourceforge.net/),
*
* T... | gpl-2.0 |
mattyen/ntb | drivers/input/misc/gpio-beeper.c | 1112 | 2866 | /*
* Generic GPIO beeper driver
*
* Copyright (C) 2013-2014 Alexander Shiyan <shc_work@mail.ru>
*
* 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 |
metredigm/linux | drivers/tty/hvc/hvc_rtas.c | 2136 | 3401 | /*
* IBM RTAS driver interface to hvc_console.c
*
* (C) Copyright IBM Corporation 2001-2005
* (C) Copyright Red Hat, Inc. 2005
*
* Author(s): Maximino Augilar <IBM STI Design Center>
* : Ryan S. Arnold <rsa@us.ibm.com>
* : Utz Bacher <utz.bacher@de.ibm.com>
* : David Woodhouse <dwmw2@infradead.org>... | gpl-2.0 |
abyssxsy/linux-tk1 | drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c | 2392 | 12420 | /*******************************************************************************
Intel 10 Gigabit PCI Express Linux driver
Copyright(c) 1999 - 2013 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,
ver... | gpl-2.0 |
shukiz/VAR-SOM-AM33-Kernel-3-15 | arch/mips/dec/ioasic-irq.c | 2392 | 3270 | /*
* DEC I/O ASIC interrupts.
*
* Copyright (c) 2002, 2003, 2013 Maciej W. Rozycki
*
* 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 |
regalstreak/android_kernel_samsung_logan2g | kernel/rtmutex-tester.c | 2904 | 8883 | /*
* RT-Mutex-tester: scriptable tester for rt mutexes
*
* started by Thomas Gleixner:
*
* Copyright (C) 2006, Timesys Corp., Thomas Gleixner <tglx@timesys.com>
*
*/
#include <linux/kthread.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/spinlock.h>
#include <linux/sysdev.h>
#include <linu... | gpl-2.0 |
g7755725/android_kernel_samsung_jf | fs/affs/namei.c | 4952 | 11082 | /*
* linux/fs/affs/namei.c
*
* (c) 1996 Hans-Joachim Widmaier - Rewritten
*
* (C) 1993 Ray Burr - Modified for Amiga FFS filesystem.
*
* (C) 1991 Linus Torvalds - minix filesystem
*/
#include "affs.h"
typedef int (*toupper_t)(int);
static int affs_toupper(int ch);
static int affs_hash_dentry(const s... | gpl-2.0 |
talnoah/Lemur_UpdatedBase | arch/powerpc/kernel/btext.c | 7000 | 38467 | /*
* Procedures for drawing on the screen early on in the boot process.
*
* Benjamin Herrenschmidt <benh@kernel.crashing.org>
*/
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/export.h>
#include <linux/memblock.h>
#include <asm/sections.h>
#include <asm/prom.h>
#include... | gpl-2.0 |
Jackeagle/android_kernel_lge_d838 | arch/x86/boot/mkcpustr.c | 9048 | 1251 | /* ----------------------------------------------------------------------- *
*
* Copyright 2008 rPath, Inc. - All Rights Reserved
*
* This file is part of the Linux kernel, and is made available under
* the terms of the GNU General Public License version 2 or (at your
* option) any later version; incorpor... | gpl-2.0 |
miaoxie/linux-btrfs | arch/mips/pci/pci-tx4927.c | 9048 | 2643 | /*
* Based on linux/arch/mips/txx9/rbtx4938/setup.c,
* and RBTX49xx patch from CELF patch archive.
*
* Copyright 2001, 2003-2005 MontaVista Software Inc.
* Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org)
* (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007
*
* This file is subject to the terms ... | gpl-2.0 |
gk1/xbmc | xbmc/network/linux/ZeroconfBrowserAvahi.cpp | 89 | 15315 | /*
* Copyright (C) 2005-2013 Team XBMC
* http://xbmc.org
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* ... | gpl-2.0 |
erikcas/android_kernel_sony_msm | kernel/events/core.c | 89 | 188972 | /*
* Performance events core code:
*
* Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
* Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar
* Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
* Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
*
* For licens... | gpl-2.0 |
Jason-Choi/EastSea-Kernel | arch/arm/mach-omap2/id.c | 89 | 15108 | /*
* linux/arch/arm/mach-omap2/id.c
*
* OMAP2 CPU identification code
*
* Copyright (C) 2005 Nokia Corporation
* Written by Tony Lindgren <tony@atomide.com>
*
* Copyright (C) 2009-11 Texas Instruments
* Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com>
*
* This program is free software; you ... | gpl-2.0 |
Alucard24/SGS4-SAMMY-Kernel | drivers/staging/prima/CORE/SME/src/csr/csrUtil.c | 345 | 212455 | /*
* Copyright (c) 2012, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright notice a... | gpl-2.0 |
unforgiven512/android_kernel_asus_tf700t | drivers/staging/gma500/mdfld_tmd_vid.c | 601 | 6884 | /*
* Copyright © 2010 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, pub... | gpl-2.0 |
NStep/nx_bullhead | arch/x86/kernel/setup.c | 601 | 30934 | /*
* Copyright (C) 1995 Linus Torvalds
*
* Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999
*
* Memory region support
* David Parsons <orc@pell.chi.il.us>, July-August 1999
*
* Added E820 sanitization routine (removes overlapping memory regions);
* Brian Moyle <bmoyle@mvista.com>, Februa... | gpl-2.0 |
hash07/Apollo_X | net/bridge/br_sysfs_br.c | 2137 | 24623 | /*
* Sysfs attributes of bridge ports
* Linux ethernet bridge
*
* Authors:
* Stephen Hemminger <shemminger@osdl.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 |
NoelMacwan/Kernel-NanHu-11.3.A.1.39 | drivers/net/loopback.c | 2905 | 5465 | /*
* 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.
*
* Pseudo-driver for the loopback interface.
*
* Version: @(#)loopback.c 1.0.4b 08/16/93
*
* Authors: Ross Bi... | gpl-2.0 |
KlinkOnE/kyleopen-kernel | lib/decompress_unlzma.c | 3161 | 16160 | /* Lzma decompressor for Linux kernel. Shamelessly snarfed
*from busybox 1.1.1
*
*Linux kernel adaptation
*Copyright (C) 2006 Alain < alain@knaff.lu >
*
*Based on small lzma deflate implementation/Small range coder
*implementation for lzma.
*Copyright (C) 2006 Aurelien Jacobs < aurel@gnuage.org >
*
*Based o... | gpl-2.0 |
BOOTMGR/GT-I9070_kernel | arch/arm/mach-s3c2410/gpio.c | 4441 | 1871 | /* linux/arch/arm/mach-s3c2410/gpio.c
*
* Copyright (c) 2004-2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2410 GPIO support
*
* 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 Founda... | gpl-2.0 |
savoca/h811 | drivers/mtd/maps/pismo.c | 4697 | 6233 | /*
* PISMO memory driver - http://www.pismoworld.org/
*
* For ARM Realview and Versatile platforms
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License.
*/
#... | gpl-2.0 |
itsmerajit/Samsung_j2 | drivers/video/mmp/hw/mmp_spi.c | 4697 | 4684 | /*
* linux/drivers/video/mmp/hw/mmp_spi.c
* using the spi in LCD controler for commands send
*
* Copyright (C) 2012 Marvell Technology Group Ltd.
* Authors: Guoqing Li <ligq@marvell.com>
* Lisa Du <cldu@marvell.com>
* Zhou Zhu <zzhu3@marvell.com>
*
* This program is free software; you can re... | gpl-2.0 |
syhost/android_kernel_oppo_find7a | arch/arm/mach-clps711x/autcpu12.c | 4953 | 2144 | /*
* linux/arch/arm/mach-clps711x/autcpu12.c
*
* (c) 2001 Thomas Gleixner, autronix automation <gleixner@autronix.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 o... | gpl-2.0 |
EnJens/android_kernel_sony_pollux_windy_stock | arch/sh/mm/flush-sh4.c | 9049 | 2653 | #include <linux/mm.h>
#include <asm/mmu_context.h>
#include <asm/cache_insns.h>
#include <asm/cacheflush.h>
#include <asm/traps.h>
/*
* Write back the dirty D-caches, but not invalidate them.
*
* START: Virtual Address (U0, P1, or P3)
* SIZE: Size of the region.
*/
static void sh4__flush_wback_region(void *start,... | gpl-2.0 |
Eistuete/android_kernel_huawei_msm8916 | arch/mips/alchemy/common/vss.c | 9049 | 2204 | /*
* Au1300 media block power gating (VSS)
*
* This is a stop-gap solution until I have the clock framework integration
* ready. This stuff here really must be handled transparently when clocks
* for various media blocks are enabled/disabled.
*/
#include <linux/module.h>
#include <linux/spinlock.h>
#include <asm... | gpl-2.0 |
Altaf-Mahdi/android_kernel_oneplus_msm8996 | drivers/tty/serial/serial_core.c | 90 | 73037 | /*
* Driver core for serial ports
*
* Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
*
* Copyright 1999 ARM Limited
* Copyright (C) 2000-2001 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 L... | gpl-2.0 |
thestealth131205/k2_u-ul | arch/arm/perfmon/perf-function-hooks.c | 346 | 1416 | /* Copyright (c) 2010, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope th... | gpl-2.0 |
chenyu105/linux | net/ipv4/esp4.c | 602 | 17715 | #define pr_fmt(fmt) "IPsec: " fmt
#include <crypto/aead.h>
#include <crypto/authenc.h>
#include <linux/err.h>
#include <linux/module.h>
#include <net/ip.h>
#include <net/xfrm.h>
#include <net/esp.h>
#include <linux/scatterlist.h>
#include <linux/kernel.h>
#include <linux/pfkeyv2.h>
#include <linux/rtnetlink.h>
#includ... | gpl-2.0 |
androidbftab1/bf-kernel-3.4 | drivers/scsi/esp_scsi.c | 1626 | 66490 | /* esp_scsi.c: ESP SCSI driver.
*
* Copyright (C) 2007 David S. Miller (davem@davemloft.net)
*/
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/list.h>
#include <linux/completion.h>
#include <linux/kallsyms.h>
#include <linux/module.h>
#include <li... | gpl-2.0 |
tkymgr/semc_kernel | arch/arm/mach-lh7a40x/irq-kev7a400.c | 1882 | 2178 | /* arch/arm/mach-lh7a40x/irq-kev7a400.c
*
* Copyright (C) 2004 Coastal Environmental Systems
*
* 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/interru... | gpl-2.0 |
SOKP/kernel_yu_msm8916 | drivers/acpi/acpica/utids.c | 2138 | 12312 | /******************************************************************************
*
* Module Name: utids - support for device Ids - HID, UID, CID
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution ... | gpl-2.0 |
ckw1375/mptcp | sound/oss/soundcard.c | 2650 | 17091 | /*
* linux/sound/oss/soundcard.c
*
* Sound card driver for Linux
*
*
* Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
* Version 2 (June 1991). See the "COPYING" file distributed with this software
* for more info.
*
*
* Thomas Sa... | gpl-2.0 |
CyanogenMod/android_kernel_huawei_msm8928 | drivers/mfd/s5m-core.c | 4698 | 4789 | /*
* s5m87xx.c
*
* Copyright (c) 2011 Samsung Electronics Co., Ltd
* http://www.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 version 2 of the... | gpl-2.0 |
Swapnil133609/Zeus_exp | net/x25/x25_route.c | 4698 | 4866 | /*
* X.25 Packet Layer release 002
*
* This is ALPHA test software. This code may break your machine,
* randomly fail to work with new releases, misbehave and/or generally
* screw up. It might even work.
*
* This code REQUIRES 2.1.15 or higher
*
* This module:
* This module is free software; you can redistri... | gpl-2.0 |
windxixi/OptiWiz-Kernel-F200-JB | arch/mn10300/kernel/irq.c | 4698 | 9930 | /* MN10300 Arch-specific interrupt handling
*
* Copyright (C) 2007 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 Softwar... | gpl-2.0 |
AK-Kernel/AK-OnePone | drivers/i2c/busses/i2c-diolan-u2c.c | 4954 | 13121 | /*
* Driver for the Diolan u2c-12 USB-I2C adapter
*
* Copyright (c) 2010-2011 Ericsson AB
*
* Derived from:
* i2c-tiny-usb.c
* Copyright (C) 2006-2007 Till Harbaum (Till@Harbaum.org)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licen... | gpl-2.0 |
MoKee/android_kernel_htc_msm7x30 | drivers/staging/comedi/drivers/multiq3.c | 8282 | 9194 | /*
comedi/drivers/multiq3.c
Hardware driver for Quanser Consulting MultiQ-3 board
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 1999 Anders Blomdell <anders.blomdell@control.lth.se>
This program is free software; you can redistribute it and/or modify
it under the terms of the... | gpl-2.0 |
santod/NuK3rn3l_htc_m7_GPE-5.1 | arch/powerpc/mm/tlb_hash32.c | 9050 | 4581 | /*
* This file contains the routines for TLB flushing.
* On machines where the MMU uses a hash table to store virtual to
* physical translations, these routines flush entries from the
* hash table also.
* -- paulus
*
* Derived from arch/ppc/mm/init.c:
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org... | gpl-2.0 |
tobw/linux-curie | arch/arm/mach-ux500/clock.c | 91 | 18323 | /*
* Copyright (C) 2009 ST-Ericsson
* Copyright (C) 2009 STMicroelectronics
*
* 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 <linux/kern... | gpl-2.0 |
gengzh0016/kernel_BBxM | arch/ia64/sn/pci/pcibr/pcibr_provider.c | 91 | 6747 | /*
* 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-2004, 2006 Silicon Graphics, Inc. All rights reserved.
*/
#include <linux/interrupt.h>
#include <linux/types.h>
#incl... | gpl-2.0 |
vkomenda/linux-sunxi | drivers/usb/dwc3/dwc3-keystone.c | 603 | 4857 | /**
* dwc3-keystone.c - Keystone Specific Glue layer
*
* Copyright (C) 2010-2013 Texas Instruments Incorporated - http://www.ti.com
*
* Author: WingMan Kwok <w-kwok2@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 ... | gpl-2.0 |
myjang0507/Polaris-slte- | drivers/staging/zcache/zbud.c | 2139 | 32648 | /*
* zbud.c - Compression buddies allocator
*
* Copyright (c) 2010-2012, Dan Magenheimer, Oracle Corp.
*
* Compression buddies ("zbud") provides for efficiently packing two
* (or, possibly in the future, more) compressed pages ("zpages") into
* a single "raw" pageframe and for tracking both zpages and pageframes... | gpl-2.0 |
dastin1015/android_kernel_htc_villec2 | arch/arm/mach-exynos4/setup-sdhci.c | 2395 | 1797 | /* linux/arch/arm/mach-exynos4/setup-sdhci.c
*
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* EXYNOS4 - Helper functions for settign up SDHCI device(s) (HSMMC)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General ... | gpl-2.0 |
mifl/android_kernel_pantech_msm8974 | arch/arm/mach-msm/board-msm7x27a-regulator.c | 3163 | 7670 | /*
* Copyright (c) 2011-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 ... | gpl-2.0 |
luckasfb/kernel_lenovo_a3000 | arch/sparc/kernel/pci.c | 3675 | 28816 | /* pci.c: UltraSparc PCI controller support.
*
* Copyright (C) 1997, 1998, 1999 David S. Miller (davem@redhat.com)
* Copyright (C) 1998, 1999 Eddie C. Dost (ecd@skynet.be)
* Copyright (C) 1999 Jakub Jelinek (jj@ultra.linux.cz)
*
* OF tree based PCI bus probing taken from the PowerPC port
* with minor modific... | gpl-2.0 |
chaostic/Hima-M9 | lib/oid_registry.c | 4443 | 3936 | /* ASN.1 Object identifier (OID) registry
*
* Copyright (C) 2012 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 ... | gpl-2.0 |
jfdsmabalot/kernel_hammerhead | arch/sparc/kernel/kgdb_32.c | 4699 | 3839 | /* kgdb.c: KGDB support for 32-bit sparc.
*
* Copyright (C) 2008 David S. Miller <davem@davemloft.net>
*/
#include <linux/kgdb.h>
#include <linux/kdebug.h>
#include <asm/kdebug.h>
#include <asm/ptrace.h>
#include <asm/irq.h>
#include <asm/cacheflush.h>
extern unsigned long trapbase;
void pt_regs_to_gdb_regs(unsi... | gpl-2.0 |
Channing-Y/kernel | drivers/media/video/v4l2-int-device.c | 4699 | 3949 | /*
* drivers/media/video/v4l2-int-device.c
*
* V4L2 internal ioctl interface.
*
* Copyright (C) 2007 Nokia Corporation.
*
* Contact: Sakari Ailus <sakari.ailus@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 ... | gpl-2.0 |
AOKP/kernel_lge_msm8974 | drivers/net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c | 4955 | 129977 | /*
* Copyright (c) 2010 Broadcom Corporation
*
* 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 AUTHO... | gpl-2.0 |
dastuam/linux37-beaglebone | drivers/staging/media/solo6x10/v4l2.c | 8283 | 23485 | /*
* Copyright (C) 2010 Bluecherry, LLC www.bluecherrydvr.com
* Copyright (C) 2010 Ben Collins <bcollins@bluecherry.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 ... | gpl-2.0 |
SaberMod/lge-kernel-mako | drivers/net/wireless/b43legacy/sysfs.c | 8539 | 5616 | /*
Broadcom B43legacy wireless driver
SYSFS support routines
Copyright (c) 2006 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 published by
the Free Software Foundation; either version 2 of the Licen... | gpl-2.0 |
mdeejay/kernel-tuna | arch/xtensa/lib/pci-auto.c | 9563 | 9268 | /*
* arch/xtensa/lib/pci-auto.c
*
* PCI autoconfiguration library
*
* Copyright (C) 2001 - 2005 Tensilica Inc.
*
* Chris Zankel <zankel@tensilica.com, cez@zankel.net>
*
* Based on work from Matt Porter <mporter@mvista.com>
*
* This program is free software; you can redistribute it and/or modify it
* under ... | gpl-2.0 |
mp3deviant721/boeffla-kernel-cm-bacon-mod | arch/xtensa/lib/pci-auto.c | 9563 | 9268 | /*
* arch/xtensa/lib/pci-auto.c
*
* PCI autoconfiguration library
*
* Copyright (C) 2001 - 2005 Tensilica Inc.
*
* Chris Zankel <zankel@tensilica.com, cez@zankel.net>
*
* Based on work from Matt Porter <mporter@mvista.com>
*
* This program is free software; you can redistribute it and/or modify it
* under ... | gpl-2.0 |
mythos234/OnePlus2testing | drivers/isdn/hardware/eicon/diva.c | 9563 | 17142 | /* $Id: diva.c,v 1.21.4.1 2004/05/08 14:33:43 armin Exp $ */
#define CARDTYPE_H_WANT_DATA 1
#define CARDTYPE_H_WANT_IDI_DATA 0
#define CARDTYPE_H_WANT_RESOURCE_DATA 0
#define CARDTYPE_H_WANT_FILE_DATA 0
#include "platform.h"
#include "debuglib.h"
#include "cardtype.h"
#include "pc.h"
#includ... | gpl-2.0 |
zte8930/msm8930 | net/ceph/ceph_fs.c | 12379 | 1726 | /*
* Some non-inline ceph helpers
*/
#include <linux/module.h>
#include <linux/ceph/types.h>
/*
* return true if @layout appears to be valid
*/
int ceph_file_layout_is_valid(const struct ceph_file_layout *layout)
{
__u32 su = le32_to_cpu(layout->fl_stripe_unit);
__u32 sc = le32_to_cpu(layout->fl_stripe_count);
... | gpl-2.0 |
sohkis/android_kernel_motorola_shamu | drivers/ide/ide-iops.c | 13659 | 13870 | /*
* Copyright (C) 2000-2002 Andre Hedrick <andre@linux-ide.org>
* Copyright (C) 2003 Red Hat
*
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/timer.h>
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/major.h>
#include ... | gpl-2.0 |
mongoose700/xen-coalesce-kernel | drivers/hid/hid-saitek.c | 92 | 5039 | /*
* HID driver for Saitek devices.
*
* PS1000 (USB gamepad):
* Fixes the HID report descriptor by removing a non-existent axis and
* clearing the constant bit on the input reports for buttons and d-pad.
* (This module is based on "hid-ortek".)
* Copyright (c) 2012 Andreas Hübner
*
* R.A.T.7, R.A.T.9, M... | gpl-2.0 |
serdarkaracay/vlc | src/stream_output/sdp.c | 92 | 8835 | /*****************************************************************************
* sdp.c : SDP creation helpers
*****************************************************************************
* Copyright © 2007 Rémi Denis-Courmont
* $Id$
*
* This program is free software; you can redistribute it and/or modify it
* u... | gpl-2.0 |
Wagnerp/QEMU-s5l89xx-port | hw/blizzard.c | 92 | 29144 | /*
* Epson S1D13744/S1D13745 (Blizzard/Hailstorm/Tornado) LCD/TV controller.
*
* Copyright (C) 2008 Nokia Corporation
* Written by Andrzej Zaborowski <andrew@openedhand.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* publi... | gpl-2.0 |
TeamEpsilon/linux-3.8 | arch/arm/mach-exynos/mach-smdkv310.c | 92 | 11617 | /* linux/arch/arm/mach-exynos4/mach-smdkv310.c
*
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
* http://www.samsung.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 Foundati... | gpl-2.0 |
kevin0100/android_kernel_cyanogen_msm8916 | kernel/fork.c | 92 | 47921 | /*
* linux/kernel/fork.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* 'fork.c' contains the help-routines for the 'fork' system call
* (see also entry.S and others).
* Fork is rather simple, once you get the hang of it, but the memory
* management can be a bitch. See 'mm/memory.c': 'copy_page_range(... | gpl-2.0 |
nit-in/android_kernel_htc_pico-1 | arch/sparc/kernel/setup_64.c | 1628 | 12623 | /*
* linux/arch/sparc64/kernel/setup.c
*
* Copyright (C) 1995,1996 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/stddef.h>
#include ... | gpl-2.0 |
Shabbypenguin/Jellybean_kernel | drivers/net/wireless/p54/main.c | 2652 | 18777 | /*
* mac80211 glue code for mac80211 Prism54 drivers
*
* Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net>
* Copyright (c) 2007-2009, Christian Lamparter <chunkeey@web.de>
* Copyright 2008, Johannes Berg <johannes@sipsolutions.net>
*
* Based on:
* - the islsm (softmac prism54) driver, which is:
* Copy... | gpl-2.0 |
selva-simple/galaxyr_cm10_kernel | drivers/usb/serial/digi_acceleport.c | 2908 | 58014 | /*
* Digi AccelePort USB-4 and USB-2 Serial Converters
*
* Copyright 2000 by Digi International
*
* 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 ... | gpl-2.0 |
lollipop-og/bricked-geehrc | drivers/infiniband/core/cm.c | 4700 | 110021 | /*
* Copyright (c) 2004-2007 Intel Corporation. All rights reserved.
* Copyright (c) 2004 Topspin Corporation. All rights reserved.
* Copyright (c) 2004, 2005 Voltaire Corporation. All rights reserved.
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* This software is available to you under ... | gpl-2.0 |
davtse/i9505 | drivers/media/video/gspca/spca508.c | 4956 | 41826 | /*
* SPCA508 chip based cameras subdriver
*
* Copyright (C) 2009 Jean-Francois Moine <http://moinejf.free.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lic... | gpl-2.0 |
grzmot22/android_kernel_htc_protou | drivers/media/video/gspca/spca505.c | 4956 | 19084 | /*
* SPCA505 chip based cameras initialization data
*
* V4L2 by Jean-Francis Moine <http://moinejf.free.fr>
*
* 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 |
u-ra/android_kernel_htc_memul | drivers/gpu/drm/drm_fb_helper.c | 5212 | 37877 | /*
* Copyright (c) 2006-2009 Red Hat Inc.
* Copyright (c) 2006-2008 Intel Corporation
* Copyright (c) 2007 Dave Airlie <airlied@linux.ie>
*
* DRM framebuffer helper functions
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without... | gpl-2.0 |
xcstacy/mako-linaro | drivers/media/video/cx88/cx88-blackbird.c | 5468 | 38576 | /*
*
* Support for a cx23416 mpeg encoder via cx2388x host port.
* "blackbird" reference design.
*
* (c) 2004 Jelle Foks <jelle@foks.us>
* (c) 2004 Gerd Knorr <kraxel@bytesex.org>
*
* (c) 2005-2006 Mauro Carvalho Chehab <mchehab@infradead.org>
* - video_ioctl2 conversion
*
* Includes parts... | gpl-2.0 |
poopgiggle/fla-kernel | drivers/net/ethernet/mellanox/mlx4/sense.c | 5468 | 4126 | /*
* Copyright (c) 2007 Mellanox Technologies. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this sou... | gpl-2.0 |
Slim80/Fulgor_Kernel_Lollipop | fs/ubifs/master.c | 7260 | 10744 | /*
* This file is part of UBIFS.
*
* Copyright (C) 2006-2008 Nokia Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*
* This program is distributed in the hope t... | gpl-2.0 |
dastin1015/android_kernel_htc_jewel | arch/tile/lib/memcpy_64.c | 7260 | 5364 | /*
* Copyright 2011 Tilera Corporation. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will ... | gpl-2.0 |
liquidware/android-kernel-omap4 | arch/tile/lib/memcpy_64.c | 7260 | 5364 | /*
* Copyright 2011 Tilera Corporation. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will ... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.