Historique des commits

Auteur SHA1 Message Date
  Brian Gianforcaro 668c429900 Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes il y a 3 ans
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker il y a 3 ans
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock il y a 3 ans
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ il y a 4 ans
  Gunnar Beutner 36e36507d5 Everywhere: Prefer using {:#x} over 0x{:x} il y a 4 ans
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker il y a 4 ans
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h il y a 4 ans
  Liav A b91df26d4a Kernel/Interrupts: Return boolean on whether we handled the interrupt il y a 4 ans
  Andreas Kling e46343bf9a Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t> il y a 4 ans
  Alexander Richards 28a6a9a08f IDEChannel: Fix wait_until_not_busy() (#7084) il y a 4 ans
  Liav A 05510e3994 Kernel/Storage: Make the IDEChannel design more robust il y a 4 ans
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. il y a 4 ans
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Linus Groh 2b0c361d04 Everywhere: Fix a bunch of typos il y a 4 ans
  Liav A da109eeab8 Kernel/Storage: Wait a few microseconds after selecting the IDE drive il y a 4 ans
  Liav A 2718d7c74c Kernel/Storage: Add support for IDE controllers in PCI native mode il y a 4 ans
  Liav A b96e4c1308 Kernel/Storage: Use more locking in the IDE code il y a 4 ans
  Liav A 8b446fb579 Kernel/Storage: Add support for non-bus mastering IDE controllers il y a 4 ans
  Liav A 833a6bd047 Kernel/Storage: Move IDE bus master handling code into a separate class il y a 4 ans
  Liav A dfb6b296cf Kernel: Make IDEChannel Ref-counted il y a 4 ans
  Liav A 531037db7e Kernel: Remove support for CHS addressing il y a 4 ans
  Tom 20cccda731 Kernel: Add simplistic work queues il y a 4 ans
  Jean-Baptiste Boric 999c57ef2d Kernel: Refactor storage stack with u64 as block index il y a 4 ans
  Jean-Baptiste Boric 9a3aa7eb0b Kernel: Refactor storage stack with u64 as number of blocks il y a 4 ans
  Tom 8177f2474b Kernel: Fix race condition completing IDEChannel async request il y a 4 ans
  Andreas Kling 6bfba0f576 Kernel: Convert klog() => AK::Format in IDEChannel il y a 4 ans
  Liav A b59e45e65c Kernel: Use global mechanism to determine minor number of Storage Device il y a 4 ans
  Liav A 566c10b8b8 Kernel: Make ATA macros to be public il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans