Linux kernel source tree
Go to file
Andy Shevchenko b1e7286eee pps: Switch to use %ptSp
Use %ptSp instead of open coded variants to print content of
struct timespec64 in human readable format.

Acked-by: Rodolfo Giometti <giometti@enneenne.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20251113150217.3030010-17-andriy.shevchenko@linux.intel.com
Signed-off-by: Petr Mladek <pmladek@suse.com>
2025-11-19 12:26:07 +01:00
Documentation lib/vsprintf: Add specifier for printing struct timespec64 2025-11-19 10:24:13 +01:00
LICENSES
arch This includes the following changes related to sparc for v6.18: 2025-10-04 10:59:06 -07:00
block
certs
crypto
drivers pps: Switch to use %ptSp 2025-11-19 12:26:07 +01:00
fs ceph: Switch to use %ptSp 2025-11-19 10:24:13 +01:00
include mm/mm_init: simplify deferred initialization of struct pages 2025-10-04 11:03:10 -07:00
init printk changes for 6.18 2025-10-04 11:13:11 -07:00
io_uring
ipc
kernel printk changes for 6.18 2025-10-04 11:13:11 -07:00
lib lib/vsprintf: Add specifier for printing struct timespec64 2025-11-19 10:24:13 +01:00
mm mm/mm_init: simplify deferred initialization of struct pages 2025-10-04 11:03:10 -07:00
net libceph: Switch to use %ptSp 2025-11-19 10:24:13 +01:00
rust dma-mapping updates for Linux 6.18: 2025-10-03 17:41:12 -07:00
samples
scripts It has been a relatively busy cycle in docsland, with changes all over: 2025-10-03 17:16:13 -07:00
security file->f_path constification 2025-10-03 16:32:36 -07:00
sound
tools guest_memfd: 2025-10-04 08:52:16 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap VFIO updates for v6.18-rc1 2025-10-04 08:24:54 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS RISC-V updates for the v6.18 merge window (part two) 2025-10-04 10:36:22 -07:00
Makefile It has been a relatively busy cycle in docsland, with changes all over: 2025-10-03 17:16:13 -07:00
README

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 reStructuredText 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.