repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
aznrice/l-preview | kernel/irq_work.c | 4683 | 3201 | /*
* Copyright (C) 2010 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
*
* Provides a framework for enqueueing and running callbacks from hardirq
* context. The enqueueing is NMI-safe.
*/
#include <linux/bug.h>
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/irq_work.h>
#include <linux/pe... | gpl-2.0 |
AICP/kernel_lge_msm8974 | kernel/irq_work.c | 4683 | 3201 | /*
* Copyright (C) 2010 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
*
* Provides a framework for enqueueing and running callbacks from hardirq
* context. The enqueueing is NMI-safe.
*/
#include <linux/bug.h>
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/irq_work.h>
#include <linux/pe... | gpl-2.0 |
vuanhduy/odroidxu-3.4.y | drivers/media/video/tea6420.c | 7243 | 4447 | /*
tea6420 - i2c-driver for the tea6420 by SGS Thomson
Copyright (C) 1998-2003 Michael Hunold <michael@mihu.de>
Copyright (C) 2008 Hans Verkuil <hverkuil@xs4all.nl>
The tea6420 is a bus controlled audio-matrix with 5 stereo inputs,
4 stereo outputs and gain control for each output.
It is casc... | gpl-2.0 |
MattCrystal/drunken-avenger | arch/arm/mach-exynos/setup-keypad.c | 7755 | 1156 | /* linux/arch/arm/mach-exynos4/setup-keypad.c
*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* GPIO configuration for Exynos4 KeyPad device
*
* 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 |
weritos666/ARCHOS_50_Platinum | drivers/gpu/drm/gma500/accel_2d.c | 8011 | 9712 | /**************************************************************************
* Copyright (c) 2007-2011, Intel 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... | gpl-2.0 |
Caio99BR/FalconSSKernel | arch/mips/loongson/common/serial.c | 8779 | 2024 | /*
* 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) 2007 Ralf Baechle (ralf@linux-mips.org)
*
* Copyright (C) 2009 Lemote, Inc.
* Author: Yan hua (yanhua@lemote.com)
* Auth... | gpl-2.0 |
sudosurootdev/kernel_lge_ls980 | drivers/input/touchscreen/mk712.c | 12875 | 5812 | /*
* ICS MK712 touchscreen controller driver
*
* Copyright (c) 1999-2002 Transmeta Corporation
* Copyright (c) 2005 Rick Koch <n1gp@hotmail.com>
* Copyright (c) 2005 Vojtech Pavlik <vojtech@suse.cz>
*/
/*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Gen... | gpl-2.0 |
wozgeass/Raspberry-RT | arch/sparc/kernel/iommu.c | 76 | 19350 | /* iommu.c: Generic sparc64 IOMMU support.
*
* Copyright (C) 1999, 2007, 2008 David S. Miller (davem@davemloft.net)
* Copyright (C) 1999, 2000 Jakub Jelinek (jakub@redhat.com)
*/
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/device.h>
#include ... | gpl-2.0 |
gic4107/HSA-linux | drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 76 | 69796 | /******************************************************************************
* rtl871x_ioctl_linux.c
*
* Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
* Linux device driver for RTL8192SU
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of versi... | gpl-2.0 |
wanam/Adam-Kernel-GS4 | drivers/base/regmap/regmap-debugfs.c | 76 | 11532 | /*
* Register map access API - debugfs
*
* Copyright 2011 Wolfson Microelectronics plc
*
* Author: 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 Fre... | gpl-2.0 |
janrinze/loox7xxport.loox2-6-22 | drivers/i2c/busses/i2c-amd756.c | 76 | 11706 | /*
amd756.c - Part of lm_sensors, Linux kernel modules for hardware
monitoring
Copyright (c) 1999-2002 Merlin Hughes <merlin@merlin.org>
Shamelessly ripped from i2c-piix4.c:
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> and
Philip Edelbrock <phil@netroedge.com>
This... | gpl-2.0 |
sac23/Sacs_Stock_Kernel | drivers/gpu/ion/ion_cma_heap.c | 332 | 8144 | /*
* drivers/gpu/ion/ion_cma_heap.c
*
* Copyright (C) Linaro 2012
* Author: <benjamin.gaignard@linaro.org> for ST-Ericsson.
*
* 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 un... | gpl-2.0 |
lacvapps/linux | drivers/clk/mmp/clk-of-pxa910.c | 588 | 11993 | /*
* pxa910 clock framework source file
*
* Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.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 express or implied.
*/
#include <linu... | gpl-2.0 |
kenkit/htc-kernel-saga | drivers/media/dvb/frontends/au8522_dig.c | 1100 | 22427 | /*
Auvitek AU8522 QAM/8VSB demodulator driver
Copyright (C) 2008 Steven Toth <stoth@linuxtv.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 of the License, ... | gpl-2.0 |
Hui-Zhi/gpu_cgroup_kernel | drivers/cpufreq/pcc-cpufreq.c | 1100 | 15625 | /*
* pcc-cpufreq.c - Processor Clocking Control firmware cpufreq interface
*
* Copyright (C) 2009 Red Hat, Matthew Garrett <mjg@redhat.com>
* Copyright (C) 2009 Hewlett-Packard Development Company, L.P.
* Nagananda Chumbalkar <nagananda.chumbalkar@hp.com>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... | gpl-2.0 |
MoKee/android_kernel_samsung_d710 | drivers/net/usb/kalmia.c | 2380 | 10952 | /*
* USB network interface driver for Samsung Kalmia based LTE USB modem like the
* Samsung GT-B3730 and GT-B3710.
*
* Copyright (C) 2011 Marius Bjoernstad Kotsbak <marius@kotsbak.com>
*
* Sponsored by Quicklink Video Distribution Services Ltd.
*
* Based on the cdc_eem module.
*
* This program is free softwar... | gpl-2.0 |
bsorensen110/prevail2spr_custom-kernel | drivers/bcma/driver_chipcommon.c | 2380 | 2410 | /*
* Broadcom specific AMBA
* ChipCommon core driver
*
* Copyright 2005, Broadcom Corporation
* Copyright 2006, 2007, Michael Buesch <mb@bu3sch.de>
*
* Licensed under the GNU/GPL. See COPYING for details.
*/
#include "bcma_private.h"
#include <linux/bcma/bcma.h>
static inline u32 bcma_cc_write32_masked(struct... | gpl-2.0 |
sakuramilk/linux-3.0.y | drivers/acpi/dock.c | 2636 | 28502 | /*
* dock.c - ACPI dock station driver
*
* Copyright (C) 2006 Kristen Carlson Accardi <kristen.c.accardi@intel.com>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General ... | gpl-2.0 |
MROM/android_kernel_bn_encore | drivers/net/tokenring/ibmtr.c | 2636 | 62817 | /* ibmtr.c: A shared-memory IBM Token Ring 16/4 driver for linux
*
* Written 1993 by Mark Swanson and Peter De Schrijver.
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*
* This device driver should work with Any IBM Token... | gpl-2.0 |
jeboo/kernel_JB_ZSLS6_i9100 | drivers/infiniband/hw/mthca/mthca_eq.c | 2636 | 25634 | /*
* Copyright (c) 2004, 2005 Topspin Communications. 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 terms of the GNU
* General Public License (GPL) Versi... | gpl-2.0 |
CyanogenMod/android_kernel_oneplus_msm8974 | drivers/input/mouse/psmouse-base.c | 4172 | 45763 | /*
* PS/2 mouse driver
*
* Copyright (c) 1999-2002 Vojtech Pavlik
* Copyright (c) 2003-2004 Dmitry Torokhov
*/
/*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*/
#define ... | gpl-2.0 |
ErikAndren/linux | drivers/media/rc/keymaps/rc-msi-digivox-ii.c | 4684 | 1971 | /*
* MSI DIGIVOX mini II remote controller keytable
*
* Copyright (C) 2010 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
* the Free Software Foundation; either version 2 of th... | gpl-2.0 |
tycoo/moto_x_kernel | tools/perf/builtin-diff.c | 4940 | 6742 | /*
* builtin-diff.c
*
* Builtin diff command: Analyze two perf.data input files, look up and read
* DSOs and symbol information, sort them and produce a diff.
*/
#include "builtin.h"
#include "util/debug.h"
#include "util/event.h"
#include "util/hist.h"
#include "util/evsel.h"
#include "util/session.h"
#include "... | gpl-2.0 |
UberCM/kernel_asus_flo | tools/perf/builtin-diff.c | 4940 | 6742 | /*
* builtin-diff.c
*
* Builtin diff command: Analyze two perf.data input files, look up and read
* DSOs and symbol information, sort them and produce a diff.
*/
#include "builtin.h"
#include "util/debug.h"
#include "util/event.h"
#include "util/hist.h"
#include "util/evsel.h"
#include "util/session.h"
#include "... | gpl-2.0 |
KylinUI/android_kernel_htc_m7 | drivers/media/common/tuners/mt2063.c | 4940 | 67602 | /*
* Driver for mt2063 Micronas tuner
*
* Copyright (c) 2011 Mauro Carvalho Chehab <mchehab@redhat.com>
*
* This driver came from a driver originally written by:
* Henry Wang <Henry.wang@AzureWave.com>
* Made publicly available by Terratec, at:
* http://linux.terratec.de/files/TERRATEC_H7/20110323_TERRATEC_H7_... | gpl-2.0 |
Abhinav1997/android_kernel_lge_msm8226 | fs/ubifs/budget.c | 5196 | 24369 | /*
* 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 |
proxuser/kartal | fs/dlm/ast.c | 5452 | 8227 | /******************************************************************************
*******************************************************************************
**
** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
** Copyright (C) 2004-2010 Red Hat, Inc. All rights reserved.
**
** This copyrig... | gpl-2.0 |
Fusion-Devices/android_kernel_lge_mako | arch/sh/drivers/heartbeat.c | 12876 | 4267 | /*
* Generic heartbeat driver for regular LED banks
*
* Copyright (C) 2007 - 2010 Paul Mundt
*
* Most SH reference boards include a number of individual LEDs that can
* be independently controlled (either via a pre-defined hardware
* function or via the LED class, if desired -- the hardware tends to
* encapsul... | gpl-2.0 |
Beeko/android_kernel_samsung_d2 | drivers/media/dvb/dvb-core/dvb_filter.c | 14668 | 12922 | #include <linux/kernel.h>
#include <linux/module.h>
#include <linux/string.h>
#include "dvb_filter.h"
#if 0
static unsigned int bitrates[3][16] =
{{0,32,64,96,128,160,192,224,256,288,320,352,384,416,448,0},
{0,32,48,56,64,80,96,112,128,160,192,224,256,320,384,0},
{0,32,40,48,56,64,80,96,112,128,160,192,224,256,320,0... | gpl-2.0 |
felipesanches/linux-media | drivers/gpu/drm/nouveau/core/subdev/bios/shadowacpi.c | 77 | 3168 | /*
* Copyright 2012 Red Hat 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 restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | gpl-2.0 |
XPerience-AOSP-Lollipop/android_kernel_xiaomi_cancro | drivers/staging/prima/CORE/HDD/src/wlan_hdd_cfg.c | 77 | 272158 | /*
* Copyright (c) 2012-2015 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 noti... | gpl-2.0 |
latlontude/linux | drivers/staging/comedi/drivers/me4000.c | 77 | 42452 | /*
comedi/drivers/me4000.c
Source code for the Meilhaus ME-4000 board family.
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000 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... | gpl-2.0 |
HinTak/linux | arch/x86/ia32/ia32_aout.c | 77 | 8225 | // SPDX-License-Identifier: GPL-2.0-only
/*
* a.out loader for x86-64
*
* Copyright (C) 1991, 1992, 1996 Linus Torvalds
* Hacked together by Andi Kleen
*/
#include <linux/module.h>
#include <linux/time.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/mman.h>
#include <linux/a.out.h>
#includ... | gpl-2.0 |
miaoxie/linux-btrfs | drivers/clk/clk.c | 77 | 65904 | /*
* Copyright (C) 2010-2011 Canonical Ltd <jeremy.kerr@canonical.com>
* Copyright (C) 2011-2012 Linaro Ltd <mturquette@linaro.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundati... | gpl-2.0 |
danielschwierzeck/linux | drivers/net/ethernet/toshiba/spider_net.c | 589 | 71206 | /*
* Network device driver for Cell Processor-Based Blade and Celleb platform
*
* (C) Copyright IBM Corp. 2005
* (C) Copyright 2006 TOSHIBA CORPORATION
*
* Authors : Utz Bacher <utz.bacher@de.ibm.com>
* Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
*
* This program is free software; you can redistribute... | gpl-2.0 |
wan-qy/linux | arch/x86/entry/vdso/vma.c | 589 | 6709 | /*
* Copyright 2007 Andi Kleen, SUSE Labs.
* Subject to the GPL, v.2
*
* This contains most of the x86 vDSO kernel-side code.
*/
#include <linux/mm.h>
#include <linux/err.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/random.h>
#include <linux/elf.h>
#include <linux/cpu... | gpl-2.0 |
aatjitra/PR26 | drivers/media/video/samsung/mali_r3p1_lsi/common/mali_scheduler.c | 845 | 1084 | /*
* Copyright (C) 2012 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
*
* A cop... | gpl-2.0 |
stevezilla/dplive-linux | drivers/mmc/host/msm_sdcc.c | 845 | 35545 | /*
* linux/drivers/mmc/host/msm_sdcc.c - Qualcomm MSM 7X00A SDCC Driver
*
* Copyright (C) 2007 Google Inc,
* Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
* Copyright (C) 2009, Code Aurora Forum. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify... | gpl-2.0 |
raphui/linux | drivers/media/pci/cx23885/cx23885-vbi.c | 845 | 7992 | /*
* Driver for the Conexant CX23885 PCIe bridge
*
* Copyright (c) 2007 Steven Toth <stoth@linuxtv.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 of the Lice... | gpl-2.0 |
garwynn/L720_MDL_Kernel | arch/arm/kernel/fiq.c | 1869 | 3187 | /*
* linux/arch/arm/kernel/fiq.c
*
* Copyright (C) 1998 Russell King
* Copyright (C) 1998, 1999 Phil Blundell
*
* FIQ support written by Philip Blundell <philb@gnu.org>, 1998.
*
* FIQ support re-written by Russell King to be more generic
*
* We now properly support a method by which the FIQ handlers can
... | gpl-2.0 |
ARMP/ARMP-i9300 | drivers/pci/hotplug/rpadlpar_core.c | 3661 | 10351 | /*
* Interface for Dynamic Logical Partitioning of I/O Slots on
* RPA-compliant PPC64 platform.
*
* John Rose <johnrose@austin.ibm.com>
* Linda Xie <lxie@us.ibm.com>
*
* October 2003
*
* Copyright (C) 2003 IBM.
*
* This program is free software; you can redistribute it and/or
* modify it under the... | gpl-2.0 |
AlmightyMegadeth00/kernel_oneplus_msm8974 | drivers/input/misc/twl4030-vibra.c | 4941 | 7113 | /*
* twl4030-vibra.c - TWL4030 Vibrator driver
*
* Copyright (C) 2008-2010 Nokia Corporation
*
* Written by Henrik Saari <henrik.saari@nokia.com>
* Updates by Felipe Balbi <felipe.balbi@nokia.com>
* Input by Jari Vanhala <ext-jari.vanhala@nokia.com>
*
* This program is free software; you can redistribute it an... | gpl-2.0 |
tommytarts/QuantumKernelM8-Sense | drivers/staging/omapdrm/omap_plane.c | 4941 | 13049 | /*
* drivers/staging/omapdrm/omap_plane.c
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob.clark@linaro.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
... | gpl-2.0 |
SlimKat-U8950/chil360-kernel | drivers/staging/rtl8192e/rtl819x_TSProc.c | 4941 | 15523 | /******************************************************************************
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR ... | gpl-2.0 |
Tepira/linux-sunxi | sound/pci/au88x0/au88x0_game.c | 5197 | 3681 | /*
* Manuel Jander.
*
* Based on the work of:
* Vojtech Pavlik
* Raymond Ingles
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your opt... | gpl-2.0 |
pekaka/N900-Exynos-kernel-4.3 | drivers/staging/comedi/drivers/usbdux.c | 5453 | 78743 | #define DRIVER_VERSION "v2.4"
#define DRIVER_AUTHOR "Bernd Porr, BerndPorr@f2s.com"
#define DRIVER_DESC "Stirling/ITL USB-DUX -- Bernd.Porr@f2s.com"
/*
comedi/drivers/usbdux.c
Copyright (C) 2003-2007 Bernd Porr, Bernd.Porr@f2s.com
This program is free software; you can redistribute it and/or modify
it unde... | gpl-2.0 |
lnfamous/Kernel_Htc_Pico_CyanogenMod9 | fs/fscache/operation.c | 8013 | 12096 | /* FS-Cache worker operation management routines
*
* Copyright (C) 2008 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 So... | gpl-2.0 |
bigbiff/android_device_samsung_mondrianwfiue | fs/fscache/operation.c | 8013 | 12096 | /* FS-Cache worker operation management routines
*
* Copyright (C) 2008 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 So... | gpl-2.0 |
lindsaytheflint/stone | fs/fscache/fsdef.c | 12109 | 4324 | /* Filesystem index definition
*
* Copyright (C) 2004-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 License
* as published by the Free Software Founda... | gpl-2.0 |
Shaky156/TFP-Kernel-2.6.39 | sound/isa/galaxy/azt1605.c | 13133 | 2807 | /*
* Aztech AZT1605 Driver
* Copyright (C) 2007,2010 Rene Herman
*
* 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 versio... | gpl-2.0 |
nullpo-head/linux | tools/lib/lockdep/preload.c | 590 | 12958 | #define _GNU_SOURCE
#include <pthread.h>
#include <stdio.h>
#include <dlfcn.h>
#include <stdlib.h>
#include <sysexits.h>
#include "include/liblockdep/mutex.h"
#include "../../../include/linux/rbtree.h"
/**
* struct lock_lookup - liblockdep's view of a single unique lock
* @orig: pointer to the original pthread lock,... | gpl-2.0 |
iamroot12C/linux | drivers/media/pci/cx88/cx88-alsa.c | 846 | 25792 | /*
*
* Support for audio capture
* PCI function #1 of the cx2388x.
*
* (c) 2007 Trent Piepho <xyzzy@speakeasy.org>
* (c) 2005,2006 Ricardo Cerqueira <v4l@cerqueira.org>
* (c) 2005 Mauro Carvalho Chehab <mchehab@infradead.org>
* Based on a dummy cx88 module by Gerd Knorr <kraxel@bytesex.org>
* ... | gpl-2.0 |
EPDCenter/android_kernel_archos_97_titan | fs/ubifs/tnc_commit.c | 2382 | 27673 | /*
* 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 |
aborche/cx-919-radxa-rbox-linux-rockchip | fs/ocfs2/dlmfs/dlmfs.c | 2894 | 17478 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* dlmfs.c
*
* Code which implements the kernel side of a minimal userspace
* interface to our DLM. This file handles the virtual file system
* used for communication with userspace. Credit should go to ramfs,
* which was a template for... | gpl-2.0 |
Tesla-Redux-Devices/android_kernel_samsung_trlte | drivers/gpu/drm/nouveau/core/subdev/ibus/nvc0.c | 3406 | 3754 | /*
* Copyright 2012 Red Hat 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 restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | gpl-2.0 |
taudac/linux | drivers/gpu/drm/nouveau/core/subdev/ibus/nvc0.c | 3406 | 3754 | /*
* Copyright 2012 Red Hat 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 restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | gpl-2.0 |
cosmoecho/linux_xenvnuma | drivers/ssb/pcmcia.c | 3918 | 19719 | /*
* Sonics Silicon Backplane
* PCMCIA-Hostbus related functions
*
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
* Copyright 2007-2008 Michael Buesch <m@bues.ch>
*
* Licensed under the GNU/GPL. See COPYING for details.
*/
#include <linux/ssb/ssb.h>
#include <linux/delay.h>
#include <linux/io.h>
#i... | gpl-2.0 |
daivietpda/M7WLJ-5.0.2 | arch/m68k/hp300/time.c | 4686 | 1955 | /*
* linux/arch/m68k/hp300/time.c
*
* Copyright (C) 1998 Philip Blundell <philb@gnu.org>
*
* This file contains the HP300-specific time handling code.
*/
#include <asm/ptrace.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/kernel_stat.h>
#include <linux/interrupt.h... | gpl-2.0 |
Oi-Android/android_kernel_xiaomi_ferrari-mr | drivers/isdn/hardware/avm/b1pci.c | 4686 | 10820 | /* $Id: b1pci.c,v 1.1.2.2 2004/01/16 21:09:27 keil Exp $
*
* Module for AVM B1 PCI-card.
*
* Copyright 1999 by Carsten Paeth <calle@calle.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*
*/
#include <linux/module.... | gpl-2.0 |
JasperZ/android_bravo_kernel | arch/microblaze/kernel/traps.c | 4686 | 2027 | /*
* Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
* Copyright (C) 2007-2009 PetaLogix
* Copyright (C) 2006 Atmark Techno, Inc.
*
* 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.
*/
... | gpl-2.0 |
MoKee/android_kernel_sony_fuji-common | arch/m68k/sun3x/time.c | 4686 | 2078 | /*
* linux/arch/m68k/sun3x/time.c
*
* Sun3x-specific time handling
*/
#include <linux/types.h>
#include <linux/kd.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/kernel_stat.h>
#include <linux/interrupt.h>
#include <linux/rtc.h>
#include <linux/bcd.h>
#include <asm/irq.h>
#include <asm/io.h>... | gpl-2.0 |
Split-Screen/android_kernel_xiaomi_cancro | arch/m68k/amiga/config.c | 4686 | 20371 | /*
* linux/arch/m68k/amiga/config.c
*
* Copyright (C) 1993 Hamish Macdonald
*
* 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.
*/
/*
* Miscellaneous Amiga stuff
*/
#include <linux/types.h... | gpl-2.0 |
Jackeagle/kernel_stock_e53g | drivers/hid/hid-ezkey.c | 4686 | 2250 | /*
* HID driver for some ezkey "special" devices
*
* Copyright (c) 1999 Andreas Gal
* Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz>
* Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc
* Copyright (c) 2006-2007 Jiri Kosina
* Copyright (c) 2008 Jiri Slaby
*/
/*
* This ... | gpl-2.0 |
mautz-kernel/SFOS-hammerhead-custom-kernel | drivers/hwmon/i5k_amb.c | 4942 | 16331 | /*
* A hwmon driver for the Intel 5000 series chipset FB-DIMM AMB
* temperature sensors
* Copyright (C) 2007 IBM
*
* Author: Darrick J. Wong <djwong@us.ibm.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 |
agat63/AGAT_L720_kernel | drivers/gpu/drm/radeon/radeon_encoders.c | 4942 | 11912 | /*
* Copyright 2007-8 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat 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 restriction, including without limitation
* t... | gpl-2.0 |
holyangel/HTC_M8_GPE-4.4.3 | arch/arm/mach-pxa/littleton.c | 4942 | 10660 | /*
* linux/arch/arm/mach-pxa/littleton.c
*
* Support for the Marvell Littleton Development Platform.
*
* Author: Jason Chagas (largely modified code)
* Created: Nov 20, 2006
* Copyright: (C) Copyright 2006 Marvell International Ltd.
*
* 2007-11-22 modified to align with latest kernel
* eri... | gpl-2.0 |
demo330/ZTE_MAX_N9520 | arch/avr32/oprofile/op_model_avr32.c | 6734 | 5199 | /*
* AVR32 Performance Counter Driver
*
* Copyright (C) 2005-2007 Atmel Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Author: Ronny Pedersen
*/
#include <... | gpl-2.0 |
klabit87/jflte_vzw_of1 | net/bridge/netfilter/ebt_ip6.c | 7502 | 4346 | /*
* ebt_ip6
*
* Authors:
* Manohar Castelino <manohar.r.castelino@intel.com>
* Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
* Jan Engelhardt <jengelh@medozas.de>
*
* Summary:
* This is just a modification of the IPv4 code written by
* Bart De Schuymer <bdschuym@pandora.be>
* with the changes required to suppo... | gpl-2.0 |
ZolaIII/android_kernel_synopsis_nightly | drivers/scsi/fnic/fnic_fcs.c | 8270 | 19871 | /*
* Copyright 2008 Cisco Systems, Inc. All rights reserved.
* Copyright 2007 Nuova Systems, Inc. All rights reserved.
*
* This program is free software; you may redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the ... | gpl-2.0 |
qtekfun/htcDesire820Kernel | kernel/drivers/uwb/driver.c | 11086 | 3902 | /*
* Ultra Wide Band
* Driver initialization, etc
*
* Copyright (C) 2005-2006 Intel Corporation
* Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 as published by the... | gpl-2.0 |
nanikjava/androidgoldfish | drivers/infiniband/hw/mlx4/doorbell.c | 12878 | 2900 | /*
* Copyright (c) 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 License (GPL) Version 2, available from the file
* COPYING in the main directory of this source... | gpl-2.0 |
ch33kybutt/CCCP_kernel | drivers/infiniband/hw/mlx4/doorbell.c | 12878 | 2900 | /*
* Copyright (c) 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 License (GPL) Version 2, available from the file
* COPYING in the main directory of this source... | gpl-2.0 |
archil-p/EZMotoLinux | drivers/infiniband/hw/mlx4/doorbell.c | 12878 | 2900 | /*
* Copyright (c) 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 License (GPL) Version 2, available from the file
* COPYING in the main directory of this source... | gpl-2.0 |
DaemonGG/LARP_kernel3.16.0 | drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c | 79 | 36909 | /*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/
#include <linux/slab.h>
#include <linux/interrupt.h>
#include "qlcnic.h"
#include "qlcnic_hw.h"
#include <linux/swab.h>
#include <linux/dma-mapping.h>
#include <net/ip.h>
#in... | gpl-2.0 |
cubieboard/CC-A80-u-boot | common/cmd_ext2.c | 79 | 6178 | /*
* (C) Copyright 2004
* esd gmbh <www.esd-electronics.com>
* Reinhard Arlt <reinhard.arlt@esd-electronics.com>
*
* made from cmd_reiserfs by
*
* (C) Copyright 2003 - 2004
* Sysgo Real-Time Solutions, AG <www.elinos.com>
* Pavel Bartusek <pba@sysgo.com>
*
* See file CREDITS for list of people who contribute... | gpl-2.0 |
aospan/media_tree | net/core/gen_estimator.c | 79 | 9048 | /*
* net/sched/gen_estimator.c Simple rate estimator.
*
* 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 |
aceofall/linux-kernel | drivers/i2c/busses/i2c-mpc.c | 79 | 21411 | /*
* (C) Copyright 2003-2004
* Humboldt Solutions Ltd, adrian@humboldt.co.uk.
* This is a combined i2c adapter and algorithm driver for the
* MPC107/Tsi107 PowerPC northbridge and processors that include
* the same I2C unit (8240, 8245, 85xx).
*
* Release 0.8
*
* This file is licensed under the terms of the G... | gpl-2.0 |
evitareul/android_kernel_htc_evitareul | crypto/tcrypt.c | 335 | 28622 | /*
* Quick & dirty crypto testing module.
*
* This will only exist until we have a better testing mechanism
* (e.g. a char device).
*
* Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
* Copyright (c) 2002 Jean-Francois Dive <jef@linuxbe.org>
* Copyright (c) 2007 Nokia Siemens Networks
*
* Updated R... | gpl-2.0 |
mossmaurice/binutils-redhat | libiberty/basename.c | 591 | 1283 | /* Return the basename of a pathname.
This file is in the public domain. */
/*
@deftypefn Supplemental char* basename (const char *@var{name})
Returns a pointer to the last component of pathname @var{name}.
Behavior is undefined if the pathname ends in a directory separator.
@end deftypefn
*/
#ifdef HAVE_CONFI... | gpl-2.0 |
Klozz/2.6.32.xx-Yuki-kernel | fs/cachefiles/xattr.c | 591 | 6541 | /* CacheFiles extended attribute management
*
* 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 |
kamarush/ZTE_GXIn_Kernel-3.0.8 | lib/nlattr.c | 847 | 12528 | /*
* NETLINK Netlink attributes
*
* Authors: Thomas Graf <tgraf@suug.ch>
* Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/jiffies.h>
#include <linux/netdevice.h>
#include <linux/skbuff.h>
#include <linux/string.h>
... | gpl-2.0 |
Altaf-Mahdi/i9505 | drivers/staging/speakup/kobjects.c | 847 | 24701 | /*
* Speakup kobject implementation
*
* Copyright (C) 2009 William Hubbs
*
* This code is based on kobject-example.c, which came with linux 2.6.x.
*
* Copyright (C) 2004-2007 Greg Kroah-Hartman <greg@kroah.com>
* Copyright (C) 2007 Novell Inc.
*
* Released under the GPL version 2 only.
*
*/
#include <linux/... | gpl-2.0 |
playfulgod/kernel-M865 | drivers/gpu/drm/drm_hashtab.c | 1103 | 5464 | /**************************************************************************
*
* Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND. 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 |
followtheart/linux | arch/x86/kernel/setup_percpu.c | 1103 | 8136 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/bootmem.h>
#include <linux/percpu.h>
#include <linux/kexec.h>
#include <linux/crash_dump.h>
#include <linux/smp.h>
#include <linux/topology.h>
#include <linux/pfn.h>
#include <asm/sec... | gpl-2.0 |
Demon000/libra | arch/s390/kernel/setup.c | 1871 | 29821 | /*
* S390 version
* Copyright IBM Corp. 1999, 2012
* Author(s): Hartmut Penner (hp@de.ibm.com),
* Martin Schwidefsky (schwidefsky@de.ibm.com)
*
* Derived from "arch/i386/kernel/setup.c"
* Copyright (C) 1995, Linus Torvalds
*/
/*
* This file handles the architecture-dependent parts of ... | gpl-2.0 |
Trinityhaxxor/Xperia_S_T-Core_Kernel | drivers/net/wireless/bcm4329/dhd_linux.c | 2127 | 83897 | /*
* Broadcom Dongle Host Driver (DHD), Linux-specific network interface
* Basically selected code segments from usb-cdc.c and usb-rndis.c
*
* Copyright (C) 1999-2010, Broadcom Corporation
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, th... | gpl-2.0 |
Umang88/Radon-Kenzo | arch/h8300/kernel/signal.c | 2127 | 11059 | /*
* linux/arch/h8300/kernel/signal.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* 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.
*/
/*
* uClinux H8/300 support by Yoshinori Sato <ysato... | gpl-2.0 |
Timesys/linux-timesys | drivers/media/rc/redrat3.c | 2383 | 35620 | /*
* USB RedRat3 IR Transceiver rc-core driver
*
* Copyright (c) 2011 by Jarod Wilson <jarod@redhat.com>
* based heavily on the work of Stephen Cox, with additional
* help from RedRat Ltd.
*
* This driver began life based an an old version of the first-generation
* lirc_mceusb driver from the lirc 0.7.2 distr... | gpl-2.0 |
Pesach85/lge-kernel-omap4 | drivers/staging/mei/interrupt.c | 2383 | 44562 | /*
*
* Intel Management Engine Interface (Intel MEI) Linux driver
* Copyright (c) 2003-2011, 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... | gpl-2.0 |
cmenard/kernel_smdk4412 | net/dccp/input.c | 2639 | 22019 | /*
* net/dccp/input.c
*
* An implementation of the DCCP protocol
* Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*
* 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 |
zarboz/Beastmode_LTE_2.0 | net/dccp/input.c | 2639 | 22019 | /*
* net/dccp/input.c
*
* An implementation of the DCCP protocol
* Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*
* 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 |
bsmitty83/B-Team-Sense | drivers/tty/serial/bfin_5xx.c | 2639 | 41193 | /*
* Blackfin On-Chip Serial Driver
*
* Copyright 2006-2010 Analog Devices Inc.
*
* Enter bugs at http://blackfin.uclinux.org/
*
* Licensed under the GPL-2 or later.
*/
#if defined(CONFIG_SERIAL_BFIN_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
#define SUPPORT_SYSRQ
#endif
#define DRIVER_NAME "bfin-uart"
#define p... | gpl-2.0 |
vo1dz777/android_kernel_samsung_manta | drivers/pinctrl/pinconf-generic.c | 3151 | 3559 | /*
* Core driver for the generic pin config portions of the pin control subsystem
*
* Copyright (C) 2011 ST-Ericsson SA
* Written on behalf of Linaro for ST-Ericsson
*
* Author: Linus Walleij <linus.walleij@linaro.org>
*
* License terms: GNU General Public License (GPL) version 2
*/
#define pr_fmt(fmt) "gener... | gpl-2.0 |
HTCKernels/One-SV-international-k2u | drivers/tty/serial/ioc4_serial.c | 4943 | 82850 | /*
* 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) 2003-2006 Silicon Graphics, Inc. All Rights Reserved.
*/
/*
* This file contains a module version of the ioc4 serial dr... | gpl-2.0 |
TeamOrion-Devices/Orion_kernel_motorola_msm8226 | fs/bio-integrity.c | 4943 | 21679 | /*
* bio-integrity.c - bio data integrity extensions
*
* Copyright (C) 2007, 2008, 2009 Oracle Corporation
* Written by: Martin K. Petersen <martin.petersen@oracle.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 ... | gpl-2.0 |
mifl/android_kernel_pantech_ef65s | drivers/video/bf54x-lq043fb.c | 4943 | 19050 | /*
* File: drivers/video/bf54x-lq043.c
* Based on:
* Author: Michael Hennerich <hennerich@blackfin.uclinux.org>
*
* Created:
* Description: ADSP-BF54x Framebuffer driver
*
*
* Modified:
* Copyright 2007-2008 Analog Devices Inc.
*
* Bugs: Enter bugs at http://blackfin.ucl... | gpl-2.0 |
koradiavatsal/Viper-kernel | drivers/pci/pcie/pme.c | 5199 | 11432 | /*
* PCIe Native PME support
*
* Copyright (C) 2007 - 2009 Intel Corp
* Copyright (C) 2007 - 2009 Shaohua Li <shaohua.li@intel.com>
* Copyright (C) 2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
*
* This file is subject to the terms and conditions of the GNU General Public
* License V2. See the file "COPYIN... | gpl-2.0 |
AD5GB/WickedElemental-N5 | net/mac80211/aes_cmac.c | 5711 | 2704 | /*
* AES-128-CMAC with TLen 16 for IEEE 802.11w BIP
* Copyright 2008, Jouni Malinen <j@w1.fi>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/kernel.h>
#in... | gpl-2.0 |
chillstep1998/AK-OnePone | scripts/dtc/libfdt/fdt_ro.c | 5967 | 14037 | /*
* libfdt - Flat Device Tree manipulation
* Copyright (C) 2006 David Gibson, IBM Corporation.
*
* libfdt is dual licensed: you can use it either under the terms of
* the GPL, or the BSD license, at your option.
*
* a) This library is free software; you can redistribute it and/or
* modify it under the ter... | gpl-2.0 |
Butterfly-CM/android_kernel_htc_dlxub1 | fs/hpfs/map.c | 6223 | 8540 | /*
* linux/fs/hpfs/map.c
*
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
*
* mapping structures to memory with some minimal checks
*/
#include "hpfs_fn.h"
unsigned *hpfs_map_dnode_bitmap(struct super_block *s, struct quad_buffer_head *qbh)
{
return hpfs_map_4sectors(s, hpfs_sb(s)->sb_dmap,... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.