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.
 
 
 
Daniel Rosenberg 87aed17065 ANDROID: vfs: Add permission2 for filesystems with per mount permissions 8 years ago
Documentation ANDROID: Implement memory_state_time, used by qcom,cpubw 8 years ago
arch ANDROID: goldfish: disable GOLDFISH_SYNC 8 years ago
block ANDROID: MMC/UFS IO Latency Histograms. 8 years ago
certs modsign: add markers to endif-statements in certs/Makefile 8 years ago
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 8 years ago
drivers ANDROID: Implement memory_state_time, used by qcom,cpubw 8 years ago
firmware firmware/Makefile: force recompilation if makefile changes 8 years ago
fs ANDROID: vfs: Add permission2 for filesystems with per mount permissions 8 years ago
include ANDROID: vfs: Add permission2 for filesystems with per mount permissions 8 years ago
init ANDROID: dm: fix dm_substitute_devices() 8 years ago
ipc ANDROID: vfs: Add permission2 for filesystems with per mount permissions 8 years ago
kernel ANDROID: kernel/configs: base: Enable QUOTA related configs 8 years ago
lib Add wait_for_random_bytes() and get_random_*_wait() functions so that 8 years ago
mm ANDROID: mm: Export do_munmap 8 years ago
net ANDROID: Don't show empty tag stats for unprivileged uids 8 years ago
samples Merge branch 'akpm' (patches from Andrew) 8 years ago
scripts ANDROID: kbuild: Makefile.clean: make Kbuild and Makefile optional 8 years ago
security ANDROID: vfs: Add permission2 for filesystems with per mount permissions 8 years ago
sound sound fixes for 4.13-rc1 8 years ago
tools Merge branch 'akpm' (patches from Andrew) 8 years ago
usr ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk. 8 years ago
virt Second batch of KVM updates for v4.13 8 years ago
.cocciconfig
.get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files 8 years ago
.gitignore kbuild: Add support to generate LLVM assembly files 8 years ago
.mailmap power supply and reset changes for the v4.12 series (part 2) 8 years ago
COPYING
CREDITS avr32: remove support for AVR32 architecture 8 years ago
Kbuild kbuild: Consolidate header generation from ASM offset information 8 years ago
Kconfig
MAINTAINERS Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 8 years ago
Makefile Linux v4.13-rc1 8 years ago
README README: add a new README file, pointing to the Documentation/ 8 years ago
build.config.goldfish.arm ANDROID: build: fix build config kernel_dir 8 years ago
build.config.goldfish.arm64 ANDROID: build: fix build config kernel_dir 8 years ago
build.config.goldfish.mips ANDROID: build: fix build config kernel_dir 8 years ago
build.config.goldfish.mips64 ANDROID: build: fix build config kernel_dir 8 years ago
build.config.goldfish.x86 ANDROID: build: fix build config kernel_dir 8 years ago
build.config.goldfish.x86_64 ANDROID: build: fix build config kernel_dir 8 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.