summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-04-11Kernel: Use more if-with-initializer in VFSAndreas Kling
2021-04-11Ext2FS: Use if-with-initializer a lot moreAndreas Kling
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-04-10Ext2FS: Support reading from file holesAndreas Kling
2021-04-10Ext2FS: Clarify error handling in Ext2FSInode::read_bytes() somewhatAndreas Kling
2021-04-09Kernel: Do some basic metadata integrity verification in kmalloc/kfreeAndreas Kling
2021-04-09Kernel: Add some basic double-kfree() detectionAndreas Kling
2021-04-08Kernel/LibC: Make memset implementations the sameHendiadyoin1
2021-04-08Kernel: Introduce two new boot arguments to assist with bare metal debugLiav A
2021-04-07Kernel: Remove unused UHCI_ENABLED flagAndreas Kling
2021-04-06Kernel/PCI: Disable ECAM method by defaultLiav A
2021-04-06Kernel/Storage: Wait a few microseconds after selecting the IDE driveLiav A
2021-04-06Kernel/PCI + CPU: Allow to access unaligned dataLiav A
2021-04-06Kernel/PCI: Don't expose virtual addresses on the kernel logLiav A
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