aboutsummaryrefslogtreecommitdiff
path: root/linux/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -O0Samuel Thibault2015-07-072-19/+19
* Fix restoring interrupts on timeoutSamuel Thibault2015-06-301-0/+1
* Print about powered-down AHCI portsSamuel Thibault2015-06-291-6/+40
* Add stdint integer types in Linux glueSamuel Thibault2015-05-231-0/+9
* Show odd number of portsSamuel Thibault2015-03-051-1/+1
* linux: fix compiler warningJustus Winter2015-02-201-0/+1
* Fix programming PIT counterSamuel Thibault2014-11-231-1/+1
* Pass ide and hd kernel options to ide driverSamuel Thibault2014-11-121-0/+26
* Fix prototypeSamuel Thibault2014-04-041-1/+1
* Increase possible number of AHCI devices to 8Samuel Thibault2014-03-171-2/+2
* AHCI driver cleanupsSamuel Thibault2014-02-231-106/+154
* Add quiet flag to block I/OSamuel Thibault2014-02-105-9/+12
* Add partitioning reload support to ahciSamuel Thibault2013-06-241-2/+33
* Fix printing ahci PCI dev and funSamuel Thibault2013-06-241-2/+3
* Do not skip AHCI controller without HOST_CAP_ONLYSamuel Thibault2013-06-091-4/+0
* Add timeout to ahci IDENTIFYSamuel Thibault2013-06-091-1/+15
* Fix printf formatSamuel Thibault2013-06-091-3/+3
* Fix formatSamuel Thibault2013-06-091-3/+3
* Add LBA48 support to AHCI driverSamuel Thibault2013-05-301-7/+37
* Add missing parameters to printfSamuel Thibault2013-05-111-1/+1
* Add AHCI driverSamuel Thibault2013-05-104-0/+1129
* Fix non-block-aligned-offset readsSamuel Thibault2013-05-021-2/+2
* Fix macro nameSamuel Thibault2013-05-011-1/+1
* Fix spurious error on accessing fd1Samuel Thibault2012-12-271-0/+2
* Fix CDROM door unlock on closure without device_closeAlexey Dejneka2012-09-231-8/+26
* Add missing phystokv/kvtophys callsSamuel Thibault2012-03-244-15/+11
* Fix issig crash at bootSamuel Thibault2012-03-241-0/+2
* Use long typesSamuel Thibault2012-03-201-1/+1
* Change types holding cpu flags from int to longGuillem Jover2012-03-203-7/+10
* Fix variable types according to assembly useSamuel Thibault2012-03-142-5/+5
* Fix kern/kalloc.h includesRichard Braun2011-12-172-0/+3
* Raise block device interrupt level to SPL6Samuel Thibault2011-10-102-3/+3
* Raise Linux kmem memory sizeSamuel Thibault2011-10-101-1/+1
* Add sym53c8xx driver from linux 2.2Samuel Thibault2011-10-081-1/+1
* Do not remap errno codes from E* to LINUX_E*Guillem Jover2011-09-028-301/+31
* Remove set but unused variablesGuillem Jover2011-09-021-4/+2
* Cast addr argument to vm_offset_tGuillem Jover2011-09-021-1/+1
* Add missing headersGuillem Jover2011-09-022-0/+2
* Honour type promotion on variable argument handlingGuillem Jover2011-08-311-2/+2
* Import Linux 3.1 compiler definitionsGuillem Jover2011-08-311-3/+1
* Fix declarationsSamuel Thibault2011-08-3111-65/+67
* Cast host_get_time() arguments to fix warningsGuillem Jover2011-08-301-1/+6
* Move cdrom_sleep() definition to its original source fileGuillem Jover2011-08-301-10/+0
* Fix initialization from incompatible pointer typeGuillem Jover2011-08-271-1/+1
* Match signedness of char pointer comparisons and assignmentsGuillem Jover2011-08-271-1/+1
* Disable unused variablesGuillem Jover2011-08-271-0/+2
* Remove unused variablesGuillem Jover2011-08-272-8/+1
* Fix gcc 4.6 buildSamuel Thibault2011-05-191-8/+2
* Refuse to share IRQs at different interrupt levelsSamuel Thibault2011-02-271-0/+4
* Fix device_get/set_status ABI for NET_FLAGSSamuel Thibault2010-09-191-4/+4