something corrupted memory being used by device drivers.
if I were to guess I would suspect this driver:
Intel® Hardware Accelerated Execution Manager (involved in Android app emulation)
IntelHaxm.sys Mon Sep 28 21:31:25 2015
check here for update (if you need it, or just remove if not used anymore)
https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-intel-haxm
your Intel(R) 82579V Gigabit Network Connection driver
is also old, you might also update it from the motherboard vendors website or from intel:
https://downloadcenter.intel.com/
you also have a old firewall
ESET Antivirus/Firewall - check for a free upgrade to the latest version
http://www.carrona.org/drivers/driver.php?id=epfwwfpr.sys
I can not tell what corrupted the kernel memory. you would have to run verifier.exe functions to force the system to bugcheck at the time of corruption to catch the driver in the act of corrupting shared kernel memory. Best to update all of the old 3rd party drivers first (motherboard drivers+ bios and any add on drivers like your firewall) then see if you still bugcheck. if you do then change the memory dump type to kernel and run the verifier functions to try to catch the driver corrupting memory.
to use verifier you would start cmd as an admin then run
verifier.exe /standard /all
then reboot.
Note: be sure you know how to get into safe mode in case the system bugchecks during the next boot up.
this is so you can turn verifier off via
verifier.exe /reset
you have to turn it off after you are done testing or your machine will run slowly until you do.
generally, if verifier catches a driver doing something wrong it will name the driver in the memory dump file.