Age | Commit message (Expand) | Author |
2013-06-24 | Add partitioning reload support to ahci | Samuel Thibault |
2013-06-24 | Fix printing ahci PCI dev and fun | Samuel Thibault |
2013-06-09 | Do not skip AHCI controller without HOST_CAP_ONLY | Samuel Thibault |
2013-06-09 | Add timeout to ahci IDENTIFY | Samuel Thibault |
2013-06-09 | Fix printf format | Samuel Thibault |
2013-06-09 | Fix format | Samuel Thibault |
2013-05-30 | Add LBA48 support to AHCI driver | Samuel Thibault |
2013-05-11 | Add missing parameters to printf | Samuel Thibault |
2013-05-10 | Fix ahci.h path | Samuel Thibault |
2013-05-10 | Add AHCI driver | Samuel Thibault |
2013-05-02 | Fix non-block-aligned-offset reads | Samuel Thibault |
2013-05-01 | Fix macro name | Samuel Thibault |
2012-12-27 | Fix slow boot in virtualbox | Samuel Thibault |
2012-12-27 | Fix spurious error on accessing fd1 | Samuel Thibault |
2012-12-21 | ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives. | David S. Miller |
2012-12-21 | IDE disk drives with unusual C/H/S. | Thomas Schwinge |
2012-11-19 | Fix compilation error with older versions of GCC | Matthew Leach |
2012-09-23 | Fix panic on irq >= 16 | Gianluca Guida |
2012-09-23 | Update DMA auto-enabling, make forcing DMA an option | Sergio Lopez |
2012-09-23 | Fix CDROM door unlock on closure without device_close | Alexey Dejneka |
2012-06-10 | Permit to select/deselect whole driver groups | Samuel Thibault |
2012-05-17 | Offset bios32 entry | Samuel Thibault |
2012-05-17 | Clear direction flag after bios32 call | Samuel Thibault |
2012-03-24 | Add missing phystokv/kvtophys calls | Samuel Thibault |
2012-03-24 | Fix issig crash at boot | Samuel Thibault |
2012-03-20 | Use long types | Samuel Thibault |
2012-03-20 | Change types holding cpu flags from int to long | Guillem Jover |
2012-03-15 | Fix build error introduced in 5f701793f63f16d111db3e3d2e91134fcc179c5b. | Thomas Schwinge |
2012-03-14 | Fix variable types according to assembly use | Samuel Thibault |
2012-03-09 | Use unsigned long for addresses and sizes | Samuel Thibault |
2012-02-19 | Fix format for string print | Samuel Thibault |
2012-02-19 | Fix format for string print | Samuel Thibault |
2012-02-19 | Fix format for string print | Samuel Thibault |
2012-02-19 | Fix format for string print | Samuel Thibault |
2012-02-19 | Fix format for string print | Samuel Thibault |
2011-12-17 | Fix kern/kalloc.h includes | Richard Braun |
2011-10-10 | Raise block device interrupt level to SPL6 | Samuel Thibault |
2011-10-10 | Raise Linux kmem memory size | Samuel Thibault |
2011-10-10 | Leave interrupts enabled in sym53c8xx driver | Samuel Thibault |
2011-10-09 | Define BITS_PER_LONG for Linux code | Samuel Thibault |
2011-10-08 | Add sym53c8xx driver from linux 2.2 | Samuel Thibault |
2011-09-03 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2011-09-02 | Do not remap errno codes from E* to LINUX_E* | Guillem Jover |
2011-09-02 | Change argument name to match function body usage | Guillem Jover |
2011-09-02 | Disable set but unused variable | Guillem Jover |
2011-09-02 | Remove set but unused variables | Guillem Jover |
2011-09-02 | Cast addr argument to vm_offset_t | Guillem Jover |
2011-09-02 | Add missing headers | Guillem Jover |
2011-09-01 | Add missing header file to the distribution. | Ludovic Courtès |
2011-08-31 | Fix undefined operation on assigning self pre-incremented variable | Guillem Jover |