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-10-15
Kernel: List AK_SOURCES only once
Nico Weber
2021-10-15
Kernel: Discover initial exception level when booting Aarch64
Marcin Undak
2021-10-15
Kernel: Make Aarch64 register variables bit more descriptive
Marcin Undak
2021-10-15
Kernel: Switch processor to EL1 immediately after boot on Aarch64
Marcin Undak
2021-10-15
Kernel: Move wait_cycles() function to Aarch_asm_utils.S
Marcin Undak
2021-10-15
Kernel: Print current CPU exception level after booting on Aarch64
Marcin Undak
2021-10-14
Kernel: Add UBSanitizer.cpp to the Aarch64 kernel build
James Mintram
2021-10-14
Kernel: Fix all linker errors for Aarch64 build
James Mintram
2021-10-14
Kernel: Add the AK sources to the Aarch64 kernel build
James Mintram
2021-10-14
Kernel: Add per platform Processor.h headers
James Mintram
2021-10-14
Kernel: Add -fsigned-char to ensure consistency across platforms
James Mintram
2021-10-14
Kernel: Move asserts inside platform #if clauses
James Mintram
2021-10-14
Kernel: Replace includes with a forward declaration
James Mintram
2021-10-14
Kernel: Remove unused includes
James Mintram
2021-10-14
Kernel: Add header includes closer to their use
James Mintram
2021-10-13
Kernel: Add post build step to generate kernel8.img
James Mintram
2021-10-13
Kernel: Implement pread syscall
Rodrigo Tobar
2021-10-13
Kernel: Factor out common code from read/readv syscalls
Rodrigo Tobar
2021-10-12
Kernel: Pass RegisterState by ref to event buffer
James Mintram
2021-10-12
Kernel: Accept RegisterState in append_with_ip_and_bp
James Mintram
2021-10-11
Kernel: Correctly interpret ioctl's FIONBIO user value
Rodrigo Tobar
2021-10-10
Kernel: Declare copy-ability of IOAddressGroup
Ben Wiederhake
2021-10-09
Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes
Liav A
2021-10-09
Kernel: Add ioctl request for getting a storage device's block size
David Isaksson
2021-10-09
Kernel: Add STORAGE_DEVICE_GET_SIZE ioctl request
David Isaksson
2021-10-09
Kernel/Storage: Unify all ATA devices
Liav A
2021-10-08
Kernel: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-07
Kernel: Use find_largest_not_above in VirtualRangeAllocator
Idan Horowitz
2021-10-07
Kernel: Note if the page fault address is a destroyed smart pointer
Luke Wilde
2021-10-07
Kernel: Add the /proc/stat ProcFS component
Idan Horowitz
2021-10-07
Kernel: Add Processor::time_spent_idle()
Idan Horowitz
2021-10-07
AK+Kernel: Make automatically locking RefPtr & co a kernel-only thing
Andreas Kling
2021-10-06
Kernel: Don't retrieve possibly nonexistent APIC table
Tim Schumacher
2021-10-06
Kernel: Handle backspace for tab character in TTY cooked mode
Peter Elliott
2021-10-05
Kernel: Validate x86_64 address canonicality before SafeMem operations
Idan Horowitz
2021-10-05
Kernel: Detect and store the virtual address bit width during CPU init
Idan Horowitz
2021-10-03
Kernel: Fix copy paste in VirtIO::RNG::class_name()
Brian Gianforcaro
2021-10-03
Kernel: Remove unused partition name API
Brian Gianforcaro
2021-10-03
Kernel: Remove now unused StorageDevice constructor
Brian Gianforcaro
2021-10-03
Kernel: Remove most String usage from storage_name() API
Brian Gianforcaro
2021-10-03
Kernel: Use `operator ""sv` in all purpose() implementations
Brian Gianforcaro
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-10-03
Kernel: Remove AK::String usage from Storage/StorageManagement.cpp
Brian Gianforcaro
2021-10-03
Kernel: Remove AK::String usage from Storage/IDEChannel.cpp
Brian Gianforcaro
2021-10-02
Kernel: Make aarch64 UART::print_num() print u64s
Nico Weber
2021-10-02
Kernel: Add a Timer class for aarch64
Nico Weber
2021-10-02
Kernel: Access Processor static methods statically
Brian Gianforcaro
2021-10-02
Kernel: Access MemoryManager static functions statically
Brian Gianforcaro
2021-10-02
Prekernel: Better datasheet link for RPi3
Nico Weber
2021-10-01
Kernel: Switch RTL8168NetworkAdapter::possible_device_name to StringView
Brian Gianforcaro
[next]