summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2022-03-01Kernel: Respect actual framebuffer pitchAndreas Kling
2022-02-28Kernel: Add getrusage() syscallLucas CHOLLET
2022-02-27Kernel: Whitespace and `Error` cleanup in `AC97`Jelle Raaijmakers
2022-02-27Kernel: Do not reset AC'97 PCM out on buffer completionJelle Raaijmakers
2022-02-27Kernel: Read and report AC'97 codec revisionJelle Raaijmakers
2022-02-27Kernel: Make AC'97 initialization fallibleJelle Raaijmakers
2022-02-27Everywhere: Make JSON serialization fallibleIdan Horowitz
2022-02-27Kernel: Add UDPSocket::try_for_each() for fallible iterationIdan Horowitz
2022-02-27Kernel: Add TCPSocket::try_for_each() for fallible iterationIdan Horowitz
2022-02-27Kernel: Add LocalSocket::try_for_each() for fallible iterationIdan Horowitz
2022-02-27Kernel: Add NetworkingManagement::try_for_each() for fallible iterationIdan Horowitz
2022-02-27Kernel: Add DeviceManagement::try_for_each() for fallible iterationIdan Horowitz
2022-02-27Kernel: Add OpenFileDescriptions::try_enumerate for fallible iterationIdan Horowitz
2022-02-27Kernel: Add Process::try_for_each_thread() for fallible iterationIdan Horowitz
2022-02-27Kernel: Add Processor::try_for_each() for fallible iterationIdan Horowitz
2022-02-27Kernel: Defer signal handling without a register capture earlierIdan Horowitz
2022-02-27Kernel: Set CS selector when initializing thread context on x86_64Idan Horowitz
2022-02-26Kernel: Allow setting AC'97 sample rate during playbackJelle Raaijmakers
2022-02-26Kernel: Clean up AC'97 driver code styleJelle Raaijmakers
2022-02-24Kernel: Use IO init method for Bochs emulated VGA adapterPeter Ross
2022-02-24Kernel/Audio: Remove the SB16 driverLiav A
2022-02-21Kernel: Use TRY() when validating clock_id in TimeManagementBrian Gianforcaro
2022-02-21Kernel: Fix allocating identity-mapped APIC memory on x86_64Tom
2022-02-21Kernel: Try to dispatch pending signals on context switchIdan Horowitz
2022-02-21Kernel: VERIFY that signals are not sent to Kernel processesIdan Horowitz
2022-02-21Kernel: Stop sending SIGCHLD to kernel parent processesIdan Horowitz
2022-02-21Kernel: Implement booting all CPU cores on x86_64Tom
2022-02-20Kernel: Init receive buffer for dynamically created VirtIO console portSviatoslav Peleshko
2022-02-20Kernel: Make i8042 existence check more robust against faulty hardwareLiav A
2022-02-19Kernel: Set new process name in `do_exec` before waiting for the tracerBrian Gianforcaro
2022-02-19Kernel: Increase i8042 IO attempt counts, againLinus Groh
2022-02-19Kernel: Only do i8042 existence check via probing as a fallbackLinus Groh
2022-02-19Kernel: Fixed argument passing for profiling_enable syscallJakub Berkop
2022-02-18Kernel: Don't enable write-combine for the Bochs framebuffer deviceTom
2022-02-18Kernel: Add 'RegisterState' & 'KString::try_create' stubs for aarch64Marco Cutecchia
2022-02-18Kernel: Lock socket Mutex when servicing IPv4Socket ioctlsIdan Horowitz
2022-02-16Kernel: Stop compiling AK::String and friends into the KernelIdan Horowitz
2022-02-16Kernel+LibELF+LibVT: Remove unused AK::String header includesIdan Horowitz
2022-02-16AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNodeIdan Horowitz
2022-02-16Kernel: Make Process::procfs_get_pledge_stats OOM-fallibleIdan Horowitz
2022-02-16Kernel: Remove useless partition UUID length checkIdan Horowitz
2022-02-16AK+Kernel: Return KString from MACAddress::to_string() in the KernelIdan Horowitz
2022-02-16AK+Kernel: Return KString from IPv4Address::to_string() in the KernelIdan Horowitz
2022-02-15AK+Kernel: OOM-harden most parts of TrieAli Mohammad Pur
2022-02-14Kernel: Honor permission mode when creating new directories in DevTmpFSLiav A
2022-02-14Kernel/Audio: Ignore buffers with more than 4096 bytes of data in SB16Liav A
2022-02-14Kernel/Audio: Introduce a new design architecture for the subsystemLiav A
2022-02-14Kernel/Profiling: Add profiling to read syscallJakub Berkop
2022-02-14Kernel: Use StringView::for_each_split_view() in sys$pledgeIdan Horowitz
2022-02-14Kernel: Make Inode::set_shared_vmobject() OOM-fallibleIdan Horowitz