- preliminary changes for RISC-V - add support for setting the resolution on the EFI framebuffer - simplify kernel image loading for arm64 - Move .bss into .data via the linker script instead of relying on symbol annotations. - Get rid of __pure getters to access global variables - Clean up the config table matching arrays -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEnNKg2mrY9zMBdeK7wjcgfpV0+n0FAl6i4QUACgkQwjcgfpV0 +n3wxwf/d8+8UD2fsx0MZtGP6SguVFVjiKo/cfaIHPQh+i4uFFqatPpdF/gFDT+M SUVG1xtxqfSbwC0XlbfRf2LIsRjwy9J6WXV1hMARMd5mV9G18FRudMyIHbYPRjJS SQds6/4uTzKpRtUUHusocKfyaH9adxE3dGuFMfI0gMPBy0jpwvmMMyULFUnnxOAX XPuB9EQHAZOPjA/QnmahKyPWKpDOtxx+t5WMejig0+IWHSLsVGzjOsFPEb41Ekqz 7lGP2o/upQ7FPsbEwANcDZcieRW2u8E4y9Yri5gJpEei6TGzo2oHgwBJROjUTRvB 8j1H7xyTO9ADNnKpClrnGpOkPoSLjw== =sg+h -----END PGP SIGNATURE----- Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core Pull EFI changes for v5.8 from Ard Biesheuvel: "- preliminary changes for RISC-V - add support for setting the resolution on the EFI framebuffer - simplify kernel image loading for arm64 - Move .bss into .data via the linker script instead of relying on symbol annotations. - Get rid of __pure getters to access global variables - Clean up the config table matching arrays" Signed-off-by: Ingo Molnar <mingo@kernel.org>
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.
Description
Languages
C
97.6%
Assembly
1%
Shell
0.5%
Python
0.3%
Makefile
0.3%