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
Age
Commit message (
Expand
)
Author
2020-04-15
Kernel: Ensure that we receive IRQs in PIO mode when IOAPIC is enabled
Liav A
2020-04-15
Kernel: Restore ATA PIO functionality
Liav A
2020-04-14
Kernel: Don't include null terminator in sys$readlink() result
Sergey Bugaev
2020-04-14
Kernel: Simplify sys$setgroups(0, ...)
Andreas Kling
2020-04-14
Kernel: Remove SmapDisablers in {peek,poke}_user_data()
Andreas Kling
2020-04-14
Kernel: Remove SmapDisablers in sys$ptrace() implementation
Andreas Kling
2020-04-14
Kernel: Fix little mistakes in ptrace(PT_PEEK)
Andreas Kling
2020-04-13
CPU: Handle Debug exception
Itamar
2020-04-13
Kernel: Don't ignore validation result in ptrace(PT_PEEK)
Andreas Kling
2020-04-13
Kernel: Use copy_from_user() in ptrace(PT_PEEK)
Andreas Kling
2020-04-13
Kernel: Switch the first-8MB-of-upper-3GB pseudo mappings to 4KB pages
Andreas Kling
2020-04-13
Debugger: Add DebugSession
Itamar
2020-04-13
ptrace: Report error in PT_PEEK via errno
Itamar
2020-04-13
Process: Fix siginfo for code CLD_STOPPED
Itamar
2020-04-13
ptrace: Add PT_SETREGS
Itamar
2020-04-13
ptrace: Stop a traced thread when it exists from execve
Itamar
2020-04-13
Thread: Set m_blocker to null in Thread::unblock()
Itamar
2020-04-13
ptrace: Add PT_POKE
Itamar
2020-04-13
ptrace: Add PT_PEEK
Itamar
2020-04-13
CPU: Handle breakpoint trap
Itamar
2020-04-12
Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO
Andreas Kling
2020-04-12
Kernel: Bump the max stack frame count in sample profiles to 50
Andreas Kling
2020-04-11
Kernel: Store previous thread state upon all transitions to Stopped (#1753)
Peter Nelson
2020-04-11
LibELF: Move validation methods to their own file
Andrew Kaster
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-04-11
Kernel: Include the current instruction pointer in profile samples
Andreas Kling
2020-04-11
Kernel: Add $SERENITY_KERNEL_CUSTOM_{CXXFLAGS/LDFLAGS} for build customization
Brian Gianforcaro
2020-04-11
MenuApplets: Rename CPUGraph to ResourceGraph
Linus Groh
2020-04-11
Kernel: Instantiate network adapters in their own detect() methods
Liav A
2020-04-11
Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration
Liav A
2020-04-11
Kernel: Simplify a message in PATAChannel::create()
Liav A
2020-04-11
Kernel: Assert if we try to initialize VMWareBackdoor more than once
Liav A
2020-04-10
Kernel: Ignore zero-length PROGBITS sections in sys$module_load()
Andreas Kling
2020-04-10
Kernel+LibC: Remove ESUCCESS
Andreas Kling
2020-04-10
Kernel: Add explicit offset parameter to File::read etc
Conrad Pankoff
2020-04-09
Kernel: Allow again to boot with partitioned disk
Liav A
2020-04-09
Kernel: Create BXVGA device if found in the PCI bus
Liav A
2020-04-09
Kernel: Reorder bitwise operations when creating PCI interrupt overrides
Liav A
2020-04-09
MultiProcessor: Silence debug message spam
Liav A
2020-04-09
Interrupts: Simplify initialization a bit more
Liav A
2020-04-09
Interrupts: Remove irrelevant FIXME comment
Liav A
2020-04-09
Interrupts: Make the MultiProcessorParser functional again
Liav A
2020-04-09
Kernel: Simplify the Time management initialization
Liav A
2020-04-09
Kernel: Run clang-format on init.cpp
Liav A
2020-04-09
Kernel: Simplify the Interrupt management initialization
Liav A
2020-04-09
Kernel: Simplify PCI messages on initialization
Liav A
2020-04-09
Kernel: Remove redundant "ACPI" from filenames in ACPI/
Andreas Kling
2020-04-09
Kernel: Merge ACPI::StaticParser into ACPI::Parser
Andreas Kling
2020-04-09
Kernel: Use StringView for ACPI table signatures
Andreas Kling
2020-04-09
Kernel: Add typed_map<T>(PhysicalAddress) and use it in ACPI parsing
Andreas Kling
[next]