basically your intel storage driver's stack was corrupted in the most current bugcheck.
This resulted in an attempt to run BOGUS code and from bad memory addresses.
\SystemRoot\System32\drivers\iaStorA.sys Thu Aug 01 18:39:52 2013
good chance you just have a driver that corrupted the intel drivers stack and caused it to crash.
you would need a full or kernel memory dump with verifier turned on to help track down what corrupted the memory.
This assumes that your physical RAM and BIOS settings are ok. (ie Memtest86 works without errors)
the other thing you can do is assume that it is a third party driver that causes the corruption and start removing them.
here are some of them on your system, Older drivers tend to have more problem (driver model specifications change over time):
\SystemRoot\System32\drivers\XtuAcpiDriver.sys Thu Feb 26 04:51:57 2015
SystemRoot\system32\DRIVERS\VBoxUSBMon.sys Wed May 13 08:10:21 2015
\SystemRoot\system32\DRIVERS\VBoxNetFlt.sys Wed May 13 08:10:21 2015
\SystemRoot\system32\DRIVERS\VBoxDrv.sys Wed May 13 08:11:30 2015
SystemRoot\system32\DRIVERS\Rt630x64.sys Fri Jun 21 02:29:10 2013
\SystemRoot\system32\drivers\RzMaelstromVAD.sys Fri May 23 03:34:44 2014
\SystemRoot\system32\DRIVERS\lvuvc64.sys Mon Oct 22 19:12:08 2012
\SystemRoot\system32\DRIVERS\lvrs64.sys Mon Oct 22 19:11:24 2012
\SystemRoot\System32\drivers\lvbflt64.sys Mon Oct 22 19:10:38 2012
\SystemRoot\System32\drivers\iaStorA.sys Thu Aug 01 18:39:52 2013
\SystemRoot\System32\drivers\intelpep.sys Tue Oct 14 23:29:44 2014
\SystemRoot\System32\drivers\intelppm.sys Thu Aug 22 01:46:35 2013
\SystemRoot\system32\DRIVERS\GEARAspiWDM.sys Thu May 03 12:56:17 2012
\SystemRoot\System32\drivers\dtultrascsibus.sys Thu Mar 26 19:06:54 2015
\SystemRoot\System32\drivers\dtultrausbbus.sys Thu Jun 04 02:40:14 2015
\SystemRoot\System32\drivers\btath_bus.sys Mon Jan 20 06:20:21 2014
you can look up the drivers here:
http://www.carrona.org/dvrref.php
or and search for the driver name like dtultrausbbus.sys or iaStorA.sys
it will tell you who owns the driver and maybe where to get a update for it.