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-10
Kernel+SystemServer+CrashDaemon: Better control where we put core dumps
Andreas Kling
2021-01-10
Kernel: Don't allow non-root, non-owners to rmdir any child of sticky
Andreas Kling
2021-01-09
Ext2FS: Zero out new space when growing an inode
Andreas Kling
2021-01-09
Ext2FS: Convert dbg() to dbgln()
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
AK: Add Formatter<FormatString> as helper class.
asynts
2021-01-09
Kernel: Defer switching the paging scope in ptrace(PT_POKE) a little
Andreas Kling
2021-01-09
Kernel: Don't put gratuitous cursing in kernel log
Andreas Kling
2021-01-09
Kernel/USB: Implement test transfer
Jesse Buhagiar
2021-01-09
Kernel/USB: Simplify schedule
Jesse Buhagiar
2021-01-09
Kernel/USB: Ignore shared IRQs
Jesse Buhagiar
2021-01-09
Kernel/USB: Add basic root port detection/management
Jesse Buhagiar
2021-01-09
Kernel/USB: Implement UHCI Data structures
Jesse Buhagiar
2021-01-09
Kernel/USB: Prevent system crash via correct UHCI inititilisation
Jesse Buhagiar
2021-01-09
Kernel/USB: Move USB classes into `USB` namespace
Jesse Buhagiar
2021-01-09
Kernel/USB: Move USB related files to into specific directory
Jesse Buhagiar
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
[next]