repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
ShinySide/HispAsian_Lollipop_J4 | drivers/media/video/videobuf2-dma-sg.c | 4724 | 6899 | /*
* videobuf2-dma-sg.c - dma scatter/gather memory allocator for videobuf2
*
* Copyright (C) 2010 Samsung Electronics
*
* Author: Andrzej Pietrasiewicz <andrzej.p@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 publ... | gpl-2.0 |
CyanogenMod/android_kernel_mediatek_sprout | arch/arm/mach-ixp2000/enp2611.c | 4724 | 6970 | /*
* arch/arm/mach-ixp2000/enp2611.c
*
* Radisys ENP-2611 support.
*
* Created 2004 by Lennert Buytenhek from the ixdp2x01 code. The
* original version carries the following notices:
*
* Original Author: Andrzej Mialkowski <andrzej.mialkowski@intel.com>
* Maintainer: Deepak Saxena <dsaxena@plexity.net>
*
* ... | gpl-2.0 |
TeamExodus/kernel_yu_tomato | net/sunrpc/timer.c | 4980 | 2960 | /*
* linux/net/sunrpc/timer.c
*
* Estimate RPC request round trip time.
*
* Based on packet round-trip and variance estimator algorithms described
* in appendix A of "Congestion Avoidance and Control" by Van Jacobson
* and Michael J. Karels (ACM Computer Communication Review; Proceedings
* of the Sigcomm '88 Sy... | gpl-2.0 |
n1kolaa/android_kernel_lge_msm8974 | drivers/watchdog/nuc900_wdt.c | 4980 | 8203 | /*
* Copyright (c) 2009 Nuvoton technology corporation.
*
* Wan ZongShun <mcuos.com@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.
*
*/
#include ... | gpl-2.0 |
bilalliberty/android_kernel_htc_m4 | drivers/watchdog/nv_tco.c | 4980 | 12411 | /*
* nv_tco 0.01: TCO timer driver for NV chipsets
*
* (c) Copyright 2005 Google Inc., All Rights Reserved.
*
* Based off i8xx_tco.c:
* (c) Copyright 2000 kernel concepts <nils@kernelconcepts.de>, All Rights
* Reserved.
* http://www.kernelconcepts.de
*
* This program is free software; you can redistribute ... | gpl-2.0 |
AD5GB/google_kernel_hammerhead | drivers/watchdog/riowd.c | 4980 | 5822 | /* riowd.c - driver for hw watchdog inside Super I/O of RIO
*
* Copyright (C) 2001, 2008 David S. Miller (davem@davemloft.net)
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/fs.h>
#include <linux/errno.h>
#include <linux/i... | gpl-2.0 |
rqmok/android_kernel_htc_msm7x30 | fs/ocfs2/acl.c | 5492 | 11579 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* acl.c
*
* Copyright (C) 2004, 2008 Oracle. All rights reserved.
*
* CREDITS:
* Lots of code in this file is copy from linux/fs/ext3/acl.c.
* Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de>
*
* This program is free s... | gpl-2.0 |
CyanideL/android_kernel_samsung_klte | arch/x86/lib/delay.c | 6516 | 2898 | /*
* Precise Delay Loops for i386
*
* Copyright (C) 1993 Linus Torvalds
* Copyright (C) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
* Copyright (C) 2008 Jiri Hladky <hladky _dot_ jiri _at_ gmail _dot_ com>
*
* The __delay function must _NOT_ be inlined as its execution time
* depends wildly on alignment on ... | gpl-2.0 |
medicalwei/u-boot-odroidxu-hyp | tools/omap/clocks_get_m_n.c | 117 | 6504 | /*
* Program for finding M & N values for DPLLs
* To be run on Host PC
*
* (C) Copyright 2010
* Texas Instruments, <www.ti.com>
*
* Aneesh V <aneesh@ti.com>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify ... | gpl-2.0 |
mageec/mageec-gcc | gcc/testsuite/gcc.dg/vect/vect-reduc-6.c | 117 | 1073 | /* { dg-require-effective-target vect_float } */
#include <stdarg.h>
#include "tree-vect.h"
#define N 16
#define DIFF 242
__attribute__ ((noinline))
int main1 (float x, float max_result)
{
int i;
float b[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45};
float c[N] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};
... | gpl-2.0 |
revjunkie/nexus7 | arch/arm/mach-tegra/board-harmony.c | 117 | 12677 | /*
* arch/arm/mach-tegra/board-harmony.c
*
* Copyright (C) 2010 Google, Inc.
* Copyright (C) 2011 NVIDIA, 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 ter... | gpl-2.0 |
telf/error_state_capture_improvement | drivers/iio/accel/st_accel_buffer.c | 1909 | 2645 | /*
* STMicroelectronics accelerometers driver
*
* Copyright 2012-2013 STMicroelectronics Inc.
*
* Denis Ciocca <denis.ciocca@st.com>
*
* Licensed under the GPL-2.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/stat.h>
#include <linux/interrupt.h>
#include <linux/... | gpl-2.0 |
Split-Screen/android_kernel_asus_grouper | arch/arm/mach-s3c64xx/dev-audio.c | 2933 | 6768 | /* linux/arch/arm/plat-s3c/dev-audio.c
*
* Copyright 2009 Wolfson Microelectronics
* Mark Brown <broonie@opensource.wolfsonmicro.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 |
ptmr3/Skyrocket_JB_Kernel | drivers/net/wimax/i2400m/rx.c | 2933 | 43782 | /*
* Intel Wireless WiMAX Connection 2400m
* Handle incoming traffic and deliver it to the control or data planes
*
*
* Copyright (C) 2007-2008 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following... | gpl-2.0 |
spezi77/android_kernel_htc_qsd8k | arch/arm/mach-omap1/io.c | 2933 | 4180 | /*
* linux/arch/arm/mach-omap1/io.c
*
* OMAP1 I/O mapping code
*
* 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/kernel.h>
#includ... | gpl-2.0 |
googyanas/Googy-Kernel | arch/mips/txx9/generic/7segled.c | 3957 | 2797 | /*
* 7 Segment LED routines
* Based on RBTX49xx patch from CELF patch archive.
*
* 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.
*
* (C) Copyright TOSHIBA CORPORATION 2005-2007
* All Rights... | gpl-2.0 |
rogersb11/android_kernel_samsung_d2 | drivers/mtd/maps/netsc520.c | 12661 | 4196 | /* netsc520.c -- MTD map driver for AMD NetSc520 Demonstration Board
*
* Copyright (C) 2001 Mark Langsdorf (mark.langsdorf@amd.com)
* based on sc520cdp.c by Sysgo Real-Time Solutions GmbH
*
* 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 |
javelinanddart/kernel_zte_draconis | drivers/mtd/maps/netsc520.c | 12661 | 4196 | /* netsc520.c -- MTD map driver for AMD NetSc520 Demonstration Board
*
* Copyright (C) 2001 Mark Langsdorf (mark.langsdorf@amd.com)
* based on sc520cdp.c by Sysgo Real-Time Solutions GmbH
*
* 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 |
thederekjay/android_kernel_samsung_msm8660-common | drivers/mtd/maps/netsc520.c | 12661 | 4196 | /* netsc520.c -- MTD map driver for AMD NetSc520 Demonstration Board
*
* Copyright (C) 2001 Mark Langsdorf (mark.langsdorf@amd.com)
* based on sc520cdp.c by Sysgo Real-Time Solutions GmbH
*
* 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 |
jthatch12/STi | fs/ext4/resize.c | 118 | 58496 | /*
* linux/fs/ext4/resize.c
*
* Support for resizing an ext4 filesystem while it is mounted.
*
* Copyright (C) 2001, 2002 Andreas Dilger <adilger@clusterfs.com>
*
* This could probably be made into a module, because it is not often in use.
*/
#define EXT4FS_DEBUG
#include <linux/errno.h>
#include <linux/sla... | gpl-2.0 |
goodhanrry/N915S_goodHanrry_kernel_lollipop | drivers/media/i2c/wm8775.c | 374 | 9461 | /*
* wm8775 - driver version 0.0.1
*
* Copyright (C) 2004 Ulf Eklund <ivtv at eklund.to>
*
* Based on saa7115 driver
*
* Copyright (C) 2005 Hans Verkuil <hverkuil@xs4all.nl>
* - Cleanup
* - V4L2 API update
* - sound fixes
*
* This program is free software; you can redistribute it and/or modify
* it under t... | gpl-2.0 |
NebulaOy/linux | drivers/staging/comedi/drivers/pcl726.c | 374 | 11520 | /*
* pcl726.c
* Comedi driver for 6/12-Channel D/A Output and DIO cards
*
* COMEDI - Linux Control and Measurement Device Interface
* Copyright (C) 1998 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 Licen... | gpl-2.0 |
jakeclawson/linux | net/netfilter/ipset/ip_set_getport.c | 886 | 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 |
streamagame/streamagame_kernel | arch/arm/mm/nommu.c | 886 | 10109 | /*
* linux/arch/arm/mm/nommu.c
*
* ARM uCLinux supporting functions.
*/
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/io.h>
#include <linux/memblock.h>
#include <linux/kernel.h>
#include <asm/cacheflush.h>
#include <asm/sections.h>
#include <asm/page.h>
#include <asm/s... | gpl-2.0 |
junhe/linux | net/sunrpc/auth_gss/gss_rpc_xdr.c | 1142 | 17479 | /*
* GSS Proxy upcall module
*
* Copyright (C) 2012 Simo Sorce <simo@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option)... | gpl-2.0 |
TeamRegular/android_kernel_nvidia_shieldtablet | arch/x86/mm/pat.c | 2934 | 21547 | /*
* Handle caching attributes in page tables (PAT)
*
* Authors: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
* Suresh B Siddha <suresh.b.siddha@intel.com>
*
* Loosely based on earlier PAT patchset from Eric Biederman and Andi Kleen.
*/
#include <linux/seq_file.h>
#include <linux/bootmem.h>
#inc... | gpl-2.0 |
david-a-wheeler/linux | fs/nls/nls_cp932.c | 2934 | 491167 | /*
* linux/fs/nls/nls_cp932.c
*
* Charset cp932 translation tables.
* This translation table was generated automatically, the
* original table can be download from the Microsoft website.
* (http://www.microsoft.com/typography/unicode/unicodecp.htm)
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include... | gpl-2.0 |
moscowdesire/701trollslayer | security/selinux/nlmsgtab.c | 3190 | 6532 | /*
* Netlink message type permission tables, for user generated messages.
*
* Author: James Morris <jmorris@redhat.com>
*
* Copyright (C) 2004 Red Hat, Inc., James Morris <jmorris@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public ... | gpl-2.0 |
bilalliberty/android_kernel_htc_msm8930 | drivers/net/wireless/prism54/islpci_dev.c | 4726 | 27491 | /*
* Copyright (C) 2002 Intersil Americas Inc.
* Copyright (C) 2003 Herbert Valerio Riedel <hvr@gnu.org>
* Copyright (C) 2003 Luis R. Rodriguez <mcgrof@ruslug.rutgers.edu>
*
* 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 |
ystk/linux-poky-debian | drivers/net/wireless/prism54/islpci_dev.c | 4726 | 27491 | /*
* Copyright (C) 2002 Intersil Americas Inc.
* Copyright (C) 2003 Herbert Valerio Riedel <hvr@gnu.org>
* Copyright (C) 2003 Luis R. Rodriguez <mcgrof@ruslug.rutgers.edu>
*
* 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 |
Buckmarble/Elite_Lunar_kernel | drivers/media/video/hdpvr/hdpvr-i2c.c | 5238 | 5723 |
/*
* Hauppauge HD PVR USB driver
*
* Copyright (C) 2008 Janne Grunau (j@jannau.net)
*
* IR device registration code is
* Copyright (C) 2010 Andy Walls <awalls@md.metrocast.net>
*
* 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 |
semdoc/kernel_moto_shamu | drivers/scsi/scsi_tgt_if.c | 7542 | 9294 | /*
* SCSI target kernel/user interface functions
*
* Copyright (C) 2005 FUJITA Tomonori <tomof@acm.org>
* Copyright (C) 2005 Mike Christie <michaelc@cs.wisc.edu>
*
* 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 |
BlackBox-Kernel/blackbox_sprout_mm | samples/trace_events/trace-events-sample.c | 13174 | 1053 | #include <linux/module.h>
#include <linux/kthread.h>
/*
* Any file that uses trace points, must include the header.
* But only one file, must include the header by defining
* CREATE_TRACE_POINTS first. This will make the C code that
* creates the handles for the trace points.
*/
#define CREATE_TRACE_POINTS
#incl... | gpl-2.0 |
ribalda/linux-old | drivers/clk/st/clkgen-fsyn.c | 119 | 34625 | /*
* Copyright (C) 2014 STMicroelectronics R&D 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.
*
*/
/*
* Authors:
* Stephen Gallimore <stephen.gallimore@st.com>,
* Pan... | gpl-2.0 |
Tasssadar/android_kernel_asus_grouper | fs/compat.c | 375 | 45752 | /*
* linux/fs/compat.c
*
* Kernel compatibililty routines for e.g. 32 bit syscall support
* on 64 bit kernels.
*
* Copyright (C) 2002 Stephen Rothwell, IBM Corporation
* Copyright (C) 1997-2000 Jakub Jelinek (jakub@redhat.com)
* Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be)
* Copyright... | gpl-2.0 |
Xluco/kernel_smp600 | mm/mlock.c | 1143 | 16058 | /*
* linux/mm/mlock.c
*
* (C) Copyright 1995 Linus Torvalds
* (C) Copyright 2002 Christoph Hellwig
*/
#include <linux/capability.h>
#include <linux/mman.h>
#include <linux/mm.h>
#include <linux/swap.h>
#include <linux/swapops.h>
#include <linux/pagemap.h>
#include <linux/mempolicy.h>
#include <linux/syscalls.h>... | gpl-2.0 |
androidarmv6/android_kernel_samsung_msm | drivers/ata/sata_svw.c | 1655 | 15302 | /*
* sata_svw.c - ServerWorks / Apple K2 SATA
*
* Maintained by: Benjamin Herrenschmidt <benh@kernel.crashing.org> and
* Jeff Garzik <jgarzik@pobox.com>
* Please ALWAYS copy linux-ide@vger.kernel.org
* on emails.
*
* Copyright 2003 Benjamin Herrenschmidt <benh@kernel.crashing.org>
*
* Bits... | gpl-2.0 |
CyanogenMod/android_kernel_sony_mam7x27a-legacy | arch/arm/mach-s5p64x0/gpiolib.c | 2935 | 10536 | /* linux/arch/arm/mach-s5p64x0/gpiolib.c
*
* Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* S5P64X0 - GPIOlib support
*
* 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 ... | gpl-2.0 |
moulecorp/greezly | arch/arm/mach-s5pc100/dma.c | 2935 | 3125 | /* linux/arch/arm/mach-s5pc100/dma.c
*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* Copyright (C) 2010 Samsung Electronics Co. Ltd.
* Jaswinder Singh <jassi.brar@samsung.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the... | gpl-2.0 |
piccolo-dev/aquaris-M5 | tools/power/cpupower/utils/helpers/cpuid.c | 4471 | 4504 | #include <stdio.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include "helpers/helpers.h"
static const char *cpu_vendor_table[X86_VENDOR_MAX] = {
"Unknown", "GenuineIntel", "AuthenticAMD",
};
#if defined(__i386__) || defined(__x86_64__)
/* from gcc */
#include <cpuid.h>
/*
* ... | gpl-2.0 |
exynosS5/android_kernel_samsung_universal5422-stock | tools/power/cpupower/utils/helpers/cpuid.c | 4471 | 4504 | #include <stdio.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include "helpers/helpers.h"
static const char *cpu_vendor_table[X86_VENDOR_MAX] = {
"Unknown", "GenuineIntel", "AuthenticAMD",
};
#if defined(__i386__) || defined(__x86_64__)
/* from gcc */
#include <cpuid.h>
/*
* ... | gpl-2.0 |
wanam/Adam-Kernel-GS5-LTE | drivers/net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c | 4727 | 16083 | /*
* 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 |
wzhy90/sony_msm8x60 | fs/notify/vfsmount_mark.c | 4727 | 5342 | /*
* Copyright (C) 2008 Red Hat, Inc., Eric Paris <eparis@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
... | gpl-2.0 |
Radium-Devices/Radium_taoshan | drivers/net/ethernet/amd/hplance.c | 4983 | 7159 | /* hplance.c : the Linux/hp300/lance ethernet driver
*
* Copyright (C) 05/1998 Peter Maydell <pmaydell@chiark.greenend.org.uk>
* Based on the Sun Lance driver and the NetBSD HP Lance driver
* Uses the generic 7990.c LANCE code.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#inc... | gpl-2.0 |
Filmetrics/smartinstr-linux-kernel | drivers/virt/fsl_hypervisor.c | 5239 | 23662 | /*
* Freescale Hypervisor Management Driver
* Copyright (C) 2008-2011 Freescale Semiconductor, Inc.
* Author: 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 warranty of any
* kind, whether ex... | gpl-2.0 |
0x7678/SJKernel-gn2 | drivers/net/wireless/wl1251/tx.c | 10871 | 13649 | /*
* This file is part of wl1251
*
* Copyright (c) 1998-2007 Texas Instruments Incorporated
* Copyright (C) 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 Foundat... | gpl-2.0 |
Team-Hydra/android_kernel_htc_msm8x60 | arch/mips/kernel/smp-up.c | 11127 | 1695 | /*
* 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) 2006, 07 by Ralf Baechle (ralf@linux-mips.org)
*
* Symmetric Uniprocessor (TM) Support
*/
#include <linux/kernel.h>
#incl... | gpl-2.0 |
toastido/N900TUVUDNF4 | drivers/pnp/isapnp/compat.c | 14711 | 2196 | /*
* compat.c - A series of functions to make it easier to convert drivers that use
* the old isapnp APIs. If possible use the new APIs instead.
*
* Copyright 2002 Adam Belay <ambx1@neo.rr.com>
*/
#include <linux/module.h>
#include <linux/isapnp.h>
#include <linux/string.h>
static void pnp_convert_id(... | gpl-2.0 |
LucasFeliciano21/BeagleBoard-Stable_Linux | drivers/net/usb/ipheth.c | 120 | 15117 | /*
* ipheth.c - Apple iPhone USB Ethernet driver
*
* Copyright (c) 2009 Diego Giagio <diego@giagio.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source co... | gpl-2.0 |
iradul/qtwebkit | Source/WebCore/Modules/quota/DOMWindowQuota.cpp | 120 | 2927 | /*
* Copyright (C) 2012 Google Inc. 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 the above copyright
* notice, this list of conditio... | gpl-2.0 |
thomaslee/linux-3.14.18 | lib/crc32.c | 376 | 46396 | /*
* Aug 8, 2011 Bob Pearson with help from Joakim Tjernlund and George Spelvin
* cleaned up code to current version of sparse and added the slicing-by-8
* algorithm to the closely similar existing slicing-by-4 algorithm.
*
* Oct 15, 2000 Matt Domsch <Matt_Domsch@dell.com>
* Nicer crc32 functions/docs submitted b... | gpl-2.0 |
beealone/linux | drivers/usb/storage/datafab.c | 632 | 20299 | /* Driver for Datafab USB Compact Flash reader
*
* datafab driver v0.1:
*
* First release
*
* Current development and maintenance by:
* (c) 2000 Jimmie Mayfield (mayfield+datafab@sackheads.org)
*
* Many thanks to Robert Baruch for the SanDisk SmartMedia reader driver
* which I used as a template for thi... | gpl-2.0 |
akhirasip/kernel_xiaomi_armani | drivers/staging/prima/CORE/BAP/src/bapRsnSsmAesKeyWrap.c | 1400 | 12526 | /*
* Copyright (c) 2012-2013, 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 not... | gpl-2.0 |
mongoose700/xen-coalesce-kernel | arch/powerpc/math-emu/math.c | 2168 | 11318 | /*
* Copyright (C) 1999 Eddie C. Dost (ecd@atecom.com)
*/
#include <linux/types.h>
#include <linux/sched.h>
#include <asm/uaccess.h>
#include <asm/reg.h>
#include <asm/switch_to.h>
#include <asm/sfp-machine.h>
#include <math-emu/double.h>
#define FLOATFUNC(x) extern int x(void *, void *, void *, void *)
/* The... | gpl-2.0 |
crewrktablets/rk3x_kernel_3.0.36 | arch/arm/mach-omap1/board-voiceblue.c | 2424 | 7429 | /*
* linux/arch/arm/mach-omap1/board-voiceblue.c
*
* Modified from board-generic.c
*
* Copyright (C) 2004 2N Telekomunikace, Ladislav Michl <michl@2n.cz>
*
* Code for OMAP5910 based VoiceBlue board (VoIP to GSM gateway).
*
* This program is free software; you can redistribute it and/or modify
* it under the t... | gpl-2.0 |
RhythmEngineering/linux-arago-omap3 | fs/jbd/checkpoint.c | 2680 | 21547 | /*
* linux/fs/jbd/checkpoint.c
*
* Written by Stephen C. Tweedie <sct@redhat.com>, 1999
*
* Copyright 1999 Red Hat Software --- 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 vers... | gpl-2.0 |
wrongway801/N900T_Kernel | arch/arm/mach-omap2/board-devkit8000.c | 4728 | 19867 | /*
* board-devkit8000.c - TimLL Devkit8000
*
* Copyright (C) 2009 Kim Botherway
* Copyright (C) 2010 Thomas Weber
*
* Modified from mach-omap2/board-omap3beagle.c
*
* Initial code: Syed Mohammed Khasim
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge... | gpl-2.0 |
s0be/android_kernel_letv_msm8994 | arch/um/drivers/umcast_user.c | 4728 | 4679 | /*
* user-mode-linux networking multicast transport
* Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Copyright (C) 2001 by Harald Welte <laforge@gnumonks.org>
*
* based on the existing uml-networking code, which is
* Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) and
* James Leu ... | gpl-2.0 |
varunchitre15/android_kernel_xperiaL | arch/arm/mach-omap2/board-zoom-display.c | 4728 | 3660 | /*
* Copyright (C) 2010 Texas Instruments Inc.
*
* Modified from mach-omap2/board-zoom-peripherals.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.
*/
#include <linux/kerne... | gpl-2.0 |
nnvt/android_kernel_oneplus_msm8974 | arch/arm/mach-omap2/board-zoom-display.c | 4728 | 3660 | /*
* Copyright (C) 2010 Texas Instruments Inc.
*
* Modified from mach-omap2/board-zoom-peripherals.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.
*/
#include <linux/kerne... | gpl-2.0 |
MinimalOS-AOSP/kernel_lge_hammerhead | drivers/isdn/hisax/isar.c | 4984 | 51614 | /* $Id: isar.c,v 1.22.2.6 2004/02/11 13:21:34 keil Exp $
*
* isar.c ISAR (Siemens PSB 7110) specific routines
*
* Author Karsten Keil (keil@isdn4linux.de)
*
* This file is (c) under GNU General Public License
*
*/
#include <linux/init.h>
#include "hisax.h"
#include "isar.h"
#include "isdnl1.h"
#include... | gpl-2.0 |
RozzieD/linux-sdk-kernel-source | drivers/scsi/a2091.c | 5240 | 6690 | #include <linux/types.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/zorro.h>
#include <linux/module.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/amigaints.h>
#include <asm/amigahw.h>
#include "scsi.h... | gpl-2.0 |
Fuzion24/SM-G900V_NA_KK_Opensource-S5-Kernel- | drivers/net/ethernet/cisco/enic/vnic_cq.c | 9592 | 2830 | /*
* Copyright 2008-2010 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... | gpl-2.0 |
faux123/htc-kernel-pyramid | drivers/video/vermilion/cr_pll.c | 14712 | 4842 | /*
* Copyright (c) Intel Corp. 2007.
* All Rights Reserved.
*
* Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
* develop this driver.
*
* This file is part of the Carillo Ranch video subsystem driver.
* The Carillo Ranch video subsystem driver is free software;
* you can redistribute it an... | gpl-2.0 |
samsung-msm/android_kernel_samsung_msm8960 | arch/arm/mach-msm/ipc_router.c | 121 | 94412 | /* Copyright (c) 2011-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 |
dadziokPL/android_kernel_samsung_grandprimevelte | drivers/gpu/drm/cirrus/cirrus_fbdev.c | 377 | 8196 | /*
* Copyright 2012 Red Hat
*
* This file is subject to the terms and conditions of the GNU General
* Public License version 2. See the file COPYING in the main
* directory of this archive for more details.
*
* Authors: Matthew Garrett
* Dave Airlie
*/
#include <linux/module.h>
#include <drm/drmP.h>
#... | gpl-2.0 |
aapav01/android_kernel_samsung_j7elte | arch/arm/mach-shmobile/setup-sh73a0.c | 633 | 25130 | /*
* sh73a0 processor support
*
* Copyright (C) 2010 Takashi Yoshii
* Copyright (C) 2010 Magnus Damm
* Copyright (C) 2008 Yoshihiro Shimoda
*
* 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 Foun... | gpl-2.0 |
LightningZap/sgs4g_lz_kernel | drivers/char/raw.c | 889 | 7389 | /*
* linux/drivers/char/raw.c
*
* Front-end raw character devices. These can be bound to any block
* devices to provide genuine Unix raw character device semantics.
*
* We reserve minor number 0 for a control interface. ioctl()s on this
* device are used to bind the other minor numbers to block devices.
*/
#... | gpl-2.0 |
sunnyden/ubuntu_kernel | fs/nfs/nfs4namespace.c | 889 | 13106 | /*
* linux/fs/nfs/nfs4namespace.c
*
* Copyright (C) 2005 Trond Myklebust <Trond.Myklebust@netapp.com>
* - Modified by David Howells <dhowells@redhat.com>
*
* NFSv4 namespace
*/
#include <linux/dcache.h>
#include <linux/mount.h>
#include <linux/namei.h>
#include <linux/nfs_fs.h>
#include <linux/nfs_mount.h>
#inc... | gpl-2.0 |
ddilber/telegrauq7_linux | fs/exofs/dir.c | 2169 | 17170 | /*
* Copyright (C) 2005, 2006
* Avishay Traeger (avishay@gmail.com)
* Copyright (C) 2008, 2009
* Boaz Harrosh <bharrosh@panasas.com>
*
* Copyrights for code taken from ext2:
* Copyright (C) 1992, 1993, 1994, 1995
* Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
* Univ... | gpl-2.0 |
BadWolfAlfa/MyaKernel-Note-4 | tools/perf/util/rblist.c | 2425 | 1932 | /*
* Based on strlist.c by:
* (c) 2009 Arnaldo Carvalho de Melo <acme@redhat.com>
*
* Licensed under the GPLv2.
*/
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include "rblist.h"
int rblist__add_node(struct rblist *rblist, const void *new_entry)
{
struct rb_node **p = &rblist->entries.rb_node;
s... | gpl-2.0 |
multirom-m8/kernel_htc_m8gpe | arch/arm/mach-at91/board-sam9g20ek.c | 4729 | 9780 | /*
* Copyright (C) 2005 SAN People
* Copyright (C) 2008 Atmel
*
* 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 |
bilalliberty/android_kernel_htc_ville-liberty | arch/arm/mach-omap2/board-ldp.c | 4729 | 10700 | /*
* linux/arch/arm/mach-omap2/board-ldp.c
*
* Copyright (C) 2008 Texas Instruments Inc.
* Nishant Kamat <nskamat@ti.com>
*
* Modified from mach-omap2/board-3430sdp.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* ... | gpl-2.0 |
RepoB/android_kernel_sony_msm8974-GreatDevs | drivers/scsi/fdomain.c | 4985 | 57142 | /* fdomain.c -- Future Domain TMC-16x0 SCSI driver
* Created: Sun May 3 18:53:19 1992 by faith@cs.unc.edu
* Revised: Mon Dec 28 21:59:02 1998 by faith@acm.org
* Author: Rickard E. Faith, faith@cs.unc.edu
* Copyright 1992-1996, 1998 Rickard E. Faith (faith@acm.org)
* Shared IRQ supported added 7/7/2001 Alan Cox <... | gpl-2.0 |
purity-devices/android_kernel_lge_g3 | drivers/misc/ad525x_dpot-spi.c | 4985 | 2936 | /*
* Driver for the Analog Devices digital potentiometers (SPI bus)
*
* Copyright (C) 2010-2011 Michael Hennerich, Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/spi/spi.h>
#include <linux/module.h>
#include "ad525x_dpot.h"
/* SPI bus functions */
static int write8(void *client, ... | gpl-2.0 |
AOSPA-L/android_kernel_oneplus_msm8974 | drivers/misc/ad525x_dpot-i2c.c | 4985 | 2733 | /*
* Driver for the Analog Devices digital potentiometers (I2C bus)
*
* Copyright (C) 2010-2011 Michael Hennerich, Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/i2c.h>
#include <linux/module.h>
#include "ad525x_dpot.h"
/* I2C bus functions */
static int write_d8(void *client, u8... | gpl-2.0 |
davidmueller13/efficientkernel | sound/isa/msnd/msnd_pinnacle_mixer.c | 5241 | 10263 | /***************************************************************************
msnd_pinnacle_mixer.c - description
-------------------
begin : Fre Jun 7 2002
copyright : (C) 2002 by karsten wiese
email : annabellesgarden@yahoo.de
************************************************************... | gpl-2.0 |
TEAM-RAZOR-DEVICES/kernel_lge_g3 | drivers/pps/clients/pps-gpio.c | 5241 | 6098 | /*
* pps-gpio.c -- PPS client driver using GPIO
*
*
* Copyright (C) 2010 Ricardo Martins <rasm@fe.up.pt>
* Copyright (C) 2011 James Nuss <jamesnuss@nanometrics.ca>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
... | gpl-2.0 |
deedwar/kernel_sony_msm8x60 | fs/ocfs2/stack_user.c | 7545 | 23719 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* stack_user.c
*
* Code which interfaces ocfs2 with fs/dlm and a userspace stack.
*
* Copyright (C) 2007 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of t... | gpl-2.0 |
SerenityS/android_kernel_allwinner_a31 | drivers/i2c/busses/i2c-simtec.c | 7545 | 3938 | /*
* Copyright (C) 2005 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* Simtec Generic I2C Controller
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | gpl-2.0 |
kevin0100/android_kernel_cyanogen_msm8916 | sound/soc/pxa/raumfeld.c | 8313 | 8090 | /*
* raumfeld_audio.c -- SoC audio for Raumfeld audio devices
*
* Copyright (c) 2009 Daniel Mack <daniel@caiaq.de>
*
* based on code from:
*
* Wolfson Microelectronics PLC.
* Openedhand Ltd.
* Liam Girdwood <lrg@slimlogic.co.uk>
* Richard Purdie <richard@openedhand.com>
*
* This program is fre... | gpl-2.0 |
eugene373/apexq | arch/powerpc/boot/epapr.c | 9593 | 1896 | /*
* Bootwrapper for ePAPR compliant firmwares
*
* Copyright 2010 David Gibson <david@gibson.dropbear.id.au>, IBM Corporation.
*
* Based on earlier bootwrappers by:
* (c) Benjamin Herrenschmidt <benh@kernel.crashing.org>, IBM Corp,\
* and
* Scott Wood <scottwood@freescale.com>
* Copyright (c) 2007 Freescale ... | gpl-2.0 |
cellphone/lge_p880_kernel_3.0 | arch/powerpc/boot/addnote.c | 10361 | 5143 | /*
* Program to hack in a PT_NOTE program header entry in an ELF file.
* This is needed for OF on RS/6000s to load an image correctly.
* Note that OF needs a program header entry for the note, not an
* ELF section.
*
* Copyright 2000 Paul Mackerras.
*
* This program is free software; you can redistribute it and... | gpl-2.0 |
pastcompute/openwrt-cc-linux-3.14.x-grsecurity | fs/xfs/xfs_icache.c | 378 | 34763 | /*
* Copyright (c) 2000-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 would be ... | gpl-2.0 |
robacklin/linux-3.7.2 | fs/jbd2/recovery.c | 1402 | 22400 | /*
* linux/fs/jbd2/recovery.c
*
* Written by Stephen C. Tweedie <sct@redhat.com>, 1999
*
* Copyright 1999-2000 Red Hat Software --- 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 ... | gpl-2.0 |
skelton/G5_444 | net/sctp/ipv6.c | 1914 | 29577 | /* SCTP kernel implementation
* (C) Copyright IBM Corp. 2002, 2004
* Copyright (c) 2001 Nokia, Inc.
* Copyright (c) 2001 La Monte H.P. Yarroll
* Copyright (c) 2002-2003 Intel Corp.
*
* This file is part of the SCTP kernel implementation
*
* SCTP over IPv6.
*
* This SCTP implementation is free software;
* you... | gpl-2.0 |
cphelps76/DEMENTED_kernel_n8013 | arch/m68k/emu/nfblock.c | 2682 | 4120 | /*
* ARAnyM block device driver
*
* 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/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/kernel.h>
... | gpl-2.0 |
kernel-hut/android_kernel_xiaomi_dior | arch/arm/mach-at91/board-sam9260ek.c | 4730 | 7954 | /*
* linux/arch/arm/mach-at91/board-sam9260ek.c
*
* Copyright (C) 2005 SAN People
* Copyright (C) 2006 Atmel
*
* 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 L... | gpl-2.0 |
SlimRoms/kernel_motorola_ghost | arch/arm/mach-at91/board-stamp9g20.c | 4730 | 7217 | /*
* Copyright (C) 2010 Christian Glindkamp <christian.glindkamp@taskit.de>
* taskit GmbH
*
* 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 |
finnq/android_kernel_lge_g3 | arch/arm/mach-at91/at91sam9rl.c | 4730 | 8981 | /*
* arch/arm/mach-at91/at91sam9rl.c
*
* Copyright (C) 2005 SAN People
* Copyright (C) 2007 Atmel Corporation
*
* 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/module.h>... | gpl-2.0 |
Oct-mm/kraken_kernel_samsung_d2 | sound/soc/pxa/tosa.c | 4986 | 7180 | /*
* tosa.c -- SoC audio for Tosa
*
* Copyright 2005 Wolfson Microelectronics PLC.
* Copyright 2005 Openedhand Ltd.
*
* Authors: Liam Girdwood <lrg@slimlogic.co.uk>
* Richard Purdie <richard@openedhand.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the ... | gpl-2.0 |
mathkid95/linux_samsung_ics | tools/perf/util/strfilter.c | 10618 | 4178 | #include "util.h"
#include "string.h"
#include "strfilter.h"
/* Operators */
static const char *OP_and = "&"; /* Logical AND */
static const char *OP_or = "|"; /* Logical OR */
static const char *OP_not = "!"; /* Logical NOT */
#define is_operator(c) ((c) == '|' || (c) == '&' || (c) == '!')
#define is_separator(c) (i... | gpl-2.0 |
that1/android_kernel_asus_tf700t | sound/soc/imx/imx-pcm-fiq.c | 379 | 8380 | /*
* imx-pcm-fiq.c -- ALSA Soc Audio Layer
*
* Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
*
* This code is based on code copyrighted by Freescale,
* Liam Girdwood, Javier Martin and probably others.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of... | gpl-2.0 |
alquez/HTC-Wildfire-S-Kernel | net/tipc/name_distr.c | 891 | 9333 | /*
* net/tipc/name_distr.c: TIPC name distribution code
*
* Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, 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 |
TeamRegular/android_kernel_lge_msm8916 | arch/ia64/kernel/perfmon.c | 1915 | 172243 | /*
* This file implements the perfmon-2 subsystem which is used
* to program the IA-64 Performance Monitoring Unit (PMU).
*
* The initial version of perfmon.c was written by
* Ganesh Venkitachalam, IBM Corp.
*
* Then it was modified for perfmon-1.x by Stephane Eranian and
* David Mosberger, Hewlett Packard Co.
... | gpl-2.0 |
jindavo/Jinda-G920W8 | arch/arm/mach-kirkwood/dockstar-setup.c | 2171 | 2526 | /*
* arch/arm/mach-kirkwood/dockstar-setup.c
*
* Seagate FreeAgent DockStar 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.h>
#include <lin... | gpl-2.0 |
ayushrox/Pandora_kernel | arch/arm/mach-tegra/board-trimslice-pinmux.c | 2427 | 11906 | /*
* arch/arm/mach-tegra/board-trimslice-pinmux.c
*
* Copyright (C) 2011 CompuLab, Ltd.
*
* 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 i... | gpl-2.0 |
tim-smart/kernel_lge_mako | arch/arm/mach-shmobile/intc-sh7372.c | 4731 | 23489 | /*
* sh7372 processor support - INTC hardware block
*
* Copyright (C) 2010 Magnus Damm
*
* 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.
*
* This program is d... | gpl-2.0 |
SlimRoms/kernel_sony_apq8064 | arch/arm/mach-imx/mm-imx3.c | 4731 | 8287 | /*
* Copyright (C) 1999,2000 Arm Limited
* Copyright (C) 2000 Deep Blue Solutions Ltd
* Copyright (C) 2002 Shane Nay (shane@minirl.com)
* Copyright 2005-2007 Freescale Semiconductor, Inc. All Rights Reserved.
* - add MX31 specific definitions
*
* This program is free software; you can redistribute it and/... | gpl-2.0 |
Jaiglissechef-i9100/f4ktion_kernel | arch/arm/mach-omap1/board-h3.c | 4731 | 10449 | /*
* linux/arch/arm/mach-omap1/board-h3.c
*
* This file contains OMAP1710 H3 specific code.
*
* Copyright (C) 2004 Texas Instruments, Inc.
* Copyright (C) 2002 MontaVista Software, Inc.
* Copyright (C) 2001 RidgeRun, Inc.
* Author: RidgeRun, Inc.
* Greg Lonnon (glonnon@ridgerun.com) or info@ridgerun.co... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.