Age | Commit message (Expand) | Author |
2022-08-17 | kernel: allocate notes in heap | cinap_lenrek |
2022-08-17 | kernel: simplify notify() adding common popnote() function | cinap_lenrek |
2025-05-14 | kernel: get rid of Proc.kstack | glenda |
2020-12-20 | kernel: handle tos and per process pcycle counters in port/ | cinap_lenrek |
2020-11-29 | pc, pc64, xen: rewrite interrupt handling code | cinap_lenrek |
2020-11-22 | pc, pc64: move common irq handling code out of trap.c | cinap_lenrek |
2020-11-21 | pc, pc64: implement disabling of msi interrupts | cinap_lenrek |
2020-11-17 | pc, pc64: load idt early in trapinit0() | cinap_lenrek |
2020-04-09 | pc, pc64: remove "got unassigned irq" prints | cinap_lenrek |
2020-01-26 | kernel: implement portable userinit() and simplify process creation | cinap_lenrek |
2019-08-27 | kernel: catch execution read fault on SG_NOEXEC segment | cinap_lenrek |
2018-12-11 | kernel: change peek to return number of characters left rather than 0/-1 | aiju |
2018-12-11 | dtracy: catch page faults | aiju |
2018-02-11 | kernel: move devether and wifi to port/ | cinap_lenrek |
2017-11-04 | kernel: introduce per process FPU struct (PFPU) for more flexible machine spe... | cinap_lenrek |
2017-06-12 | pc/pc64: debugexc: ignore exception if in kernel mode and can't get hold of u... | aiju |
2017-06-12 | kernel: add support for hardware watchpoints | aiju |
2016-01-05 | kernel: change active.machs from bitmap to char array to support up to 64 cpu... | cinap_lenrek |
2015-06-28 | pc, pc64: toggle bit 2 in port 0x61 to reset and enable PCI SERR# nmi's, prin... | cinap_lenrek |
2015-02-20 | pc, pc64: simplify intrdisable() | cinap_lenrek |
2015-02-18 | pc, pc64: fix intrdisable() MaxIrqLAPIC -> MaxVectorAPIC (thanks mischief) | cinap_lenrek |
2014-12-22 | pc, pc64, xen: change return type of intrdisable() to void | cinap_lenrek |
2014-12-22 | pc, pc64: fix intrdisable() to remove the Vctl entry even tho we can't disabl... | cinap_lenrek |
2014-12-22 | pc, pc64, xen: simplify #P/irqalloc | cinap_lenrek |
2014-11-09 | kernel: remove implicit Proc* argument from procctl() | cinap_lenrek |
2014-07-09 | pc, pc64: initial machine check architecture support | cinap_lenrek |
2014-05-11 | pc, pc64: add simd error exception name in trap.c | cinap_lenrek |
2014-02-06 | pc64: fix note handling | cinap_lenrek |
2014-01-20 | kernel: various cleanups | cinap_lenrek |
2014-01-20 | kernel: apply uintptr for ulong when a pointer is stored | cinap_lenrek |
2013-12-29 | kernel: dont call pprint() while holding up->debug qlock | cinap_lenrek |
2013-06-07 | no need to disable fpu in execregs, this is done in procsetup() already | cinap_lenrek |
2013-05-27 | kernel: dont copy fpsave on fork, simplify freeing waitq in pexit(), remove u... | cinap_lenrek |
2012-11-23 | ratrace: fix race conditions and range check | cinap_lenrek |
2012-10-01 | devproc buffer overflow, strncpy | cinap_lenrek |
2012-09-15 | usb: dont give up on unassigned pci irq line in hci driver | cinap_lenrek |
2012-08-31 | rdmsr/wrmsr become tryrdmsr/trywrmsr, we can should check for trap | cinap_lenrek |
2012-08-17 | pckernel: use constants instead of hardcoding cpuid bits in various places | cinap_lenrek |
2011-12-14 | kernel: xalloc error handling | cinap_lenrek |
2011-10-25 | fix _tos->pcycles, make _tos->kcycles actually count cycles executing kernel ... | cinap_lenrek |
2011-07-20 | pc/trap: cleanup exception handling | cinap_lenrek |
2011-07-19 | reading from/writing to non-existant MSRs via /dev/msr no longer crashes the ... | aiju |
2011-07-12 | trap: cleanup gpf fixup code | cinap_lenrek |
2011-07-12 | segdesc: add /dev/^(ldt gdt) support | cinap_lenrek |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen |