TBS linux open source drivers
C C++ Assembly Makefile Objective-C Perl
Switch branches/tags
Nothing to show
Pull request Compare This branch is 32197 commits ahead, 37 commits behind ljalves:latest.
Permalink
Failed to load latest commit information.
Documentation media: docs-rst: Document EBUSY for VIDIOC_S_FMT Jun 26, 2017
arch mm: larger stack guard gap, between vmas Jun 19, 2017
block block: Fix a blk_exit_rl() regression Jun 14, 2017
certs scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances May 9, 2017
crypto crypto : asymmetric_keys : verify_pefile:zero memory content before f… Jun 9, 2017
drivers saa716x: Fix compatibility for old kernels. Aug 8, 2017
firmware firmware/Makefile: force recompilation if makefile changes May 9, 2017
fs mm: larger stack guard gap, between vmas Jun 19, 2017
include Added RC keymap for Terratec Cinergy S2 PCIe Dual. Jul 4, 2017
init Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/lin… May 10, 2017
ipc mm: introduce kv[mz]alloc helpers May 9, 2017
kernel Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/sc… Jun 18, 2017
lib Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git… Jun 15, 2017
mm mm: larger stack guard gap, between vmas Jun 19, 2017
net net: don't global ICMP rate limit packets originating from loopback Jun 14, 2017
samples samples/bpf: run cleanup routines when receiving SIGTERM May 12, 2017
scripts scripts/gdb: make lx-dmesg command work (reliably) Jun 2, 2017
security selinux: fix double free in selinux_parse_opts_str() Jun 13, 2017
sound ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT Jun 7, 2017
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/… Jun 18, 2017
usr initramfs: fix disabling of initramfs (and its compression) Jun 2, 2017
virt KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages Jun 6, 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 kbuild: Add support to generate LLVM assembly files Apr 24, 2017
.mailmap Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/… May 12, 2017
COPYING [PATCH] update FSF address in COPYING Sep 10, 2005
CREDITS avr32: remove support for AVR32 architecture May 1, 2017
Kbuild kbuild: Consolidate header generation from ASM offset information Apr 12, 2017
Kconfig kbuild: migrate all arch to the kconfig mainmenu upgrade Sep 20, 2010
MAINTAINERS [media] s5p-cec: update MAINTAINERS entry Jun 20, 2017
Makefile Linux 4.12-rc6 Jun 19, 2017
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.