Histórico de Commits

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