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
Age
Commit message (
Expand
)
Author
2022-04-03
Kernel: Add kmalloc.cpp to aarch64
James Mintram
2022-04-03
Kernel: Convert ProcessorInfo::build_brand_string() to StringBuilder
Linus Groh
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: Remove EBX, ECX, and EDX values from hypervisor dmesgln()
Linus Groh
2022-04-03
Kernel: Move hypervisor vendor ID string to ProcessorInfo
Linus Groh
2022-04-03
Kernel: Make ProcessorInfo::build_foo_string() private
Linus Groh
2022-04-03
Kernel: Move feature string building to ProcessorInfo
Linus Groh
2022-04-03
Kernel: Rename some ProcessorInfo members to match Intel manual
Linus Groh
2022-04-03
Kernel: Move private ProcessorInfo members to the end
Linus Groh
2022-04-03
Kernel: Fix accidental overlaps in RegionTree::allocate_range_specific()
Andreas Kling
2022-04-03
Kernel: Mark sys$listen() as not needing the big lock
Andreas Kling
2022-04-03
Kernel: Don't hog file descriptor table lock in sys$bind()
Andreas Kling
2022-04-03
Kernel: Don't hog file descriptor table lock in sys$listen()
Andreas Kling
2022-04-03
Kernel: Mark sys$sendfd() and sys$recvfd() as not needing the big lock
Andreas Kling
2022-04-03
Kenrel: Update a dmesgln() to say "RegionTree" instead of old class name
Andreas Kling
2022-04-03
Kernel: Add a little explainer comment above RegionTree
Andreas Kling
2022-04-03
Kernel: Improve RegionTree's internal helper function names
Andreas Kling
2022-04-03
Kernel: Add missing include to PageDirectory.h
Andreas Kling
2022-04-03
Kernel: Unbreak ASLR in the new RegionTree world
Andreas Kling
2022-04-03
Kernel: Stop exposing RegionTree API for VM range allocation
Andreas Kling
2022-04-03
Kernel: Make VM allocation atomic for userspace regions
Andreas Kling
2022-04-03
LibWeb: Make VM allocation atomic for kernel regions
Andreas Kling
2022-04-03
Kernel: Remove now-unused VirtualRangeAllocator
Andreas Kling
2022-04-03
Kernel: Use intrusive RegionTree solution for kernel regions as well
Andreas Kling
2022-04-03
Kernel: Add Memory::RegionTree to share code between AddressSpace and MM
Andreas Kling
2022-04-03
Kernel: Use AddressSpace region tree for range allocation
Andreas Kling
2022-04-03
Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTree
Andreas Kling
2022-04-03
Kernel: Implement `f_basetype` in statvfs
Tim Schumacher
2022-04-02
Kernel: Add all memory files to aarch64 and fix resulting linker errors
James Mintram
2022-04-02
Kernel: Re-add AK files to aarch64
James Mintram
2022-04-02
Kernel: Make MemoryManager compile on aarch64
James Mintram
2022-04-02
Kernel: Make handle_crash available to aarch64
James Mintram
2022-04-02
Kernel: Make PageDirectory.cpp compile on aarch64
James Mintram
2022-04-02
Kernel: Make PhysicalRegion.cpp compile on aarch64
James Mintram
2022-04-02
Kernel: Make AddressSpace.cpp compile on aarch64
James Mintram
2022-04-02
Kernel: Make Region.cpp compile on aarch64
James Mintram
2022-04-02
Kernel: Add missing new/delete and kcalloc to dummy.cpp
James Mintram
2022-04-02
Kernel: Re-add dummy.cpp and remove duplicate definitions
James Mintram
2022-04-02
Kernel: Add idle_thread() to aarch64 Processor.h
James Mintram
2022-04-02
Kernel: Add PAGE_MASK to an aarch64 CPU header
James Mintram
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-04-01
Kernel: Stop debug spam when using read on /dev/mem device
Liav A
2022-04-01
Kernel: Stop debug spam when using mmap on /dev/mem device
Liav A
2022-04-01
Kernel: Declare Device major and minor data member numbers as const
Liav A
2022-04-01
Kernel: Allow SysFS components to have non-zero size
Liav A
2022-04-01
Kernel: Declare DMI SysFS BIOS classes as final
Liav A
2022-04-01
Kernel: Declare blob sizes of SysFS BIOS classes as const
Liav A
2022-04-01
Kernel: Initialize primitive data members of SysFS BIOS classes
Liav A
2022-03-30
Kernel: Fix storage device read/write for request length < block size
Pankaj Raghav
[next]