summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2022-11-25Kernel: Update the ".." inode for directories after a renamesin-ack
2022-11-24Kernel: Update tv_nsec field when using utimensat() with UTIME_NOWAndreas Kling
2022-11-24Kernel/TmpFS: Update mtime instead of ctime when asked to update mtimeAndreas Kling
2022-11-24Kernel: Use AK::Time for InodeMetadata timestamps instead of time_tAndreas Kling
2022-11-19Kernel+lsirq: Track per-CPU IRQ handler call countsAndreas Kling
2022-11-19Kernel: Add MAX_CPU_COUNT global constantAndreas Kling
2022-11-19Kernel: Rename GenericInterruptHandler "invoking count" to "call count"Andreas Kling
2022-11-18Kernel: Fix includes when building aarch64Steffen Rusitschka
2022-11-13Kernel: Disallow jail creation from a process within a jailLiav A
2022-11-12Kernel/USB: Use proper verbs for Pipe transfer methodsb14ckcat
2022-11-12Kernel/USB: Add support for async & interrupt transfersb14ckcat
2022-11-11Kernel: Add missing includes for Mount.h fileLiav A
2022-11-08Everywhere: Clean up "in in" comment typosNico Weber
2022-11-08Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller componentsLiav A
2022-11-08Kernel: Split the ISO9660FileSystem.{cpp,h} files to smaller componentsLiav A
2022-11-08Kernel: Split the DevPtsFS files into smaller componentsLiav A
2022-11-08Kernel: Split the Plan9FileSystem.{cpp,h} file into smaller componentsLiav A
2022-11-08Kernel: Split the ProcFS core file into smaller componentsLiav A
2022-11-08Kernel: Split the FATFileSystem.{cpp,h} files into smaller componentsLiav A
2022-11-08Kernel: Split the TmpFS core files into smaller componentsLiav A
2022-11-08Kernel: Split the SysFS core files into smaller componentsLiav A
2022-11-05LibC: Add missing definitions for IPv6 packet infoClemens Wasser
2022-11-05Kernel: Add support for jailsLiav A
2022-11-05Kernel: Add copy_typed_from_user for non-const Userspace<T*>Liav A
2022-11-05Kernel: Make sys$msyscall() not take the big lockAndreas Kling
2022-11-03Everywhere: Clean up "the the" comment typosNico Weber
2022-11-01AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocketGunnar Beutner
2022-11-01AK+Kernel: Handle allocation failures in Device::try_make_requestGunnar Beutner
2022-11-01Kernel: Remove unused #includesGunnar Beutner
2022-11-01Kernel: Decrease number of captured variables for lambdaGunnar Beutner
2022-10-27Kernel: Set priority of all threads within a process if requestedkleines Filmröllchen
2022-10-27Kernel: Prevent regular users from accessing other processes' threadskleines Filmröllchen
2022-10-27Kernel+LibC: Report correct scheduling priority limitskleines Filmröllchen
2022-10-27Kernel: Make scheduler control syscalls more generickleines Filmröllchen
2022-10-26Kernel: Remove bunch of unused includes in SysFS/Processes.cppTimon Kruiper
2022-10-26Kernel/aarch64: Unify building kernel source files in CMakeLists.txtTimon Kruiper
2022-10-26Kernel: Move bar0_space_size declaration out of arch-specific ifdefsTimon Kruiper
2022-10-26Kernel: Include missing headers for various filesTimon Kruiper
2022-10-26Kernel: Don't expose processor information for aarch64 in sysfsTimon Kruiper
2022-10-26Kernel: Stub more functions to progress aarch64 buildTimon Kruiper
2022-10-26Kernel: Use generic functions to change interrupt state of ProcessorTimon Kruiper
2022-10-26Kernel/aarch64: Branch to local halt function instead of C++ oneTimon Kruiper
2022-10-26Kernel: Move PAGE_MASK define to the shared CPU.h headerTimon Kruiper
2022-10-25Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directoryLiav A
2022-10-25Kernel/ProcFS: Remove all unnecessary componentsLiav A
2022-10-25Kernel: Introduce global variables and stats in /sys/kernel directoryLiav A
2022-10-24Kernel/FileSystem: Remove hardcoded unveil path of /usr/lib/Loader.soLiav A
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-24Kernel: Add definitions for SO_SNDLOWAT and SO_RCVLOWATGunnar Beutner
2022-10-24Kernel: Add definition for MSB_EORGunnar Beutner