mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
Linux kernel source tree
This series include: - Tegra driver fixes - new Tegra devices - Rockchip fixes - Exynos-bus fixes - Event: add "event type" - Passive: notifier updates -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJdYgy9AAoJEBOhurvWBoCKQmkQAIanHQCUpCCVub47o0UxiDWq 2SBbAwr1p5BXfd8hxASap1qM8X4iyUPeiczwbs9lAZWBlUYAX0Yal+D2igqxzCmP xUT8E9UWJQPxt6hqoZ3o88Wdk/hYbgfxwKBRJ9YTH8/x6WWJKfDOOrTWAzKkgfNF VMxzkR7T/yshLdelRe0iay5gKegYBr2SszeGjqEd4q3pW+gAg40CjLznNn3WnZo8 dZZAyQci3DwPuq4qqnCW2koiminugH2Oo43YZpk43nsp2W0ksd35dQL2VNgoWmsQ TWy9YzwbzKRMrrgPlZylV0xJjCcApGpBoPuOneQ9nwvrz8O5puOWKZok+ddLxURP e/1eonl8JF5mLTbbRaLCPGIHq5moRcwXLohJH7uyzoLXRUWHNmt9XCfYltAtwaGo zBjt4kN/rVY71HW4x8NE01a2e4YAjyFt3Xs5n9OciJ2NeTrBFJuBwu9KzSRmksh0 Y8ZFVTjKS1exRZwgkGJao9QBImmW7gUOqueWEz4YhGZ7DI1GbjBhrB1CBm5Bu7+i qxuEgkl49oCSQ5iR2yCISUl6HiVGLPCw9kS119xilmmPy4XqibvTDVp4HupnZP5W OCu9C9LsNe2E/FpW2IMNX6j8s6P6DsN0xsVzXMfp7TUBAJ+xC0HpdDRHDpubKIr0 qMgPEzZhsxm/E/hw6r7d =Lu45 -----END PGP SIGNATURE----- Merge tag 'pullreq201908' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq Pull devfreq changes for v5.4 from MyungJoo Ham: "This series include: - Tegra driver fixes - new Tegra devices - Rockchip fixes - Exynos-bus fixes - Event: add "event type" - Passive: notifier updates" * tag 'pullreq201908' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq: (27 commits) PM / devfreq: passive: Use non-devm notifiers PM / devfreq: exynos-bus: Convert to use dev_pm_opp_set_rate() PM / devfreq: exynos-bus: Correct clock enable sequence PM / devfreq: Correct devm_devfreq_remove_device() documentation PM / devfreq: events: extend events by type of counted data PM / devfreq: exynos-events: change matching code during probe PM / devfreq: tegra20: add COMMON_CLK dependency PM / devfreq: events: add Exynos PPMU new events PM / devfreq: Fix kernel oops on governor module load PM / devfreq: rk3399_dmc: Fix spelling typo PM / devfreq: Fix spelling typo PM / devfreq: Introduce driver for NVIDIA Tegra20 PM / devfreq: tegra: Rename tegra-devfreq.c to tegra30-devfreq.c PM / devfreq: tegra: Enable COMPILE_TEST for the driver PM / devfreq: tegra: Support Tegra30 PM / devfreq: tegra: Reconfigure hardware on governor's restart PM / devfreq: tegra: Move governor registration to driver's probe PM / devfreq: tegra: Mark ACTMON's governor as immutable PM / devfreq: tegra: Avoid inconsistency of current frequency value PM / devfreq: tegra: Clean up driver's probe / remove ... |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| 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.