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-04-04
Kernel+CrashReporter: Add metadata about page faults to crash reports
Andreas Kling
2021-04-04
Kernel: Reading past the end of an Ext2FSInode should return 0
Andreas Kling
2021-04-03
Kernel/PCI: Introduce a new ECAM access mechanism
Liav A
2021-04-03
Kernel: Enable PCI ECAM method again if available
Liav A
2021-04-03
Kernel: Introduce a new HID subsystem
Liav A
2021-04-03
Revert "Kernel/PCI: Allow to set the PCI IRQ line of a device"
Liav A
2021-04-03
Kernel/Storage: Add support for IDE controllers in PCI native mode
Liav A
2021-04-03
Kernel: NetworkTask: Remove 10.0.2.x as default IP for NIC interfaces
Brendan Coles
2021-03-31
Kernel: Send SIGCHLD to the parent process when changing stopped state
AnotherTest
2021-03-31
Kernel: Added TIOCSTI ioctl placeholder (#6037)
Baitinq
2021-03-30
Kernel: Don't dump regions twice when crashing due to bad access
Andreas Kling
2021-03-30
Kernel: Clarify Thread::block() a little bit with a better local name
Andreas Kling
2021-03-29
Kernel: Support write() after setting O_APPEND on a non-seekable file
Itamar
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
[next]