repo_name
string
path
string
copies
string
size
string
content
string
license
string
ahmedammar/linux-xlnx
fs/squashfs/zlib_wrapper.c
10109
3556
/* * Squashfs - a compressed read only filesystem for Linux * * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 * Phillip Lougher <phillip@squashfs.org.uk> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published ...
gpl-2.0
Surge1223/android_kernel_moto_shamu
arch/mips/math-emu/dp_flong.c
10365
1886
/* IEEE754 floating point arithmetic * double precision: common utilities */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * * ######################################################################## * * This program is free software; you can distribute it and/or modify it * un...
gpl-2.0
Jackeagle/CAF-Kernel
drivers/input/serio/hp_sdc_mlc.c
12925
9419
/* * Access to HP-HIL MLC through HP System Device Controller. * * Copyright (c) 2001 Brian S. Julin * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code ...
gpl-2.0
TeamCarbonXtremeARMv7/android_kernel_samsung_golden
drivers/lguest/hypercalls.c
13181
9535
/*P:500 * Just as userspace programs request kernel operations through a system * call, the Guest requests Host operations through a "hypercall". You might * notice this nomenclature doesn't really follow any logic, but the name has * been around for long enough that we're stuck with it. As you'd expect, this * ...
gpl-2.0
fabianbergmark/linux-sctp
fs/gfs2/main.c
126
6076
/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2006 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
CyanogenMod/android_kernel_toshiba_betelgeuse
drivers/staging/dt3155v4l/dt3155v4l.c
382
29387
/*************************************************************************** * Copyright (C) 2006-2010 by Marin Mitov * * mitov@issp.bas.bg * * * * This pr...
gpl-2.0
ProtouProject/android_kernel_htc_protou
sound/core/memory.c
382
1939
/* * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * * Misc memory accessors * * * 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...
gpl-2.0
croniccorey/OnePlus2-Kernel
drivers/soc/qcom/ddr-health.c
894
3311
/* Copyright (c) 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 hope...
gpl-2.0
XCage15/linux
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
894
64963
/* 10G controller driver for Samsung SoCs * * Copyright (C) 2013 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Author: Siva Reddy Kallam <siva.kallam@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...
gpl-2.0
blueskycoco/sam
arch/s390/kernel/traps.c
2174
20838
/* * arch/s390/kernel/traps.c * * S390 version * Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), * Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com), * * Derived from "arch/i386/kernel/traps.c"...
gpl-2.0
rabeeh/linux-linaro-stable-mx6-unmaintained-will-be-deleted
drivers/net/phy/icplus.c
2430
6769
/* * Driver for ICPlus PHYs * * Copyright (c) 2007 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * op...
gpl-2.0
AnguisCaptor/PwnKernel_Shamu_M
drivers/net/wireless/hostap/hostap_pci.c
2686
11028
#define PRISM2_PCI /* Host AP driver's support for Intersil Prism2.5 PCI cards is based on * driver patches from Reyk Floeter <reyk@vantronix.net> and * Andy Warner <andyw@pobox.com> */ #include <linux/module.h> #include <linux/init.h> #include <linux/if.h> #include <linux/skbuff.h> #include <linux/netdevice.h> #in...
gpl-2.0
mbadarkhe/davinci-next
drivers/gpu/drm/nouveau/core/engine/graph/nv35.c
2686
5330
#include <core/os.h> #include <core/class.h> #include <core/engctx.h> #include <core/enum.h> #include <subdev/timer.h> #include <subdev/fb.h> #include "nv20.h" #include "regs.h" /******************************************************************************* * Graphics object classes ******************************...
gpl-2.0
dirtybit/libcustomperf
drivers/gpu/drm/nouveau/core/core/client.c
2686
3272
/* * 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
Jackeagle/kernel_stock_e53g
drivers/md/dm-cache-policy-cleaner.c
2942
10303
/* * Copyright (C) 2012 Red Hat. All rights reserved. * * writeback cache policy supporting flushing out dirty cache blocks. * * This file is released under the GPL. */ #include "dm-cache-policy.h" #include "dm.h" #include <linux/hash.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/vmalloc....
gpl-2.0
lexmazter/dellstreak5-kernel-3.4
drivers/net/wireless/ath/ath9k/ar5008_phy.c
4734
46498
/* * 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
xXminiWHOOPERxX/xXminiWHOOPERxX-Kernel-m4
arch/arm/mach-ep93xx/vision_ep9307.c
4734
10316
/* * arch/arm/mach-ep93xx/vision_ep9307.c * Vision Engraving Systems EP9307 SoM support. * * Copyright (C) 2008-2011 Vision Engraving Systems * H Hartley Sweeten <hsweeten@visionengravers.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
Hundsbuah/Note3_Samsung_Source_Drops
arch/arm/mach-davinci/board-dm355-evm.c
4734
8918
/* * TI DaVinci EVM board support * * Author: Kevin Hilman, Deep Root Systems, LLC * * 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, whether express * or implied. */ #i...
gpl-2.0
JASON-RR/jrr_TW_5.0.1_kernel
arch/arm/mach-omap1/board-voiceblue.c
4734
7402
/* * linux/arch/arm/mach-omap1/board-voiceblue.c * * Modified from board-generic.c * * Copyright (C) 2004 2N Telekomunikace, Ladislav Michl <michl@2n.cz> * * Code for OMAP5910 based VoiceBlue board (VoIP to GSM gateway). * * This program is free software; you can redistribute it and/or modify * it under the t...
gpl-2.0
compulab/cm-qs600-kernel
drivers/net/wireless/ath/ath9k/ar5008_phy.c
4734
46498
/* * 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
anoane/HTC-HD2-kernel-3.4
arch/arm/mach-davinci/board-sffsdr.c
4734
4553
/* * Lyrtech SFFSDR board support. * * Copyright (C) 2008 Philip Balister, OpenSDR <philip@opensdr.com> * Copyright (C) 2008 Lyrtech <www.lyrtech.com> * * Based on DV-EVM platform, original copyright follows: * * Copyright (C) 2007 MontaVista Software, Inc. * * This program is free software; you can redistrib...
gpl-2.0
omerjerk/CodyKernel-hammerhead
drivers/spi/spi-sh.c
4990
12641
/* * SH SPI bus driver * * Copyright (C) 2011 Renesas Solutions Corp. * * Based on pxa2xx_spi.c: * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs * * 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 Fr...
gpl-2.0
supersonicninja/CAF-Kernel
arch/arm/mach-imx/clock-imx25.c
4990
11026
/* * Copyright (C) 2009 by Sascha Hauer, Pengutronix * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * This pro...
gpl-2.0
arkas/Samsung-GT-I5510-Kernel
kernel/drivers/isdn/mISDN/dsp_hwec.c
4990
3049
/* * dsp_hwec.c: * builtin mISDN dsp pipeline element for enabling the hw echocanceller * * Copyright (C) 2007, Nadi Sarrar * * Nadi Sarrar <nadi@beronet.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...
gpl-2.0
TeamRegular/android_kernel_samsung_exynos5420
drivers/ide/ide-ioctls.c
7550
6861
/* * IDE ioctls handling. */ #include <linux/export.h> #include <linux/hdreg.h> #include <linux/ide.h> #include <linux/slab.h> static const struct ide_ioctl_devset ide_ioctl_settings[] = { { HDIO_GET_32BIT, HDIO_SET_32BIT, &ide_devset_io_32bit }, { HDIO_GET_KEEPSETTINGS, HDIO_SET_KEEPSETTINGS, &ide_devset_keepset...
gpl-2.0
joryb/android_kernel_samsung_jf
drivers/w1/masters/ds2490.c
7806
24010
/* * dscore.c * * Copyright (c) 2004 Evgeniy Polyakov <zbr@ioremap.net> * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any la...
gpl-2.0
amanone/GT-I9505G-MFD
drivers/scsi/isci/unsolicited_frame_control.c
7806
7914
/* * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it un...
gpl-2.0
txuki2005/TaUrUs_Kernel
arch/mips/math-emu/sp_cmp.c
10366
1798
/* IEEE754 floating point arithmetic * single precision */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * * ######################################################################## * * This program is free software; you can distribute it and/or modify it * under the terms of t...
gpl-2.0
agat63/AGAT_L720_kernel
arch/mips/math-emu/sp_cmp.c
10366
1798
/* IEEE754 floating point arithmetic * single precision */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * * ######################################################################## * * This program is free software; you can distribute it and/or modify it * under the terms of t...
gpl-2.0
gingo21/kernel_wiko_cink_slim
arch/mips/math-emu/dp_fint.c
10366
1906
/* IEEE754 floating point arithmetic * double precision: common utilities */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * * ######################################################################## * * This program is free software; you can distribute it and/or modify it * un...
gpl-2.0
EPDCenterSpain/kernel_Archos_80_Titan
arch/mips/math-emu/dp_tlong.c
10366
3033
/* IEEE754 floating point arithmetic * double precision: common utilities */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * * ######################################################################## * * This program is free software; you can distribute it and/or modify it * un...
gpl-2.0
Split-Screen/android_kernel_huawei_msm8928
net/ipv6/netfilter/ip6t_mh.c
13694
2352
/* * Copyright (C)2006 USAGI/WIDE Project * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Author: * Masahide NAKAMURA @USAGI <masahide.nakamura.cz@hitachi.com> * * Base...
gpl-2.0
Cobaltum/kernel_u8110
drivers/usb/host/ehci-q.c
127
39765
/* * Copyright (C) 2001-2004 by David Brownell * * 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 progra...
gpl-2.0
chrisw957/gumstix-linux
drivers/ata/libahci_platform.c
383
15741
/* * AHCI SATA platform library * * Copyright 2004-2005 Red Hat, Inc. * Jeff Garzik <jgarzik@pobox.com> * Copyright 2010 MontaVista Software, LLC. * Anton Vorontsov <avorontsov@ru.mvista.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
gpl-2.0
tsuibin/linux-4.x.y
net/sched/act_connmark.c
383
4682
/* * net/sched/act_connmark.c netfilter connmark retriever action * skb mark is over-written * * Copyright (c) 2011 Felix Fietkau <nbd@openwrt.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...
gpl-2.0
shubhangi-shrivastava/drm-intel-nightly
drivers/net/ethernet/mellanox/mlx4/resource_tracker.c
383
128858
/* * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved. * Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. * All rights reserved. * Copyright (c) 2005, 2006, 2007 Cisco Systems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses...
gpl-2.0
psyke83/android_kernel_samsung_msm-codeaurora
arch/powerpc/sysdev/mpic_pasemi_msi.c
895
4487
/* * Copyright 2007, Olof Johansson, PA Semi * * Based on arch/powerpc/sysdev/mpic_u3msi.c: * * Copyright 2006, Segher Boessenkool, IBM Corporation. * Copyright 2006-2007, Michael Ellerman, IBM Corporation. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU...
gpl-2.0
JasonMaloney-crespo4g/android_kernel_samsung_crespo
fs/btrfs/volumes.c
1663
94410
/* * Copyright (C) 2007 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 * License v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
gpl-2.0
SteveLinCH/linux
drivers/usb/misc/usblcd.c
1919
11979
/***************************************************************************** * USBLCD Kernel Driver * * Version 1.05 * * (C) 2005 Georges Toth <g.toth@e-biz.lu> * * ...
gpl-2.0
fbocharov/au-linux-kernel-spring-2016
linux/drivers/gpu/drm/radeon/uvd_v3_1.c
2431
2120
/* * Copyright 2013 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
SomethingExplosive/android_kernel_samsung_tuna
arch/arm/mach-ixp4xx/coyote-pci.c
2431
1607
/* * arch/arm/mach-ixp4xx/coyote-pci.c * * PCI setup routines for ADI Engineering Coyote platform * * Copyright (C) 2002 Jungo Software Technologies. * Copyright (C) 2003 MontaVista Softwrae, Inc. * * Maintainer: Deepak Saxena <dsaxena@mvista.com> * * This program is free software; you can redistribute it and...
gpl-2.0
flzyup/gnexus_kernel
drivers/media/rc/keymaps/rc-encore-enltv.c
2943
2901
/* encore-enltv.h - Keytable for encore_enltv 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 b...
gpl-2.0
Dee-UK/RK3188_tablet_kernel_sources
drivers/staging/line6/midi.c
3199
10657
/* * Line6 Linux USB driver - 0.9.1beta * * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) * * 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. * */ #include <l...
gpl-2.0
mdeejay/android_kernel_lge_x3
fs/ncpfs/symlink.c
3199
4347
/* * linux/fs/ncpfs/symlink.c * * Code for allowing symbolic links on NCPFS (i.e. NetWare) * Symbolic links are not supported on native NetWare, so we use an * infrequently-used flag (Sh) and store a two-word magic header in * the file to make sure we don't accidentally use a non-link file * as a link. * ...
gpl-2.0
xboxfanj/android_kernel_oneplus_one
arch/arm/mach-sa1100/pleb.c
4735
2894
/* * linux/arch/arm/mach-sa1100/pleb.c */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/tty.h> #include <linux/ioport.h> #include <linux/platform_device.h> #include <linux/irq.h> #include <linux/io.h> #include <linux/mtd/partitions.h> #include <mach/hardware.h> #include <asm/setup.h> #include <a...
gpl-2.0
gwindlord/android_kernel_lenovo_b8000
arch/arm/mach-omap1/clock.c
4735
13778
/* * linux/arch/arm/mach-omap1/clock.c * * Copyright (C) 2004 - 2005, 2009-2010 Nokia Corporation * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> * * Modified to use omap shared clock framework by * Tony Lindgren <tony@atomide.com> * * This program is free software; you can redistribute it a...
gpl-2.0
lawnn/kernel10c
sound/firewire/speakers.c
4991
20587
/* * OXFW970-based speakers driver * * Copyright (c) Clemens Ladisch <clemens@ladisch.de> * Licensed under the terms of the GNU General Public License, version 2. */ #include <linux/device.h> #include <linux/firewire.h> #include <linux/firewire-constants.h> #include <linux/module.h> #include <linux/mod_devicetabl...
gpl-2.0
TaichiN/android_kernel_google_msm
arch/mips/cobalt/led.c
9343
1733
/* * Registration of Cobalt LED platform device. * * Copyright (C) 2007 Yoichi Yuasa <yuasa@linux-mips.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...
gpl-2.0
sudosurootdev/kernel_lge_lgl24
arch/mips/math-emu/sp_scalb.c
10367
1464
/* IEEE754 floating point arithmetic * single precision */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * * ######################################################################## * * This program is free software; you can distribute it and/or modify it * under the terms of t...
gpl-2.0
arrdalan/dfv_android_tuna_kernel
drivers/infiniband/hw/ipath/ipath_wc_ppc64.c
13439
2170
/* * Copyright (c) 2006, 2007 QLogic Corporation. 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 ...
gpl-2.0
XileForce/Linaro-LSK
arch/powerpc/xmon/ppc-dis.c
13695
5571
/* ppc-dis.c -- Disassemble PowerPC instructions Copyright 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support This file is part of GDB, GAS, and the GNU binutils. GDB, GAS, and the GNU binutils are free software; you can redistribut...
gpl-2.0
jcbless/linux-xlnx
drivers/video/fbdev/i810/i810-i2c.c
13695
5076
/*-*- linux-c -*- * linux/drivers/video/i810-i2c.c -- Intel 810/815 I2C support * * Copyright (C) 2004 Antonino Daplas<adaplas@pol.net> * All Rights Reserved * * 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 ...
gpl-2.0
curbthepain/revkernel_us990
arch/x86/math-emu/fpu_tags.c
14463
2777
/*---------------------------------------------------------------------------+ | fpu_tags.c | | | | Set FPU register tags. | | ...
gpl-2.0
AndreyPopovNew/asuswrt-merlin-rt-n
release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/pcmcia/ibmtr_cs.c
128
11760
/*====================================================================== A PCMCIA token-ring driver for IBM-based cards This driver supports the IBM PCMCIA Token-Ring Card. Written by Steve Kipisz, kipisz@vnet.ibm.com or bungy@ibm.net Written 1995,1996. This code is ...
gpl-2.0
iamroot12b/kernel
drivers/staging/comedi/drivers/ni_labpc_pci.c
128
3629
/* * comedi/drivers/ni_labpc_pci.c * Driver for National Instruments Lab-PC PCI-1200 * Copyright (C) 2001, 2002, 2003 Frank Mori Hess <fmhess@users.sourceforge.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 * th...
gpl-2.0
leitec/openwrt-leitec
target/linux/ramips/files/arch/mips/ralink/rt288x/mach-wzr-agl300nh.c
128
1851
/* * Buffalo WZR-AGL300NH board support * * Copyright (C) 2010 Joonas Lahtinen <joonas.lahtinen@gmail.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. */ #include <...
gpl-2.0
poitee/Grouper
drivers/hwmon/pmbus/ucd9200.c
384
5640
/* * Hardware monitoring driver for ucd9200 series Digital PWM System Controllers * * 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...
gpl-2.0
Epirex/Samsung_STE_Kernel
net/bluetooth/l2cap_sock.c
640
23372
/* BlueZ - Bluetooth protocol stack for Linux Copyright (C) 2000-2001 Qualcomm Incorporated Copyright (C) 2009-2010 Gustavo F. Padovan <gustavo@padovan.org> Copyright (C) 2010 Google Inc. Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> This program is free software; you can redistribute i...
gpl-2.0
attn1/cm-kernel-vivo-2.6.35
drivers/media/video/cx88/cx88-blackbird.c
896
38992
/* * * Support for a cx23416 mpeg encoder via cx2388x host port. * "blackbird" reference design. * * (c) 2004 Jelle Foks <jelle@foks.us> * (c) 2004 Gerd Knorr <kraxel@bytesex.org> * * (c) 2005-2006 Mauro Carvalho Chehab <mchehab@infradead.org> * - video_ioctl2 conversion * * Includes parts...
gpl-2.0
KanoComputing/raspberrypi-linux
arch/parisc/kernel/traps.c
896
21773
/* * linux/arch/parisc/traps.c * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 1999, 2000 Philipp Rumpf <prumpf@tux.org> */ /* * 'Traps.c' handles hardware traps and faults after we have saved some * state in 'asm.s'. */ #include <linux/sched.h> #include <linux/kernel.h> #include <linux/strin...
gpl-2.0
networkosnet/linux
drivers/staging/comedi/drivers/dt2811.c
896
10973
/* comedi/drivers/dt2811.c Hardware driver for Data Translation DT2811 COMEDI - Linux Control and Measurement Device Interface History: Base Version - David A. Schleef <ds@schleef.org> December 1998 - Updated to work. David does not have a DT2811 board any longer so this was suffering from bitro...
gpl-2.0
ISTweak/android_kernel_sharp_is05
drivers/hwmon/w83791d.c
1152
51461
/* w83791d.c - Part of lm_sensors, Linux kernel modules for hardware monitoring Copyright (C) 2006-2007 Charles Spirakis <bezaur@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 ...
gpl-2.0
dbones/linux
arch/powerpc/platforms/40x/virtex.c
1408
1433
/* * Xilinx Virtex (IIpro & 4FX) based board support * * Copyright 2007 Secret Lab Technologies Ltd. * * 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 <linux/init....
gpl-2.0
mongoose700/xen-coalesce-kernel
arch/arm/mach-s3c64xx/setup-ide.c
2176
1280
/* linux/arch/arm/mach-s3c64xx/setup-ide.c * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * S3C64XX setup information for IDE * * 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 * publish...
gpl-2.0
okrt/note8-jb-kernel
drivers/ssb/driver_chipcommon.c
2432
14813
/* * Sonics Silicon Backplane * Broadcom ChipCommon core driver * * Copyright 2005, Broadcom Corporation * Copyright 2006, 2007, Michael Buesch <mb@bu3sch.de> * * Licensed under the GNU/GPL. See COPYING for details. */ #include <linux/ssb/ssb.h> #include <linux/ssb/ssb_regs.h> #include <linux/pci.h> #include ...
gpl-2.0
yun3195/android_kernel_ZTE_Z5S
security/selinux/netnode.c
2688
8462
/* * Network node table * * SELinux must keep a mapping of network nodes to labels/SIDs. This * mapping is maintained as part of the normal policy but a fast cache is * needed to reduce the lookup overhead since most of these queries happen on * a per-packet basis. * * Author: Paul Moore <paul@paul-moore.com> ...
gpl-2.0
OneEducation/kernel-rk310-kitkat-firefly
arch/mips/mm/pgtable-64.c
3968
2228
/* * 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) 1999, 2000 by Silicon Graphics * Copyright (C) 2003 by Ralf Baechle */ #include <linux/init.h> #include <linux/mm.h> #incl...
gpl-2.0
Split-Screen/android_kernel_moto_shamu
arch/cris/arch-v32/drivers/pci/bios.c
4224
2375
#include <linux/pci.h> #include <linux/kernel.h> #include <arch/hwregs/intr_vect.h> void pcibios_fixup_bus(struct pci_bus *b) { } void pcibios_set_master(struct pci_dev *dev) { u8 lat; pci_read_config_byte(dev, PCI_LATENCY_TIMER, &lat); printk(KERN_DEBUG "PCI: Setting latency timer of device %s to %d\n", pci_name(...
gpl-2.0
childofthehorn/android_kernel_oneplus_msm8994
drivers/md/dm-log.c
4480
20440
/* * Copyright (C) 2003 Sistina Software * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. * * This file is released under the LGPL. */ #include <linux/init.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/vmalloc.h> #include <linux/dm-io.h> #include <linux/dm-dirty-log.h> #include...
gpl-2.0
DarkforestGroup/sony-kernel-msm7x30-ics
arch/x86/crypto/twofish_glue.c
4736
3202
/* * Glue Code for assembler optimized version of TWOFISH * * Originally Twofish for GPG * By Matthew Skala <mskala@ansuz.sooke.bc.ca>, July 26, 1998 * 256-bit key length added March 20, 1999 * Some modifications to reduce the text size by Werner Koch, April, 1998 * Ported to the kerneli patch by Marc Mutz <Marc...
gpl-2.0
CyanogenMod/android_kernel_samsung_klte
drivers/video/via/via-gpio.c
5248
7531
/* * Support for viafb GPIO ports. * * Copyright 2009 Jonathan Corbet <corbet@lwn.net> * Distributable under version 2 of the GNU General Public License. */ #include <linux/spinlock.h> #include <linux/gpio.h> #include <linux/platform_device.h> #include <linux/via-core.h> #include <linux/via-gpio.h> #include <linu...
gpl-2.0
barome/HD_mako
drivers/tty/serial/mcf.c
5248
17708
/****************************************************************************/ /* * mcf.c -- Freescale ColdFire UART driver * * (C) Copyright 2003-2007, Greg Ungerer <gerg@snapgear.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License...
gpl-2.0
TeamExodus/kernel_xiaomi_cancro
arch/sparc/prom/init_32.c
7296
1768
/* * init.c: Initialize internal variables used by the PROM * library functions. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/module.h> #include <asm/open...
gpl-2.0
MoKee/android_kernel_samsung_lentislte
sound/pci/ctxfi/cttimer.c
8320
11344
/* * PCM timer handling on ctxfi * * This source file is released under GPL v2 license (no other versions). * See the COPYING file included in the main directory of this source * distribution for the license terms and conditions. */ #include <linux/slab.h> #include <linux/math64.h> #include <linux/moduleparam.h>...
gpl-2.0
phenomx4/android_kernel_lge_fx3
drivers/isdn/capi/capilib.c
9600
4630
#include <linux/slab.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/isdn/capilli.h> #define DBG(format, arg...) do { \ printk(KERN_DEBUG "%s: " format "\n" , __func__ , ## arg); \ } while (0) struct capilib_msgidqueue { struct capilib_msgidqueue *next; u16 msgid; }; struct capilib_n...
gpl-2.0
upichie/ghost
arch/powerpc/platforms/52xx/mpc52xx_pm.c
12160
5307
#include <linux/init.h> #include <linux/suspend.h> #include <linux/io.h> #include <asm/time.h> #include <asm/cacheflush.h> #include <asm/mpc52xx.h> /* these are defined in mpc52xx_sleep.S, and only used here */ extern void mpc52xx_deep_sleep(void __iomem *sram, void __iomem *sdram_regs, struct mpc52xx_cdm __iomem *,...
gpl-2.0
aatjitra/M7
drivers/mmc/core/sdio_ops.c
385
3817
/* * linux/drivers/mmc/sdio_ops.c * * Copyright 2006-2007 Pierre Ossman * * 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 lat...
gpl-2.0
CyanogenMod/android_kernel_oneplus_msm8994
drivers/base/power/opp.c
1153
23100
/* * Generic OPP Interface * * Copyright (C) 2009-2010 Texas Instruments Incorporated. * Nishanth Menon * Romit Dasgupta * Kevin Hilman * * 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
vickylinuxer/at91sam9263-kernel
drivers/video/fbcmap.c
1665
8344
/* * linux/drivers/video/fbcmap.c -- Colormap handling for frame buffer devices * * Created 15 Jun 1997 by Geert Uytterhoeven * * 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 i...
gpl-2.0
surdupetru/p6-kernel
arch/powerpc/kernel/perf_event_fsl_emb.c
2433
14598
/* * Performance event support - Freescale Embedded Performance Monitor * * Copyright 2008-2009 Paul Mackerras, IBM Corporation. * Copyright 2010 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as pub...
gpl-2.0
tarunkapadia93/android_kernel_xiaomi_cancro
drivers/md/persistent-data/dm-space-map-disk.c
2945
7172
/* * Copyright (C) 2011 Red Hat, Inc. * * This file is released under the GPL. */ #include "dm-space-map-checker.h" #include "dm-space-map-common.h" #include "dm-space-map-disk.h" #include "dm-space-map.h" #include "dm-transaction-manager.h" #include <linux/list.h> #include <linux/slab.h> #include <linux/export.h...
gpl-2.0
radxa/linux-rockchip
drivers/net/ixgbevf/vf.c
2945
12570
/******************************************************************************* Intel 82599 Virtual Function driver Copyright(c) 1999 - 2010 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...
gpl-2.0
cyandream-devices/neak-n7100-jb
drivers/staging/bcm/hostmibs.c
3201
8463
/* * File Name: hostmibs.c * * Author: Beceem Communications Pvt. Ltd * * Abstract: This file contains the routines to copy the statistics used by * the driver to the Host MIBS structure and giving the same to Application. * */ #include "headers.h" INT ProcessGetHostMibs(PMINI_ADAPTER Adapter, S_MIBS_HOST_ST...
gpl-2.0
Suninus/Xiaomi_Kernel_OpenSource
arch/arm/mach-orion5x/rd88f5182-setup.c
4737
7768
/* * arch/arm/mach-orion5x/rd88f5182-setup.c * * Marvell Orion-NAS Reference Design Setup * * Maintainer: Ronen Shitrit <rshitrit@marvell.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 e...
gpl-2.0
smaeul/kernel_samsung_tuna
arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c
4737
6688
/* * Copyright (C) 2010 Eric Benard - eric@eukrea.com * * Based on pcm970-baseboard.c which is : * Copyright (C) 2008 Juergen Beisert (kernel@pengutronix.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...
gpl-2.0
MarshedOut/android_kernel_lge_msm8974
drivers/video/riva/fbdev.c
4993
59750
/* * linux/drivers/video/riva/fbdev.c - nVidia RIVA 128/TNT/TNT2 fb driver * * Maintained by Ani Joshi <ajoshi@shell.unixbox.com> * * Copyright 1999-2000 Jeff Garzik * * Contributors: * * Ani Joshi: Lots of debugging and cleanup work, really helped * get the driver going * * Ferenc Bakonyi: Bug fixes, cle...
gpl-2.0
tako0910/android_kernel_htc_msm8960
drivers/video/riva/fbdev.c
4993
59750
/* * linux/drivers/video/riva/fbdev.c - nVidia RIVA 128/TNT/TNT2 fb driver * * Maintained by Ani Joshi <ajoshi@shell.unixbox.com> * * Copyright 1999-2000 Jeff Garzik * * Contributors: * * Ani Joshi: Lots of debugging and cleanup work, really helped * get the driver going * * Ferenc Bakonyi: Bug fixes, cle...
gpl-2.0
Renzo-Olivares/android_43_kernel_htc_monarudo
drivers/firmware/memmap.c
9089
7301
/* * linux/drivers/firmware/memmap.c * Copyright (C) 2008 SUSE LINUX Products GmbH * by Bernhard Walle <bernhard.walle@gmx.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License v2.0 as published by * the Free Software Foundation * ...
gpl-2.0
arpith20/linux
arch/blackfin/kernel/nmi.c
9601
5793
/* * Blackfin nmi_watchdog Driver * * Originally based on bfin_wdt.c * Copyright 2010-2010 Analog Devices Inc. * Graff Yang <graf.yang@analog.com> * * Enter bugs at http://blackfin.uclinux.org/ * * Licensed under the GPL-2 or later. */ #include <linux/bitops.h> #include <linux/hardirq.h> #include <linux/sys...
gpl-2.0
sakindia123/kernel_3.4_samsung_exynos4
drivers/misc/ibmasm/r_heartbeat.c
9601
2611
/* * 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 the hope that it will be us...
gpl-2.0
kodos96/backport
drivers/scsi/pcmcia/nsp_message.c
15489
2158
/*========================================================================== NinjaSCSI-3 message handler By: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> This software may be used and distributed according to the terms of the GNU General Public License. */ /* $Id: nsp_message.c,v 1.6 2003/07/26 14:2...
gpl-2.0
optimsoc/gzll-gcc
gcc/testsuite/gfortran.dg/import2.f90
130
1309
! { dg-do compile } ! { dg-options "-std=f95" } ! { dg-shouldfail "Fortran 2003 feature with -std=f95" } ! Test whether import does not work with -std=f95 ! PR fortran/29601 module testmod implicit none integer, parameter :: kind = 8 type modType real :: rv end type modType interface subroutine other...
gpl-2.0
nikybiasion/android_kernel_asus_me301t
drivers/staging/rtl8192e/r8192E_core.c
386
147396
/****************************************************************************** * 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
VRToxin-AOSP/android_kernel_moto_shamu
arch/x86/kernel/cpu/mcheck/mce-severity.c
2178
7319
/* * MCE grading rules. * Copyright 2008, 2009 Intel 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; version 2 * of the License. * * Author: Andi Kleen */ #include <linu...
gpl-2.0
Motorhead1991/android_kernel_samsung_amazing
fs/ncpfs/inode.c
2690
27648
/* * inode.c * * Copyright (C) 1995, 1996 by Volker Lendecke * Modified for big endian by J.F. Chadima and David S. Miller * Modified 1997 Peter Waltenberg, Bill Hawes, David Woodhouse for 2.1 dcache * Modified 1998 Wolfram Pienkoss for NLS * Modified 2000 Ben Harris, University of Cambridge for NFS NS met...
gpl-2.0
merbanan/linuxtv
drivers/media/pci/mantis/mantis_vp1033.c
2946
4604
/* Mantis VP-1033 driver Copyright (C) Manu Abraham (abraham.manu@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 your option) any later vers...
gpl-2.0
Team-Blackout/Acer-A200-JB
net/wanrouter/wanproc.c
2946
9368
/***************************************************************************** * wanproc.c WAN Router Module. /proc filesystem interface. * * This module is completely hardware-independent and provides * access to the router using Linux /proc filesystem. * * Author: Gideon Hack * * Copyright: (c) 1995-1999 Sangoma T...
gpl-2.0
poparteu/linux-kernel-hal
drivers/clk/spear/clk-aux-synth.c
3714
4939
/* * Copyright (C) 2012 ST Microelectronics * Viresh Kumar <viresh.linux@gmail.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. * * Auxiliary Synthesizer clock implementa...
gpl-2.0
lollipop-og/android_kernel_geehrc
arch/arm/mach-imx/eukrea_mbimxsd-baseboard.c
4738
4063
/* * Copyright (C) 2010 Eric Benard - eric@eukrea.com * * Based on pcm970-baseboard.c which is : * Copyright (C) 2008 Juergen Beisert (kernel@pengutronix.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...
gpl-2.0
kbc-developers/android_kernel_samsung_hlte
arch/arm/mach-s3c24xx/common-s3c2443.c
4738
15853
/* * Common code for SoCs starting with the S3C2443 * * Copyright (c) 2007, 2010 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; eithe...
gpl-2.0