Timon Kruiper
|
a4534678f9
Kernel: Implement InterruptDisabler using generic Processor functions
|
3 роки тому |
Linus Groh
|
20e2e39fcc
Kernel: Expose size of L1 data/instruction, L2, and L3 CPU caches :^)
|
3 роки тому |
brapru
|
7a4e41f8f8
Kernel: Add support for route flags
|
3 роки тому |
Maciej
|
66ab4d61a4
Kernel: Stop exposing gateway field
|
3 роки тому |
brapru
|
19912a0b32
Kernel+Utilities: Add the route utility
|
3 роки тому |
brapru
|
419cd479e2
Kernel: Use TRY to handle string copies in GlobalProcessExposed
|
3 роки тому |
Linus Groh
|
33004f9b9d
Kernel: Add hypervisor_vendor_id entry to /proc/cpuinfo
|
3 роки тому |
Linus Groh
|
0f27432ec6
Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'
|
3 роки тому |
Linus Groh
|
53a95a5347
Kernel: Rename some ProcessorInfo members to match Intel manual
|
3 роки тому |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 роки тому |
Liav A
|
7053d7ece3
Kernel: Add a way to print the pseudo name of attached TTY of a process
|
3 роки тому |
Liav A
|
b5ef900ccd
Kernel: Don't assume paths of TTYs and pseudo terminals anymore
|
3 роки тому |
Lenny Maiorani
|
190cf1507b
Kernel: Use default constructors/destructors
|
3 роки тому |
Liav A
|
3fb289e27d
Kernel/PCI: Don't hold spinlocks when doing fast device enumeration
|
3 роки тому |
Andreas Kling
|
baa6ff5649
Kernel: Wrap HIDManagement keymap data in SpinlockProtected
|
3 роки тому |
Liav A
|
b849e4f907
Kernel/PCI: Don't create /proc/pci if PCI is disabled
|
3 роки тому |
Idan Horowitz
|
feb00b7105
Everywhere: Make JSON serialization fallible
|
3 роки тому |
Idan Horowitz
|
9277d2dce2
AK+Kernel: Return KString from MACAddress::to_string() in the Kernel
|
3 роки тому |
Idan Horowitz
|
6098ffa120
AK+Kernel: Return KString from IPv4Address::to_string() in the Kernel
|
3 роки тому |
Andreas Kling
|
a81aebfd6e
Kernel: Remove unnecessary mutex for ubsan-is-deadly ProcFS node
|
3 роки тому |
Andreas Kling
|
6fbb924bbf
Kernel: Protect ARP table with spinlock instead of mutex
|
3 роки тому |
Andreas Kling
|
3845c90e08
Kernel: Remove unnecessary includes from Thread.h
|
3 роки тому |
Andreas Kling
|
b56646e293
Kernel: Switch process file descriptor table from spinlock to mutex
|
3 роки тому |
Andreas Kling
|
8ebec2938c
Kernel: Convert process file descriptor table to a SpinlockProtected
|
3 роки тому |
Idan Horowitz
|
dab73d6d23
Kernel: Make pledge serialization in /proc/all generation OOM-fallible
|
3 роки тому |
Idan Horowitz
|
bd603003b5
Kernel: Make AddressSpace::amount_clean_inode() OOM-fallible
|
3 роки тому |
Idan Horowitz
|
792b8ca13c
Kernel: Use StringView::to_uint instead of String::to_uint in ProcFS
|
3 роки тому |
Idan Horowitz
|
119f900451
Kernel: Use StringView literals instead of empty Strings in ProcFS
|
3 роки тому |
Idan Horowitz
|
eb5f6cd108
Kernel: Use try_serialize_absolute_path in ProcFSOverallProcesses
|
3 роки тому |
Idan Horowitz
|
4e7d307166
Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>>
|
3 роки тому |