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-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-19
Kernel: Remove unnecessary class member in UHCIController
Liav A
2020-09-16
Kernel: Return ENOMEM in more places
Luke
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-05
Kernel/USB: Disable autodetection of UHCI controllers for now
Andreas Kling
2020-09-05
Kernel/USB: Start the UHCI controller after resetting it
Andreas Kling
2020-09-04
Kernel: Add a missing "#pragma once"
Andreas Kling
2020-09-04
Kernel/USB: Add a simple UHCIController::stop()
Andreas Kling
2020-09-04
Kernel/USB: Add some constants for the USBCMD and USBSTS bits
Andreas Kling
2020-09-04
Kernel/USB: Start fleshing out a basic UHCI controller driver :^)
Andreas Kling
2020-08-30
Kernel: Unbreak building with extra debug macros, part 2
Ben Wiederhake
2020-08-30
Kernel: Unbreak building with extra debug macros, part 1
Ben Wiederhake
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-25
Kernel: Scroll wheel amount on Intellimouse is 4 bits instead of 8
Luke
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
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
[next]