summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/trap.c
AgeCommit message (Expand)Author
2016-01-05kernel: change active.machs from bitmap to char array to support up to 64 cpu...cinap_lenrek
2015-06-28pc, pc64: toggle bit 2 in port 0x61 to reset and enable PCI SERR# nmi's, prin...cinap_lenrek
2015-02-20pc, pc64: simplify intrdisable()cinap_lenrek
2015-02-18pc, pc64: fix intrdisable() MaxIrqLAPIC -> MaxVectorAPIC (thanks mischief)cinap_lenrek
2014-12-22pc, pc64, xen: change return type of intrdisable() to voidcinap_lenrek
2014-12-22pc, pc64: fix intrdisable() to remove the Vctl entry even tho we can't disabl...cinap_lenrek
2014-12-22pc, pc64, xen: simplify #P/irqalloccinap_lenrek
2014-11-09kernel: remove implicit Proc* argument from procctl()cinap_lenrek
2014-07-09pc, pc64: initial machine check architecture supportcinap_lenrek
2014-05-11pc, pc64: add simd error exception name in trap.ccinap_lenrek
2014-02-06pc64: fix note handlingcinap_lenrek
2014-01-20kernel: various cleanupscinap_lenrek
2014-01-20kernel: apply uintptr for ulong when a pointer is storedcinap_lenrek
2013-12-29kernel: dont call pprint() while holding up->debug qlockcinap_lenrek
2013-06-07no need to disable fpu in execregs, this is done in procsetup() alreadycinap_lenrek
2013-05-27kernel: dont copy fpsave on fork, simplify freeing waitq in pexit(), remove u...cinap_lenrek
2012-11-23ratrace: fix race conditions and range checkcinap_lenrek
2012-10-01devproc buffer overflow, strncpycinap_lenrek
2012-09-15usb: dont give up on unassigned pci irq line in hci drivercinap_lenrek
2012-08-31rdmsr/wrmsr become tryrdmsr/trywrmsr, we can should check for trapcinap_lenrek
2012-08-17pckernel: use constants instead of hardcoding cpuid bits in various placescinap_lenrek
2011-12-14kernel: xalloc error handlingcinap_lenrek
2011-10-25fix _tos->pcycles, make _tos->kcycles actually count cycles executing kernel ...cinap_lenrek
2011-07-20pc/trap: cleanup exception handlingcinap_lenrek
2011-07-19reading from/writing to non-existant MSRs via /dev/msr no longer crashes the ...aiju
2011-07-12trap: cleanup gpf fixup codecinap_lenrek
2011-07-12segdesc: add /dev/^(ldt gdt) supportcinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen