index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
i386
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
pmap: fix 64bit non-xen build
Samuel Thibault
2020-03-28
1
-0
/
+2
*
pmap.h: Add 64bit variant
Samuel Thibault
2020-03-28
2
-15
/
+146
*
pmap: fix format warnings
Samuel Thibault
2019-11-10
1
-20
/
+20
*
Xen: fix boot
Samuel Thibault
2019-11-10
1
-2
/
+1
*
Fix warning
Samuel Thibault
2018-07-28
1
-1
/
+1
*
Fix interrupt_processor prototype
Samuel Thibault
2018-06-27
1
-0
/
+4
*
Add missing include
Samuel Thibault
2018-06-27
1
-0
/
+1
*
Fix pmap name
Samuel Thibault
2018-06-27
1
-2
/
+2
*
Drop the register qualifier.
Justus Winter
2017-10-23
1
-3
/
+3
*
i386: Fix pmap_remove on PAE kernels.
Justus Winter
2017-08-14
1
-5
/
+3
*
i386: Make function static.
Justus Winter
2017-08-05
2
-7
/
+1
*
VM: fix mapping removal on wired pages
Richard Braun
2016-12-24
1
-2
/
+4
*
i386: Use discontiguous page directories when using PAE.
Justus Winter
2016-11-01
2
-122
/
+196
*
i386: Allocate page directories using the slab allocator.
Justus Winter
2016-10-22
1
-11
/
+28
*
Redefine what an external page is
Richard Braun
2016-09-21
1
-1
/
+1
*
Replace vm_offset_t with phys_addr_t where appropriate
Richard Braun
2016-09-21
2
-28
/
+24
*
Remove phys_first_addr and phys_last_addr global variables
Richard Braun
2016-09-21
1
-42
/
+33
*
pmap: fix map window creation on xen
Richard Braun
2016-09-01
1
-0
/
+12
*
Use invlpg for single-page pagetable changes
Samuel Thibault
2016-08-25
1
-16
/
+3
*
Drop unused macro
Samuel Thibault
2016-08-25
1
-2
/
+0
*
Fix gcc-6 warnings
Samuel Thibault
2016-05-18
1
-4
/
+4
*
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
1
-2
/
+2
*
fix some compiler warnings in gnumach
Flavio Cruz
2016-01-01
1
-0
/
+1
*
i386: enable assertions
Justus Winter
2015-08-20
1
-8
/
+4
*
i386: fix panic message
Justus Winter
2015-08-18
1
-1
/
+1
*
i386: fix typo
Justus Winter
2015-07-15
1
-1
/
+1
*
kern: import `macros.h' from x15
Justus Winter
2015-05-19
1
-1
/
+1
*
Do not unmap page 0 when not needed
Samuel Thibault
2014-07-06
1
-0
/
+1
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
2
-83
/
+74
*
Fix overflow
Samuel Thibault
2014-03-22
1
-1
/
+1
*
Keep two virtual pages as mapping windows to access physical memory
Samuel Thibault
2014-03-03
2
-1
/
+52
*
ddb: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-15
2
-3
/
+3
*
Declare void argument lists
Marin Ramesa
2013-12-15
1
-5
/
+5
*
Cleanup of the memcpy(), memmove(), memcmp() and memset() calls
Marin Ramesa
2013-12-11
1
-1
/
+1
*
i386/intel/pmap.c: remove unused variable
Marin Ramesa
2013-12-09
1
-2
/
+0
*
i386/intel/pmap.c: use boolean instead of an int
Marin Ramesa
2013-12-09
1
-1
/
+1
*
i386/intel/pmap.c: remove forward declarations
Marin Ramesa
2013-12-05
2
-5
/
+14
*
Remove leftover register qualifiers
Marin Ramesa
2013-11-24
1
-3
/
+3
*
i386/intel/read_fault.c: remove register qualifier
Marin Ramesa
2013-11-15
1
-1
/
+1
*
i386/intel/pmap.h: remove register qualifiers
Marin Ramesa
2013-11-15
1
-3
/
+3
*
i386/intel/pmap.c: remove register qualifiers
Marin Ramesa
2013-11-15
1
-79
/
+79
*
Remove lint code
Marin Ramesa
2013-11-09
1
-9
/
+0
*
Implement pmap_map_mfn for the PVH case
Samuel Thibault
2013-01-31
1
-5
/
+15
*
Add comment for TODO
Samuel Thibault
2013-01-30
1
-0
/
+1
*
Add initial code for disabling PV pagetables
Samuel Thibault
2013-01-28
2
-81
/
+87
*
Fix Xen boot at linear address 0xC0000000
Samuel Thibault
2012-07-14
1
-7
/
+9
*
Make sure BIOS area is mapped in kernel threads
Samuel Thibault
2012-03-24
1
-0
/
+6
*
Add missing phystokv/kvtophys calls
Samuel Thibault
2012-03-24
1
-3
/
+3
*
Fix wrap-around in pmap bootstrap
Samuel Thibault
2012-03-24
1
-1
/
+1
*
Use compiler defined __i386__ symbol instead of use defined i386
Guillem Jover
2012-03-20
2
-4
/
+4
[next]