repo_name
string
path
string
copies
string
size
string
content
string
license
string
XXMrHyde/android_kernel_motorola_msm8610
arch/powerpc/platforms/pseries/event_sources.c
10049
2405
/* * Copyright (C) 2001 Dave Engebretsen IBM Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * T...
gpl-2.0
asyan4ik/android_kernel_huawei_h60
arch/alpha/kernel/err_ev6.c
11073
7961
/* * linux/arch/alpha/kernel/err_ev6.c * * Copyright (C) 2000 Jeff Wiedemeier (Compaq Computer Corporation) * * Error handling code supporting Alpha systems */ #include <linux/init.h> #include <linux/sched.h> #include <asm/io.h> #include <asm/irq_regs.h> #include <asm/hwrpb.h> #include <asm/smp.h> #include <asm...
gpl-2.0
LeMaker/linux-sunxi
drivers/net/wireless/rtxx7x/sta/sta_cfg.c
66
260693
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2010, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it u...
gpl-2.0
chrbayer/linux-sunxi
arch/arm/mach-mvebu/coherency.c
66
8568
/* * Coherency fabric (Aurora) support for Armada 370, 375, 38x and XP * platforms. * * Copyright (C) 2012 Marvell * * Yehuda Yitschak <yehuday@marvell.com> * Gregory Clement <gregory.clement@free-electrons.com> * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * * This file is licensed under the terms...
gpl-2.0
chaostic/Hima-M9
drivers/iio/kfifo_buf.c
66
3861
#include <linux/slab.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/device.h> #include <linux/workqueue.h> #include <linux/kfifo.h> #include <linux/mutex.h> #include <linux/iio/kfifo_buf.h> #include <linux/sched.h> struct iio_kfifo { struct iio_buffer buffer; struct kfifo kf; int update_need...
gpl-2.0
OpenELEC/linux
fs/nfs/flexfilelayout/flexfilelayout.c
66
58922
/* * Module for pnfs flexfile layout driver. * * Copyright (c) 2014, Primary Data, Inc. All rights reserved. * * Tao Peng <bergwolf@primarydata.com> */ #include <linux/nfs_fs.h> #include <linux/nfs_page.h> #include <linux/module.h> #include <linux/sunrpc/metrics.h> #include "flexfilelayout.h" #include "../nfs4...
gpl-2.0
DirtyUnicorns/android_kernel_asus_grouper
net/ipv6/tcp_ipv6.c
66
59791
/* * TCP over IPv6 * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * * Based on: * linux/net/ipv4/tcp.c * linux/net/ipv4/tcp_input.c * linux/net/ipv4/tcp_output.c * * Fixes: * Hideaki YOSHIFUJI : sin6_scope_id support * YOSHIFUJI Hideaki @USAGI and: Support IPV6_V6ONLY socket ...
gpl-2.0
RasPlex/OpenPHT
xbmc/cores/AudioEngine/Utils/AEChannelInfo.cpp
66
10223
/* * Copyright (C) 2010-2013 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. * * ...
gpl-2.0
knych/u-boot-sunxi
board/freescale/mpc8555cds/ddr.c
322
1215
/* * Copyright 2008 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * Version 2 as published by the Free Software Foundation. */ #include <common.h> #include <asm/fsl_ddr_sdram.h> #include <asm/fsl_ddr_...
gpl-2.0
hastalafiesta/HKernel
mm/compaction.c
322
20999
/* * linux/mm/compaction.c * * Memory compaction for the reduction of external fragmentation. Note that * this heavily depends upon page migration to do all the real heavy * lifting * * Copyright IBM Corp. 2007-2010 Mel Gorman <mel@csn.ul.ie> */ #include <linux/swap.h> #include <linux/migrate.h> #include <linux...
gpl-2.0
olafdietsche/linux-accessfs
net/netfilter/nft_nat.c
322
6080
/* * Copyright (c) 2008-2009 Patrick McHardy <kaber@trash.net> * Copyright (c) 2012 Pablo Neira Ayuso <pablo@netfilter.org> * Copyright (c) 2012 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, * vers...
gpl-2.0
AccentureMobilityServices/kernel
drivers/w1/w1_io.c
1858
10671
/* * w1_io.c * * Copyright (c) 2004 Evgeniy Polyakov <johnpol@2ka.mipt.ru> * * * 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...
gpl-2.0
javelinanddart/android_kernel_htc_msm8974
arch/arm/mach-s3c24xx/common.c
2114
8090
/* linux/arch/arm/plat-s3c24xx/cpu.c * * Copyright (c) 2004-2005 Simtec Electronics * http://www.simtec.co.uk/products/SWLINUX/ * Ben Dooks <ben@simtec.co.uk> * * Common code for S3C24XX machines * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu...
gpl-2.0
madprogrammer/linux-aurora
net/dccp/options.c
3138
17603
/* * net/dccp/options.c * * An implementation of the DCCP protocol * Copyright (c) 2005 Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org> * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@ghostprotocols.net> * Copyright (c) 2005 Ian McDonald <ian.mcdonald@jandi.co.nz> * * This program is free s...
gpl-2.0
bhanvadia/lge-mako-kernel
drivers/net/can/janz-ican3.c
3394
44439
/* * Janz MODULbus VMOD-ICAN3 CAN Interface Driver * * Copyright (c) 2010 Ira W. Snyder <iws@ovro.caltech.edu> * * 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 Li...
gpl-2.0
NormandyCM11/android_kernel_nokia_normandy
arch/s390/kvm/intercept.c
4418
6436
/* * intercept.c - in-kernel handling for sie intercepts * * Copyright IBM Corp. 2008,2009 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2 only) * as published by the Free Software Foundation. * * Author(s): Carsten O...
gpl-2.0
ZolaIII/android_kernel_synopsis_nightly
arch/arm/mach-tegra/tegra2_clocks.c
4674
67736
/* * arch/arm/mach-tegra/tegra2_clocks.c * * Copyright (C) 2010 Google, Inc. * * Author: * Colin Cross <ccross@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, distributed, and modified u...
gpl-2.0
flintman/android_kernel_htc_msm8660-3.4
arch/arm/mach-tegra/pcie.c
4674
24401
/* * arch/arm/mach-tegra/pci.c * * PCIe host controller driver for TEGRA(2) SOCs * * Copyright (c) 2010, CompuLab, Ltd. * Author: Mike Rapoport <mike@compulab.co.il> * * Based on NVIDIA PCIe driver * Copyright (c) 2008-2009, NVIDIA Corporation. * * Bits taken from arch/arm/mach-dove/pcie.c * * This program...
gpl-2.0
aj700/nxzimg
drivers/sbus/char/openprom.c
4930
16224
/* * Linux/SPARC PROM Configuration Driver * Copyright (C) 1996 Thomas K. Dyas (tdyas@noc.rutgers.edu) * Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be) * * This character device driver allows user programs to access the * PROM device tree. It is compatible with the SunOS /dev/openprom * driver and the NetBSD ...
gpl-2.0
Flemmard/android_kernel_msm
drivers/ata/pata_ali.c
7490
17902
/* * pata_ali.c - ALI 15x3 PATA for new ATA layer * (C) 2005 Red Hat Inc * * based in part upon * linux/drivers/ide/pci/alim15x3.c Version 0.17 2003/01/02 * * Copyright (C) 1998-2000 Michel Aubry, Maintainer * Copyright (C) 1998-2000 Andrzej Krzysztofowicz, Maintainer * Copyright (C) 1999-2000 CJ, cjt...
gpl-2.0
pradeepmaddy/Monster
arch/mips/loongson/common/setup.c
8770
1197
/* * Copyright (C) 2007 Lemote Inc. & Insititute of Computing Technology * Author: Fuxin Zhang, zhangfx@lemote.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 ...
gpl-2.0
Blagus/STB8000-kernel
arch/powerpc/boot/mktree.c
13634
3584
/* * Makes a tree bootable image for IBM Evaluation boards. * Basically, just take a zImage, skip the ELF header, and stuff * a 32 byte header on the front. * * We use htonl, which is a network macro, to make sure we're doing * The Right Thing on an LE machine. It's non-obvious, but it should * work on anything...
gpl-2.0
davidmueller13/efficientkernel
arch/m32r/mm/cache.c
13890
2672
/* * linux/arch/m32r/mm/cache.c * * Copyright (C) 2002-2005 Hirokazu Takata, Hayato Fujiwara */ #include <asm/pgtable.h> #undef MCCR #if defined(CONFIG_CHIP_XNUX2) || defined(CONFIG_CHIP_M32700) \ || defined(CONFIG_CHIP_VDEC2) || defined(CONFIG_CHIP_OPSP) /* Cache Control Register */ #define MCCR ((volatile...
gpl-2.0
synapse-wireless/linux-at91
arch/m32r/mm/cache.c
13890
2672
/* * linux/arch/m32r/mm/cache.c * * Copyright (C) 2002-2005 Hirokazu Takata, Hayato Fujiwara */ #include <asm/pgtable.h> #undef MCCR #if defined(CONFIG_CHIP_XNUX2) || defined(CONFIG_CHIP_M32700) \ || defined(CONFIG_CHIP_VDEC2) || defined(CONFIG_CHIP_OPSP) /* Cache Control Register */ #define MCCR ((volatile...
gpl-2.0
ubuntustudio-kernel/ubuntu-saucy-lowlatency
drivers/base/dma-buf.c
67
18232
/* * Framework for buffer objects that can be shared across devices/subsystems. * * Copyright(C) 2011 Linaro Limited. All rights reserved. * Author: Sumit Semwal <sumit.semwal@ti.com> * * Many thanks to linaro-mm-sig list, and specially * Arnd Bergmann <arnd@arndb.de>, Rob Clark <rob@ti.com> and * Daniel Vetter...
gpl-2.0
DayBreakZhang/Tesseract_Ocr
source/Tesseract3.02/leptonica/src/dwacomb.2.c
67
11320
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
gpl-2.0
r1mikey/linux-picoxcell
drivers/tty/serial/altera_uart.c
323
17365
/* * altera_uart.c -- Altera UART driver * * Based on mcf.c -- Freescale ColdFire UART driver * * (C) Copyright 2003-2007, Greg Ungerer <gerg@snapgear.com> * (C) Copyright 2008, Thomas Chou <thomas@wytron.com.tw> * (C) Copyright 2010, Tobias Klauser <tklauser@distanz.ch> * * This program is free software; you ...
gpl-2.0
ulrikdb/linux
drivers/net/wireless/mwifiex/join.c
323
46985
/* * Marvell Wireless LAN device driver: association and ad-hoc start/join * * Copyright (C) 2011, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the terms of the GNU General Public License Version 2, June 1991 * (the "License"). You may use, ...
gpl-2.0
androidbftab1/bf-kernel-3.18
arch/arm/mach-shmobile/board-marzen.c
323
11063
/* * marzen board support * * Copyright (C) 2011, 2013 Renesas Solutions Corp. * Copyright (C) 2011 Magnus Damm * Copyright (C) 2013 Cogent Embedded, 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 Fre...
gpl-2.0
kusl/linux
drivers/regulator/tps6586x-regulator.c
835
16242
/* * Regulator driver for TI TPS6586x * * Copyright (C) 2010 Compulab Ltd. * Author: Mike Rapoport <mike@compulab.co.il> * * Based on da903x * Copyright (C) 2006-2008 Marvell International Ltd. * Copyright (C) 2008 Compulab Ltd. * * This program is free software; you can redistribute it and/or modify * it un...
gpl-2.0
MoKee/android_kernel_amazon_otter-common
arch/arm/kernel/perf_event.c
835
17755
#undef DEBUG /* * ARM performance counter support. * * Copyright (C) 2009 picoChip Designs, Ltd., Jamie Iles * Copyright (C) 2010 ARM Ltd., Will Deacon <will.deacon@arm.com> * * This code is based on the sparc64 perf event code, which is in turn based * on the x86 code. Callchain code is based on the ARM OProfi...
gpl-2.0
Falklore/shamu
arch/s390/pci/pci_dma.c
1859
12616
/* * Copyright IBM Corp. 2012 * * Author(s): * Jan Glauber <jang@linux.vnet.ibm.com> */ #include <linux/kernel.h> #include <linux/slab.h> #include <linux/export.h> #include <linux/iommu-helper.h> #include <linux/dma-mapping.h> #include <linux/pci.h> #include <asm/pci_dma.h> static struct kmem_cache *dma_region...
gpl-2.0
D2005-devs/android_kernel_msm8x10-old
arch/arm/mach-msm/qdsp6v2/snddev_icodec.c
3395
28479
/* 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
sndnvaps/android_kernel_samsung_m110s
arch/mips/loongson/lemote-2f/ec_kb3310b.c
3395
3019
/* * Basic KB3310B Embedded Controller support for the YeeLoong 2F netbook * * Copyright (C) 2008 Lemote Inc. * Author: liujl <liujl@lemote.com>, 2008-04-20 * * 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 Fre...
gpl-2.0
paul-xxx/somc_light_kernel
net/atm/common.c
3395
21922
/* net/atm/common.c - ATM sockets (common part for PVC and SVC) */ /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ #include <linux/module.h> #include <linux/kmod.h> #include <linux/net.h> /* struct socket, struct proto_ops */ #include <linux/atm.h...
gpl-2.0
showp1984/bricked-mako
arch/blackfin/mach-bf537/boards/tcm_bf537.c
4419
17986
/* * Copyright 2004-2009 Analog Devices Inc. * 2008-2009 Bluetechnix * 2005 National ICT Australia (NICTA) * Aidan Williams <aidan@nicta.com.au> * * Licensed under the GPL-2 or later. */ #include <linux/device.h> #include <linux/etherdevice.h> #include <linux/export...
gpl-2.0
AKToronto/Bubba-Zombie
arch/mips/math-emu/cp1emu.c
4675
32062
/* * cp1emu.c: a MIPS coprocessor 1 (fpu) instruction emulator * * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * * Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com * Copyright (C) 2000 MIPS Technologies, Inc. * * This program is free software; you can dis...
gpl-2.0
tipnispranav/android-goldfish-3.4-rt
arch/arm/mach-tegra/usb_phy.c
4675
20926
/* * arch/arm/mach-tegra/usb_phy.c * * Copyright (C) 2010 Google, Inc. * * Author: * Erik Gilling <konkers@google.com> * Benoit Goby <benoit@android.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 cop...
gpl-2.0
GuneetAtwal/Blaze.Kernel-MT6589
sound/soc/codecs/wm8993.c
4675
51159
/* * wm8993.c -- WM8993 ALSA SoC audio driver * * Copyright 2009, 2010 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * publish...
gpl-2.0
kumajaya/android_kernel_samsung_lt02
drivers/gpu/drm/radeon/r600_cp.c
4931
80172
/* * Copyright 2008-2009 Advanced Micro Devices, Inc. * Copyright 2008 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation ...
gpl-2.0
JmzTaylor/android_kernel_htc_msm8960-1
net/irda/irsysctl.c
5443
7293
/********************************************************************* * * Filename: irsysctl.c * Version: 1.0 * Description: Sysctl interface for IrDA * Status: Experimental. * Author: Dag Brattli <dagb@cs.uit.no> * Created at: Sun May 24 22:12:06 1998 * Modified at: Fri Jun 4 ...
gpl-2.0
chevanlol360/Kernel_LGE_W5
arch/sparc/kernel/ptrace_32.c
7235
10026
/* ptrace.c: Sparc process tracing support. * * Copyright (C) 1996, 2008 David S. Miller (davem@davemloft.net) * * Based upon code written by Ross Biro, Linus Torvalds, Bob Manson, * and David Mosberger. * * Added Linux support -miguel (weird, eh?, the original code was meant * to emulate SunOS). */ #include ...
gpl-2.0
Nico60/android_kernel_samsung_ks01lte
net/core/timestamping.c
8003
3238
/* * PTP 1588 clock support - support for timestamping in PHY devices * * Copyright (C) 2010 OMICRON electronics GmbH * * 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
cjdoucette/XIA-for-Linux
arch/mips/kernel/spinlock_test.c
8771
2381
#include <linux/init.h> #include <linux/kthread.h> #include <linux/hrtimer.h> #include <linux/fs.h> #include <linux/debugfs.h> #include <linux/export.h> #include <linux/spinlock.h> static int ss_get(void *data, u64 *val) { ktime_t start, finish; int loops; int cont; DEFINE_RAW_SPINLOCK(ss_spin); loops = 1000000...
gpl-2.0
android-ia/kernel_intel-uefi
drivers/md/dm-round-robin.c
9283
4722
/* * Copyright (C) 2003 Sistina Software. * Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. * * Module Author: Heinz Mauelshagen * * This file is released under the GPL. * * Round-robin path selector. */ #include <linux/device-mapper.h> #include "dm-path-selector.h" #include <linux/slab.h> #inclu...
gpl-2.0
evaautomation/gcc-linaro
gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vclz.c
68
7509
#include <arm_neon.h> #include "arm-neon-ref.h" #include "compute-ref-data.h" /* Expected results. */ VECT_VAR_DECL(expected,int,8,8) [] = { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }; VECT_VAR_DECL(expected,int,16,4) [] = { 0x3, 0x3, 0x3, 0x3 }; VECT_VAR_DECL(expected,int,32,2) [] = { 0x11, 0x11 }; VECT_VAR_DECL(expec...
gpl-2.0
lewislone/kernel_reading
drivers/staging/lustre/lustre/ptlrpc/client.c
68
85995
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 only, * as published by the Free Software Foundation. * * This program is distributed...
gpl-2.0
chrisy/linux
drivers/staging/lustre/lnet/selftest/brw_test.c
68
12347
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 only, * as published by the Free Software Foundation. * * This program is distributed...
gpl-2.0
bgqsl11/QEMU-s5l89xx-port
ui/spice-input.c
68
6543
/* * Copyright (C) 2010 Red Hat, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 or * (at your option) version 3 of the License. * * This program is distributed i...
gpl-2.0
Zeppen/xbmc-pvr-spotify
lib/vgmstream/src/meta/ngc_bh2pcm.c
68
2429
#include "meta.h" #include "../util.h" /* BH2PCM (from Bio Hazard 2) */ VGMSTREAM * init_vgmstream_ngc_bh2pcm(STREAMFILE *streamFile) { VGMSTREAM * vgmstream = NULL; char filename[260]; off_t start_offset; int channel_count; int format_detect; int loop_flag; /* check extension, case insensitive ...
gpl-2.0
jdkernel/mecha_sense_2.6.35
arch/arm/mach-s5pv210/dev-audio.c
580
7804
/* linux/arch/arm/mach-s5pv210/dev-audio.c * * Copyright (c) 2010 Samsung Electronics Co. Ltd * Jaswinder Singh <jassi.brar@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 Fo...
gpl-2.0
vcgato29/linux
drivers/input/touchscreen/mtouch.c
2116
5067
/* * MicroTouch (3M) serial touchscreen driver * * Copyright (c) 2004 Vojtech Pavlik */ /* * 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. */ /* * 2005/02/19 Dan Streetman <...
gpl-2.0
Evisceration/lge-kernel-sniper
fs/ceph/snap.c
2372
26079
#include <linux/ceph/ceph_debug.h> #include <linux/sort.h> #include <linux/slab.h> #include "super.h" #include "mds_client.h" #include <linux/ceph/decode.h> /* * Snapshots in ceph are driven in large part by cooperation from the * client. In contrast to local file systems or file servers that * implement snapsh...
gpl-2.0
NoelMacwan/SXDNickiDS
fs/logfs/journal.c
4932
24271
/* * fs/logfs/journal.c - journal handling code * * As should be obvious for Linux kernel code, license is GPLv2 * * Copyright (c) 2005-2008 Joern Engel <joern@logfs.org> */ #include "logfs.h" #include <linux/slab.h> static void logfs_calc_free(struct super_block *sb) { struct logfs_super *super = logfs_super(s...
gpl-2.0
skinzor/henkate_kernel_j5-stock
drivers/media/i2c/sr030pc30.c
7236
22130
/* * Driver for SiliconFile SR030PC30 VGA (1/10-Inch) Image Sensor with ISP * * Copyright (C) 2010 Samsung Electronics Co., Ltd * Author: Sylwester Nawrocki, s.nawrocki@samsung.com * * Based on original driver authored by Dongsoo Nathaniel Kim * and HeungJun Kim <riverful.kim@samsung.com>. * * Based on mt9v011...
gpl-2.0
Jazz-823/kernel_togari
arch/ia64/mm/hugetlbpage.c
7748
4885
/* * IA-64 Huge TLB Page Support for Kernel. * * Copyright (C) 2002-2004 Rohit Seth <rohit.seth@intel.com> * Copyright (C) 2003-2004 Ken Chen <kenneth.w.chen@intel.com> * * Sep, 2003: add numa support * Feb, 2004: dynamic hugetlb page size via boot parameter */ #include <linux/init.h> #include <linux/fs.h> #in...
gpl-2.0
smipi1/elce2015-tiny-linux
arch/m32r/platforms/mappi2/setup.c
9028
4451
/* * linux/arch/m32r/platforms/mappi2/setup.c * * Setup routines for Renesas MAPPI-II(M3A-ZA36) Board * * Copyright (c) 2001-2005 Hiroyuki Kondo, Hirokazu Takata, * Hitoshi Yamamoto, Mamoru Sakugawa */ #include <linux/irq.h> #include <linux/kernel.h> #include <linux/init.h> #includ...
gpl-2.0
sohkis/android_kernel_lge_hammerhead
drivers/isdn/hisax/tei.c
9796
11325
/* $Id: tei.c,v 2.20.2.3 2004/01/13 14:31:26 keil Exp $ * * Author Karsten Keil * based on the teles driver from Jan den Ouden * Copyright by Karsten Keil <keil@isdn4linux.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, inco...
gpl-2.0
ISTweak/android_kernel_toshiba_is04
arch/parisc/math-emu/dfmpy.c
14148
11736
/* * Linux/PA-RISC Project (http://www.parisc-linux.org/) * * Floating-point emulation code * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.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 * ...
gpl-2.0
sirkay/xkernel-msm7x30
net/tipc/socket.c
69
46901
/* * net/tipc/socket.c: TIPC socket API * * Copyright (c) 2001-2007, Ericsson AB * Copyright (c) 2004-2008, Wind River Systems * 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. Redi...
gpl-2.0
TeamWin/android_kernel_samsung_zerofltespr
drivers/acpi/bus.c
1349
21390
/* * acpi_bus.c - ACPI Bus Driver ($Revision: 80 $) * * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
gpl-2.0
monishk10/kernel_cancro
arch/arm/mach-msm/pil-q6v4-lpass.c
1861
10392
/* 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
wurikiji/ttFS
hunbag/linux-3.10.61/drivers/net/wireless/brcm80211/brcmfmac/usb.c
1861
38058
/* * Copyright (c) 2011 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
gchild320/flounder
drivers/ata/pata_it821x.c
2373
27883
/* * pata_it821x.c - IT821x PATA for new ATA layer * (C) 2005 Red Hat Inc * Alan Cox <alan@lxorguk.ukuu.org.uk> * (C) 2007 Bartlomiej Zolnierkiewicz * * based upon * * it821x.c * * linux/drivers/ide/pci/it821x.c Version 0.09 December 2004 * * Copyright (C) 2004 Red Hat * * May be copied or...
gpl-2.0
SHAYDER/i9300
arch/arm/plat-spear/time.c
2885
5603
/* * arch/arm/plat-spear/time.c * * Copyright (C) 2010 ST Microelectronics * Shiraz Hashim<shiraz.hashim@st.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...
gpl-2.0
MoKee/android_kernel_htc_dlx
arch/m32r/kernel/ptrace.c
4421
15639
/* * linux/arch/m32r/kernel/ptrace.c * * Copyright (C) 2002 Hirokazu Takata, Takeo Takahashi * Copyright (C) 2004 Hirokazu Takata, Kei Sakamoto * * Original x86 implementation: * By Ross Biro 1/23/92 * edited by Linus Torvalds * * Some code taken from sh version: * Copyright (C) 1999, 2000 Kaz Kojima & ...
gpl-2.0
SOKP/kernel_xiaomi_armani
drivers/gpio/gpio-74x164.c
5189
4071
/* * 74Hx164 - Generic serial-in/parallel-out 8-bits shift register GPIO driver * * Copyright (C) 2010 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2010 Miguel Gaio <miguel.gaio@efixo.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu...
gpl-2.0
ivanich/senny_kernel-3.4
drivers/acpi/sbshc.c
5189
8069
/* * SMBus driver for ACPI Embedded Controller (v0.1) * * Copyright (c) 2007 Alexey Starikovskiy * * 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 <acpi/acpi_bus.h...
gpl-2.0
hoalamha/android_kernel_lge_apq8084
arch/x86/kernel/cpu/centaur.c
6981
11129
#include <linux/bitops.h> #include <linux/kernel.h> #include <linux/init.h> #include <asm/processor.h> #include <asm/e820.h> #include <asm/mtrr.h> #include <asm/msr.h> #include "cpu.h" #ifdef CONFIG_X86_OOSTORE static u32 __cpuinit power2(u32 x) { u32 s = 1; while (s <= x) s <<= 1; return s >>= 1; } /* * ...
gpl-2.0
cmenard/T889_Kernel
arch/mips/lasat/sysctl.c
8773
6089
/* * Thomas Horsten <thh@lasat.com> * Copyright (C) 2000 LASAT Networks A/S. * * 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. * * This program is distributed in the hope i...
gpl-2.0
zarboz/Monarudo_M7_port
arch/ia64/hp/sim/simscsi.c
9797
8858
/* * Simulated SCSI driver. * * Copyright (C) 1999, 2001-2003 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> * Stephane Eranian <eranian@hpl.hp.com> * * 02/01/15 David Mosberger Updated for v2.5.1 * 99/12/18 David Mosberger Added support for READ10/WRITE10 needed by linux v2.3.33 */ #include <li...
gpl-2.0
freexperia/android_kernel_sony_tegra
drivers/video/console/dummycon.c
12869
1805
/* * linux/drivers/video/dummycon.c -- A dummy console driver * * To be used if there's no other console driver (e.g. for plain VGA text) * available, usually until fbcon takes console over. */ #include <linux/types.h> #include <linux/kdev_t.h> #include <linux/console.h> #include <linux/vt_kern.h> #include <li...
gpl-2.0
Scorpio92/android_kernel_n5
arch/parisc/math-emu/dfdiv.c
14149
12636
/* * Linux/PA-RISC Project (http://www.parisc-linux.org/) * * Floating-point emulation code * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.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 * ...
gpl-2.0
iamjy/beaglebone-kernel
drivers/usb/host/whci/hw.c
14661
2864
/* * Wireless Host Controller (WHC) hardware access helpers. * * Copyright (C) 2007 Cambridge Silicon Radio Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 as published by the Free Software Foundation. * * This pro...
gpl-2.0
geodynamics/gale
boost/libs/config/test/no_using_decl_overld_fail.cpp
70
1134
// This file was automatically generated on Fri Dec 03 18:04:02 2004 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-4. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/L...
gpl-2.0
StarKissed/android_kernel_htc_mecha
arch/arm/kernel/signal.c
326
22178
/* * linux/arch/arm/kernel/signal.c * * Copyright (C) 1995-2009 Russell King * * 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/errno.h> #include <linux/sig...
gpl-2.0
stmtstia/bigrepo
diff-delta.c
326
15811
/* * diff-delta.c: generate a delta between two buffers * * This code was greatly inspired by parts of LibXDiff from Davide Libenzi * http://www.xmailserver.org/xdiff-lib.html * * Rewritten for GIT by Nicolas Pitre <nico@fluxnic.net>, (C) 2005-2007 * * This code is free software; you can redistribute it and/or ...
gpl-2.0
blueskycoco/uboot-s3c44b0
lib/bzlib.c
326
43576
#include <config.h> #include <common.h> #include <watchdog.h> /* * This file is a modified version of bzlib.c from the bzip2-1.0.2 * distribution which can be found at http://sources.redhat.com/bzip2/ */ /*-------------------------------------------------------------*/ /*--- Library top-level functions. ...
gpl-2.0
lukier/linux-hi3518
kernel/trace/trace_stat.c
838
7759
/* * Infrastructure for statistic tracing (histogram output). * * Copyright (C) 2008-2009 Frederic Weisbecker <fweisbec@gmail.com> * * Based on the code from trace_branch.c which is * Copyright (C) 2008 Steven Rostedt <srostedt@redhat.com> * */ #include <linux/list.h> #include <linux/slab.h> #include <linux/r...
gpl-2.0
Ezekeel/Nexus-S-reference-kernel
lib/decompress_bunzip2.c
838
23922
/* vi: set sw = 4 ts = 4: */ /* Small bzip2 deflate implementation, by Rob Landley (rob@landley.net). Based on bzip2 decompression code by Julian R Seward (jseward@acm.org), which also acknowledges contributions by Mike Burrows, David Wheeler, Peter Fenwick, Alistair Moffat, Radford Neal, Ian H. Witten, Robert Sed...
gpl-2.0
ALabate/linux-asus-T200TA
sound/pci/ice1712/phase.c
1350
25710
/* * ALSA driver for ICEnsemble ICE1724 (Envy24) * * Lowlevel functions for Terratec PHASE 22 * * Copyright (c) 2005 Misha Zhilin <misha@epiphan.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 F...
gpl-2.0
Sajid3/linux
net/ipv4/tcp_probe.c
1350
7564
/* * tcpprobe - Observe the TCP flow with kprobes. * * The idea for this came from Werner Almesberger's umlsim * Copyright (C) 2004, Stephen Hemminger <shemminger@osdl.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...
gpl-2.0
friedrich420/S5-G900F-AEL-Kernel-LOLLIPOP
lib/digsig.c
1606
5868
/* * Copyright (C) 2011 Nokia Corporation * Copyright (C) 2011 Intel Corporation * * Author: * Dmitry Kasatkin <dmitry.kasatkin@nokia.com> * <dmitry.kasatkin@intel.com> * * 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
lupohirp/GoldenKernel
net/ipv6/syncookies.c
2118
7481
/* * IPv6 Syncookies implementation for the Linux kernel * * Authors: * Glenn Griffin <ggriffin.kernel@gmail.com> * * Based on IPv4 implementation by Andi Kleen * linux/net/ipv4/syncookies.c * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Gene...
gpl-2.0
olear/R104
arch/unicore32/kernel/puv3-core.c
2886
6561
/* * linux/arch/unicore32/kernel/puv3-core.c * * Code specific to PKUnity SoC and UniCore ISA * * Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn> * Copyright (C) 2001-2010 Guan Xuetao * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licen...
gpl-2.0
piccolo-dev/aquaris-M5
drivers/misc/vmw_vmci/vmci_handle_array.c
4678
3429
/* * VMware VMCI Driver * * Copyright (C) 2012 VMware, 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 version 2 and no later version. * * This program is dis...
gpl-2.0
SlimKat-U8950/chil360-kernel
drivers/net/ethernet/dec/tulip/eeprom.c
4934
12609
/* drivers/net/ethernet/dec/tulip/eeprom.c Copyright 2000,2001 The Linux Kernel Team Written/copyright 1994-2001 by Donald Becker. This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference. Please submit bug reports to http://bugzilla....
gpl-2.0
wanam/Adam-Kernel-GS4
sound/ppc/tumbler.c
8006
39532
/* * PMac Tumbler/Snapper lowlevel functions * * Copyright (c) by 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; either version 2 of the License, or ...
gpl-2.0
HRTKernel/Hacker_Kernel_SM-G920P
arch/mips/kernel/stacktrace.c
8774
2076
/* * Stack trace management functions * * Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp> */ #include <linux/sched.h> #include <linux/stacktrace.h> #include <linux/export.h> #include <asm/stacktrace.h> /* * Save stack-backtrace addresses into a stack_trace buffer: */ static void save_raw_context_stack(s...
gpl-2.0
mefody1971/android_kernel_samsung_SM-G355H_ANF1
arch/alpha/lib/stacktrace.c
9030
2631
#include <linux/kernel.h> typedef unsigned int instr; #define MAJOR_OP 0xfc000000 #define LDA_OP 0x20000000 #define STQ_OP 0xb4000000 #define BR_OP 0xc0000000 #define STK_ALLOC_1 0x23de8000 /* lda $30,-X($30) */ #define STK_ALLOC_1M 0xffff8000 #define STK_ALLOC_2 0x43c0153e /* subq $30,X,$30 */ #define STK_ALLOC_...
gpl-2.0
hiikezoe/android_kernel_nec_n06e
drivers/pcmcia/pcmcia_resource.c
11846
26100
/* * PCMCIA 16-bit resource management functions * * The initial developer of the original code is David A. Hinds * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. * * Copyright (C) 1999 David A. Hinds * Copyright (C) 2004-...
gpl-2.0
hunter3k/aosp_kernel_lge_d315
drivers/scsi/pcmcia/fdomain_stub.c
12614
5968
/*====================================================================== A driver for Future Domain-compatible PCMCIA SCSI cards fdomain_cs.c 1.47 2001/10/13 00:08:52 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except ...
gpl-2.0
lewislone/kernel_reading
arch/arc/kernel/time.c
71
7365
/* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.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. * * vineetg: Jan 1011 * -sched_clock( ) no lo...
gpl-2.0
yang0508/kernel_samsung_smdk4412
kernel/futex.c
71
73481
/* * Fast Userspace Mutexes (which I call "Futexes!"). * (C) Rusty Russell, IBM 2002 * * Generalized futexes, futex requeueing, misc fixes by Ingo Molnar * (C) Copyright 2003 Red Hat Inc, All Rights Reserved * * Removed page pinning, fix privately mapped COW pages and other cleanups * (C) Copyright 2003, ...
gpl-2.0
faux123/BBB_kernel
net/sctp/sm_statefuns.c
71
201580
/* SCTP kernel implementation * (C) Copyright IBM Corp. 2001, 2004 * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. * Copyright (c) 2001-2002 Intel Corp. * Copyright (c) 2002 Nokia Corp. * * This is part of the SCTP Linux Kernel Implementation. * * These are the state functio...
gpl-2.0
finnq/android_kernel_lge_g3
arch/arm/mach-msm/lge/8974-g2/board-8974-z-ctc-gpiomux.c
71
54142
/* Copyright (c) 2012-2013, 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 ho...
gpl-2.0
Shelnutt2/android_kernel_lge_gee_3.4
drivers/video/msm/ebi2_epson_s1d_qvga.c
583
8997
/* Copyright (c) 2012, 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
illyah/samsung_kernel_volans
drivers/macintosh/macio_sysfs.c
839
1588
#include <linux/kernel.h> #include <linux/stat.h> #include <asm/macio.h> #define macio_config_of_attr(field, format_string) \ static ssize_t \ field##_show (struct device *dev, struct device_attribute *attr, \ char *buf) \ { \ struct macio_dev *mdev = to_macio_device (dev); \ r...
gpl-2.0
krizky82/semc-kernel-msm7x30-ics
net/tipc/name_distr.c
839
9328
/* * net/tipc/name_distr.c: TIPC name distribution code * * Copyright (c) 2000-2006, Ericsson AB * Copyright (c) 2005, Wind River Systems * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: *...
gpl-2.0
Tkkg1994/SuperKernel
arch/arm/mach-s3c24xx/mach-gta02.c
1351
14432
/* * S3C2442 Machine Support for Openmoko GTA02 / FreeRunner. * * Copyright (C) 2006-2009 by Openmoko, Inc. * Authors: Harald Welte <laforge@openmoko.org> * Andy Green <andy@openmoko.org> * Werner Almesberger <werner@openmoko.org> * All rights reserved. * * This program is free software; you ...
gpl-2.0