summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-19Kernel: Don't take thread lock for signal dispatchAndreas Kling
2022-08-19Kernel/Memory: Use scope guard to remove a region if we failed to map itLiav A
2022-08-19Kernel: Don't lock scheduler in ~Thread()Andreas Kling
2022-08-19Kernel: Don't lock scheduler while updating thread scheduling timesAndreas Kling
2022-08-19Kernel: Reduce time under VMObject lock while handling zero faultsAndreas Kling
2022-08-19Kernel/x86: Re-enable interrupts ASAP when handling page faultsAndreas Kling
2022-08-19Base: Add new emojis U+1F58A-U1F58D U+1F5DD U+1F5DE U+1F5E1djwisdom
2022-08-19Base: Correct Flag Code Pointselectrikmilk
2022-08-18Kernel: Make sys$anon_create() allocate physical pages immediatelyAndreas Kling
2022-08-18FileManager: Add "open child directory" action (Alt+Down)Andreas Kling
2022-08-18LibGUI: Make Breadcrumbbar remember the selected segment indexAndreas Kling
2022-08-18Kernel: Make Region's physical page accessors safer to useAndreas Kling
2022-08-18Kernel: Schedule threads on all processors when SMP is enabledAndreas Kling
2022-08-18Kernel: Don't hog VMObject lock when remapping a region pageAndreas Kling
2022-08-18Kernel: Move Region physical page accessors out of lineAndreas Kling
2022-08-18Kernel: Add a comment about what the MM lock protectsAndreas Kling
2022-08-18Kernel: Don't require MM lock for Region::set_page_directory()Andreas Kling
2022-08-18Kernel: Fix inconsistent lock acquisition order in kmallocAndreas Kling
2022-08-18Kernel: Don't remap all regions from Region::remap_vmobject_page()Andreas Kling
2022-08-18Kernel: Shorten time under spinlocks while handling inode faultsAndreas Kling
2022-08-18TextEditor: Change cursor when reaching the ruler areaThomas Symalla
2022-08-18FileManager: Do not activate "Show Dotfiles" action on every startupTimothy Flynn
2022-08-18Base: Add some `repeating-linear-gradient()` examplesMacDue
2022-08-18LibWeb: Support painting `repeating-linear-gradient()`sMacDue
2022-08-18LibWeb: Avoid NaNs from zero-length gradient color stopsMacDue
2022-08-18LibWeb: Parse `repeating-linear-gradient()`MacDue
2022-08-18LibGfx: Skip useless iterations during PNG::FilterType::Sub unfilteringRyan Liptak
2022-08-18LibGfx: Unfilter PNG data before unpacking it to RGBARyan Liptak
2022-08-18Base: Add new globe emojis U+1F30D-U+1F30Fdjwisdom
2022-08-17LibCore: Make EventLoop's connection to InspectorServer work againkleines Filmröllchen
2022-08-18Kernel: Fix TOCTOU in sys$unveil()Andreas Kling
2022-08-18Kernel/x86: Don't re-enable interrupts too soon when unlocking spinlocksAndreas Kling
2022-08-18Kernel: Protect the Custody cache with a spinlockAndreas Kling
2022-08-18Kernel: Remove outdated FIXME in Custody.hAndreas Kling
2022-08-18Kernel: Use consistent lock acquisition order in Thread::block*()Andreas Kling
2022-08-18Kernel: Don't do path resolution in sys$chdir() while holding spinlockAndreas Kling
2022-08-18Kernel/x86: Disable interrupts when leaving critical sectionsAndreas Kling
2022-08-18Kernel/x86: Move Processor::{leave,clear}_critical() out of lineAndreas Kling
2022-08-17LibJS: Resolve the correct this value for calls in with statementsdavidot
2022-08-17LibJS: Implement tagged literals evaluation like the specdavidot
2022-08-17LibJS: Allow invalid string in tagged template literalsdavidot
2022-08-17LibJS: Make StringToNumber case sensitive when falling back to strtoddavidot
2022-08-17LibJS: Don't assume a this argument for function.prototype.binddavidot
2022-08-17LibJS: Add the HostEnsureCanAddPrivateElement hookdavidot
2022-08-18Kernel: Make sys$unveil() not take the big process lockSamuel Bowman
2022-08-17Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIREDLinus Groh
2022-08-17Meta: Upgrade to the lastest version of the SonarScanner CLIBrian Gianforcaro
2022-08-17Meta: Disallow running with QEMU >= 7.x on aarch64 buildTimon Kruiper
2022-08-17Toolchain: Allow setting QEMU_{VERSION, MD5SUM} from command lineTimon Kruiper
2022-08-17LibUnicode: Generate code point display names with run-length encodingTimothy Flynn