Linux kernel for sysmoBTS v2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Alex Williamson 5d6dee80a1
vfio: New external user group/file match
6 years ago
Documentation USB fixes for 4.12-rc5 6 years ago
arch Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 6 years ago
block block, bfq: access and cache blkg data only when safe 6 years ago
certs scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances 6 years ago
crypto crypto : asymmetric_keys : verify_pefile:zero memory content before freeing 6 years ago
drivers vfio: New external user group/file match 6 years ago
firmware firmware/Makefile: force recompilation if makefile changes 6 years ago
fs Fix various bug fixes in ext4 caused by races and memory allocation 6 years ago
include vfio: New external user group/file match 6 years ago
init Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 6 years ago
ipc mm: introduce kv[mz]alloc helpers 6 years ago
kernel Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 6 years ago
lib test_bpf: Add a couple of tests for BPF_JSGE. 6 years ago
mm mm: consider memblock reservations for deferred memory initialization sizing 6 years ago
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 6 years ago
samples samples/bpf: run cleanup routines when receiving SIGTERM 6 years ago
scripts scripts/gdb: make lx-dmesg command work (reliably) 6 years ago
security KEYS: fix refcount_inc() on zero 6 years ago
sound ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT 6 years ago
tools perf symbols: Kill dso__build_id_is_kmod() 6 years ago
usr initramfs: fix disabling of initramfs (and its compression) 6 years ago
virt vfio: New external user group/file match 6 years ago
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 7 years ago
.get_maintainer.ignore Add hch to .get_maintainer.ignore 8 years ago
.gitattributes .gitattributes: set git diff driver for C source code files 7 years ago
.gitignore kbuild: Add support to generate LLVM assembly files 6 years ago
.mailmap power supply and reset changes for the v4.12 series (part 2) 6 years ago
COPYING
CREDITS avr32: remove support for AVR32 architecture 6 years ago
Kbuild kbuild: Consolidate header generation from ASM offset information 6 years ago
Kconfig kbuild: migrate all arch to the kconfig mainmenu upgrade 13 years ago
MAINTAINERS A few overdue GPIO patches for the v4.12 kernel: 6 years ago
Makefile Linux 4.12-rc5 6 years ago
README README: add a new README file, pointing to the Documentation/ 7 years ago

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.