[NTOS:MM] Add a few MiP*eToP*e helpers
[reactos.git] / ntoskrnl /
2021-06-09 Jérôme Gardou[NTOS:MM] Add a few MiP*eToP*e helpers
2021-06-09 Jérôme Gardou[NTOS:MM] Properly initialize initial process address...
2021-06-09 Jérôme Gardou[NTOS:MM] Unconditionally delete the PFN in MiDeletePte...
2021-06-09 Jérôme Gardou[NTOS:MM] Remove some dead code from legacy Mm
2021-06-08 George Bișoc[NTOS:SE] Use IQS_NONE for the first class which is... 3734/head
2021-06-08 George Bișoc[NTOS:PS] Use IQS_NONE for classes that do not exist
2021-06-08 George Bișoc[NTOSKRNL] Use CHAR for non existent classes
2021-06-07 Jérôme Gardou[NTOS:MM] Fix remnants of CORE-17587
2021-06-07 Jérôme Gardou[NTOS:MM] Make MI_MAKE_HARDWARE_PTE_KERNEL actually...
2021-06-06 George Bișoc[NTOS:PS] Enable alignment probing for thread/process... 2874/head
2021-06-05 Timo Kreuzer[RTL][KMTEST] RtlPcToFileHeader doesn't handle user...
2021-06-04 Timo Kreuzer[NTOS:KE/x64] Handle shared interrupts
2021-06-02 Timo Kreuzer[NTOS:PS/x64] Fix PspGetOrSetContextKernelRoutine
2021-06-02 Timo Kreuzer[NTOS:KE/x64] Implement KiSetTrapContext
2021-06-02 George Bișoc[NTOS:SE] Implement logon session deletion 3677/head
2021-05-29 George Bișoc[NTOS:SE] Do some cleanup on ICIF flags in token inform... 3676/head
2021-05-28 Timo Kreuzer[NTOS:KE] Add IRQL checks and fix KiInitiateUserApc
2021-05-28 Timo Kreuzer[NTOS:KE] Improve KiSystemCallEntry64
2021-05-28 Timo Kreuzer[NTOS:KE] Fix stack alignment issues
2021-05-28 Timo Kreuzer[NTOS:KE] Remove duplicated EFlag definitions
2021-05-26 Jérôme Gardou[NTOS:IO] Be more specific for chasing CORE-17587
2021-05-26 Jérôme Gardou[NTOS:IO] Break on IoRaiseInformationalHardError
2021-05-25 Hervé Poussineau[NTOS:MM] Remove wrong cleaning of PDEs at session...
2021-05-25 Hervé Poussineau[NTOS:MM] Finish implementation of MmSessionDelete
2021-05-25 Hervé Poussineau[NTOS:MM] MiDereferenceSession: return as soon as sessi...
2021-05-24 Timo Kreuzer[NTOS:CC] Fix use of unintialized variable (caught...
2021-05-24 Timo Kreuzer[NTOS:MM] MiIsPdeForAddressValid is NOT an INIT function!
2021-05-21 Jérôme Gardou[NTOS:KE] Do not call MmSetPageProtect for the Pentium...
2021-05-19 Jérôme GardouRevert "[NTOS:MM] Add private pages to process working...
2021-05-19 Jérôme Gardou[NTOS:MM] Move software PTE specific check after it...
2021-05-19 Jérôme Gardou[NTOS:MM] Do not map Process Working Set List in kernel...
2021-05-19 Dmitry Borisov[NTOS:PO] Check for optional parameter in the completio...
2021-05-18 Jérôme Gardou[NTOS:MM] Fix build on whatever MSVC version triggered...
2021-05-18 Jérôme Gardou[NTOS:MM] Add private pages to process working sets
2021-05-18 Jérôme Gardou[NTOS:MM] Relax requirements with regards to PFN lock...
2021-05-18 Jérôme Gardou[NTOS] Introduce KiQueuedSpinLockGuard, similar to...
2021-05-16 George Bișoc[NTOS:SE] Capture the groups length when creating a... 3666/head
2021-05-12 Jérôme Gardou[REACTOS] Addendum to 5c7ce4475e246560d1622b8cc60dc603e...
2021-05-10 Jérôme Gardou[NTOS:PS] Use KD routine to safely read memory from...
2021-05-09 George Bișoc[NDK][NTOS:SE] Add the missing "LogonSession" member...
2021-05-08 George Bișoc[NTOS:SE] Add further remarks in SeQueryInformationToken
2021-05-07 Stanislav Motylkov[NTOS:PS] Do not leak the Thread. Addendum to 0c8f0785
2021-05-07 Stanislav Motylkov[NTOS:PS] Fix misplaced Thread variable reference caugh...
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...
next