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
/
Makefile
Age
Commit message (
Expand
)
Author
2020-04-20
Build: Use the GCC port if building on "SerenityOS" :^)
Andreas Kling
2020-04-13
ptrace: Add PT_SETREGS
Itamar
2020-04-11
LibELF: Move validation methods to their own file
Andrew Kaster
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-04-11
Kernel: Add $SERENITY_KERNEL_CUSTOM_{CXXFLAGS/LDFLAGS} for build customization
Brian Gianforcaro
2020-04-09
Kernel: Remove redundant "ACPI" from filenames in ACPI/
Andreas Kling
2020-04-09
Kernel: Merge ACPI::StaticParser into ACPI::Parser
Andreas Kling
2020-04-09
Kernel: Move ACPI initialization from init.cpp to ACPI::initialize()
Andreas Kling
2020-04-08
Kernel: Move sync and finalization tasks into their own files
Andreas Kling
2020-04-08
Kernel: Remove DebugLogDevice
Andreas Kling
2020-04-08
Kernel: Rename KParams => Kernel::CommandLine
Andreas Kling
2020-04-06
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-03
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
Andreas Kling
2020-04-02
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-28
Kernel: Remove the floppy driver
Andreas Kling
2020-03-23
Toolchain/Ports: Update gcc to 9.3.0
Shannon Booth
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A
2020-03-08
Kernel: Allow contiguous allocations in physical memory
Liav A
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-03-01
Kernel: Move ProcessPagingScope to its own files
Andreas Kling
2020-02-29
Kernel: Add SpuriousInterruptHandler class
Liav A
2020-02-28
Kernel: Split InodeVMObject into two subclasses
Andreas Kling
2020-02-28
Kernel: Rename InodeVMObject => SharedInodeVMObject
Andreas Kling
2020-02-24
Build: Update the Kernel makefile to build the latest changes
Liav A
2020-02-22
Kernel: Build without debugging symbols by default
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-08
Kernel: Merge unnecessary DiskDevice class into BlockDevice
Andreas Kling
2020-02-04
Kernel: Add support for vmmouse
Liav A
2020-02-02
Kernel: Start working on a syscall for logging performance events
Andreas Kling
2020-02-02
Partition Table: Add support for Extended partitions
Liav A
2020-02-01
Kernel: Add -fbuiltin to Kernel CXXFLAGS
Andreas Kling
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
2020-01-22
Kernel: Replace IRQHandler with the new InterruptHandler class
Liav A
2020-01-17
Kernel: Move kernel above the 3GB virtual address mark
Andreas Kling
2020-01-13
Debugging: Add kernel debugging support
Brian Gianforcaro
2020-01-06
Kernel: Build the kernel as a position-independent executable
Andreas Kling
2020-01-03
Kernel: Add a more expressive API for getting random bytes
Andreas Kling
2020-01-02
Kernel: Remove broken implementation of Unix SHM
Andreas Kling
2020-01-02
Kernel: Create support for PCI ECAM
Liav A
2020-01-01
Build: fix building Kernel/TestModule object
joshua stein
2019-12-27
Kernel: Add kernel-level timer queue (heavily based on @juliusf's work)
Conrad Pankoff
2019-12-20
Kernel: Make sure we build with -mno-387, -mno-sse, etc.
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-19
Update toolchain to binutils-2.33.1 gcc-9.2.0
Philip Herron
2019-12-11
Kernel: Implement a simple process time profiler
Andreas Kling
2019-12-09
Kernel: Start implementing purgeable memory support
Andreas Kling
2019-12-01
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
Andreas Kling
2019-11-28
Kernel: Implement very simple kernel module loading
Andreas Kling
[next]