Makefile: Introduce Makefile for build infra I am going to do this in make(1) I think.
README.md: Add a README
doc/buildphase4.txt: Add bpftrace-tools install instructions
bin/bpftrace-tools/dist/{gethostlatency,threadsnoop}.bt: Update paths
Merge bpftrace tools 0.12.1 import
bin/bpftrace-tools/dist: Import bpftrace tools v0.12.1 Skipped bashreadline as we link to external library, whereas script instruments the internal implementation. Skipped xfsdist as we ship without XFS support in kernel or userspace. Skipped CMake file as it's not needed.
kernel/dist/kernel/gen_kheaders.sh: bsdtar compat
boot/grub/grub.cfg: Add a GRUB config to use.
kernel/config: Enable DRM Support for bochs VGA interface CONFIG_DRM_BOCHS is used by Qemu stdvga device (-vga std)
kernel/config: Enable QXL vGPU driver for QEMU SPICE
kernel/config: Enable support for VMware Virtual GPU which the Xorg vmware driver binds to. Used by the default emulated graphics card in VirtualBox (VMSVGA). Need to "Enable framebuffer console under vmwgfx by default" (CONFIG_DRM_VMWGFX_FBCON) otherwise screen goes blank after system goes multiuser, though system is still functional.
kernel/config: Need mouse interface for X11 to operate cursor
kernel/config: Update config to 5.10.36 defaults using make oldconfig.
doc/buildphase4.txt: Need libdwelf.h to build SystemTap
Merge man-pages 5.10 import
share/man/dist: Import man-pages 5.10
etc/motd: Add etc/motd to highlight some tasks to get started on login.
doc/buildphase4.txt: Need more than libelf from elfutils as dwarves requires libdw & libdwfl as well.
Merge Linux 5.10.36 import
kernel/dist: Import Linux 5.10.36