summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-01-10Kernel+SystemServer+CrashDaemon: Better control where we put core dumpsAndreas Kling
2021-01-10Kernel: Don't allow non-root, non-owners to rmdir any child of stickyAndreas Kling
2021-01-09Ext2FS: Zero out new space when growing an inodeAndreas Kling
2021-01-09Ext2FS: Convert dbg() to dbgln()Andreas Kling
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09AK: Add Formatter<FormatString> as helper class.asynts
2021-01-09Kernel: Defer switching the paging scope in ptrace(PT_POKE) a littleAndreas Kling
2021-01-09Kernel: Don't put gratuitous cursing in kernel logAndreas Kling
2021-01-09Kernel/USB: Implement test transferJesse Buhagiar
2021-01-09Kernel/USB: Simplify scheduleJesse Buhagiar
2021-01-09Kernel/USB: Ignore shared IRQsJesse Buhagiar
2021-01-09Kernel/USB: Add basic root port detection/managementJesse Buhagiar
2021-01-09Kernel/USB: Implement UHCI Data structuresJesse Buhagiar
2021-01-09Kernel/USB: Prevent system crash via correct UHCI inititilisationJesse Buhagiar
2021-01-09Kernel/USB: Move USB classes into `USB` namespaceJesse Buhagiar
2021-01-09Kernel/USB: Move USB related files to into specific directoryJesse Buhagiar
2021-01-06Syscall: Changed 'setkeymap' to take also the Shift+AltGr map.Davide Carella
2021-01-05Kernel: Provide consistent memory stats in ProcFSTom
2021-01-04Kernel+LibC: Tidy up assertion failures with a dedicated syscallAndreas Kling
2021-01-04Kernel: Specify default memory order for some non-synchronizing AtomicsTom
2021-01-03Kernel+LibELF: Store termination signal in coredump ProcessInfoLinus Groh
2021-01-03Kernel: Improve ProcFS behavior in low memory conditionsTom
2021-01-03Kernel+Loader.so: Allow dynamic executables without an interpreterWilliam Marlow
2021-01-03Kernel: Fix ProcFS returning Inodes that are being deletedTom
2021-01-02Kernel: Ignore TLB flush requests for user addresses of other processesTom
2021-01-02Kernel: If a VMObject is shared, broadcast page remappingsTom
2021-01-02Revert "Kernel: Allocate shared memory regions immediately"Tom
2021-01-02Kernel: Allocate shared memory regions immediatelyAndreas Kling
2021-01-02Kernel: Pass "shared" flag to Region constructorAndreas Kling
2021-01-02Kernel: Fix bad VMObject iteration in sys$purge()Andreas Kling
2021-01-02Kernel: Enable -fstack-protector-strong (again)Brian Gianforcaro
2021-01-02Kernel: Release scheduler_lock in ptrace once we know tracee is stoppedItamar
2021-01-02Kernel: Allocate profiling memory upfrontTom
2021-01-02Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#...Brian Gianforcaro
2021-01-02Kernel: Make Region::amount_shared() and amount_resident() lazy-awareAndreas Kling
2021-01-02Kernel: Fix dirty page map bitmapTom
2021-01-01Kernel: Fix memory corruption when rolling back regions in execveTom
2021-01-01Kernel: Pass new region owner to Region::cloneTom
2021-01-01Kernel: Restore thread count if thread cannot be fully createdTom
2021-01-01Kernel: More gracefully handle out-of-memory when creating PageDirectoryTom
2021-01-01Kernel: Improve some low-memory situations with ext2Tom
2021-01-01Kernel: Merge PurgeableVMObject into AnonymousVMObjectTom
2021-01-01Kernel: Implement lazy committed page allocationTom
2021-01-01Kernel: Remove MAP_PURGEABLE from mmapTom
2021-01-01Kernel: Add MAP_NORESERVE support to mmapTom
2021-01-01Kernel: Memory purging improvementsTom
2021-01-01Kernel: Allow to boot from a partition with partition UUIDLiav A
2021-01-01Kernel: Remove the limited use of AK::TypeTraits we had in the kernelAndreas Kling