aboutsummaryrefslogtreecommitdiff
path: root/linux/src
Commit message (Expand)AuthorAgeFilesLines
* linux: Fix building with C23Sergey Bugaev2024-12-101-1/+4
* 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
* bios32: Use phystokv() on low bios addressesDamien Zammit2022-10-251-5/+5
* linux: Use kvtophys instead of _kvtophysSamuel Thibault2021-08-281-1/+2
* block: Look out for disk sector number overflowSamuel Thibault2021-08-171-0/+12
* x86: Add XSAVE supportSamuel Thibault2020-11-281-0/+2
* Add hardware interrupt notification mechanismSamuel Thibault2020-07-101-2/+0
* Fix build with -fno-commonSamuel Thibault2020-03-311-1/+1
* irq: Add disabling counterSamuel Thibault2019-11-121-0/+2
* simplify interrupt handlingDamien Zammit2019-11-102-1/+3
* ide: Use default IRQ by defaultSamuel Thibault2019-11-101-0/+1
* compiler-gcc*.h: Keep on the gcc 5 version for nowSamuel Thibault2019-09-065-268/+4
* Add gcc-9 compatibilitySamuel Thibault2019-08-311-0/+67
* Add gcc-8 compatibilitySamuel Thibault2018-07-281-0/+67
* Keep DMA enabled on QEMU disksSamuel Thibault2018-06-131-0/+8
* Support GCC 7David Michael2017-05-071-0/+67
* 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
* Fallback on direct PCI access when no BIOS32 is availableSamuel Thibault2016-01-291-0/+2
* Fix build with gcc-6Samuel Thibault2016-01-141-0/+67
* replace extern with static in some linux codeFlavio Cruz2016-01-025-21/+21
* commit fce798016c4bd2be89b86b0d343ab54505409412Rik van Riel2015-09-071-1/+0
* Avoid re-defining macrosJustus Winter2015-08-152-2/+8
* linux/net: fix build with -O0Justus Winter2015-07-181-1/+1
* Fix build with -O0Samuel Thibault2015-07-075-20/+36
* Fix semaphore failure path special calling conventionSamuel Thibault2015-05-021-3/+7
* Replace clobbers with earlyclobbersSamuel Thibault2015-05-012-15/+17
* Fix build with gcc-5Samuel Thibault2015-04-301-0/+67
* 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 LBA48 support to AHCI driverSamuel Thibault2013-05-301-5/+4
* Add AHCI driverSamuel Thibault2013-05-102-0/+5
* 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-234-193/+685
* Offset bios32 entrySamuel Thibault2012-05-171-2/+2
* Clear direction flag after bios32 callSamuel Thibault2012-05-171-10/+10