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-29
Kernel: Let's also not reverse the blocking flag for FIONBIO..
Andreas Kling
2021-03-29
Kernel: Let's allow unsetting non-blocking mode with FIONBIO as well
Andreas Kling
2021-03-28
LibCoreDump+CrashDaemon: Compress coredumps
Idan Horowitz
2021-03-28
Kernel+LibC: Implement sys$ioctl() FIONBIO
Andreas Kling
2021-03-27
Kernel/Storage: Select the drive before working with busmaster register
Liav A
2021-03-27
Kernel/Storage: Add some debug printing about IDE controllers
Liav A
2021-03-27
Kernel/Storage: Remove redundant public declaration in IDEController.h
Liav A
2021-03-27
Kernel/Storage: Use more locking in the IDE code
Liav A
2021-03-27
Kernel/Storage: Add support for non-bus mastering IDE controllers
Liav A
2021-03-27
Kernel/Storage: Move IDE bus master handling code into a separate class
Liav A
2021-03-27
Kernel: Make IDEChannel Ref-counted
Liav A
2021-03-27
Kernel: Remove support for CHS addressing
Liav A
2021-03-27
Kernel: Generalize the ATAIdentifyBlock structure
Liav A
2021-03-26
Kernel: Remove unused WorkQueue::m_name.
Michel Hermier
2021-03-26
Kernel: Remove unused MBRPartitionTable::m_partitions_count.
Michel Hermier
2021-03-26
Kernel: Remove unused FileBlockCondition::m_file.
Michel Hermier
2021-03-26
Kernel: Remove unused EBRPartitionTable::m_partitions_count.
Michel Hermier
2021-03-26
Kernel: Remove unused AHCIPort::ScatterList::m_device_block_size.
Michel Hermier
2021-03-23
Kernel: Return real handler purpose when registered to spurious handler
Liav A
2021-03-23
Kernel: Handle real IRQs from line 7 when using the PIC
Liav A
2021-03-23
Revert "Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11"
Liav A
2021-03-21
Kernel/AHCI: Shift the call to reset() for the WorkQueue
Liav A
2021-03-21
Kernel/AHCI: Reorder complete_current_request
Liav A
2021-03-21
Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11
Liav A
2021-03-21
Kernel/PCI: Allow to set the PCI IRQ line of a device
Liav A
2021-03-21
Kernel/AHCI: Don't set the PRDBC when accessing the device
Liav A
2021-03-21
Kernel/AHCI: Use interrupts for IO operations
Liav A
2021-03-21
Kernel/AHCI: Add a method to get raw interrupt enable register
Liav A
2021-03-21
Kernel: Add simplistic work queues
Tom
2021-03-21
Kernel: Fix undefined behavior due to shifting out of bounds
Liav A
2021-03-21
Kernel: Make TSS use in thread generic
Hendiadyoin1
2021-03-21
Kernel::x86_64: Re-copy boot.S and add longmode in
Hendiadyoin1
2021-03-21
Kernel: Make IDT Entries their one struct
Hendiadyoin1
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
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
[next]