summaryrefslogtreecommitdiff
path: root/linux/dev
AgeCommit message (Expand)Author
2015-07-07Fix build with -O0Samuel Thibault
2015-06-30Fix restoring interrupts on timeoutSamuel Thibault
2015-06-29Print about powered-down AHCI portsSamuel Thibault
2015-05-23Add stdint integer types in Linux glueSamuel Thibault
2015-03-05Show odd number of portsSamuel Thibault
2015-02-20linux: fix compiler warningJustus Winter
2014-11-23Fix programming PIT counterSamuel Thibault
2014-11-12Pass ide and hd kernel options to ide driverSamuel Thibault
2014-04-04Fix prototypeSamuel Thibault
2014-03-17Increase possible number of AHCI devices to 8Samuel Thibault
2014-02-23AHCI driver cleanupsSamuel Thibault
2014-02-10Add quiet flag to block I/OSamuel Thibault
2013-06-24Add partitioning reload support to ahciSamuel Thibault
2013-06-24Fix printing ahci PCI dev and funSamuel Thibault
2013-06-09Do not skip AHCI controller without HOST_CAP_ONLYSamuel Thibault
2013-06-09Add timeout to ahci IDENTIFYSamuel Thibault
2013-06-09Fix printf formatSamuel Thibault
2013-06-09Fix formatSamuel Thibault
2013-05-30Add LBA48 support to AHCI driverSamuel Thibault
2013-05-11Add missing parameters to printfSamuel Thibault
2013-05-10Add AHCI driverSamuel Thibault
2013-05-02Fix non-block-aligned-offset readsSamuel Thibault
2013-05-01Fix macro nameSamuel Thibault
2012-12-27Fix spurious error on accessing fd1Samuel Thibault
2012-09-23Fix CDROM door unlock on closure without device_closeAlexey Dejneka
2012-03-24Add missing phystokv/kvtophys callsSamuel Thibault
2012-03-24Fix issig crash at bootSamuel Thibault
2012-03-20Use long typesSamuel Thibault
2012-03-20Change types holding cpu flags from int to longGuillem Jover
2012-03-14Fix variable types according to assembly useSamuel Thibault
2011-12-17Fix kern/kalloc.h includesRichard Braun
2011-10-10Raise block device interrupt level to SPL6Samuel Thibault
2011-10-10Raise Linux kmem memory sizeSamuel Thibault
2011-10-08Add sym53c8xx driver from linux 2.2Samuel Thibault
2011-09-02Do not remap errno codes from E* to LINUX_E*Guillem Jover
2011-09-02Remove set but unused variablesGuillem Jover
2011-09-02Cast addr argument to vm_offset_tGuillem Jover
2011-09-02Add missing headersGuillem Jover
2011-08-31Honour type promotion on variable argument handlingGuillem Jover
2011-08-31Import Linux 3.1 compiler definitionsGuillem Jover
2011-08-31Fix declarationsSamuel Thibault
2011-08-30Cast host_get_time() arguments to fix warningsGuillem Jover
2011-08-30Move cdrom_sleep() definition to its original source fileGuillem Jover
2011-08-27Fix initialization from incompatible pointer typeGuillem Jover
2011-08-27Match signedness of char pointer comparisons and assignmentsGuillem Jover
2011-08-27Disable unused variablesGuillem Jover
2011-08-27Remove unused variablesGuillem Jover
2011-05-19Fix gcc 4.6 buildSamuel Thibault
2011-02-27Refuse to share IRQs at different interrupt levelsSamuel Thibault
2010-09-19Fix device_get/set_status ABI for NET_FLAGSSamuel Thibault