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
2020-03-26
Kernel: Make ^W and ^U actually erase characters
Andreas Kling
2020-03-25
Build: Oops, LibJS tests were meant to go in /home/anon/js-tests
Andreas Kling
2020-03-25
Build: Copy LibJS/Tests into /home/anon/js-tests
Andreas Kling
2020-03-24
Interrupts: Handle spurious IRQs from eoi() method
Liav A
2020-03-24
Interrupts: Use Optional container in IOAPIC
Liav A
2020-03-24
Interrupts: Simplify IRQ disabling & enabling in IRQController(s)
Liav A
2020-03-24
Interrupts: Remove unused methods
Liav A
2020-03-24
Kernel: Simplify disable_irq() and enable_irq() methods in IRQHandler
Liav A
2020-03-24
Interrupts: Do a specific EOI when using the PIC
Liav A
2020-03-24
Kernel: Limit IRQ rate within E1000 network adapter
Liav A
2020-03-24
Interrupts: Assert if trying to install an handler on syscall vector
Liav A
2020-03-24
Kernel: Abstract IRQ controller handling from Interrupt handlers
Liav A
2020-03-24
Kernel: Correct Spurious Interrupt handlers' controller model() method
Liav A
2020-03-24
Kernel: Create an interface for conversion between IRQs and interrupts
Liav A
2020-03-24
Kernel: Ensure that we don't use a hard-disabled IRQController
Liav A
2020-03-24
Kernel: Enable IRQs before sending commands to the E1000 adapter
Liav A
2020-03-24
Kernel: Change the Spurious Interrupt Handler offset in the APIC
Liav A
2020-03-24
CPU: Move EOI call to the end of handle_interrupt()
Liav A
2020-03-24
Kernel: Run QEMU machine with two virtual processors
Liav A
2020-03-24
Kernel: Change noacpi GRUB entry to use the right boot argument
Liav A
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-23
Toolchain/Ports: Update gcc to 9.3.0
Shannon Booth
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-22
Kernel: Fix compilation error with ACPI_DEBUG enabled
Shannon Booth
2020-03-22
Kernel: Simplify process assertion checking if region is in range
Shannon Booth
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-03-21
Build: Add FreeBSD support (#1492)
BenJilks
2020-03-19
Process: Use monotonic time for timeouts
Liav A
2020-03-19
Scheduler: Use monotonic time for blocking threads
Liav A
2020-03-19
Kernel: Add new syscall to allow changing the system date
Liav A
2020-03-19
Kernel: Delete unnecessary files
Liav A
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A
2020-03-19
Kernel & LibC: Add CLOCK_REALTIME constant
Liav A
2020-03-19
ACPI: Delete irrelevant HPET definitions
Liav A
2020-03-19
Interrupts: Add an interface to determine if SMP is enabled
Liav A
2020-03-19
Kernel: Use a const reference to RegisterState in IRQ handling
Liav A
2020-03-19
Kernel: Remove unnecessary include from PATAChannel.cpp
Liav A
2020-03-19
Kernel: Add the NonMaskableInterruptDisabler class
Liav A
2020-03-19
Kernel: Resolve relative paths when there is a veil (#1474)
Alex Muscar
2020-03-18
Calendar: Implement basic GUI calendar application
rhin123
2020-03-16
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
Andreas Kling
2020-03-15
Userland: ifconfig can change the IP address of the default gateway
marprok
2020-03-12
ACPI: Examine bit width in Generic address structure before asserting
Liav A
2020-03-12
ACPI: Keep common flags in structures for later usage
Liav A
2020-03-12
Ext2FS: Reset the found_a_group flag
marprok
2020-03-11
Userland: Set the mask of a network adapter with ifconfig (#1388)
Marios Prokopakis
2020-03-10
Kernel: Get rid of SmapDisabler in sys$fstat()
Andreas Kling
2020-03-09
Games: Added solitaire to build-root-filesystem.sh
Till Mayer
2020-03-09
Kernel: Allow to reboot in ACPI via PCI or MMIO access
Liav A
2020-03-09
PCI: Enable LogStream output for addresses
Liav A
[next]