Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 년 전 |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 년 전 |
Jean-Baptiste Boric
|
2c3b0baf76
Kernel: Move SpinLock.h into Locking/
|
4 년 전 |
Andreas Kling
|
2cd8b21974
Kernel: Add convenience values to the Memory::Region::Access enum
|
4 년 전 |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
4 년 전 |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
4 년 전 |
Andreas Kling
|
5217875f6a
Kernel: Consolidate API for creating AnonymousVMObject with given pages
|
4 년 전 |
Gunnar Beutner
|
36e36507d5
Everywhere: Prefer using {:#x} over 0x{:x}
|
4 년 전 |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 년 전 |
Brian Gianforcaro
|
e18be7f5c7
Kernel: Remove unused header includes in Storage subtree
|
4 년 전 |
Luke
|
155f1026ce
Kernel/AHCI: Don't set the C command header attribute
|
4 년 전 |
Liav A
|
10c747f2be
Documentation: Add explanation about AHCI locking
|
4 년 전 |
Liav A
|
907b3dd0f3
Kernel/Storage: Enable interrupts for AHCI ports if PHY is not enabled
|
4 년 전 |
Luke
|
57277d8a5c
Kernel/AHCI: Fix "received" => "recovered" typo in communication error
|
4 년 전 |
Luke
|
0f35dfc694
Kernel/AHCI: Don't check for PCC during initialization
|
4 년 전 |
Luke
|
84fc498b9f
Kernel/AHCI: Don't enable interrupts in the AHCIPort constructor
|
4 년 전 |
Brian Gianforcaro
|
a324d4d6a3
Kernel: Make AnonymousVMObject physical page APIs OOM safe
|
4 년 전 |
Brian Gianforcaro
|
f3f5a225b9
Kernel: Fix lock state corruption in AHCIPORT::start_request
|
4 년 전 |
Sahan Fernando
|
8131c0de8c
Kernel: Move AHCIPort::ScatterList to VM::ScatterGatherList
|
4 년 전 |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 년 전 |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 년 전 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 년 전 |
Linus Groh
|
2b0c361d04
Everywhere: Fix a bunch of typos
|
4 년 전 |
Michel Hermier
|
37be679d6e
Kernel: Remove unused AHCIPort::ScatterList::m_device_block_size.
|
4 년 전 |
Liav A
|
6440beeffe
Kernel/AHCI: Shift the call to reset() for the WorkQueue
|
4 년 전 |
Liav A
|
2ae9de77bb
Kernel/AHCI: Reorder complete_current_request
|
4 년 전 |
Liav A
|
6c03fdc1ef
Kernel/AHCI: Don't set the PRDBC when accessing the device
|
4 년 전 |
Liav A
|
0b1fa97b30
Kernel/AHCI: Use interrupts for IO operations
|
4 년 전 |
Luke
|
3507397fed
Kernel/Storage: Recover from fatal AHCI error on TFES, HBDS and HBFS
|
4 년 전 |
Luke
|
cf9ce0d857
Kernel/Storage: Add a whole bunch of AHCI debug output
|
4 년 전 |