summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-04-06Kernel: Don't crash if unable to map ramdisk inside kernel address spaceJean-Baptiste Boric
2021-04-06Kernel: Fix KUBSAN crash with RamdiskDeviceJean-Baptiste Boric
2021-04-06Kernel+LibCore: Note whether a process is kernel mode in /proc/allAndreas Kling
2021-04-04Kernel+CrashReporter: Add metadata about page faults to crash reportsAndreas Kling
2021-04-04Kernel: Reading past the end of an Ext2FSInode should return 0Andreas Kling
2021-04-03Kernel/PCI: Introduce a new ECAM access mechanismLiav A
2021-04-03Kernel: Enable PCI ECAM method again if availableLiav A
2021-04-03Kernel: Introduce a new HID subsystemLiav A
2021-04-03Revert "Kernel/PCI: Allow to set the PCI IRQ line of a device"Liav A
2021-04-03Kernel/Storage: Add support for IDE controllers in PCI native modeLiav A
2021-04-03Kernel: NetworkTask: Remove 10.0.2.x as default IP for NIC interfacesBrendan Coles
2021-03-31Kernel: Send SIGCHLD to the parent process when changing stopped stateAnotherTest
2021-03-31Kernel: Added TIOCSTI ioctl placeholder (#6037)Baitinq
2021-03-30Kernel: Don't dump regions twice when crashing due to bad accessAndreas Kling
2021-03-30Kernel: Clarify Thread::block() a little bit with a better local nameAndreas Kling
2021-03-29Kernel: Support write() after setting O_APPEND on a non-seekable fileItamar
2021-03-29Kernel: Let's also not reverse the blocking flag for FIONBIO..Andreas Kling
2021-03-29Kernel: Let's allow unsetting non-blocking mode with FIONBIO as wellAndreas Kling
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-03-28Kernel+LibC: Implement sys$ioctl() FIONBIOAndreas Kling
2021-03-27Kernel/Storage: Select the drive before working with busmaster registerLiav A
2021-03-27Kernel/Storage: Add some debug printing about IDE controllersLiav A
2021-03-27Kernel/Storage: Remove redundant public declaration in IDEController.hLiav A
2021-03-27Kernel/Storage: Use more locking in the IDE codeLiav A
2021-03-27Kernel/Storage: Add support for non-bus mastering IDE controllersLiav A
2021-03-27Kernel/Storage: Move IDE bus master handling code into a separate classLiav A
2021-03-27Kernel: Make IDEChannel Ref-countedLiav A
2021-03-27Kernel: Remove support for CHS addressingLiav A
2021-03-27Kernel: Generalize the ATAIdentifyBlock structureLiav A
2021-03-26Kernel: Remove unused WorkQueue::m_name.Michel Hermier
2021-03-26Kernel: Remove unused MBRPartitionTable::m_partitions_count.Michel Hermier
2021-03-26Kernel: Remove unused FileBlockCondition::m_file.Michel Hermier
2021-03-26Kernel: Remove unused EBRPartitionTable::m_partitions_count.Michel Hermier
2021-03-26Kernel: Remove unused AHCIPort::ScatterList::m_device_block_size.Michel Hermier
2021-03-23Kernel: Return real handler purpose when registered to spurious handlerLiav A
2021-03-23Kernel: Handle real IRQs from line 7 when using the PICLiav A
2021-03-23Revert "Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11"Liav A
2021-03-21Kernel/AHCI: Shift the call to reset() for the WorkQueueLiav A
2021-03-21Kernel/AHCI: Reorder complete_current_requestLiav A
2021-03-21Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11Liav A
2021-03-21Kernel/PCI: Allow to set the PCI IRQ line of a deviceLiav A
2021-03-21Kernel/AHCI: Don't set the PRDBC when accessing the deviceLiav A
2021-03-21Kernel/AHCI: Use interrupts for IO operationsLiav A
2021-03-21Kernel/AHCI: Add a method to get raw interrupt enable registerLiav A
2021-03-21Kernel: Add simplistic work queuesTom
2021-03-21Kernel: Fix undefined behavior due to shifting out of boundsLiav A
2021-03-21Kernel: Make TSS use in thread genericHendiadyoin1
2021-03-21Kernel::x86_64: Re-copy boot.S and add longmode inHendiadyoin1
2021-03-21Kernel: Make IDT Entries their one structHendiadyoin1
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1