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-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
2019-12-24
Kernel: Add a size argument to validate_read_from_kernel
Conrad Pankoff
2019-11-29
Kernel: Demangle kernel C++ symbols correctly again
Andreas Kling
2019-11-28
Kernel: Allow modules to link against anything in kernel.map :^)
Andreas Kling
2019-11-08
Kernel: Remove debug spam about dump_backtrace() calling itself
Andreas Kling
2019-11-06
LibELF: Move AK/ELF/ into Libraries/LibELF/
Andreas Kling
2019-11-06
Kernel: Remove unnecessary init_ksyms() function
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-08-07
Kernel: Disable kmalloc backtraces during backtrace generation
Andreas Kling
2019-07-28
Kernel: Add bounds checking to recognized_symbols in dump_backtrace_impl (#372)
DrewStratford
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-13
Kernel: Rename "descriptor" to "description" where appropriate.
Andreas Kling
2019-06-07
Kernel: Rename LinearAddress => VirtualAddress.
Andreas Kling
[next]