История коммитов

Автор SHA1 Сообщение Дата
  Gunnar Beutner 36e36507d5 Everywhere: Prefer using {:#x} over 0x{:x} 4 лет назад
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 лет назад
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h 4 лет назад
  Liav A b91df26d4a Kernel/Interrupts: Return boolean on whether we handled the interrupt 4 лет назад
  Andreas Kling e46343bf9a Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t> 4 лет назад
  Alexander Richards 28a6a9a08f IDEChannel: Fix wait_until_not_busy() (#7084) 4 лет назад
  Liav A 05510e3994 Kernel/Storage: Make the IDEChannel design more robust 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 лет назад
  Liav A da109eeab8 Kernel/Storage: Wait a few microseconds after selecting the IDE drive 4 лет назад
  Liav A 2718d7c74c Kernel/Storage: Add support for IDE controllers in PCI native mode 4 лет назад
  Liav A b96e4c1308 Kernel/Storage: Use more locking in the IDE code 4 лет назад
  Liav A 8b446fb579 Kernel/Storage: Add support for non-bus mastering IDE controllers 4 лет назад
  Liav A 833a6bd047 Kernel/Storage: Move IDE bus master handling code into a separate class 4 лет назад
  Liav A dfb6b296cf Kernel: Make IDEChannel Ref-counted 4 лет назад
  Liav A 531037db7e Kernel: Remove support for CHS addressing 4 лет назад
  Tom 20cccda731 Kernel: Add simplistic work queues 4 лет назад
  Jean-Baptiste Boric 999c57ef2d Kernel: Refactor storage stack with u64 as block index 4 лет назад
  Jean-Baptiste Boric 9a3aa7eb0b Kernel: Refactor storage stack with u64 as number of blocks 4 лет назад
  Tom 8177f2474b Kernel: Fix race condition completing IDEChannel async request 4 лет назад
  Andreas Kling 6bfba0f576 Kernel: Convert klog() => AK::Format in IDEChannel 4 лет назад
  Liav A b59e45e65c Kernel: Use global mechanism to determine minor number of Storage Device 4 лет назад
  Liav A 566c10b8b8 Kernel: Make ATA macros to be public 4 лет назад
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 лет назад
  Andreas Kling cc0f5917d3 Kernel: Slap a handful more things with UNMAP_AFTER_INIT 4 лет назад
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 4 лет назад
  Liav A 865aade42b Kernel: Clear pending interrupts before enabling IRQs of IDE Channel 4 лет назад
  Liav A 36f6351edc Kernel: Restore IDE PIO functionality 4 лет назад