]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/shortlog
pvdrivers/win/xenbus.git
2024-11-08 Owen SmithAdd DeviceID info to DisplayNames master
2024-07-24 Owen SmithAdd safety check to Unplug
2024-07-24 Owen SmithUse MmGetSystemRoutineAddress to test for IoOpenDriverR...
2024-07-02 Paul DurrantUpdate MAINTAINERS
2024-07-02 Owen SmithConditionally use IoOpenDriverRegistryKey
2024-07-01 Owen SmithAdd UNPLUG v3
2024-07-01 Owen SmithMove Registry operations to xen.sys
2024-07-01 Owen SmithRemove FdoSetFriendlyName
2024-07-01 Owen SmithMove FiltersInstall/FiltersUninstall to xen.sys
2024-07-01 Owen SmithAdd RegistryOpenParametersKey
2024-05-31 Owen SmithRe-work Cache->Cursor handling in CacheDestroySlab()
2024-02-13 Owen SmithUse FilesToPackage to copy map files
2024-02-13 Owen SmithASSERT(Frame->Mdl != NULL) before dereference
2024-02-13 Martin HarveyAsynchronous power handling.
2024-02-13 Martin HarveyAsynchronous power handling
2023-12-11 Owen SmithEnable Integrity Check
2023-12-11 Owen SmithAdded MSBuild map file generation and handling.
2023-12-11 Owen SmithWindows 0xEF Bugcheck Handler
2023-12-11 Owen SmithFix CodeQL issue
2023-12-11 Owen SmithRemove "Win32" as a build target from VS2022 projects
2023-12-11 Owen SmithRemove "Windows 8" as a build target
2023-12-11 Owen SmithRemove VS2015 and VS2017 projects and configurations
2023-10-27 Owen SmithReference XenBus_Unplug section
2023-09-28 Owen SmithDelete CoInstaller code
2023-09-28 Owen SmithRemove CoInstaller from INF
2023-09-28 Owen SmithAdd Unplug v2 interface (REV_0900000A)
2023-09-28 Owen SmithRemove REV from DeviceID
2023-09-28 Owen SmithFix Length calculation in PdoQueryId
2023-09-28 Owen SmithReset StorNvme's StartOverride
2023-09-28 Owen SmithAdd script to generate pooltag.txt for debugger use
2023-09-12 Owen SmithASSERT Cache method parameters
2023-07-12 Paul DurrantDon't rely on contiguous grant table
2023-07-12 Paul DurrantGet rid of the single contiguous memory hole
2023-07-12 Paul DurrantAdd support for XENMEM_remove_from_physmap...
2023-07-07 Paul DurrantAdd more comments and ASSERTions in the cache allocator
2023-07-07 Paul DurrantAvoid unnecessary check for non-NULL Processor->Interru...
2023-07-04 Owen SmithOnly call EvtchnFlush on valid Cpus
2023-07-04 Paul DurrantFix EvtchnTwoLevelIsProcessorEnabled()
2023-06-09 Owen SmithAdd logging for Active/Maximum Processors
2023-06-09 Owen SmithFix buffer overrun when suspending VMs with many vCPUs
2023-05-22 Owen SmithRebuild CodeQL builds
2023-05-22 Owen SmithCheck for zero byte allocations
2023-03-23 Paul DurrantRemove trailing blank lines
2023-03-23 Owen SmithScripted replacement of Copyright notices in source
2023-02-20 Owen SmithSkip uninitialized CPUs
2023-02-14 Paul DurrantAvoid race when checking for an active transaction
2023-02-14 Owen SmithAdd resource file to coinstaller
2023-02-14 Owen SmithAllow rebranding file copyright string
2022-12-02 Martin HarveyCorrect return codes during racy destruction.
2022-11-30 Owen SmithPass SignMode to MSBuild
2022-10-20 Owen SmithAdd build options for EWDK 22621
2022-08-31 Paul DurrantLazily construct slab objects
2022-08-31 Paul DurrantRename the XENBUS_CACHE_SLAB 'Mask' field
2022-08-31 Paul DurrantTrack slab occupancy using the mask
2022-08-31 Paul DurrantAdd a new XENBUS_CACHE_MASK absraction
2022-08-31 Paul DurrantAdd an explicit type parameter to the P2ROUNDUP() macro
2022-07-11 Owen SmithAdd Svr2019, Svr2022 and Win11 to Inf2Cat
2022-05-19 Owen SmithFix error path cleanup
2022-05-18 Owen SmithFix compiler options
2022-05-06 Paul DurrantRemove the 'Success' field from SUSPEND_CONTEXT
2022-05-06 Paul DurrantReplace if-else-if sequence in SyncWorker() with switch
2022-05-06 Paul DurrantSeparate running the 'late' SYNC_CALLBACKs from exittin...
2022-05-06 Paul DurrantSeparate running the 'early' SYNC_CALLBACKs from the...
2022-05-06 Paul DurrantRemove the SYNC_PROCESSOR structure
2022-05-06 Paul DurrantMove 'Request' from SYNC_PROCESSOR to SYNC_CONTEXT
2022-05-06 Paul DurrantReplace the 'DisableInterrupts' and 'Exit' BOOLEANs...
2022-05-06 Paul DurrantReduce code duplication
2022-05-06 Paul DurrantRemove unnecessary wait when enabling interrupts
2022-05-06 Paul DurrantRemove 'Sequence' from SYNC_CONTEXT
2022-05-06 Paul DurrantClear 'Success' in SUSPEND_CONTEXT after it has been...
2022-03-07 Owen SmithUse List macros to manipulate lists
2022-03-07 Owen SmithAll items in SYSTEM_PROCESSOR array may not be initialized
2022-02-16 Owen SmithSDV: RemoveLock rule violations
2022-02-16 Owen SmithSDV: ZwRegistryOpen rule violations
2022-02-16 Owen SmithSDV: NullCheck rule
2022-02-16 Owen SmithFix Use-After-Free
2021-12-06 Owen SmithAdd /CETCOMPAT to linker flags
2021-11-19 Paul DurrantThe PV console may not always be available
2021-11-19 Paul DurrantIntroduce an alternative hole type using the platorm...
2021-11-19 Paul DurrantSeparate the code that creates and destroys the memory...
2021-11-19 Paul DurrantSeparate parameters associated with the memory hole...
2021-10-09 Richard Turnerxenfilt: Move list pointer to next entry when pdo is...
2021-09-20 Paul DurrantFix issues raised by CodeQL (part 2)
2021-09-20 Owen SmithFix issues raised by CodeQL (part 1)
2021-09-19 Owen SmithFix SDV/CodeQL log generation
2021-09-19 Owen SmithDocument CodeQL build requirements
2021-09-06 Paul DurrantFix build with later WDKs:
2021-07-19 Owen SmithRemove MINIMUM_OBJECT_SIZE
2021-07-19 Owen SmithTrack additional Cache stats
2021-07-19 Martin HarveyDisable CONS debug logging
2021-07-19 Martin HarveyAdd logging for XenFilt AddDevice.
2021-07-19 Martin HarveyAdditional logging for module loading.
2021-07-12 Owen SmithReduce logging of Fdo->NotDisableable
2021-06-30 Owen SmithAdd emulated NVMe to IsDiskPresent results
2021-06-30 Owen SmithAvoid potential race with FiltersInstall
2021-06-21 Owen SmithSkip stale device config when checking child compatibility
2021-06-21 Owen SmithClear unplug keys if Active device is not the Vendor...
2021-03-26 Owen SmithAvoid ASSERT in SystemTeardown
2021-03-04 Owen SmithAdd CodeQL build stage
2021-02-22 Paul DurrantFix PDO revision
next