Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 79745507a9 Kernel: Use IntrusiveList for keeping track of GenericInterruptHandlers il y a 4 ans
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h il y a 4 ans
  Hendiadyoin1 925be2758e Kernel: Remove unused CPU.h includes il y a 4 ans
  Liav A b91df26d4a Kernel/Interrupts: Return boolean on whether we handled the interrupt il y a 4 ans
  Liav A 030999d269 Kernel/Interrupts: Enumerate nested handlers in a shared handler il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Hendiadyoin1 0d934fc991 Kernel::CPU: Move headers into common directory il y a 4 ans
  Andreas Kling c7160400d7 Kernel: Convert klog() => AK::Format in SharedIRQHandler il y a 4 ans
  Tom 32d9534c67 Kernel: Fix GenericInterruptHandler problems with virtual functions il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Andreas Kling 2b2828ae52 Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions il y a 4 ans
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) il y a 4 ans
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. il y a 4 ans
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. il y a 4 ans
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. il y a 4 ans
  asynts 1a3a0836c0 Everywhere: Use CMake to generate AK/Debug.h. il y a 4 ans
  asynts dd727d1fec Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans
  Tom 5e08ae4e14 Kernel: Fix counting interrupts il y a 4 ans
  Ben Wiederhake eac3bbdcee Kernel: Unbreak building with extra debug macros, part 1 il y a 4 ans
  Liav A ab87d42200 Kernel: Remove the enabled concept of IRQ handlers il y a 4 ans
  Liav A f86be46c98 Kernel: Abstract IRQ controller handling from Interrupt handlers il y a 5 ans
  Liav A e880fe0765 Kernel: Use a const reference to RegisterState in IRQ handling il y a 5 ans
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() il y a 5 ans
  Liav A 6f914ed0a4 Kernel: Simplify interrupt management il y a 5 ans
  Liav A 800a46ace9 Kernel: Delete unnecessary register & unregister calls il y a 5 ans
  Liav A 9587f2d3ee Kernel: Add SharedIRQHandler class il y a 5 ans