Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Raise block device interrupt level to SPL6 | Samuel Thibault | 2011-10-10 | 2 | -3/+3 |
* | Raise Linux kmem memory size | Samuel Thibault | 2011-10-10 | 1 | -1/+1 |
* | Add sym53c8xx driver from linux 2.2 | Samuel Thibault | 2011-10-08 | 1 | -1/+1 |
* | Do not remap errno codes from E* to LINUX_E* | Guillem Jover | 2011-09-02 | 8 | -301/+31 |
* | Remove set but unused variables | Guillem Jover | 2011-09-02 | 1 | -4/+2 |
* | Cast addr argument to vm_offset_t | Guillem Jover | 2011-09-02 | 1 | -1/+1 |
* | Add missing headers | Guillem Jover | 2011-09-02 | 2 | -0/+2 |
* | Honour type promotion on variable argument handling | Guillem Jover | 2011-08-31 | 1 | -2/+2 |
* | Import Linux 3.1 compiler definitions | Guillem Jover | 2011-08-31 | 1 | -3/+1 |
* | Fix declarations | Samuel Thibault | 2011-08-31 | 11 | -65/+67 |
* | Cast host_get_time() arguments to fix warnings | Guillem Jover | 2011-08-30 | 1 | -1/+6 |
* | Move cdrom_sleep() definition to its original source file | Guillem Jover | 2011-08-30 | 1 | -10/+0 |