[SETUPLIB][INPUT.CPL] Move zh-MO to ChineseTraditionalFonts group (#4010)
[reactos.git] / ntoskrnl /
2021-10-07 Rafał Mikrut[NTOS:KE] Fix copy paste bug in exception helper routin... 4005/head
2021-09-27 George Bișoc[NTOS:SE] Define a name macro for the threshold value 3977/head
2021-09-27 George Bișoc[NTOS:SE] Check the privilege count against the maximum...
2021-09-26 Hermès Bélusca-Maïto[NTOS:RAWFS] LE JOKE! - Commit 7716bddd (r24564) claime...
2021-09-26 Hermès Bélusca-Maïto[NTOS:RAWFS] Delete the previously-created devices...
2021-09-24 Hermès Bélusca-Maïto[NTOS:OB] Minor refactoring.
2021-09-24 Hermès Bélusca-Maïto[NTOS:OB] Clarify and fix the usage of the Obp*Director...
2021-09-24 George Bișoc[NTOS:OB] Acquire the lock before setting directory... 3972/head
2021-09-24 George Bișoc[NTOS:SE] Do not set SE_DACL_PRESENT flag that early
2021-09-24 George Bișoc[NTOS:SE] Set the SACL to the World security descriptor 3968/head
2021-09-23 George Bișoc[NTOS:SE] Implement token groups adjusting
2021-09-21 George Bișoc[NTOS:SE] Privileges adjusting private routine must...
2021-09-14 Victor Perevertkin[CMAKE] Fixes for clang-cl build
2021-09-13 Hermès Bélusca-Maïto[FORMATTING] Remove trailing whitespace. Addendum to...
2021-09-13 Hermès Bélusca-Maïto[REACTOS] Fix some instances of DPRINTs with trailing...
2021-09-12 Hermès Bélusca-Maïto[NTOS:KD64,KE] IRQL is automatically adjusted during... 3942/head
2021-09-12 Hermès Bélusca-Maïto[NTOS:KD64] First unlock the KD port then lower the...
2021-09-12 Hermès Bélusca-Maïto[NTOS:KD64] KdPollBreakIn(): Use the KeRestoreInterrupt...
2021-09-12 George Bișoc[NTOS:SE] Use the captured security descriptor when...
2021-09-09 George Bișoc[NTOS:SE] Explicitly check the auto inherit flags right... 3947/head
2021-09-09 Stanislav Motylkov[ARM] Fix some compilation errors for ARM 3948/head
2021-09-05 Hermès Bélusca-Maïto[NTOS:IO] Fix an ASSERT. Addendum to commit 1fd730b7.
2021-09-05 Hermès Bélusca-Maïto[NTOS] Move two CODE_SEG("INIT") to a better place.
2021-09-05 Hermès Bélusca-Maïto[NTOS:IO] IopInitializeDriverModule(): Set the DRVO_LEG... 3749/head
2021-09-05 George Bișoc[NTOS:SE] Implement effective token option upon duplication
2021-08-22 George Bișoc[NTOS:SE] SepSinglePrivilegeCheck doesn't expect a...
2021-08-22 George Bișoc[NTOS:SE] Annotate the remaining functions with SAL 3897/head
2021-08-22 George Bișoc[NTOS:SE] Document the whole subsystem in Doxygen format
2021-08-15 Victor Perevertkin[FREELDR][NTOS][HALPPC][SDK] Remove PowerPC code 3888/head
2021-08-09 James TaborCheck for PAE
2021-08-07 Jérôme Gardou[NTOS:MM] Implement MmFlushImageSection(MmFlushForWrite)
2021-08-06 Jérôme Gardou[CMAKE] Do not disable optimisations on ntoskrnl build
2021-08-05 Jérôme Gardou[NTOS:MM] Fix the mess created by the "balancer thread"
2021-08-04 Jérôme GardouRevert "[NTOS:MM] Do proper checks & acquire proper...
2021-08-04 Jérôme Gardou[NTOS:MM] Do proper checks & acquire proper locks when...
2021-08-04 Jérôme Gardou[NTOS:MM] When mapping pages for zeroing them, disable...
2021-08-04 Jérôme Gardou[NTOS:MM] In page zeroing thread, zero more than one...
2021-08-04 Jérôme Gardou[NTOS:MM] Use KeZeroPages in zeroing thread
2021-08-04 Jérôme Gardou[NTOS:MM] Do not zero-fill pages when not needed
2021-08-04 Jérôme Gardou[NTOS:KE] Also rewrite KeZeroPages in assembly for...
2021-08-04 Jérôme Gardou[NTOS:KE] Rewrite KeZeroPages in assembly
2021-08-04 Jérôme Gardou[NTOS:MM] Copy the WorkingSet page when initializing...
2021-08-03 Jérôme Gardou[NTOS:MM] Remove dead code
2021-08-02 Victor Perevertkin[CMAKE] Add memcmp to libntoskrnl for both clang and...
2021-07-31 George Bișoc[NTOS:SE] Handle the reference logon session of the... 3847/head
2021-07-31 George Bișoc[NTOS:SE] Implement logon reference insertion/removal...
2021-07-31 George Bișoc[NTOS:SE] Unify all the SRM tags in one place
2021-07-30 Jérôme Gardou[NTOS:MM] Fix MiIsUserPte inline
2021-07-27 Jérôme Gardou[NTOS:MM] Annotate some functions with regards to MmPfnLock
2021-07-27 Jérôme Gardou[NTOS:MM] Always release PFN lock in MmDereferenceSegme...
2021-07-25 George Bișoc[NTOS:SE] Remove redundant commented call on token...
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
next