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-03-21
Kernel: Add TSS64 and Desciptor for 64-bit
Hendiadyoin1
2021-03-21
Kernel: Renable UHCIController on 64-bit processors
Hendiadyoin1
2021-03-19
Kernel: Set TLS-related members of Process after loading static program
Itamar
2021-03-19
Kernel: Make FileDescription::seek() return KResultOr<off_t>
Andreas Kling
2021-03-19
Kernel: Make block-based file system code 64 bit ready
Jean-Baptiste Boric
2021-03-19
Kernel: Refactor storage stack with u64 as mmap offset
Jean-Baptiste Boric
2021-03-18
Kernel/Storage: Recover from fatal AHCI error on TFES, HBDS and HBFS
Luke
2021-03-18
Kernel/Storage: Add a whole bunch of AHCI debug output
Luke
2021-03-18
Kernel/Storage: Add AHCI Extended HBA Capabilities
Luke
2021-03-18
Kernel/Storage: Fix typos in HBA capabilities
Luke
2021-03-17
Kernel: Add 64 bit file size support to Ext2FS
Jean-Baptiste Boric
2021-03-17
LibC+Kernel: Switch off_t to 64 bits
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as file operations offset
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as block index
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as number of blocks
Jean-Baptiste Boric
2021-03-17
Kernel: Rationalize logs inside Ext2Fs
Jean-Baptiste Boric
2021-03-16
Kernel: sysconf(_SC_CLK_TCK): Use TimeManagement::ticks_per_second()
thatdutchguy
2021-03-16
Kernel: Add _SC_CLK_TCK to sysconf.
thatdutchguy
2021-03-15
Kernel: Fix sys$select() not marking fd's after blocking was avoided
Andreas Kling
2021-03-15
Kernel/Storage: Add SATA error disambiguation
Luke
2021-03-15
Kernel: Don't return -EFOO when return type is KResultOr<...>
Andreas Kling
2021-03-15
Kernel: Return 0 to indicate EOF when reading from end-of-file of device
Liav A
2021-03-15
Kernel: Fix race conditions processing async device requests
Tom
2021-03-15
Kernel: Fix race condition completing IDEChannel async request
Tom
2021-03-15
Kernel: When writing to device node, use can_write for checking
Liav A
2021-03-13
Kernel: Make munmap more posix compliant
Hendiadyoin1
2021-03-13
Kernel: munmap multiple regions at a time
Hendiadyoin1
2021-03-13
Kernel: Implement helper to find multiple Regions in a Range
Hendiadyoin1
2021-03-13
Kernel: Add a Range::intersect(other) helper
Hendiadyoin1
2021-03-13
Kernel: Don't reset AHCI ports during boot unless requested
Liav A
2021-03-13
Kernel: Don't wait for AHCI port to reset the signature
Liav A
2021-03-13
Kernel: Change the timings when initiating AHCI port reset
Liav A
2021-03-13
Kernel: Implement triply indirect block support in Ext2FSInode
Jean-Baptiste Boric
2021-03-13
Kernel: Modify block lists in place for Ext2FSInode::resize()
Jean-Baptiste Boric
2021-03-12
Kernel: Run clang-format on PIC.cpp
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
Kernel: Fix rounding of PT_LOAD mappings in sys$execve()
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in UHCIController
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in SB16
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in TestModule
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in a handful of places
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in InterruptManagement
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in Storage
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in PCI
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in IOAPIC
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in DMI
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in TimeManagement
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in SharedIRQHandler
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in MultiProcessorParser
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in StdLib
Andreas Kling
[prev]
[next]