repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
MassStash/m8whl_sense | arch/arm/mach-s3c24xx/mach-vr1000.c | 4734 | 9025 | /* linux/arch/arm/mach-s3c2410/mach-vr1000.c
*
* Copyright (c) 2003-2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* Machine support for Thorcom VR1000 board. Designed for Thorcom by
* Simtec Electronics, http://www.simtec.co.uk/
*
* This program is free software; you can redistribute it and/or modi... | gpl-2.0 |
Emptying/android_kernel_a890 | lib/hexdump.c | 4734 | 7158 | /*
* lib/hexdump.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. See README and COPYING for
* more details.
*/
#include <linux/types.h>
#include <linux/ctype.h>
#include <l... | gpl-2.0 |
cleaton/liquid-chocolate | drivers/isdn/mISDN/dsp_hwec.c | 4990 | 3049 | /*
* dsp_hwec.c:
* builtin mISDN dsp pipeline element for enabling the hw echocanceller
*
* Copyright (C) 2007, Nadi Sarrar
*
* Nadi Sarrar <nadi@beronet.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 |
Validus-Lollipop/android_kernel_motorola_msm8960dt-common | drivers/ata/pata_radisys.c | 5502 | 6962 | /*
* pata_radisys.c - Intel PATA/SATA controllers
*
* (C) 2006 Red Hat <alan@lxorguk.ukuu.org.uk>
*
* Some parts based on ata_piix.c by Jeff Garzik and others.
*
* A PIIX relative, this device has a single ATA channel and no
* slave timings, SITRE or PPE. In that sense it is a close relative
* o... | gpl-2.0 |
loiz/android_kernel_samsung_hllte | drivers/ata/pata_acpi.c | 5502 | 6978 | /*
* ACPI PATA driver
*
* (c) 2007 Red Hat
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/blkdev.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/gfp.h>
#include <scsi/scsi_host.h>
#include <acpi/acpi_bus.h>
#include <linu... | gpl-2.0 |
mgbotoe/GT-I8552-kernel-source | drivers/ata/pata_netcell.c | 5502 | 2870 | /*
* pata_netcell.c - Netcell PATA driver
*
* (c) 2006 Red Hat
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/blkdev.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <scsi/scsi_host.h>
#include <linux/libata.h>
#include <linux/... | gpl-2.0 |
Vegaviet-DevTeam/Kernel_N4_N910SLK | net/ipv4/xfrm4_mode_beet.c | 9342 | 3780 | /*
* xfrm4_mode_beet.c - BEET mode encapsulation for IPv4.
*
* Copyright (c) 2006 Diego Beltrami <diego.beltrami@gmail.com>
* Miika Komu <miika@iki.fi>
* Herbert Xu <herbert@gondor.apana.org.au>
* Abhinav Pathak <abhinav.pathak@hiit.fi>
* ... | gpl-2.0 |
Al3XKOoL/tmp | arch/mips/math-emu/dp_fint.c | 10366 | 1906 | /* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
*
* ########################################################################
*
* This program is free software; you can distribute it and/or modify it
* un... | gpl-2.0 |
AOSPERIA/android_kernel_sony | arch/um/drivers/stderr_console.c | 14206 | 1683 | #include <linux/kernel.h>
#include <linux/init.h>
#include <linux/console.h>
#include "chan_user.h"
/* ----------------------------------------------------------------------------- */
/* trivial console driver -- simply dump everything to stderr */
/*
* Don't register by default -- as this regist... | gpl-2.0 |
vishnuavula/ntb | drivers/of/address.c | 127 | 25416 |
#include <linux/device.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/module.h>
#include <linux/of_address.h>
#include <linux/pci_regs.h>
#include <linux/sizes.h>
#include <linux/slab.h>
#include <linux/string.h>
/* Max address size we deal with */
#define OF_MAX_ADDR_CELLS 4
#define OF_CHECK_ADDR... | gpl-2.0 |
Shelnutt2/android_kernel_lge_f180k | drivers/usb/gadget/u_bam_data.c | 127 | 7283 | /* Copyright (c) 2012, 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 |
wejoncy/linux-digilent | arch/mips/pmc-sierra/yosemite/ht.c | 127 | 11983 | /*
* Copyright 2003 PMC-Sierra
* Author: Manish Lachwani (lachwani@pmc-sierra.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 |
NamanArora/dx_kernel | net/ipv6/ip6_flowlabel.c | 383 | 17034 | /*
* ip6_flowlabel.c IPv6 flowlabel manager.
*
* 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 |
calonso-conabio/linux | drivers/net/ethernet/mellanox/mlx4/resource_tracker.c | 383 | 128858 | /*
* Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
* Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies.
* All rights reserved.
* Copyright (c) 2005, 2006, 2007 Cisco Systems, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses... | gpl-2.0 |
lp0/linux | kernel/gcov/gcc_4_7.c | 639 | 13709 | /*
* This code provides functions to handle gcc's profiling data format
* introduced with gcc 4.7.
*
* This file is based heavily on gcc_3_4.c file.
*
* For a better understanding, refer to gcc source:
* gcc/gcov-io.h
* libgcc/libgcov.c
*
* Uses gcc-internal data definitions.
*/
#include <linux/errno... | gpl-2.0 |
Entropy512/linux_kernel_galaxyplayer | drivers/net/wireless/orinoco/scan.c | 895 | 5440 | /* Helpers for managing scan queues
*
* See copyright notice in main.c
*/
#include <linux/gfp.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/ieee80211.h>
#include <net/cfg80211.h>
#include "hermes.h"
#include "orinoco.h"
#include "main.h"
#include "scan.h"
#define ZERO_DBM_OFFSET 0x95
#de... | gpl-2.0 |
perillamint/linux-COSE341 | drivers/staging/iio/accel/sca3000_ring.c | 895 | 9492 | /*
* sca3000_ring.c -- support VTI sca3000 series accelerometers via SPI
*
* 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) 2009 Jonathan Cameron <jic23@cam.ac.... | gpl-2.0 |
Tigrouzen/Samsung_Wave_Kernel_SD_NAND | arch/arm/mach-at91/at91sam9260_devices.c | 895 | 33090 | /*
* arch/arm/mach-at91/at91sam9260_devices.c
*
* 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 License, or
* (at your option) any l... | gpl-2.0 |
pacificIT/Kernel_Unico | fs/btrfs/volumes.c | 1663 | 94410 | /*
* Copyright (C) 2007 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
* License v2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHO... | gpl-2.0 |
stratosk/semaphore | drivers/media/dvb/ttpci/budget-core.c | 1663 | 17319 | /*
* budget-core.c: driver for the SAA7146 based Budget DVB cards
*
* Compiled from various sources by Michael Hunold <michael@mihu.de>
*
* Copyright (C) 2002 Ralph Metzler <rjkm@metzlerbros.de>
*
* Copyright (C) 1999-2002 Ralph Metzler
* & Marcus Metzler for convergence integrated media GmbH
*
* 26feb200... | gpl-2.0 |
Ryuinferno/Blazing_Kernel_t1 | drivers/gpu/drm/ttm/ttm_bo_util.c | 1919 | 16872 | /**************************************************************************
*
* Copyright (c) 2007-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"... | gpl-2.0 |
CalcProgrammer1/ubuntu-kernel-quincyatt | drivers/infiniband/hw/cxgb4/resource.c | 2687 | 12609 | /*
* Copyright (c) 2009-2010 Chelsio, 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 License (GPL) Version 2, available from the file
* COPYING in the main directory of this source ... | gpl-2.0 |
yatto/xteam31 | drivers/media/radio/radio-rtrack2.c | 2687 | 7785 | /* RadioTrack II driver for Linux radio support (C) 1998 Ben Pfaff
*
* Based on RadioTrack I/RadioReveal (C) 1997 M. Kirkwood
* Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk>
* Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
*
* TODO: Allow for more than one of these foolish ... | gpl-2.0 |
VanirAOSP/kernel_lge_g3 | arch/h8300/kernel/traps.c | 4735 | 4038 | /*
* linux/arch/h8300/boot/traps.c -- general exception handling code
* H8/300 support Yoshinori Sato <ysato@users.sourceforge.jp>
*
* Cloned from Linux/m68k.
*
* No original Copyright holder listed,
* Probable original (C) Roman Zippel (assigned DJD, 1999)
*
* Copyright 1999-2000 D. Jeff Dionne, <jeff@rt-con... | gpl-2.0 |
XMelancholy/android_kernel_sony_u8500 | arch/arm/mach-omap1/irq.c | 4735 | 7337 | /*
* linux/arch/arm/mach-omap1/irq.c
*
* Interrupt handler for all OMAP boards
*
* Copyright (C) 2004 Nokia Corporation
* Written by Tony Lindgren <tony@atomide.com>
* Major cleanups by Juha Yrjölä <juha.yrjola@nokia.com>
*
* Completely re-written to support various OMAP chips with bank specific
* interrupt h... | gpl-2.0 |
imang/gcore_kernel | drivers/media/video/vs6624.c | 4991 | 21056 | /*
* vs6624.c ST VS6624 CMOS image sensor driver
*
* Copyright (c) 2011 Analog Devices Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed i... | gpl-2.0 |
NormandyEGY/android_kernel_nokia_normandy | drivers/power/ds2760_battery.c | 4991 | 18472 | /*
* Driver for batteries with DS2760 chips inside.
*
* Copyright © 2007 Anton Vorontsov
* 2004-2007 Matt Reimer
* 2004 Szabolcs Gyurko
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety in all copies and derived works.
*
* Aut... | gpl-2.0 |
CyanogenMod/android_kernel_lge_ls970 | drivers/media/video/bt8xx/bttv-input.c | 5247 | 14049 | /*
*
* Copyright (c) 2003 Gerd Knorr
* Copyright (c) 2003 Pavel Machek
*
* 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 ... | gpl-2.0 |
srisurya95/android_kernel_motorola_msm8226 | drivers/usb/image/microtek.c | 7551 | 23425 | /* Driver for Microtek Scanmaker X6 USB scanner, and possibly others.
*
* (C) Copyright 2000 John Fremlin <vii@penguinpowered.com>
* (C) Copyright 2000 Oliver Neukum <Oliver.Neukum@lrz.uni-muenchen.de>
*
* Parts shamelessly stolen from usb-storage and copyright by their
* authors. Thanks to Matt Dharm for giving ... | gpl-2.0 |
shinkumara/sprout_shinkumara_kernel | arch/microblaze/kernel/cpu/cpuinfo-static.c | 7551 | 5155 | /*
* Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
* Copyright (C) 2007-2009 PetaLogix
* Copyright (C) 2007 John Williams <john.williams@petalogix.com>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
... | gpl-2.0 |
BanBxda/Linux-3.0.X | tools/perf/util/path.c | 8319 | 3344 | /*
* I'm tired of doing "vsnprintf()" etc just to open a
* file, so here's a "return static buffer with printf"
* interface for paths.
*
* It's obviously not thread-safe. Sue me. But it's quite
* useful for doing things like
*
* f = open(mkpath("%s/%s.perf", base, name), O_RDONLY);
*
* which is what it's de... | gpl-2.0 |
nimengyu2/ti-a8-linux-04.06.00.07 | drivers/edac/mv64x60_edac.c | 9087 | 22846 | /*
* Marvell MV64x60 Memory Controller kernel module for PPC platforms
*
* Author: Dave Jiang <djiang@mvista.com>
*
* 2006-2007 (c) MontaVista Software, Inc. 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, w... | gpl-2.0 |
sjurbren/modem-ipc | drivers/infiniband/hw/ipath/ipath_wc_x86_64.c | 13439 | 6209 | /*
* Copyright (c) 2006, 2007 QLogic Corporation. All rights reserved.
* Copyright (c) 2003, 2004, 2005, 2006 PathScale, 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 License (GPL)... | gpl-2.0 |
mdeejay/android_kernel_mako | arch/powerpc/xmon/ppc-dis.c | 13695 | 5571 | /* ppc-dis.c -- Disassemble PowerPC instructions
Copyright 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support
This file is part of GDB, GAS, and the GNU binutils.
GDB, GAS, and the GNU binutils are free software; you can redistribut... | gpl-2.0 |
Foxda-Tech/polaris-kernel | arch/arm/mach-pxa/csb701.c | 14207 | 1321 | #include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/gpio_keys.h>
#include <linux/input.h>
#include <linux/leds.h>
#include <asm/mach-types.h>
static struct gpio_keys_button csb701_buttons[] = {
{
.code = 0x7,
.gpio = 1,
.active_low = 1,
.desc = "SW2",
.typ... | gpl-2.0 |
ProjectX-Android/kernel_htc_msm8974 | drivers/htc_debug/stability/htc_report_meminfo.c | 128 | 4509 | #include <linux/mm_types.h>
#include <linux/mm.h>
#include <linux/seq_file.h>
#include <linux/swap.h>
#include <linux/fs.h>
#include <linux/msm_kgsl.h>
#include <htc_debug/stability/htc_report_meminfo.h>
static atomic_long_t meminfo_stat[NR_MEMINFO_STAT_ITEMS] =
{[0 ... NR_MEMINFO_STAT_ITEMS - 1] = ATOMIC_LONG_INIT(0... | gpl-2.0 |
malvira/uboot | api/api_net.c | 128 | 2401 | /*
* (C) Copyright 2007 Semihalf
*
* Written by: Rafal Jaworowski <raj@semihalf.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 it under the terms of the GNU General Public License as
* published by the ... | gpl-2.0 |
cosmicexplorer/linux | drivers/infiniband/hw/mlx5/qp.c | 128 | 83927 | /*
* Copyright (c) 2013-2015, 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 th... | gpl-2.0 |
Kris89/mooc_os_lab | labcodes/lab5/libs/printfmt.c | 384 | 9877 | #include <defs.h>
#include <x86.h>
#include <error.h>
#include <stdio.h>
#include <string.h>
/* *
* Space or zero padding and a field width are supported for the numeric
* formats only.
*
* The special format %e takes an integer error code
* and prints a string describing the error.
* The integer may be positive... | gpl-2.0 |
jdheiner/SGH-T769_Kernel_ICS | drivers/media/tdmb/fc8050/fc8050_spi.c | 384 | 8083 | /*****************************************************************************
Copyright(c) 2009 FCI Inc. All Rights Reserved
File name : fc8050_spi.c
Description : fc8050 host interface
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as ... | gpl-2.0 |
exactassembly/linux-stable | drivers/mfd/tps6586x.c | 896 | 16020 | /*
* Core driver for TI TPS6586x PMIC family
*
* Copyright (c) 2010 CompuLab Ltd.
* Mike Rapoport <mike@compulab.co.il>
*
* Based on da903x.c.
* Copyright (C) 2008 Compulab, Ltd.
* Mike Rapoport <mike@compulab.co.il>
* Copyright (C) 2006-2008 Marvell International Ltd.
* Eric Miao <eric.miao@marvell.com>
*
... | gpl-2.0 |
androidarmv6/android_kernel_zte_msm7x27 | drivers/hwmon/w83791d.c | 1152 | 51461 | /*
w83791d.c - Part of lm_sensors, Linux kernel modules for hardware
monitoring
Copyright (C) 2006-2007 Charles Spirakis <bezaur@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 ... | gpl-2.0 |
yank555-lu/TF101G_V9.2.2.6 | drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c | 2944 | 2052 | /* dntv-live-dvb-t.h - Keytable for dntv_live_dvb_t Remote Controller
*
* keymap imported from ir-keymaps.c
*
* Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@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 publi... | gpl-2.0 |
CyanogenMod/android_kernel_acer_t20-common | drivers/media/rc/keymaps/rc-terratec-slim-2.c | 2944 | 2216 | /*
* TerraTec remote controller keytable
*
* Copyright (C) 2011 Martin Groszhauser <mgroszhauser@gmail.com>
* Copyright (C) 2011 Antti Palosaari <crope@iki.fi>
*
* 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 |
InfinitiveOS-Devices/kernel_xiaomi_armani | net/ipv4/datagram.c | 6784 | 2074 | /*
* common UDP/RAW code
* Linux INET implementation
*
* Authors:
* Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.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 |
cholokei/android_kernel_samsung_milletwifikx | drivers/input/misc/gpio_matrix.c | 8064 | 12640 | /* drivers/input/misc/gpio_matrix.c
*
* Copyright (C) 2007 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 ... | gpl-2.0 |
charles1018/kernel_sony_14.4.A.0.157 | sound/pci/ctxfi/cttimer.c | 8320 | 11344 | /*
* PCM timer handling on ctxfi
*
* 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/slab.h>
#include <linux/math64.h>
#include <linux/moduleparam.h>... | gpl-2.0 |
tadeas482/kernel-old | drivers/isdn/capi/capilib.c | 9600 | 4630 |
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/isdn/capilli.h>
#define DBG(format, arg...) do { \
printk(KERN_DEBUG "%s: " format "\n" , __func__ , ## arg); \
} while (0)
struct capilib_msgidqueue {
struct capilib_msgidqueue *next;
u16 msgid;
};
struct capilib_n... | gpl-2.0 |
JTdevAndroid/XKernel | arch/sh/mm/tlb-pteaex.c | 9856 | 2803 | /*
* arch/sh/mm/tlb-pteaex.c
*
* TLB operations for SH-X3 CPUs featuring PTE ASID Extensions.
*
* Copyright (C) 2009 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.
*/
#includ... | gpl-2.0 |
tobigun/samsung-kernel-smg800f | arch/sh/mm/tlb-pteaex.c | 9856 | 2803 | /*
* arch/sh/mm/tlb-pteaex.c
*
* TLB operations for SH-X3 CPUs featuring PTE ASID Extensions.
*
* Copyright (C) 2009 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.
*/
#includ... | gpl-2.0 |
MSM8226-Samsung/kernel_samsung_msm8226 | drivers/zorro/zorro-sysfs.c | 11648 | 3155 | /*
* File Attributes for Zorro Devices
*
* Copyright (C) 2003 Geert Uytterhoeven
*
* Loosely based on drivers/pci/pci-sysfs.c
*
* 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.
*/
#in... | gpl-2.0 |
Nick73/King_Kernel | arch/powerpc/platforms/52xx/mpc52xx_pm.c | 12160 | 5307 | #include <linux/init.h>
#include <linux/suspend.h>
#include <linux/io.h>
#include <asm/time.h>
#include <asm/cacheflush.h>
#include <asm/mpc52xx.h>
/* these are defined in mpc52xx_sleep.S, and only used here */
extern void mpc52xx_deep_sleep(void __iomem *sram, void __iomem *sdram_regs,
struct mpc52xx_cdm __iomem *,... | gpl-2.0 |
hephaex/kernel | kernel/gcov/gcc_4_7.c | 385 | 13558 | /*
* This code provides functions to handle gcc's profiling data format
* introduced with gcc 4.7.
*
* This file is based heavily on gcc_3_4.c file.
*
* For a better understanding, refer to gcc source:
* gcc/gcov-io.h
* libgcc/libgcov.c
*
* Uses gcc-internal data definitions.
*/
#include <linux/errno... | gpl-2.0 |
virtuous/kernel-7x30-froyo-v2 | fs/ocfs2/alloc.c | 385 | 201300 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* alloc.c
*
* Extent allocs and frees
*
* Copyright (C) 2002, 2004 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as pu... | gpl-2.0 |
blazingwolf/Acer-A500-Stock-Kernel-with-touchscreen-fix-for-ICS | drivers/media/radio/tef6862.c | 897 | 5739 | /*
* tef6862.c Philips TEF6862 Car Radio Enhanced Selectivity Tuner
* Copyright (c) 2009 Intel 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... | gpl-2.0 |
k2wl/3.0.y | drivers/staging/intel_sst/intelmid_ctrl.c | 2945 | 25214 | /*
* intelmid_ctrl.c - Intel Sound card driver for MID
*
* Copyright (C) 2008-10 Intel Corp
* Authors: Harsha Priya <priya.harsha@intel.com>
* Vinod Koul <vinod.koul@intel.com>
* Dharageswari R <dharageswari.r@intel.com>
* KP Jeeja <jeeja.kp@intel.com>
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... | gpl-2.0 |
kolargol/linux | tools/perf/arch/x86/util/dwarf-regs.c | 3713 | 1796 | /*
* dwarf-regs.c : Mapping of DWARF debug register numbers into register names.
* Extracted from probe-finder.c
*
* Written by Masami Hiramatsu <mhiramat@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
*... | gpl-2.0 |
ac100-ru/picasso-kernel | sound/soc/samsung/smdk2443_wm9710.c | 4481 | 1706 | /*
* smdk2443_wm9710.c -- SoC audio for smdk2443
*
* Copyright 2007 Wolfson Microelectronics PLC.
* Author: Graeme Gregory
* graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General ... | gpl-2.0 |
wan5xp/android_kernel_xiaomi_armani | arch/arm/mach-orion5x/rd88f5182-setup.c | 4737 | 7768 | /*
* arch/arm/mach-orion5x/rd88f5182-setup.c
*
* Marvell Orion-NAS Reference Design Setup
*
* Maintainer: Ronen Shitrit <rshitrit@marvell.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 e... | gpl-2.0 |
MoKee/android_kernel_htc_msm8960 | arch/mips/pnx8550/common/prom.c | 4993 | 2464 | /*
*
* Per Hallsmark, per.hallsmark@mvista.com
*
* Based on jmr3927/common/prom.c
*
* 2004 (c) MontaVista Software, Inc. 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.
*/
#i... | gpl-2.0 |
marshallshen/android-os | drivers/watchdog/intel_scu_watchdog.c | 7297 | 15505 | /*
* Intel_SCU 0.2: An Intel SCU IOH Based Watchdog Device
* for Intel part #(s):
* - AF82MP20 PCH
*
* Copyright (C) 2009-2010 Intel Corporation. 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 G... | gpl-2.0 |
cristianhristea/linux_kernel | security/tomoyo/realpath.c | 7809 | 8031 | /*
* security/tomoyo/realpath.c
*
* Copyright (C) 2005-2011 NTT DATA CORPORATION
*/
#include "common.h"
#include <linux/magic.h>
/**
* tomoyo_encode2 - Encode binary string to ascii string.
*
* @str: String in binary format.
* @str_len: Size of @str in byte.
*
* Returns pointer to @str in ascii format ... | gpl-2.0 |
craigacgomez/android_kernel_samsung_manta | drivers/staging/sbe-2t3e3/netdev.c | 8321 | 3507 | /*
* SBE 2T3E3 synchronous serial card driver for Linux
*
* Copyright (C) 2009-2010 Krzysztof Halasa <khc@pm.waw.pl>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License
* as published by the Free Software Foundation.
*
* T... | gpl-2.0 |
aosp-lb-nozomi/android_kernel_sony_msm8660 | drivers/firmware/memmap.c | 9089 | 7301 | /*
* linux/drivers/firmware/memmap.c
* Copyright (C) 2008 SUSE LINUX Products GmbH
* by Bernhard Walle <bernhard.walle@gmx.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2.0 as published by
* the Free Software Foundation
*
... | gpl-2.0 |
mikewadsten/asuswrt | release/src/router/ffmpeg/libavcodec/arm/vp56dsp_init_arm.c | 130 | 1276 | /*
* Copyright (c) 2010 Mans Rullgard <mans@mansr.com>
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at you... | gpl-2.0 |
yueshu/kernel_rk3036 | drivers/video/backlight/pwm_bl.c | 130 | 9826 | /*
* linux/drivers/video/backlight/pwm_bl.c
*
* simple PWM based backlight control, board code has to setup
* 1) pin configuration so PWM waveforms can output
* 2) platform_data being correctly configured
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge... | gpl-2.0 |
wbdub/kernel_asus_tf300t | drivers/usb/gadget/langwell_udc.c | 386 | 91380 | /*
* Intel Langwell USB Device Controller driver
* Copyright (C) 2008-2009, 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 progr... | gpl-2.0 |
lathiat/linux | drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 386 | 59305 | /* Intel Ethernet Switch Host Interface Driver
* Copyright(c) 2013 - 2015 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 ... | gpl-2.0 |
zoobab/vzkernel | arch/microblaze/mm/fault.c | 642 | 8109 | /*
* arch/microblaze/mm/fault.c
*
* Copyright (C) 2007 Xilinx, Inc. All rights reserved.
*
* Derived from "arch/ppc/mm/fault.c"
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Derived from "arch/i386/mm/fault.c"
* Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
*
* Modified by... | gpl-2.0 |
Rockman18/kernel-lgnas | arch/arm/mach-s3c2410/mach-smdk2410.c | 898 | 3256 | /* linux/arch/arm/mach-s3c2410/mach-smdk2410.c
*
* linux/arch/arm/mach-s3c2410/mach-smdk2410.c
*
* Copyright (C) 2004 by FS Forth-Systeme GmbH
* All rights reserved.
*
* @Author: Jonas Dietsche
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Pub... | gpl-2.0 |
EPDCenter/android_kernel_bq_dc_v1 | drivers/staging/panel/panel.c | 2690 | 61486 | /*
* Front panel driver for Linux
* Copyright (C) 2000-2008, Willy Tarreau <w@1wt.eu>
*
* 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 opti... | gpl-2.0 |
pgielda/imx6-linux | arch/x86/kernel/cpu/perf_event_knc.c | 2690 | 8291 | /* Driver for Intel Xeon Phi "Knights Corner" PMU */
#include <linux/perf_event.h>
#include <linux/types.h>
#include <asm/hardirq.h>
#include "perf_event.h"
static const u64 knc_perfmon_event_map[] =
{
[PERF_COUNT_HW_CPU_CYCLES] = 0x002a,
[PERF_COUNT_HW_INSTRUCTIONS] = 0x0016,
[PERF_COUNT_HW_CACHE_REFERENCE... | gpl-2.0 |
ruzarowski/boeffla-kernel-cm-s3 | drivers/media/video/saa7134/saa7134-input.c | 2946 | 25378 | /*
*
* handle saa7134 IR remotes via linux kernel input layer.
*
* 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 |
El-Nath/bidji-find5 | drivers/rtc/rtc-msm.c | 3458 | 20970 | /*
* Copyright (C) 2008 Google, Inc.
* Copyright (c) 2009-2011 The Linux Foundation. All rights reserved.
* Author: San Mehat <san@google.com>
*
* 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, distribute... | gpl-2.0 |
fileton/linux | fs/logfs/inode.c | 4226 | 11549 | /*
* fs/logfs/inode.c - inode handling code
*
* As should be obvious for Linux kernel code, license is GPLv2
*
* Copyright (c) 2005-2008 Joern Engel <joern@logfs.org>
*/
#include "logfs.h"
#include <linux/slab.h>
#include <linux/writeback.h>
#include <linux/backing-dev.h>
/*
* How soon to reuse old inode number... | gpl-2.0 |
blastagator/LGG2_TWRP_Kernel | net/netfilter/nf_conntrack_helper.c | 4226 | 8792 | /* Helper handling for netfilter. */
/* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org>
* (C) 2003,2004 USAGI/WIDE Project <http://www.linux-ipv6.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu... | gpl-2.0 |
ashyx/Samsung_Galaxy_Tab_A_kernel | drivers/infiniband/hw/mthca/mthca_pd.c | 15490 | 2597 | /*
* Copyright (c) 2004 Topspin Communications. All rights reserved.
* Copyright (c) 2005 Cisco Systems. All rights reserved.
* Copyright (c) 2005 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 t... | gpl-2.0 |
paul-xxx/kernel_sony_fuji-3.7 | net/batman-adv/originator.c | 131 | 17812 | /* Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
* 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.
*
* This program is distributed i... | gpl-2.0 |
junkyde/vikinger-stock | drivers/staging/prima/CORE/MAC/src/pe/lim/limStaHashApi.c | 387 | 2136 | /*
* 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 |
ganjafuzz/PureKernel-v2-CAF | drivers/staging/prima/CORE/BAP/src/btampHCI.c | 387 | 374540 | /*
* 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 |
werty100/android_kernel_boxer8_ouya | drivers/net/cxgb3/cxgb3_main.c | 387 | 88686 | /*
* Copyright (c) 2003-2008 Chelsio, 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 License (GPL) Version 2, available from the file
* COPYING in the main directory of this source ... | gpl-2.0 |
kvinodhbabu/linux | sound/soc/samsung/odroidx2_max98090.c | 899 | 4792 | /*
* Copyright (C) 2014 Samsung Electronics Co., Ltd.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*/
... | gpl-2.0 |
guoxf/linux | drivers/usb/misc/cytherm.c | 1923 | 10822 | /* -*- linux-c -*-
* Cypress USB Thermometer driver
*
* Copyright (c) 2004 Erik Rigtorp <erkki@linux.nu> <erik@rigtorp.com>
*
* This driver works with Elektor magazine USB Interface as published in
* issue #291. It should also work with the original starter kit/demo board
* from Cypress.
*
* This program i... | gpl-2.0 |
naota/hfsplus | drivers/power/isp1704_charger.c | 2947 | 12855 | /*
* ISP1704 USB Charger Detection driver
*
* Copyright (C) 2010 Nokia 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... | gpl-2.0 |
DroidTh3ory-xx/kernel_samsung_tuna_killr-air | drivers/ata/pata_atiixp.c | 3971 | 8131 | /*
* pata_atiixp.c - ATI PATA for new ATA layer
* (C) 2005 Red Hat Inc
* (C) 2009-2010 Bartlomiej Zolnierkiewicz
*
* Based on
*
* linux/drivers/ide/pci/atiixp.c Version 0.01-bart2 Feb. 26, 2004
*
* Copyright (C) 2003 ATI Inc. <hyu@ati.com>
* Copyright (C) 2004 Bartlomiej Zolnierkiewicz
*
*/
#in... | gpl-2.0 |
d8ahazard/shooter-cm9-deviltoast | drivers/uwb/radio.c | 4739 | 4641 | /*
* UWB radio (channel) management.
*
* 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 program is distributed in t... | gpl-2.0 |
cooldudezach/android_kernel_zte_warplte | fs/squashfs/super.c | 4739 | 13940 | /*
* Squashfs - a compressed read only filesystem for Linux
*
* Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008
* Phillip Lougher <phillip@squashfs.org.uk>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the... | gpl-2.0 |
yatto/Android_Kernel_ME302KL_CM13 | drivers/media/radio/radio-aztech.c | 7299 | 5060 | /*
* radio-aztech.c - Aztech radio card driver
*
* Converted to the radio-isa framework by Hans Verkuil <hans.verkuil@xs4all.nl>
* Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@infradead.org>
* Adapted to support the Video for Linux API by
* Russell Kroll <rkroll@exploits.org>. Based on original tuner ... | gpl-2.0 |
asias/linux-kvm | drivers/block/ataflop.c | 8323 | 53212 | /*
* drivers/block/ataflop.c
*
* Copyright (C) 1993 Greg Harp
* Atari Support by Bjoern Brauel, Roman Hodek
*
* Big cleanup Sep 11..14 1994 Roman Hodek:
* - Driver now works interrupt driven
* - Support for two drives; should work, but I cannot test that :-(
* - Reading is done in whole tracks and b... | gpl-2.0 |
freexperia/android_kernel_sony_msm8960t | drivers/block/ataflop.c | 8323 | 53212 | /*
* drivers/block/ataflop.c
*
* Copyright (C) 1993 Greg Harp
* Atari Support by Bjoern Brauel, Roman Hodek
*
* Big cleanup Sep 11..14 1994 Roman Hodek:
* - Driver now works interrupt driven
* - Support for two drives; should work, but I cannot test that :-(
* - Reading is done in whole tracks and b... | gpl-2.0 |
TheFlyhalf205/android_kernel_htc_msm8960 | fs/minix/itree_v2.c | 9091 | 1925 | #include <linux/buffer_head.h>
#include "minix.h"
enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */
typedef u32 block_t; /* 32 bit, host order */
static inline unsigned long block_to_cpu(block_t n)
{
return n;
}
static inline block_t cpu_to_block(unsigned long n)
{
return n;
}
static inline block_t *i_dat... | gpl-2.0 |
tom--pollard/linux-raspberrypi_4.1 | arch/arm/boot/compressed/string.c | 10115 | 1885 | /*
* arch/arm/boot/compressed/string.c
*
* Small subset of simple string routines
*/
#include <linux/string.h>
void *memcpy(void *__dest, __const void *__src, size_t __n)
{
int i = 0;
unsigned char *d = (unsigned char *)__dest, *s = (unsigned char *)__src;
for (i = __n >> 3; i > 0; i--) {
*d++ = *s++;
*d+... | gpl-2.0 |
xjljian/android_kernel_huawei_msm8916 | arch/arm/boot/compressed/string.c | 10115 | 1885 | /*
* arch/arm/boot/compressed/string.c
*
* Small subset of simple string routines
*/
#include <linux/string.h>
void *memcpy(void *__dest, __const void *__src, size_t __n)
{
int i = 0;
unsigned char *d = (unsigned char *)__dest, *s = (unsigned char *)__src;
for (i = __n >> 3; i > 0; i--) {
*d++ = *s++;
*d+... | gpl-2.0 |
AKKP/lge-kernel-star | drivers/target/target_core_transport.c | 132 | 172769 | /*******************************************************************************
* Filename: target_core_transport.c
*
* This file contains the Generic Target Engine Core.
*
* Copyright (c) 2002, 2003, 2004, 2005 PyX Technologies, Inc.
* Copyright (c) 2005, 2006, 2007 SBE, Inc.
* Copyright (c) 2007-2010 Rising ... | gpl-2.0 |
CSE3320/kernel-code | .backup_do_not_remove/arch/powerpc/kvm/book3s_hv_ras.c | 132 | 10433 | // SPDX-License-Identifier: GPL-2.0-only
/*
*
* Copyright 2012 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
*/
#include <linux/types.h>
#include <linux/string.h>
#include <linux/kvm.h>
#include <linux/kvm_host.h>
#include <linux/kernel.h>
#include <asm/opal.h>
#include <asm/mce.h>
#include <asm/machdep.h>
#includ... | gpl-2.0 |
VincenzoDo/my-kernel | drivers/media/radio/saa7706h.c | 1668 | 12186 | /*
* saa7706.c Philips SAA7706H Car Radio DSP driver
* Copyright (c) 2009 Intel 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... | gpl-2.0 |
ISTweak/android_kernel_sharp_is05 | arch/arm/mach-at91/board-eb9200.c | 1668 | 3461 | /*
* linux/arch/arm/mach-at91/board-eb9200.c
*
* Copyright (C) 2005 SAN People, adapted for ATEB9200 from Embest
* by Andrew Patrikalakis
*
* 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 Foundati... | gpl-2.0 |
shuiqingliu/android_kernel_lenovo_stuttgart | arch/powerpc/sysdev/qe_lib/qe_ic.c | 2180 | 11868 | /*
* arch/powerpc/sysdev/qe_lib/qe_ic.c
*
* Copyright (C) 2006 Freescale Semicondutor, Inc. All rights reserved.
*
* Author: Li Yang <leoli@freescale.com>
* Based on code from Shlomi Gridish <gridish@freescale.com>
*
* QUICC ENGINE Interrupt Controller
*
* This program is free software; you can redistribute ... | gpl-2.0 |
prasidh09/cse506 | unionfs-3.10.y/drivers/net/ethernet/sfc/mcdi.c | 2180 | 32563 | /****************************************************************************
* Driver for Solarflare Solarstorm network controllers and boards
* Copyright 2008-2011 Solarflare Communications Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Publi... | gpl-2.0 |
omega-roms/G900I_Omega_Kernel_LL_5.0 | drivers/net/wireless/ath/ath9k/xmit.c | 2692 | 65341 | /*
* Copyright (c) 2008-2011 Atheros Communications Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.