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
2021-07-02
Kernel: Fix building the kernel with LTO
Gunnar Beutner
2021-07-02
Kernel/ProcFS: Lazily allocate all sub components of a PID folder
Liav A
2021-07-02
Kernel/ACPI: Don't ask from TypedMapping to map 2 pages if unnecessary
Liav A
2021-07-02
Kernel/TypedMapping: Round up length with offset_in_page
Liav A
2021-07-02
Kernel/ProcFS: Clean dead processes properly
Liav A
2021-07-02
Kernel/USB: Move the USB components as a subfolder to the Bus directory
Liav A
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-07-01
Kernel: Don't byteswap the ISR number on interrupt entry
Gunnar Beutner
2021-07-01
Kernel: Handle OOM when allocating Thread FPUState
Brian Gianforcaro
2021-07-01
Kernel: Only deallocate memory when alloc succeeds
Hendiadyoin1
2021-07-01
Kernel: Add support for 64-bit unaligned Mem-ops
Hendiadyoin1
2021-07-01
Kernel: Remove not needed comment in Processor.h
Hendiadyoin1
2021-07-01
Kernel+LibPthread: Add support for usermode threads on x86_64
Gunnar Beutner
2021-07-01
Kernel+LibPthread: Remove m_ prefix for public members
Gunnar Beutner
2021-07-01
Kernel: Support starting up secondary processors on x86_64
Hendiadyoin1
2021-06-30
Kernel: Disable __thread and TLS on x86_64 for now
Gunnar Beutner
2021-06-30
Kernel: Fix stack alignment on x86_64
Gunnar Beutner
2021-06-30
Kernel: Properly initialize r8-r15 for new threads on x86_64
Gunnar Beutner
2021-06-30
Kernel: Don't start usermode threads on x86_64 for now
Gunnar Beutner
2021-06-30
Kernel: Don't compile JsonValue & friends into the kernel
Andreas Kling
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
Kernel/PCI: Keep track of the currently mapped bus in MMIO mode
Luke
2021-06-30
Kernel/PCI: Don't unmap determine_memory_mapped_bus_region after init
Luke
2021-06-30
Kernel: Give Devices without a custody a less fake absoulte_path
Andrew Kaster
2021-06-29
Kernel: ProcFS and SysFS component indices should be InodeIndex
Andreas Kling
2021-06-29
Kernel: Make sure JSON blobs in core dumps are correctly terminated
Andreas Kling
2021-06-29
Kernel+AK: Don't compile JSON parser into the kernel
Andreas Kling
2021-06-29
Kernel: Remove some unnecessary JSON related includes
Andreas Kling
2021-06-29
Kernel: Use JsonObjectSerializer in the core dump generation code
Andreas Kling
2021-06-29
Kernel: Don't create a JsonArray when generating /proc/cpuinfo
Andreas Kling
2021-06-29
Kernel/ProcFS: Tighten modified time value across the filesystem objects
Liav A
2021-06-29
Kernel/ProcFS: Tighten permissions on the exposed objects
Liav A
2021-06-29
Kernel/ProcFS: Split code into more separate files
Liav A
2021-06-29
Kernel: Don't copy a Vector<FileDescriptionAndFlags>
Liav A
2021-06-29
Kernel: Introduce the new ProcFS design
Liav A
2021-06-29
Kernel/SysFS: Add PCI exposed folder
Liav A
2021-06-29
Kernel: Introduce the new SysFS
Liav A
2021-06-29
Kernel: Add getters for the RSDP, XSDT/RSDT and other ACPI tables
Liav A
2021-06-29
Kernel: Remove DMI exposed blobs from ProcFS
Liav A
2021-06-29
Kernel: Fix `adopt_ref_if_nonnull(new T).release_nonnull()` pattern
Daniel Bertalan
2021-06-29
Kernel: Add `[[unlikely]]` attribute to VERIFY
Daniel Bertalan
2021-06-29
Kernel: Report correct architecture for uname()
Gunnar Beutner
2021-06-29
Kernel: Rename some variables to arch-independent names
Gunnar Beutner
2021-06-29
Kernel+LibCoreDump: Implement more x86_64 coredump functionality
Gunnar Beutner
2021-06-29
Kernel: Fix correct argument order for userspace entry point
Gunnar Beutner
2021-06-29
Kernel: Implement capturing stack traces on x86_64
Gunnar Beutner
2021-06-29
Kernel: Implement signal handling for x86_64
Gunnar Beutner
2021-06-29
Kernel: Fix struct layout for interrupt entries on x86_64
Gunnar Beutner
2021-06-29
Kernel: Add x86_64 support for fork()
Gunnar Beutner
[next]