summaryrefslogtreecommitdiff
path: root/i386/i386
AgeCommit message (Expand)Author
2019-12-01i386: use 64bit precision by defaultSamuel Thibault
2019-11-11PIC: fix EOI valuesSamuel Thibault
2019-11-11intnull: Only warn once.Samuel Thibault
2019-11-10spl: Remove intpri arraySamuel Thibault
2019-11-10simplify interrupt handlingDamien Zammit
2019-11-10spl: Squash levels 1-6 into level 7Damien Zammit
2019-10-31pit: fix buildSamuel Thibault
2019-10-31pit: avoid initializating several timesSamuel Thibault
2018-12-05io_perm: Rename macro to better nameSamuel Thibault
2018-12-05Restrict access to PCI cfg io ports to one processDamien Zammit
2018-11-04Fix using all dynamic prioritiesSamuel Thibault
2018-08-13Drop spurious changesSamuel Thibault
2018-08-13Fix building out of sourceSamuel Thibault
2018-07-28device: Fix d_mmap typeSamuel Thibault
2018-07-28Fix dev_ops typesSamuel Thibault
2018-06-27Fix interrupt_processor prototypeSamuel Thibault
2018-06-27Add splvm prototypeSamuel Thibault
2018-06-17Re-fix typoSamuel Thibault
2018-06-17Fix typoSamuel Thibault
2017-08-27ddb: More gracefully handle address errorsSamuel Thibault
2017-08-05ddb: debug traps and port referencesJustus Winter
2016-12-25Increase the size of the kernel mapRichard Braun
2016-12-24VM: rework map entry wiringRichard Braun
2016-11-01i386: Use discontiguous page directories when using PAE.Justus Winter
2016-10-24Fix warningsSamuel Thibault
2016-09-21Replace vm_offset_t with phys_addr_t where appropriateRichard Braun
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
2016-09-11Fix spurious warningSamuel Thibault
2016-09-11Fix size of functions interrupt and syscallSamuel Thibault
2016-09-11Close parenthesisSamuel Thibault
2016-09-11Fix exploring stack trace up to assemblySamuel Thibault
2016-08-16i386: import string functions from X15 and relicense to GPLv2+Richard Braun
2016-06-27Fix locking errorRichard Braun
2016-05-18Fix gcc-6 warningsSamuel Thibault
2016-04-21Fix xen bootSamuel Thibault
2016-04-20Fix type of program counter argumentJustus Winter
2016-04-20Add kernel profiling through samplingSamuel Thibault
2016-04-17Add memory barrier to spl*Samuel Thibault
2016-04-04Use uint32_t instead of unsigned32_t.Flavio Cruz
2016-03-06Inherit fpu control word from parent to childSamuel Thibault
2016-02-28i386: add parts of cpu.h from x15Justus Winter
2016-02-14Reduce VM_KERNEL_MAP_SIZESamuel Thibault
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2016-01-30Fix early page allocation on XenRichard Braun
2016-01-23Use vm_page as the physical memory allocatorRichard Braun
2016-01-13Increase kernel map sizeSamuel Thibault
2016-01-01fix some compiler warnings in gnumachFlavio Cruz
2015-12-11Fix boot under kvm in linux 4.3Samuel Thibault
2015-09-27i386: trace syscalls of a single taskJustus Winter
2015-09-27i386: improve syscall tracingJustus Winter