Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Keep DMA enabled on QEMU disks | Samuel Thibault | 2018-06-13 | 1 | -0/+8 | |
* | linux block: fix outbound access to non-directmap user data | Samuel Thibault | 2017-11-01 | 1 | -4/+6 | |
* | linux-block: Fix calling vm_map_copy_discard on uninitialized variable | Samuel Thibault | 2017-10-31 | 1 | -2/+1 | |
* | linux: Fix warnings. | Justus Winter | 2017-10-26 | 1 | -2/+1 | |
* | linux: Fix interrupt glue. | Justus Winter | 2017-09-30 | 1 | -2/+16 | |
* | Support GCC 7 | David Michael | 2017-05-07 | 1 | -0/+67 | |
* | linux: Remove incompatible local prototype. | Justus Winter | 2016-10-12 | 1 | -4/+3 | |
* | kern: Improve assertions and panics. | Justus Winter | 2016-10-01 | 1 | -2/+4 | |
* | Update device drivers for highmem support | Richard Braun | 2016-09-21 | 1 | -41/+22 | |
* | Update Linux block layer glue code | Richard Braun | 2016-09-21 | 1 | -15/+16 | |
* | Redefine what an external page is | Richard Braun | 2016-09-21 | 1 | -2/+2 | |
* | Remove phys_first_addr and phys_last_addr global variables | Richard Braun | 2016-09-21 | 1 | -1/+1 | |
* | Fix buffer size passed to scsi_do_cmd | Samuel Thibault | 2016-05-26 | 4 | -6/+6 | |
* | Use uint32_t instead of unsigned32_t. | Flavio Cruz | 2016-04-04 | 1 | -10/+0 | |
* | Disable probing legacy IDE when AHCI driver works | Samuel Thibault | 2016-01-29 | 3 | -1/+26 | |
* | Use PCI macros | Samuel Thibault | 2016-01-29 | 1 | -2/+2 | |
* | ahci: print PCI bus/dev/fun in hexadecimal | Samuel Thibault | 2016-01-29 | 1 | -14/+14 | |
* | Fallback on direct PCI access when no BIOS32 is available | Samuel Thibault | 2016-01-29 | 1 | -0/+2 | |
* | Use vm_page as the physical memory allocator | Richard Braun | 2016-01-23 | 4 | -143/+16 | |
* | 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 | 8 | -29/+29 | |
* | remove unnused disk code and headers | Flavio Cruz | 2016-01-01 | 1 | -35/+0 | |
* | fix some compiler warnings in gnumach | Flavio Cruz | 2016-01-01 | 2 | -3/+3 | |
* | Fix ahci unit MAX_PORTS check | Samuel Thibault | 2015-11-27 | 1 | -1/+1 | |
* | Fix missing format in printk | Samuel Thibault | 2015-11-27 | 1 | -1/+1 | |
* | 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 | 7 | -39/+55 | |
* | Fix restoring interrupts on timeout | Samuel Thibault | 2015-06-30 | 1 | -0/+1 | |
* | Print about powered-down AHCI ports | Samuel Thibault | 2015-06-29 | 1 | -6/+40 | |
* | Restrict `-fno-strict-aliasing' to the Linux drivers | Justus Winter | 2015-05-23 | 1 | -0/+5 | |
* | Add stdint integer types in Linux glue | Samuel Thibault | 2015-05-23 | 1 | -0/+9 | |
* | 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 | |
* | Show odd number of ports | Samuel Thibault | 2015-03-05 | 1 | -1/+1 | |
* | linux: fix compiler warning | Justus Winter | 2015-02-20 | 1 | -0/+1 | |
* | Fix programming PIT counter | Samuel Thibault | 2014-11-23 | 1 | -1/+1 | |
* | Correct GCC's -Wformat-security issues | David Michael | 2014-11-21 | 26 | -28/+28 | |
* | 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 | 2 | -0/+38 | |
* | Fix printf warning | Pietro Braione | 2014-09-01 | 1 | -1/+1 | |
* | Fix prototype | Samuel Thibault | 2014-04-04 | 1 | -1/+1 | |
* | Increase possible number of AHCI devices to 8 | Samuel Thibault | 2014-03-17 | 1 | -2/+2 | |
* | AHCI driver cleanups | Samuel Thibault | 2014-02-23 | 1 | -106/+154 | |
* | 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 | |
* | Add quiet flag to block I/O | Samuel Thibault | 2014-02-10 | 5 | -9/+12 |