aboutsummaryrefslogtreecommitdiff
path: root/linux/dev
Commit message (Expand)AuthorAgeFilesLines
* Redefine what an external page isRichard Braun2016-09-211-2/+2
* Remove phys_first_addr and phys_last_addr global variablesRichard Braun2016-09-211-1/+1
* Use uint32_t instead of unsigned32_t.Flavio Cruz2016-04-041-10/+0
* Disable probing legacy IDE when AHCI driver worksSamuel Thibault2016-01-292-0/+16
* Use PCI macrosSamuel Thibault2016-01-291-2/+2
* ahci: print PCI bus/dev/fun in hexadecimalSamuel Thibault2016-01-291-14/+14
* Use vm_page as the physical memory allocatorRichard Braun2016-01-233-137/+16
* replace extern with static in some linux codeFlavio Cruz2016-01-023-8/+8
* remove unnused disk code and headersFlavio Cruz2016-01-011-35/+0
* fix some compiler warnings in gnumachFlavio Cruz2016-01-012-3/+3
* Fix ahci unit MAX_PORTS checkSamuel Thibault2015-11-271-1/+1
* Fix missing format in printkSamuel Thibault2015-11-271-1/+1
* 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