Luke
|
cbbbc38f27
Kernel: Print panic backtrace to both the screen and serial
|
4 年之前 |
Gunnar Beutner
|
3cfb1787b8
Kernel: Print relative symbol addresses in dump_backtrace_impl
|
4 年之前 |
Gunnar Beutner
|
57417a3d6e
Kernel: Support loading the kernel at almost arbitrary virtual addresses
|
4 年之前 |
Gunnar Beutner
|
36e36507d5
Everywhere: Prefer using {:#x} over 0x{:x}
|
4 年之前 |
Gunnar Beutner
|
7e94b090fe
Kernel: Introduce basic pre-kernel environment
|
4 年之前 |
Gunnar Beutner
|
7236584132
Kernel: Make kernel symbols available much earlier in the boot process
|
4 年之前 |
Andreas Kling
|
0d39bd04d3
Kernel: Rename VFS => VirtualFileSystem
|
4 年之前 |
Gunnar Beutner
|
67f0c0d5f0
Kernel+LibELF: Don't demangle symbols in the kernel
|
4 年之前 |
Ali Mohammad Pur
|
eda5ab2d0f
Kernel: Fix method name load_kernel_{sybols => symbols}_from_data()
|
4 年之前 |
Hendiadyoin1
|
65566d6868
Kernel: Make and use KERNEL_BASE
|
4 年之前 |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 年之前 |
Idan Horowitz
|
d9f7b29273
Kernel: Check kernel symbol's name length matches searched name
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
73e06a1983
Kernel: Convert klog() => AK::Format in a handful of places
|
4 年之前 |
Andreas Kling
|
3dbb9c8448
Kernel: Turn a VLA into a statically-sized array in dump_backtrace()
|
4 年之前 |
Andreas Kling
|
8129f3da52
Kernel: Move SMAP disabler RAII helper to its own file
|
4 年之前 |
Andreas Kling
|
8f70528f30
Kernel: Take some baby steps towards x86_64
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Andreas Kling
|
2b2828ae52
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
|
4 年之前 |
Andreas Kling
|
9c77980965
Everywhere: Remove some bitrotted "#if 0" blocks
|
4 年之前 |
Jean-Baptiste Boric
|
06b73eea94
Kernel: Do not assert if unable to load kernel symbols
|
4 年之前 |
asynts
|
019c9eb749
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年之前 |
Brian Gianforcaro
|
84c2be604a
Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#4728)
|
4 年之前 |
Andreas Kling
|
d7ad082afa
Kernel+LibELF: Stop doing ELF symbolication in the kernel
|
4 年之前 |
Andreas Kling
|
8e79bde2b7
Kernel: Move KBufferBuilder to the fallible KBuffer API
|
4 年之前 |
Itamar
|
b4842d33bb
Kernel: Generate a coredump file when a process crashes
|
4 年之前 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 年之前 |
Ben Wiederhake
|
42b057b0c9
Kernel: Mark compilation-unit-only functions as static
|
5 年之前 |
Andreas Kling
|
62ec6e5fe0
Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer)
|
5 年之前 |
Tom
|
bc107d0b33
Kernel: Add SMP IPI support
|
5 年之前 |