Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
AngeloGioacchino Del Regno cbf3502c0b arm64: dts: qcom: msm8998: Add APR services configuration
Add the standard APR Q6 services configuration for MSM8998, used by
boards supporting the audio dsp.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
2022-06-05 20:06:40 +03:00
arch arm64: dts: qcom: msm8998: Add APR services configuration 2022-06-05 20:06:40 +03:00
block block/mq-deadline: Set the fifo_time member also if inserting at head 2022-05-13 17:02:46 -06:00
certs Kbuild updates for v5.18 2022-03-31 11:59:03 -07:00
crypto for-5.18/64bit-pi-2022-03-25 2022-03-26 12:01:35 -07:00
Documentation dt-bindings: input: Add binding for gpio-fastmatrix-keyboard 2022-06-05 20:06:39 +03:00
drivers clk: qcom: gcc-msm8998: Add LPASS adsp and core GDSCs 2022-06-05 20:06:40 +03:00
fs afs: Fix afs_getattr() to refetch file status if callback break occurred 2022-05-22 09:25:47 -10:00
include dt-bindings: clock: gcc-msm8998: Add LPASS adsp/core GDSCs definitions 2022-06-05 20:06:40 +03:00
init random: handle latent entropy and command line from random_init() 2022-05-30 09:24:07 +02:00
ipc
kernel timekeeping: Add raw clock fallback for random_get_entropy() 2022-05-30 09:24:04 +02:00
lib random: remove ratelimiting for in-kernel unseeded randomness 2022-05-30 09:24:07 +02:00
LICENSES
mm random: move randomize_page() into mm where it belongs 2022-05-30 09:24:08 +02:00
net A fix for a nasty use-after-free, marked for stable. 2022-05-20 08:15:40 -10:00
samples sched/tracing: Append prev_state to tp args instead 2022-05-12 00:37:11 +02:00
scripts objtool: Enable unreachable warnings for CLANG LTO 2022-04-19 21:58:48 +02:00
security lockdown: also lock down previous kgdb use 2022-05-30 09:24:03 +02:00
sound ALSA: ctxfi: Add SB046x PCI ID 2022-05-30 09:24:09 +02:00
tools perf tools fixes for v5.18: 6th batch 2022-05-21 14:14:02 -10:00
usr Kbuild updates for v5.18 2022-03-31 11:59:03 -07:00
virt KVM: Free new dirty bitmap if creating a new memslot fails 2022-05-20 13:02:05 -04:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap hotfixes for 5.18-rc7 2022-05-13 10:22:37 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add entry for Qualcomm CPRv3/v4/Hardened driver 2022-06-05 20:06:38 +03:00
Makefile Linux 5.18.1 2022-05-30 09:24:09 +02:00
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.