summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-27Kernel: Clear segment registers on x86_64Gunnar Beutner
2021-06-27Kernel: Use macros for GDT indices instead of hardcoding the valuesGunnar Beutner
2021-06-27Kernel: Add support for interrupts on x86_64Gunnar Beutner
2021-06-27Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegistersGunnar Beutner
2021-06-27Kernel: Fix declaration for struct TrapFrameGunnar Beutner
2021-06-27Kernel: Fix incorrect flags for the GDT entriesGunnar Beutner
2021-06-27LibWeb: Make ExceptionOr capable of holding all error types in the specAli Mohammad Pur
2021-06-27AK: Add explicit Variant conversion operatorsAli Mohammad Pur
2021-06-27Profiler: Cache the timeline histograms instead of recomputing on paintAndreas Kling
2021-06-27Kernel: Don't kmalloc() for small (<=1024) dbgputstr() syscallsAndreas Kling
2021-06-27WindowServer: Try to auto-add unconfigured framebuffer devicesTom
2021-06-27WindowServer: Coalesce flushing buffers into one ioctl() callTom
2021-06-27Kernel: Enable additional VirtIO displays only on first resolution setTom
2021-06-27Kernel: Add support for multiple VirtIO GPU outputsTom
2021-06-27WindowServer: Use relative coordinates when flushing screen dirty rectsTom
2021-06-27WindowServer: Fix geometry label not updating if it isn't movingTom
2021-06-27LibJS: Don't extend `arguments` object to match the parameter countAndreas Kling
2021-06-26AK: Undo bogus Variant::downcast() renameAndreas Kling
2021-06-26LibJS: Implement the GetMethod() abstract operation as a Value methodLinus Groh
2021-06-26LibJS: Implement the GetV() abstract operationLinus Groh
2021-06-26LibJS: Move install_error_cause() from Object to ErrorLinus Groh
2021-06-26LibJS: Skip tests which broke with reversion of f102b563davidot
2021-06-26Revert "LibJS: Fix this_value in native setters and getters"davidot
2021-06-26LibJS: Fix propagation of setters and getters from prototypesdavidot
2021-06-26LibJS: Allow setting the length of an object with prototype Arraydavidot
2021-06-26LibJS: Don't remove non-configurable items in Array when setting lengthdavidot
2021-06-26LibJS: Make Array.prototype.lastIndexOf slightly more spec compliantdavidot
2021-06-26Meta: Use virtio-vga instead of virtio-gpu if using multiple monitorsSahan Fernando
2021-06-26Toolchain: Build the x86_64 target in addition to i386 in BuildQemu.shIdan Horowitz
2021-06-26LibJS: Make sure `this` in the global environment is the global objectAndreas Kling
2021-06-26LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)Andreas Kling
2021-06-26LibJS: Fix spelling mistake in one of the syntax error descriptionsAndreas Kling
2021-06-26CI: Increase the on-target tests timeout to 60 minutes from 30 minutesIdan Horowitz
2021-06-26LibJS: Add %TypedArray%.prototype.entriesLuke
2021-06-26LibJS: Add %TypedArray%.prototype.valuesLuke
2021-06-26LibJS: Add %TypedArray%.prototype.keysLuke
2021-06-26LibJS: Add TypedArray support to ArrayIteratorLuke
2021-06-26Kernel: Specify -fno-pic when using -mcmodel=largeGunnar Beutner
2021-06-26Kernel: Clean up create_signal_trampoline a bitGunnar Beutner
2021-06-26Kernel: Add CPUID flag for long modeGunnar Beutner
2021-06-26Kernel: Ensure that the ProcessBase class is properly laid out on x86_64Gunnar Beutner
2021-06-26Kernel: Correct spelling mistakeGunnar Beutner
2021-06-26Kernel: Make addresses returned by kmalloc() properly aligned for x86_64Gunnar Beutner
2021-06-26Kernel: Add PML4T support for the PageDirectory classGunnar Beutner
2021-06-26Kernel: Fix memcpy and memset for x86_64Gunnar Beutner
2021-06-26Kernel: Add slab allocator for 256 bytesGunnar Beutner
2021-06-26Kernel: Fix off-by-one error in Processor::write_raw_gdt_entryGunnar Beutner
2021-06-26Kernel: Add support for setting up a x86_64 GDT once in C++ landGunnar Beutner
2021-06-26Kernel: Fix GDT limitsGunnar Beutner
2021-06-26LibJS: Align ObjectEnvironmentRecord member names with the specAndreas Kling