repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
zparallax/amplitude_kernel_tw_exynos | drivers/tty/serial/sc26xx.c | 2105 | 16843 | /*
* SC268xx.c: Serial driver for Philiphs SC2681/SC2692 devices.
*
* Copyright (C) 2006,2007 Thomas Bogendörfer (tsbogend@alpha.franken.de)
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <linux/major.h>
#include <linux/ci... | gpl-2.0 |
mdeejay/android_kernel_grouper | drivers/net/wireless/iwmc3200wifi/main.c | 3897 | 21402 | /*
* Intel Wireless Multicomm 3200 WiFi driver
*
* Copyright (C) 2009 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain... | gpl-2.0 |
dewadg/mako-kernel | sound/atmel/ac97c.c | 4665 | 31561 | /*
* Driver for Atmel AC97C
*
* Copyright (C) 2005-2009 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.
*/
#include <linux/clk.h>
#include <linux/delay.h>
#... | gpl-2.0 |
rutvik95/android_kernel_frostbite | arch/um/drivers/chan_user.c | 4665 | 7101 | /*
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com)
* Licensed under the GPL
*/
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <sched.h>
#include <signal.h>
#include <termios.h>
#include <sys/ioctl.h>
#include "chan_user.h"
#include "kern_constants.h"
#include "os.h"
#inc... | gpl-2.0 |
Jetson-TX1-AndroidTV/android_kernel_shield_tv_video4linux | drivers/scsi/libfc/fc_frame.c | 4921 | 2423 | /*
* Copyright(c) 2007 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 by the Free Software Foundation.
*
* This program is distributed in the hope it ... | gpl-2.0 |
glenlee75/linux-at91 | arch/x86/kernel/irq_64.c | 7225 | 2858 | /*
* Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar
*
* This file contains the lowest level x86_64-specific interrupt
* entry and irq statistics code. All the remaining irq logic is
* done by the generic kernel/irq/ code and in the
* x86_64-specific irq controller code. (e.g. i8259.c and
* io_apic.c.)
*/
... | gpl-2.0 |
espenfjo/android_kernel_samsung_n8000 | crypto/pcbc.c | 12345 | 7852 | /*
* PCBC: Propagating Cipher Block Chaining mode
*
* Copyright (C) 2006 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* Derived from cbc.c
* - Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au>
*
* This program is free software; you can redistribute it and/or m... | gpl-2.0 |
somesnow/AK-OnePone | net/sched/sch_blackhole.c | 14137 | 1240 | /*
* net/sched/sch_blackhole.c Black hole queue
*
* 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.
*
* Author... | gpl-2.0 |
mrjaydee82/SinLessKerne1-m8-GPE | drivers/thermal/qpnp-adc-tm.c | 58 | 55289 | /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | gpl-2.0 |
showp1984/bricked-endeavoru | net/sctp/sm_statetable.c | 314 | 34363 | /* SCTP kernel implementation
* (C) Copyright IBM Corp. 2001, 2004
* Copyright (c) 1999-2000 Cisco, Inc.
* Copyright (c) 1999-2001 Motorola, Inc.
* Copyright (c) 2001 Intel Corp.
* Copyright (c) 2001 Nokia, Inc.
*
* This file is part of the SCTP kernel implementation
*
* These are the state tables for the SCTP... | gpl-2.0 |
pknithis/linux | arch/mips/kernel/proc.c | 826 | 5100 | /*
* Copyright (C) 1995, 1996, 2001 Ralf Baechle
* Copyright (C) 2001, 2004 MIPS Technologies, Inc.
* Copyright (C) 2004 Maciej W. Rozycki
*/
#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/seq_file.h>
#include <asm/bootinfo.h>
#include <asm/cpu.h>
#include <asm/cpu-... | gpl-2.0 |
PennPanda/linux | drivers/gpu/drm/gma500/psb_irq.c | 1338 | 18032 | /**************************************************************************
* Copyright (c) 2007, 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 by t... | gpl-2.0 |
CyanogenMod/android_kernel_motorola_apq8084 | arch/arm/mach-orion5x/mv2120-setup.c | 2106 | 5951 | /*
* Copyright (C) 2007 Herbert Valerio Riedel <hvr@gnu.org>
* Copyright (C) 2008 Martin Michlmayr <tbm@cyrius.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version ... | gpl-2.0 |
Emotroid-Team/emotion_tw_caf_kernel | drivers/watchdog/bcm47xx_wdt.c | 2618 | 6364 | /*
* Watchdog driver for Broadcom BCM47XX
*
* Copyright (C) 2008 Aleksandar Radovanovic <biblbroks@sezampro.rs>
* Copyright (C) 2009 Matthieu CASTET <castet.matthieu@free.fr>
* Copyright (C) 2012-2013 Hauke Mehrtens <hauke@hauke-m.de>
*
* This program is free software; you can redistribute it and/or
* mod... | gpl-2.0 |
PRJosh/kernel.org | drivers/staging/iio/Documentation/generic_buffer.c | 2874 | 8350 | /* Industrialio buffer test code.
*
* Copyright (c) 2008 Jonathan Cameron
*
* 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 primarily intended as an example... | gpl-2.0 |
SM-G920P/Hacker_Kernel_SM-G920P | arch/x86/kernel/cpu/mtrr/cleanup.c | 3386 | 25307 | /*
* MTRR (Memory Type Range Register) cleanup
*
* Copyright (C) 2009 Yinghai Lu
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your... | gpl-2.0 |
hroark13/Z750C_2_WARP | arch/powerpc/platforms/powermac/cpufreq_32.c | 4410 | 18732 | /*
* Copyright (C) 2002 - 2005 Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Copyright (C) 2004 John Steele Scott <toojays@toojays.net>
*
* 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 |
bigbiff/android_kernel_samsung_n900 | arch/tile/kernel/proc.c | 4410 | 3586 | /*
* Copyright 2010 Tilera Corporation. 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, version 2.
*
* This program is distributed in the hope that it will ... | gpl-2.0 |
kyleterry/linux | drivers/char/hw_random/nomadik-rng.c | 7226 | 2508 | /*
* Nomadik RNG support
* Copyright 2009 Alessandro Rubini
*
* 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 |
namko/MID-Kernel-3.0 | arch/arm/mach-omap2/clkt2xxx_dpll.c | 7994 | 1448 | /*
* OMAP2-specific DPLL control functions
*
* Copyright (C) 2011 Nokia Corporation
* Paul Walmsley
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/kerne... | gpl-2.0 |
gauravdatir/linux | security/tomoyo/group.c | 9786 | 5761 | /*
* security/tomoyo/group.c
*
* Copyright (C) 2005-2011 NTT DATA CORPORATION
*/
#include <linux/slab.h>
#include "common.h"
/**
* tomoyo_same_path_group - Check for duplicated "struct tomoyo_path_group" entry.
*
* @a: Pointer to "struct tomoyo_acl_head".
* @b: Pointer to "struct tomoyo_acl_head".
*
* Retu... | gpl-2.0 |
thicklizard/HTC-one-android-kernel | sound/isa/cs423x/cs4236_lib.c | 12602 | 38406 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Routines for control of CS4235/4236B/4237B/4238B/4239 chips
*
* Note:
* -----
*
* Bugs:
* -----
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published... | gpl-2.0 |
yinquan529/pandaboard | sound/isa/cs423x/cs4236_lib.c | 12602 | 38406 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Routines for control of CS4235/4236B/4237B/4238B/4239 chips
*
* Note:
* -----
*
* Bugs:
* -----
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published... | gpl-2.0 |
mwhudson/qemu | target-ppc/mem_helper.c | 59 | 9090 | /*
* PowerPC memory access emulation helpers for QEMU.
*
* Copyright (c) 2003-2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the Lice... | gpl-2.0 |
zabereer/qmk_firmware | keyboards/handwired/jtallbean/split_65/keymaps/default/keymap.c | 59 | 3398 | /* Copyright 2020 jtallbean
*
* 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 program is distributed in ... | gpl-2.0 |
clemsyn/Clemsyn-OC-kernel | security/commoncap.c | 315 | 28745 | /* Common capabilities, needed by capability.o and root_plug.o
*
* 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 |
waleedq/samsung-kernel-latona | drivers/gpu/drm/i915/intel_sdvo.c | 571 | 89301 | /*
* Copyright 2006 Dave Airlie <airlied@linux.ie>
* Copyright © 2006-2007 Intel Corporation
* Jesse Barnes <jesse.barnes@intel.com>
*
* 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... | gpl-2.0 |
snishanth512/linux | sound/soc/fsl/p1022_ds.c | 827 | 13281 | /**
* Freescale P1022DS ALSA SoC Machine driver
*
* Author: Timur Tabi <timur@freescale.com>
*
* Copyright 2010 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 ex... | gpl-2.0 |
FrancescoCG/CrazySuperKernel-CM13-KLTE-NEW-REBASE | arch/arm/mach-msm/board-msm7x27.c | 2107 | 55318 | /*
* Copyright (C) 2007 Google, Inc.
* Copyright (c) 2008-2012, The Linux Foundation. All rights reserved.
* Author: Brian Swetland <swetland@google.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied,... | gpl-2.0 |
iperminov/linux-tion270 | arch/mips/txx9/rbtx4927/setup.c | 4155 | 10460 | /*
* Toshiba rbtx4927 specific setup
*
* Author: MontaVista Software, Inc.
* source@mvista.com
*
* Copyright 2001-2002 MontaVista Software Inc.
*
* Copyright (C) 1996, 97, 2001, 04 Ralf Baechle (ralf@linux-mips.org)
* Copyright (C) 2000 RidgeRun, Inc.
* Author: RidgeRun, Inc.
* glonnon@ridgerun.com, sk... | gpl-2.0 |
ghbhaha/android_kernel_oneplus_msm8974 | arch/powerpc/kvm/44x.c | 4667 | 4207 | /*
* 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 that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warr... | gpl-2.0 |
VM12/android_kernel_oneplus_msm8974 | drivers/tty/serial/pxa.c | 4923 | 22192 | /*
* Based on drivers/serial/8250.c by Russell King.
*
* Author: Nicolas Pitre
* Created: Feb 20, 2003
* Copyright: (C) 2003 Monta Vista Software, 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 ... | gpl-2.0 |
vm03/android_kernel_asus_P024 | net/dccp/ccids/lib/tfrc_equation.c | 4923 | 19085 | /*
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
* Copyright (c) 2005 Ian McDonald <ian.mcdonald@jandi.co.nz>
* Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon
*
* This program is free softwa... | gpl-2.0 |
mifl/android_kernel_pantech_msm8974 | drivers/media/video/tlg2300/pd-main.c | 4923 | 12333 | /*
* device driver for Telegent tlg2300 based TV cards
*
* Author :
* Kang Yong <kangyong@telegent.com>
* Zhang Xiaobing <xbzhang@telegent.com>
* Huang Shijie <zyziii@telegent.com> or <shijie8@gmail.com>
*
* (c) 2009 Telegent Systems
* (c) 2010 Telegent Systems
*
* This program is free software; you can ... | gpl-2.0 |
mpokwsths/Z3_kernel | drivers/media/video/cx88/cx88-i2c.c | 5179 | 5046 |
/*
cx88-i2c.c -- all the i2c code is here
Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
& Marcus Metzler (mocm@thp.uni-koeln.de)
(c) 2002 Yurij Sysoev <yurij@naturesoft.net>
(c) 1999-2003 Gerd Knorr <kraxel@bytesex.org>
(c) 2005 Mauro Carvalho Chehab <mchehab@infradead.... | gpl-2.0 |
NoelMacwan/kernel_sony_msm8x27 | drivers/xen/xen-balloon.c | 7227 | 6872 | /******************************************************************************
* Xen balloon driver - enables returning/claiming memory to/from Xen.
*
* Copyright (c) 2003, B Dragovic
* Copyright (c) 2003-2004, M Williamson, K Fraser
* Copyright (c) 2005 Dan M. Smith, IBM Corporation
*
* This program is free so... | gpl-2.0 |
mlachwani/Android-4.4.2-Hammerhead-Kernel | net/appletalk/aarp.c | 7483 | 25491 | /*
* AARP: An implementation of the AppleTalk AARP protocol for
* Ethernet 'ELAP'.
*
* Alan Cox <Alan.Cox@linux.org>
*
* This doesn't fit cleanly with the IP arp. Potentially we can use
* the generic neighbour discovery code to clean this up.
*
* FIXME:
* We ought to handle the retransmits with a single... | gpl-2.0 |
bfg-repo-cleaner-demos/linux-original | drivers/net/wireless/rtlwifi/rtl8192cu/led.c | 9531 | 4157 | /******************************************************************************
*
* Copyright(c) 2009-2012 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the F... | gpl-2.0 |
samsung-msm/android_kernel_samsung_msm8960 | drivers/infiniband/hw/cxgb3/iwch_ev.c | 9787 | 7025 | /*
* Copyright (c) 2006 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this source tree,... | gpl-2.0 |
RealDigitalMediaAndroid/linux-imx6 | arch/arm/mach-w90x900/clksel.c | 9787 | 1958 | /*
* linux/arch/arm/mach-w90x900/clksel.c
*
* Copyright (c) 2008 Nuvoton technology corporation
*
* Wan ZongShun <mcuos.com@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation;v... | gpl-2.0 |
jmztaylor/android_kernel_htc_a3ul | drivers/infiniband/hw/qib/qib_cq.c | 10555 | 12207 | /*
* Copyright (c) 2006, 2007, 2008, 2010 QLogic Corporation. All rights reserved.
* Copyright (c) 2005, 2006 PathScale, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL)... | gpl-2.0 |
morogoku/MoRoKernel-S7-v2 | sound/isa/msnd/msnd_pinnacle.c | 572 | 31111 | /*********************************************************************
*
* Linux multisound pinnacle/fiji driver for ALSA.
*
* 2002/06/30 Karsten Wiese:
* for now this is only used to build a pinnacle / fiji driver.
* the OSS parent of this code is designed to also support
* the multisound classic via the file m... | gpl-2.0 |
sim0629/linux-openwrt | drivers/video/fbmem.c | 572 | 46605 | /*
* linux/drivers/video/fbmem.c
*
* Copyright (C) 1994 Martin Schaller
*
* 2001 - Documented with DocBook
* - Brad Douglas <brad@neruo.com>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this archive
* for more detail... | gpl-2.0 |
stratosk/semaphore | 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 |
ehigh2014/linux | lib/decompress_unxz.c | 1084 | 10899 | /*
* Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
*
* Author: Lasse Collin <lasse.collin@tukaani.org>
*
* This file has been put into the public domain.
* You can do whatever you want with this file.
*/
/*
* Important notes about in-place decompression
*
* At least on x86, the kernel... | gpl-2.0 |
fortunave3gxx/android_kernel_samsung_fortuna-common | drivers/staging/serqt_usb2/serqt_usb2.c | 1596 | 39102 | /*
* This code was developed for the Quatech USB line for linux, it used
* much of the code developed by Greg Kroah-Hartman for USB serial devices
*
*/
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/tty.h>
#include <linux/tty_driver.h>
#include <linux/tty_flip.h>
#include ... | gpl-2.0 |
M1cha/lge-kernel-lproj | arch/mips/mm/tlb-r4k.c | 4412 | 10048 | /*
* 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 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997, 1998, 1999, 2000 Ralf Baechle ralf@gnu.org
* Carsten Lang... | gpl-2.0 |
ashyx/Samsung_Galaxy_Tab_A_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 |
AlbertXingZhang/android_kernel_sony_msm8x60 | arch/arm/plat-mxc/devices/platform-spi_imx.c | 5436 | 4130 | /*
* Copyright (C) 2009-2010 Pengutronix
* Uwe Kleine-Koenig <u.kleine-koenig@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 <mach/hardware.h>
#in... | gpl-2.0 |
mukulsoni/android_kernel_samsung_ms013g-G4SWA | drivers/net/wireless/brcm80211/brcmsmac/phy/phytbl_lcn.c | 7740 | 44665 | /*
* Copyright (c) 2010 Broadcom Corporation
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO... | gpl-2.0 |
CoRfr/linux | arch/arm/kernel/pj4-cp0.c | 7996 | 1967 | /*
* linux/arch/arm/kernel/pj4-cp0.c
*
* PJ4 iWMMXt coprocessor context switching and handling
*
* Copyright (c) 2010 Marvell International 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 S... | gpl-2.0 |
onejay09/OLD----kernel_HTC_msm7x30_KK | arch/mips/pci/ops-bcm63xx.c | 9020 | 11120 | /*
* 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>
*/
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/kernel.h>
#includ... | gpl-2.0 |
ecostaalfaia/linux-sunxi-3.4_aufs_support | drivers/mmc/mmc-pm/mmc_pm_usi_bm01a.c | 61 | 6342 | /*
* drivers/mmc/mmc-pm/mmc_pm_usi_bm01a.c
*
* (C) Copyright 2007-2012
* Allwinner Technology Co., Ltd. <www.allwinnertech.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 v... | gpl-2.0 |
gototem/kernel | arch/powerpc/mm/fault.c | 573 | 14865 | /*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Derived from "arch/i386/mm/fault.c"
* Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
*
* Modified by Cort Dougan and Paul Mackerras.
*
* Modified for PPC64 by Dave Engebretsen (engebret@ibm.com)
*
* This progra... | gpl-2.0 |
shankarathi07/linux_samsung_ics | drivers/net/wireless/rt2x00/rt2800usb.c | 573 | 32302 | /*
Copyright (C) 2010 Willow Garage <http://www.willowgarage.com>
Copyright (C) 2009 - 2010 Ivo van Doorn <IvDoorn@gmail.com>
Copyright (C) 2009 Mattias Nissler <mattias.nissler@gmx.de>
Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org>
Copyright (C) 2009 Xose Vazquez Perez <xose.vazquez@gmail.com>
Copyright (C) ... | gpl-2.0 |
rajat1994/linux | drivers/infiniband/hw/mlx4/mr.c | 573 | 12530 | /*
* Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2007, 2008 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,... | gpl-2.0 |
fenggangwu/sffs | fs/xfs/xfs_trans_inode.c | 829 | 4017 | /*
* Copyright (c) 2000,2005 Silicon Graphics, Inc.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it would be ... | gpl-2.0 |
schqiushui/kernel_lollipop_sense_m8ace | drivers/gpu/msm/adreno_a3xx_snapshot.c | 1341 | 15747 | /* Copyright (c) 2012-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.
*
* This program is distributed in the... | gpl-2.0 |
cfpeng/linux | drivers/char/agp/intel-agp.c | 1341 | 28658 | /*
* Intel AGPGART routines.
*/
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/pagemap.h>
#include <linux/agp_backend.h>
#include <asm/smp.h>
#include "agp.h"
#include "intel-agp.h"
#include <drm/intel-gtt.h>
static int inte... | gpl-2.0 |
liusen09003110-163-com/linux | drivers/char/agp/intel-agp.c | 1341 | 28658 | /*
* Intel AGPGART routines.
*/
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/pagemap.h>
#include <linux/agp_backend.h>
#include <asm/smp.h>
#include "agp.h"
#include "intel-agp.h"
#include <drm/intel-gtt.h>
static int inte... | gpl-2.0 |
NeoPhyTe-x360/i9300-S3-JB-kernel | drivers/staging/rtl8192e/r8192E_core.c | 2365 | 147404 | /******************************************************************************
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* Linux device driver for RTL8192E
*
* Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al.
* This program is fre... | gpl-2.0 |
yevgeniy-logachev/CATB15Kernel | kernel/net/ipv4/netfilter/nf_nat_proto_udplite.c | 4669 | 2731 | /* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org>
* (C) 2008 Patrick McHardy <kaber@trash.net>
*
* 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 |
cannondalev2000/kernel_lge_msm8974 | arch/sparc/kernel/btext.c | 7485 | 31895 | /*
* Procedures for drawing on the screen early on in the boot process.
*
* Benjamin Herrenschmidt <benh@kernel.crashing.org>
*/
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/console.h>
#include <asm/btext.h>
#include <asm/oplib.h>
#include <asm/io.h>
#define NO_SCROL... | gpl-2.0 |
W4TCH0UT/zz_quark | drivers/infiniband/hw/amso1100/c2_intr.c | 7741 | 5759 | /*
* Copyright (c) 2005 Ammasso, Inc. All rights reserved.
* Copyright (c) 2005 Open Grid Computing, 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, availabl... | gpl-2.0 |
GuneetAtwal/kernel_a210 | drivers/staging/rtl8192e/rtl819x_HTProc.c | 7997 | 31703 | /******************************************************************************
* 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 |
RoGod/Kernel_SleeDry_HTC | drivers/net/wireless/compat-wireless_R5.SP2.03/drivers/net/wireless/b43legacy/rfkill.c | 9277 | 2661 | /*
Broadcom B43 wireless driver
RFKILL support
Copyright (c) 2007 Michael Buesch <m@bues.ch>
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 yo... | gpl-2.0 |
mkasick/android_kernel_samsung_d2vzw | 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 |
zhenyw/linux | drivers/pcmcia/pxa2xx_palmld.c | 9789 | 2802 | /*
* linux/drivers/pcmcia/pxa2xx_palmld.c
*
* Driver for Palm LifeDrive PCMCIA
*
* Copyright (C) 2006 Alex Osborne <ato@meshy.org>
* Copyright (C) 2007-2011 Marek Vasut <marek.vasut@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi... | gpl-2.0 |
existz/htc-kernel-msm7x30 | arch/h8300/platform/h8300h/ptrace_h8300h.c | 10813 | 8568 | /*
* linux/arch/h8300/platform/h8300h/ptrace_h8300h.c
* ptrace cpu depend helper functions
*
* Yoshinori Sato <ysato@users.sourceforge.jp>
*
* 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 |
jcbless/linux-xlnx | drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 62 | 46386 | /*
* Realtek RTL28xxU DVB USB driver
*
* Copyright (C) 2009 Antti Palosaari <crope@iki.fi>
* Copyright (C) 2011 Antti Palosaari <crope@iki.fi>
* Copyright (C) 2012 Thomas Mair <thomas.mair86@googlemail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of th... | gpl-2.0 |
c2h2/aria-imx6-uboot | board/sbc8548/tlb.c | 62 | 3965 | /*
* Copyright 2008 Freescale Semiconductor, Inc.
*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU G... | gpl-2.0 |
wetek-enigma/linux-wetek | drivers/amlogic/wifi/rtl8xxx_EU/core/rtw_mp_ioctl.c | 62 | 90425 | /******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the ... | gpl-2.0 |
mdr78/Linux-3.8.7-galileo | drivers/cpufreq/speedstep-ich.c | 318 | 9478 | /*
* (C) 2001 Dave Jones, Arjan van de ven.
* (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de>
*
* Licensed under the terms of the GNU GPL License version 2.
* Based upon reverse engineered information, and on Intel documentation
* for chipsets ICH2-M and ICH3-M.
*
* Many thanks to Ducrot Bruno for find... | gpl-2.0 |
maikelwever/android_kernel_htc_msm8660-caf | drivers/usb/serial/cypress_m8.c | 574 | 43217 | /*
* USB Cypress M8 driver
*
* Copyright (C) 2004
* Lonnie Mendez (dignome@gmail.com)
* Copyright (C) 2003,2004
* Neil Whelchel (koyama@firstlight.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
* ... | gpl-2.0 |
CyanogenMod/htc-kernel-liberty | sound/core/seq/oss/seq_oss_writeq.c | 830 | 4172 | /*
* OSS compatible sequencer driver
*
* seq_oss_writeq.c - write queue and sync
*
* Copyright (C) 1998,99 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 Public License as published by
* the Free Software Foundation;... | gpl-2.0 |
thederekjay/kernel_lge_mako | drivers/mfd/pm8821-core.c | 1086 | 9561 | /*
* 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 |
TREX-ROM/kernel_n5_racer | fs/ext4/mmp.c | 3390 | 9066 | #include <linux/fs.h>
#include <linux/random.h>
#include <linux/buffer_head.h>
#include <linux/utsname.h>
#include <linux/kthread.h>
#include "ext4.h"
/*
* Write the MMP block using WRITE_SYNC to try to get the block on-disk
* faster.
*/
static int write_mmp_block(struct buffer_head *bh)
{
mark_buffer_dirty(bh);
... | gpl-2.0 |
CyanogenMod/android_kernel_moto_shamu | drivers/media/usb/gspca/m5602/m5602_s5k83a.c | 3646 | 10853 | /*
* Driver for the s5k83a sensor
*
* Copyright (C) 2008 Erik Andrén
* Copyright (C) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project.
* Copyright (C) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br>
*
* Portions of code to USB interface and ALi driver software,
* Copyright (c) 2006 Willem Duinker... | gpl-2.0 |
LuweiLight/linux-3.14.35-vbal | drivers/isdn/hardware/eicon/diddfunc.c | 4926 | 2644 | /* $Id: diddfunc.c,v 1.14.6.2 2004/08/28 20:03:53 armin Exp $
*
* DIDD Interface module for Eicon active cards.
*
* Functions are in dadapter.c
*
* Copyright 2002-2003 by Armin Schindler (mac@melware.de)
* Copyright 2002-2003 Cytronics & Melware (info@melware.de)
*
* This software may be used and distributed a... | gpl-2.0 |
KylinUI/android_kernel_lge_msm8974 | drivers/isdn/gigaset/interface.c | 4926 | 14969 | /*
* interface to user space for the gigaset driver
*
* Copyright (c) 2004 by Hansjoerg Lipp <hjlipp@web.de>
*
* =====================================================================
* 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 |
nyterage/Galaxy_Tab_3_217s | arch/mips/pci/ops-sni.c | 9534 | 3734 | /*
* 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.
*
* SNI specific PCI support for RM200/RM300.
*
* Copyright (C) 1997 - 2000, 2003 Ralf Baechle <ralf@linux-mips.org>
*/
#include <linux/ker... | gpl-2.0 |
fledermaus/steamos_kernel | drivers/pcmcia/pxa2xx_stargate2.c | 9790 | 3468 | /*
* linux/drivers/pcmcia/pxa2xx_stargate2.c
*
* Stargate 2 PCMCIA specific routines.
*
* Created: December 6, 2005
* Author: Ed C. Epp
* Copyright: Intel Corp 2005
* Jonathan Cameron <jic23@cam.ac.uk> 2009
*
* This program is free software; you can redistribute it and/or modify
* it under the t... | gpl-2.0 |
rex-xxx/mt6572_x201 | kernel/sound/pci/ice1712/ews.c | 10046 | 31821 | /*
* ALSA driver for ICEnsemble ICE1712 (Envy24)
*
* Lowlevel functions for Terratec EWS88MT/D, EWX24/96, DMX 6Fire
*
* Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz>
* 2002 Takashi Iwai <tiwai@suse.de>
*
* This program is free software; you can redistribute it and/or modify
* i... | gpl-2.0 |
eugene373/Nexus_S_ICS | drivers/scsi/ses.c | 10302 | 17917 | /*
* SCSI Enclosure Services
*
* Copyright (C) 2008 James Bottomley <James.Bottomley@HansenPartnership.com>
*
**-----------------------------------------------------------------------------
**
** This program is free software; you can redistribute it and/or
** modify it under the terms of the GNU General Public L... | gpl-2.0 |
gomi1992/tiny210v2-uboot | board/palmtc/palmtc.c | 63 | 1724 | /*
* Palm Tungsten|C Support
*
* Copyright (C) 2009-2010 Marek Vasut <marek.vasut@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; either version 2 of
* the License, or (at y... | gpl-2.0 |
percy-g2/Novathor_xperia_u8500 | 6.2.A.1.100/external/netlink/src/nl-addr-delete.c | 63 | 4025 | /*
* src/nl-addr-delete.c Delete addresses
*
* This library 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.
*
* Copyright (c) 2003-2009 Thomas Graf <tgraf@suug.ch>
*/
#inc... | gpl-2.0 |
gpkulkarni/linux-arm64 | drivers/scsi/mpt3sas/mpt3sas_config.c | 319 | 55064 | /*
* This module provides common API for accessing firmware configuration pages
*
* This code is based on drivers/scsi/mpt3sas/mpt3sas_base.c
* Copyright (C) 2012-2014 LSI Corporation
* Copyright (C) 2013-2014 Avago Technologies
* (mailto: MPT-FusionLinux.pdl@avagotech.com)
*
* This program is free software; ... | gpl-2.0 |
getitnowmarketing/LG-2.6.32 | drivers/mtd/onenand/generic.c | 575 | 3756 | /*
* linux/drivers/mtd/onenand/generic.c
*
* Copyright (c) 2005 Samsung Electronics
* Kyungmin Park <kyungmin.park@samsung.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 |
eckucukoglu/sober-kernel | fs/coda/cache.c | 575 | 3028 | /*
* Cache operations for Coda.
* For Linux 2.1: (C) 1997 Carnegie Mellon University
* For Linux 2.3: (C) 2000 Carnegie Mellon University
*
* Carnegie Mellon encourages users of this code to contribute improvements
* to the Coda project http://www.coda.cs.cmu.edu/ <coda@cs.cmu.edu>.
*/
#include <linux/types.h>
... | gpl-2.0 |
kaldaris/WIDzard-A850K | arch/arm/mach-msm/qdsp5/adsp_debug.c | 831 | 2600 | /* Copyright (c) 2011, 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 |
HB72K/android_kernel_lgk10_mt6582 | drivers/net/wireless/ath/ath9k/ar5008_phy.c | 2111 | 39059 | /*
* Copyright (c) 2008-2011 Atheros Communications Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | gpl-2.0 |
dirty-hank/frankenlenok | drivers/acpi/acpica/nsobject.c | 2623 | 12950 | /*******************************************************************************
*
* Module Name: nsobject - Utilities for objects attached to namespace
* table entries
*
******************************************************************************/
/*
* Copyright (C) 2000 - 2013, Intel ... | gpl-2.0 |
ckw1375/mptcp | drivers/acpi/acpica/rsmemory.c | 2623 | 7391 | /*******************************************************************************
*
* Module Name: rsmem24 - Memory resource descriptors
*
******************************************************************************/
/*
* Copyright (C) 2000 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use... | gpl-2.0 |
LEPT-Development/android_kernel_lge_msm8916-old | drivers/power/reset/qnap-poweroff.c | 2623 | 3007 | /*
* QNAP Turbo NAS Board power off
*
* Copyright (C) 2012 Andrew Lunn <andrew@lunn.ch>
*
* Based on the code from:
*
* Copyright (C) 2009 Martin Michlmayr <tbm@cyrius.com>
* Copyright (C) 2008 Byron Bradley <byron.bbradley@gmail.com>
*
* This program is free software; you can redistribute it and/or
* modi... | gpl-2.0 |
mitwo-dev/android_kernel_xiaomi_msm8960 | arch/arm/crypto/aesbs-glue.c | 2623 | 12024 | /*
* linux/arch/arm/crypto/aesbs-glue.c - glue code for NEON bit sliced AES
*
* Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@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 F... | gpl-2.0 |
bootc/linux | drivers/char/mspec.c | 2879 | 10949 | /*
* Copyright (C) 2001-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.
*/
/*
* SN Platform Special Memory (mspec) Sup... | gpl-2.0 |
MyAOSP/kernel_asus_tf201 | drivers/media/video/gspca/m5602/m5602_ov7660.c | 3135 | 11578 | /*
* Driver for the ov7660 sensor
*
* Copyright (C) 2009 Erik Andrén
* Copyright (C) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project.
* Copyright (C) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br>
*
* Portions of code to USB interface and ALi driver software,
* Copyright (c) 2006 Willem Duinker... | gpl-2.0 |
lll-project/kernel | drivers/media/video/gspca/m5602/m5602_mt9m111.c | 3135 | 16512 | /*
* Driver for the mt9m111 sensor
*
* Copyright (C) 2008 Erik Andrén
* Copyright (C) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project.
* Copyright (C) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br>
*
* Portions of code to USB interface and ALi driver software,
* Copyright (c) 2006 Willem Duinke... | gpl-2.0 |
civato/V30B-SithLord | drivers/s390/crypto/zcrypt_mono.c | 4415 | 2270 | /*
* linux/drivers/s390/crypto/zcrypt_mono.c
*
* zcrypt 2.1.0
*
* Copyright (C) 2001, 2006 IBM Corporation
* Author(s): Robert Burroughs
* Eric Rossman (edrossma@us.ibm.com)
*
* Hotplug & misc device support: Jochen Roehrig (roehrig@de.ibm.com)
* Major cleanup & driver split: Martin Schwidefsky ... | gpl-2.0 |
RyanAM/gs5-kernel | drivers/net/hamradio/6pack.c | 4927 | 25182 | /*
* 6pack.c This module implements the 6pack protocol for kernel-based
* devices like TTY. It interfaces between a raw TTY and the
* kernel's AX.25 protocol layers.
*
* Authors: Andreas Könsgen <ajk@comnets.uni-bremen.de>
* Ralf Baechle DL5RB <ralf@linux-mips.org>
*
* Quite a lot of stuff "stole... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.