2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-11-26 19:44:21 +08:00
Mainline Linux tree for various devices, only for fun :)
Go to file
Dmitry Baryshkov 69565c73fa soc: qcom: pmic_glink: enable UCSI on sc8180x
Now as all UCSI issues have been fixed, enable UCSI subdevice on the
Qualcomm SC8180X platform.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-03-30 22:18:50 +08:00
arch arm64: dts: qcom-mode-switch: allow 4 lanes for DisplayPort and enable QMP PHY mode-switch 2024-03-30 22:18:04 +08:00
block blk-throttle: Only use seq_printf() in tg_prfill_limit() 2024-03-27 10:28:47 -06:00
certs This update includes the following changes: 2023-11-02 16:15:30 -10:00
crypto This push fixes a regression that broke iwd as well as a divide by 2024-03-25 10:48:23 -07:00
Documentation dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Add mode-switch 2024-03-30 22:18:03 +08:00
drivers soc: qcom: pmic_glink: enable UCSI on sc8180x 2024-03-30 22:18:50 +08:00
fs Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git 2024-03-28 14:46:05 +11:00
include power: sequencing: implement the pwrseq core 2024-03-30 21:09:23 +08:00
init Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 2024-03-28 13:28:05 +11:00
io_uring io_uring: re-arrange Makefile order 2024-03-26 22:13:41 -06:00
ipc sysctl changes for v6.9-rc1 2024-03-18 14:59:13 -07:00
kernel Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git 2024-03-28 13:50:09 +11:00
lib Merge branch 'zstd-next' of https://github.com/terrelln/linux.git 2024-03-28 14:45:55 +11:00
LICENSES LICENSES: add 0BSD license text 2024-03-26 15:44:58 -07:00
mm mm-page_allocc-remove-unneeded-codes-in-numa-version-of-build_zonelists-v2 2024-03-28 15:09:49 +11:00
net Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git 2024-03-28 12:53:26 +11:00
Next Add linux-next specific files for 20240328 2024-03-28 15:50:35 +11:00
rust rust: add a rust helper for krealloc() 2024-03-26 15:44:22 -07:00
samples samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV 2024-03-27 15:27:50 +01:00
scripts Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2024-03-28 08:40:24 +11:00
security Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git 2024-03-28 14:46:05 +11:00
sound Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 2024-03-28 13:17:08 +11:00
tools Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git 2024-03-28 14:46:05 +11:00
usr Kbuild updates for v6.8 2024-01-18 17:57:07 -08:00
virt KVM Xen and pfncache changes for 6.9: 2024-03-11 10:42:55 -04:00
.clang-format clang-format: Update with v6.7-rc4's for_each macro list 2023-12-08 23:54:38 +01:00
.cocciconfig
.editorconfig Add .editorconfig file for basic formatting 2023-12-28 16:22:47 +09:00
.get_maintainer.ignore Add Jeff Kirsher to .get_maintainer.ignore 2024-03-08 11:36:54 +00:00
.gitattributes .gitattributes: set diff driver for Rust source code files 2023-05-31 17:48:25 +02:00
.gitignore kbuild: create a list of all built DTB files 2024-02-19 18:20:39 +09:00
.mailmap Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git 2024-03-28 09:33:40 +11:00
.rustfmt.toml rust: add .rustfmt.toml 2022-09-28 09:02:20 +02:00
COPYING
CREDITS MAINTAINERS: Drop Gustavo Pimentel as PCI DWC Maintainer 2024-03-27 13:41:02 -05:00
Kbuild Kbuild updates for v6.1 2022-10-10 12:00:45 -07:00
Kconfig kbuild: ensure full rebuild when the compiler is updated 2020-05-12 13:28:33 +09:00
localversion-next Add linux-next specific files for 20240328 2024-03-28 15:50:35 +11:00
MAINTAINERS power: sequencing: implement the pwrseq core 2024-03-30 21:09:23 +08:00
Makefile Linux 6.9-rc1 2024-03-24 14:10:05 -07:00
README README: Fix spelling 2024-03-18 03:36:32 -06:00

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.