Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Linux kernel source tree
C C++ Assembly Objective-C Makefile Shell Other
Branch: master
Clone or download
torvalds Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kern…
…el/git/rostedt/linux-trace

Pull tracing fixes from Steven Rostedt:
 "Various tracing fixes:

   - kbuild found missing define of MCOUNT_INSN_SIZE for various build
     configs

   - Initialize variable to zero as gcc thinks it is used undefined (it
     really isn't but the code is subtle enough that this doesn't hurt)

   - Convert from do_div() to div64_ull() to prevent potential divide by
     zero

   - Unregister a trace point on error path in sched_wakeup tracer

   - Use signed offset for archs that can have stext not be first

   - A simple indentation fix (whitespace error)"

* tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Fix indentation issue
  kernel/trace: Fix do not unregister tracepoints when register sched_migrate_task fail
  tracing: Change offset type to s32 in preempt/irq tracepoints
  ftrace: Avoid potential division by zero in function profiler
  tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined
  tracing: Define MCOUNT_INSN_SIZE when not defined without direct calls
  tracing: Initialize val to zero in parse_entry of inject code
Latest commit ae60882 Jan 7, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Documentation Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/ke… Jan 6, 2020
LICENSES LICENSES: Rename other to deprecated May 3, 2019
arch Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/… Jan 6, 2020
block block: fix splitting segments on boundary masks Dec 30, 2019
certs certs: Add wrapper function to check blacklisted binary hash Nov 12, 2019
crypto Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/… Dec 19, 2019
drivers Merge tag 'tpmdd-next-20200106' of git://git.infradead.org/users/jjs/… Jan 6, 2020
fs ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less Jan 4, 2020
include Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kern… Jan 6, 2020
init Revert "fs: remove ksys_dup()" Jan 3, 2020
ipc treewide: Use sizeof_field() macro Dec 9, 2019
kernel Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kern… Jan 6, 2020
lib Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git… Dec 23, 2019
mm arm64: Revert support for execute-only user mappings Jan 6, 2020
net hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename() Dec 31, 2019
samples samples/seccomp: Zero out members based on seccomp_notif_sizes Jan 2, 2020
scripts Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux… Jan 3, 2020
security Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/li… Jan 5, 2020
sound Merge tag 'sound-5.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne… Jan 3, 2020
tools Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/ke… Jan 3, 2020
usr gen_initramfs_list.sh: fix 'bad variable name' error Jan 3, 2020
virt Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux… Dec 22, 2019
.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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Dec 22, 2019
COPYING COPYING: use the new text with points to the license files Mar 23, 2018
CREDITS Merge tag 'v5.4-rc4' into docs-next Oct 29, 2019
Kbuild kbuild: do not descend to ./Kbuild when cleaning Aug 21, 2019
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst Jun 14, 2019
MAINTAINERS Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/… Jan 5, 2020
Makefile Linux 5.5-rc5 Jan 5, 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.