9dbacd465a
* Two fixes for drivers that control the mapping of BMC memory over PCIe and LPC * Re-enable FWH2AHB on systems that have it closed off by default * A new id for the AST2625, an AST2600 variant -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE+nHMAt9PCBDH63wBa3ZZB4FHcJ4FAmEd31cACgkQa3ZZB4FH cJ7I/RAAicAazWZRX2hzbsKWWjd+JNWQiwRwJ6cojMlikRy8foqna0MrLTH3w5Y8 kngEt618jh3mD5BOMx5rjl74ToCBjvvcaTCIjwrWmx5O/2zQEpLNvZVdIonvLt5g 3b+ZksypO/ull3RHntAKVivGPkCvgQqsP8QshbYbiOnGPrPueOLzzN8kT2LHQ+V0 NJf+MiVdpe7ynPejWkq/OO79mz5KcNCOXHLirFqIrXaC9DFWE15H+L6U9AXx28gg UqXTwBreojBzikFsYb+a4ARgHTilfn10xF+7dVERUV0I5o2/UF7ZLzbSRmsLDpVe PTPWsvUcJuugQmTu4wNPSSaYJo1Vn7qCbpPdNAaU+FE0TGz26JDaNOR2ExIfscDO V51zo6RGTFaFWz6kB4rhz6glYjE0Ee35rhuRpXq9IqPdqAXXDH00hLjCn2a7/RxK K1AsLnaN3+yJrCCzBBN8ET8nzdM8YwiD+JhOR7szbdgQun23GC6vChIiYZDWvje4 E6G9pOv1Pl5qGcjSz6SSTa5ZlcEvrQBtrXkBFIL4n2lJeuPbvAnUHUlE95um+RGj Ck6caZAK1Xj6kXZlTRvV1zofo8iZjwdctxyY3hY1A4AZYKuMKqMHtFMSyw4I14TA 7wfB+/9jlL1th7gCWJoaCKT2FLpn7cXmwBkoAsnczKyy2HIY+SM= =kPiv -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmEedsYACgkQmmx57+YA GNngvQ/8DznceSeltNaXON6I75z0BlVRlkbjxOzLP5Fyq5v3rtPkRRoaeSF1GHWl pfsMUfMd/LZdZQC8OP1TDhBNKg/mKNEy7bkO3rJ4lqB8M0WTS5ijRF8iTaVNwbK/ iC6OOftXsKurWdTBjXJ7J0s4tLJBmc4RcwVO5/SeJ9l269oh3EyvYCNU91luPPsM 3PZX3yU7DuPOl/ydSGm6wQ/qvL/G3QbNKVG0TQ5RRnTRIpbJUYAxR9g9n/GO+5Oo wW73VHJMhLlXQ8Z0VzmRpwS6NJ+SGmrBj+TYEQfL7TxD8siJMsbDQvmrF7rDKem3 0JtPvoTURmyooJ1xwOGW/laCLPT1R4LILVFKPo7/CzOHAtUweVIYk7XEl/Aw+Pz8 V+J+0xVBqS18kDPlfCjQTSMG7ucFVcpAhlCXZofQB8F1VY4RfQxIYCtMd4AVnVqu 2sZ663LB2kgMtQ4dfZw0D/LK32xEUxzEsDyQxGSSqdOeLvsCC4RUkfgtMWFA6LWd uLmUSa3hH3RvkoXKY76yX3HwnHgHEopL4fTSdyQDrLVoiucb1IOPXDo2FvtRBk3R ENqaAAVfmBjLmkTK1NcQEyftzVa0aS3CnNLHC48GbeHN3i+/UQFpdVuNmDwOeoxy cTBUrFPJjqHGqHllo+VPtFoxuoTbjIVYmiGdfzpyEg2VfD8hnZA= =MUV/ -----END PGP SIGNATURE----- Merge tag 'aspeed-5.15-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into arm/soc ASPEED soc updates for 5.15 * Two fixes for drivers that control the mapping of BMC memory over PCIe and LPC * Re-enable FWH2AHB on systems that have it closed off by default * A new id for the AST2625, an AST2600 variant * tag 'aspeed-5.15-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc: soc: aspeed: Re-enable FWH2AHB on AST2600 soc: aspeed: socinfo: Add AST2625 variant soc: aspeed: p2a-ctrl: Fix boundary check for mmap soc: aspeed: lpc-ctrl: Fix boundary check for mmap Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
---|---|---|
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.