summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2022-03-04Kernel: Fix silly unintentional use of operator,Ali Mohammad Pur
2022-03-04Kernel: Save and restore FPU state on signal dispatch on i386/x86_64Ali Mohammad Pur
2022-03-04Kernel: Fill some siginfo and ucontext fields on SA_SIGINFOAli Mohammad Pur
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2022-03-04Kernel: Comment the living daylights out of signal trampoline/sigreturnAli Mohammad Pur
2022-03-04Kernel: Make the signal trampoline stack alignment a bit more readableAli Mohammad Pur
2022-03-04Kernel: Reject sigaction() with SA_SIGINFOAli Mohammad Pur
2022-03-04Kernel: Move signal handlers from being thread state to process stateAli Mohammad Pur
2022-03-04Kernel: Report AC'97 vendor and device IDJelle Raaijmakers
2022-03-03Kernel: Fixed behavior of repeated calls to register_stringJakub Berkop
2022-03-02Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabledLiav A
2022-03-02Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabledLiav A
2022-03-02Kernel/Audio: Don't try to enumerate PCI adapters if PCI is disabledLiav A
2022-03-02Kernel/Net: Don't try to enumerate PCI adapters if PCI is disabledLiav A
2022-03-02Kernel/PCI: Don't create /proc/pci if PCI is disabledLiav A
2022-03-02Kernel/PCI: Unify disable checks under PCI::Access::is_disabled methodLiav A
2022-03-02Kernel: Change PCI access commandline option to also represent no accessLiav A
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