serenity/Kernel
Andreas Kling 24cc67d199 Kernel: Remove read_tsc() syscall
Since nothing is using this, let's just remove it. That's one less
thing to worry about.
2020-01-03 09:27:09 +01:00
..
ACPI Kernel: Create a basic SMBIOS Decoder 2020-01-02 00:50:09 +01:00
Arch/i386 Kernel: Add a random offset to kernel stacks upon syscall entry 2020-01-01 23:21:24 +01:00
Devices Kernel: Create support for PCI ECAM 2020-01-02 00:50:09 +01:00
FileSystem Kernel: The superuser is allowed to utime() on any file 2020-01-03 04:14:41 +01:00
Heap
Net Kernel: Create support for PCI ECAM 2020-01-02 00:50:09 +01:00
PCI Kernel: Fixing PCI MMIO access mechanism 2020-01-02 21:45:04 +01:00
TTY
VM Kernel: Make the loop that marks the bottom 1MB NX a little less busy 2020-01-02 22:02:29 +01:00
.bochsrc
.gitignore
Assertions.h
build-gpt-image-grub.sh
build-image-grub.sh
build-image-qemu.sh Build: add support for building on OpenBSD 2020-01-02 21:03:53 +01:00
build-root-filesystem.sh Build: add support for building on OpenBSD 2020-01-02 21:03:53 +01:00
CMOS.cpp
CMOS.h
Console.cpp
Console.h
DoubleBuffer.cpp
DoubleBuffer.h
FB.h
grub.cfg Kernel: Embrace the SerenityOS name 2019-12-29 19:08:02 +01:00
grub_gpt.cfg Kernel: Embrace the SerenityOS name 2019-12-29 19:08:02 +01:00
init.cpp Kernel: Create support for PCI ECAM 2020-01-02 00:50:09 +01:00
IO.h
IRQHandler.cpp
IRQHandler.h
KBuffer.h Kernel: Make kernel memory regions be non-executable by default 2019-12-25 22:41:34 +01:00
KBufferBuilder.cpp Kernel: Make kernel memory regions be non-executable by default 2019-12-25 22:41:34 +01:00
KBufferBuilder.h
KernelInfoPage.h
KeyCode.h Kernel: Implement AltGr key support 2019-12-31 19:31:42 +01:00
KParams.cpp
KParams.h
kprintf.cpp
KResult.h Kernel: Add move assign operator to KResultOr 2019-12-29 23:01:27 +01:00
kstdio.h
KSyms.cpp Kernel: Move kernel symbols to /res/kernel.map and make it root-only 2020-01-02 20:51:31 +01:00
KSyms.h
linker.ld
Lock.cpp
Lock.h Kernel: Add Lock::is_locked() 2019-12-26 11:43:23 +01:00
makeall.sh Build: add support for building on OpenBSD 2020-01-02 21:03:53 +01:00
Makefile Kernel: Remove broken implementation of Unix SHM 2020-01-02 12:44:21 +01:00
mkmap.sh
Module.h
MousePacket.h
Multiboot.h
PCI.cpp
PCI.h
Process.cpp Kernel: Remove read_tsc() syscall 2020-01-03 09:27:09 +01:00
Process.h Kernel: Remove read_tsc() syscall 2020-01-03 09:27:09 +01:00
ProcessTracer.cpp
ProcessTracer.h
Profiling.cpp
Profiling.h
RTC.cpp
RTC.h
run Kernel: Fixing PCI MMIO access mechanism 2020-01-02 21:45:04 +01:00
Scheduler.cpp Kernel: Prevent executing I/O instructions in userspace 2020-01-01 17:31:41 +01:00
Scheduler.h Kernel: Switch to eagerly restoring x86 FPU state on context switch 2020-01-01 16:54:21 +01:00
SharedBuffer.cpp
SharedBuffer.h
StdLib.cpp
StdLib.h Kernel: Introduce the ACPI subsystem 2020-01-02 00:50:09 +01:00
sync.sh
Syscall.cpp Kernel: Add a random offset to kernel stacks upon syscall entry 2020-01-01 23:21:24 +01:00
Syscall.h Kernel: Remove read_tsc() syscall 2020-01-03 09:27:09 +01:00
TestModule.cpp
Thread.cpp Kernel: Mask kernel addresses in backtraces and profiles 2020-01-02 20:51:31 +01:00
Thread.h Kernel: Switch to eagerly restoring x86 FPU state on context switch 2020-01-01 16:54:21 +01:00
TimerQueue.cpp Kernel: Add kernel-level timer queue (heavily based on @juliusf's work) 2019-12-27 02:15:45 +01:00
TimerQueue.h Kernel: Add kernel-level timer queue (heavily based on @juliusf's work) 2019-12-27 02:15:45 +01:00
UnixTypes.h Kernel: Add a mode flag to sys$purge and allow purging clean inodes 2019-12-29 13:16:53 +01:00
WaitQueue.cpp
WaitQueue.h