index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-09-12
Kernel/SysFS: Make it possible to have custom permissions for nodes
Liav A
2021-09-12
Kernel: Unify BIOS and ACPI components in the SysFS firmware directory
Liav A
2021-09-12
Kernel: Move ACPI and BIOS code into the new Firmware directory
Liav A
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
2021-09-12
Kernel/SysFS: Move the PCI bus directory to the /sys/bus directory
Liav A
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-09-11
Kernel: Run clang-format on SerialDevice.h
Idan Horowitz
2021-09-11
Kernel: Initialize and expose SerialDevice(s) properly
Liav A
2021-09-11
Kernel/Devices: Defer creation of SysFS component after the constructor
Liav A
2021-09-11
Kernel: Fix off-by-one in Memory::is_user_range() check
Andreas Kling
2021-09-11
Kernel: Add _SC_HOST_NAME_MAX
Linus Groh
2021-09-10
Kernel/CommandLine: Verify ACPI feature level cannot have invalid string
Liav A
2021-09-10
Kernel/ACPI: Simplify parser initialization
Liav A
2021-09-10
Kernel: Add kernelearlyputstr and use it in dbgln in very-early boot
Idan Horowitz
2021-09-10
Kernel: Replace inline assembly for turning on IA32_EFER.NXE with MSR
Idan Horowitz
2021-09-10
AK+Kernel: Reduce the number of template parameters of IntrusiveRBTree
Ali Mohammad Pur
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-10
Kernel: Fix null dereference in IPv4Socket::receive_packet_buffered()
Andreas Kling
2021-09-09
Kernel: Use KString all the way in sys$execve()
Andreas Kling
2021-09-09
Kernel: Define INADDR_BROADCAST constant
Rodrigo Tobar
2021-09-09
Kernel/VFS: Restrict special unveil rule for Loader.so
Ralf Donau
2021-09-08
Kernel: Make TextModeConsole store VGA window base as VirtualAddress
Andreas Kling
2021-09-08
Kernel: Remove some unused code in Graphics::TextModeConsole
Andreas Kling
2021-09-08
Kernel: Add KBuffer::bytes() and use it
Andreas Kling
2021-09-08
Kernel: Use an IntrusiveRedBlackTree for storing the cr3 mappings
Idan Horowitz
2021-09-08
Kernel: Fix a typo in LockRank::Process's comment
Idan Horowitz
2021-09-08
Kernel/VirtIO: Determine names without PCI access in IRQ context
Liav A
2021-09-08
Kernel/ACPI: Return Optional container after table search
Liav A
2021-09-08
Kernel: Don't link Prekernel against libsupc++
Nico Weber
2021-09-08
Kernel/Storage: Implement basic AHCI hotplug support
Liav A
2021-09-08
Kernel+SystemServer: Simplify the DevTmpFS design
Liav A
2021-09-08
Kernel: Rename DevFS => DevTmpFS
Liav A
2021-09-08
Kernel/DevFS: Add the ability to remove device nodes
Liav A
2021-09-08
Kernel: Expose device presence in /sys/dev/char and /sys/dev/block
Liav A
2021-09-08
Kernel/Devices: Ensure appropriate locking on the Device map singleton
Liav A
2021-09-08
Kernel/Devices: Remove required_mode and device_name methods
Liav A
2021-09-08
Kernel/VFS: Silence mknod debug spam
Liav A
2021-09-08
Kernel+SystemServer: Defer creation of device nodes to userspace
Liav A
2021-09-08
Kernel/DevFS: Simplify nodes insertion and lookup
Liav A
2021-09-07
Kernel: Stop leaking TmpFS inodes
Andreas Kling
2021-09-07
Kernel/TmpFS: Stop leaking directory entry metadata
Andreas Kling
2021-09-07
Kernel: Remove a bunch of unused TimerQueue functions
Andreas Kling
2021-09-07
Kernel: Make PerformanceEventBuffer::to_json() return a KResult
Andreas Kling
2021-09-07
Kernel: Add const variant of Process::perf_events()
Andreas Kling
2021-09-07
Kernel: Use OOM-safe absolute path serialization in InodeFile::mmap()
Andreas Kling
2021-09-07
Kernel: Build MiniStdLib.cpp in aarch64 builds
Nico Weber
2021-09-07
Kernel: Build UBSanitizer.cpp in aarch64 builds
Nico Weber
2021-09-07
Kernel: Remove two unused includes from Prekernel/UBSanitizer.cpp
Nico Weber
2021-09-07
Kernel: Make Device request creation return KResultOr
Andreas Kling
[next]