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
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
2020-05-23
Kernel: Make dump_backtrace_impl() take base pointer as a FlatPtr
Andreas Kling
2020-04-30
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
Andreas Kling
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-04-08
Kernel: Update cryptically-named functions related to symbolication
Andreas Kling
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-02
Kernel: Load executables on demand when symbolicating
Andreas Kling
2020-03-01
Kernel: Remove some unnecessary .characters() when doing dbg()<<String
Andreas Kling
2020-02-27
Ksyms: Use dbg() instead of dbgprintf()
Liav A
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-20
Kernel: Remove some unnecessary casts to uintptr_t
Andreas Kling
2020-01-20
Use uintptr_t instead of u32 when storing pointers as integers
Andreas Kling
2020-01-18
Kernel: Pass correct permission flags when opening files
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-16
Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication
Andreas Kling
2020-01-05
Kernel: Start implementing x86 SMAP support
Andreas Kling
2020-01-02
Kernel: Move kernel symbols to /res/kernel.map and make it root-only
Andreas Kling
[next]