index
:
rust-x86
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
/
src
/
shared
/
mod.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-29
Move perfcnt and cpuid module in shared as they are architecture independent.
Gerd Zellweger
1
-0
/
+7
2016-08-16
Remove unnecessary intel qualifier from asm!().
Gerd Zellweger
1
-1
/
+1
2016-08-12
Revert "Added nop as a function."
Rex Lunae
1
-4
/
+0
2016-08-11
Added nop as a function.
Rex Lunae
1
-0
/
+4
2016-08-11
Moved module declaration from bits64 to shared.
Rex Lunae
1
-0
/
+1
2016-07-01
Delete libcpu's CPUID infra. This is handled by rust-cpuid not rust-x86.
John Ericson
1
-84
/
+0
2016-07-01
Combine Interface: MSR; libcpu: `let (high, low);` to signal intent
John Ericson
1
-12
/
+1
2016-07-01
Combine Interface: (|E|R)Flags; libcpu: assembly load/store functions
John Ericson
1
-23
/
+1
2016-07-01
Combine Interface: TSS; Actually almost completely arch-specific
John Ericson
1
-7
/
+1
2016-07-01
Combine Interface: SegmentSelector; libcpu: permissions parameter
John Ericson
1
-52
/
+3
2016-06-29
`dtables::*` is mode-portable
John Ericson
1
-0
/
+1
2016-06-29
Combine Interface: IRQs; libcpu: inspired more bitflags
John Ericson
1
-65
/
+4
2016-06-29
Combine Interface: I/O; libpcu: repeated I/O
John Ericson
1
-67
/
+1
2016-06-29
Combine Interface: Control Registers; libpcu: Additional bitflags
John Ericson
1
-99
/
+3
2016-06-29
Re-indent libcpu modules with 4 spaces per indent level instead 1 tab
John Ericson
1
-243
/
+243
2016-06-29
Crudely throw everything together
John Ericson
1
-0
/
+418