Commit History

Author SHA1 Message Date
  Liav A e4e5fa74d0 Kernel+Userland: Rename prefix of user_physical => physical 3 years ago
  Liav A 1c499e75bd Kernel+Userland: Remove supervisor pages concept 3 years ago
  Daniel Bertalan e93d19bbb1 Kernel: Don't lock the scheduler in ProcFSOverallProcesses::try_generate 3 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  Timon Kruiper f085903f62 Kernel: Move IRQController and InterruptManagement to Arch directory 3 years ago
  Timon Kruiper a4534678f9 Kernel: Implement InterruptDisabler using generic Processor functions 3 years ago
  Linus Groh 20e2e39fcc Kernel: Expose size of L1 data/instruction, L2, and L3 CPU caches :^) 3 years ago
  brapru 7a4e41f8f8 Kernel: Add support for route flags 3 years ago
  Maciej 66ab4d61a4 Kernel: Stop exposing gateway field 3 years ago
  brapru 19912a0b32 Kernel+Utilities: Add the route utility 3 years ago
  brapru 419cd479e2 Kernel: Use TRY to handle string copies in GlobalProcessExposed 3 years ago
  Linus Groh 33004f9b9d Kernel: Add hypervisor_vendor_id entry to /proc/cpuinfo 3 years ago
  Linus Groh 0f27432ec6 Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID' 3 years ago
  Linus Groh 53a95a5347 Kernel: Rename some ProcessorInfo members to match Intel manual 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Liav A 7053d7ece3 Kernel: Add a way to print the pseudo name of attached TTY of a process 3 years ago
  Liav A b5ef900ccd Kernel: Don't assume paths of TTYs and pseudo terminals anymore 3 years ago
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors 3 years ago
  Liav A 3fb289e27d Kernel/PCI: Don't hold spinlocks when doing fast device enumeration 3 years ago
  Andreas Kling baa6ff5649 Kernel: Wrap HIDManagement keymap data in SpinlockProtected 3 years ago
  Liav A b849e4f907 Kernel/PCI: Don't create /proc/pci if PCI is disabled 3 years ago
  Idan Horowitz feb00b7105 Everywhere: Make JSON serialization fallible 3 years ago
  Idan Horowitz 9277d2dce2 AK+Kernel: Return KString from MACAddress::to_string() in the Kernel 3 years ago
  Idan Horowitz 6098ffa120 AK+Kernel: Return KString from IPv4Address::to_string() in the Kernel 3 years ago
  Andreas Kling a81aebfd6e Kernel: Remove unnecessary mutex for ubsan-is-deadly ProcFS node 3 years ago
  Andreas Kling 6fbb924bbf Kernel: Protect ARP table with spinlock instead of mutex 3 years ago
  Andreas Kling 3845c90e08 Kernel: Remove unnecessary includes from Thread.h 3 years ago
  Andreas Kling b56646e293 Kernel: Switch process file descriptor table from spinlock to mutex 3 years ago
  Andreas Kling 8ebec2938c Kernel: Convert process file descriptor table to a SpinlockProtected 3 years ago
  Idan Horowitz dab73d6d23 Kernel: Make pledge serialization in /proc/all generation OOM-fallible 3 years ago