summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-04-17Kernel: Add `-Wnull-dereference` flagNicholas-Baron
2021-04-16AK+Kernel: Make IntrusiveList capable of holding non-raw pointersAnotherTest
2021-04-16Kernel: Add some missing socket ioctlssin-ack
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-14Kernel: Suppress maybe-uninitialized' warning s_syscall_table in gcc-10.3.0Brian Gianforcaro
2021-04-14Build: Update toolchain include path to gcc 10.3.0Brian Gianforcaro
2021-04-14Kernel: Read the ELF header from the inode rather than the mapped pagesGunnar Beutner
2021-04-14Kernel: Make sure the offset stays the same when using mremap()Gunnar Beutner
2021-04-13Kernel: Fix RAM OK test condition for NE2000NetworkAdapterJean-Baptiste Boric
2021-04-13Kernel: Remove type from StorageDevice classJean-Baptiste Boric
2021-04-12Kernel: Mark s_syscall_table const so it ends up in ro_data.Brian Gianforcaro
2021-04-12Kernel: Replace process' regions vector with a Red Black treeIdan Horowitz
2021-04-12Kernel: Remove old region from process' regions vector before splittingIdan Horowitz
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