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
2023-01-07
Kernel/Graphics: Introduce a new mechanism to initialize a PCI device
Liav A
2023-01-07
Kernel/Graphics: Allocate 16 MiB framebuffer if failed allocating larger
Liav A
2023-01-07
Kernel: Make Device::after_inserting to return ErrorOr<void>
Liav A
2023-01-07
Kernel: Remove the RTL8139 PCI network adapter driver
Liav A
2023-01-07
Kernel/Net: Introduce a new mechanism to initialize a PCI device
Liav A
2023-01-07
Kernel/Net: Allocate regions before invoking the RTL8139 constructor
Liav A
2023-01-07
Kernel/Net: Allocate regions before invoking Intel driver constructors
Liav A
2023-01-07
Kernel: Mark Process::jail() method as const
Liav A
2023-01-06
Kernel: Add helper function to check if a Process is in jail
Liav A
2023-01-06
Kernel: Restore setting i8042 scan code set to scan code set 2 sequence
Liav A
2023-01-06
Kernel: Make i8042 controller initialization sequence more robust
Liav A
2023-01-05
Kernel/SysFS: Don't refresh/set-values inside the Jail spinlock scope
Liav A
2023-01-05
Kernel: Repair build for aarch64
Ben Wiederhake
2023-01-05
Kernel/aarch64: Remove counterproductive `volatile`
Nico Weber
2023-01-05
Kernel: Convert 2 instances of `dbgln` to `dmesgln_pci` in AC'97
Jelle Raaijmakers
2023-01-05
Kernel: Add dmesgln_pci logging for Kernel::PCI
Evan Smal
2023-01-04
Everywhere: Make global `inline` functions not `static`
Nico Weber
2023-01-04
Everywhere: Remove some redundant `inline` keywords
Nico Weber
2023-01-04
Kernel/FileSystem: Fix handling of FAT names that don't fill an entry
Taj Morton
2023-01-04
Kernel/FileSystem: Remove FIXME about old/new path being the same
Taj Morton
2023-01-03
Kernel: Allow sending `SIGCONT` to processes in the same group
yyny
2023-01-03
Kernel: Add `sid` and `pgid` to `Credentials`
yyny
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Concepts.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Kernel: Remove unused includes of Kernel/Debug.h
Ben Wiederhake
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2023-01-02
AK+Kernel: Eliminate UB (signed overflow) from days_since_epoch
Ben Wiederhake
2023-01-02
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
Lenny Maiorani
2023-01-02
Everywhere: Remove unused includes of AK/Array.h
Ben Wiederhake
2023-01-02
Kernel: Remove unused includes
Ben Wiederhake
2023-01-02
Kernel: Propagate properly errors from PCI IDE Controller initialization
Liav A
2023-01-02
Kernel: Remove stale detect_disks method from PCI IDE controller class
Liav A
2023-01-01
Kernel/x86_64: *Restore* interrupt flag in page fault handler
Andreas Kling
2023-01-01
Kernel+Tests: Allow deleting someone else's file in my sticky directory
Andreas Kling
2023-01-01
Kernel: Annotate VirtualFileSystem::rmdir() errors with spec comments
Andreas Kling
2023-01-01
Kernel+Tests: Remove inaccurate FIXME in sys$rmdir()
Andreas Kling
2023-01-01
Kernel+Tests: Make sys$rmdir() fail with EINVAL if basename is "."
Andreas Kling
2022-12-31
Kernel/Graphics: Restore VirtIO GPU framebuffer console functionality
Liav A
2022-12-30
Kernel: Disallow executing SUID binaries if process is jailed
Liav A
2022-12-30
Kernel/aarch64: Implement wait_cycles as a pause loop
kleines Filmröllchen
2022-12-30
Kernel/aarch64: Implement Processor::pause and Processor::wait_check
kleines Filmröllchen
2022-12-30
Kernel/aarch64: Declare TrapFrame as struct
kleines Filmröllchen
2022-12-29
Kernel/aarch64: Move ifdef in StorageManagement.cpp
Timon Kruiper
2022-12-29
Kernel/aarch64: Start and initialize Scheduler and run multiple threads
Timon Kruiper
2022-12-29
Kernel/aarch64: Add implementation of Processor::switch_context
Timon Kruiper
2022-12-29
Kernel/aarch64: Implement thread_context_first_enter
Timon Kruiper
2022-12-29
Kernel/aarch64: Implement Processor::initialize_context_switching
Timon Kruiper
2022-12-29
Kernel/aarch64: Add initial implementation of Processor::init_context
Timon Kruiper
[next]