Skip to content

Instantly share code, notes, and snippets.

View devinus's full-sized avatar

Devin Alexander Torres devinus

View GitHub Profile
@devinus
devinus / 0001-linux6.7.y-bore4.4.0.patch
Created March 2, 2024 07:54
[PATCH] linux6.7.y-bore4.4.0
From 2e8d33a6ff2ccd12a67a525dff60995f9eef71e5 Mon Sep 17 00:00:00 2001
From: Devin Alexander Torres <d@devinus.io>
Date: Sat, 2 Mar 2024 01:50:19 -0600
Subject: [PATCH] linux6.7.y-bore4.4.0
---
init/Kconfig | 19 +++
kernel/sched/core.c | 148 +++++++++++++++++++++
kernel/sched/debug.c | 61 ++++++++-
kernel/sched/fair.c | 283 ++++++++++++++++++++++++++++++++++++++--
From d24a30df09fc95d5c520bb17d0d923e927cef2a8 Mon Sep 17 00:00:00 2001
From: Devin Alexander Torres <d@devinus.io>
Date: Fri, 23 Feb 2024 08:59:20 -0600
Subject: [PATCH] linux6.7.y-bore4.2.3
---
init/Kconfig | 19 +++
kernel/sched/core.c | 144 +++++++++++++++++++++
kernel/sched/debug.c | 57 ++++++++-
kernel/sched/fair.c | 268 ++++++++++++++++++++++++++++++++++++++--
From fd6caf7f1043246facab5dfe6966beb109ec61a5 Mon Sep 17 00:00:00 2001
From: Devin Alexander Torres <d@devinus.io>
Date: Sun, 14 Jan 2024 08:29:34 -0600
Subject: [PATCH] linux6.7.y-bore4.0.2
---
init/Kconfig | 19 +++
kernel/sched/core.c | 140 ++++++++++++++++++++++
kernel/sched/debug.c | 3 +
kernel/sched/fair.c | 253 ++++++++++++++++++++++++++++++++++++----
From fd6caf7f1043246facab5dfe6966beb109ec61a5 Mon Sep 17 00:00:00 2001
From: Devin Alexander Torres <d@devinus.io>
Date: Sun, 14 Jan 2024 08:29:34 -0600
Subject: [PATCH] linux6.7.y-bore4.0.2
---
init/Kconfig | 19 +++
kernel/sched/core.c | 140 ++++++++++++++++++++++
kernel/sched/debug.c | 3 +
kernel/sched/fair.c | 253 ++++++++++++++++++++++++++++++++++++----
-server -XX:+UnlockExperimentalVMOptions -XX:+AlwaysPreTouch -XX:+EnableVectorSupport -XX:+DisableExplicitGC -XX:+ParallelRefProcEnabled -XX:+UseStringDeduplication -XX:+UseTransparentHugePages -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational -XX:NewRatio=50 -XX:InitialTenuringThreshold=1 -XX:MaxGCPauseMillis=50 --enable-preview --add-modules=jdk.incubator.vector -Dorg.lwjgl.util.Debug=true -Dorg.lwjgl.system.allocator=system -Dorg.lwjgl.openal.libname=/usr/lib/libopenal.so
#!/usr/bin/env zsh
# shellcheck disable=1091,3046
LESS="-RF"
EDITOR=nvim
VISUAL="${EDITOR}"
ZSH_EVALCACHE_DIR="${XDG_CACHE_HOME:-${HOME}/.cache}/zsh/evalcache"
env MALLOC_CONF='background_thread:true,metadata_thp:auto,retain:true,percpu_arena:phycpu,dirty_decay_ms:30000,muzzy_decay_ms:30000' LD_PRELOAD=/usr/lib/libjemalloc.so GAMEMODERUNEXEC=prime-run gamemoderun
#!/usr/bin/env zsh
# Caches the output of a binary initialization command, to avoid the time to
# execute it in the future.
#
# Usage: _evalcache <command> <generation args...>
# shellcheck disable=3006,3043
# default cache directory
if &compatible
set nocompatible
endif
function! PackInit() abort
packadd minpac
call minpac#init()
call minpac#add('k-takata/minpac', {'type': 'opt'})
autoload -Uz up-line-or-beginning-search
autoload -Uz down-line-or-beginning-search
zle -N up-line-or-beginning-search
zle -N down-line-or-beginning-search
bindkey "^[[A" up-line-or-beginning-search
bindkey "^[[B" down-line-or-beginning-search