Our patched kernel sources. This repository is generated from https://github.com/openSUSE/kernel-source
C Assembly C++ Objective-C Makefile Perl
Latest commit 6f760dc Jan 9, 2018 @jeffmahoney jeffmahoney Merge remote-tracking branch 'origin/users/jslaby/master/for-next'
suse-commit: 237934fb8102352ea257877d1853aba02068a664
Permalink
Failed to load latest commit information.
Documentation Update to 4.15-rc7. Jan 8, 2018
arch Merge remote-tracking branch 'origin/users/jslaby/master/for-next' Jan 9, 2018
block block-throttle: avoid double charge Dec 20, 2017
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 5, 2018
drivers Merge remote-tracking branch 'origin/users/jslaby/master/for-next' Jan 9, 2018
firmware kbuild: remove all dummy assignments to obj- Nov 18, 2017
fs Merge remote-tracking branch 'origin/users/jslaby/master/for-next' Jan 9, 2018
include Merge remote-tracking branch 'origin/users/jslaby/master/for-next' Jan 9, 2018
init Update to 4.15-rc6. Jan 2, 2018
ipc Rename superblock flags (MS_xyz -> SB_xyz) Nov 27, 2017
kernel Merge remote-tracking branch 'origin/users/jslaby/master/for-next' Jan 9, 2018
lib Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git… Jan 5, 2018
mm Update to 4.15-rc7. Jan 8, 2018
net Merge remote-tracking branch 'origin/users/jslaby/master/for-next' Jan 9, 2018
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf Dec 3, 2017
scripts Update to 4.15-rc4. Dec 19, 2017
security Update to 4.15-rc7. Jan 8, 2018
sound ALSA: hda - Fix missing COEF init for ALC225/295/299 Dec 27, 2017
tools Update to 4.15-rc6. Jan 2, 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: Remove Matt Fleming as EFI co-maintainer Jan 3, 2018
Makefile Update to 4.15-rc7. Jan 8, 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.