summaryrefslogtreecommitdiff
path: root/i386/i386
AgeCommit message (Expand)Author
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
2014-03-03Keep two virtual pages as mapping windows to access physical memorySamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Fix FPU state copy sizeSamuel Thibault
2014-02-04Fix FPU state accessSamuel Thibault
2014-01-01Add comment after endifMarin Ramesa
2013-12-20Declare void argument lists (part 2)Marin Ramesa
2013-12-17i386: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-16Quiet GCC warning about uninitialized variableMarin Ramesa
2013-12-15i386/i386/db_trace.c: use (long *) instead of an (int *)Marin Ramesa