repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
h2o64/android_kernel_motorola_msm8226 | drivers/net/wireless/ath/ath5k/pcu.c | 4920 | 28524 | /*
* Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
* Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
* Copyright (c) 2007-2008 Matthew W. S. Bell <mentor@madwifi.org>
* Copyright (c) 2007-2008 Luis Rodriguez <mcgrof@winlab.rutgers.edu>
* Copyright (c) 2007-2008 Pavel Roskin <proski@gnu.org... | gpl-2.0 |
faux123/Galaxy_Note_3 | fs/9p/xattr.c | 5176 | 4363 | /*
* Copyright IBM Corporation, 2010
* Author Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2.1 of the GNU Lesser General Public License
* as published by the Free Software Foundation.
*
* This program ... | gpl-2.0 |
PRJosh/kernel_msm-3.10 | arch/ia64/sn/kernel/sn2/timer_interrupt.c | 14136 | 2033 | /*
*
*
* Copyright (c) 2005, 2006 Silicon Graphics, Inc. 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 General Public License
* as published by the Free Software Foundation.
*
* This program is distributed in the ... | gpl-2.0 |
0mark/linux-sunxi | drivers/video/sunxi/lcd/lcd_bak/cpu_320x240_kgm281i0.c | 57 | 5753 | /*
* Copyright (C) 2007-2012 Allwinner Technology 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 |
zrafa/linuxkernel | linux-2.6.17.new/net/sunrpc/auth_gss/gss_krb5_seqnum.c | 57 | 2635 | /*
* linux/net/sunrpc/gss_krb5_seqnum.c
*
* Adapted from MIT Kerberos 5-1.2.1 lib/gssapi/krb5/util_seqnum.c
*
* Copyright (c) 2000 The Regents of the University of Michigan.
* All rights reserved.
*
* Andy Adamson <andros@umich.edu>
*/
/*
* Copyright 1993 by OpenVision Technologies, Inc.
*
* Permis... | gpl-2.0 |
KaijunTang/linux-kernel | drivers/net/wireless/ath/ath9k/ar9002_phy.c | 57 | 16964 | /*
* Copyright (c) 2008-2010 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 |
vkrmsngh/Test-repo-to-learning-git | u-boot/board/freescale/common/idt8t49n222a_serdes_clk.c | 57 | 5721 | /*
* Copyright 2013 Freescale Semiconductor, Inc.
* Author: Shaveta Leekha <shaveta@freescale.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include "idt8t49n222a_serdes_clk.h"
#define DEVICE_ID_REG 0x00
static int check_pll_status(u8 idt_addr)
{
u8 val = 0;
int ret;
ret = i2c_read(idt_addr, 0x17, 1, &val,... | gpl-2.0 |
rdesfo/kernel | block/blk-iopoll.c | 313 | 6060 | /*
* Functions related to interrupt-poll handling in the block layer. This
* is similar to NAPI for network devices.
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/bio.h>
#include <linux/blkdev.h>
#include <linux/interrupt.h>
#include <linux/cpu.h>
#include <linux/blk-... | gpl-2.0 |
b8e5n/KTG-kernel_es209ra | arch/arm/mach-msm/qdsp5/adsp_vfe_verify_cmd.c | 1593 | 6965 | /* arch/arm/mach-msm/qdsp5/adsp_vfe_verify_cmd.c
*
* Verification code for aDSP VFE packets from userspace.
*
* Copyright (C) 2008 Google, Inc.
* Copyright (c) 2008-2009, Code Aurora Forum. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as publi... | gpl-2.0 |
XXMrHyde/android_kernel_moto_shamu | drivers/net/wireless/rt2x00/rt2500usb.c | 2105 | 62869 | /*
Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com>
<http://rt2x00.serialmonkey.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 opti... | gpl-2.0 |
ElysiumRom/android_kernel_samsung_msm8660-common | arch/alpha/kernel/perf_event.c | 2361 | 22994 | /*
* Hardware performance events for the Alpha.
*
* We implement HW counts on the EV67 and subsequent CPUs only.
*
* (C) 2010 Michael J. Cree
*
* Somewhat based on the Sparc code, and to a lesser extent the PowerPC and
* ARM code, which are copyright by their respective authors.
*/
#include <linux/perf_event.... | gpl-2.0 |
lilbowza1985/s6eng2 | drivers/staging/vt6656/tether.c | 2617 | 1605 | /*
* Copyright (c) 2003 VIA Networking, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version... | gpl-2.0 |
cubieboard/linux-sdk-kernel-source | arch/x86/kernel/apm_32.c | 4665 | 70983 | /* -*- linux-c -*-
* APM BIOS driver for Linux
* Copyright 1994-2001 Stephen Rothwell (sfr@canb.auug.org.au)
*
* Initial development of this driver was funded by NEC Australia P/L
* and NEC Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Gener... | gpl-2.0 |
deepjyotisaran/android_kernel_samsung_exynos5410 | drivers/media/dvb/frontends/ix2505v.c | 5177 | 7899 | /**
* Driver for Sharp IX2505V (marked B0017) DVB-S silicon tuner
*
* Copyright (C) 2010 Malcolm Priestley
*
* 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 ... | gpl-2.0 |
Epirex/android_kernel_samsung_golden | drivers/net/cxgb4/t4_hw.c | 7993 | 89030 | /*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2010 Chelsio Communications, 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 |
Jason-Choi/EastSea-Kernel | drivers/tty/tty_audit.c | 7993 | 8755 | /*
* Creating audit events from TTY input.
*
* Copyright (C) 2007 Red Hat, Inc. All rights reserved. This copyrighted
* material is made available to anyone wishing to use, modify, copy, or
* redistribute it subject to the terms and conditions of the GNU General
* Public License v.2.
*
* Authors: Miloslav Trm... | gpl-2.0 |
onejay09/runnymede-kitkat_3.0.101-wip | drivers/ide/hpt366.c | 8249 | 43126 | /*
* Copyright (C) 1999-2003 Andre Hedrick <andre@linux-ide.org>
* Portions Copyright (C) 2001 Sun Microsystems, Inc.
* Portions Copyright (C) 2003 Red Hat Inc
* Portions Copyright (C) 2007 Bartlomiej Zolnierkiewicz
* Portions Copyright (C) 2005-2009 MontaVista Software, Inc.
*
* Thanks to HighPoint T... | gpl-2.0 |
TheNotOnly/linux-3.5 | drivers/ide/hpt366.c | 8249 | 43126 | /*
* Copyright (C) 1999-2003 Andre Hedrick <andre@linux-ide.org>
* Portions Copyright (C) 2001 Sun Microsystems, Inc.
* Portions Copyright (C) 2003 Red Hat Inc
* Portions Copyright (C) 2007 Bartlomiej Zolnierkiewicz
* Portions Copyright (C) 2005-2009 MontaVista Software, Inc.
*
* Thanks to HighPoint T... | gpl-2.0 |
Android-L-Porting-Team/android_kernel_mako | drivers/hwmon/pmbus/max16064.c | 9785 | 3385 | /*
* Hardware monitoring driver for Maxim MAX16064
*
* Copyright (c) 2011 Ericsson AB.
*
* 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 op... | gpl-2.0 |
sh95119/linux | drivers/net/geneve.c | 58 | 25744 | /*
* GENEVE: Generic Network Virtualization Encapsulation
*
* Copyright (c) 2015 Red Hat, 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.
*/
#define pr_fmt(fmt) KBUILD_... | gpl-2.0 |
sigma-random/asuswrt-merlin | release/src-rt-7.x.main/src/cfe/cfe/ui/ui_test_flash.c | 58 | 5015 | /* *********************************************************************
* Broadcom Common Firmware Environment (CFE)
*
* Flash Test commands File: ui_test_flash.c
*
* Some commands to test the flash device interface.
*
* Author: Mitch Lichtenberg (mpl@broadcom.com)
*
... | gpl-2.0 |
chenyu105/linux | kernel/irq/manage.c | 58 | 53106 | /*
* linux/kernel/irq/manage.c
*
* Copyright (C) 1992, 1998-2006 Linus Torvalds, Ingo Molnar
* Copyright (C) 2005-2006 Thomas Gleixner
*
* This file contains driver APIs to the irq subsystem.
*/
#define pr_fmt(fmt) "genirq: " fmt
#include <linux/irq.h>
#include <linux/kthread.h>
#include <linux/module.h>
#incl... | gpl-2.0 |
rahulkodinya/drm | drivers/mtd/nand/r852.c | 2362 | 25269 | /*
* Copyright © 2009 - Maxim Levitsky
* driver for Ricoh xD readers
*
* 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>
#i... | gpl-2.0 |
KylinUI/android_kernel_oppo_find5 | drivers/gpu/drm/radeon/radeon_connectors.c | 2874 | 65986 | /*
* 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 |
alcobar/asuswrt-merlin | release/src-rt-6.x.4708/linux/linux-2.6.36/fs/sysv/ialloc.c | 3386 | 5818 | /*
* linux/fs/sysv/ialloc.c
*
* minix/bitmap.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext/freelists.c
* Copyright (C) 1992 Remy Card (card@masi.ibp.fr)
*
* xenix/alloc.c
* Copyright (C) 1992 Doug Evans
*
* coh/alloc.c
* Copyright (C) 1993 Pascal Haible, Bruno Haible
*
* sysv/ialloc.c... | gpl-2.0 |
CyanogenMod/android_kernel_motorola_omap4-common | fs/sysv/ialloc.c | 3386 | 5818 | /*
* linux/fs/sysv/ialloc.c
*
* minix/bitmap.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext/freelists.c
* Copyright (C) 1992 Remy Card (card@masi.ibp.fr)
*
* xenix/alloc.c
* Copyright (C) 1992 Doug Evans
*
* coh/alloc.c
* Copyright (C) 1993 Pascal Haible, Bruno Haible
*
* sysv/ialloc.c... | gpl-2.0 |
pacificIT/linux-2.6.36 | fs/sysv/ialloc.c | 3386 | 5818 | /*
* linux/fs/sysv/ialloc.c
*
* minix/bitmap.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext/freelists.c
* Copyright (C) 1992 Remy Card (card@masi.ibp.fr)
*
* xenix/alloc.c
* Copyright (C) 1992 Doug Evans
*
* coh/alloc.c
* Copyright (C) 1993 Pascal Haible, Bruno Haible
*
* sysv/ialloc.c... | gpl-2.0 |
lewislone/kernel_reading | arch/ia64/sn/kernel/tiocx.c | 4154 | 13224 | /*
* 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) 2005 Silicon Graphics, Inc. All rights reserved.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/s... | gpl-2.0 |
bensonhsu2013/old_samsung-lt02wifi-kernel | arch/sh/drivers/dma/dma-sh.c | 4666 | 8054 | /*
* arch/sh/drivers/dma/dma-sh.c
*
* SuperH On-chip DMAC Support
*
* Copyright (C) 2000 Takashi YOSHII
* Copyright (C) 2003, 2004 Paul Mundt
* Copyright (C) 2005 Andriy Skulysh
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main direct... | gpl-2.0 |
nbars/SM-P600-linux-kernel | arch/arm/mach-tegra/board-dt-tegra20.c | 4666 | 4876 | /*
* nVidia Tegra device tree board support
*
* Copyright (C) 2010 Secret Lab Technologies, Ltd.
* Copyright (C) 2010 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 modi... | gpl-2.0 |
Vachounet/android_kernel_acer_hemingway | arch/arm/mach-tegra/board-dt-tegra20.c | 4666 | 4876 | /*
* nVidia Tegra device tree board support
*
* Copyright (C) 2010 Secret Lab Technologies, Ltd.
* Copyright (C) 2010 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 modi... | gpl-2.0 |
Potin/linux-am33x-04.06.00.10 | arch/sh/drivers/dma/dma-sh.c | 4666 | 8054 | /*
* arch/sh/drivers/dma/dma-sh.c
*
* SuperH On-chip DMAC Support
*
* Copyright (C) 2000 Takashi YOSHII
* Copyright (C) 2003, 2004 Paul Mundt
* Copyright (C) 2005 Andriy Skulysh
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main direct... | gpl-2.0 |
ansebovi/SmartDeviL_XMD | drivers/atm/eni.c | 4922 | 62738 | /* drivers/atm/eni.c - Efficient Networks ENI155P device driver */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/pci.h>
#include <linux/errno.h>
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/s... | gpl-2.0 |
stedman420/android_kernel_zte_hera | drivers/atm/eni.c | 4922 | 62738 | /* drivers/atm/eni.c - Efficient Networks ENI155P device driver */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/pci.h>
#include <linux/errno.h>
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/s... | gpl-2.0 |
beboom/a10s-linux | fs/ocfs2/cluster/netdebug.c | 7994 | 14560 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* netdebug.c
*
* debug functionality for o2net
*
* Copyright (C) 2005, 2008 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
* Lice... | gpl-2.0 |
skinner12/SkeRneL | fs/ntfs/lcnalloc.c | 14394 | 33171 | /*
* lcnalloc.c - Cluster (de)allocation code. Part of the Linux-NTFS project.
*
* Copyright (c) 2004-2005 Anton Altaparmakov
*
* This program/include file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundatio... | gpl-2.0 |
nadavitay/linux-3.14.1 | net/sched/sch_api.c | 59 | 45419 | /*
* net/sched/sch_api.c Packet scheduler API.
*
* 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.
*
* Authors... | gpl-2.0 |
nmathewson/linux-2.6 | drivers/block/virtio_blk.c | 315 | 13539 | //#define DEBUG
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/blkdev.h>
#include <linux/hdreg.h>
#include <linux/virtio.h>
#include <linux/virtio_blk.h>
#include <linux/scatterlist.h>
#define PART_BITS 4
static int major, index;
struct virtio_blk
{
spinlock_t lock;
struct virtio_device *vdev... | gpl-2.0 |
TeamFreedom/FreedomKernel | drivers/ide/ide-cs.c | 315 | 12331 | /*======================================================================
A driver for PCMCIA IDE/ATA disk cards
The contents of this file are subject to the Mozilla Public
License Version 1.1 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of
... | gpl-2.0 |
dewadg/mako-kernel | lib/genalloc.c | 571 | 12046 | /*
* Basic general purpose allocator for managing special purpose
* memory, for example, memory that is not managed by the regular
* kmalloc/kfree interface. Uses for this includes on-device special
* memory, uncached memory etc.
*
* It is safe to use the allocator in NMI handlers and other special
* unblockabl... | gpl-2.0 |
drod2169/Linux-3.11.x | arch/arm/mach-orion5x/terastation_pro2-setup.c | 2107 | 9496 | /*
* Buffalo Terastation Pro II/Live Board Setup
*
* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.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 th... | gpl-2.0 |
bigbiff/android_kernel_samsung_zeroflte | drivers/tty/serial/nwpserial.c | 2107 | 11634 | /*
* Serial Port driver for a NWP uart device
*
* Copyright (C) 2008 IBM Corp., Benjamin Krill <ben@codiert.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 |
CyanogenMod/android_kernel_htc_msm8974 | drivers/base/regmap/regcache-lzo.c | 4411 | 9264 | /*
* Register cache access API - LZO caching support
*
* Copyright 2011 Wolfson Microelectronics plc
*
* Author: Dimitris Papastamos <dp@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
* pu... | gpl-2.0 |
iamroot12CD/linux | drivers/media/usb/gspca/etoms.c | 4411 | 22572 | /*
* Etoms Et61x151 GPL Linux driver by Michel Xhaard (09/09/2004)
*
* V4L2 by Jean-Francois Moine <http://moinejf.free.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either versio... | gpl-2.0 |
jgcaap/NewKernel | arch/arm/mach-mxs/devices/platform-mxsfb.c | 5435 | 1277 | /*
* Copyright (C) 2011 Pengutronix, Sascha Hauer <s.hauer@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/dma-mapping.h>
#include <asm/sizes... | gpl-2.0 |
nmenon/ti-linux-kernel-nm | arch/powerpc/platforms/83xx/mpc832x_rdb.c | 8763 | 5852 | /*
* arch/powerpc/platforms/83xx/mpc832x_rdb.c
*
* Copyright (C) Freescale Semiconductor, Inc. 2007. All rights reserved.
*
* Description:
* MPC832x RDB board specific routines.
* This file is based on mpc832x_mds.c and mpc8313_rdb.c
* Author: Michael Barkowski <michael.barkowski@freescale.com>
*
* This progr... | gpl-2.0 |
lyapota/enru-3.1.10-g7f360be | fs/fuse/inode.c | 60 | 29281 | /*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include "fuse_i.h"
#include <linux/pagemap.h>
#include <linux/slab.h>
#include <linux/file.h>
#include <linux/seq_file.h>
#inc... | gpl-2.0 |
FrostedKernel/android_kernel_htc_msm8960 | sound/soc/msm/msm-pcm-voip.c | 60 | 31698 | /* 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 the... | gpl-2.0 |
basanta078/linux-370 | fs/nls/nls_cp1251.c | 60 | 12691 | /*
* linux/fs/nls/nls_cp1251.c
*
* Charset cp1251 translation tables.
* Generated automatically from the Unicode and charset
* tables from the Unicode Organization (www.unicode.org).
* The Unicode to charset table has only exact mappings.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/st... | gpl-2.0 |
androidarmv6/android_kernel_lge_msm7x27 | arch/arm/mach-pxa/e400.c | 828 | 3829 | /*
* Hardware definitions for the Toshiba eseries PDAs
*
* Copyright (c) 2003 Ian Molton <spyro@f2s.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 <l... | gpl-2.0 |
giveme13s/android_kernel_oneplus_msm8974 | arch/arm/mach-msm/spm-regulator.c | 1852 | 14017 | /* 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 |
BOOTMGR/GT-I9070_kernel | fs/jfs/acl.c | 2620 | 4739 | /*
* Copyright (C) International Business Machines Corp., 2002-2004
* Copyright (C) Andreas Gruenbacher, 2001
* Copyright (C) Linus Torvalds, 1991, 1992
*
* 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 |
01org/KVMGT-kernel | drivers/mtd/mtdoops.c | 4668 | 12101 | /*
* MTD Oops/Panic logger
*
* Copyright © 2007 Nokia Corporation. All rights reserved.
*
* Author: Richard Purdie <rpurdie@openedhand.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 |
s0627js/android_kernel_SHV-E300S | arch/arm/mach-omap2/dpll3xxx.c | 4924 | 15825 | /*
* OMAP3/4 - specific DPLL control functions
*
* Copyright (C) 2009-2010 Texas Instruments, Inc.
* Copyright (C) 2009-2010 Nokia Corporation
*
* Written by Paul Walmsley
* Testing and integration fixes by Jouni Högander
*
* 36xx support added by Vishwanath BS, Richard Woodruff, and Nishanth
* Menon
*
* Pa... | gpl-2.0 |
SimpleAOSP-Kernel/kernel_hammerhead | net/sctp/proc.c | 5180 | 13873 | /* SCTP kernel implementation
* Copyright (c) 2003 International Business Machines, Corp.
*
* This file is part of the SCTP kernel implementation
*
* This SCTP implementation is free software;
* you can redistribute it and/or modify it under the terms of
* the GNU General Public License as published by
* the Fr... | gpl-2.0 |
supersonicninja/L01FJBKERNEL | net/sctp/proc.c | 5180 | 13873 | /* SCTP kernel implementation
* Copyright (c) 2003 International Business Machines, Corp.
*
* This file is part of the SCTP kernel implementation
*
* This SCTP implementation is free software;
* you can redistribute it and/or modify it under the terms of
* the GNU General Public License as published by
* the Fr... | gpl-2.0 |
sloanyang/android_kernel_zte_u950 | arch/s390/lib/uaccess_mvcos.c | 8508 | 6062 | /*
* arch/s390/lib/uaccess_mvcos.c
*
* Optimized user space space access functions based on mvcos.
*
* Copyright (C) IBM Corp. 2006
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
* Gerald Schaefer (gerald.schaefer@de.ibm.com)
*/
#include <linux/errno.h>
#include <linux/mm.h>
#include <asm/... | gpl-2.0 |
ngvincent/android-kernel-oppo-find5 | crypto/sha256_generic.c | 8764 | 12471 | /*
* Cryptographic API.
*
* SHA-256, as specified in
* http://csrc.nist.gov/groups/STM/cavp/documents/shs/sha256-384-512.pdf
*
* SHA-256 code by Jean-Luc Cooke <jlcooke@certainkey.com>.
*
* Copyright (c) Jean-Luc Cooke <jlcooke@certainkey.com>
* Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk>
* Copyrig... | gpl-2.0 |
NSDCars5/kernel_nanhu_ares | arch/alpha/kernel/sys_takara.c | 9020 | 8062 | /*
* linux/arch/alpha/kernel/sys_takara.c
*
* Copyright (C) 1995 David A Rusling
* Copyright (C) 1996 Jay A Estabrook
* Copyright (C) 1998, 1999 Richard Henderson
*
* Code supporting the TAKARA.
*/
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/sched.h>
#include <linux... | gpl-2.0 |
lbule/android_kernel_htc_m9pw | arch/alpha/kernel/sys_sx164.c | 9020 | 4587 | /*
* linux/arch/alpha/kernel/sys_sx164.c
*
* Copyright (C) 1995 David A Rusling
* Copyright (C) 1996 Jay A Estabrook
* Copyright (C) 1998, 1999, 2000 Richard Henderson
*
* Code supporting the SX164 (PCA56+PYXIS).
*/
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/sched.... | gpl-2.0 |
vmayoral/ubuntu-vivid | arch/alpha/kernel/sys_sx164.c | 9020 | 4587 | /*
* linux/arch/alpha/kernel/sys_sx164.c
*
* Copyright (C) 1995 David A Rusling
* Copyright (C) 1996 Jay A Estabrook
* Copyright (C) 1998, 1999, 2000 Richard Henderson
*
* Code supporting the SX164 (PCA56+PYXIS).
*/
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/sched.... | gpl-2.0 |
thegreatergood/LiteKernel---Glide | drivers/input/keyboard/hilkbd.c | 9788 | 8804 | /*
* linux/drivers/hil/hilkbd.c
*
* Copyright (C) 1998 Philip Blundell <philb@gnu.org>
* Copyright (C) 1999 Matthew Wilcox <willy@bofh.ai>
* Copyright (C) 1999-2007 Helge Deller <deller@gmx.de>
*
* Very basic HP Human Interface Loop (HIL) driver.
* This driver handles the keyboard on HP300 (m68k) and on s... | gpl-2.0 |
ReconInstruments/jet_kernel | net/ipv4/tcp_scalable.c | 10556 | 1448 | /* Tom Kelly's Scalable TCP
*
* See http://www.deneholme.net/tom/scalable/
*
* John Heffner <jheffner@sc.edu>
*/
#include <linux/module.h>
#include <net/tcp.h>
/* These factors derived from the recommended values in the aer:
* .01 and and 7/8. We use 50 instead of 100 to account for
* delayed ack.
*/
#define ... | gpl-2.0 |
sheshas/HGSHM | qemu-2.3.0-rc3/hw/pcmcia/pxa2xx.c | 61 | 6925 | /*
* Intel XScale PXA255/270 PC Card and CompactFlash Interface.
*
* Copyright (c) 2006 Openedhand Ltd.
* Written by Andrzej Zaborowski <balrog@zabor.org>
*
* This code is licensed under the GPLv2.
*
* Contributions after 2012-01-13 are licensed under the terms of the
* GNU GPL, version 2 or (at your option) a... | gpl-2.0 |
frustreated/linux | drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c | 317 | 13513 | // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
/* Copyright (c) 2018 Mellanox Technologies. All rights reserved */
#include <linux/netdevice.h>
#include <linux/netlink.h>
#include <linux/random.h>
#include <net/vxlan.h>
#include "reg.h"
#include "spectrum.h"
#include "spectrum_nve.h"
#define MLXSW_SP_NVE_VXLAN_... | gpl-2.0 |
quinte17/linux-stable | arch/arm/mach-pxa/mfp-pxa2xx.c | 573 | 10074 | /*
* linux/arch/arm/mach-pxa/mfp-pxa2xx.c
*
* PXA2xx pin mux configuration support
*
* The GPIOs on PXA2xx can be configured as one of many alternate
* functions, this is by concept samilar to the MFP configuration
* on PXA3xx, what's more important, the low power pin state and
* wakeup detection are als... | gpl-2.0 |
mer-hybris/android_kernel_motorola_titan-OLD | drivers/acpi/processor_idle.c | 829 | 33939 | /*
* processor_idle - idle state submodule to the ACPI processor driver
*
* Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com>
* Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
* Copyright (C) 2004, 2005 Dominik Brodowski <linux@brodo.de>
* Copyright (C) 2004 Anil S Kesha... | gpl-2.0 |
jderrick/linux-torvalds | arch/mips/ralink/rt3883.c | 829 | 5064 | /*
* 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.
*
* Parts of this file are based on Ralink's 2.6.21 BSP
*
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
* Copyright (C)... | gpl-2.0 |
ntrdma/ntrdma | arch/mips/alchemy/common/platform.c | 1853 | 12223 | /*
* Platform device support for Au1x00 SoCs.
*
* Copyright 2004, Matt Porter <mporter@kernel.crashing.org>
*
* (C) Copyright Embedded Alley Solutions, Inc 2005
* Author: Pantelis Antoniou <pantelis@embeddedalley.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. Thi... | gpl-2.0 |
synexxus/synnix | net/mac80211/tkip.c | 1853 | 10828 | /*
* Copyright 2002-2004, Instant802 Networks, Inc.
* Copyright 2005, Devicescape Software, 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.
*/
#include <linux/kernel.h>
#... | gpl-2.0 |
MoKee/android_kernel_motorola_apq8084 | drivers/gpu/drm/nouveau/core/engine/dmaobj/nv50.c | 2877 | 4530 | /*
* 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 |
IKGapirov/android_kernel_SM-G800H | drivers/mfd/max8998.c | 4157 | 8584 | /*
* max8998.c - mfd core driver for the Maxim 8998
*
* Copyright (C) 2009-2010 Samsung Electronics
* Kyungmin Park <kyungmin.park@samsung.com>
* Marek Szyprowski <m.szyprowski@samsung.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public... | gpl-2.0 |
davidmueller13/davidskernel_lt03lte_tw_5.1.1 | drivers/net/wireless/ath/ath5k/qcu.c | 4413 | 20852 | /*
* Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
* Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission not... | gpl-2.0 |
nixholas/msm-nexus5 | drivers/rtc/rtc-pxa.c | 4925 | 11478 | /*
* Real Time Clock interface for XScale PXA27x and PXA3xx
*
* Copyright (C) 2008 Robert Jarzmik
*
* 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
* ... | gpl-2.0 |
z8cpaul/lsikernel-3.14 | arch/arm/mach-ixp4xx/wg302v2-pci.c | 4925 | 1431 | /*
* arch/arch/mach-ixp4xx/wg302v2-pci.c
*
* PCI setup routines for the Netgear WG302 v2 and WAG302 v2
*
* Copyright (C) 2007 Imre Kaloz <kaloz@openwrt.org>
*
* based on coyote-pci.c:
* Copyright (C) 2002 Jungo Software Technologies.
* Copyright (C) 2003 MontaVista Software, Inc.
*
* Maintainer: Imre Kaloz <... | gpl-2.0 |
razrqcom-dev-team/android_kernel_motorola_msm8226 | crypto/wp512.c | 5181 | 61536 | /*
* Cryptographic API.
*
* Whirlpool hashing Algorithm
*
* The Whirlpool algorithm was developed by Paulo S. L. M. Barreto and
* Vincent Rijmen. It has been selected as one of cryptographic
* primitives by the NESSIE project http://www.cryptonessie.org/
*
* The original authors have disclaimed all copyright ... | gpl-2.0 |
MechanicalAndroids/android_kernel_motorola_msm8226 | drivers/net/ethernet/mellanox/mlx4/en_selftest.c | 5181 | 4990 | /*
* Copyright (c) 2007 Mellanox Technologies. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this sou... | gpl-2.0 |
friedrich420/Note-4-TMO-AEL-Kernel-Lollipop-Source | sound/soc/blackfin/bf5xx-sport.c | 7485 | 28031 | /*
* File: bf5xx_sport.c
* Based on:
* Author: Roy Huang <roy.huang@analog.com>
*
* Created: Tue Sep 21 10:52:42 CEST 2004
* Description:
* Blackfin SPORT Driver
*
* Copyright 2004-2007 Analog Devices Inc.
*
* Bugs: Enter bugs at http://blackfin.uclinux.... | gpl-2.0 |
xjljian/android_kernel_huawei_msm8226 | drivers/media/video/cpia2/cpia2_core.c | 7997 | 76309 | /****************************************************************************
*
* Filename: cpia2_core.c
*
* Copyright 2001, STMicrolectronics, Inc.
* Contact: steve.miller@st.com
*
* Description:
* This is a USB driver for CPia2 based video cameras.
* The infrastructure of this driver is base... | gpl-2.0 |
ErcOne/kernel-3-4-projek-n7000 | net/netfilter/xt_conntrack.c | 7997 | 9832 | /*
* xt_conntrack - Netfilter module to match connection tracking
* information. (Superset of Rusty's minimalistic state match.)
*
* (C) 2001 Marc Boucher (marc@mbsi.ca).
* Copyright © CC Computer Consultants GmbH, 2007 - 2008
*
* This program is free software; you can redistribute it and/or modify
* it under ... | gpl-2.0 |
garwedgess/android_kernel_lge_g4 | drivers/leds/dell-led.c | 7997 | 4349 | /*
* dell_led.c - Dell LED Driver
*
* Copyright (C) 2010 Dell Inc.
* Louis Davis <louis_davis@dell.com>
* Jim Dailey <jim_dailey@dell.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 Foundati... | gpl-2.0 |
ballock/kernel-xenial-bbr | drivers/pcmcia/pxa2xx_trizeps4.c | 9789 | 4676 | /*
* linux/drivers/pcmcia/pxa2xx_trizeps4.c
*
* TRIZEPS PCMCIA specific routines.
*
* Author: Jürgen Schindele
* Created: 20 02, 2006
* Copyright: Jürgen Schindele
*
* 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
* pu... | gpl-2.0 |
adrientetar/semc-7x30-kernel-ics | arch/x86/kernel/doublefault_32.c | 9789 | 1695 | #include <linux/mm.h>
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/init_task.h>
#include <linux/fs.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/processor.h>
#include <asm/desc.h>
#define DOUBLEFAULT_STACKSIZE (1024)
static unsigned long doublefault_stack[DOUBLEFAULT_STACKSIZE... | gpl-2.0 |
Isopod/linux | drivers/pcmcia/pxa2xx_trizeps4.c | 9789 | 4676 | /*
* linux/drivers/pcmcia/pxa2xx_trizeps4.c
*
* TRIZEPS PCMCIA specific routines.
*
* Author: Jürgen Schindele
* Created: 20 02, 2006
* Copyright: Jürgen Schindele
*
* 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
* pu... | gpl-2.0 |
atmchrispark/linux-at91 | arch/x86/mm/kmemcheck/kmemcheck.c | 10813 | 14463 | /**
* kmemcheck - a heavyweight memory checker for the linux kernel
* Copyright (C) 2007, 2008 Vegard Nossum <vegardno@ifi.uio.no>
* (With a lot of help from Ingo Molnar and Pekka Enberg.)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lice... | gpl-2.0 |
CyanogenMod/lge-kernel-p880 | arch/mips/emma/markeins/led.c | 13885 | 1510 | /*
* Copyright (C) NEC Electronics Corporation 2004-2006
*
* 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 |
francegabb/mxu1130driver | drivers/thermal/int340x_thermal/processor_thermal_device.c | 62 | 7959 | /*
* processor_thermal_device.c
* Copyright (c) 2014, 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 t... | gpl-2.0 |
sadven/meisiekernel | drivers/media/platform/exynos/fimg2d/fimg2d4x_blt.c | 62 | 16243 | /* linux/drivers/media/video/exynos/fimg2d/fimg2d4x_blt.c
*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* Samsung Graphics 2D driver
*
* 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 |
Naoya-Horiguchi/linux | sound/soc/qcom/qdsp6/q6adm.c | 62 | 15327 | // SPDX-License-Identifier: GPL-2.0
// Copyright (c) 2011-2017, The Linux Foundation. All rights reserved.
// Copyright (c) 2018, Linaro Limited
#include <linux/device.h>
#include <linux/jiffies.h>
#include <linux/kernel.h>
#include <linux/kref.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_plat... | gpl-2.0 |
svenkatr/linux | sound/soc/fsl/p1022_rdk.c | 318 | 11282 | /**
* Freescale P1022RDK ALSA SoC Machine driver
*
* Author: Timur Tabi <timur@freescale.com>
*
* Copyright 2012 Freescale Semiconductor, 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 e... | gpl-2.0 |
aceofall/linux-kernel | drivers/video/backlight/lm3533_bl.c | 318 | 8993 | /*
* lm3533-bl.c -- LM3533 Backlight driver
*
* Copyright (C) 2011-2012 Texas Instruments
*
* Author: Johan Hovold <jhovold@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation... | gpl-2.0 |
Silentlys/android_kernel_qcom_msm8916 | drivers/usb/gadget/ci13xxx_msm.c | 318 | 12036 | /* Copyright (c) 2010-2014, 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.
*/
#include <linux/module.h>
#include ... | gpl-2.0 |
rhtu/linux | net/sched/em_text.c | 1342 | 3746 | /*
* net/sched/em_text.c Textsearch ematch
*
* 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.
*
* Authors: Th... | gpl-2.0 |
CPDroid/Samsung_STE_Kernel | drivers/staging/msm/lcdc_toshiba_wvga_pt.c | 2110 | 9135 | /* Copyright (c) 2009, 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 |
Emotroid-Team/emotion_kernel_tw_edge | fs/nilfs2/page.c | 2878 | 14961 | /*
* page.c - buffer/page management specific to NILFS
*
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone 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 ver... | gpl-2.0 |
garick82/android_kernel_samsung_codina | arch/mips/kernel/branch.c | 3134 | 5589 | /*
* 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) 1996, 97, 2000, 2001 by Ralf Baechle
* Copyright (C) 2001 MIPS Technologies, Inc.
*/
#include <linux/kernel.h>
#include <l... | gpl-2.0 |
bilalliberty/SebastianFM-kernel | drivers/usb/gadget/f_eem.c | 3646 | 15318 | /*
* f_eem.c -- USB CDC Ethernet (EEM) link function driver
*
* Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2008 Nokia Corporation
* Copyright (C) 2009 EF Johnson Technologies
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public ... | gpl-2.0 |
brymaster5000/m7wlv_4.3 | drivers/usb/gadget/f_eem.c | 3646 | 15318 | /*
* f_eem.c -- USB CDC Ethernet (EEM) link function driver
*
* Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2008 Nokia Corporation
* Copyright (C) 2009 EF Johnson Technologies
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public ... | gpl-2.0 |
talnoah/Sprint-One-4.2.2-Sense | arch/powerpc/kernel/ppc_ksyms.c | 4414 | 4746 | #include <linux/export.h>
#include <linux/threads.h>
#include <linux/smp.h>
#include <linux/sched.h>
#include <linux/elfcore.h>
#include <linux/string.h>
#include <linux/interrupt.h>
#include <linux/screen_info.h>
#include <linux/vt_kern.h>
#include <linux/nvram.h>
#include <linux/irq.h>
#include <linux/pci.h>
#include... | gpl-2.0 |
vigor/vigor_aosp_kernel | drivers/bluetooth/btmrvl_main.c | 6974 | 15195 | /**
* Marvell Bluetooth driver
*
* Copyright (C) 2009, Marvell International Ltd.
*
* This software file (the "File") is distributed by Marvell International
* Ltd. under the terms of the GNU General Public License Version 2, June 1991
* (the "License"). You may use, redistribute and/or modify this File in
* a... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.