Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | 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 | 2 | -0/+16 |
* | 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 |
* | Use vm_page as the physical memory allocator | Richard Braun | 2016-01-23 | 3 | -137/+16 |
* | replace extern with static in some linux code | Flavio Cruz | 2016-01-02 | 3 | -8/+8 |
* | 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 |
* | Fix build with -O0 | Samuel Thibault | 2015-07-07 | 2 | -19/+19 |
* | 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 |
* | Add stdint integer types in Linux glue | Samuel Thibault | 2015-05-23 | 1 | -0/+9 |
* | 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 |
* | Pass ide and hd kernel options to ide driver | Samuel Thibault | 2014-11-12 | 1 | -0/+26 |
* | 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 |
* | Add quiet flag to block I/O | Samuel Thibault | 2014-02-10 | 5 | -9/+12 |
* | Add partitioning reload support to ahci | Samuel Thibault | 2013-06-24 | 1 | -2/+33 |
* | Fix printing ahci PCI dev and fun | Samuel Thibault | 2013-06-24 | 1 | -2/+3 |
* | Do not skip AHCI controller without HOST_CAP_ONLY | Samuel Thibault | 2013-06-09 | 1 | -4/+0 |
* | Add timeout to ahci IDENTIFY | Samuel Thibault | 2013-06-09 | 1 | -1/+15 |
* | Fix printf format | Samuel Thibault | 2013-06-09 | 1 | -3/+3 |
* | Fix format | Samuel Thibault | 2013-06-09 | 1 | -3/+3 |
* | Add LBA48 support to AHCI driver | Samuel Thibault | 2013-05-30 | 1 | -7/+37 |
* | Add missing parameters to printf | Samuel Thibault | 2013-05-11 | 1 | -1/+1 |
* | Add AHCI driver | Samuel Thibault | 2013-05-10 | 4 | -0/+1129 |
* | Fix non-block-aligned-offset reads | Samuel Thibault | 2013-05-02 | 1 | -2/+2 |
* | Fix macro name | Samuel Thibault | 2013-05-01 | 1 | -1/+1 |
* | Fix spurious error on accessing fd1 | Samuel Thibault | 2012-12-27 | 1 | -0/+2 |
* | Fix CDROM door unlock on closure without device_close | Alexey Dejneka | 2012-09-23 | 1 | -8/+26 |
* | Add missing phystokv/kvtophys calls | Samuel Thibault | 2012-03-24 | 4 | -15/+11 |
* | Fix issig crash at boot | Samuel Thibault | 2012-03-24 | 1 | -0/+2 |
* | Use long types | Samuel Thibault | 2012-03-20 | 1 | -1/+1 |
* | Change types holding cpu flags from int to long | Guillem Jover | 2012-03-20 | 3 | -7/+10 |
* | Fix variable types according to assembly use | Samuel Thibault | 2012-03-14 | 2 | -5/+5 |
* | Fix kern/kalloc.h includes | Richard Braun | 2011-12-17 | 2 | -0/+3 |