Linux kernel source tree
C Assembly C++ Objective-C Makefile Perl
Latest commit 2c1cfa4 Jan 13, 2018 @torvalds torvalds Merge tag 'usb-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/gregkh/usb

Pull USB fixes from Greg KH:
 "Here are some small USB fixes and device ids for 4.15-rc8

  Nothing major, small fixes for various devices, some resolutions for
  bugs found by fuzzers, and the usual handful of new device ids.

  All of these have been in linux-next with no reported issues"

* tag 'usb-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
  Documentation: usb: fix typo in UVC gadgetfs config command
  usb: misc: usb3503: make sure reset is low for at least 100us
  uas: ignore UAS for Norelsys NS1068(X) chips
  USB: UDC core: fix double-free in usb_add_gadget_udc_release
  USB: fix usbmon BUG trigger
  usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer
  usbip: remove kernel addresses from usb device and urb debug msgs
  usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input
  USB: serial: cp210x: add new device ID ELV ALC 8xxx
  USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQ
Permalink
Failed to load latest commit information.
Documentation Merge tag 'usb-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel… Jan 13, 2018
arch Merge tag 'pci-v4.15-fixes-2' of git://git.kernel.org/pub/scm/linux/k… Jan 13, 2018
block block: drain queue before waiting for q_usage_counter becoming zero Jan 5, 2018
certs License cleanup: add SPDX GPL-2.0 license identifier to files with no… Nov 2, 2017
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git… Jan 12, 2018
drivers Merge tag 'usb-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel… Jan 13, 2018
firmware kbuild: remove all dummy assignments to obj- Nov 18, 2017
fs Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel… Jan 7, 2018
include Merge branch 'akpm' (patches from Andrew) Jan 13, 2018
init Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm… Jan 12, 2018
ipc Rename superblock flags (MS_xyz -> SB_xyz) Nov 27, 2017
kernel Merge branch 'akpm' (patches from Andrew) Jan 13, 2018
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf Jan 10, 2018
mm kmemleak: allow to coexist with fault injection Jan 13, 2018
net Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/… Jan 13, 2018
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf Dec 3, 2017
scripts Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/… Jan 13, 2018
security apparmor: Fix regression in profile conflict logic Jan 12, 2018
sound ALSA: pcm: Allow aborting mutex lock at OSS read/write loops Jan 8, 2018
tools tools/objtool/Makefile: don't assume sync-check.sh is executable Jan 13, 2018
usr initramfs: fix initramfs rebuilds w/ compression after disabling Nov 3, 2017
virt Merge tag 'kvm-arm-fixes-for-v4.15-2' of git://git.kernel.org/pub/scm… Dec 18, 2017
.cocciconfig scripts: add Linux .cocciconfig for coccinelle Jul 22, 2016
.get_maintainer.ignore Add hch to .get_maintainer.ignore Aug 21, 2015
.gitattributes .gitattributes: set git diff driver for C source code files Oct 8, 2016
.gitignore Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/k… Nov 18, 2017
.mailmap mailmap: update Mark Yao's email address Jan 5, 2018
COPYING [PATCH] update FSF address in COPYING Sep 10, 2005
CREDITS MAINTAINERS: update TPM driver infrastructure changes Nov 10, 2017
Kbuild Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel… Nov 18, 2017
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no… Nov 2, 2017
MAINTAINERS MAINTAINERS, nilfs2: change project home URLs Jan 13, 2018
Makefile Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/… Jan 13, 2018
README README: add a new README file, pointing to the Documentation/ Oct 24, 2016

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.