[DRWTSN32] Fix Clang build. Addendum to bdab437f.
[reactos.git] / ntoskrnl /
2021-07-23 Timo Kreuzer[PSDK][NDK] Use hex to define MIN/MAX constants like...
2021-07-15 Hervé Poussineau[NTOS:PS] Support using QUOTA_LIMITS_EX in NtSetInforma...
2021-07-15 George Bișoc[NTOS:SE] Implement logon session termination notification
2021-07-11 Timo Kreuzer[NTOS:MM] Fix MiSetSystemCodeProtection
2021-07-05 George BișocMerge branch 'se-qos' of https://github.com/GeoB99...
2021-07-05 George Bișoc[NTOS:SE] Move SQOS capturing in its own file 3796/head
2021-07-04 George Bișoc[NTOS:SE] Allocate pool memory for security descriptor...
2021-07-03 Oleg Dubinskiy[NTOS:IO] OpenRegistryHandlesFromSymbolicLink: Use...
2021-07-03 George Bișoc[NTOS:SE] Assign the control flag bits to the newly...
2021-06-29 Jérôme Gardou[NTOS:KE] Unconditionally check IRQL when acquiring...
2021-06-29 Jérôme Gardou[NTOS:KE] Test spinlock ownership on both UP & MP build
2021-06-29 Jérôme Gardou[NTOS:KD][NTOS:KD64][NTOS:KDBG] Fix IRQL & spinlock use
2021-06-29 Jérôme Gardou[NTOS:KD] Release lock before calling KdpPrint
2021-06-29 Jérôme Gardou[NTOS:KD64][NTOS:KDBG] Fix spinlocks use
2021-06-29 Jérôme Gardou[NTOS:KDBG] Use internal KdpDPrintf instead of DbgPrint
2021-06-29 Jérôme Gardou[NTOS:KE] Implement KeAcquireInStackQueuedSpinLockForDp...
2021-06-29 Jérôme Gardou[NTOS:MM] Fix another instance of reentrant spinlock...
2021-06-28 Victor Perevertkin[CMAKE] Use BUILD_MP CMake option correctly
2021-06-28 Jérôme Gardou[SDK] Add GCC overrides for SAL annotations
2021-06-28 Jérôme Gardou[NTOS:FSRTL] Check return status of FsRtl locking functions
2021-06-28 Jérôme Gardou[NTOS:CONFIG] Do not ignore Rtl*String functions return...
2021-06-28 Jérôme Gardou[NTOS:OB] Use RtlInitUnicodeString for constant string
2021-06-28 Jérôme Gardou[NTOS:SE] Do not ignore SepAccessCheckAndAuditAlarmWork...
2021-06-28 Jérôme Gardou[NTOS:PO] Do not ignore IoRegisterPlugPlayNotification...
2021-06-28 Jérôme Gardou[NTOS:INBV] Do not ignore RtlUnicodeStringToOemString...
2021-06-28 Jérôme Gardou[NTOS:IO] Do not ignore RtlDuplicateUnicodeString retur...
2021-06-28 Jérôme Gardou[NTOS:EX] Do not ignore PsCreateSystemThread return...
2021-06-28 Jérôme Gardou[NTOS:EX] Do not ignore RtlAnsiStringToUnicodeString...
2021-06-28 Jérôme Gardou[NTOS:MM] Check result of RtlCreateUnicodeString in...
2021-06-28 Jérôme Gardou[NTOS:IO] Check RtlCreateUnicodeString return value...
2021-06-28 Jérôme Gardou[NTOS:IO] Check RtlAnsiStringToUnicodeString return...
2021-06-28 Jérôme Gardou[NTOS:IO] Check RtlAnsiStringToUnicodeString return...
2021-06-25 George Bișoc[NTOS:PS] Fix several issues within info classes in...
2021-06-25 Jérôme Gardou[NTOS:MM] Implement MmFlushImageSection(MmFlushForDelete)
2021-06-25 Jérôme Gardou[NTOS:MM] Simplify refcounting when adding/deleting...
2021-06-25 Jérôme Gardou[NTOS:MM] Do not call ExAllocatePool* with PFN lock...
2021-06-24 Jérôme Gardou[NTOSKRNL] Enforce -fno-common on GCC & CLang builds
2021-06-24 Jérôme Gardou[NTOSKRNL] Deduplicate some symbols
2021-06-24 Jérôme Gardou[NTOS:MM] Fix-up call site of traced PFNs when serving...
2021-06-24 Jérôme Gardou[NTOS:MM] Save caller address when tracing PFNs
2021-06-22 Jérôme Gardou[NTOS:MM] Fix one occurrence of MiDeletePte instead...
2021-06-22 Serge Gautherie[NTOS:CC] CcRosFlushVacb(): Fix Iosb annotation
2021-06-22 Serge Gautherie[NTOS:MM] MmFlushSegment(): Fix Iosb annotation
2021-06-21 Jérôme Gardou[NTOS:KE] Do not allow waiting at IRQL >= DISPATCH_LEVE...
2021-06-19 Timo Kreuzer[NTOS][SETUP] Add x64 SMP kernel and make SMP the defau...
2021-06-19 Timo Kreuzer[NTOS:MM] Improve an ASSERT
2021-06-19 Timo Kreuzer[NTOS:MM] Fix PFN lock usage
2021-06-19 Timo Kreuzer[NTOS:KE] Fix usage of KTHREAD::SwapBusy
2021-06-19 Timo Kreuzer[NTOS:KE] Fix some locking issues
2021-06-19 Timo Kreuzer[NTOS:KE] Fix KxReleaseSpinLock for 64 bit SMP builds
2021-06-19 Timo Kreuzer[NTOS] Fix build with CONFIG_SMP
2021-06-19 Timo Kreuzer[NTOS:MM/x64] Fix Interlocked(Compare)ExchangePte and...
2021-06-18 George Bișoc[NTOS:SE] Minor refactor on NtOpenThreadTokenEx
2021-06-16 Hermès Bélusca-Maïto[NTOS:IOPNP] Both PNP_PROPERTY_REMOVAL_POLICY_OVERRIDE...
2021-06-16 Hermès Bélusca-Maïto[NTOS:IO] Comment out (and explain why it is there...
2021-06-16 Hermès Bélusca-Maïto[NTOS:IO] Revert part of commit a82ff90b2: don't do...
2021-06-16 Hermès Bélusca-Maïto[NTOS:IO] Fix driverName.Buffer leak in some failure...
2021-06-16 Hermès Bélusca-Maïto[NTOS:IO] Fix basicInfo handling in IopGetDriverNames().
2021-06-16 Hermès Bélusca-Maïto[NTOS:IO] Fix similar bugs in IopGetDriverNames(),...
2021-06-16 Hermès Bélusca-Maïto[NTOS:IO] Minor code style changes...
2021-06-16 Victor Perevertkin[NTOS:MM] Fix placing entries into MmNonPagedPoolFreeLi...
2021-06-11 Victor Perevertkin[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing... 3742/head
2021-06-11 Hermès Bélusca-Maïto[NTOS:IO] Modify when 'PartitionBuffer' and how 'DriveL...
2021-06-11 Hermès Bélusca-Maïto[NTOS:IO/FSTUB] Fix the determination of 'SingleDisk...
2021-06-11 Hermès Bélusca-Maïto[NTOS:IO] Avoid hardcoding variable types in sizeofs...
2021-06-11 Hermès Bélusca-Maïto[NTOS:IO] Minor code style fixes (typos; improve commen...
2021-06-09 Jérôme Gardou[NTOS:MM] Handle PT references for page table faults...
2021-06-09 Jérôme Gardou[NTOS:MM] Get rid of MiQueryPageTableReferences
2021-06-09 Timo Kreuzer[NTOS] Implement MiIsPageTablePresent as a replacement...
2021-06-09 Jérôme Gardou[NTOS:MM] In MiMakePdeExistAndValid, do not overly...
2021-06-09 Jérôme Gardou[NTOS:MM] Implement proper refcounting of page tables...
2021-06-09 Jérôme Gardou[NTOS:MM] Make MiIsEntireRangeCommitted 64-bits aware
2021-06-09 Jérôme Gardou[NTOS:MM] Add some DPRINTs when incrementing or decreme...
2021-06-09 Jérôme Gardou[NTOS:MM] Make MiCalculatePageCommitment 64-bits aware
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...
next