repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
garyvan/openwrt | linux-3.10.20-rt14/tools/perf/util/quote.c | 13587 | 1265 | #include "cache.h"
#include "quote.h"
/* Help to copy the thing properly quoted for the shell safety.
* any single quote is replaced with '\'', any exclamation point
* is replaced with '\!', and the whole thing is enclosed in a
*
* E.g.
* original sq_quote result
* name ==> name ==> 'name'
* ... | gpl-2.0 |
davidmueller13/android_kernel_google_msm | arch/m68k/sun3/prom/misc.c | 13843 | 1803 | /*
* misc.c: Miscellaneous prom functions that don't belong
* anywhere else.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <asm/sun3-head.h>
#include <asm/idprom.h>
#include <asm/openprom.h>
#includ... | gpl-2.0 |
GHackAnonymous/linux | drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 20 | 66916 | /*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 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 |
lenovo-a3-dev/kernel_lenovo_a3 | mediatek/custom/common/kernel/lcm/nt35582/nt35582.c | 20 | 14883 | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or dis... | gpl-2.0 |
Whatsamelee/NotaTankEmu | src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp | 20 | 22234 | /*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later ve... | gpl-2.0 |
sogno/stbgui | lib/dvb/teletext.cpp | 20 | 27154 | #include <lib/base/eerror.h>
#include <lib/dvb/teletext.h>
#include <lib/dvb/idemux.h>
#include <lib/gdi/gpixmap.h>
// G0 and G2 national option table
// see table 33 in ETSI EN 300 706
// use it with (triplet 1 bits 14-11)*(ctrl bits C12-14)
unsigned char NationalOptionSubsetsLookup[16*8] =
{
1, 4, 11, 5, 3, 8, 0, ... | gpl-2.0 |
neykov/chipidea-device-driver | arch/cris/arch-v10/kernel/signal.c | 276 | 13709 | /*
* linux/arch/cris/kernel/signal.c
*
* Based on arch/i386/kernel/signal.c by
* Copyright (C) 1991, 1992 Linus Torvalds
* 1997-11-28 Modified for POSIX.1b signals by Richard Henderson *
*
* Ideas also taken from arch/arm.
*
* Copyright (C) 2000-2007 Axis Communications AB
*
* Authors: Bjorn ... | gpl-2.0 |
alanorth/kernel_huawei_codeaurora_u8160 | fs/ocfs2/stackglue.c | 532 | 16395 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* stackglue.c
*
* Code which implements an OCFS2 specific interface to underlying
* cluster stacks.
*
* Copyright (C) 2007, 2009 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modif... | gpl-2.0 |
GiulianoFranchetto/linux-at91 | drivers/mmc/host/sdhci-dove.c | 532 | 3856 | /*
* sdhci-dove.c Support for SDHCI on Marvell's Dove SoC
*
* Author: Saeed Bishara <saeed@marvell.com>
* Mike Rapoport <mike@compulab.co.il>
* Based on sdhci-cns3xxx.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as... | gpl-2.0 |
YogeshNain/linux | arch/arm/mach-pxa/devices.c | 532 | 24548 | #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 <mach/udc.h>
#include <linux/platform_data/usb-pxa3xx-ulpi.h>
#include <linux/platform_data/video-pxafb... | gpl-2.0 |
jmw7912/wat-0016-kernel-2.6.37 | net/8021q/vlan_netlink.c | 1044 | 6458 | /*
* VLAN netlink control interface
*
* Copyright (c) 2007 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 Software Foundation.
*/
#include <linux/kernel.h>
#i... | gpl-2.0 |
lawnn/android_kernel_samsung_d2dcm | drivers/gpu/drm/radeon/atom.c | 1300 | 35221 | /*
* Copyright 2008 Advanced Micro Devices, 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, m... | gpl-2.0 |
telf/TDR_watchdog_RFC_1 | drivers/hid/hid-tivo.c | 1556 | 2327 | /*
* HID driver for TiVo Slide Bluetooth remote
*
* Copyright (c) 2011 Jarod Wilson <jarod@redhat.com>
* based on the hid-topseed driver, which is in turn, based on hid-cherry...
*/
/*
* 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 |
adrianovalente/linux-extras | drivers/mtd/maps/dc21285.c | 1812 | 5944 | /*
* MTD map driver for flash on the DC21285 (the StrongARM-110 companion chip)
*
* (C) 2000 Nicolas Pitre <nico@fluxnic.net>
*
* This code is GPL
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <li... | gpl-2.0 |
aospl/kernel_samsung_smdk4412 | drivers/video/omap2/displays/panel-taal.c | 2068 | 40185 | /*
* Taal DSI command mode panel
*
* Copyright (C) 2009 Nokia Corporation
* Author: Tomi Valkeinen <tomi.valkeinen@nokia.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.
... | gpl-2.0 |
sandymanu/sandy_lettuce_8916 | drivers/hwmon/sht21.c | 2836 | 7475 | /* Sensirion SHT21 humidity and temperature sensor driver
*
* Copyright (C) 2010 Urs Fleisch <urs.fleisch@sensirion.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 ... | gpl-2.0 |
davem330/net-next | fs/filesystems.c | 3092 | 6519 | /*
* linux/fs/filesystems.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* table of configured filesystems
*/
#include <linux/syscalls.h>
#include <linux/fs.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/kmod.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/sla... | gpl-2.0 |
tommytarts/QuantumKernelS3 | net/netfilter/xt_TPROXY.c | 4884 | 12321 | /*
* Transparent proxy support for Linux/iptables
*
* Copyright (c) 2006-2010 BalaBit IT Ltd.
* Author: Balazs Scheidler, Krisztian Kovacs
*
* 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... | gpl-2.0 |
zarboz/android_kernel_htc_dlx | fs/nls/nls_cp874.c | 12564 | 10995 | /*
* linux/fs/nls/nls_cp874.c
*
* Charset cp874 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/stri... | gpl-2.0 |
AMohseni76/Prime_Kernel | arch/powerpc/boot/prpmc2800.c | 13332 | 13994 | /*
* Motorola ECC prpmc280/f101 & prpmc2800/f101e platform code.
*
* Author: Mark A. Greer <mgreer@mvista.com>
*
* 2007 (c) MontaVista, Software, Inc. This file is licensed under
* the terms of the GNU General Public License version 2. This program
* is licensed "as is" without any warranty of any kind, whethe... | gpl-2.0 |
rcrobles/sxf-linux-4.3.5 | arch/powerpc/boot/prpmc2800.c | 13332 | 13994 | /*
* Motorola ECC prpmc280/f101 & prpmc2800/f101e platform code.
*
* Author: Mark A. Greer <mgreer@mvista.com>
*
* 2007 (c) MontaVista, Software, Inc. This file is licensed under
* the terms of the GNU General Public License version 2. This program
* is licensed "as is" without any warranty of any kind, whethe... | gpl-2.0 |
shahan-mik3/android_kernel_xiaomi_cancro | arch/microblaze/mm/mmu_context.c | 13844 | 2042 | /*
* This file contains the routines for handling the MMU.
*
* Copyright (C) 2007 Xilinx, Inc. All rights reserved.
*
* Derived from arch/ppc/mm/4xx_mmu.c:
* -- paulus
*
* Derived from arch/ppc/mm/init.c:
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Modifications by Paul Mackerras ... | gpl-2.0 |
ArchiDroid/android_kernel_samsung_smdk4412-old | arch/powerpc/boot/cuboot-yosemite.c | 14100 | 1095 | /*
* Old U-boot compatibility for Yosemite
*
* Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>
*
* Copyright 2008 IBM 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 Foundat... | gpl-2.0 |
Split-Screen/android_kernel_lge_v500 | drivers/gpu/msm/kgsl.c | 21 | 114373 | /* Copyright (c) 2008-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 |
jwpi/glibc | iconvdata/cp774.c | 21 | 1078 | /* Conversion from and to CP774.
Copyright (C) 2011-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General ... | gpl-2.0 |
vpeter4/linux-fslc | arch/x86/kernel/nmi.c | 21 | 15018 | /*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs
* Copyright (C) 2011 Don Zickus Red Hat, Inc.
*
* Pentium III FXSR, SSE support
* Gareth Hughes <gareth@valinux.com>, May 2000
*/
/*
* Handle hardware traps and faults.
*/
#include <linux/spinlock.h>
#incl... | gpl-2.0 |
FernetMenta/xbmc | xbmc/utils/JSONVariantWriter.cpp | 21 | 2800 | /*
* Copyright (C) 2015 Team XBMC
* http://xbmc.org
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This ... | gpl-2.0 |
boa19861105/android_LP5.0.2_kernel_htc_dlxpul | arch/arm/mach-msm/htc_awb_cal.c | 21 | 5050 | /* arch/arm/mach-msm/htc_awb_cal.c */
/* Code to extract Camera AWB calibration information from ATAG
set up by the bootloader.
Copyright (C) 2008 Google, Inc.
Author: Dmitry Shmidt <dimitrysh@google.com>
This software is licensed under the terms of the GNU General Public
License version 2, as published by the Free S... | gpl-2.0 |
sumitn/linux-2.6.24 | arch/sparc64/kernel/pci_common.c | 21 | 12885 | /* pci_common.c: PCI controller common support.
*
* Copyright (C) 1999, 2007 David S. Miller (davem@davemloft.net)
*/
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/device.h>
#include <asm/prom.h>
#include <asm/of_device.h>
#include <asm/oplib.h>
#... | gpl-2.0 |
zarboz/s2w-VilleZ | kernel/time/alarmtimer.c | 533 | 18450 | /*
* Alarmtimer interface
*
* This interface provides a timer which is similarto hrtimers,
* but triggers a RTC alarm if the box is suspend.
*
* This interface is influenced by the Android RTC Alarm timer
* interface.
*
* Copyright (C) 2010 IBM Corperation
*
* Author: John Stultz <john.stultz@linaro.org>
*
... | gpl-2.0 |
gompa/linux | net/bluetooth/rfcomm/tty.c | 1557 | 27418 | /*
RFCOMM implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com>
Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version ... | gpl-2.0 |
TheNameIsNigel/android_kernel_huawei_msm8928 | drivers/input/misc/pmic8xxx-pwrkey.c | 1557 | 7576 | /* Copyright (c) 2010-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 |
dsexton702/sgs4g_gb_kernel | arch/mn10300/mm/cache.c | 1557 | 3031 | /* MN10300 Cache flushing routines
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licence
* as published by the Free Software Foundat... | gpl-2.0 |
ND-3500/golden_cm10.2_kernel | drivers/net/wireless/ath/ath9k/ar9002_phy.c | 2325 | 17159 | /*
* 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 |
rickyzhang82/odroid-linux | arch/mips/mm/tlb-r3k.c | 2581 | 6556 | /*
* r2300.c: R2000 and R3000 specific mmu/cache code.
*
* Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*
* with a lot of changes to make this thing work for R3000s
* Tx39XX R4k style caches added. HK
* Copyright (C) 1998, 1999, 2000 Harald Koerfgen
* Copyright (C) 1998 Gleb Raiko & Vladimir Roganov... | gpl-2.0 |
GalaxyTab4/android_kernel_samsung_matissevewifi | drivers/net/wireless/ti/wl1251/sdio.c | 2581 | 8621 | /*
* wl12xx SDIO routines
*
* 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; with... | gpl-2.0 |
keily90/tf101-nv-linux | fs/9p/vfs_dentry.c | 3093 | 3580 | /*
* linux/fs/9p/vfs_dentry.c
*
* This file contians vfs dentry ops for the 9P2000 protocol.
*
* Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com>
* Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov>
*
* This program is free software; you can redistribute it and/or modify
* it under the term... | gpl-2.0 |
AOSP-TEAM/android_kernel_google_tuna | drivers/net/tokenring/tmspci.c | 3349 | 6354 | /*
* tmspci.c: A generic network driver for TMS380-based PCI token ring cards.
*
* Written 1999 by Adam Fritzler
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*
* This driver module supports the following cards:
... | gpl-2.0 |
friedrich420/S4-AEL-GPE-LOLLIPOP | drivers/usb/serial/ark3116.c | 3605 | 23494 | /*
* Copyright (C) 2009 by Bart Hartgers (bart.hartgers+ark3116@gmail.com)
* Original version:
* Copyright (C) 2006
* Simon Schulz (ark3116_driver <at> auctionant.de)
*
* ark3116
* - implements a driver for the arkmicro ark3116 chipset (vendor=0x6547,
* productid=0x0232) (used in a datacable called KQ-U8A)
... | gpl-2.0 |
vickylinuxer/at91sam9g35-kernel | drivers/staging/msm/logo.c | 3861 | 2340 | /* drivers/video/msm/logo.c
*
* Show Logo in RLE 565 format
*
* Copyright (C) 2008 Google Incorporated
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
... | gpl-2.0 |
flar2/evita-ElementalX | drivers/net/plip/plip.c | 5141 | 35132 | /* $Id: plip.c,v 1.3.6.2 1997/04/16 15:07:56 phil Exp $ */
/* PLIP: A parallel port "network" driver for Linux. */
/* This driver is for parallel port with 5-bit cable (LapLink (R) cable). */
/*
* Authors: Donald Becker <becker@scyld.com>
* Tommy Thorn <thorn@daimi.aau.dk>
* Tanabe Hiroyasu <hiro@sanpo.t.u-tokyo.a... | gpl-2.0 |
WZeke/m2_kernel | drivers/gpu/drm/mga/mga_warp.c | 5653 | 4832 | /* mga_warp.c -- Matrox G200/G400 WARP engine management -*- linux-c -*-
* Created: Thu Jan 11 21:29:32 2001 by gareth@valinux.com
*
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this so... | gpl-2.0 |
gproj-m/lge-kernel-gproj | drivers/gpu/drm/nouveau/nv50_instmem.c | 5909 | 11179 | /*
* Copyright (C) 2007 Ben Skeggs.
*
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, c... | gpl-2.0 |
naufragoweb/android_kernel_samsung_kyleopen | arch/sh/kernel/cpu/sh5/unwind.c | 9237 | 8532 | /*
* arch/sh/kernel/cpu/sh5/unwind.c
*
* Copyright (C) 2004 Paul Mundt
* Copyright (C) 2004 Richard Curnow
*
* 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/kallsyms.h>... | gpl-2.0 |
pbystrup/CHIP-linux | arch/sh/kernel/cpu/sh3/clock-sh7709.c | 9237 | 2106 | /*
* arch/sh/kernel/cpu/sh3/clock-sh7709.c
*
* SH7709 support for the clock framework
*
* Copyright (C) 2005 Andriy Skulysh
*
* Based on arch/sh/kernel/cpu/sh3/clock-sh7705.c
* Copyright (C) 2005 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the... | gpl-2.0 |
CyanogenMod/android_kernel_goldfish | fs/nls/nls_cp1251.c | 12565 | 12751 | /*
* 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 |
ParanoidAndroid/android_kernel_grouper | lib/crc-itu-t.c | 13845 | 2892 | /*
* crc-itu-t.c
*
* This source code is licensed under the GNU General Public License,
* Version 2. See the file COPYING for more details.
*/
#include <linux/types.h>
#include <linux/module.h>
#include <linux/crc-itu-t.h>
/** CRC table for the CRC ITU-T V.41 0x0x1021 (x^16 + x^12 + x^15 + 1) */
const u16 c... | gpl-2.0 |
TeamBliss-Devices/android_kernel_nvidia_shieldtablet | arch/arm/mach-tegra/board-pluto-sdhci.c | 22 | 8477 | /*
* arch/arm/mach-tegra/board-pluto-sdhci.c
*
* Copyright (c) 2012-2013 NVIDIA Corporation. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those t... | gpl-2.0 |
blueskycoco/rt-thread | bsp/gkipc/libraries/drv/710XS/gh/src/gh_uart2.c | 22 | 37789 | /******************************************************************************
**
** \file gh_uart2.c
**
** \brief UART2.
**
** Copyright: 2012 - 2013 (C) GoKe Microelectronics ShangHai Branch
**
** \attention THIS SAMPLE CODE IS PROVIDED AS IS. GOKE MICROELECTRONICS
** ACCEPTS NO RESP... | gpl-2.0 |
CirrusLogic/rpi-linux | drivers/s390/cio/chsc_sch.c | 1302 | 23759 | /*
* Driver for s390 chsc subchannels
*
* Copyright IBM Corp. 2008, 2011
*
* Author(s): Cornelia Huck <cornelia.huck@de.ibm.com>
*
*/
#include <linux/slab.h>
#include <linux/compat.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/miscdevice.h>
#include <linux/ker... | gpl-2.0 |
ziozzang/linux-tcp-ack-fix | kernel/task_work.c | 1558 | 3443 | #include <linux/spinlock.h>
#include <linux/task_work.h>
#include <linux/tracehook.h>
static struct callback_head work_exited; /* all we need is ->next == NULL */
/**
* task_work_add - ask the @task to execute @work->func()
* @task: the task which should run the callback
* @work: the callback to run
* @notify: se... | gpl-2.0 |
mtmichaelson/LGE_Connect_Kernel | drivers/scsi/aic94xx/aic94xx_task.c | 1558 | 17414 | /*
* Aic94xx SAS/SATA Tasks
*
* Copyright (C) 2005 Adaptec, Inc. All rights reserved.
* Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
*
* This file is licensed under GPLv2.
*
* This file is part of the aic94xx driver.
*
* The aic94xx driver is free software; you can redistribute it and/or
* mod... | gpl-2.0 |
w1ndy/linux | arch/m68k/coldfire/m5206.c | 1558 | 1605 | /***************************************************************************/
/*
* m5206.c -- platform support for ColdFire 5206 based boards
*
* Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
* Copyright (C) 2000-2001, Lineo Inc. (www.lineo.com)
*/
/************************************************... | gpl-2.0 |
geekboxzone/mmallow_kernel | fs/xfs/xfs_qm_syscalls.c | 2070 | 24785 | /*
* 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 |
khusika/android_kernel_samsung_fortuna-common | fs/xfs/xfs_qm_syscalls.c | 2070 | 24785 | /*
* 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 |
honeyx/S3mini_golden_kernel | arch/unicore32/kernel/traps.c | 2838 | 7733 | /*
* linux/arch/unicore32/kernel/traps.c
*
* Code specific to PKUnity SoC and UniCore ISA
*
* Copyright (C) 2001-2010 GUAN Xue-tao
*
* 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 Founda... | gpl-2.0 |
nikitines/zte-kernel-roamer2 | drivers/media/rc/keymaps/rc-eztv.c | 3094 | 2618 | /* eztv.h - Keytable for eztv Remote Controller
*
* keymap imported from ir-keymaps.c
*
* Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free So... | gpl-2.0 |
Ezekeel/GLaDOS-nexus-s-ics | drivers/media/rc/keymaps/rc-nec-terratec-cinergy-xs.c | 3094 | 2450 | /* nec-terratec-cinergy-xs.h - Keytable for nec_terratec_cinergy_xs Remote Controller
*
* keymap imported from ir-keymaps.c
*
* Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public ... | gpl-2.0 |
aranb/linux | drivers/scsi/scsi_netlink.c | 3350 | 3603 | /*
* scsi_netlink.c - SCSI Transport Netlink Interface
*
* Copyright (C) 2006 James Smart, Emulex 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... | gpl-2.0 |
kgp700/nexroid-sgs4ltea-kk | net/netfilter/ipvs/ip_vs_pe_sip.c | 3862 | 4359 | #define KMSG_COMPONENT "IPVS"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/kernel.h>
#include <net/ip_vs.h>
#include <net/netfilter/nf_conntrack.h>
#include <linux/netfilter/nf_conntrack_sip.h>
#ifdef CONFIG_IP_VS_DEBUG
static const char *ip_vs_dbg_callid(char *buf, size_t bu... | gpl-2.0 |
Kevindeving/android_kernel_lge_gee | drivers/crypto/amcc/crypto4xx_core.c | 4886 | 34408 | /**
* AMCC SoC PPC4xx Crypto Driver
*
* Copyright (c) 2008 Applied Micro Circuits Corporation.
* All rights reserved. James Hsiao <jhsiao@amcc.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 ... | gpl-2.0 |
kundancool/android_kernel_xiaomi_msm8974 | fs/ubifs/tnc_misc.c | 4886 | 12915 | /*
* This file is part of UBIFS.
*
* Copyright (C) 2006-2008 Nokia Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*
* This program is distributed in the hope t... | gpl-2.0 |
syhost/kernel_ef65l_3.4 | arch/arm/mach-orion5x/tsx09-common.c | 8726 | 3269 | /*
* QNAP TS-x09 Boards common functions
*
* Maintainers: Lennert Buytenhek <buytenh@marvell.com>
* Byron Bradley <byron.bbradley@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 Founda... | gpl-2.0 |
keiranFTW/buzz-kernel-ics | arch/mips/pci/ops-pnx8550.c | 9494 | 6467 | /*
*
* BRIEF MODULE DESCRIPTION
*
* 2.6 port, Embedded Alley Solutions, Inc
*
* Based on:
* Author: source@mvista.com
*
* This program is free software; you can distribute 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 |
TeamWin/android_kernel_samsung_zerofltespr | drivers/parport/share.c | 10518 | 29890 | /*
* Parallel-port resource manager code.
*
* Authors: David Campbell <campbell@tirian.che.curtin.edu.au>
* Tim Waugh <tim@cyberelk.demon.co.uk>
* Jose Renau <renau@acm.org>
* Philip Blundell <philb@gnu.org>
* Andrea Arcangeli
*
* based on work by Grant Guenther <grant@torque.ne... | gpl-2.0 |
htc-mirror/kingdom-ics-crc-3.0.16-1655ff7 | fs/afs/cmservice.c | 11030 | 13555 | /* AFS Cache Manager Service
*
* Copyright (C) 2002 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; e... | gpl-2.0 |
ElectryDev/android_kernel_lenovo_msm8974 | arch/x86/boot/edd.c | 12310 | 4203 | /* -*- linux-c -*- ------------------------------------------------------- *
*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright 2007 rPath, Inc. - All Rights Reserved
* Copyright 2009 Intel Corporation; author H. Peter Anvin
*
* This file is part of the Linux kernel, and is made available under
* ... | gpl-2.0 |
cphelps76/kernel_google_msm | fs/nls/nls_cp863.c | 12566 | 17182 | /*
* linux/fs/nls/nls_cp863.c
*
* Charset cp863 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/stri... | gpl-2.0 |
CyanogenMod/android_kernel_sony_msm7x27a | fs/nls/nls_cp855.c | 12566 | 12424 | /*
* linux/fs/nls/nls_cp855.c
*
* Charset cp855 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/stri... | gpl-2.0 |
ShinySide/HispAsian_5.1.1 | fs/nls/nls_iso8859-13.c | 12566 | 11786 | /*
* linux/fs/nls/nls_iso8859-13.c
*
* Charset iso8859-13 translation tables.
* The Unicode to charset table has only exact mappings.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/nls.h>
#include <linux/errno.h>
static const wchar_t charset2uni[256] = {
/* 0x00... | gpl-2.0 |
Flinny/kernel_htc_msm8994 | fs/nls/nls_cp866.c | 12566 | 12666 | /*
* linux/fs/nls/nls_cp866.c
*
* Charset cp866 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/stri... | gpl-2.0 |
SunliyMonkey/linux | drivers/staging/rdma/amso1100/c2_vq.c | 12566 | 7714 | /*
* 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 |
metacloud/linux | fs/nls/nls_cp862.c | 12566 | 19506 | /*
* linux/fs/nls/nls_cp862.c
*
* Charset cp862 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/stri... | gpl-2.0 |
X-ROM/android_kernel_motorola_msm8226 | sound/aoa/core/gpio-pmf.c | 13078 | 6267 | /*
* Apple Onboard Audio pmf GPIOs
*
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/
#include <linux/slab.h>
#include <asm/pmac_feature.h>
#include <asm/pmac_pfunc.h>
#include "../aoa.h"
#define PMF_GPIO(name, bit) \
static void pmf_gpio_set_##name(struct g... | gpl-2.0 |
F4uzan/mono_hima | net/netfilter/xt_CONNSECMARK.c | 13590 | 3666 | /*
* This module is used to copy security markings from packets
* to connections, and restore security markings from connections
* back to packets. This would normally be performed in conjunction
* with the SECMARK target and state match.
*
* Based somewhat on CONNMARK:
* Copyright (C) 2002,2004 MARA Systems ... | gpl-2.0 |
stribika/poppler | qt5/tests/check_optcontent.cpp | 23 | 17553 | #include <QtTest/QtTest>
#include "PDFDoc.h"
#include "GlobalParams.h"
#include <poppler-qt5.h>
class TestOptionalContent: public QObject
{
Q_OBJECT
private slots:
void checkVisPolicy();
void checkNestedLayers();
void checkNoOptionalContent();
void checkIsVisible();
void checkVisibilitySettin... | gpl-2.0 |
wingrime/android_kernel_swift | arch/x86/kernel/aperture_64.c | 791 | 14455 | /*
* Firmware replacement code.
*
* Work around broken BIOSes that don't set an aperture, only set the
* aperture in the AGP bridge, or set too small aperture.
*
* If all fails map the aperture over some low memory. This is cheaper than
* doing bounce buffering. The memory is lost. This is done at early boot
*... | gpl-2.0 |
scotthartbti/cm_samsung_kernel_dempsey | drivers/dma/dw_dmac.c | 1047 | 38230 | /*
* Driver for the Synopsys DesignWare DMA Controller (aka DMACA on
* AVR32 systems.)
*
* Copyright (C) 2007-2008 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 Found... | gpl-2.0 |
gotoco/linux | drivers/gpu/drm/i915/dvo_sil164.c | 1303 | 6735 | /**************************************************************************
Copyright © 2006 Dave Airlie
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction,... | gpl-2.0 |
ciwrl/android_kernel_huawei_msm8939 | kernel/power/user.c | 2327 | 9883 | /*
* linux/kernel/power/user.c
*
* This file provides the user space interface for software suspend/resume.
*
* Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
*
* This file is released under the GPLv2.
*
*/
#include <linux/suspend.h>
#include <linux/syscalls.h>
#include <linux/reboot.h>
#include <linux/st... | gpl-2.0 |
asturel/android_tegra3_grouper | arch/s390/oprofile/hwsampler.c | 2583 | 25418 | /**
* arch/s390/oprofile/hwsampler.c
*
* Copyright IBM Corp. 2010
* Author: Heinz Graalfs <graalfs@de.ibm.com>
*/
#include <linux/kernel_stat.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/smp.h>
#include <linux/errno.h>
#include <linux/workqueue.h>
#include <linux/interrupt.h>
#include <l... | gpl-2.0 |
mingit/mstcp | drivers/media/pci/bt8xx/bttv-input.c | 2583 | 14061 | /*
*
* Copyright (c) 2003 Gerd Knorr
* Copyright (c) 2003 Pavel Machek
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later ... | gpl-2.0 |
luciang/linux-2.6-new-sysctl | arch/mn10300/kernel/smp.c | 2839 | 28219 | /* SMP support routines.
*
* Copyright (C) 2006-2008 Panasonic 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
* version 2 as published by the Free Software Foundation.
*
* This program is distrib... | gpl-2.0 |
flwh/KK_mt6589_iq451 | kernel/drivers/net/ethernet/amd/7990.c | 5143 | 21760 | /*
* 7990.c -- LANCE ethernet IC generic routines.
* This is an attempt to separate out the bits of various ethernet
* drivers that are common because they all use the AMD 7990 LANCE
* (Local Area Network Controller for Ethernet) chip.
*
* Copyright (C) 05/1998 Peter Maydell <pmaydell@chiark.greenend.org.uk>
*
... | gpl-2.0 |
davtse/i9505 | drivers/block/cryptoloop.c | 12311 | 5005 | /*
Linux loop encryption enabling module
Copyright (C) 2002 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003 Fruhwirth Clemens <clemens@endorphin.org>
This module is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the... | gpl-2.0 |
scue/LenovoK860i_4.2_opensource_kernel | fs/nls/nls_cp1250.c | 12567 | 15419 | /*
* linux/fs/nls/nls_cp1250.c
*
* Charset cp1250 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 |
gabriel-fernandez/kernel | arch/ia64/sn/kernel/bte_error.c | 13847 | 7665 | /*
* 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) 2000-2007 Silicon Graphics, Inc. All Rights Reserved.
*/
#include <linux/types.h>
#include <asm/sn/sn_sal.h>
#include "io... | gpl-2.0 |
TheWolfer22/android_kernel_lge_g3 | arch/ia64/sn/kernel/bte_error.c | 13847 | 7665 | /*
* 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) 2000-2007 Silicon Graphics, Inc. All Rights Reserved.
*/
#include <linux/types.h>
#include <asm/sn/sn_sal.h>
#include "io... | gpl-2.0 |
TeamICS/heroc-kernel-2.6.35-ics | drivers/net/wireless/tiwlan1251/common/src/TNETW_Driver/MacServices/src/PowerAuthorization/PowerAuthorization.c | 24 | 13135 | /****************************************************************************
**+-----------------------------------------------------------------------+**
**| |**
**| Copyright(c) 1998 - 2008 Texas Instruments. All rights reserved. |**
**| All ... | gpl-2.0 |
llubu/Glibc_Linker | rt/tst-aio6.c | 24 | 2559 | /* Test for timeout handling.
Copyright (C) 2000, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C 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... | gpl-2.0 |
ariev7x/S7270_foxkernel | arch/arm/mach-hawaii/hawaii.c | 24 | 7529 | /************************************************************************************************/
/* */
/* Copyright 2010 Broadcom Corporation */
/* ... | gpl-2.0 |
weizhenwei/fastsocket | kernel/drivers/scsi/libfc/fc_frame.c | 24 | 2400 | /*
* 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 |
dreamer7/ZOPO-TSN | mediatek/platform/mt6589/kernel/drivers/smi/mau.c | 24 | 8023 | #include <linux/uaccess.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/platform_device.h>
#include <linux/cdev.h>
#include <linux/interrupt.h>
#include <linux/sched.h>
#include <linux/wait.h>
#include <linux/spinlock.h>
#include <linux/delay.h>
#include <linux/earlysuspend.h>
#include <linux/mm.h>
#... | gpl-2.0 |
vasubabu/kernel | kernel/trace/trace_sched_wakeup.c | 24 | 9135 | /*
* trace task wakeup timings
*
* Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com>
* Copyright (C) 2008 Ingo Molnar <mingo@redhat.com>
*
* Based on code from the latency_tracer, that is:
*
* Copyright (C) 2004-2006 Ingo Molnar
* Copyright (C) 2004 William Lee Irwin III
*/
#include <linux/module... | gpl-2.0 |
JamesAng/lx-std | net/sched/act_police.c | 280 | 9949 | /*
* net/sched/police.c Input police filter.
*
* 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 |
YijingWang/linux-pci | arch/blackfin/mach-common/ints-priority.c | 536 | 31744 | /*
* Set up the interrupt priorities
*
* Copyright 2004-2009 Analog Devices Inc.
* 2003 Bas Vermeulen <bas@buyways.nl>
* 2002 Arcturus Networks Inc. MaTed <mated@sympatico.ca>
* 2000-2001 Lineo, Inc. D. Jefff Dionne <jeff@lineo.ca>
* 1999 D. Jeff Dionne... | gpl-2.0 |
francescosganga/remixos-kernel | fs/gfs2/aops.c | 536 | 32049 | /*
* Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
* Copyright (C) 2004-2008 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 Licen... | gpl-2.0 |
LinTeX9527/linux | drivers/spi/spi-xlp.c | 536 | 11699 | /*
* Copyright (C) 2003-2015 Broadcom 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 version 2 (GPL v2)
* as published by the Free Software Foundation.
*
* This program is distributed in the hope t... | gpl-2.0 |
pocketbook-free/kernel_622 | net/rose/rose_subr.c | 792 | 11840 | /*
* 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.
*
* Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.u... | gpl-2.0 |
arjen75/ics-lge-kernel-msm7x27-chick | drivers/w1/masters/ds1wm.c | 1048 | 11715 | /*
* 1-wire busmaster driver for DS1WM and ASICs with embedded DS1WMs
* such as HP iPAQs (including h5xxx, h2200, and devices with ASIC3
* like hx4700).
*
* Copyright (c) 2004-2005, Szabolcs Gyurko <szabolcs.gyurko@tlt.hu>
* Copyright (c) 2004-2007, Matt Reimer <mreimer@vpop.net>
*
* Use consistent with the GNU... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.