aboutsummaryrefslogtreecommitdiff
path: root/linux/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* linux: Add noide and noahci kernel optionsSamuel Thibault2024-01-231-1/+4
* linux: Skip probing IDE when 255 phys heads detectedDamien Zammit2023-02-011-1/+1
* Drop spurious changesSamuel Thibault2022-12-221-4/+1
* Warn only once about not being able to recycle pagesSamuel Thibault2022-12-221-1/+4
* block: Look out for disk sector number overflowSamuel Thibault2021-08-171-0/+12
* Fix build with -fno-commonSamuel Thibault2020-03-311-1/+1
* simplify interrupt handlingDamien Zammit2019-11-102-1/+3
* ide: Use default IRQ by defaultSamuel Thibault2019-11-101-0/+1
* Keep DMA enabled on QEMU disksSamuel Thibault2018-06-131-0/+8
* Fix buffer size passed to scsi_do_cmdSamuel Thibault2016-05-264-6/+6
* Disable probing legacy IDE when AHCI driver worksSamuel Thibault2016-01-291-1/+10
* replace extern with static in some linux codeFlavio Cruz2016-01-021-2/+2
* commit fce798016c4bd2be89b86b0d343ab54505409412Rik van Riel2015-09-071-1/+0
* linux/net: fix build with -O0Justus Winter2015-07-181-1/+1
* Correct GCC's -Wformat-security issuesDavid Michael2014-11-2125-27/+27
* Add nodma optionsSamuel Thibault2014-11-132-3/+8
* Pass ide and hd kernel options to ide driverSamuel Thibault2014-11-121-0/+12
* Fix printf warningPietro Braione2014-09-011-1/+1
* Make open return ENXIO on missing CD-ROMSamuel Thibault2014-02-101-0/+4
* Add quiet flag to CD I/OSamuel Thibault2014-02-101-21/+26
* Add missing initializationSamuel Thibault2014-02-101-0/+1
* linux: fix bit testsJustus Winter2014-01-051-6/+6
* linux: fix bit testsJustus Winter2014-01-055-8/+8
* Add AHCI driverSamuel Thibault2013-05-101-0/+3
* Fix slow boot in virtualboxSamuel Thibault2012-12-272-1/+3
* 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-233-189/+640
* Add missing phystokv/kvtophys callsSamuel Thibault2012-03-241-1/+1
* Change types holding cpu flags from int to longGuillem Jover2012-03-205-22/+22
* 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
* Leave interrupts enabled in sym53c8xx driverSamuel Thibault2011-10-101-1/+2
* Add sym53c8xx driver from linux 2.2Samuel Thibault2011-10-086-1/+19303
* 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-022-5/+1
* Fix undefined operation on assigning self pre-incremented variableGuillem Jover2011-08-313-15/+15
* Fix declarationsSamuel Thibault2011-08-311-2/+2
* Move cdrom_sleep() definition to its original source fileGuillem Jover2011-08-301-2/+15
* Match signedness of char pointer comparisons and assignmentsGuillem Jover2011-08-273-33/+39
* Disable unused variablesGuillem Jover2011-08-271-0/+2
* Remove ident tags producing preprocessor warningsGuillem Jover2011-08-271-9/+6
* Whitelist QEMU Hard-Drive for DMA.Samuel Thibault2011-07-211-7/+1
* Merge two asm constraintsSamuel Thibault2011-05-181-1/+1