Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux: Fix building with C23 | Sergey Bugaev | 2024-12-10 | 1 | -1/+4 |
* | linux: Add noide and noahci kernel options | Samuel Thibault | 2024-01-23 | 1 | -1/+4 |
* | linux: Skip probing IDE when 255 phys heads detected | Damien Zammit | 2023-02-01 | 1 | -1/+1 |
* | Drop spurious changes | Samuel Thibault | 2022-12-22 | 1 | -4/+1 |
* | Warn only once about not being able to recycle pages | Samuel Thibault | 2022-12-22 | 1 | -1/+4 |
* | bios32: Use phystokv() on low bios addresses | Damien Zammit | 2022-10-25 | 1 | -5/+5 |
* | linux: Use kvtophys instead of _kvtophys | Samuel Thibault | 2021-08-28 | 1 | -1/+2 |
* | block: Look out for disk sector number overflow | Samuel Thibault | 2021-08-17 | 1 | -0/+12 |
* | x86: Add XSAVE support | Samuel Thibault | 2020-11-28 | 1 | -0/+2 |
* | Add hardware interrupt notification mechanism | Samuel Thibault | 2020-07-10 | 1 | -2/+0 |
* | Fix build with -fno-common | Samuel Thibault | 2020-03-31 | 1 | -1/+1 |
* | irq: Add disabling counter | Samuel Thibault | 2019-11-12 | 1 | -0/+2 |
* | simplify interrupt handling | Damien Zammit | 2019-11-10 | 2 | -1/+3 |
* | ide: Use default IRQ by default | Samuel Thibault | 2019-11-10 | 1 | -0/+1 |
* | compiler-gcc*.h: Keep on the gcc 5 version for now | Samuel Thibault | 2019-09-06 | 5 | -268/+4 |
* | Add gcc-9 compatibility | Samuel Thibault | 2019-08-31 | 1 | -0/+67 |
* | Add gcc-8 compatibility | Samuel Thibault | 2018-07-28 | 1 | -0/+67 |
* | Keep DMA enabled on QEMU disks | Samuel Thibault | 2018-06-13 | 1 | -0/+8 |
* | Support GCC 7 | David Michael | 2017-05-07 | 1 | -0/+67 |
* | Fix buffer size passed to scsi_do_cmd | Samuel Thibault | 2016-05-26 | 4 | -6/+6 |
* | Disable probing legacy IDE when AHCI driver works | Samuel Thibault | 2016-01-29 | 1 | -1/+10 |
* | Fallback on direct PCI access when no BIOS32 is available | Samuel Thibault | 2016-01-29 | 1 | -0/+2 |
* | Fix build with gcc-6 | Samuel Thibault | 2016-01-14 | 1 | -0/+67 |
* | replace extern with static in some linux code | Flavio Cruz | 2016-01-02 | 5 | -21/+21 |
* | commit fce798016c4bd2be89b86b0d343ab54505409412 | Rik van Riel | 2015-09-07 | 1 | -1/+0 |
* | Avoid re-defining macros | Justus Winter | 2015-08-15 | 2 | -2/+8 |
* | linux/net: fix build with -O0 | Justus Winter | 2015-07-18 | 1 | -1/+1 |
* | Fix build with -O0 | Samuel Thibault | 2015-07-07 | 5 | -20/+36 |
* | Fix semaphore failure path special calling convention | Samuel Thibault | 2015-05-02 | 1 | -3/+7 |
* | Replace clobbers with earlyclobbers | Samuel Thibault | 2015-05-01 | 2 | -15/+17 |
* | Fix build with gcc-5 | Samuel Thibault | 2015-04-30 | 1 | -0/+67 |
* | Correct GCC's -Wformat-security issues | David Michael | 2014-11-21 | 25 | -27/+27 |
* | Add nodma options | Samuel Thibault | 2014-11-13 | 2 | -3/+8 |
* | Pass ide and hd kernel options to ide driver | Samuel Thibault | 2014-11-12 | 1 | -0/+12 |
* | Fix printf warning | Pietro Braione | 2014-09-01 | 1 | -1/+1 |
* | Make open return ENXIO on missing CD-ROM | Samuel Thibault | 2014-02-10 | 1 | -0/+4 |
* | Add quiet flag to CD I/O | Samuel Thibault | 2014-02-10 | 1 | -21/+26 |
* | Add missing initialization | Samuel Thibault | 2014-02-10 | 1 | -0/+1 |
* | linux: fix bit tests | Justus Winter | 2014-01-05 | 1 | -6/+6 |
* | linux: fix bit tests | Justus Winter | 2014-01-05 | 5 | -8/+8 |
* | Add LBA48 support to AHCI driver | Samuel Thibault | 2013-05-30 | 1 | -5/+4 |
* | Add AHCI driver | Samuel Thibault | 2013-05-10 | 2 | -0/+5 |
* | Fix slow boot in virtualbox | Samuel Thibault | 2012-12-27 | 2 | -1/+3 |
* | ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives. | David S. Miller | 2012-12-21 | 1 | -1/+2 |
* | IDE disk drives with unusual C/H/S. | Thomas Schwinge | 2012-12-21 | 1 | -25/+48 |
* | Fix compilation error with older versions of GCC | Matthew Leach | 2012-11-19 | 1 | -1/+3 |
* | Fix panic on irq >= 16 | Gianluca Guida | 2012-09-23 | 1 | -1/+1 |
* | Update DMA auto-enabling, make forcing DMA an option | Sergio Lopez | 2012-09-23 | 4 | -193/+685 |
* | Offset bios32 entry | Samuel Thibault | 2012-05-17 | 1 | -2/+2 |
* | Clear direction flag after bios32 call | Samuel Thibault | 2012-05-17 | 1 | -10/+10 |