Revīziju vēsture

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