rhythm16.github.io
Home
Tags
Categories
Archives
About
Linux中斷子系統簡介(1): 中斷處理流程的建立
Linux版本:v6.0 處理器架構:ARMv8 前言這幾週花了不少時間在看Linux到底是怎麼處理中斷的,在閱讀網路上前輩們介紹Linux中斷的blogs時總覺得細節都講得不錯,但大方向好難掌握住,我也是真的下去trace一遍才比較有
2023-09-23
Linux ,
ARMv8 ,
interrupt
Linux ARM64 KASLR Implementation(2): Linear Mapping Randomization
Linux version: v6.0 Architecture: ARMv8 This post is the continuation of Linux ARM64 KASLR Implementation(1): Kernel I
2023-04-23
Linux ,
ARMv8 ,
KASLR
Linux ARM64 KASLR 實作分析(2): 線性位址隨機化
Linux版本:v6.0 處理器架構:ARMv8 這篇接續Linux ARM64 KASLR 實作分析(1): 內核映像位址隨機化 線性位址隨機化實作機制memstart_offset_seed 的來由上篇說到在__primary_sw
2023-04-15
Linux ,
ARMv8 ,
KASLR
Linux ARM64 `__create_pgd_mapping` Analysis
Linux version: v6.0 Architecture: ARMv8 IntroductionMemory mapping is probably the toughest part to understand in the
2023-02-13
Linux ,
page tables
Linux ARM64 `__create_pgd_mapping` 分析
Linux版本:v6.0 處理器架構:ARMv8 前言在理解 Linux kernel 開機流程時,最難理解的應該就是記憶體映射的部份了,我認為困難的點在於處理記憶體映射的程式本身也在記憶體的映射之中,所以除了看懂程式邏輯之外,還必須理
2023-01-17
Linux ,
page tables
Linux ARM64 KASLR Implementation(1): Kernel Image Randomization
Linux version: v6.0 Architecture: ARMv8 IntroductionI have heard of KASLR (Kernel Address Space Layout Randomization)
2023-01-02
Linux ,
ARMv8 ,
KASLR
Linux ARM64 KASLR 實作分析(1): 內核映像位址隨機化
Linux版本:v6.0 處理器架構:ARMv8 前言學作業系統其實很早就聽過有KASLR(Kernel Address Space Layout Randomization)這個東西了,聽起來就很酷,不過因為程度尚淺,再加上KASLR
2022-12-22
Linux ,
ARMv8 ,
KASLR
Notes on GIC - Hardware Handling of Virtual Interrupt Direct Injection
IntroductionI have been reading ARM’s ”GICv3 and GICv4 Software Overview” for the past few weeks, it’s a nice introducti
2022-12-17
ARMv8 ,
GIC
GIC筆記-虛擬中斷直接注入之硬體處理
前言最近幾週讀了ARM官方的”GICv3 and GICv4 Software Overview”,這本書從軟體的角度帶讀者認識GICv3 v4,而為了不讓篇幅過長,省略了比較特殊的使用場景 e.g. 硬體只實作一個security sta
2022-12-10
ARMv8 ,
GIC
KVM ARM: EL2 per cpu variable (2): Initialization
Linux version: v6.0 Architecture: ARMv8 KVM flavor: NVHE IntroductionThe last post explained how EL2 per cpu variables
2022-11-30
Linux ,
KVM ,
ARMv8 ,
per cpu variables
prev
next