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
/
Devices
Age
Commit message (
Expand
)
Author
2020-08-06
Kernel+LibKeyboard: Store the keymap name when setting system keymap
Valtteri Koskivuori
2020-08-04
Kernel: Make File::write() and File::read() return KResultOr<size_t>
Andreas Kling
2020-07-31
Kernel: Remove SmapDisabler in sys$ioctl()
Andreas Kling
2020-07-17
Kernel: Make all 6 VirtualConsoles available via shortcut
Florian Angermeier
2020-07-06
Kernel: Require a reason to be passed to Thread::wait_on
Tom
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-01
PATA: Ignore interrupts that weren't generated by the disk
Tom
2020-07-01
PATA: LBA48 uses 16 bit features register
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-07-01
Kernel: List all CPUs in /proc/cpuinfo
Tom
2020-07-01
PATA: Avoid double-preparing for irq
Tom
2020-06-25
Kernel: Harvest randomness from various drivers
Peter Elliott
2020-06-16
Kernel: Replace char and u8 data types to u32 for code point
Hüseyin ASLITÜRK
2020-06-13
Kernel: KeyboardDevice, remove char mapping logic
Hüseyin ASLITÜRK
2020-06-03
Kernel: Add scancode value to KeyEvent
Hüseyin ASLITÜRK
2020-05-31
Kernel: Fix glitched audio output in SB16 driver
Andreas Kling
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-23
Kernel: Use a FlatPtr for the "argument" to ioctl()
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Let's say that IO::delay(N) delays for N microseconds
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-02
Kernel: Detect 5-button PS/2 mouse if present :^)
Andreas Kling
2020-04-29
Kernel: Fix integer overflow in framebuffer resolution handling
Andreas Kling
2020-04-28
Kernel: Add Region helpers for accessing underlying physical pages
Andreas Kling
2020-04-15
Kernel: Refuse to set overflowy resolution values in BXVGADevice
Andreas Kling
2020-04-15
Kernel: Ensure that we receive IRQs in PIO mode when IOAPIC is enabled
Liav A
2020-04-15
Kernel: Restore ATA PIO functionality
Liav A
2020-04-11
Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration
Liav A
2020-04-11
Kernel: Simplify a message in PATAChannel::create()
Liav A
2020-04-11
Kernel: Assert if we try to initialize VMWareBackdoor more than once
Liav A
2020-04-10
Kernel: Add explicit offset parameter to File::read etc
Conrad Pankoff
2020-04-09
Kernel: Allow again to boot with partitioned disk
Liav A
2020-04-08
Kernel: Simplify VMWareBackdoor somewhat
Andreas Kling
2020-04-08
Kernel: Make VMWareBackdoor eternal (since it's never freed)
Andreas Kling
2020-04-08
Kernel: Remove DebugLogDevice
Andreas Kling
2020-03-28
Kernel: Remove the floppy driver
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
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: 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-08
Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller
Andreas Kling
2020-03-06
Kernel: Fix syntax errors in PS2MOUSE_DEBUG
Tibor Nagy
2020-03-06
Kernel: Simplify a bunch of dbg() and klog() calls
Andreas Kling
2020-03-06
Kernel: Change HandlerPurpose to HandlerType
Liav A
2020-03-06
Kernel: Enable IRQs before sending commands to devices
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-02-28
Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE
Andreas Kling
[next]