Commit History

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