summaryrefslogtreecommitdiff
path: root/linux/dev
AgeCommit message (Expand)Author
2016-04-04Use uint32_t instead of unsigned32_t.Flavio Cruz
2016-01-29Disable probing legacy IDE when AHCI driver worksSamuel Thibault
2016-01-29Use PCI macrosSamuel Thibault
2016-01-29ahci: print PCI bus/dev/fun in hexadecimalSamuel Thibault
2016-01-23Use vm_page as the physical memory allocatorRichard Braun
2016-01-02replace extern with static in some linux codeFlavio Cruz
2016-01-01remove unnused disk code and headersFlavio Cruz
2016-01-01fix some compiler warnings in gnumachFlavio Cruz
2015-11-27Fix ahci unit MAX_PORTS checkSamuel Thibault
2015-11-27Fix missing format in printkSamuel Thibault
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