repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
obek/linux-sunxi | modules/wifi/nano-c047.12/WiFiEngine/wifi_drv/src/mibtable.c | 100 | 5726 | /* Copyright 2010 by Nanoradio AB */
/* $Id: mibtable.c 18654 2011-04-11 13:46:16Z joda $ */
#include "wifi_engine_internal.h"
#include "mib_idefs.h"
struct mib_table {
size_t size; /* size in bytes of table */
uint32_t vaddr; /* target address of first entry */
uint32_t rootindex; /* ind... | gpl-2.0 |
DrKLO/Telegram | TMessagesProj/jni/opus/silk/float/noise_shape_analysis_FLP.c | 100 | 15313 | /***********************************************************************
Copyright (c) 2006-2011, Skype Limited. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistributions of source code must retai... | gpl-2.0 |
sakerhsia/linux | drivers/clk/h8300/clk-h8s2678.c | 356 | 3143 | /*
* H8S2678 clock driver
*
* Copyright 2015 Yoshinori Sato <ysato@users.sourceforge.jp>
*/
#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/device.h>
#include <linux/of_address.h>
#include <linux/slab.h>
static DEFINE_SPINLOCK(clklock);
#define MAX_FREQ 33333333
#define MIN_FREQ 8000000
... | gpl-2.0 |
Victor-android/kernel_u8800 | drivers/serial/8250_gsc.c | 612 | 3620 | /*
* Serial Device Initialisation for Lasi/Asp/Wax/Dino
*
* (c) Copyright Matthew Wilcox <willy@debian.org> 2001-2002
*
* 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 |
NAM-IL/LINUX-rpi-4.2.y | arch/arc/kernel/troubleshoot.c | 612 | 9161 | /*
* 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
*/
#include <linux/ptrace.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/... | gpl-2.0 |
NamelessRom/android_kernel_nvidia_shieldtablet | drivers/input/mousedev.c | 868 | 26453 | /*
* Input driver to ExplorerPS/2 device driver module.
*
* Copyright (c) 1999-2002 Vojtech Pavlik
* Copyright (c) 2004 Dmitry Torokhov
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as published by
* the Free Softwa... | gpl-2.0 |
Jianwei-Wang/linux-drm-fsl-dcu | fs/squashfs/file.c | 2148 | 14483 | /*
* Squashfs - a compressed read only filesystem for Linux
*
* Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008
* 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 by the... | gpl-2.0 |
johnnyslt/OLD_android_kernel_shooter | arch/sparc/kernel/unaligned_64.c | 2148 | 17603 | /*
* unaligned.c: Unaligned load/store trap handling with special
* cases for the kernel to do them more quickly.
*
* Copyright (C) 1996,2008 David S. Miller (davem@davemloft.net)
* Copyright (C) 1996,1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include <linux/jiffies.h>
#include <linux/kernel.h... | gpl-2.0 |
bemolxd/android_kernel_x2xtreme-test | drivers/watchdog/i6300esb.c | 2404 | 12730 | /*
* i6300esb: Watchdog timer driver for Intel 6300ESB chipset
*
* (c) Copyright 2004 Google Inc.
* (c) Copyright 2005 David Härdeman <david@2gen.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 Softwa... | gpl-2.0 |
sigma-random/linux-source-3.13.2-cgc | drivers/pinctrl/spear/pinctrl-spear1340.c | 2916 | 50957 | /*
* Driver for the ST Microelectronics SPEAr1340 pinmux
*
* 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 expres... | gpl-2.0 |
Split-Screen/android_kernel_samsung_i9300 | drivers/pci/hotplug/cpci_hotplug_core.c | 4196 | 17239 | /*
* CompactPCI Hot Plug Driver
*
* Copyright (C) 2002,2005 SOMA Networks, Inc.
* Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2001 IBM Corp.
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ... | gpl-2.0 |
vivilyu/android_kernel_huawei_c8813 | arch/powerpc/kernel/vdso.c | 4452 | 21083 |
/*
* Copyright (C) 2004 Benjamin Herrenschmidt, IBM Corp.
* <benh@kernel.crashing.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 (... | gpl-2.0 |
MiCode/mi2_kernel | arch/parisc/kernel/pci.c | 4452 | 7249 | /*
* 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) 1997, 1998 Ralf Baechle
* Copyright (C) 1999 SuSE GmbH
* Copyright (C) 1999-2001 Hewlett-Packard Company
* Copyright (C) ... | gpl-2.0 |
Schischu/android_kernel_samsung_lt03lte | drivers/staging/iio/accel/adis16220_core.c | 4964 | 16689 | /*
* ADIS16220 Programmable Digital Vibration Sensor driver
*
* Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/spi/spi.h>
#include <linux/slab.h>
#include <linux/sys... | gpl-2.0 |
SaatvikShukla/android_kernel_sony_msm8974-GPE | drivers/staging/iio/accel/adis16209_core.c | 4964 | 13433 | /*
* ADIS16209 Programmable Digital Vibration Sensor driver
*
* Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/spi/spi.h>
#include <linux/slab.h>
#include <linux/sys... | gpl-2.0 |
davidmueller13/arter97_bb | drivers/platform/x86/classmate-laptop.c | 8036 | 17418 | /*
* Copyright (C) 2009 Thadeu Lima de Souza Cascardo <cascardo@holoscopio.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 optio... | gpl-2.0 |
Californication/lge-kernel-msm7x27-ICS-JB | Documentation/prctl/disable-tsc-ctxt-sw-stress-test.c | 12900 | 1724 | /*
* Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
*
* Tests if the control register is updated correctly
* at context switches
*
* Warning: this test will cause a very high load for a few seconds
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <inttypes... | gpl-2.0 |
jefby/uboot-arndale-octa-hyp | board/armltd/integrator/integrator.c | 101 | 4680 | /*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH <www.elinos.com>
* Marius Groeger <mgroeger@sysgo.de>
*
* (C) Copyright 2002
* David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>
*
* (C) Copyright 2003
* Texas Instruments, <www.ti.com>
* Kshitij Gupta <Kshitij@ti.com>
*
* (C) Copyright 2004
* ARM Ltd... | gpl-2.0 |
akhilnarang/ThugLife_sprout | drivers/misc/mediatek/fmradio/mt6626/pub/mt6626_fm_link.c | 101 | 5909 | /* mt6626_fm_link.c
*
* (C) Copyright 2009
* MediaTek <www.MediaTek.com>
* Hongcheng <hongcheng.xia@MediaTek.com>
*
* MT6626 FM Radio Driver -- setup data link
*
* 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 |
adrianguenter/linux-odroidc2 | drivers/iio/adc/ti-ads1015.c | 101 | 17828 | /*
* ADS1015 - Texas Instruments Analog-to-Digital Converter
*
* Copyright (c) 2016, Intel Corporation.
*
* This file is subject to the terms and conditions of version 2 of
* the GNU General Public License. See the file COPYING in the main
* directory of this archive for more details.
*
* IIO driver for ADS10... | gpl-2.0 |
minghuadev/chromeos-kernel-3-8 | drivers/parisc/dino.c | 101 | 31190 | /*
** DINO manager
**
** (c) Copyright 1999 Red Hat Software
** (c) Copyright 1999 SuSE GmbH
** (c) Copyright 1999,2000 Hewlett-Packard Company
** (c) Copyright 2000 Grant Grundler
** (c) Copyright 2006 Helge Deller
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the ... | gpl-2.0 |
jemmy655/linux | drivers/media/platform/davinci/vpif_capture.c | 613 | 44614 | /*
* Copyright (C) 2009 Texas Instruments Inc
* Copyright (C) 2014 Lad, Prabhakar <prabhakar.csengg@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 Lic... | gpl-2.0 |
championswimmer/android_kernel_sony_huashan | arch/arm/mach-msm/qdsp5v2/audio_qcelp_in.c | 613 | 41176 | /*
* qcelp audio input device
*
* Copyright (C) 2008 Google, Inc.
* Copyright (C) 2008 HTC Corporation
* Copyright (c) 2009-2012, The Linux Foundation. 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, ... | gpl-2.0 |
zparallax/amplitude_kernel_tw | drivers/usb/serial/visor.c | 869 | 21696 | /*
* USB HandSpring Visor, Palm m50x, and Sony Clie driver
* (supports all of the Palm OS USB devices)
*
* Copyright (C) 1999 - 2004
* Greg Kroah-Hartman (greg@kroah.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 |
tenfar/pyramid-gb-kernel | arch/um/kernel/time.c | 1381 | 2601 | /*
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <linux/clockchips.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/jiffies.h>
#include <linux/threads.h>
#include <asm/irq.h>
#include <asm/param.h>
#include "kern_util.h"
#include ... | gpl-2.0 |
NooNameR/k3_bravo | drivers/gpu/drm/radeon/r600_blit_shaders.c | 1637 | 14592 | /*
* Copyright 2009 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 |
mathur/rohan.kernel.op3 | arch/powerpc/platforms/pseries/io_event_irq.c | 1637 | 5218 | /*
* Copyright 2010 2011 Mark Nelson and Tseng-Hui (Frank) Lin, 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)... | gpl-2.0 |
sayeed99/flareM_old | drivers/staging/echo/echo.c | 2149 | 19972 | /*
* SpanDSP - a series of DSP components for telephony
*
* echo.c - A line echo canceller. This code is being developed
* against and partially complies with G168.
*
* Written by Steve Underwood <steveu@coppice.org>
* and David Rowe <david_at_rowetel_dot_com>
*
* Copyright (C) 2001, 2003 Ste... | gpl-2.0 |
yuzaipiaofei/android_kernel_cyanogen_msm8916 | drivers/acpi/button.c | 2149 | 12387 | /*
* button.c - ACPI Button Driver
*
* Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com>
* Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
* This program is free software; you can redistrib... | gpl-2.0 |
CyanideL/android_kernel_asus_grouper | fs/debugfs/inode.c | 2405 | 15570 | /*
* file.c - part of debugfs, a tiny little debug file system
*
* Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
* Copyright (C) 2004 IBM 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 t... | gpl-2.0 |
libcg/raw_kernel_tw | arch/powerpc/lib/checksum_wrappers_64.c | 2917 | 2380 | /*
* 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 use... | gpl-2.0 |
civato/V30B-SithLord | drivers/ata/pata_mpc52xx.c | 2917 | 26737 | /*
* drivers/ata/pata_mpc52xx.c
*
* libata driver for the Freescale MPC52xx on-chip IDE interface
*
* Copyright (C) 2006 Sylvain Munaut <tnt@246tNt.com>
* Copyright (C) 2003 Mipsys - Benjamin Herrenschmidt
*
* UDMA support based on patches by Freescale (Bernard Kuhn, John Rigby),
* Domen Puncer and Tim Yamin.
... | gpl-2.0 |
Kinoma/acorn_kernel | drivers/gpu/drm/nouveau/core/subdev/vm/nv44.c | 3173 | 6933 | /*
* 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 |
omnirom/android_kernel_lge_mako | arch/arm/mach-msm/irq-vic.c | 3173 | 20022 | /*
* Copyright (C) 2007 Google, Inc.
* Copyright (c) 2009, 2011 The Linux Foundation. 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 terms.
*... | gpl-2.0 |
gdetal/kernel_msm_mptcp | arch/parisc/kernel/smp.c | 3941 | 10875 | /*
** SMP Support
**
** Copyright (C) 1999 Walt Drummond <drummond@valinux.com>
** Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com>
** Copyright (C) 2001,2004 Grant Grundler <grundler@parisc-linux.org>
**
** Lots of stuff stolen from arch/alpha/kernel/smp.c
** ...and then parisc stole from arch/ia64/kernel/... | gpl-2.0 |
Split-Screen/android_kernel_sony_msm8974 | fs/jffs2/readinode.c | 4709 | 44313 | /*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright © 2001-2007 Red Hat, Inc.
*
* Created by David Woodhouse <dwmw2@infradead.org>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h>
#include <li... | gpl-2.0 |
schqiushui/android_kernel_htc_msm8974 | drivers/staging/iio/gyro/adxrs450_core.c | 4965 | 10111 | /*
* ADXRS450/ADXRS453 Digital Output Gyroscope Driver
*
* Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2.
*/
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/spi/spi.h>
#incl... | gpl-2.0 |
TKr/riches-mod-jlo-cm10 | drivers/pci/iova.c | 8037 | 11779 | /*
* Copyright © 2006-2009, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, ... | gpl-2.0 |
andreya108/bindu-kernel-base | arch/x86/um/user-offsets.c | 9061 | 2490 | #include <stdio.h>
#include <stddef.h>
#include <signal.h>
#include <sys/poll.h>
#include <sys/mman.h>
#include <sys/user.h>
#define __FRAME_OFFSETS
#include <asm/ptrace.h>
#include <asm/types.h>
#ifdef __i386__
#define __SYSCALL_I386(nr, sym, compat) [nr] = 1,
static char syscalls[] = {
#include <asm/syscalls_32.h>
}... | gpl-2.0 |
psachin/old.apc-rock-II-kernel | drivers/isdn/mISDN/fsm.c | 9573 | 4508 | /*
* finite state machine implementation
*
* Author Karsten Keil <kkeil@novell.com>
*
* Thanks to Jan den Ouden
* Fritz Elfert
* Copyright 2008 by Karsten Keil <kkeil@novell.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen... | gpl-2.0 |
rperier/linux | drivers/media/platform/exynos4-is/fimc-is.c | 102 | 23303 | // SPDX-License-Identifier: GPL-2.0-only
/*
* Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver
*
* Copyright (C) 2013 Samsung Electronics Co., Ltd.
*
* Authors: Sylwester Nawrocki <s.nawrocki@samsung.com>
* Younghwan Joo <yhwan.joo@samsung.com>
*/
#define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE_... | gpl-2.0 |
rborisov/u-boot-am335x | arch/arm/cpu/arm926ejs/davinci/dm365_lowlevel.c | 102 | 13315 | /*
* SoC-specific lowlevel code for tms320dm365 and similar chips
* Actually used for booting from NAND with nand_spl.
*
* Copyright (C) 2011
* Heiko Schocher, DENX Software Engineering, hs@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; y... | gpl-2.0 |
JacobTech/lge_kernel_e400- | drivers/mmc/host/sdhci-tegra.c | 102 | 6393 | /*
* Copyright (C) 2010 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* ... | gpl-2.0 |
smarkwell/asuswrt-merlin | release/src/router/samba36/lib/zlib/contrib/untgz/untgz.c | 1638 | 16542 | /*
* untgz.c -- Display contents and extract files from a gzip'd TAR file
*
* written by Pedro A. Aranda Gutierrez <paag@tid.es>
* adaptation to Unix by Jean-loup Gailly <jloup@gzip.org>
* various fixes by Cosmin Truta <cosmint@cs.ubbcluj.ro>
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include... | gpl-2.0 |
dineshram/linux-media-si4713USBDriver | fs/nfs/read.c | 2150 | 17916 | /*
* linux/fs/nfs/read.c
*
* Block I/O for NFS
*
* Partial copy of Linus' read cache modifications to fs/nfs/file.c
* modified for async RPC by okir@monad.swb.de
*/
#include <linux/time.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/fcntl.h>
#include <linux/stat.h>
#include <linux/mm.h>
#... | gpl-2.0 |
gautamMalu/linux-samsung-arndale-xen | drivers/net/ethernet/chelsio/cxgb/subr.c | 2150 | 31316 | /*****************************************************************************
* *
* File: subr.c *
* $Revision: 1.27 $ *
* $... | gpl-2.0 |
segment-routing/openwrt | tools/perf/util/intlist.c | 2406 | 3029 | /*
* Based on intlist.c by:
* (c) 2009 Arnaldo Carvalho de Melo <acme@redhat.com>
*
* Licensed under the GPLv2.
*/
#include <errno.h>
#include <stdlib.h>
#include <linux/compiler.h>
#include "intlist.h"
static struct rb_node *intlist__node_new(struct rblist *rblist __maybe_unused,
const void *entry)
{
in... | gpl-2.0 |
DmitryADP/diff_qc750 | kernel/drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2662 | 7275 | /*
* Copyright (c) 2010 Red Hat Inc.
* Author : Dave Airlie <airlied@redhat.com>
*
* Licensed under GPLv2
*
* ATPX support for both Intel/ATI
*/
#include <linux/vga_switcheroo.h>
#include <linux/slab.h>
#include <acpi/acpi.h>
#include <acpi/acpi_bus.h>
#include <linux/pci.h>
#define ATPX_VERSION 0
#define ATPX_... | gpl-2.0 |
bsmitty83/SpecialKang | arch/arm/lib/uaccess_with_memcpy.c | 2918 | 5405 | /*
* linux/arch/arm/lib/uaccess_with_memcpy.c
*
* Written by: Lennert Buytenhek and Nicolas Pitre
* Copyright (C) 2009 Marvell Semiconductor
*
* 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 Sof... | gpl-2.0 |
hurrian/kernel_samsung_trelte | drivers/pinctrl/pinctrl-imx28.c | 2918 | 11279 | /*
* Copyright 2012 Freescale Semiconductor, Inc.
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gpl-license.html
* http://www.gnu.or... | gpl-2.0 |
AKKP/lge-kernel-star | arch/x86/kernel/cpu/mcheck/mce-apei.c | 2918 | 4303 | /*
* Bridge between MCE and APEI
*
* On some machine, corrected memory errors are reported via APEI
* generic hardware error source (GHES) instead of corrected Machine
* Check. These corrected memory errors can be reported to user space
* through /dev/mcelog via faking a corrected Machine Check, so that
* the er... | gpl-2.0 |
knone1/android_kernel_asus_moorefield | drivers/net/sungem_phy.c | 2918 | 29308 | /*
* PHY drivers for the sungem ethernet driver.
*
* This file could be shared with other drivers.
*
* (c) 2002-2007, Benjamin Herrenscmidt (benh@kernel.crashing.org)
*
* TODO:
* - Add support for PHYs that provide an IRQ line
* - Eventually moved the entire polling state machine in
* there (out of the e... | gpl-2.0 |
JianguoWEI/linux-efq-final | drivers/char/sonypi.c | 3174 | 42248 | /*
* Sony Programmable I/O Control Device driver for VAIO
*
* Copyright (C) 2007 Mattia Dongili <malattia@linux.it>
*
* Copyright (C) 2001-2005 Stelian Pop <stelian@popies.net>
*
* Copyright (C) 2005 Narayanan R S <nars@kadamba.org>
*
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
*
* Copyright (C) 2001 M... | gpl-2.0 |
yank555-lu/Hammerhead-3.4-lollipop | kernel/tracepoint.c | 3686 | 20207 | /*
* Copyright (C) 2008 Mathieu Desnoyers
*
* 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 ... | gpl-2.0 |
lookflying/linux-kernel | drivers/isdn/hisax/callc.c | 4710 | 48145 | /* $Id: callc.c,v 2.59.2.4 2004/02/11 13:21:32 keil Exp $
*
* Author Karsten Keil
* Copyright by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*
* For changes and modific... | gpl-2.0 |
Hashcode/android_kernel_samsung_hlte | fs/9p/acl.c | 5478 | 8932 | /*
* Copyright IBM Corporation, 2010
* Author Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2.1 of the GNU Lesser General Public License
* as published by the Free Software Foundation.
*
* This program ... | gpl-2.0 |
GalaxyTab4/android_kernel_samsung_millet | arch/mips/cavium-octeon/executive/octeon-model.c | 7782 | 9566 | /***********************license start***************
* Author: Cavium Networks
*
* Contact: support@caviumnetworks.com
* This file is part of the OCTEON SDK
*
* Copyright (c) 2003-2010 Cavium Networks
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General ... | gpl-2.0 |
genesi/linux-testing | drivers/net/wimax/i2400m/driver.c | 8038 | 30355 | /*
* Intel Wireless WiMAX Connection 2400m
* Generic probe/disconnect, reset and message passing
*
*
* Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com>
* Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
*
* This program is free software; you can redistribute it and/or
* modify it under th... | gpl-2.0 |
XileForce/Linaro-LSK | arch/x86/kernel/audit_64.c | 13158 | 1870 | #include <linux/init.h>
#include <linux/types.h>
#include <linux/audit.h>
#include <asm/unistd.h>
static unsigned dir_class[] = {
#include <asm-generic/audit_dir_write.h>
~0U
};
static unsigned read_class[] = {
#include <asm-generic/audit_read.h>
~0U
};
static unsigned write_class[] = {
#include <asm-generic/audit_w... | gpl-2.0 |
Eagles2F/Telegram | TMessagesProj/jni/boringssl/crypto/ec/ec_key.c | 103 | 13349 | /* Originally written by Bodo Moeller for the OpenSSL project.
* ====================================================================
* Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | gpl-2.0 |
ttylinux/Telegram | TMessagesProj/jni/boringssl/crypto/bio/connect.c | 103 | 14627 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
... | gpl-2.0 |
linuxvom/linux | drivers/pinctrl/pinctrl-tegra.c | 359 | 18218 | /*
* Driver for the NVIDIA Tegra pinmux
*
* Copyright (c) 2011-2012, NVIDIA CORPORATION. All rights reserved.
*
* Derived from code:
* Copyright (C) 2010 Google, Inc.
* Copyright (C) 2010 NVIDIA Corporation
* Copyright (C) 2009-2011 ST-Ericsson AB
*
* This program is free software; you can redistribute it an... | gpl-2.0 |
jrior001/android_kernel_samsung_d2 | fs/file.c | 359 | 12059 | /*
* linux/fs/file.c
*
* Copyright (C) 1998-1999, Stephen Tweedie and Bill Hawes
*
* Manage the dynamic fd arrays in the process files_struct.
*/
#include <linux/export.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/mmzone.h>
#include <linux/time.h>
#include <linux/sched.h>
#include <linux/sla... | gpl-2.0 |
StNick/android_kernel_samsung_lt03lte | arch/arm/mach-msm/perf_debug.c | 359 | 2472 | /* Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope... | gpl-2.0 |
antibyte/hannspad-kernel-antibyte | drivers/usb/host.old/uhci-debug.c | 615 | 15204 | /*
* UHCI-specific debugging code. Invaluable when something
* goes wrong, but don't get in my face.
*
* Kernel visible pointers are surrounded in []s and bus
* visible pointers are surrounded in ()s
*
* (C) Copyright 1999 Linus Torvalds
* (C) Copyright 1999-2001 Johannes Erdfelt
*/
#include <linux/kernel.h>
... | gpl-2.0 |
schqiushui/kernel_lollipop_sense_a52 | arch/ia64/kernel/salinfo.c | 1895 | 19772 | /*
* salinfo.c
*
* Creates entries in /proc/sal for various system features.
*
* Copyright (c) 2003, 2006 Silicon Graphics, Inc. All rights reserved.
* Copyright (c) 2003 Hewlett-Packard Co
* Bjorn Helgaas <bjorn.helgaas@hp.com>
*
* 10/30/2001 jbarnes@sgi.com copied much of Stephane's palinfo
* code to ... | gpl-2.0 |
krizhanovsky/linux-3.10.10-sync_sockets | drivers/memory/tegra20-mc.c | 2151 | 6021 | /*
* Tegra20 Memory Controller
*
* Copyright (c) 2012, NVIDIA 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 pr... | gpl-2.0 |
ausdim/SGS3-JB-U8 | sound/core/info.c | 2663 | 23514 | /*
* Information interface for ALSA driver
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
*
*
* 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,... | gpl-2.0 |
glewarne/Note2Core_v3_kernel_N710x | arch/alpha/kernel/irq.c | 2919 | 3315 | /*
* linux/arch/alpha/kernel/irq.c
*
* Copyright (C) 1995 Linus Torvalds
*
* This file contains the code used by various IRQ handling routines:
* asking for different IRQ's should be done through these routines
* instead of just grabbing them. Thus setups with different IRQ numbers
* shouldn't result in any wei... | gpl-2.0 |
muftiarfan/DWI_xm | net/netfilter/nf_conntrack_proto.c | 4455 | 10448 | /* L3/L4 protocol support for nf_conntrack. */
/* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org>
* (C) 2003,2004 USAGI/WIDE Project <http://www.linux-ipv6.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU ... | gpl-2.0 |
leehz/android_kernel_samsung_ms013g | arch/powerpc/sysdev/ppc4xx_msi.c | 4455 | 7106 | /*
* Adding PCI-E MSI support for PPC4XX SoCs.
*
* Copyright (c) 2010, Applied Micro Circuits Corporation
* Authors: Tirumala R Marri <tmarri@apm.com>
* Feng Kan <fkan@apm.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* ... | gpl-2.0 |
PatrikKT/android_kernel_htc_a31ul | arch/x86/kernel/acpi/cstate.c | 7271 | 5734 | /*
* Copyright (C) 2005 Intel Corporation
* Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
* - Added _PDC for SMP C-states on Intel CPUs
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/acpi.h>
#include <linux/cpu.h>
#include <linux/sched.h>
#include <acpi/proc... | gpl-2.0 |
windxixi/android_kernel_htc_msm8660 | drivers/ata/pata_hpt37x.c | 8039 | 26312 | /*
* Libata driver for the highpoint 37x and 30x UDMA66 ATA controllers.
*
* This driver is heavily based upon:
*
* linux/drivers/ide/pci/hpt366.c Version 0.36 April 25, 2003
*
* Copyright (C) 1999-2003 Andre Hedrick <andre@linux-ide.org>
* Portions Copyright (C) 2001 Sun Microsystems, Inc.
* Portion... | gpl-2.0 |
dkthompson/bricked-pyramid-3.0_own | drivers/media/dvb/siano/smsir.c | 8295 | 3182 | /****************************************************************
Siano Mobile Silicon, Inc.
MDTV receiver kernel modules.
Copyright (C) 2006-2009, Uri Shkolnik
Copyright (c) 2010 - Mauro Carvalho Chehab
- Ported the driver to use rc-core
- IR raw event decoding is now done at rc-core
- Code almost re-written
... | gpl-2.0 |
kelvinbui31/android_mediatek_muse72 | drivers/pcmcia/pxa2xx_cm_x255.c | 9831 | 3080 | /*
* linux/drivers/pcmcia/pxa/pxa_cm_x255.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
* published by the Free Software Foundation.
*
* Compulab Ltd., 2003, 2007, 2008
* Mike Rapoport <mike@compulab.co.il>
*
*/
... | gpl-2.0 |
AOSParadox/android_kernel_oneplus_onyx | drivers/net/ethernet/pasemi/pasemi_mac_ethtool.c | 10855 | 4327 | /*
* Copyright (C) 2006-2008 PA Semi, Inc
*
* Ethtool hooks for the PA Semi PWRficient onchip 1G/10G Ethernet MACs
*
* 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 p... | gpl-2.0 |
Ironjim41/angler_kernel | drivers/infiniband/hw/cxgb3/iwch.c | 13671 | 7675 | /*
* Copyright (c) 2006 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this source tree,... | gpl-2.0 |
hoelzl/argos2 | simulator/libs/FreeImage/Source/LibJPEG/jdinput.c | 104 | 25699 | /*
* jdinput.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
* Modified 2002-2009 by Guido Vollbeding.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains input control logic for the JPEG decompre... | gpl-2.0 |
suse110/linux-1 | arch/x86/xen/spinlock.c | 360 | 8484 | /*
* Split spinlock implementation out into its own file, so it can be
* compiled in a FTRACE-compatible way.
*/
#include <linux/kernel_stat.h>
#include <linux/spinlock.h>
#include <linux/debugfs.h>
#include <linux/log2.h>
#include <linux/gfp.h>
#include <linux/slab.h>
#include <asm/paravirt.h>
#include <xen/inter... | gpl-2.0 |
GAXUSXX/GalaxyS7edge_G935F_Kernel | drivers/firmware/efi/runtime-map.c | 360 | 4638 | /*
* linux/drivers/efi/runtime-map.c
* Copyright (C) 2013 Red Hat, Inc., Dave Young <dyoung@redhat.com>
*
* This file is released under the GPLv2.
*/
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/efi.h>
#include <linux/slab.h>
#include <asm... | gpl-2.0 |
ChameleonOS/android_kernel_amazon_bowser-common | sound/soc/kirkwood/kirkwood-dma.c | 872 | 11231 | /*
* kirkwood-dma.c
*
* (c) 2010 Arnaud Patard <apatard@mandriva.com>
* (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.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; eithe... | gpl-2.0 |
abhishekr700/Nemesis_Kernel | arch/arm/mach-davinci/devices-da8xx.c | 872 | 25022 | /*
* DA8XX/OMAP L1XX platform device data
*
* Copyright (c) 2007-2009, MontaVista Software, Inc. <source@mvista.com>
* Derived from code that was:
* Copyright (C) 2006 Komal Shah <komal_shah802003@yahoo.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU... | gpl-2.0 |
TeamGlide/LiteKernel | sound/soc/kirkwood/kirkwood-dma.c | 872 | 11231 | /*
* kirkwood-dma.c
*
* (c) 2010 Arnaud Patard <apatard@mandriva.com>
* (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.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; eithe... | gpl-2.0 |
chaosmaster/android_kernel_amazon_ford | drivers/net/bonding/bond_3ad.c | 1640 | 82347 | /*
* Copyright(c) 1999 - 2004 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later ver... | gpl-2.0 |
alianmohammad/linux-kernel-gem5 | drivers/scsi/isci/port_config.c | 2152 | 25706 | /*
* 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 |
onealtom/ricoboard_kernel | drivers/input/tablet/gtco.c | 2408 | 27157 | /* -*- linux-c -*-
GTCO digitizer USB driver
TO CHECK: Is pressure done right on report 5?
Copyright (C) 2006 GTCO CalComp
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 Lic... | gpl-2.0 |
qyx210an/kernel | arch/arm/mach-kirkwood/mpp.c | 2664 | 1087 | /*
* arch/arm/mach-kirkwood/mpp.c
*
* MPP functions for Marvell Kirkwood SoCs
*
* 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/kernel.h>
#include <linux/i... | gpl-2.0 |
1N4148/kernel_smdk4412 | drivers/net/wireless/atmel_cs.c | 2920 | 10271 | /*** -*- linux-c -*- **********************************************************
Driver for Atmel at76c502 at76c504 and at76c506 wireless cards.
Copyright 2000-2001 ATMEL Corporation.
Copyright 2003 Simon Kelley.
This code was developed from version 2.1.1 of the Atmel drivers,
released by... | gpl-2.0 |
johnnyslt/kernel_zte_v967s | arch/sh/boards/board-sh7757lcr.c | 4456 | 15645 | /*
* Renesas R0P7757LC0012RL Support.
*
* Copyright (C) 2009 - 2010 Renesas Solutions Corp.
*
* 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/init.h>
#include <linux/pla... | gpl-2.0 |
zaidshb/semc-kernel-qsd8k | lib/iomap_copy.c | 5224 | 2198 | /*
* Copyright 2006 PathScale, Inc. All Rights Reserved.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of version 2 of the GNU General Public License
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
... | gpl-2.0 |
jeehyn/NewWorld_kernel_ef52 | drivers/hwspinlock/u8500_hsem.c | 5224 | 5046 | /*
* u8500 HWSEM driver
*
* Copyright (C) 2010-2011 ST-Ericsson
*
* Implements u8500 semaphore handling for protocol 1, no interrupts.
*
* Author: Mathieu Poirier <mathieu.poirier@linaro.org>
* Heavily borrowed from the work of :
* Simon Que <sque@ti.com>
* Hari Kanigeri <h-kanigeri2@ti.com>
* Ohad Ben... | gpl-2.0 |
fear130986/GT-I9195_EUR_KK_Opensource_kernel | drivers/pci/pcie/aer/aerdrv_errprint.c | 5736 | 7680 | /*
* drivers/pci/pcie/aer/aerdrv_errprint.c
*
* 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.
*
* Format error messages and print them to console.
*
* Copyright (C) 2006 Intel Corp.
* Tom ... | gpl-2.0 |
BytecodeMe/BCM-mako | arch/mips/jz4740/time.c | 7528 | 3824 | /*
* Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de>
* JZ4740 platform time support
*
* 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 |
adbaby/android_kernel_msm8974 | drivers/staging/bcm/Bcmnet.c | 8040 | 6191 | #include "headers.h"
struct net_device *gblpnetdev;
static INT bcm_open(struct net_device *dev)
{
PMINI_ADAPTER Adapter = GET_BCM_ADAPTER(dev);
if (Adapter->fw_download_done == FALSE) {
pr_notice(PFX "%s: link up failed (download in progress)\n",
dev->name);
return -EBUSY;
}
if (netif_msg_ifup(Adapter)... | gpl-2.0 |
freexperia/android_kernel_semc_msm7x30 | samples/kfifo/dma-example.c | 10856 | 3496 | /*
* Sample fifo dma implementation
*
* Copyright (C) 2010 Stefani Seibold <stefani@seibold.net>
*
* Released under the GPL version 2 only.
*
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kfifo.h>
/*
* This module shows how to handle fifo dma operations.
*/
/* fifo size in elements (b... | gpl-2.0 |
Stuxnet-Kernel/kernel_g3 | samples/kfifo/dma-example.c | 10856 | 3496 | /*
* Sample fifo dma implementation
*
* Copyright (C) 2010 Stefani Seibold <stefani@seibold.net>
*
* Released under the GPL version 2 only.
*
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kfifo.h>
/*
* This module shows how to handle fifo dma operations.
*/
/* fifo size in elements (b... | gpl-2.0 |
RoGod/kernel_xtreme_mega_beta | sound/synth/emux/emux_proc.c | 12904 | 4566 | /*
* Copyright (C) 2000 Takashi Iwai <tiwai@suse.de>
*
* Proc interface for Emu8k/Emu10k1 WaveTable synth
*
* 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 |
ya-mouse/openbmc-openwrt | tools/firmware-utils/src/mksenaofw.c | 361 | 9889 | /*
*
* Copyright (C) 2012 OpenWrt.org
* Copyright (C) 2012 Mikko Hissa <mikko.hissa@uta.fi>
*
* 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 <stdio.h>
#in... | gpl-2.0 |
ryrzy/ics_kernel | kernel/sysctl_binary.c | 361 | 52822 | #include <linux/stat.h>
#include <linux/sysctl.h>
#include "../fs/xfs/linux-2.6/xfs_sysctl.h"
#include <linux/sunrpc/debug.h>
#include <linux/string.h>
#include <net/ip_vs.h>
#include <linux/syscalls.h>
#include <linux/namei.h>
#include <linux/mount.h>
#include <linux/fs.h>
#include <linux/nsproxy.h>
#include <linux/pi... | gpl-2.0 |
Fox-Mc-Cloud/android_kernel_samsung_smdk4412 | fs/ext4/resize.c | 617 | 34499 | /*
* linux/fs/ext4/resize.c
*
* Support for resizing an ext4 filesystem while it is mounted.
*
* Copyright (C) 2001, 2002 Andreas Dilger <adilger@clusterfs.com>
*
* This could probably be made into a module, because it is not often in use.
*/
#define EXT4FS_DEBUG
#include <linux/errno.h>
#include <linux/sla... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.