summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2020-07-06Kernel: Tidy up SpinLock and related classes a little bitAndreas Kling
2020-07-06Kernel: Thread::wait_on() must always leave interrupts enabled on exitAndreas Kling
2020-07-06Kernel: Tidy up the ScopedCritical class a little bitAndreas Kling
2020-07-06Kernel: Enhance WaitQueue to remember pending wakesTom
2020-07-06Kernel: Various context switch fixesTom
2020-07-06Kernel: Add a SpinLock to the WaitQueueTom
2020-07-06Kernel: Require a reason to be passed to Thread::wait_onTom
2020-07-05Kernel: Add Plan9FS :^)Sergey Bugaev
2020-07-05Kernel: Split BlockBasedFileSystem off FileBackedFileSystemSergey Bugaev
2020-07-05Kernel: Fix .. directory entry at mount point handling a littleSergey Bugaev
2020-07-05Kernel: Make sure to drop region with interrupts enabledSergey Bugaev
2020-07-05AK: Make Vector::unstable_remove() return the removed valueSergey Bugaev
2020-07-05Kernel: Fix KBufferBuilder::append()Sergey Bugaev
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-04Kernel: Add "child added" and "child removed" InodeWatcher eventsAndreas Kling
2020-07-04Kernel: Remove debug spam in finalizer taskAndreas Kling
2020-07-04Kernel: Change the value of SO_KEEPALIVE to reflect LibC's constantAnotherTest
2020-07-03Kernel: Remove /proc/PID/regsTom
2020-07-03Kernel: Fix retreiving frame pointer from a threadTom
2020-07-03LibC: Remove a few comments now that we have man pages for this.Nico Weber
2020-07-03Kernel: Consolidate features into CPUFeature enumTom
2020-07-03Kernel: Fix signal deliveryTom
2020-07-03Kernel: Allow recursion when writing to the debug logTom
2020-07-03Kernel: Change kmalloc lock to be recursiveTom
2020-07-03Kernel: Split initialization of Processor structureTom
2020-07-03Kernel: Fix non-blocking write() blocking instead of short-writingAndreas Kling
2020-07-02Kernel: Remove no-longer-used GDT selector from ThreadAndreas Kling
2020-07-01Meta: move Kernel/.bochsrc => Meta/bochsrcEmanuele Torre
2020-07-01PATA: Ignore interrupts that weren't generated by the diskTom
2020-07-01PATA: LBA48 uses 16 bit features registerTom
2020-07-01Kernel: Boot all APS all the way into their own idle loopTom
2020-07-01Kernel: Block initializing the Scheduler on the APs until the BSP initialized...Tom
2020-07-01Kernel: Add a quickmap region for each processorTom
2020-07-01Kernel: Protect Console with SpinLockTom
2020-07-01Kernel: Turn Thread::current and Process::current into functionsTom
2020-07-01Kernel/LibCore: Expose processor id where a thread last ranTom
2020-07-01Kernel: List all CPUs in /proc/cpuinfoTom
2020-07-01Kernel: Implement software context switching and Processor structureTom
2020-07-01PATA: Avoid double-preparing for irqTom
2020-07-01Kernel: Serialize debug outputTom
2020-06-27Kernel: Make Random work on CPUs without rdrandPeter Elliott
2020-06-27Kernel: Add g_cpu_supports_rdseed3541
2020-06-25Kernel: Harvest randomness from various driversPeter Elliott
2020-06-25LibCrypto: Add CTR cipher modePeter Elliott
2020-06-25Kernel: Replace existing random implementation with FortunaPeter Elliott
2020-06-25Kernel: Implement the Fortuna PRNG algorithmPeter Elliott
2020-06-25Kernel: Port mounts to reference inodes directlySergey Bugaev
2020-06-25Kernel: Deemphasize inode identifiersSergey Bugaev
2020-06-25Kernel: Minor cleanups in sendfd/recvfdAndreas Kling
2020-06-24Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passingAndreas Kling