index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
GlobalProcessExposed.cpp
Age
Commit message (
Expand
)
Author
2022-10-16
Kernel: Remove unused /proc/devices node
Liav A
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-22
Kernel: Use Process::credentials() and remove user ID/group ID helpers
Anthony Iacono
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-07-30
Kernel: Remove PCI information node from ProcFS
Liav A
2022-07-24
Kernel: Fix L1/L2/L3 cache conditionals in ProcFSCPUInformation
Linus Groh
2022-07-14
Kernel+Userland: Rename prefix of user_physical => physical
Liav A
2022-07-14
Kernel+Userland: Remove supervisor pages concept
Liav A
2022-07-14
Kernel: Don't lock the scheduler in ProcFSOverallProcesses::try_generate
Daniel Bertalan
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-02
Kernel: Move IRQController and InterruptManagement to Arch directory
Timon Kruiper
2022-06-02
Kernel: Implement InterruptDisabler using generic Processor functions
Timon Kruiper
2022-05-29
Kernel: Expose size of L1 data/instruction, L2, and L3 CPU caches :^)
Linus Groh
2022-05-26
Kernel: Add support for route flags
brapru
2022-05-01
Kernel: Stop exposing gateway field
Maciej
2022-04-28
Kernel+Utilities: Add the route utility
brapru
2022-04-28
Kernel: Use TRY to handle string copies in GlobalProcessExposed
brapru
2022-04-03
Kernel: Add hypervisor_vendor_id entry to /proc/cpuinfo
Linus Groh
2022-04-03
Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'
Linus Groh
2022-04-03
Kernel: Rename some ProcessorInfo members to match Intel manual
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-26
Kernel: Add a way to print the pseudo name of attached TTY of a process
Liav A
2022-03-22
Kernel: Don't assume paths of TTYs and pseudo terminals anymore
Liav A
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-03-14
Kernel/PCI: Don't hold spinlocks when doing fast device enumeration
Liav A
2022-03-07
Kernel: Wrap HIDManagement keymap data in SpinlockProtected
Andreas Kling
2022-03-02
Kernel/PCI: Don't create /proc/pci if PCI is disabled
Liav A
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from MACAddress::to_string() in the Kernel
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from IPv4Address::to_string() in the Kernel
Idan Horowitz
2022-02-03
Kernel: Remove unnecessary mutex for ubsan-is-deadly ProcFS node
Andreas Kling
2022-02-03
Kernel: Protect ARP table with spinlock instead of mutex
Andreas Kling
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2022-01-29
Kernel: Switch process file descriptor table from spinlock to mutex
Andreas Kling
2022-01-29
Kernel: Convert process file descriptor table to a SpinlockProtected
Andreas Kling
2022-01-26
Kernel: Make pledge serialization in /proc/all generation OOM-fallible
Idan Horowitz
2022-01-26
Kernel: Make AddressSpace::amount_clean_inode() OOM-fallible
Idan Horowitz
2022-01-13
Kernel: Use StringView::to_uint instead of String::to_uint in ProcFS
Idan Horowitz
2022-01-13
Kernel: Use StringView literals instead of empty Strings in ProcFS
Idan Horowitz
2022-01-12
Kernel: Use try_serialize_absolute_path in ProcFSOverallProcesses
Idan Horowitz
2022-01-12
Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>>
Idan Horowitz
2022-01-12
Kernel: Rename ProcessorInfo::{m_brandstr => m_brand}
Idan Horowitz
2022-01-12
Kernel: Avoid potential allocation when enumerating cpu features
Brian Gianforcaro
2022-01-12
Kernel: Convert Processor::features_string() API to KString
Brian Gianforcaro
2021-12-30
Kernel: Simplify some if statements
Hendiadyoin1
2021-12-30
Kernel: Add some implied auto qualifiers
Hendiadyoin1
2021-12-30
Kernel: Remove redundant (K)String::characters() calls
Daniel Bertalan
2021-12-30
Kernel+AK: Eliminate a couple of temporary String allocations
Daniel Bertalan
2021-12-29
Kernel: Port Process to ListedRefCounted
Idan Horowitz
2021-12-29
Kernel: Remove Process::all_processes()
Idan Horowitz
[next]