aboutsummaryrefslogtreecommitdiff
path: root/linux/src
Commit message (Expand)AuthorAgeFilesLines
* Add LBA48 support to AHCI driverSamuel Thibault2013-05-301-5/+4
* Add AHCI driverSamuel Thibault2013-05-102-0/+5
* Fix slow boot in virtualboxSamuel Thibault2012-12-272-1/+3
* ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives.David S. Miller2012-12-211-1/+2
* IDE disk drives with unusual C/H/S.Thomas Schwinge2012-12-211-25/+48
* Fix compilation error with older versions of GCCMatthew Leach2012-11-191-1/+3
* Fix panic on irq >= 16Gianluca Guida2012-09-231-1/+1
* Update DMA auto-enabling, make forcing DMA an optionSergio Lopez2012-09-234-193/+685
* Offset bios32 entrySamuel Thibault2012-05-171-2/+2
* Clear direction flag after bios32 callSamuel Thibault2012-05-171-10/+10
* Add missing phystokv/kvtophys callsSamuel Thibault2012-03-243-5/+8
* Change types holding cpu flags from int to longGuillem Jover2012-03-205-22/+22
* Fix build error introduced in 5f701793f63f16d111db3e3d2e91134fcc179c5b.Thomas Schwinge2012-03-151-1/+1
* Fix variable types according to assembly useSamuel Thibault2012-03-142-7/+7
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-092-3/+3
* Fix format for string printSamuel Thibault2012-02-191-2/+2
* Fix format for string printSamuel Thibault2012-02-191-1/+1
* Fix format for string printSamuel Thibault2012-02-191-1/+1
* Fix format for string printSamuel Thibault2012-02-191-2/+2
* Fix format for string printSamuel Thibault2012-02-191-1/+1
* Leave interrupts enabled in sym53c8xx driverSamuel Thibault2011-10-101-1/+2
* Define BITS_PER_LONG for Linux codeSamuel Thibault2011-10-091-0/+2
* Add sym53c8xx driver from linux 2.2Samuel Thibault2011-10-086-1/+19303
* Change argument name to match function body usageGuillem Jover2011-09-021-1/+1
* Disable set but unused variableGuillem Jover2011-09-021-2/+3
* Remove set but unused variablesGuillem Jover2011-09-022-5/+1
* Fix undefined operation on assigning self pre-incremented variableGuillem Jover2011-08-313-15/+15
* Denote __exit symbols as usedGuillem Jover2011-08-312-3/+9
* Move <linux/init.h> from linux/pcmcia-cs to linux/srcGuillem Jover2011-08-311-0/+22
* Import Linux 3.1 compiler definitionsGuillem Jover2011-08-314-0/+497
* Import Linux 3.1 ctype codeGuillem Jover2011-08-312-47/+77
* Remove unused and non-functional string specialization headerGuillem Jover2011-08-311-702/+0
* Fix declarationsSamuel Thibault2011-08-312-3/+4
* Move Linux module macros to their original headerGuillem Jover2011-08-301-0/+3
* Move cdrom_sleep() definition to its original source fileGuillem Jover2011-08-301-2/+15
* Match signedness of char pointer comparisons and assignmentsGuillem Jover2011-08-273-33/+39
* Disable unused variablesGuillem Jover2011-08-271-0/+2
* Remove ident tags producing preprocessor warningsGuillem Jover2011-08-271-9/+6
* Whitelist QEMU Hard-Drive for DMA.Samuel Thibault2011-07-211-7/+1
* Fix gcc 4.6 buildSamuel Thibault2011-05-191-6/+2
* Merge two asm constraintsSamuel Thibault2011-05-181-1/+1
* Fix non-contiguous PCI functionsSamuel Thibault2010-09-081-3/+1
* Fix unexpected irq + irq timeout on writeSamuel Thibault2010-08-011-2/+4
* Un-whitelist the QEMU harddisk for DMA supportSamuel Thibault2010-07-311-1/+7
* whitelist the QEMU harddisk for DMA supportSamuel Thibault2010-03-021-0/+1
* ignore bogus FDPT information from BIOSSamuel Thibault2010-01-041-5/+17
* Use `unsigned char *' for byte buffersGuillem Jover2009-12-181-8/+8
* Missing `*' in assembler indirect lcallGuillem Jover2009-12-181-10/+10
* Use selector definitions from Mach for Linux codeGuillem Jover2009-12-181-10/+2
* Move linux/dev/include/asm-i386/segment.h to src treeGuillem Jover2009-12-181-38/+79