aboutsummaryrefslogtreecommitdiff
path: root/linux
Commit message (Expand)AuthorAgeFilesLines
* Add files missing in distrib tarballSamuel Thibault2013-09-281-0/+6
* 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-302-12/+41
* Add missing parameters to printfSamuel Thibault2013-05-111-1/+1
* Fix ahci.h pathSamuel Thibault2013-05-101-1/+1
* Add AHCI driverSamuel Thibault2013-05-107-0/+1136
* Fix non-block-aligned-offset readsSamuel Thibault2013-05-021-2/+2
* Fix macro nameSamuel Thibault2013-05-011-1/+1
* Fix slow boot in virtualboxSamuel Thibault2012-12-273-4/+9
* Fix spurious error on accessing fd1Samuel Thibault2012-12-271-0/+2
* ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives.David S. Miller2012-12-211-1/+2
* IDE disk drives with unusual C/H/S.Thomas Schwinge2012-12-211-25/+48
* Fix compilation error with older versions of GCCMatthew Leach2012-11-191-1/+3
* Fix panic on irq >= 16Gianluca Guida2012-09-231-1/+1
* Update DMA auto-enabling, make forcing DMA an optionSergio Lopez2012-09-235-193/+690
* Fix CDROM door unlock on closure without device_closeAlexey Dejneka2012-09-231-8/+26
* Permit to select/deselect whole driver groupsSamuel Thibault2012-06-101-1/+14
* Offset bios32 entrySamuel Thibault2012-05-171-2/+2
* Clear direction flag after bios32 callSamuel Thibault2012-05-171-10/+10
* Add missing phystokv/kvtophys callsSamuel Thibault2012-03-247-20/+19
* 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-208-29/+32
* Fix build error introduced in 5f701793f63f16d111db3e3d2e91134fcc179c5b.Thomas Schwinge2012-03-151-1/+1
* Fix variable types according to assembly useSamuel Thibault2012-03-144-12/+12
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-092-3/+3
* Fix format for string printSamuel Thibault2012-02-191-2/+2
* Fix format for string printSamuel Thibault2012-02-191-1/+1
* Fix format for string printSamuel Thibault2012-02-191-1/+1
* Fix format for string printSamuel Thibault2012-02-191-2/+2
* Fix format for string printSamuel Thibault2012-02-191-1/+1
* 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
* Leave interrupts enabled in sym53c8xx driverSamuel Thibault2011-10-101-1/+2
* Define BITS_PER_LONG for Linux codeSamuel Thibault2011-10-091-0/+2
* Add sym53c8xx driver from linux 2.2Samuel Thibault2011-10-089-2/+19316
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2011-09-031-1/+2
|\
| * Add missing header file to the distribution.Ludovic Courtès2011-09-011-1/+2
* | Do not remap errno codes from E* to LINUX_E*Guillem Jover2011-09-028-301/+31
* | Change argument name to match function body usageGuillem Jover2011-09-021-1/+1
* | Disable set but unused variableGuillem Jover2011-09-021-2/+3
* | Remove set but unused variablesGuillem Jover2011-09-023-9/+3
* | Cast addr argument to vm_offset_tGuillem Jover2011-09-021-1/+1
* | Add missing headersGuillem Jover2011-09-022-0/+2
|/