[SDK] wine/typeof.h: Remove duplicate ImeGetRegisterWordStyle line
[reactos.git] / ntoskrnl /
2021-05-04 Jérôme Gardou[NTOS:MM] First shot for Working Set list support
2021-05-04 Jérôme Gardou[NTOS] Make some internal headers C++ aware
2021-05-04 Jérôme Gardou[NTOS:MM] Introduce MI_IS_PROCESS_WORKING_SET helper...
2021-05-04 Jérôme Gardou[NTOS:MM] Implement turning working set shared lock...
2021-05-04 Jérôme Gardou[NTOS/MM] Implement Mi(Un)lockWorkingSetShared
2021-05-04 George Bișoc[NTOS:SE] Get the session ID and assign it to the new... 3639/head
2021-05-02 George Bișoc[NTOSKRNL] Use IQS_SAME instead of ICI_SQ_SAME
2021-05-02 George Bișoc[NTOS:PS] Bring the threads/processes information class...
2021-05-02 George Bișoc[NTOSKRNL] Move the ICIF related code and stuff into...
2021-05-02 George Bișoc[NTOS:PS] Make sure we can impersonate the given token... 3605/head
2021-05-02 George Bișoc[NTOS:SE] Implement SeTokenCanImpersonate routine
2021-05-02 Eric Kohl[NTOS:PS] Revert 4d7062abb6bcdfefd1c25d391020d98cb65385...
2021-05-02 Eric Kohl[NTOS:PS] Add the missing privilege check to NtSetInfor...
2021-05-02 Eric Kohl[NTOS:PS] Add ThreadInformation probing to NtSetInforma...
2021-05-02 Eric Kohl[NTOS:PS] Rewrite NtSetInformationThread to match NtQue...
2021-05-02 Eric Kohl[NTOS:PS] Rewrite NtQueryInformationThread to match...
2021-05-01 Serge Gautherie[REACTOS] Fix parameter types on some exports (#3217)
2021-05-01 Serge Gautherie[NTOS:OB] ObQueryDeviceMapInformation(): Fix annotations
2021-04-29 Serge Gautherie[NTOS:PS] NtQueryInformationProcess(): Fix ProcessDevic...
2021-04-29 Serge Gautherie[NTOS:PS] NtQueryInformationProcess(): Sync' annotations
2021-04-28 Jérôme Gardou[NTOS:KDBG] Fix invalid DBG print
2021-04-28 Jérôme Gardou[NTOS:KDBG] Begin port for amd64.
2021-04-28 Jérôme Gardou[NTOS:KE] Explicitly use sysretq instruction
2021-04-28 Jérôme Gardou[NTOS] Do not force-align an integer value
2021-04-27 George Bișoc[NTOS:SE] Implement the NtImpersonateAnonymousToken...
2021-04-27 George Bișoc[NTOS:SE] Add the declaration prototype of SepRegQueryH...
2021-04-27 George Bișoc[NTOS:SE] Annotate the function parameters of SepRegQue...
2021-04-26 George Bișoc[NTOS:OB] Do not close the handle if it's granted acces... 3476/head
2021-04-26 Serge Gautherie[NTOS:MM] MiSetPagingOfDriver(): Add an explicit #if...
2021-04-18 George Bișoc[NTOS:SE] Lock the token in SeQueryInformationToken... 3613/head
2021-04-09 Hermès Bélusca-Maïto[NTOS:KE] Both KeFindConfigurationEntry() and KeFindCon...
2021-04-09 Victor Perevertkin[NDK] DATA_SEG requires an extra #pragma on MSVC
2021-04-08 Jérôme Gardou[NTOS:MM] Fix a bit page fault handler with regard...
2021-04-08 Jérôme Gardou[NTOS:MM] Share "page.c" between i386 & amd64 builds
2021-04-08 Jérôme Gardou[NTOS:MM] Split MmCreateProcessAddressSpace in two...
2021-04-08 Jérôme Gardou[NTOS:MM] Properly track system process hyper space...
2021-04-08 Jérôme Gardou[NTOS:MM] Make i386/page.c usable for all x86 variants
2021-04-08 Jérôme Gardou[NTOS:MM] Use MI_MAKE_HARDWARE_PTE & friends in legacy Mm
2021-04-08 Jérôme Gardou[NTOS:MM] Rewrite arch-specifics of the legacy Mm
2021-04-08 Jérôme Gardou[NTOS:MM] Get rid of MmRosFlushVirtualMemory
2021-04-08 Jérôme Gardou[NTOS:MM] Get rid of MmSetCleanAllRmaps and MmIsDirtyPa...
2021-04-08 Jérôme Gardou[NTOS:MM] Let ARM3 handle invalid PDE for itself.
2021-04-08 Jérôme Gardou[NTOS:MM] Fix a bit the page-out/page-in logic
2021-04-07 Jérôme GardouRevert "[NTOS:MM] Allow MiMapPageInHyperSpace to be...
2021-04-07 Jérôme Gardou[NTOS:MM] Allow MiMapPageInHyperSpace to be called...
2021-04-07 Oleg Dubinskiy[NTOS:MM][NTOS:SE] Mute some noisy stubs
2021-04-06 Jérôme Gardou[NTOS:KE] Rewrite KiSystemCallTrampoline in assembly
2021-04-05 Eric Kohl[NTOS:PNP] PiSetDevNodeText: Do not overwrite existing...
2021-04-03 Mark Jansen[NTOS:MM] Stubplement cookie generation for drivers 3414/head
2021-04-03 Eric Kohl[NTOS:EX] Use RtlCutoverTimeToSystemTime to determine...
2021-03-30 Jérôme Gardou[NTOS:MM] Properly fail for invalid sizes of data secti...
2021-03-30 Jérôme Gardou[NTOS:MM] Fix compilation when PFN tracing is enabled
2021-03-30 Jérôme Gardou[NTOS/MM] Remove an outdated check
2021-03-30 Jérôme Gardou[NTOS:MM] Fix PFN tracing
2021-03-24 George Bișoc[NTOS:SE] Specify the code section of SepCreateSystemPr...
2021-03-24 George Bișoc[NTOS:SE] Create the anonymous logon tokens on Security...
2021-03-24 George Bișoc[NTOS:SE] Implement SepCreateSystemAnonymousLogonToken...
2021-03-24 George Bișoc[NTOS:SE] Set up an ACL and SD for the anonymous logon
2021-03-24 Jérôme Gardou[NTOS:CC] Wake up lazy scan after inserting elements...
2021-03-24 Jérôme Gardou[NTOS:CC] Be verbose about why we defer writes
2021-03-24 Jérôme Gardou[NTOS:CC] Rewrite CcPostDeferredWrites
2021-03-24 Jérôme Gardou[NTOS:KE] Explicitly cast -1 to ULONG
2021-03-24 Jérôme Gardou[NTOS] Remove a definition which is redundant with ndk
2021-03-24 Jérôme Gardou[NTOS:KE] Use PNT_TIB as argument in KeSetTebBase
2021-03-23 Jérôme Gardou[CMAKE] Use the "kernel" module type for ntoskrnl and...
2021-03-22 Jérôme Gardou[NTOS:MM] Fix integer arithmetics
2021-03-19 Victor Perevertkin[NTOS:PNP] Initialize DeviceDesc and LocationInformatio...
2021-03-18 Victor Perevertkin[NTOS:IO][NTOS:PNP] Fix incorrect usage of IopGetRegist...
2021-03-18 Jérôme Gardou[NTOS:MM] Silence noisy DPRINTs
2021-03-18 Jérôme Gardou[NTOS:MM] Use a define for the big pool table occupatio...
2021-03-18 Jérôme Gardou[NTOS:MM] Do not use atomic operations to set a bit...
2021-03-18 Jérôme Gardou[NTOS:MM] Implement shrinking big pool allocation table
2021-03-18 Jérôme Gardou[NTOS:MM] Fail allocating non-paged pool when running...
2021-03-18 Jérôme Gardou[NTOS:MM] Do not bugcheck when we are freeing a big...
2021-03-16 Jérôme Gardou[NTOS:MM] Silence a DPRINT which became noisy
2021-03-16 Victor Perevertkin[NTOS:PNP] Implement PlugPlayControlStartDevice control...
2021-03-16 Victor Perevertkin[NDK] Change the data structure for PlugPlayControlRese...
2021-03-04 Serge Gautherie[NTOS:KE] KiIdleLoop(): Propagate DECLSPEC_NORETURN...
2021-03-04 Serge Gautherie[NTOS:KE] KiIdleLoop(): Add DECLSPEC_NORETURN, Remove...
2021-03-04 George Bișoc[NTOS:SE] Complete the SepCompareTokens implementation
2021-03-04 George Bișoc[NTOS:PS] Guard the quota in a spin lock (#3419)
2021-03-03 Serge Gautherie[NTOS:KD] KdpDebugLogInit(): Close the thread handle
2021-03-03 Serge Gautherie[NTOS:KD] KdpLoggerThread(): Assert being in kernel...
2021-03-02 George Bișoc[NTOS:PS] Implement PS_QUOTA_TYPE and let the quota...
2021-03-02 Jérôme Gardou[NTOS:KE] Generate proper frame info for trap handler...
2021-02-26 Jérôme Gardou[NTOS:KD] Use Zw* syscall variants
2021-02-26 Jérôme Gardou[NTOS:MM] Do not chunk-read file when we are the modifi...
2021-02-26 Jérôme Gardou[NTOS:MM] Do not chunk-read files marked with FO_RANDOM...
2021-02-21 Eric Kohl[NTOS:CM] Report key creation to the notify code
2021-02-19 Jérôme Gardou[NTOS:CC] Keep a reference on the shared cache map...
2021-02-18 Jérôme Gardou[NTOS:WMI] Be consistent about potential NULL pointer use
2021-02-17 Serge Gautherie[NTOS:WMI] IoWMIWriteEvent(): Add WNODE_FLAG_TRACED_GUI...
2021-02-17 Serge Gautherie[NTOS:WMI] IoWMIWriteEvent(): Fix annotation, Extend...
2021-02-16 Timo Kreuzer[NTOS:MM] Handle demand zero PTEs with MM_EXECUTE_READW...
2021-02-15 Hervé Poussineau[NTOS:KD] Merge initialization phases 1 and 2, and...
2021-02-10 Jérôme Gardou[NTOS:MM] Do not assert on a case we actually support
2021-02-10 Jérôme Gardou[NTOS:MM] Flush dirty pages after closing the page...
2021-02-09 Timo Kreuzer[NTOS:CC] Raise status, when CcMapData fails (#3348)
2021-02-05 George Bișoc[NTOS:SE] Do not use a global lock for tokens (#3445)
2021-02-05 Victor Perevertkin[NTOS:MM][FASTFAT_NEW] Fix DBG usage, fixes Release...
next