Skip to content

Version: v0.2.6

Compare
Choose a tag to compare
@wipawel wipawel released this 10 Nov 10:58
· 482 commits to mainline since this release

169b3e6 apic: add proper handling of SPIV register
1e1efee apic: add proper R/W interface for ICR register
938c5b5 smp: initialize APIC for each AP CPU
2aa73c9 apic: add apic_get_mode() function
62cde26 apic: reimplement entire APIC initialization
5b27e61 apic: add data types for XAPIC and X2APIC registers
83d4557 apic: add APIC structures and data types
19c8bfe workflow: address CVE-2020-15228
b7e9594 percpu: add PERCPU variables handling macros
0546d88 traps: move ret2kern_handler() to traps.c
1d4e794 setup: track BSP CPU ID via common interface
f379bfa asm: add save/restore regs macros for protected mode
3eb030e setup: define and use COM1_PORT and COM2_PORT by default
ce05cbe arch: move segment.c from boot/
ccdb3fb asm: add puts() macro to display strings
812b6d1 asm: use com_ports[] from putc macro
01fad33 cleanup: minor changes to ktf.h and pagetable.h
d159ef5 asm: add STRING() and STRING_LEN() macros
d209cf9 asm: move _PADDR() macro to asm-macros.h
c060bc7 asm: use proper page size alignment
97e7040 tools: Add workflow to run one-line-scan locally in docker
9c6df2e one-line-cr-bot: comment on all branches
f8ef09e one-line-cr-bot: do not fail after commenting
5eebe60 ioapic: move init_ioapic() to .text.init section
56a87eb cmdline: fix ptr comparison
1070709 one-line-cr-bot: check out PR code
be94f1e github: use pull_request_target
6793ce8 one-line-cr-bot: forward github_token secret
507ccb5 one-line-cr-bot: commenting PRs beta
b757afb workflow: fox Docker build workflow transient failures
9b390ef slab: Add kmalloc, kzalloc and kfree wrappers
7dcd88c drivers: PIT delivered with APIC