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-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
2020-03-09
LibBareMetal: Return FlatPtr from PhysicalAddress::offset_in_page()
Liav A
2020-03-08
Kernel: Ensure RTL8139NetworkAdapter uses virtual memory correctly
Liav A
2020-03-08
Kernel: Ensure E1000NetworkAdapter uses virtual memory correctly
Liav A
2020-03-08
Kernel: Allow contiguous allocations in physical memory
Liav A
2020-03-08
Kernel: Fix race in waitid
Ben Wiederhake
2020-03-08
Kernel: Fix race in select
Ben Wiederhake
2020-03-08
Kernel: Fix inconsistent inclusion style
Ben Wiederhake
2020-03-08
Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-07
IPv4: Keep IPv4 socket locked during receive operations
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-06
Kernel: Fix syntax error in FIFO_DEBUG
Liav A
2020-03-06
Kernel: Fix syntax errors in PS2MOUSE_DEBUG
Tibor Nagy
2020-03-06
Meta: Claim copyright on `PCI` files
Liav A
2020-03-06
CPU: Prevent leakage of virtual addresses to kernel log
Liav A
2020-03-06
Meta: Claim copyright on `ACPI` files
Liav A
2020-03-06
Kernel: Simplify a bunch of dbg() and klog() calls
Andreas Kling
2020-03-06
Ext2FS: Remove unused allocate_block()
Andreas Kling
2020-03-06
Kernel: Shorten the model name of i8529 PIC class
Liav A
2020-03-06
Kernel: Change data in /proc/interrupts to be more richer
Liav A
2020-03-06
Kernel: Change HandlerPurpose to HandlerType
Liav A
2020-03-06
Kernel: Fix strange looking output on unhandled page fault
Andreas Kling
2020-03-06
AK: Remove Optional::operator bool()
Andreas Kling
2020-03-06
Init Stage: Allow to boot with smp=on
Liav A
2020-03-06
Kernel: Simplify APIC::enable()
Liav A
2020-03-06
Kernel: Enable IRQs before sending commands to devices
Liav A
2020-03-06
CPU: Allow to use IRQs in range of 50 to 178
Liav A
2020-03-06
Kernel: Acquire ISA interrupt overrides from Interrupt Management
Liav A
2020-03-06
Kernel: Print MultiProcessor features
Liav A
2020-03-06
Kernel: Unmap non-readable pages
Andreas Kling
2020-03-05
Kernel: Run clang-format on Process.cpp & ACPIDynamicParser.h
Liav A
2020-03-05
Kernel: Call ACPI reboot method first if possible
Liav A
2020-03-03
Kernel: Fix race in clock_nanosleep
Ben Wiederhake
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-02
CPU: Change debug messages to fit the latest changes
Liav A
2020-03-02
Kernel: Run clang-format on various files
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-02
Kernel: Use IOAddress class in PATAChannel class
Liav A
2020-03-02
Kernel: Use IOAddress class in Network adapters' drivers
Liav A
2020-03-02
Kernel: MemoryManager should create cacheable regions by default
Andreas Kling
2020-03-02
Kernel: Remove ability to create kernel-only regions at user addresses
Andreas Kling
2020-03-02
Kernel: Map executables at a kernel address during ELF load
Andreas Kling
2020-03-02
Kernel: Load executables on demand when symbolicating
Andreas Kling
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-03-02
Kernel: Make the "entire executable" region shared
Andreas Kling
2020-03-01
Kernel: Mark read-only PT_LOAD mappings as shared regions
Andreas Kling
2020-03-01
Kernel: Use SharedInodeVMObject for executables after all
Andreas Kling
2020-03-01
Kernel: Run clang-format on Process.cpp
Andreas Kling
[next]