index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
KSyms.cpp
Age
Commit message (
Expand
)
Author
2023-06-04
Kernel: Move all tasks-related code to the Tasks subdirectory
Liav A
2023-02-08
Kernel: Add optional userspace backtrace to Process::crash
Timon Kruiper
2023-02-08
Kernel/aarch64: Set kernel_load_base and correctly calculate symbol addr
Timon Kruiper
2022-10-01
Kernel: Add ability to dump backtrace from provided frame pointer
Timon Kruiper
2022-05-03
Kernel: Move Kernel/Arch/x86/SafeMem.h to Kernel/Arch/SafeMem.h
Timon Kruiper
2022-05-03
Kernel: Fetch the frame pointer using __builtin_frame_address()
Timon Kruiper
2022-04-10
Kernel: Use kernel_mapping_base as the minimum kernel stack address
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-24
Kernel: Mark PTYMultiplexer init & parse_hex_digit as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-12-18
Kernel: Use ksyms in-place instead of duplicating them into eternal heap
Andreas Kling
2021-12-13
Kernel: Fix backtrace dumping on x86_64
Luke Wilde
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-15
Kernel: Split SmapDisabler so header is platform independent
James Mintram
2021-10-08
Kernel: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-08-04
Kernel: Print panic backtrace to both the screen and serial
Luke
2021-07-28
Kernel: Print relative symbol addresses in dump_backtrace_impl
Gunnar Beutner
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-18
Kernel: Introduce basic pre-kernel environment
Gunnar Beutner
2021-07-14
Kernel: Make kernel symbols available much earlier in the boot process
Gunnar Beutner
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-07-06
Kernel+LibELF: Don't demangle symbols in the kernel
Gunnar Beutner
2021-07-06
Kernel: Fix method name load_kernel_{sybols => symbols}_from_data()
Ali Mohammad Pur
2021-06-28
Kernel: Make and use KERNEL_BASE
Hendiadyoin1
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-04-28
Kernel: Check kernel symbol's name length matches searched name
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Kernel: Convert klog() => AK::Format in a handful of places
Andreas Kling
2021-03-10
Kernel: Turn a VLA into a statically-sized array in dump_backtrace()
Andreas Kling
2021-02-25
Kernel: Move SMAP disabler RAII helper to its own file
Andreas Kling
2021-02-25
Kernel: Take some baby steps towards x86_64
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-03
Everywhere: Remove some bitrotted "#if 0" blocks
Andreas Kling
2021-01-22
Kernel: Do not assert if unable to load kernel symbols
Jean-Baptiste Boric
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-02
Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#...
Brian Gianforcaro
2020-12-25
Kernel+LibELF: Stop doing ELF symbolication in the kernel
Andreas Kling
2020-12-18
Kernel: Move KBufferBuilder to the fallible KBuffer API
Andreas Kling
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-12
Kernel: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-11
Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer)
Andreas Kling
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-05-26
Kernel: Plumb KResult through FileDescription::read_entire_file() implementat...
Brian Gianforcaro
[next]