Idan Horowitz
|
a9e436c4a3
Kernel: Replace usages of SIGSTKFLT with SIGSEGV
|
3 년 전 |
James Mintram
|
eb33df0c30
Kernel: Add an x86 include check+error in x86/PageFault.h
|
3 년 전 |
Brian Gianforcaro
|
a5cec06135
Kernel: Handle string format error in page_fault_handler(..) :^)
|
3 년 전 |
Daniel Bertalan
|
17b66eaa3c
Kernel: Call try_set_coredump_property with StringView arguments
|
3 년 전 |
James Mintram
|
dfe4810c3a
Kernel: Add cross platform RegisterState header and Aarch64 version
|
3 년 전 |
James Mintram
|
545ce5b595
Kernel: Add per platform Processor.h headers
|
3 년 전 |
Luke Wilde
|
49259777ef
Kernel: Note if the page fault address is a destroyed smart pointer
|
3 년 전 |
Brian Gianforcaro
|
0223faf6f4
Kernel: Access MemoryManager static functions statically
|
3 년 전 |
Andreas Kling
|
cd8d52e6ae
Kernel: Improve API names for switching address spaces
|
3 년 전 |
Andreas Kling
|
68bf6db673
Kernel: Rename Spinlock::is_owned_by_current_thread()
|
3 년 전 |
Andreas Kling
|
0b4671add7
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
|
3 년 전 |
Andreas Kling
|
dea93a8bb9
Kernel: Rename Processor::id() => current_id()
|
3 년 전 |
Andreas Kling
|
d60635cb9d
Kernel: Convert Processor::in_irq() to static current_in_irq()
|
3 년 전 |
Idan Horowitz
|
cf271183b4
Kernel: Make Process::current() return a Process& instead of Process*
|
3 년 전 |
Andreas Kling
|
208147c77c
Kernel: Rename Process::space() => Process::address_space()
|
3 년 전 |
Andreas Kling
|
33adc3a42d
Kernel: Store coredump metadata properties as KStrings
|
3 년 전 |
Brian Gianforcaro
|
0fc853f5ba
Kernel: Remove ThreadTracer.h include from Process.h / Thread.h
|
4 년 전 |
Ali Mohammad Pur
|
5dc6270b57
Kernel: Remove invalid '#' format modifier for printing a faulting addr
|
4 년 전 |
Ali Mohammad Pur
|
306d898ee5
Kernel: Show the unmapped-after-init symbol being accessed
|
4 년 전 |
Gunnar Beutner
|
31f30e732a
Everywhere: Prefix hexadecimal numbers with 0x
|
4 년 전 |
Brian Gianforcaro
|
85e95105c6
Kernel: Mark read only RegisterState function parameters as const
|
4 년 전 |
Brian Gianforcaro
|
308396bca1
Kernel: No lock validate_user_stack variant, switch to Space as argument
|
4 년 전 |
Brian Gianforcaro
|
1cffecbe8d
Kernel: Push ARCH specific ifdef's down into RegisterState functions
|
4 년 전 |
Gunnar Beutner
|
cbdb488578
Kernel: Move end_of_kernel_image after the .ksyms section
|
4 년 전 |
Gunnar Beutner
|
8aafbd917a
Kernel: Fix incorrect indentation
|
4 년 전 |
Hendiadyoin1
|
9b7e48c6bd
Kernel: Replace raw asm functions with naked ones
|
4 년 전 |
Gunnar Beutner
|
52f9aaa823
Kernel: Use the GS segment for the per-CPU struct
|
4 년 전 |
Gunnar Beutner
|
5666809889
Kernel: Fix building the kernel with LTO
|
4 년 전 |
Gunnar Beutner
|
e37576440d
Kernel: Fix stack alignment on x86_64
|
4 년 전 |
Gunnar Beutner
|
732dc72c58
Kernel: Fix the limit for the IDT table
|
4 년 전 |