├── android ├── art.md ├── bionic.md ├── build.md ├── cts.md ├── docs.md ├── frameworks-base-app.md ├── frameworks-base-bootanimation.md ├── frameworks-base-hwui.md ├── frameworks-base-media.md ├── frameworks-base-view.md ├── frameworks-base-widget.md ├── frameworks-base-wm.md ├── frameworks-native-binder.md ├── frameworks-native-libui.md ├── frameworks-native-opengl.md ├── frameworks-native-surfaceflinger-overview.md ├── frameworks-native-surfaceflinger.md ├── frameworks-native-vulkan.md ├── kernel.md ├── packages-modules-adb.md ├── packages-modules-bluetooth.md ├── sdk-emulator.md ├── sdk.md ├── system-core-fastboot.md ├── system-core-init.md ├── system-core-libprocessgroup.md └── system-core-rootdir.md ├── coding ├── build │ ├── autotools.md │ ├── bazel.md │ ├── cmake.md │ ├── gn.md │ ├── gradle.md │ ├── make.md │ ├── meson.md │ └── pkgconf.md ├── lang │ ├── arm.md │ ├── c++.md │ ├── c.md │ ├── go.md │ ├── java.md │ ├── javascript.md │ ├── lang.md │ ├── php.md │ ├── python.md │ ├── riscv.md │ ├── rust-book.md │ ├── rust-cargo.md │ ├── rust-ref.md │ ├── rust.md │ └── x86.md ├── library │ ├── e.md │ ├── gtk.md │ ├── http.md │ ├── minijail.md │ ├── perfetto.md │ └── qt.md ├── toolchain │ ├── backtrace.md │ ├── binutils.md │ ├── cross.md │ ├── elf.md │ ├── gcc.md │ ├── gdb.md │ ├── glibc.md │ ├── llvm-tablegen.md │ ├── llvm.md │ └── sanitizers.md └── tooling │ ├── doxygen.md │ ├── git.md │ ├── gitlab-ci.md │ └── mercurial.md ├── cros ├── autotest.md ├── chromite.md ├── docs.md ├── kernel.md ├── platform-depthcharge.md ├── platform-ec.md ├── platform-tast.md ├── platform-ti50.md ├── platform2-arc.md ├── platform2-camera.md ├── platform2-crash-reporter.md ├── platform2-cryptohome.md ├── platform2-debugd.md ├── platform2-dlcservice.md ├── platform2-init.md ├── platform2-libsegmentation.md ├── platform2-ml.md ├── platform2-vm-sommelier.md └── platform2-vm.md ├── distro ├── archlinux.md ├── armbian.md ├── cadmium.md ├── debian.md ├── fdisk.md ├── file-hierarchy.md ├── gentoo.md ├── openwrt.md ├── unix.md └── yocto.md ├── firmware ├── coreboot.md ├── grub.md ├── syslinux.md ├── u-boot.md └── uefi.md ├── graphics ├── app │ ├── api-opencl.md │ ├── api-opengl.md │ ├── api-openxr.md │ ├── api-spirv.md │ ├── api-vulkan.md │ ├── chromium-base.md │ ├── chromium-gpu.md │ ├── chromium-media.md │ ├── chromium-mojo.md │ ├── chromium.md │ ├── game-algo.md │ ├── game-bench.md │ ├── game-citra.md │ ├── game-dota2.md │ ├── game-hollow-knight.md │ ├── game-ioquake3.md │ ├── game-steam.md │ ├── game-wine.md │ ├── lib-angle.md │ ├── lib-dawn.md │ ├── lib-sdl.md │ ├── lib-skia.md │ ├── ml.md │ ├── tool-apitrace.md │ ├── tool-deqp.md │ ├── tool-igt.md │ ├── tool-perf.md │ ├── tool-piglit.md │ └── tool-renderdoc.md ├── compositor │ ├── mutter.md │ ├── wayland.md │ ├── wlroots.md │ ├── x-clipboard.md │ ├── x-composite.md │ ├── x-dri.md │ ├── x-dri2.md │ ├── x-dri3.md │ ├── x-latency.md │ ├── x-modesetting.md │ ├── x-present.md │ ├── x-render.md │ ├── x-rootless.md │ ├── x-swapbuffers.md │ └── xkb.md ├── gpu │ ├── amd-amdvlk.md │ ├── amd-isa-rdna3.md │ ├── amd.md │ ├── arm-csf.md │ ├── arm-kbase.md │ ├── arm.md │ ├── gpu.md │ ├── imagination.md │ ├── intel.md │ ├── nvidia.md │ ├── qualcomm-kgsl.md │ ├── qualcomm-pipeline.dot │ └── qualcomm.md ├── mesa │ ├── anv.md │ ├── build-android.md │ ├── build.md │ ├── ci.md │ ├── compiler-cl.md │ ├── compiler-nir.md │ ├── compiler-spirv.md │ ├── gallium-dri.md │ ├── gallium-freedreno.md │ ├── gallium-llvmpipe.md │ ├── gallium-panfrost.md │ ├── gallium-radeonsi.md │ ├── gallium-va.md │ ├── gallium-virgl.md │ ├── gallium.md │ ├── gbm.md │ ├── gl-egl.md │ ├── gl-glapi.md │ ├── gl-glsl-parser.md │ ├── gl-glsl.md │ ├── gl-glx.md │ ├── gl-mesa.md │ ├── legacy-driver.md │ ├── legacy-es.md │ ├── legacy-gallium-draw.md │ ├── legacy-prog.md │ ├── legacy-shader.md │ ├── legacy-swrast.md │ ├── legacy-tnl.md │ ├── legacy-vbo.md │ ├── libdrm.md │ ├── panvk-compiler.md │ ├── panvk-cs.md │ ├── panvk-jm.md │ ├── panvk.md │ ├── radv-aco.md │ ├── radv.md │ ├── shader-db.md │ ├── tool-drm-shim.md │ ├── tool-pps.md │ ├── turnip-ir3.md │ ├── turnip.md │ ├── util-disk-cache.md │ ├── util-driconf.md │ ├── util-format.md │ ├── util-utrace.md │ ├── util.md │ ├── vulkan-overlay.md │ ├── vulkan-runtime.md │ └── vulkan-wsi.md └── spec │ ├── data-format.md │ ├── direct3d.md │ ├── egl.md │ ├── glsl.md │ ├── gltf.md │ ├── opencl.md │ ├── opengl.md │ ├── spirv.md │ └── vulkan.md ├── hardware ├── cpu.md ├── diagnosis.md ├── homelab.md ├── pc.md ├── soc-allwinner.md ├── soc-amd.md ├── soc-arm.md ├── soc-broadcom.md ├── soc-google.md ├── soc-intel.md ├── soc-mediatek.md ├── soc-qualcomm.md └── soc-rockchip.md ├── life ├── electricity.md ├── food.md ├── manga.md ├── weight-loss.md └── workout.md ├── linux ├── arch │ ├── arm64-kvm.md │ ├── arm64-mm.md │ ├── arm64.md │ ├── um.md │ ├── x86-kvm.md │ ├── x86-mm.md │ └── x86.md ├── block.md ├── crypto.md ├── doc.md ├── drivers │ ├── acpi │ │ ├── acpi.md │ │ ├── bus.md │ │ ├── button.md │ │ ├── scan.md │ │ └── sleep.md │ ├── ata.md │ ├── base │ │ ├── auxiliary.md │ │ ├── bus.md │ │ ├── class.md │ │ ├── component.md │ │ ├── core.md │ │ ├── dd.md │ │ ├── devres.md │ │ ├── driver.md │ │ ├── firmware.md │ │ ├── power.md │ │ └── regmap.md │ ├── block-loop.md │ ├── bluetooth.md │ ├── char-tpm.md │ ├── char.md │ ├── clk.md │ ├── clocksource.md │ ├── cpufreq.md │ ├── cpuidle.md │ ├── crypto.md │ ├── devfreq.md │ ├── dma-buf.md │ ├── dma.md │ ├── firmware-arm-scmi.md │ ├── firmware-dmi.md │ ├── firmware-efi.md │ ├── gpio.md │ ├── gpu │ │ ├── drm-amd-amdgpu.md │ │ ├── drm-amd-amdkfd.md │ │ ├── drm-amd-display.md │ │ ├── drm-amd-pm.md │ │ ├── drm-bridge.md │ │ ├── drm-client.md │ │ ├── drm-drv.md │ │ ├── drm-exec.md │ │ ├── drm-gem.md │ │ ├── drm-gma500.md │ │ ├── drm-gpuvm.md │ │ ├── drm-i915.md │ │ ├── drm-ioctl.md │ │ ├── drm-kms-atomic.md │ │ ├── drm-kms-connector.md │ │ ├── drm-kms-crtc.md │ │ ├── drm-kms-encoder.md │ │ ├── drm-kms-framebuffer.md │ │ ├── drm-kms-plane.md │ │ ├── drm-kms-property.md │ │ ├── drm-kms-vblank.md │ │ ├── drm-mediatek.md │ │ ├── drm-msm-display.md │ │ ├── drm-msm.md │ │ ├── drm-overview.md │ │ ├── drm-panel.md │ │ ├── drm-panfrost.md │ │ ├── drm-panthor.md │ │ ├── drm-print.md │ │ ├── drm-radeon.md │ │ ├── drm-rockchip.md │ │ ├── drm-scheduler.md │ │ ├── drm-syncobj.md │ │ ├── drm-ttm.md │ │ ├── drm-vc4.md │ │ ├── drm-vgem.md │ │ ├── drm-vkms.md │ │ └── drm-xe.md │ ├── hid.md │ ├── hwmon.md │ ├── i2c.md │ ├── iio.md │ ├── input.md │ ├── interconnect.md │ ├── iommu.md │ ├── irqchip.md │ ├── leds.md │ ├── mailbox.md │ ├── md.md │ ├── media-usb.md │ ├── media-v4l2-core.md │ ├── media-videobuf2.md │ ├── media.md │ ├── mfd.md │ ├── misc.md │ ├── mmc.md │ ├── mtd.md │ ├── net.md │ ├── nvme.md │ ├── nvmem.md │ ├── of.md │ ├── opp.md │ ├── pci.md │ ├── phy.md │ ├── pinctrl.md │ ├── platform.md │ ├── pmdomain.md │ ├── pnp.md │ ├── power.md │ ├── powercap.md │ ├── pwm.md │ ├── regulator.md │ ├── remoteproc.md │ ├── reset.md │ ├── rpmsg.md │ ├── rtc.md │ ├── scsi.md │ ├── soundwire.md │ ├── spi.md │ ├── spmi.md │ ├── tee.md │ ├── thermal.md │ ├── thunderbolt.md │ ├── tty │ │ ├── pty.md │ │ ├── serial.md │ │ ├── sysrq.md │ │ ├── tty.dia │ │ ├── tty_io.md │ │ └── vt.md │ ├── ufs.md │ ├── usb-gadget.md │ ├── usb-serial.md │ ├── usb-storage.md │ ├── usb-typec.md │ ├── usb.md │ ├── vfio.md │ ├── vhost.md │ ├── video.md │ ├── virt.md │ ├── virtio.md │ └── watchdog.md ├── fs │ ├── binfmt.md │ ├── btrfs.md │ ├── char_dev.md │ ├── exec.md │ ├── fat.md │ ├── filesystems.md │ ├── ioctl.md │ ├── namei.md │ ├── namespace.md │ ├── nls.md │ ├── open.md │ ├── pipe.md │ ├── proc.md │ ├── pstore.md │ ├── ramfs.md │ ├── stat.md │ ├── sync.md │ ├── sysfs.md │ └── xattr.md ├── include │ ├── linux-atomic.md │ ├── linux-bitops.md │ ├── linux-io.md │ └── linux-math.md ├── init.md ├── io_uring.md ├── ipc.md ├── kbuild.md ├── kconfig │ ├── defconfig-amd │ ├── defconfig-cros │ ├── defconfig-intel │ ├── defconfig-mtk │ ├── defconfig-qcom │ ├── defconfig-qemu-arm64 │ ├── defconfig-qemu-x86 │ ├── defconfig-rk │ ├── defconfig.md │ └── kconfig.md ├── kernel │ ├── audit.md │ ├── dma.md │ ├── exit.md │ ├── fork.md │ ├── futex.md │ ├── hung_task.md │ ├── irq.md │ ├── ksysfs.md │ ├── kthread.md │ ├── locking.md │ ├── module.md │ ├── nsproxy.md │ ├── panic.md │ ├── power.md │ ├── printk.md │ ├── rcu.md │ ├── reboot.md │ ├── resource.md │ ├── sched.md │ ├── seccomp.md │ ├── signal.md │ ├── smp.md │ ├── softirq.md │ ├── sys.md │ ├── time.md │ ├── trace.md │ ├── watchdog.md │ └── workqueue.md ├── lib │ ├── kobject.md │ ├── kunit.md │ └── vsprintf.md ├── mm │ ├── cma.md │ ├── filemap.md │ ├── memory.md │ ├── mmap.md │ ├── numa.md │ ├── page_alloc.md │ ├── shmem.md │ ├── sparse.md │ ├── swap.md │ ├── vmalloc.md │ ├── vmscan.md │ └── vmstat.md ├── net │ ├── bridge.md │ ├── core.md │ ├── netfilter.md │ ├── netlink.md │ └── socket.md ├── security.md ├── sound │ ├── ac97.md │ ├── drivers.md │ ├── hda.md │ ├── soc-amd.md │ ├── soc-intel.md │ ├── soc.md │ └── usb.md ├── tools.md └── virt-kvm.md ├── systemd ├── libsystemd.md ├── systemd-boot.md ├── systemd-cryptsetup.md ├── systemd-journald.md ├── systemd-logind.md ├── systemd-networkd.md ├── systemd-nspawn.md ├── systemd-resolved.md ├── systemd-special.md ├── systemd-udevd.md ├── systemd-unit.md ├── systemd-user.md ├── systemd.md └── ukify.md └── tools ├── ansible.md ├── awk.md ├── bash.md ├── bluez.md ├── busybox.md ├── calibre.md ├── container ├── docker.md ├── lxc.md └── podman.md ├── coreutils.md ├── dbus.md ├── dm.md ├── dos.md ├── fido.md ├── findutils.md ├── flashrom.md ├── flatpak.md ├── font.md ├── fwupd.md ├── google.md ├── latex.md ├── media ├── alsa.md ├── camera.md ├── drm.md ├── ffmpeg.md ├── format.md ├── mpv.md ├── obs-studio.md ├── pipewire.md ├── placebo.md ├── vaapi.md └── ycbcr.md ├── networks ├── NetworkManager.md ├── docsis.md ├── ethernet.md ├── iproute2.md ├── ipv6.md ├── nftables.md ├── wifi.md └── wireguard.md ├── openpgp.md ├── openssl.md ├── pam.md ├── pdf.md ├── procps.md ├── rsync.md ├── selinux.md ├── service ├── avahi.md ├── cups.md ├── dnsmasq.md ├── home-assistant.md ├── kea.md ├── nginx.md ├── ports.md ├── prometheus.md ├── samba.md ├── sane.md ├── smtp.md ├── ssh.md ├── unbound.md └── vnc.md ├── shadow.md ├── sudo.md ├── terminal.md ├── trace-cmd.md ├── util-linux.md ├── vim.md ├── vm ├── crosvm.md ├── qemu-gfxstream.md ├── qemu-memory.md ├── qemu-virtio-gpu.md └── qemu.md ├── windows.md ├── xdg.md └── zstd.md /android/art.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/art.md -------------------------------------------------------------------------------- /android/bionic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/bionic.md -------------------------------------------------------------------------------- /android/build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/build.md -------------------------------------------------------------------------------- /android/cts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/cts.md -------------------------------------------------------------------------------- /android/docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/docs.md -------------------------------------------------------------------------------- /android/frameworks-base-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-base-app.md -------------------------------------------------------------------------------- /android/frameworks-base-bootanimation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-base-bootanimation.md -------------------------------------------------------------------------------- /android/frameworks-base-hwui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-base-hwui.md -------------------------------------------------------------------------------- /android/frameworks-base-media.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-base-media.md -------------------------------------------------------------------------------- /android/frameworks-base-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-base-view.md -------------------------------------------------------------------------------- /android/frameworks-base-widget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-base-widget.md -------------------------------------------------------------------------------- /android/frameworks-base-wm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-base-wm.md -------------------------------------------------------------------------------- /android/frameworks-native-binder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-native-binder.md -------------------------------------------------------------------------------- /android/frameworks-native-libui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-native-libui.md -------------------------------------------------------------------------------- /android/frameworks-native-opengl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-native-opengl.md -------------------------------------------------------------------------------- /android/frameworks-native-surfaceflinger-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-native-surfaceflinger-overview.md -------------------------------------------------------------------------------- /android/frameworks-native-surfaceflinger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-native-surfaceflinger.md -------------------------------------------------------------------------------- /android/frameworks-native-vulkan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/frameworks-native-vulkan.md -------------------------------------------------------------------------------- /android/kernel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/kernel.md -------------------------------------------------------------------------------- /android/packages-modules-adb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/packages-modules-adb.md -------------------------------------------------------------------------------- /android/packages-modules-bluetooth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/packages-modules-bluetooth.md -------------------------------------------------------------------------------- /android/sdk-emulator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/sdk-emulator.md -------------------------------------------------------------------------------- /android/sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/sdk.md -------------------------------------------------------------------------------- /android/system-core-fastboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/system-core-fastboot.md -------------------------------------------------------------------------------- /android/system-core-init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/system-core-init.md -------------------------------------------------------------------------------- /android/system-core-libprocessgroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/system-core-libprocessgroup.md -------------------------------------------------------------------------------- /android/system-core-rootdir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/android/system-core-rootdir.md -------------------------------------------------------------------------------- /coding/build/autotools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/build/autotools.md -------------------------------------------------------------------------------- /coding/build/bazel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/build/bazel.md -------------------------------------------------------------------------------- /coding/build/cmake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/build/cmake.md -------------------------------------------------------------------------------- /coding/build/gn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/build/gn.md -------------------------------------------------------------------------------- /coding/build/gradle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/build/gradle.md -------------------------------------------------------------------------------- /coding/build/make.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/build/make.md -------------------------------------------------------------------------------- /coding/build/meson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/build/meson.md -------------------------------------------------------------------------------- /coding/build/pkgconf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/build/pkgconf.md -------------------------------------------------------------------------------- /coding/lang/arm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/arm.md -------------------------------------------------------------------------------- /coding/lang/c++.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/c++.md -------------------------------------------------------------------------------- /coding/lang/c.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/c.md -------------------------------------------------------------------------------- /coding/lang/go.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/go.md -------------------------------------------------------------------------------- /coding/lang/java.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/java.md -------------------------------------------------------------------------------- /coding/lang/javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/javascript.md -------------------------------------------------------------------------------- /coding/lang/lang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/lang.md -------------------------------------------------------------------------------- /coding/lang/php.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/php.md -------------------------------------------------------------------------------- /coding/lang/python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/python.md -------------------------------------------------------------------------------- /coding/lang/riscv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/riscv.md -------------------------------------------------------------------------------- /coding/lang/rust-book.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/rust-book.md -------------------------------------------------------------------------------- /coding/lang/rust-cargo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/rust-cargo.md -------------------------------------------------------------------------------- /coding/lang/rust-ref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/rust-ref.md -------------------------------------------------------------------------------- /coding/lang/rust.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/rust.md -------------------------------------------------------------------------------- /coding/lang/x86.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/lang/x86.md -------------------------------------------------------------------------------- /coding/library/e.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/library/e.md -------------------------------------------------------------------------------- /coding/library/gtk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/library/gtk.md -------------------------------------------------------------------------------- /coding/library/http.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/library/http.md -------------------------------------------------------------------------------- /coding/library/minijail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/library/minijail.md -------------------------------------------------------------------------------- /coding/library/perfetto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/library/perfetto.md -------------------------------------------------------------------------------- /coding/library/qt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/library/qt.md -------------------------------------------------------------------------------- /coding/toolchain/backtrace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/toolchain/backtrace.md -------------------------------------------------------------------------------- /coding/toolchain/binutils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/toolchain/binutils.md -------------------------------------------------------------------------------- /coding/toolchain/cross.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/toolchain/cross.md -------------------------------------------------------------------------------- /coding/toolchain/elf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/toolchain/elf.md -------------------------------------------------------------------------------- /coding/toolchain/gcc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/toolchain/gcc.md -------------------------------------------------------------------------------- /coding/toolchain/gdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/toolchain/gdb.md -------------------------------------------------------------------------------- /coding/toolchain/glibc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/toolchain/glibc.md -------------------------------------------------------------------------------- /coding/toolchain/llvm-tablegen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/toolchain/llvm-tablegen.md -------------------------------------------------------------------------------- /coding/toolchain/llvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/toolchain/llvm.md -------------------------------------------------------------------------------- /coding/toolchain/sanitizers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/toolchain/sanitizers.md -------------------------------------------------------------------------------- /coding/tooling/doxygen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/tooling/doxygen.md -------------------------------------------------------------------------------- /coding/tooling/git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/tooling/git.md -------------------------------------------------------------------------------- /coding/tooling/gitlab-ci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/tooling/gitlab-ci.md -------------------------------------------------------------------------------- /coding/tooling/mercurial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/coding/tooling/mercurial.md -------------------------------------------------------------------------------- /cros/autotest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/autotest.md -------------------------------------------------------------------------------- /cros/chromite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/chromite.md -------------------------------------------------------------------------------- /cros/docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/docs.md -------------------------------------------------------------------------------- /cros/kernel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/kernel.md -------------------------------------------------------------------------------- /cros/platform-depthcharge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform-depthcharge.md -------------------------------------------------------------------------------- /cros/platform-ec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform-ec.md -------------------------------------------------------------------------------- /cros/platform-tast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform-tast.md -------------------------------------------------------------------------------- /cros/platform-ti50.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform-ti50.md -------------------------------------------------------------------------------- /cros/platform2-arc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform2-arc.md -------------------------------------------------------------------------------- /cros/platform2-camera.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform2-camera.md -------------------------------------------------------------------------------- /cros/platform2-crash-reporter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform2-crash-reporter.md -------------------------------------------------------------------------------- /cros/platform2-cryptohome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform2-cryptohome.md -------------------------------------------------------------------------------- /cros/platform2-debugd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform2-debugd.md -------------------------------------------------------------------------------- /cros/platform2-dlcservice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform2-dlcservice.md -------------------------------------------------------------------------------- /cros/platform2-init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform2-init.md -------------------------------------------------------------------------------- /cros/platform2-libsegmentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform2-libsegmentation.md -------------------------------------------------------------------------------- /cros/platform2-ml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform2-ml.md -------------------------------------------------------------------------------- /cros/platform2-vm-sommelier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform2-vm-sommelier.md -------------------------------------------------------------------------------- /cros/platform2-vm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/cros/platform2-vm.md -------------------------------------------------------------------------------- /distro/archlinux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/distro/archlinux.md -------------------------------------------------------------------------------- /distro/armbian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/distro/armbian.md -------------------------------------------------------------------------------- /distro/cadmium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/distro/cadmium.md -------------------------------------------------------------------------------- /distro/debian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/distro/debian.md -------------------------------------------------------------------------------- /distro/fdisk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/distro/fdisk.md -------------------------------------------------------------------------------- /distro/file-hierarchy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/distro/file-hierarchy.md -------------------------------------------------------------------------------- /distro/gentoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/distro/gentoo.md -------------------------------------------------------------------------------- /distro/openwrt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/distro/openwrt.md -------------------------------------------------------------------------------- /distro/unix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/distro/unix.md -------------------------------------------------------------------------------- /distro/yocto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/distro/yocto.md -------------------------------------------------------------------------------- /firmware/coreboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/firmware/coreboot.md -------------------------------------------------------------------------------- /firmware/grub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/firmware/grub.md -------------------------------------------------------------------------------- /firmware/syslinux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/firmware/syslinux.md -------------------------------------------------------------------------------- /firmware/u-boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/firmware/u-boot.md -------------------------------------------------------------------------------- /firmware/uefi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/firmware/uefi.md -------------------------------------------------------------------------------- /graphics/app/api-opencl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/api-opencl.md -------------------------------------------------------------------------------- /graphics/app/api-opengl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/api-opengl.md -------------------------------------------------------------------------------- /graphics/app/api-openxr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/api-openxr.md -------------------------------------------------------------------------------- /graphics/app/api-spirv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/api-spirv.md -------------------------------------------------------------------------------- /graphics/app/api-vulkan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/api-vulkan.md -------------------------------------------------------------------------------- /graphics/app/chromium-base.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/chromium-base.md -------------------------------------------------------------------------------- /graphics/app/chromium-gpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/chromium-gpu.md -------------------------------------------------------------------------------- /graphics/app/chromium-media.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/chromium-media.md -------------------------------------------------------------------------------- /graphics/app/chromium-mojo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/chromium-mojo.md -------------------------------------------------------------------------------- /graphics/app/chromium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/chromium.md -------------------------------------------------------------------------------- /graphics/app/game-algo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/game-algo.md -------------------------------------------------------------------------------- /graphics/app/game-bench.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/game-bench.md -------------------------------------------------------------------------------- /graphics/app/game-citra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/game-citra.md -------------------------------------------------------------------------------- /graphics/app/game-dota2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/game-dota2.md -------------------------------------------------------------------------------- /graphics/app/game-hollow-knight.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/game-hollow-knight.md -------------------------------------------------------------------------------- /graphics/app/game-ioquake3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/game-ioquake3.md -------------------------------------------------------------------------------- /graphics/app/game-steam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/game-steam.md -------------------------------------------------------------------------------- /graphics/app/game-wine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/game-wine.md -------------------------------------------------------------------------------- /graphics/app/lib-angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/lib-angle.md -------------------------------------------------------------------------------- /graphics/app/lib-dawn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/lib-dawn.md -------------------------------------------------------------------------------- /graphics/app/lib-sdl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/lib-sdl.md -------------------------------------------------------------------------------- /graphics/app/lib-skia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/lib-skia.md -------------------------------------------------------------------------------- /graphics/app/ml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/ml.md -------------------------------------------------------------------------------- /graphics/app/tool-apitrace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/tool-apitrace.md -------------------------------------------------------------------------------- /graphics/app/tool-deqp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/tool-deqp.md -------------------------------------------------------------------------------- /graphics/app/tool-igt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/tool-igt.md -------------------------------------------------------------------------------- /graphics/app/tool-perf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/tool-perf.md -------------------------------------------------------------------------------- /graphics/app/tool-piglit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/tool-piglit.md -------------------------------------------------------------------------------- /graphics/app/tool-renderdoc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/app/tool-renderdoc.md -------------------------------------------------------------------------------- /graphics/compositor/mutter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/mutter.md -------------------------------------------------------------------------------- /graphics/compositor/wayland.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/wayland.md -------------------------------------------------------------------------------- /graphics/compositor/wlroots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/wlroots.md -------------------------------------------------------------------------------- /graphics/compositor/x-clipboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/x-clipboard.md -------------------------------------------------------------------------------- /graphics/compositor/x-composite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/x-composite.md -------------------------------------------------------------------------------- /graphics/compositor/x-dri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/x-dri.md -------------------------------------------------------------------------------- /graphics/compositor/x-dri2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/x-dri2.md -------------------------------------------------------------------------------- /graphics/compositor/x-dri3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/x-dri3.md -------------------------------------------------------------------------------- /graphics/compositor/x-latency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/x-latency.md -------------------------------------------------------------------------------- /graphics/compositor/x-modesetting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/x-modesetting.md -------------------------------------------------------------------------------- /graphics/compositor/x-present.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/x-present.md -------------------------------------------------------------------------------- /graphics/compositor/x-render.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/x-render.md -------------------------------------------------------------------------------- /graphics/compositor/x-rootless.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/x-rootless.md -------------------------------------------------------------------------------- /graphics/compositor/x-swapbuffers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/x-swapbuffers.md -------------------------------------------------------------------------------- /graphics/compositor/xkb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/compositor/xkb.md -------------------------------------------------------------------------------- /graphics/gpu/amd-amdvlk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/amd-amdvlk.md -------------------------------------------------------------------------------- /graphics/gpu/amd-isa-rdna3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/amd-isa-rdna3.md -------------------------------------------------------------------------------- /graphics/gpu/amd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/amd.md -------------------------------------------------------------------------------- /graphics/gpu/arm-csf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/arm-csf.md -------------------------------------------------------------------------------- /graphics/gpu/arm-kbase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/arm-kbase.md -------------------------------------------------------------------------------- /graphics/gpu/arm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/arm.md -------------------------------------------------------------------------------- /graphics/gpu/gpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/gpu.md -------------------------------------------------------------------------------- /graphics/gpu/imagination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/imagination.md -------------------------------------------------------------------------------- /graphics/gpu/intel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/intel.md -------------------------------------------------------------------------------- /graphics/gpu/nvidia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/nvidia.md -------------------------------------------------------------------------------- /graphics/gpu/qualcomm-kgsl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/qualcomm-kgsl.md -------------------------------------------------------------------------------- /graphics/gpu/qualcomm-pipeline.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/qualcomm-pipeline.dot -------------------------------------------------------------------------------- /graphics/gpu/qualcomm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/gpu/qualcomm.md -------------------------------------------------------------------------------- /graphics/mesa/anv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/anv.md -------------------------------------------------------------------------------- /graphics/mesa/build-android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/build-android.md -------------------------------------------------------------------------------- /graphics/mesa/build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/build.md -------------------------------------------------------------------------------- /graphics/mesa/ci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/ci.md -------------------------------------------------------------------------------- /graphics/mesa/compiler-cl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/compiler-cl.md -------------------------------------------------------------------------------- /graphics/mesa/compiler-nir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/compiler-nir.md -------------------------------------------------------------------------------- /graphics/mesa/compiler-spirv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/compiler-spirv.md -------------------------------------------------------------------------------- /graphics/mesa/gallium-dri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gallium-dri.md -------------------------------------------------------------------------------- /graphics/mesa/gallium-freedreno.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gallium-freedreno.md -------------------------------------------------------------------------------- /graphics/mesa/gallium-llvmpipe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gallium-llvmpipe.md -------------------------------------------------------------------------------- /graphics/mesa/gallium-panfrost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gallium-panfrost.md -------------------------------------------------------------------------------- /graphics/mesa/gallium-radeonsi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gallium-radeonsi.md -------------------------------------------------------------------------------- /graphics/mesa/gallium-va.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gallium-va.md -------------------------------------------------------------------------------- /graphics/mesa/gallium-virgl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gallium-virgl.md -------------------------------------------------------------------------------- /graphics/mesa/gallium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gallium.md -------------------------------------------------------------------------------- /graphics/mesa/gbm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gbm.md -------------------------------------------------------------------------------- /graphics/mesa/gl-egl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gl-egl.md -------------------------------------------------------------------------------- /graphics/mesa/gl-glapi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gl-glapi.md -------------------------------------------------------------------------------- /graphics/mesa/gl-glsl-parser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gl-glsl-parser.md -------------------------------------------------------------------------------- /graphics/mesa/gl-glsl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gl-glsl.md -------------------------------------------------------------------------------- /graphics/mesa/gl-glx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gl-glx.md -------------------------------------------------------------------------------- /graphics/mesa/gl-mesa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/gl-mesa.md -------------------------------------------------------------------------------- /graphics/mesa/legacy-driver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/legacy-driver.md -------------------------------------------------------------------------------- /graphics/mesa/legacy-es.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/legacy-es.md -------------------------------------------------------------------------------- /graphics/mesa/legacy-gallium-draw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/legacy-gallium-draw.md -------------------------------------------------------------------------------- /graphics/mesa/legacy-prog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/legacy-prog.md -------------------------------------------------------------------------------- /graphics/mesa/legacy-shader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/legacy-shader.md -------------------------------------------------------------------------------- /graphics/mesa/legacy-swrast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/legacy-swrast.md -------------------------------------------------------------------------------- /graphics/mesa/legacy-tnl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/legacy-tnl.md -------------------------------------------------------------------------------- /graphics/mesa/legacy-vbo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/legacy-vbo.md -------------------------------------------------------------------------------- /graphics/mesa/libdrm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/libdrm.md -------------------------------------------------------------------------------- /graphics/mesa/panvk-compiler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/panvk-compiler.md -------------------------------------------------------------------------------- /graphics/mesa/panvk-cs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/panvk-cs.md -------------------------------------------------------------------------------- /graphics/mesa/panvk-jm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/panvk-jm.md -------------------------------------------------------------------------------- /graphics/mesa/panvk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/panvk.md -------------------------------------------------------------------------------- /graphics/mesa/radv-aco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/radv-aco.md -------------------------------------------------------------------------------- /graphics/mesa/radv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/radv.md -------------------------------------------------------------------------------- /graphics/mesa/shader-db.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/shader-db.md -------------------------------------------------------------------------------- /graphics/mesa/tool-drm-shim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/tool-drm-shim.md -------------------------------------------------------------------------------- /graphics/mesa/tool-pps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/tool-pps.md -------------------------------------------------------------------------------- /graphics/mesa/turnip-ir3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/turnip-ir3.md -------------------------------------------------------------------------------- /graphics/mesa/turnip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/turnip.md -------------------------------------------------------------------------------- /graphics/mesa/util-disk-cache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/util-disk-cache.md -------------------------------------------------------------------------------- /graphics/mesa/util-driconf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/util-driconf.md -------------------------------------------------------------------------------- /graphics/mesa/util-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/util-format.md -------------------------------------------------------------------------------- /graphics/mesa/util-utrace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/util-utrace.md -------------------------------------------------------------------------------- /graphics/mesa/util.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/util.md -------------------------------------------------------------------------------- /graphics/mesa/vulkan-overlay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/vulkan-overlay.md -------------------------------------------------------------------------------- /graphics/mesa/vulkan-runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/vulkan-runtime.md -------------------------------------------------------------------------------- /graphics/mesa/vulkan-wsi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/mesa/vulkan-wsi.md -------------------------------------------------------------------------------- /graphics/spec/data-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/spec/data-format.md -------------------------------------------------------------------------------- /graphics/spec/direct3d.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/spec/direct3d.md -------------------------------------------------------------------------------- /graphics/spec/egl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/spec/egl.md -------------------------------------------------------------------------------- /graphics/spec/glsl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/spec/glsl.md -------------------------------------------------------------------------------- /graphics/spec/gltf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/spec/gltf.md -------------------------------------------------------------------------------- /graphics/spec/opencl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/spec/opencl.md -------------------------------------------------------------------------------- /graphics/spec/opengl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/spec/opengl.md -------------------------------------------------------------------------------- /graphics/spec/spirv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/spec/spirv.md -------------------------------------------------------------------------------- /graphics/spec/vulkan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/graphics/spec/vulkan.md -------------------------------------------------------------------------------- /hardware/cpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/cpu.md -------------------------------------------------------------------------------- /hardware/diagnosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/diagnosis.md -------------------------------------------------------------------------------- /hardware/homelab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/homelab.md -------------------------------------------------------------------------------- /hardware/pc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/pc.md -------------------------------------------------------------------------------- /hardware/soc-allwinner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/soc-allwinner.md -------------------------------------------------------------------------------- /hardware/soc-amd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/soc-amd.md -------------------------------------------------------------------------------- /hardware/soc-arm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/soc-arm.md -------------------------------------------------------------------------------- /hardware/soc-broadcom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/soc-broadcom.md -------------------------------------------------------------------------------- /hardware/soc-google.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/soc-google.md -------------------------------------------------------------------------------- /hardware/soc-intel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/soc-intel.md -------------------------------------------------------------------------------- /hardware/soc-mediatek.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/soc-mediatek.md -------------------------------------------------------------------------------- /hardware/soc-qualcomm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/soc-qualcomm.md -------------------------------------------------------------------------------- /hardware/soc-rockchip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/hardware/soc-rockchip.md -------------------------------------------------------------------------------- /life/electricity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/life/electricity.md -------------------------------------------------------------------------------- /life/food.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/life/food.md -------------------------------------------------------------------------------- /life/manga.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/life/manga.md -------------------------------------------------------------------------------- /life/weight-loss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/life/weight-loss.md -------------------------------------------------------------------------------- /life/workout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/life/workout.md -------------------------------------------------------------------------------- /linux/arch/arm64-kvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/arch/arm64-kvm.md -------------------------------------------------------------------------------- /linux/arch/arm64-mm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/arch/arm64-mm.md -------------------------------------------------------------------------------- /linux/arch/arm64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/arch/arm64.md -------------------------------------------------------------------------------- /linux/arch/um.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/arch/um.md -------------------------------------------------------------------------------- /linux/arch/x86-kvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/arch/x86-kvm.md -------------------------------------------------------------------------------- /linux/arch/x86-mm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/arch/x86-mm.md -------------------------------------------------------------------------------- /linux/arch/x86.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/arch/x86.md -------------------------------------------------------------------------------- /linux/block.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/block.md -------------------------------------------------------------------------------- /linux/crypto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/crypto.md -------------------------------------------------------------------------------- /linux/doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/doc.md -------------------------------------------------------------------------------- /linux/drivers/acpi/acpi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/acpi/acpi.md -------------------------------------------------------------------------------- /linux/drivers/acpi/bus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/acpi/bus.md -------------------------------------------------------------------------------- /linux/drivers/acpi/button.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/acpi/button.md -------------------------------------------------------------------------------- /linux/drivers/acpi/scan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/acpi/scan.md -------------------------------------------------------------------------------- /linux/drivers/acpi/sleep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/acpi/sleep.md -------------------------------------------------------------------------------- /linux/drivers/ata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/ata.md -------------------------------------------------------------------------------- /linux/drivers/base/auxiliary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/base/auxiliary.md -------------------------------------------------------------------------------- /linux/drivers/base/bus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/base/bus.md -------------------------------------------------------------------------------- /linux/drivers/base/class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/base/class.md -------------------------------------------------------------------------------- /linux/drivers/base/component.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/base/component.md -------------------------------------------------------------------------------- /linux/drivers/base/core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/base/core.md -------------------------------------------------------------------------------- /linux/drivers/base/dd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/base/dd.md -------------------------------------------------------------------------------- /linux/drivers/base/devres.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/base/devres.md -------------------------------------------------------------------------------- /linux/drivers/base/driver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/base/driver.md -------------------------------------------------------------------------------- /linux/drivers/base/firmware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/base/firmware.md -------------------------------------------------------------------------------- /linux/drivers/base/power.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/base/power.md -------------------------------------------------------------------------------- /linux/drivers/base/regmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/base/regmap.md -------------------------------------------------------------------------------- /linux/drivers/block-loop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/block-loop.md -------------------------------------------------------------------------------- /linux/drivers/bluetooth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/bluetooth.md -------------------------------------------------------------------------------- /linux/drivers/char-tpm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/char-tpm.md -------------------------------------------------------------------------------- /linux/drivers/char.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/char.md -------------------------------------------------------------------------------- /linux/drivers/clk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/clk.md -------------------------------------------------------------------------------- /linux/drivers/clocksource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/clocksource.md -------------------------------------------------------------------------------- /linux/drivers/cpufreq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/cpufreq.md -------------------------------------------------------------------------------- /linux/drivers/cpuidle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/cpuidle.md -------------------------------------------------------------------------------- /linux/drivers/crypto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/crypto.md -------------------------------------------------------------------------------- /linux/drivers/devfreq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/devfreq.md -------------------------------------------------------------------------------- /linux/drivers/dma-buf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/dma-buf.md -------------------------------------------------------------------------------- /linux/drivers/dma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/dma.md -------------------------------------------------------------------------------- /linux/drivers/firmware-arm-scmi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/firmware-arm-scmi.md -------------------------------------------------------------------------------- /linux/drivers/firmware-dmi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/firmware-dmi.md -------------------------------------------------------------------------------- /linux/drivers/firmware-efi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/firmware-efi.md -------------------------------------------------------------------------------- /linux/drivers/gpio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpio.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-amd-amdgpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-amd-amdgpu.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-amd-amdkfd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-amd-amdkfd.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-amd-display.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-amd-display.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-amd-pm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-amd-pm.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-bridge.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-client.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-drv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-drv.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-exec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-exec.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-gem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-gem.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-gma500.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-gma500.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-gpuvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-gpuvm.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-i915.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-i915.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-ioctl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-ioctl.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-kms-atomic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-kms-atomic.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-kms-connector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-kms-connector.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-kms-crtc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-kms-crtc.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-kms-encoder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-kms-encoder.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-kms-framebuffer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-kms-framebuffer.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-kms-plane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-kms-plane.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-kms-property.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-kms-property.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-kms-vblank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-kms-vblank.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-mediatek.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-mediatek.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-msm-display.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-msm-display.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-msm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-msm.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-overview.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-panel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-panel.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-panfrost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-panfrost.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-panthor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-panthor.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-print.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-print.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-radeon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-radeon.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-rockchip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-rockchip.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-scheduler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-scheduler.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-syncobj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-syncobj.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-ttm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-ttm.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-vc4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-vc4.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-vgem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-vgem.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-vkms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-vkms.md -------------------------------------------------------------------------------- /linux/drivers/gpu/drm-xe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/gpu/drm-xe.md -------------------------------------------------------------------------------- /linux/drivers/hid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/hid.md -------------------------------------------------------------------------------- /linux/drivers/hwmon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/hwmon.md -------------------------------------------------------------------------------- /linux/drivers/i2c.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/i2c.md -------------------------------------------------------------------------------- /linux/drivers/iio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/iio.md -------------------------------------------------------------------------------- /linux/drivers/input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/input.md -------------------------------------------------------------------------------- /linux/drivers/interconnect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/interconnect.md -------------------------------------------------------------------------------- /linux/drivers/iommu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/iommu.md -------------------------------------------------------------------------------- /linux/drivers/irqchip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/irqchip.md -------------------------------------------------------------------------------- /linux/drivers/leds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/leds.md -------------------------------------------------------------------------------- /linux/drivers/mailbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/mailbox.md -------------------------------------------------------------------------------- /linux/drivers/md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/md.md -------------------------------------------------------------------------------- /linux/drivers/media-usb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/media-usb.md -------------------------------------------------------------------------------- /linux/drivers/media-v4l2-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/media-v4l2-core.md -------------------------------------------------------------------------------- /linux/drivers/media-videobuf2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/media-videobuf2.md -------------------------------------------------------------------------------- /linux/drivers/media.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/media.md -------------------------------------------------------------------------------- /linux/drivers/mfd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/mfd.md -------------------------------------------------------------------------------- /linux/drivers/misc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/misc.md -------------------------------------------------------------------------------- /linux/drivers/mmc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/mmc.md -------------------------------------------------------------------------------- /linux/drivers/mtd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/mtd.md -------------------------------------------------------------------------------- /linux/drivers/net.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/net.md -------------------------------------------------------------------------------- /linux/drivers/nvme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/nvme.md -------------------------------------------------------------------------------- /linux/drivers/nvmem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/nvmem.md -------------------------------------------------------------------------------- /linux/drivers/of.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/of.md -------------------------------------------------------------------------------- /linux/drivers/opp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/opp.md -------------------------------------------------------------------------------- /linux/drivers/pci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/pci.md -------------------------------------------------------------------------------- /linux/drivers/phy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/phy.md -------------------------------------------------------------------------------- /linux/drivers/pinctrl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/pinctrl.md -------------------------------------------------------------------------------- /linux/drivers/platform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/platform.md -------------------------------------------------------------------------------- /linux/drivers/pmdomain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/pmdomain.md -------------------------------------------------------------------------------- /linux/drivers/pnp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/pnp.md -------------------------------------------------------------------------------- /linux/drivers/power.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/power.md -------------------------------------------------------------------------------- /linux/drivers/powercap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/powercap.md -------------------------------------------------------------------------------- /linux/drivers/pwm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/pwm.md -------------------------------------------------------------------------------- /linux/drivers/regulator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/regulator.md -------------------------------------------------------------------------------- /linux/drivers/remoteproc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/remoteproc.md -------------------------------------------------------------------------------- /linux/drivers/reset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/reset.md -------------------------------------------------------------------------------- /linux/drivers/rpmsg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/rpmsg.md -------------------------------------------------------------------------------- /linux/drivers/rtc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/rtc.md -------------------------------------------------------------------------------- /linux/drivers/scsi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/scsi.md -------------------------------------------------------------------------------- /linux/drivers/soundwire.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/soundwire.md -------------------------------------------------------------------------------- /linux/drivers/spi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/spi.md -------------------------------------------------------------------------------- /linux/drivers/spmi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/spmi.md -------------------------------------------------------------------------------- /linux/drivers/tee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/tee.md -------------------------------------------------------------------------------- /linux/drivers/thermal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/thermal.md -------------------------------------------------------------------------------- /linux/drivers/thunderbolt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/thunderbolt.md -------------------------------------------------------------------------------- /linux/drivers/tty/pty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/tty/pty.md -------------------------------------------------------------------------------- /linux/drivers/tty/serial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/tty/serial.md -------------------------------------------------------------------------------- /linux/drivers/tty/sysrq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/tty/sysrq.md -------------------------------------------------------------------------------- /linux/drivers/tty/tty.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/tty/tty.dia -------------------------------------------------------------------------------- /linux/drivers/tty/tty_io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/tty/tty_io.md -------------------------------------------------------------------------------- /linux/drivers/tty/vt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/tty/vt.md -------------------------------------------------------------------------------- /linux/drivers/ufs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/ufs.md -------------------------------------------------------------------------------- /linux/drivers/usb-gadget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/usb-gadget.md -------------------------------------------------------------------------------- /linux/drivers/usb-serial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/usb-serial.md -------------------------------------------------------------------------------- /linux/drivers/usb-storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/usb-storage.md -------------------------------------------------------------------------------- /linux/drivers/usb-typec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/usb-typec.md -------------------------------------------------------------------------------- /linux/drivers/usb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/usb.md -------------------------------------------------------------------------------- /linux/drivers/vfio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/vfio.md -------------------------------------------------------------------------------- /linux/drivers/vhost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/vhost.md -------------------------------------------------------------------------------- /linux/drivers/video.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/video.md -------------------------------------------------------------------------------- /linux/drivers/virt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/virt.md -------------------------------------------------------------------------------- /linux/drivers/virtio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/virtio.md -------------------------------------------------------------------------------- /linux/drivers/watchdog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/drivers/watchdog.md -------------------------------------------------------------------------------- /linux/fs/binfmt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/binfmt.md -------------------------------------------------------------------------------- /linux/fs/btrfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/btrfs.md -------------------------------------------------------------------------------- /linux/fs/char_dev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/char_dev.md -------------------------------------------------------------------------------- /linux/fs/exec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/exec.md -------------------------------------------------------------------------------- /linux/fs/fat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/fat.md -------------------------------------------------------------------------------- /linux/fs/filesystems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/filesystems.md -------------------------------------------------------------------------------- /linux/fs/ioctl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/ioctl.md -------------------------------------------------------------------------------- /linux/fs/namei.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/namei.md -------------------------------------------------------------------------------- /linux/fs/namespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/namespace.md -------------------------------------------------------------------------------- /linux/fs/nls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/nls.md -------------------------------------------------------------------------------- /linux/fs/open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/open.md -------------------------------------------------------------------------------- /linux/fs/pipe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/pipe.md -------------------------------------------------------------------------------- /linux/fs/proc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/proc.md -------------------------------------------------------------------------------- /linux/fs/pstore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/pstore.md -------------------------------------------------------------------------------- /linux/fs/ramfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/ramfs.md -------------------------------------------------------------------------------- /linux/fs/stat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/stat.md -------------------------------------------------------------------------------- /linux/fs/sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/sync.md -------------------------------------------------------------------------------- /linux/fs/sysfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/sysfs.md -------------------------------------------------------------------------------- /linux/fs/xattr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/fs/xattr.md -------------------------------------------------------------------------------- /linux/include/linux-atomic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/include/linux-atomic.md -------------------------------------------------------------------------------- /linux/include/linux-bitops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/include/linux-bitops.md -------------------------------------------------------------------------------- /linux/include/linux-io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/include/linux-io.md -------------------------------------------------------------------------------- /linux/include/linux-math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/include/linux-math.md -------------------------------------------------------------------------------- /linux/init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/init.md -------------------------------------------------------------------------------- /linux/io_uring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/io_uring.md -------------------------------------------------------------------------------- /linux/ipc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/ipc.md -------------------------------------------------------------------------------- /linux/kbuild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kbuild.md -------------------------------------------------------------------------------- /linux/kconfig/defconfig-amd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kconfig/defconfig-amd -------------------------------------------------------------------------------- /linux/kconfig/defconfig-cros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kconfig/defconfig-cros -------------------------------------------------------------------------------- /linux/kconfig/defconfig-intel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kconfig/defconfig-intel -------------------------------------------------------------------------------- /linux/kconfig/defconfig-mtk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kconfig/defconfig-mtk -------------------------------------------------------------------------------- /linux/kconfig/defconfig-qcom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kconfig/defconfig-qcom -------------------------------------------------------------------------------- /linux/kconfig/defconfig-qemu-arm64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kconfig/defconfig-qemu-arm64 -------------------------------------------------------------------------------- /linux/kconfig/defconfig-qemu-x86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kconfig/defconfig-qemu-x86 -------------------------------------------------------------------------------- /linux/kconfig/defconfig-rk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kconfig/defconfig-rk -------------------------------------------------------------------------------- /linux/kconfig/defconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kconfig/defconfig.md -------------------------------------------------------------------------------- /linux/kconfig/kconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kconfig/kconfig.md -------------------------------------------------------------------------------- /linux/kernel/audit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/audit.md -------------------------------------------------------------------------------- /linux/kernel/dma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/dma.md -------------------------------------------------------------------------------- /linux/kernel/exit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/exit.md -------------------------------------------------------------------------------- /linux/kernel/fork.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/fork.md -------------------------------------------------------------------------------- /linux/kernel/futex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/futex.md -------------------------------------------------------------------------------- /linux/kernel/hung_task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/hung_task.md -------------------------------------------------------------------------------- /linux/kernel/irq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/irq.md -------------------------------------------------------------------------------- /linux/kernel/ksysfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/ksysfs.md -------------------------------------------------------------------------------- /linux/kernel/kthread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/kthread.md -------------------------------------------------------------------------------- /linux/kernel/locking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/locking.md -------------------------------------------------------------------------------- /linux/kernel/module.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/module.md -------------------------------------------------------------------------------- /linux/kernel/nsproxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/nsproxy.md -------------------------------------------------------------------------------- /linux/kernel/panic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/panic.md -------------------------------------------------------------------------------- /linux/kernel/power.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/power.md -------------------------------------------------------------------------------- /linux/kernel/printk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/printk.md -------------------------------------------------------------------------------- /linux/kernel/rcu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/rcu.md -------------------------------------------------------------------------------- /linux/kernel/reboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/reboot.md -------------------------------------------------------------------------------- /linux/kernel/resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/resource.md -------------------------------------------------------------------------------- /linux/kernel/sched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/sched.md -------------------------------------------------------------------------------- /linux/kernel/seccomp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/seccomp.md -------------------------------------------------------------------------------- /linux/kernel/signal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/signal.md -------------------------------------------------------------------------------- /linux/kernel/smp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/smp.md -------------------------------------------------------------------------------- /linux/kernel/softirq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/softirq.md -------------------------------------------------------------------------------- /linux/kernel/sys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/sys.md -------------------------------------------------------------------------------- /linux/kernel/time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/time.md -------------------------------------------------------------------------------- /linux/kernel/trace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/trace.md -------------------------------------------------------------------------------- /linux/kernel/watchdog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/watchdog.md -------------------------------------------------------------------------------- /linux/kernel/workqueue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/kernel/workqueue.md -------------------------------------------------------------------------------- /linux/lib/kobject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/lib/kobject.md -------------------------------------------------------------------------------- /linux/lib/kunit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/lib/kunit.md -------------------------------------------------------------------------------- /linux/lib/vsprintf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/lib/vsprintf.md -------------------------------------------------------------------------------- /linux/mm/cma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/cma.md -------------------------------------------------------------------------------- /linux/mm/filemap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/filemap.md -------------------------------------------------------------------------------- /linux/mm/memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/memory.md -------------------------------------------------------------------------------- /linux/mm/mmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/mmap.md -------------------------------------------------------------------------------- /linux/mm/numa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/numa.md -------------------------------------------------------------------------------- /linux/mm/page_alloc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/page_alloc.md -------------------------------------------------------------------------------- /linux/mm/shmem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/shmem.md -------------------------------------------------------------------------------- /linux/mm/sparse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/sparse.md -------------------------------------------------------------------------------- /linux/mm/swap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/swap.md -------------------------------------------------------------------------------- /linux/mm/vmalloc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/vmalloc.md -------------------------------------------------------------------------------- /linux/mm/vmscan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/vmscan.md -------------------------------------------------------------------------------- /linux/mm/vmstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/mm/vmstat.md -------------------------------------------------------------------------------- /linux/net/bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/net/bridge.md -------------------------------------------------------------------------------- /linux/net/core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/net/core.md -------------------------------------------------------------------------------- /linux/net/netfilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/net/netfilter.md -------------------------------------------------------------------------------- /linux/net/netlink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/net/netlink.md -------------------------------------------------------------------------------- /linux/net/socket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/net/socket.md -------------------------------------------------------------------------------- /linux/security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/security.md -------------------------------------------------------------------------------- /linux/sound/ac97.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/sound/ac97.md -------------------------------------------------------------------------------- /linux/sound/drivers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/sound/drivers.md -------------------------------------------------------------------------------- /linux/sound/hda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/sound/hda.md -------------------------------------------------------------------------------- /linux/sound/soc-amd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/sound/soc-amd.md -------------------------------------------------------------------------------- /linux/sound/soc-intel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/sound/soc-intel.md -------------------------------------------------------------------------------- /linux/sound/soc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/sound/soc.md -------------------------------------------------------------------------------- /linux/sound/usb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/sound/usb.md -------------------------------------------------------------------------------- /linux/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/tools.md -------------------------------------------------------------------------------- /linux/virt-kvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/linux/virt-kvm.md -------------------------------------------------------------------------------- /systemd/libsystemd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/libsystemd.md -------------------------------------------------------------------------------- /systemd/systemd-boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd-boot.md -------------------------------------------------------------------------------- /systemd/systemd-cryptsetup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd-cryptsetup.md -------------------------------------------------------------------------------- /systemd/systemd-journald.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd-journald.md -------------------------------------------------------------------------------- /systemd/systemd-logind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd-logind.md -------------------------------------------------------------------------------- /systemd/systemd-networkd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd-networkd.md -------------------------------------------------------------------------------- /systemd/systemd-nspawn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd-nspawn.md -------------------------------------------------------------------------------- /systemd/systemd-resolved.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd-resolved.md -------------------------------------------------------------------------------- /systemd/systemd-special.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd-special.md -------------------------------------------------------------------------------- /systemd/systemd-udevd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd-udevd.md -------------------------------------------------------------------------------- /systemd/systemd-unit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd-unit.md -------------------------------------------------------------------------------- /systemd/systemd-user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd-user.md -------------------------------------------------------------------------------- /systemd/systemd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/systemd.md -------------------------------------------------------------------------------- /systemd/ukify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/systemd/ukify.md -------------------------------------------------------------------------------- /tools/ansible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/ansible.md -------------------------------------------------------------------------------- /tools/awk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/awk.md -------------------------------------------------------------------------------- /tools/bash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/bash.md -------------------------------------------------------------------------------- /tools/bluez.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/bluez.md -------------------------------------------------------------------------------- /tools/busybox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/busybox.md -------------------------------------------------------------------------------- /tools/calibre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/calibre.md -------------------------------------------------------------------------------- /tools/container/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/container/docker.md -------------------------------------------------------------------------------- /tools/container/lxc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/container/lxc.md -------------------------------------------------------------------------------- /tools/container/podman.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/container/podman.md -------------------------------------------------------------------------------- /tools/coreutils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/coreutils.md -------------------------------------------------------------------------------- /tools/dbus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/dbus.md -------------------------------------------------------------------------------- /tools/dm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/dm.md -------------------------------------------------------------------------------- /tools/dos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/dos.md -------------------------------------------------------------------------------- /tools/fido.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/fido.md -------------------------------------------------------------------------------- /tools/findutils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/findutils.md -------------------------------------------------------------------------------- /tools/flashrom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/flashrom.md -------------------------------------------------------------------------------- /tools/flatpak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/flatpak.md -------------------------------------------------------------------------------- /tools/font.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/font.md -------------------------------------------------------------------------------- /tools/fwupd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/fwupd.md -------------------------------------------------------------------------------- /tools/google.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/google.md -------------------------------------------------------------------------------- /tools/latex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/latex.md -------------------------------------------------------------------------------- /tools/media/alsa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/media/alsa.md -------------------------------------------------------------------------------- /tools/media/camera.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/media/camera.md -------------------------------------------------------------------------------- /tools/media/drm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/media/drm.md -------------------------------------------------------------------------------- /tools/media/ffmpeg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/media/ffmpeg.md -------------------------------------------------------------------------------- /tools/media/format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/media/format.md -------------------------------------------------------------------------------- /tools/media/mpv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/media/mpv.md -------------------------------------------------------------------------------- /tools/media/obs-studio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/media/obs-studio.md -------------------------------------------------------------------------------- /tools/media/pipewire.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/media/pipewire.md -------------------------------------------------------------------------------- /tools/media/placebo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/media/placebo.md -------------------------------------------------------------------------------- /tools/media/vaapi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/media/vaapi.md -------------------------------------------------------------------------------- /tools/media/ycbcr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/media/ycbcr.md -------------------------------------------------------------------------------- /tools/networks/NetworkManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/networks/NetworkManager.md -------------------------------------------------------------------------------- /tools/networks/docsis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/networks/docsis.md -------------------------------------------------------------------------------- /tools/networks/ethernet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/networks/ethernet.md -------------------------------------------------------------------------------- /tools/networks/iproute2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/networks/iproute2.md -------------------------------------------------------------------------------- /tools/networks/ipv6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/networks/ipv6.md -------------------------------------------------------------------------------- /tools/networks/nftables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/networks/nftables.md -------------------------------------------------------------------------------- /tools/networks/wifi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/networks/wifi.md -------------------------------------------------------------------------------- /tools/networks/wireguard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/networks/wireguard.md -------------------------------------------------------------------------------- /tools/openpgp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/openpgp.md -------------------------------------------------------------------------------- /tools/openssl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/openssl.md -------------------------------------------------------------------------------- /tools/pam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/pam.md -------------------------------------------------------------------------------- /tools/pdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/pdf.md -------------------------------------------------------------------------------- /tools/procps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/procps.md -------------------------------------------------------------------------------- /tools/rsync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/rsync.md -------------------------------------------------------------------------------- /tools/selinux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/selinux.md -------------------------------------------------------------------------------- /tools/service/avahi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/avahi.md -------------------------------------------------------------------------------- /tools/service/cups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/cups.md -------------------------------------------------------------------------------- /tools/service/dnsmasq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/dnsmasq.md -------------------------------------------------------------------------------- /tools/service/home-assistant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/home-assistant.md -------------------------------------------------------------------------------- /tools/service/kea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/kea.md -------------------------------------------------------------------------------- /tools/service/nginx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/nginx.md -------------------------------------------------------------------------------- /tools/service/ports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/ports.md -------------------------------------------------------------------------------- /tools/service/prometheus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/prometheus.md -------------------------------------------------------------------------------- /tools/service/samba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/samba.md -------------------------------------------------------------------------------- /tools/service/sane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/sane.md -------------------------------------------------------------------------------- /tools/service/smtp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/smtp.md -------------------------------------------------------------------------------- /tools/service/ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/ssh.md -------------------------------------------------------------------------------- /tools/service/unbound.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/unbound.md -------------------------------------------------------------------------------- /tools/service/vnc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/service/vnc.md -------------------------------------------------------------------------------- /tools/shadow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/shadow.md -------------------------------------------------------------------------------- /tools/sudo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/sudo.md -------------------------------------------------------------------------------- /tools/terminal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/terminal.md -------------------------------------------------------------------------------- /tools/trace-cmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/trace-cmd.md -------------------------------------------------------------------------------- /tools/util-linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/util-linux.md -------------------------------------------------------------------------------- /tools/vim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/vim.md -------------------------------------------------------------------------------- /tools/vm/crosvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/vm/crosvm.md -------------------------------------------------------------------------------- /tools/vm/qemu-gfxstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/vm/qemu-gfxstream.md -------------------------------------------------------------------------------- /tools/vm/qemu-memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/vm/qemu-memory.md -------------------------------------------------------------------------------- /tools/vm/qemu-virtio-gpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/vm/qemu-virtio-gpu.md -------------------------------------------------------------------------------- /tools/vm/qemu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/vm/qemu.md -------------------------------------------------------------------------------- /tools/windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/windows.md -------------------------------------------------------------------------------- /tools/xdg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/xdg.md -------------------------------------------------------------------------------- /tools/zstd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olvaffe/olv-notes/HEAD/tools/zstd.md --------------------------------------------------------------------------------