repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
hyuh/kernel-k2 | arch/blackfin/kernel/stacktrace.c | 13548 | 1119 | /*
* Blackfin stacktrace code (mostly copied from avr32)
*
* Copyright 2009 Analog Devices Inc.
* Licensed under the GPL-2 or later.
*/
#include <linux/sched.h>
#include <linux/stacktrace.h>
#include <linux/thread_info.h>
#include <linux/module.h>
register unsigned long current_frame_pointer asm("FP");
struct s... | gpl-2.0 |
nychitman1/android_kernel_google_pixel | drivers/misc/cxl/native.c | 237 | 18534 | /*
* Copyright 2014 IBM Corp.
*
* 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.
*/
#include <linux/spinlock.h>
#... | gpl-2.0 |
lithid/furnace_kernel_lge_hammerhead | net/ipv4/tcp_cong.c | 1517 | 10667 | /*
* Plugable TCP congestion control support and newReno
* congestion control.
* Based on ideas from I/O scheduler suport and Web100.
*
* Copyright (C) 2005 Stephen Hemminger <shemminger@osdl.org>
*/
#define pr_fmt(fmt) "TCP: " fmt
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/types.h>
#includ... | gpl-2.0 |
CandyDevices/kernel_motorola_msm8226 | net/ipv4/tcp_cong.c | 1517 | 10667 | /*
* Plugable TCP congestion control support and newReno
* congestion control.
* Based on ideas from I/O scheduler suport and Web100.
*
* Copyright (C) 2005 Stephen Hemminger <shemminger@osdl.org>
*/
#define pr_fmt(fmt) "TCP: " fmt
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/types.h>
#includ... | gpl-2.0 |
actnextgendev/android_kernel_samsung_expressatt | kernel/trace/trace_stack.c | 1773 | 7919 | /*
* Copyright (C) 2008 Steven Rostedt <srostedt@redhat.com>
*
*/
#include <linux/stacktrace.h>
#include <linux/kallsyms.h>
#include <linux/seq_file.h>
#include <linux/spinlock.h>
#include <linux/uaccess.h>
#include <linux/debugfs.h>
#include <linux/ftrace.h>
#include <linux/module.h>
#include <linux/sysctl.h>
#incl... | gpl-2.0 |
siddhartha100/Kernel | drivers/isdn/hisax/l3ni1.c | 1773 | 77100 | /* $Id: l3ni1.c,v 2.8.2.3 2004/01/13 14:31:25 keil Exp $
*
* NI1 D-channel protocol
*
* Author Matt Henderson & Guy Ellis
* Copyright by Traverse Technologies Pty Ltd, www.travers.com.au
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporat... | gpl-2.0 |
CyanogenMod/android_kernel_bn_acclaim | arch/arm/mach-imx/clock-imx35.c | 2285 | 15065 | /*
* Copyright (C) 2009 by Sascha Hauer, Pengutronix
*
* 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.
* This pro... | gpl-2.0 |
aatjitra/PR26 | arch/arm/mach-s3c2443/clock.c | 2541 | 9133 | /* linux/arch/arm/mach-s3c2443/clock.c
*
* Copyright (c) 2007, 2010 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2443 Clock control support
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Soft... | gpl-2.0 |
syhost/android_kernel_zte_n918st | net/netfilter/nf_conntrack_helper.c | 2541 | 12908 | /* 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>
* (C) 2006-2012 Patrick McHardy <kaber@trash.net>
*
* This program is free software; you can redistribute it and/or... | gpl-2.0 |
Stane1983/buildroot-linux-kernel-m6 | arch/mips/bcm63xx/cpu.c | 3053 | 10274 | /*
* 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) 2008 Maxime Bizon <mbizon@freebox.fr>
* Copyright (C) 2009 Florian Fainelli <florian@openwrt.org>
*/
#include <linux/kern... | gpl-2.0 |
MoKee/android_kernel_htc_dlx | drivers/video/msm/lcdc_samsung_oled_pt.c | 3309 | 13897 | /* Copyright (c) 2009-2010, 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 |
MojieBuddhist/linux-1 | drivers/misc/kgdbts.c | 3565 | 31341 | /*
* kgdbts is a test suite for kgdb for the sole purpose of validating
* that key pieces of the kgdb internals are working properly such as
* HW/SW breakpoints, single stepping, and NMI.
*
* Created by: Jason Wessel <jason.wessel@windriver.com>
*
* Copyright (c) 2008 Wind River Systems, Inc.
*
* This program ... | gpl-2.0 |
intervigilium/android_kernel_google_msm | arch/arm/mach-shmobile/platsmp.c | 4589 | 2023 | /*
* SMP support for R-Mobile / SH-Mobile
*
* Copyright (C) 2010 Magnus Damm
* Copyright (C) 2011 Paul Mundt
*
* Based on vexpress, Copyright (C) 2002 ARM Ltd, 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 v... | gpl-2.0 |
mrimp/SM-N910T_Kernel | sound/oss/uart6850.c | 4589 | 7241 | /*
* sound/oss/uart6850.c
*
*
* Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
* Version 2 (June 1991). See the "COPYING" file distributed with this software
* for more info.
* Extended by Alan Cox for Red Hat Software. Now a loadabl... | gpl-2.0 |
ISTweak/android_kernel_sharp_msm7x30-3.0 | net/netfilter/xt_cluster.c | 11501 | 5080 | /*
* (C) 2008-2009 Pablo Neira Ayuso <pablo@netfilter.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.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/module... | gpl-2.0 |
jgcaap/NewKernel | sound/pci/echoaudio/gina20_dsp.c | 12525 | 5668 | /****************************************************************************
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
All rights reserved
www.echoaudio.com
This file is part of Echo Digital Audio's generic driver library.
Echo Digital Audio's generic driver library is free software;
... | gpl-2.0 |
Mystic-Mirage/android_kernel_gigabyte_roma_r2_plus | arch/sh/drivers/pci/ops-dreamcast.c | 13805 | 2641 | /*
* PCI operations for the Sega Dreamcast
*
* Copyright (C) 2001, 2002 M. R. Brown
* Copyright (C) 2002, 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#include <l... | gpl-2.0 |
Asus-T100/kernel | drivers/mfd/lp3943.c | 494 | 4238 | /*
* TI/National Semiconductor LP3943 MFD Core Driver
*
* Copyright 2013 Texas Instruments
*
* Author: Milo Kim <milo.kim@ti.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundat... | gpl-2.0 |
pacificIT/linux-2.6.36 | arch/frv/kernel/time.c | 1006 | 3509 | /* time.c: FRV arch-specific time handling
*
* Copyright (C) 2003-5 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
* - Derived from arch/m68k/kernel/time.c
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public ... | gpl-2.0 |
supertoast/kernel-2.6.35-series-U8650-U8510-M865-Gingerbread | fs/ncpfs/ncplib_kernel.c | 1518 | 33057 | /*
* ncplib_kernel.c
*
* Copyright (C) 1995, 1996 by Volker Lendecke
* Modified for big endian by J.F. Chadima and David S. Miller
* Modified 1997 Peter Waltenberg, Bill Hawes, David Woodhouse for 2.1 dcache
* Modified 1999 Wolfram Pienkoss for NLS
* Modified 2000 Ben Harris, University of Cambridge for NF... | gpl-2.0 |
beidl/phablet_kernel_samsung_tuna | arch/arm/mach-shmobile/setup-sh7372.c | 2286 | 19036 | /*
* sh7372 processor support
*
* 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 Foundation; version 2 of the License.
*
... | gpl-2.0 |
balika011/android_kernel_xiaomi_kenzo | drivers/gpu/drm/shmobile/shmob_drm_plane.c | 2286 | 7296 | /*
* shmob_drm_plane.c -- SH Mobile DRM Planes
*
* Copyright (C) 2012 Renesas Corporation
*
* Laurent Pinchart (laurent.pinchart@ideasonboard.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 Softwar... | gpl-2.0 |
poondog/KANGAROO-kernel | tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c | 2542 | 7019 | /*
* x86_energy_perf_policy -- set the energy versus performance
* policy preference bias on recent X86 processors.
*/
/*
* Copyright (c) 2010, Intel Corporation.
* Len Brown <len.brown@intel.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the... | gpl-2.0 |
Electrex/Electroactive-N5 | drivers/mfd/pm8921-core.c | 2542 | 31519 | /*
* Copyright (c) 2011-2012, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in ... | gpl-2.0 |
MikePach/stock_kernel_lge_l2s | drivers/mtd/mtdblock.c | 2798 | 10196 | /*
* Direct MTD block device access
*
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
* Copyright © 2000-2003 Nicolas Pitre <nico@fluxnic.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free ... | gpl-2.0 |
mdxy2010/forlinux-ok6410 | kernel/fs/fcntl.c | 3054 | 19167 | /*
* linux/fs/fcntl.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include <linux/syscalls.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/file.h>
#include <linux/fdtable.h>
#include <linux/capability.h>
#include <linux/dnotify.h>
#include <linux/slab.h>
#include <linux... | gpl-2.0 |
airk000/kernel_htc_7x30 | arch/mips/kernel/cevt-bcm1480.c | 3054 | 4480 | /*
* Copyright (C) 2000,2001,2004 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* Thi... | gpl-2.0 |
trevd/android_kernel_ti_archos | drivers/net/wireless/b43legacy/pio.c | 3566 | 17975 | /*
Broadcom B43legacy wireless driver
PIO Transmission
Copyright (c) 2005 Michael Buesch <mb@bu3sch.de>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License,... | gpl-2.0 |
keks2293/kernel_zte | drivers/media/common/b2c2/flexcop-fe-tuner.c | 3566 | 16155 | /*
* Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III
* flexcop-fe-tuner.c - methods for frontend attachment and DiSEqC controlling
* see flexcop.c for copyright information
*/
#include <media/tuner.h>
#include "flexcop.h"
#include "mt312.h"
#include "stv0299.h"
#include "s5h1420.h"
#include ... | gpl-2.0 |
ztotherad/nd7 | drivers/media/common/tuners/tda827x.c | 4078 | 26582 | /*
*
* (c) 2005 Hartmut Hackmann
* (c) 2007 Michael Krufky
*
* 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 |
omegamoon/rockchip-rk30xx-mk808 | drivers/s390/cio/crw.c | 4334 | 4121 | /*
* Channel report handling code
*
* Copyright IBM Corp. 2000,2009
* Author(s): Ingo Adlung <adlung@de.ibm.com>,
* Martin Schwidefsky <schwidefsky@de.ibm.com>,
* Cornelia Huck <cornelia.huck@de.ibm.com>,
* Heiko Carstens <heiko.carstens@de.ibm.com>,
*/
#include <linux/mutex.h>
#include <linux/kt... | gpl-2.0 |
tilaksidduram/android_kernel_samsung_smdk4412 | drivers/hwmon/thmc50.c | 4334 | 14381 | /*
thmc50.c - Part of lm_sensors, Linux kernel modules for hardware
monitoring
Copyright (C) 2007 Krzysztof Helt <krzysztof.h1@wp.pl>
Based on 2.4 driver by Frodo Looijaard <frodol@dds.nl> and
Philip Edelbrock <phil@netroedge.com>
This program is free software; you can redistribute it ... | gpl-2.0 |
uileyar/fastsocket | kernel/arch/m68knommu/platform/5407/config.c | 4590 | 3287 | /***************************************************************************/
/*
* linux/arch/m68knommu/platform/5407/config.c
*
* Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
* Copyright (C) 2000, Lineo (www.lineo.com)
*/
/***************************************************************************/... | gpl-2.0 |
SuperHanss/android_kernel_sony_apq8064 | drivers/parisc/lba_pci.c | 4846 | 47324 | /*
**
** PCI Lower Bus Adapter (LBA) manager
**
** (c) Copyright 1999,2000 Grant Grundler
** (c) Copyright 1999,2000 Hewlett-Packard Company
**
** 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 Found... | gpl-2.0 |
AOKP/kernel_asus_flo | arch/arm/mach-omap1/dma.c | 4846 | 8656 | /*
* OMAP1/OMAP7xx - specific DMA driver
*
* Copyright (C) 2003 - 2008 Nokia Corporation
* Author: Juha Yrjölä <juha.yrjola@nokia.com>
* DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com>
* Graphics DMA and LCD DMA graphics tranformations
* by Imre Deak <imre.deak@nokia.com>
* OMAP2/3 support... | gpl-2.0 |
kostoulhs/android_kernel_samsung_loganrelte | arch/arm/mach-s3c24xx/dma-s3c2412.c | 5102 | 4685 | /* linux/arch/arm/mach-s3c2412/dma.c
*
* Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2412 DMA selection
*
* http://armlinux.simtec.co.uk/
*
* 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 |
roguesyko/the_reaper_mako | sound/pci/cs46xx/cs46xx_lib.c | 5102 | 107332 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Abramo Bagnara <abramo@alsa-project.org>
* Cirrus Logic, Inc.
* Routines for control of Cirrus Logic CS461x chips
*
* KNOWN BUGS:
* - Sometimes the SPDIF input DSP tasks get's unsynchronized
* and the SPDIF g... | gpl-2.0 |
CyanogenMod/android_kernel_samsung_exynos5410 | sound/i2c/other/ak4xxx-adda.c | 6638 | 27244 | /*
* ALSA driver for AK4524 / AK4528 / AK4529 / AK4355 / AK4358 / AK4381
* AD and DA converters
*
* Copyright (c) 2000-2004 Jaroslav Kysela <perex@perex.cz>,
* Takashi Iwai <tiwai@suse.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General... | gpl-2.0 |
pershoot/android_kernel_google_msm | arch/blackfin/mach-bf537/boards/pnav10.c | 7150 | 12391 | /*
* Copyright 2004-2009 Analog Devices Inc.
* 2005 National ICT Australia (NICTA)
* Aidan Williams <aidan@nicta.com.au>
*
* Licensed under the GPL-2 or later.
*/
#include <linux/device.h>
#include <linux/etherdevice.h>
#include <linux/export.h>
#include <linux/platform_device... | gpl-2.0 |
sandeep1027/kernel-3.10 | arch/mips/txx9/rbtx4938/irq.c | 12526 | 4127 | /*
* Toshiba RBTX4938 specific interrupt handlers
* Copyright (C) 2000-2001 Toshiba Corporation
*
* 2003-2005 (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
* o... | gpl-2.0 |
nikhil16242/stock-golfu-kenrel | arch/powerpc/boot/cuboot-83xx.c | 14062 | 1525 | /*
* Old U-boot compatibility for 83xx
*
* Author: Scott Wood <scottwood@freescale.com>
*
* Copyright (c) 2007 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Softw... | gpl-2.0 |
luckasfb/kernel-novathor-ux500 | arch/powerpc/boot/cuboot-85xx-cpm2.c | 14062 | 1764 | /*
* Old U-boot compatibility for 85xx
*
* Author: Scott Wood <scottwood@freescale.com>
*
* Copyright (c) 2007 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Softw... | gpl-2.0 |
chinaopenx/linux | drivers/scsi/qla2xxx/qla_nx.c | 239 | 118619 | /*
* QLogic Fibre Channel HBA Driver
* Copyright (c) 2003-2014 QLogic Corporation
*
* See LICENSE.qla2xxx for copyright and licensing details.
*/
#include "qla_def.h"
#include <linux/delay.h>
#include <linux/pci.h>
#include <linux/ratelimit.h>
#include <linux/vmalloc.h>
#include <scsi/scsi_tcq.h>
#define MASK(n)... | gpl-2.0 |
aznrice/l-preview | drivers/media/platform/msm/camera_v2/isp/msm_isp.c | 239 | 4937 | /* Copyright (c) 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 hope... | gpl-2.0 |
felipito/linux-stable | drivers/staging/comedi/drivers/aio_iiro_16.c | 495 | 2914 | /*
comedi/drivers/aio_iiro_16.c
Driver for Access I/O Products PC-104 AIO-IIRO-16 Digital I/O board
Copyright (C) 2006 C&C Technologies, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Soft... | gpl-2.0 |
ma34s/so03c_kernel | drivers/media/video/cx231xx/cx231xx-input.c | 495 | 6423 | /*
handle cx231xx IR remotes via linux kernel input layer.
Copyright (C) 2008 <srinivasa.deevi at conexant dot com>
Based on em28xx driver
< This is a place holder for IR now.>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as pub... | gpl-2.0 |
fengshao0907/fastsocket | kernel/drivers/serial/s3c2410.c | 495 | 3040 | /* linux/drivers/serial/s3c2410.c
*
* Driver for Samsung S3C2410 SoC onboard UARTs.
*
* Ben Dooks, Copyright (c) 2003-2005,2008 Simtec Electronics
* http://armlinux.simtec.co.uk/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License versi... | gpl-2.0 |
peacetank200/android_kernel_samsung_m180l | drivers/char/nozomi.c | 751 | 50250 | /*
* nozomi.c -- HSDPA driver Broadband Wireless Data Card - Globe Trotter
*
* Written by: Ulf Jakobsson,
* Jan Åkerfeldt,
* Stefan Thomasson,
*
* Maintained by: Paul Hardwick (p.hardwick@option.com)
*
* Patches:
* Locking code changes for Vodafone by Sphere Systems Ltd,
* ... | gpl-2.0 |
brunomars/semc-kernel-haida | block/noop-iosched.c | 751 | 2656 | /*
* elevator noop
*/
#include <linux/blkdev.h>
#include <linux/elevator.h>
#include <linux/bio.h>
#include <linux/module.h>
#include <linux/init.h>
struct noop_data {
struct list_head queue;
};
static void noop_merged_requests(struct request_queue *q, struct request *rq,
struct request *next)
{
list_del_ini... | gpl-2.0 |
Dabug123/owlCore64 | drivers/pci/hotplug/cpqphp_ctrl.c | 2287 | 76931 | /*
* Compaq Hot Plug Controller Driver
*
* Copyright (C) 1995,2001 Compaq Computer Corporation
* Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2001 IBM Corp.
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G... | gpl-2.0 |
adeen-s/android_kernel_cyanogen_msm8916 | drivers/mtd/mtdsuper.c | 2543 | 5567 | /* MTD-based superblock management
*
* Copyright © 2001-2007 Red Hat, Inc. All Rights Reserved.
* Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org>
*
* Written by: David Howells <dhowells@redhat.com>
* David Woodhouse <dwmw2@infradead.org>
*
* This program is free software; you can redis... | gpl-2.0 |
mint2g/stock-kernel | net/sched/act_skbedit.c | 2543 | 5837 | /*
* Copyright (c) 2008, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but... | gpl-2.0 |
MaxiCM/android_kernel_motorola_msm8916 | drivers/media/usb/em28xx/em28xx-audio.c | 2543 | 19451 | /*
* Empiatech em28x1 audio extension
*
* Copyright (C) 2006 Markus Rechberger <mrechberger@gmail.com>
*
* Copyright (C) 2007-2011 Mauro Carvalho Chehab <mchehab@redhat.com>
* - Port to work with the in-kernel driver
* - Cleanups, fixes, alsa-controls, etc.
*
* This driver is based on my previous au600 usb... | gpl-2.0 |
eagle0422/eagle-huanyi-linux3.3.0 | arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c | 2799 | 3107 | /*
* Copyright (C) 2010 Pengutronix, Wolfram Sang <w.sang@pengutronix.de>
*
* 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/platform_data/mmc-esdhc-imx.h>
#i... | gpl-2.0 |
cryptotronix/linux | arch/metag/lib/delay.c | 4335 | 1307 | /*
* Precise Delay Loops for Meta
*
* Copyright (C) 1993 Linus Torvalds
* Copyright (C) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
* Copyright (C) 2007,2009 Imagination Technologies Ltd.
*
*/
#include <linux/export.h>
#include <linux/sched.h>
#include <linux/delay.h>
#include <asm/core_reg.h>
#include <as... | gpl-2.0 |
StanTRC/lge-kernel-e430 | arch/arm/plat-samsung/pwm.c | 4847 | 8853 | /* arch/arm/plat-s3c/pwm.c
*
* Copyright (c) 2007 Ben Dooks
* Copyright (c) 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>, <ben-linux@fluff.org>
*
* S3C series PWM device core
*
* 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 |
vwmofo/SebastianFM-kernel | arch/arm/mach-shmobile/pfc-sh7377.c | 5103 | 67219 | /*
* sh7377 processor support - PFC hardware block
*
* Copyright (C) 2010 NISHIMOTO Hiroki
*
* 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 progr... | gpl-2.0 |
barome/HD_mako | arch/unicore32/kernel/clock.c | 10223 | 10455 | /*
* linux/arch/unicore32/kernel/clock.c
*
* Code specific to PKUnity SoC and UniCore ISA
*
* Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn>
* Copyright (C) 2001-2010 Guan Xuetao
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ve... | gpl-2.0 |
ajopanoor/hydra | drivers/net/wireless/p54/p54pci.c | 496 | 16980 |
/*
* Linux device driver for PCI based Prism54
*
* Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net>
* Copyright (c) 2008, Christian Lamparter <chunkeey@web.de>
*
* Based on the islsm (softmac prism54) driver, which is:
* Copyright 2004-2006 Jean-Baptiste Note <jean-baptiste.note@m4x.org>, et al.
*
* T... | gpl-2.0 |
AICP/kernel_htc_msm8960-old | drivers/mtd/nand/pxa3xx_nand.c | 752 | 33813 | /*
* drivers/mtd/nand/pxa3xx_nand.c
*
* Copyright © 2005 Intel Corporation
* Copyright © 2006 Marvell International 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.
*/
... | gpl-2.0 |
gianmarcorev/rpi_linux | kernel/torture.c | 752 | 20332 | /*
* Common functions for in-kernel torture tests.
*
* 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.
*
* This pr... | gpl-2.0 |
SanziShi/KVMGT-kernel | drivers/s390/net/qeth_l3_sys.c | 1008 | 27372 | /*
* Copyright IBM Corp. 2007
* Author(s): Utz Bacher <utz.bacher@de.ibm.com>,
* Frank Pavlic <fpavlic@de.ibm.com>,
* Thomas Spatzier <tspat@de.ibm.com>,
* Frank Blaschka <frank.blaschka@de.ibm.com>
*/
#include <linux/slab.h>
#include <asm/ebcdic.h>
#include "qeth_l3.h"
#define QETH_DEVICE_ATTR(_id,... | gpl-2.0 |
adhi1419/MSM7627A | drivers/cpuidle/sysfs.c | 1008 | 9871 | /*
* sysfs.c - sysfs support
*
* (C) 2006-2007 Shaohua Li <shaohua.li@intel.com>
*
* This code is licenced under the GPL.
*/
#include <linux/kernel.h>
#include <linux/cpuidle.h>
#include <linux/sysfs.h>
#include <linux/slab.h>
#include <linux/cpu.h>
#include "cpuidle.h"
static unsigned int sysfs_switch;
static... | gpl-2.0 |
Austinpb/linux | mm/debug-pagealloc.c | 1008 | 2711 | #include <linux/kernel.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/page_ext.h>
#include <linux/poison.h>
#include <linux/ratelimit.h>
static bool page_poisoning_enabled __read_mostly;
static bool need_page_poisoning(void)
{
if (!debug_pagealloc_enabled())
return fa... | gpl-2.0 |
partner-seco/linux_SBC | kernel/sched_idletask.c | 2800 | 2135 | /*
* idle-task scheduling class.
*
* (NOTE: these are not related to SCHED_IDLE tasks which are
* handled in sched_fair.c)
*/
#ifdef CONFIG_SMP
static int
select_task_rq_idle(struct task_struct *p, int sd_flag, int flags)
{
return task_cpu(p); /* IDLE tasks as never migrated */
}
#endif /* CONFIG_SMP */
/*
* I... | gpl-2.0 |
sudosurootdev/kernel_lge_msm8974 | drivers/usb/serial/io_ti.c | 3312 | 77510 | /*
* Edgeport USB Serial Converter driver
*
* Copyright (C) 2000-2002 Inside Out Networks, All rights reserved.
* Copyright (C) 2001-2002 Greg Kroah-Hartman <greg@kroah.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe... | gpl-2.0 |
SlimRoms/kernel_lge_msm7x27a-common | arch/alpha/kernel/osf_sys.c | 4336 | 30504 | /*
* linux/arch/alpha/kernel/osf_sys.c
*
* Copyright (C) 1995 Linus Torvalds
*/
/*
* This file handles some of the stranger OSF/1 system call interfaces.
* Some of the system calls expect a non-C calling standard, others have
* special parameter blocks..
*/
#include <linux/errno.h>
#include <linux/sched.h>... | gpl-2.0 |
mkey-mi/android_kernel_xiaomi_ferrari | arch/metag/kernel/tcm.c | 4336 | 3354 | /*
* Copyright (C) 2010 Imagination Technologies Ltd.
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/spinlock.h>
#include <linux/stddef.h>
#include <linux/genalloc.h>
#include <linux/string.h>
#include <linux/list.h>
#include <linux/slab.h>
#include <asm/page.h>
#include <asm/tcm.h>
struct tcm... | gpl-2.0 |
Divaksh/Speedy-Kernel-u8500-old | drivers/net/wireless/b43legacy/ilt.c | 4336 | 10742 | /*
Broadcom B43legacy wireless driver
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
Stefano Brivio <stefano.brivio@polimi.it>
Michael Buesch <mbuesch@freenet.de>
Danny van Dyk <kugelfang@gentoo.org>
Andreas Jaggi <andreas.jaggi@waterwave.ch>
This program is free software;... | gpl-2.0 |
sirmordred/samsung-kernel-msm7x30-2 | arch/arm/mach-pxa/devices.c | 4848 | 22640 | #include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/spi/pxa2xx_spi.h>
#include <linux/i2c/pxa-i2c.h>
#include <asm/pmu.h>
#include <mach/udc.h>
#include <mach/pxa3xx-u2d.h>
#include <mach/pxafb.h>
#include <mach/m... | gpl-2.0 |
Ronfante/android_kernel_xiaomi_cancro | arch/s390/kernel/mem_detect.c | 4848 | 3802 | /*
* Copyright IBM Corp. 2008, 2009
*
* Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <asm/ipl.h>
#include <asm/sclp.h>
#include <asm/setup.h>
#define ADDR2G (1ULL << 31)
static void find_memory_chunks(struct mem_chunk chunk[])
{
unsigned l... | gpl-2.0 |
klquicksall/Galaxy-Nexus-JB | drivers/misc/isl29003.c | 4848 | 11896 | /*
* isl29003.c - Linux kernel module for
* Intersil ISL29003 ambient light sensor
*
* See file:Documentation/misc-devices/isl29003
*
* Copyright (c) 2009 Daniel Mack <daniel@caiaq.de>
*
* Based on code written by
* Rodolfo Giometti <giometti@linux.it>
* Eurotech S.p.A. <info@eurotech.it>
*
* This... | gpl-2.0 |
flar2/m7wl-Bulletproof | arch/x86/kernel/cpu/mcheck/mce_intel.c | 5104 | 5606 | /*
* Intel specific MCE features.
* Copyright 2004 Zwane Mwaikambo <zwane@linuxpower.ca>
* Copyright (C) 2008, 2009 Intel Corporation
* Author: Andi Kleen
*/
#include <linux/gfp.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/percpu.h>
#include <linux/sched.h>
#include <asm/apic.h>
#includ... | gpl-2.0 |
crpalmer/dna-kernel | drivers/media/video/soc_mediabus.c | 5104 | 10639 | /*
* soc-camera media bus helper routines
*
* Copyright (C) 2009, Guennadi Liakhovetski <g.liakhovetski@gmx.de>
*
* 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 <... | gpl-2.0 |
humberos/android_kernel_samsung_n80xx | drivers/char/nsc_gpio.c | 10224 | 3578 | /* linux/drivers/char/nsc_gpio.c
National Semiconductor common GPIO device-file/VFS methods.
Allows a user space process to control the GPIO pins.
Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com>
Copyright (c) 2005 Jim Cromie <jim.cromie@gmail.com>
*/
#include <linux/fs.h>
#include... | gpl-2.0 |
khanfrd/android_kernel_xiaomi_kenzo | mm/percpu-km.c | 11248 | 2852 | /*
* mm/percpu-km.c - kernel memory based chunk allocation
*
* Copyright (C) 2010 SUSE Linux Products GmbH
* Copyright (C) 2010 Tejun Heo <tj@kernel.org>
*
* This file is released under the GPLv2.
*
* Chunks are allocated as a contiguous kernel memory using gfp
* allocation. This is to be used on nommu arch... | gpl-2.0 |
techomancer/kernel-galaxytab-gb | sound/pci/echoaudio/indigodjx_dsp.c | 12528 | 2197 | /************************************************************************
This file is part of Echo Digital Audio's generic driver library.
Copyright Echo Digital Audio Corporation (c) 1998 - 2005
All rights reserved
www.echoaudio.com
This library is free software; you can redistribute it and/or
modify it under the t... | gpl-2.0 |
EloYGomeZ/kernel_huawei_msm8610 | sound/pci/echoaudio/indigoiox_dsp.c | 12528 | 2197 | /************************************************************************
This file is part of Echo Digital Audio's generic driver library.
Copyright Echo Digital Audio Corporation (c) 1998 - 2005
All rights reserved
www.echoaudio.com
This library is free software; you can redistribute it and/or
modify it under the t... | gpl-2.0 |
multirom-htc/kernel_htc_m8gpe | sound/aoa/core/core.c | 14832 | 3387 | /*
* Apple Onboard Audio driver core
*
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/list.h>
#include "../aoa.h"
#include "alsa.h"
MODULE_DESCRIPTION("Apple Onboard Audio Sound Driver");
MODULE... | gpl-2.0 |
minipli/linux-grsec | drivers/video/fbdev/kyro/STG4000Ramdac.c | 15600 | 3931 | /*
* linux/drivers/video/kyro/STG4000Ramdac.c
*
* Copyright (C) 2002 STMicroelectronics
*
* 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/kernel.h>
#include <linux/errno.... | gpl-2.0 |
riverzhou/kernel-c8500 | arch/sh/kernel/traps.c | 497 | 2175 | #include <linux/bug.h>
#include <linux/io.h>
#include <linux/types.h>
#include <linux/kdebug.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/uaccess.h>
#include <linux/hardirq.h>
#include <asm/unwinder.h>
#include <asm/system.h>
#ifdef CONFIG_BUG
void handle_BUG(struct pt_regs *regs)
{
const str... | gpl-2.0 |
eltair/htc-kernel-evo | arch/powerpc/platforms/85xx/mpc85xx_rdb.c | 497 | 3047 | /*
* MPC85xx RDB Board Setup
*
* Copyright 2009 Freescale Semiconductor Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option... | gpl-2.0 |
penhoi/linux-3.13.11.lbrpmu | drivers/virtio/virtio.c | 497 | 6808 | #include <linux/virtio.h>
#include <linux/spinlock.h>
#include <linux/virtio_config.h>
#include <linux/module.h>
#include <linux/idr.h>
/* Unique numbering for virtio devices. */
static DEFINE_IDA(virtio_index_ida);
static ssize_t device_show(struct device *_d,
struct device_attribute *attr, char *buf)
{
struc... | gpl-2.0 |
lostpuppy/m180s-kernel-stock | fs/sysv/inode.c | 753 | 9551 | /*
* linux/fs/sysv/inode.c
*
* minix/inode.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* xenix/inode.c
* Copyright (C) 1992 Doug Evans
*
* coh/inode.c
* Copyright (C) 1993 Pascal Haible, Bruno Haible
*
* sysv/inode.c
* Copyright (C) 1993 Paul B. Monday
*
* sysv/inode.c
* Copyright (C) 1... | gpl-2.0 |
Fusion-Devices/android_kernel_mediatek_sprout | kernel/irq_work.c | 1521 | 4576 | /*
* 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 |
weritos666/kernel_L7_II_KK_P715 | arch/powerpc/platforms/wsp/wsp_pci.c | 4593 | 33509 | /*
* Copyright 2010 Ben Herrenschmidt, IBM Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#def... | gpl-2.0 |
tommytarts/QuantumKernelM8-GPe | kernel/events/callchain.c | 4593 | 4021 | /*
* Performance events callchain code, extracted from core.c:
*
* Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
* Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar
* Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
* Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@a... | gpl-2.0 |
philozheng/kernel-msm | drivers/regulator/88pm8607.c | 4849 | 15379 | /*
* Regulators driver for Marvell 88PM8607
*
* Copyright (C) 2009 Marvell International Ltd.
* Haojian Zhuang <haojian.zhuang@marvell.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 Softwa... | gpl-2.0 |
n3ocort3x/android_kernel_htc_m7 | drivers/acpi/bgrt.c | 4849 | 3920 | /*
* Copyright 2012 Red Hat, Inc <mjg@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h... | gpl-2.0 |
kbc-developers/android_kernel_samsung_hlte | net/ceph/debugfs.c | 6641 | 6656 | #include <linux/ceph/ceph_debug.h>
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <linux/ceph/libceph.h>
#include <linux/ceph/mon_client.h>
#include <linux/ceph/auth.h>
#include <linux/ceph/debugfs.h>... | gpl-2.0 |
vitek999/android_kernel_oukitel_orange | security/apparmor/match.c | 7153 | 10875 | /*
* AppArmor security module
*
* This file contains AppArmor dfa based regular expression matching engine
*
* Copyright (C) 1998-2008 Novell/SUSE
* Copyright 2009-2010 Canonical Ltd.
*
* 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 |
charles1018/kernel_msm | arch/sparc/kernel/sigutil_32.c | 8689 | 3264 | #include <linux/kernel.h>
#include <linux/types.h>
#include <linux/thread_info.h>
#include <linux/uaccess.h>
#include <linux/sched.h>
#include <asm/sigcontext.h>
#include <asm/fpumacro.h>
#include <asm/ptrace.h>
#include <asm/switch_to.h>
#include "sigutil.h"
int save_fpu_state(struct pt_regs *regs, __siginfo_fpu_t ... | gpl-2.0 |
hi35xx/hi3518e-buildroot | linux/linux-3.0.y/drivers/net/irda/litelink-sir.c | 12529 | 5436 | /*********************************************************************
*
* Filename: litelink.c
* Version: 1.1
* Description: Driver for the Parallax LiteLink dongle
* Status: Stable
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Fri May 7 12:50:33 1999
* Mod... | gpl-2.0 |
Backspace-Dev/htx21 | arch/ia64/mm/extable.c | 13297 | 3019 | /*
* Kernel exception handling table support. Derived from arch/alpha/mm/extable.c.
*
* Copyright (C) 1998, 1999, 2001-2002, 2004 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com>
*/
#include <linux/sort.h>
#include <asm/uaccess.h>
#include <linux/module.h>
static int cmp_ex(const void *a, const vo... | gpl-2.0 |
martyj/LGP999_V10c_Kernel | drivers/video/matrox/matroxfb_misc.c | 14577 | 25093 | /*
*
* Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200 and G400
*
* (c) 1998-2002 Petr Vandrovec <vandrove@vc.cvut.cz>
*
* Portions Copyright (c) 2001 Matrox Graphics Inc.
*
* Version: 1.65 2002/08/14
*
* MTRR stuff: 1998 Tom Rini <trini@kernel.crashing.org>
*
* Contributors: "menion?" <m... | gpl-2.0 |
hisilicon/linux-x5hd2 | drivers/video/matrox/matroxfb_misc.c | 14577 | 25093 | /*
*
* Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200 and G400
*
* (c) 1998-2002 Petr Vandrovec <vandrove@vc.cvut.cz>
*
* Portions Copyright (c) 2001 Matrox Graphics Inc.
*
* Version: 1.65 2002/08/14
*
* MTRR stuff: 1998 Tom Rini <trini@kernel.crashing.org>
*
* Contributors: "menion?" <m... | gpl-2.0 |
miaoxie/linux-btrfs | kernel/resource.c | 242 | 37510 | /*
* linux/kernel/resource.c
*
* Copyright (C) 1999 Linus Torvalds
* Copyright (C) 1999 Martin Mares <mj@ucw.cz>
*
* Arbitrary resource management.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/export.h>
#include <linux/errno.h>
#include <linux/ioport.h>
#include <linux/init.h>
#include <linux... | gpl-2.0 |
mdalexca/OP3 | drivers/gpu/drm/radeon/radeon_connectors.c | 242 | 79283 | /*
* 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 |
curbthepain/revkernel_ubers5 | fs/sdcardfs/packagelist.c | 498 | 12948 | /*
* fs/sdcardfs/packagelist.c
*
* Copyright (c) 2013 Samsung Electronics Co. Ltd
* Authors: Daeho Jeong, Woojoong Lee, Seunghwan Hyun,
* Sunghwan Yun, Sungjong Seo
*
* This program has been developed as a stackable file system based on
* the WrapFS which written by
*
*... | gpl-2.0 |
vidoardes/Vivo-2.6.35 | fs/squashfs/export.c | 1266 | 4489 | /*
* Squashfs - a compressed read only filesystem for Linux
*
* Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008
* Phillip Lougher <phillip@lougher.demon.co.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... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.