You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Anton Kudrya b1bc265633 rda5807_vidioc_s_hw_freq_seek is non-blocking now. Add rda5807_check_hwSeek_state - function for checking hardware frequency seek state via file system 7 days ago
Documentation Merge remote-tracking branch 'upstream/linux-6.0.y' into linux-ag-6.0.y 1 month ago
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers 1 year ago
arch fixed my jamb with push 2 weeks ago
block block: don't allow splitting of a REQ_NOWAIT bio 2 months ago
certs certs: make system keyring depend on built-in x509 parser 6 months ago
crypto crypto: tcrypt - Fix multibuffer skcipher speed test mem leak 3 months ago
drivers rda5807_vidioc_s_hw_freq_seek is non-blocking now. Add rda5807_check_hwSeek_state - function for checking hardware frequency seek state via file system 7 days ago
fs btrfs: make thaw time super block check to also verify checksum 2 months ago
include Merge remote-tracking branch 'upstream/linux-6.0.y' into linux-ag-6.0.y 1 month ago
init init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash 4 months ago
io_uring io_uring: fix CQ waiting timeout handling 2 months ago
ipc ipc: fix memory leak in init_mqueue_fs() 3 months ago
kernel bpf: Fix panic due to wrong pageattr of im->image 2 months ago
lib test_kprobes: Fix implicit declaration error of test_kprobes 2 months ago
mm mm, compaction: fix fast_isolate_around() to stay within boundaries 3 months ago
net 9p/client: fix data race on req->status 2 months ago
samples samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe() 3 months ago
scripts scripts/faddr2line: Fix regression in name resolution on ppc64le 3 months ago
security device_cgroup: Roll back to original exceptions after copy failure 2 months ago
sound sound: soc: sy24145: fix i2c_device_id declaration 2 weeks ago
tools perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non BPF mode 2 months ago
usr Not a lot of material this cycle. Many singleton patches against various 10 months ago
virt KVM: Update gfn_to_pfn_cache khva when it moves within the same page 4 months ago
.clang-format inet: ping: use hlist_nulls rcu iterator during lookup 3 months ago
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 7 years ago
.get_maintainer.ignore get_maintainer: add Alan to .get_maintainer.ignore 7 months ago
.gitattributes .gitattributes: use 'dts' diff driver for dts files 3 years ago
.gitignore kbuild: split the second line of *.mod into *.usyms 11 months ago
.mailmap Qualcomm ARM64 DTS fixes for 6.0 6 months ago
COPYING COPYING: state that all contributions really are covered by this file 3 years ago
CREDITS drm for 5.20/6.0 8 months ago
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 3 years ago
Kconfig kbuild: ensure full rebuild when the compiler is updated 3 years ago
MAINTAINERS One MAINTAINERS update, two MM fixes, both cc:stable 6 months ago
Makefile Linux 6.0.19 2 months ago
README Drop all 00-INDEX files from Documentation/ 5 years ago

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.