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-11-14
TmpFS: Set the root inode's timestamp to the current time
Andreas Kling
2020-11-12
Kernel: Implement an asynchronous device request stack
Tom
2020-11-12
Kernel: Add I8042Controller to detect and manage PS/2 devices
Tom
2020-11-12
Kernel: Assume 8042 controller is present if ACPI FADT revision <= 1
Tom
2020-11-12
Kernel: Fix race during thread destruction if it is preempted
Tom
2020-11-11
Kernel: Fix deadlock when unicasting/broadcasting SMP message
Tom
2020-11-11
Kernel: Implement capturing stack trace on a different CPU
Tom
2020-11-11
Kernel: Protect the PageDirectory from concurrent access
Tom
2020-11-11
Kernel: Add locks around RangeAllocator
Tom
2020-11-11
Kernel: Minor Lock optimization
Tom
2020-11-11
Kernel: Minor SpinLock improvements
Tom
2020-11-11
Kernel: Make m_halt_requested an atomic variable
Tom
2020-11-11
Kernel: Lock needs to call Processor::wait_check while looping
Tom
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-10
Kernel+LibC: Add adjtime(2)
Nico Weber
2020-11-10
Kernel: Prevent `unveil` returning ENOENT with cpath permissions
Jesse Buhagiar
2020-11-07
Kernel: Update TimeManagement::m_epoch_time directly in increment_time_since_...
Nico Weber
2020-11-07
Ext2FS: Zero out inode metadata when deleting them
Andreas Kling
2020-11-07
Ext2FS: Deallocate block list meta blocks when freeing an inode
Andreas Kling
2020-11-06
Kernel: Fix HPET timer not firing in Bochs
Tom
2020-11-04
Revert "Kernel: Implement an asynchronous device request stack"
Andreas Kling
2020-11-04
Kernel: Implement an asynchronous device request stack
Tom
2020-11-04
Kernel: Remove dead code from BlockDevice
Tom
2020-11-04
Kernel: Defer kmalloc heap contraction
Tom
2020-11-04
Kernel: Add mechanism to queue deferred function calls
Tom
2020-11-02
AK+Kernel: Escape JSON keys & values
Andreas Kling
2020-11-01
Kernel+LibC: Don't allow a directory to become a subdirectory of itself
Andreas Kling
2020-11-01
Kernel: Flush TLB when quick-mapping PD/PT that was mapped on other CPU
Tom
2020-11-01
Kernel: kmalloc_eternal should align pointers
Tom
2020-11-01
Kernel: Don't remap IOAPIC registers every time we try to read/write
Tom
2020-11-01
Kernel: Reduce code duplication in the PCI IO access read helpers
Liav A
2020-11-01
Kernel: Map PCI devices only once during boot
Liav A
2020-10-31
IPv4: Include IP headers when receiving from a raw socket
Andreas Kling
2020-10-29
Kernel: Report more accurate ticks per second for APIC timer
Tom
2020-10-29
Kernel: Fix APIC timer frequency
Tom
2020-10-26
Kernel: Halt all processors on assertion failure
Tom
2020-10-26
Kernel: Only consider scheduler Running threads if they're the current
Tom
2020-10-26
Kernel: Fix a few deadlocks with Thread::m_lock and g_scheduler_lock
Tom
2020-10-26
Kernel: Various APIC timer fixes
Tom
2020-10-26
Kernel: Fix race condition waiting for IPI while other CPU requested halt
Tom
2020-10-25
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
Tom
2020-10-25
Kernel: Optionally take some arguments to pass to the init program
AnotherTest
2020-10-22
TmpFS: Don't allow file names longer than NAME_MAX
Andreas Kling
2020-10-21
IPv4: Take the socket lock more (fixes TCP connection to localhost)
Andreas Kling
2020-10-20
ICMP: Check that incoming ICMP echo requests are large enough
Andreas Kling
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-18
Kernel: Unbreak /proc/interrupts when running with APIC
Andreas Kling
2020-10-18
Kernel: Tweak strange PAGE_ROUND_UP(1) in APIC code
Andreas Kling
2020-10-16
Kernel: Ensure PhysicalRegion free page hint is within valid range
Tom
2020-10-16
Kernel: Fix sys$join_thread
Itamar
[next]