index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ide.c
Age
Commit message (
Expand
)
Author
2009-05-31
group locks into structs they protect.
rsc
2009-05-31
ide.c: make names more regular
rsc
2009-03-08
be consistent: no underscores in function names
rsc
2007-08-30
make new Homework 8 work
rtm
2007-08-28
comments; rename irq_ to pic_
rsc
2007-08-28
spaces around else for rtm
rsc
2007-08-28
nits
rsc
2007-08-28
comment non-check of cp->killed
rsc
2007-08-27
delete unnecessary #include lines
rsc
2007-08-27
Another attempt at the bio.c comment.
rsc
2007-08-24
minor cleanups
rsc
2007-08-24
comment nits
rtm
2007-08-24
simplify ide queuing
rtm
2007-08-14
formatting, sleep bug fix
rsc
2007-08-14
ide_write unused => gone
rsc
2006-09-08
move ide_intr lower
rsc
2006-09-07
fix disk bug
rsc
2006-09-07
fix ide, pit interfaces
rsc
2006-09-07
comments
rsc
2006-09-07
run without lapic and ioapic, if they are not present
kaashoek
2006-09-06
more named constants
rsc
2006-09-06
more tabs go away
rsc
2006-09-06
no /* */ comments
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-09-03
remove duplication
kaashoek
2006-08-30
complain if no disk 1
rtm
2006-08-13
link()
rtm
2006-08-10
interrupts could be recursive since lapic_eoi() called before rti
rtm
2006-08-10
low-level keyboard input (not hooked up to /dev yet)
rtm
2006-08-09
iread for T_DEV
kaashoek
2006-08-08
fix race in holding() check in acquire()
rtm
2006-08-07
bwrite
kaashoek
2006-08-06
generalize async read to support write too
kaashoek
2006-08-04
better interrupt plan---this one appears to work
kaashoek
2006-07-29
open()
rtm
2006-07-29
acquire+release ide_lock in ide_intr
kaashoek
2006-07-21
bread
rtm
2006-07-20
uint32_t -> uint &c
rtm
2006-07-17
add ide_lock for sleep
rsc
2006-07-17
add uint and standardize on typedefs instead of unsigned
rsc
2006-07-15
no more recursive locks
rtm
2006-07-10
queue with disk requests
kaashoek
2006-07-10
read the disk using interrupts
kaashoek
2006-07-06
disable all interrupts when acquiring lock
kaashoek
2006-07-05
timer interrupts
kaashoek
2006-06-16
checkpoint
rtm