Kernel source tree for Raspberry Pi Foundation-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://www.raspberrypi.org/forum
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Documentation Merge remote-tracking branch 'stable/linux-4.14.y' into rpi-4.14.y Aug 22, 2018
arch Add support for audioinjector.net ultra soundcard. (#2664) Aug 28, 2018
block block, bfq: fix wrong init of saved start time for weight raising Aug 17, 2018
certs License cleanup: add SPDX GPL-2.0 license identifier to files with no… Nov 2, 2017
crypto crypto: skcipher - fix crash flushing dcache in error path Aug 17, 2018
drivers bcm2835: interpolate audio delay Aug 24, 2018
firmware License cleanup: add SPDX GPL-2.0 license identifier to files with no… Nov 2, 2017
fs fix __legitimize_mnt()/mntput() race Aug 15, 2018
include Merge remote-tracking branch 'stable/linux-4.14.y' into rpi-4.14.y Aug 22, 2018
init init: rename and re-order boot_cpu_state_init() Aug 15, 2018
ipc ipc/shm: fix shmat() nil address after round-down when remapping May 30, 2018
kernel Merge remote-tracking branch 'stable/linux-4.14.y' into rpi-4.14.y Aug 22, 2018
lib ioremap: Update pgtable free interfaces with addr Aug 17, 2018
mm Merge remote-tracking branch 'stable/linux-4.14.y' into rpi-4.14.y Aug 22, 2018
net Merge remote-tracking branch 'stable/linux-4.14.y' into rpi-4.14.y Aug 22, 2018
samples samples/bpf: Partially fixes the bpf.o build Apr 26, 2018
scripts Merge remote-tracking branch 'stable/linux-4.14.y' into rpi-4.14.y Aug 22, 2018
security ima: based on policy verify firmware signatures (pre-allocated buffer) Aug 3, 2018
sound Merge remote-tracking branch 'stable/linux-4.14.y' into rpi-4.14.y Aug 22, 2018
tools tools headers: Synchronise x86 cpufeatures.h for L1TF additions Aug 15, 2018
usr initramfs: fix initramfs rebuilds w/ compression after disabling Nov 3, 2017
virt KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in… Jul 25, 2018
.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: rpm-pkg: keep spec file until make mrproper Feb 13, 2018
.mailmap .mailmap: Add Maciej W. Rozycki's Imagination e-mail address Nov 10, 2017
COPYING [PATCH] update FSF address in COPYING Sep 10, 2005
CREDITS MAINTAINERS: update TPM driver infrastructure changes Nov 10, 2017
Kbuild License cleanup: add SPDX GPL-2.0 license identifier to files with no… Nov 2, 2017
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no… Nov 2, 2017
MAINTAINERS MAINTAINERS: Add entry for BCM2835 camera driver Jun 29, 2018
Makefile Linux 4.14.66 Aug 22, 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.