Skip to content
Linux kernel source tree
C C++ Assembly Objective-C Makefile Shell Other
Branch: master
Clone or download
torvalds Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/lin…
…ux/kernel/git/xen/tip

Pull xen fixes from Juergen Gross:
 "Two small fixes for Xen:

   - a fix to avoid warnings with new gcc

   - a fix for incorrectly disabled interrupts when calling
     _cond_resched()"

* tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  xen: Enable interrupts when calling _cond_resched()
  x86/xen: Distribute switch variables for initialization
Latest commit 54dedb5 Feb 22, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Documentation Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/… Feb 22, 2020
LICENSES LICENSES: Rename other to deprecated May 3, 2019
arch Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/lin… Feb 22, 2020
block Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block Feb 6, 2020
certs certs: Add wrapper function to check blacklisted binary hash Nov 12, 2019
crypto Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/k… Feb 20, 2020
drivers Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/lin… Feb 22, 2020
fs pipe: make sure to wake up everybody when the last reader/writer closes Feb 18, 2020
include Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/… Feb 21, 2020
init Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kern… Feb 12, 2020
ipc Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()" Feb 21, 2020
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Feb 21, 2020
lib lib/stackdepot.c: fix global out-of-bounds in stack_slabs Feb 21, 2020
mm Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/… Feb 22, 2020
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Feb 21, 2020
samples Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kerne… Feb 10, 2020
scripts scripts/get_maintainer.pl: deprioritize old Fixes: addresses Feb 21, 2020
security Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/k… Feb 20, 2020
sound Merge tag 'asoc-fix-v5.6-rc2' of https://git.kernel.org/pub/scm/linux… Feb 18, 2020
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Feb 21, 2020
usr Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kerne… Feb 10, 2020
virt KVM: Disable preemption in kvm_get_running_vcpu() Feb 12, 2020
.clang-format clang-format: Update with the latest for_each macro list Aug 31, 2019
.cocciconfig scripts: add Linux .cocciconfig for coccinelle Jul 22, 2016
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl May 16, 2019
.gitattributes .gitattributes: use 'dts' diff driver for dts files Dec 5, 2019
.gitignore modpost: dump missing namespaces into a single modules.nsdeps file Nov 11, 2019
.mailmap Merge tag 'docs-5.6-2' of git://git.lwn.net/linux Feb 7, 2020
COPYING COPYING: state that all contributions really are covered by this file Feb 10, 2020
CREDITS open: introduce openat2(2) syscall Jan 18, 2020
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y Feb 3, 2020
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst Jun 14, 2019
MAINTAINERS Merge tag 'char-misc-5.6-rc3' of git://git.kernel.org/pub/scm/linux/k… Feb 21, 2020
Makefile Linux 5.6-rc2 Feb 16, 2020
README Drop all 00-INDEX files from Documentation/ Sep 9, 2018

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

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.
You can’t perform that action at this time.