0001-staging/server-Realtime_Priority/0001-wineserver-Draft-to-implement-priority-levels-throug.patch
0001-staging/ntdll-Serial_Port_Detection/0001-ntdll-Do-a-device-check-before-returning-a-default-s.patch
0001-staging/ntdll-Junction_Points/0000-include-Add-ntifs.h.patch
0001-staging/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch
0001-staging/ntdll-Junction_Points/0002-ntdll-Add-support-for-reading-reparse-points.patch
0001-staging/ntdll-Junction_Points/0003-ntdll-Add-support-for-deleting-reparse-points.patch
0001-staging/ntdll-Junction_Points/0004-ntdll-Add-support-for-testing-for-reparse-points-wit.patch
0001-staging/ntdll-Junction_Points/0005-server-Implement-FILE_OPEN_REPARSE_POINT-option.patch
0001-staging/ntdll-Junction_Points/0006-kernelbase-Add-support-for-deleting-reparse-points-w.patch
0001-staging/ntdll-Junction_Points/0007-kernelbase-Add-support-for-deleting-reparse-points-w.patch
0001-staging/ntdll-Junction_Points/0008-ntdll-Add-tests-for-NT-symlink-reparse-points.patch
0001-staging/ntdll-Junction_Points/0009-kernelbase-Add-support-for-moving-reparse-points-wit.patch
0001-staging/ntdll-Junction_Points/0010-kernelbase-Add-test-for-reparse-point-copy-behavior.patch
0001-staging/ntdll-Junction_Points/0011-ntdll-Follow-reparse-points-during-path-resolution.patch
0001-staging/ntdll-Junction_Points/0012-kernel32-Advertise-reparse-point-support.patch
0001-staging/ntdll-Junction_Points/0013-ntdll-Allow-reparse-points-to-target-the-applicable-.patch
0001-staging/ntdll-Junction_Points/0014-ntdll-Add-an-intermediary-prefix-symlink-in-reparse-.patch
0001-staging/ntdll-Junction_Points/0015-ntdll-Always-report-symbolic-links-as-containing-zer.patch
0001-staging/ntdll-Junction_Points/0016-ntdll-Find-dangling-symlinks-quickly.patch
0001-staging/ntdll-Junction_Points/0017-ntdll-Succeed-with-no-data-for-NtReadFile-on-reparse.patch
0001-staging/ntdll-Junction_Points/0018-ntdll-Add-support-for-FileAttributeTagInformation.patch
0001-staging/ntdll-Junction_Points/0019-kernel32-Implement-CreateSymbolicLink-A-W-with-ntdll.patch
0001-staging/ntdll-Junction_Points/0020-kernel32-Add-reparse-support-to-FindNextFile.patch
0001-staging/ntdll-Junction_Points/0021-wcmd-Display-reparse-point-type-in-directory-listing.patch
0001-staging/ntdll-Junction_Points/0022-wcmd-Show-reparse-point-target-in-directory-listing.patch
0001-staging/ntdll-Junction_Points/0023-wcmd-Add-junction-point-support-to-mklink.patch
0001-staging/ntdll-Junction_Points/0024-ntdll-Add-support-for-creating-Unix-Linux-symlinks.patch
0001-staging/ntdll-Junction_Points/0025-ntdll-Report-regular-Unix-symlinks-as-WSL-Linux-Unix.patch
0001-staging/server-PeekMessage/0001-server-Fix-handling-of-GetMessage-after-previous-Pee.patch
0001-staging/server-Signal_Thread/0001-server-Do-not-signal-thread-until-it-is-really-gone.patch
0001-staging/eventfd_synchronization/0001-configure-Check-for-sys-eventfd.h-ppoll-and-shm_open.patch
0001-staging/eventfd_synchronization/0002-server-Create-server-objects-for-eventfd-based-synch.patch
0001-staging/eventfd_synchronization/0003-ntdll-Create-eventfd-based-objects-for-semaphores.patch
0001-staging/eventfd_synchronization/0004-ntdll-Implement-NtReleaseSemaphore.patch
0001-staging/eventfd_synchronization/0005-ntdll-Implement-NtClose.patch
0001-staging/eventfd_synchronization/0006-ntdll-Implement-NtWaitForMultipleObjects.patch
0001-staging/eventfd_synchronization/0007-ntdll-server-Implement-NtCreateEvent.patch
0001-staging/eventfd_synchronization/0008-ntdll-Implement-NtSetEvent.patch
0001-staging/eventfd_synchronization/0009-ntdll-Implement-NtResetEvent.patch
0001-staging/eventfd_synchronization/0010-ntdll-Implement-waiting-on-manual-reset-events.patch
0001-staging/eventfd_synchronization/0011-server-Add-an-object-operation-to-grab-the-esync-fil.patch
0001-staging/eventfd_synchronization/0012-server-Add-a-request-to-get-the-eventfd-file-descrip.patch
0001-staging/eventfd_synchronization/0013-server-Create-eventfd-file-descriptors-for-process-o.patch
0001-staging/eventfd_synchronization/0014-ntdll-server-Implement-waiting-on-server-bound-objec.patch
0001-staging/eventfd_synchronization/0015-server-Create-eventfd-file-descriptors-for-event-obj.patch
0001-staging/eventfd_synchronization/0016-server-Allow-re-setting-esync-events-on-the-server-s.patch
0001-staging/eventfd_synchronization/0017-ntdll-Try-again-if-poll-returns-EINTR.patch
0001-staging/eventfd_synchronization/0018-server-Create-eventfd-file-descriptors-for-thread-ob.patch
0001-staging/eventfd_synchronization/0019-rpcrt4-Avoid-closing-the-server-thread-handle-while-.patch
0001-staging/eventfd_synchronization/0020-server-Create-eventfd-file-descriptors-for-message-q.patch
0001-staging/eventfd_synchronization/0021-server-ntdll-Implement-message-waits.patch
0001-staging/eventfd_synchronization/0022-server-Create-eventfd-descriptors-for-device-manager.patch
0001-staging/eventfd_synchronization/0023-ntdll-server-Implement-NtCreateMutant.patch
0001-staging/eventfd_synchronization/0024-ntdll-Implement-NtReleaseMutant.patch
0001-staging/eventfd_synchronization/0025-ntdll-Implement-waiting-on-mutexes.patch
0001-staging/eventfd_synchronization/0026-ntdll-Implement-wait-all.patch
0001-staging/eventfd_synchronization/0027-esync-Add-a-README.patch
0001-staging/eventfd_synchronization/0028-ntdll-Implement-NtSignalAndWaitForSingleObject.patch
0001-staging/eventfd_synchronization/0029-ntdll-Implement-NtOpenSemaphore.patch
0001-staging/eventfd_synchronization/0030-ntdll-Implement-NtOpenEvent.patch
0001-staging/eventfd_synchronization/0031-ntdll-Implement-NtOpenMutant.patch
0001-staging/eventfd_synchronization/0032-server-Implement-esync_map_access.patch
0001-staging/eventfd_synchronization/0033-server-Implement-NtDuplicateObject.patch
0001-staging/eventfd_synchronization/0034-server-Create-eventfd-descriptors-for-timers.patch
0001-staging/eventfd_synchronization/0035-ntdll-server-Implement-alertable-waits.patch
0001-staging/eventfd_synchronization/0036-esync-Update-README.patch
0001-staging/eventfd_synchronization/0037-kernel32-tests-Mark-some-existing-tests-as-failing-u.patch
0001-staging/eventfd_synchronization/0038-kernel32-tests-Add-some-semaphore-tests.patch
0001-staging/eventfd_synchronization/0039-kernel32-tests-Add-some-event-tests.patch
0001-staging/eventfd_synchronization/0040-kernel32-tests-Add-some-mutex-tests.patch
0001-staging/eventfd_synchronization/0041-kernel32-tests-Add-some-tests-for-wait-timeouts.patch
0001-staging/eventfd_synchronization/0042-kernel32-tests-Zigzag-test.patch
0001-staging/eventfd_synchronization/0043-ntdll-Implement-NtQuerySemaphore.patch
0001-staging/eventfd_synchronization/0044-ntdll-Implement-NtQueryEvent.patch
0001-staging/eventfd_synchronization/0045-ntdll-Implement-NtQueryMutant.patch
0001-staging/eventfd_synchronization/0046-server-Create-eventfd-descriptors-for-pseudo-fd-obje.patch
0001-staging/eventfd_synchronization/0047-esync-Update-README.patch
0001-staging/eventfd_synchronization/0048-esync-Add-note-about-file-limits-not-being-raised-wh.patch
0001-staging/eventfd_synchronization/0049-ntdll-Try-to-avoid-poll-for-uncontended-objects.patch
0001-staging/eventfd_synchronization/0050-ntdll-server-Try-to-avoid-poll-for-signaled-events.patch
0001-staging/eventfd_synchronization/0051-esync-Update-README.patch
0001-staging/eventfd_synchronization/0052-ntdll-Implement-NtPulseEvent.patch
0001-staging/eventfd_synchronization/0053-esync-Update-README.patch
0001-staging/eventfd_synchronization/0054-server-Create-esync-file-descriptors-for-true-file-o.patch
0001-staging/eventfd_synchronization/0055-ntdll-server-Abandon-esync-mutexes-on-thread-exit.patch
0001-staging/eventfd_synchronization/0056-server-Create-esync-file-descriptors-for-console-ser.patch
0001-staging/user32-rawinput-mouse/0001-winex11.drv-Split-XInput2-thread-initialization.patch
0001-staging/user32-rawinput-mouse/0002-winex11.drv-Support-XInput2-events-for-individual-wi.patch
0001-staging/user32-rawinput-mouse/0003-winex11.drv-Advertise-XInput2-version-2.1-support.patch
0001-staging/user32-rawinput-mouse/0004-winex11.drv-Keep-track-of-pointer-and-device-button-.patch
0001-staging/user32-rawinput-mouse/0005-server-Add-send_hardware_message-flags-for-rawinput-.patch
0001-staging/user32-rawinput-mouse/0006-user32-Set-SEND_HWMSG_RAWINPUT-flags-only-when-RAWIN.patch
0001-staging/user32-rawinput-mouse/0007-user32-Support-sending-RIM_TYPEMOUSE-through-__wine_.patch
0001-staging/user32-rawinput-mouse/0008-winex11.drv-Listen-to-RawMotion-and-RawButton-events.patch
0001-staging/user32-rawinput-mouse-experimental/0001-server-Clear-the-MOUSEEVENTF_-ABSOLUTE-VIRTUALDESK-f.patch
0001-staging/user32-rawinput-mouse-experimental/0002-user32-Add-support-for-absolute-rawinput-messages.patch
0001-staging/user32-rawinput-mouse-experimental/0003-server-Stop-enforcing-relative-rawinput-mouse-positi.patch
0001-staging/user32-rawinput-mouse-experimental/0004-winex11.drv-Simplify-XInput2-valuator-lookup.patch
0001-staging/user32-rawinput-mouse-experimental/0005-winex11.drv-Add-support-for-absolute-RawMotion-event.patch
0001-staging/user32-rawinput-mouse-experimental/0006-winex11.drv-Send-relative-RawMotion-events-unprocess.patch
0002-fsync/fsync-unix-staging.patch
0002-fsync/fsync_futex_waitv.patch
0003-audio/0001-revert-wine-audio.patch
0003-audio/0002-5.14-Latency-Fix.patch
0007-workaround/revert-mscvrt-ify-modules.patch
0007-workaround/add-wine-unicode-again.patch
0007-workaround/midi-fixed-revert.patch
0003-audio/0003-thread-characteristic-audio-priority-from-oglf-patchset.patch
0004-thread-priority/0001-server-Implement-thread-priorities-on-Linux.patch
0004-thread-priority/0002-server-Fallback-to-RTKIT-for-thread-priorities.patch
0004-thread-priority/0003-server-Map-THREAD_PRIORITY_IDLE-to-SCHED_IDLE.patch
0005-window/ps0071-p0002-winex11.drv-Bypass-compositor-in-fullscreen-.patch
0005-window/proton-winex11-focusout.patch
0006-openglfreak/hide-wine_get_version-from-openglfreak.patch
0006-openglfreak/0001-libs-libjpeg-Set-default-DCT-algorithm-to-fastest.patch
0006-openglfreak/ps0128-HACK-Fix-osu-alt-tab-on-certain-window-managers.patch
9989-misc/ps0034-ntdll-Add-SIGQUIT-to-server-block-set.patch
9989-misc/ps0035-server-Don-t-send-SIGQUIT-during-normal-process-sh.patch
9989-misc/9989-misc-ps0126-devenum-Register-IEEE-float-for-Direct-Sound-defau.patch
9989-misc/9989-misc-ps0171-server-Don-t-wait-for-low-level-hook-result-when-q.patch
9989-misc/9999-diffs-use-clock_nanosleep-for-delay.patch
9989-misc/9999-diffs-8bpp-copy-support.patch
9989-misc/ps0003-secur32-Disable-CHACHA20-POLY1305-ciphersuites.patch
