reactos/drivers
Jérôme Gardou 58ad5d9e02 [SCSIPORT] Fix locking the device extension.
From MSDN:
It is an error to call KeReleaseSpinLockFromDpcLevel if the specified spin lock was acquired by calling KeAcquireSpinLock because the caller's original IRQL is not restored, which can cause deadlocks or fatal page faults.
2020-12-09 12:24:23 +01:00
..
base [KDGDB] Always use kernel stack to get stack frame 2020-11-09 10:47:05 +01:00
battery [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
bluetooth [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
bus [ACPICA] Update to version 20201113. CORE-17382 2020-11-22 11:23:25 +01:00
crypto [KSECDD] Fix RtlEncryptMemory and improve test 2020-09-25 09:39:51 +02:00
filesystems [CMAKE] Use C_STANDARD property instead of command line option 2020-12-05 15:35:06 +03:00
filters [MOUNTMGR] Move the driver to drivers/storage 2020-11-01 12:35:56 +03:00
hid [CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905 2020-06-06 21:58:41 +03:00
input [INPORT] Add driver for bus mouse devices (#3173) 2020-10-10 16:46:16 +03:00
ksfilter [KS] KsQueryInformationFile(): Fallback to IRP if FastIO failed 2020-02-17 19:08:57 +03:00
multimedia [DLLs] Fix .spec files regarding OLE-specific exports. 2019-07-28 16:26:22 +02:00
network [NDIS] Use FORCEINLINE instead of __inline 2020-11-16 16:58:10 +01:00
parallel [PARPORT] Fix I/O port length check 2020-10-21 15:24:10 +03:00
processor [PROCESSR][INF] Fix "Intel Intel" duplication typos 2020-05-25 02:36:17 +03:00
sac [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
serial [CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905 2020-06-06 21:58:41 +03:00
setup [BLUE] Add an IOCTL to directly choose which font to use (instead of codepage) 2020-04-26 14:54:09 +02:00
storage [SCSIPORT] Fix locking the device extension. 2020-12-09 12:24:23 +01:00
usb [USBSTOR] Remove workarounds for old storage stack 2020-12-06 23:32:29 +03:00
wdm [HDAUDBUS] Add a timeout into HDA_SendVerbs 2020-11-03 23:18:14 +03:00
wmi [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
CMakeLists.txt