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-01-06
Syscall: Changed 'setkeymap' to take also the Shift+AltGr map.
Davide Carella
2021-01-05
Kernel: Provide consistent memory stats in ProcFS
Tom
2021-01-04
Kernel+LibC: Tidy up assertion failures with a dedicated syscall
Andreas Kling
2021-01-04
Kernel: Specify default memory order for some non-synchronizing Atomics
Tom
2021-01-03
Kernel+LibELF: Store termination signal in coredump ProcessInfo
Linus Groh
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2021-01-03
Kernel+Loader.so: Allow dynamic executables without an interpreter
William Marlow
2021-01-03
Kernel: Fix ProcFS returning Inodes that are being deleted
Tom
2021-01-02
Kernel: Ignore TLB flush requests for user addresses of other processes
Tom
2021-01-02
Kernel: If a VMObject is shared, broadcast page remappings
Tom
2021-01-02
Revert "Kernel: Allocate shared memory regions immediately"
Tom
2021-01-02
Kernel: Allocate shared memory regions immediately
Andreas Kling
2021-01-02
Kernel: Pass "shared" flag to Region constructor
Andreas Kling
2021-01-02
Kernel: Fix bad VMObject iteration in sys$purge()
Andreas Kling
2021-01-02
Kernel: Enable -fstack-protector-strong (again)
Brian Gianforcaro
2021-01-02
Kernel: Release scheduler_lock in ptrace once we know tracee is stopped
Itamar
2021-01-02
Kernel: Allocate profiling memory upfront
Tom
2021-01-02
Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#...
Brian Gianforcaro
2021-01-02
Kernel: Make Region::amount_shared() and amount_resident() lazy-aware
Andreas Kling
2021-01-02
Kernel: Fix dirty page map bitmap
Tom
2021-01-01
Kernel: Fix memory corruption when rolling back regions in execve
Tom
2021-01-01
Kernel: Pass new region owner to Region::clone
Tom
2021-01-01
Kernel: Restore thread count if thread cannot be fully created
Tom
2021-01-01
Kernel: More gracefully handle out-of-memory when creating PageDirectory
Tom
2021-01-01
Kernel: Improve some low-memory situations with ext2
Tom
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2021-01-01
Kernel: Implement lazy committed page allocation
Tom
2021-01-01
Kernel: Remove MAP_PURGEABLE from mmap
Tom
2021-01-01
Kernel: Add MAP_NORESERVE support to mmap
Tom
2021-01-01
Kernel: Memory purging improvements
Tom
2021-01-01
Kernel: Allow to boot from a partition with partition UUID
Liav A
2021-01-01
Kernel: Remove the limited use of AK::TypeTraits we had in the kernel
Andreas Kling
2021-01-01
Meta: Enable RTTI for Userspace programs
Andrew Kaster
2021-01-01
CMake: Remove some trailing whitespace from a few CMakeLists.txt files
Brian Gianforcaro
2021-01-01
DynamicLoader: Tell the linker to not add a PT_INTERP header
Andrew Kaster
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-31
Kernel: Fix BlockCondition::unblock return value
Tom
2020-12-31
Kernel: Remove flawed SharedInodeVMObject assertion
Tom
2020-12-31
Kernel: Sprinkle some lockers in Inode
Andreas Kling
2020-12-31
Everywhere: Fix more typos
Luke
2020-12-31
Kernel: Fix heap expansions deadlock
Tom
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-30
Kernel: Prevent sign bit extension when creating a PDPTE
Luke
2020-12-30
Kernel: Embed a Metadata notes entry in coredumps
Linus Groh
2020-12-30
Kernel: Add sys$set_coredump_metadata() syscall
Linus Groh
2020-12-30
Kernel: Embed a ProcessInfo notes entry in coredumps
Linus Groh
2020-12-30
Kernel: Consolidate the various BlockCondition::unblock variants
Tom
2020-12-30
AK: Make binary_search signature more generic.
asynts
2020-12-30
Kernel: Fix HPET::update_time to set ticks within the valid range
Tom
2020-12-29
Build: Support non-i686 toolchains
meme
[next]