summaryrefslogtreecommitdiff
path: root/i386/i386
AgeCommit message (Expand)Author
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
2015-09-27Fix build with -DDEBUGJustus Winter
2015-05-23i386: avoid breaking the strict-aliasing rulesJustus Winter
2015-05-19kern: import `macros.h' from x15Justus Winter
2015-05-17i386: avoid compiler warningJustus Winter
2015-05-14i386: use macro to compute address of saved registersJustus Winter
2015-04-23Prepend 0x to hexadecimal offsetSamuel Thibault
2015-03-08Remove spl debugging in Xen caseSamuel Thibault
2015-02-20i386: specialize `copyinmsg' and `copyoutmsg'Justus Winter
2015-02-20i386: drop needless instruction from `copyout'Justus Winter
2015-01-02i386: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02Handle kernel traps happening before starting userlandSamuel Thibault
2014-12-15Make spl7 just clear IF instead of setting the PIC maskSamuel Thibault
2014-11-16Only set debug registers when they are usedSamuel Thibault
2014-09-17Report DR6 to userlandSamuel Thibault
2014-07-06Document that io_map_cached leaks memorySamuel Thibault
2014-07-06Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-07-06i386: add io_map_cachedJustus Winter
2014-06-11ddb: print task names if availableJustus Winter
2014-05-27Add missing memory clobberSamuel Thibault
2014-05-03ddb: add "halt" commandJustus Winter
2014-04-30i386: fix MACHINE_SERVER_HEADERJustus Winter
2014-04-30kern: include the MIG-generated server headers for MACHINE_SERVERJustus Winter
2014-04-04Convert from K&R to ANSIMarin Ramesa