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-11
Kernel: Use more if-with-initializer in VFS
Andreas Kling
2021-04-11
Ext2FS: Use if-with-initializer a lot more
Andreas Kling
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-10
Ext2FS: Support reading from file holes
Andreas Kling
2021-04-10
Ext2FS: Clarify error handling in Ext2FSInode::read_bytes() somewhat
Andreas Kling
2021-04-09
Kernel: Do some basic metadata integrity verification in kmalloc/kfree
Andreas Kling
2021-04-09
Kernel: Add some basic double-kfree() detection
Andreas Kling
2021-04-08
Kernel/LibC: Make memset implementations the same
Hendiadyoin1
2021-04-08
Kernel: Introduce two new boot arguments to assist with bare metal debug
Liav A
2021-04-07
Kernel: Remove unused UHCI_ENABLED flag
Andreas Kling
2021-04-06
Kernel/PCI: Disable ECAM method by default
Liav A
2021-04-06
Kernel/Storage: Wait a few microseconds after selecting the IDE drive
Liav A
2021-04-06
Kernel/PCI + CPU: Allow to access unaligned data
Liav A
2021-04-06
Kernel/PCI: Don't expose virtual addresses on the kernel log
Liav A
2021-04-06
Kernel: Don't crash if unable to map ramdisk inside kernel address space
Jean-Baptiste Boric
2021-04-06
Kernel: Fix KUBSAN crash with RamdiskDevice
Jean-Baptiste Boric
2021-04-06
Kernel+LibCore: Note whether a process is kernel mode in /proc/all
Andreas Kling
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
[next]