summaryrefslogtreecommitdiff
path: root/linux/dev
AgeCommit message (Expand)Author
2021-04-04Add ioapic support disabled by defaultDamien Zammit
2021-03-28linux irq: Avoid hardcoding the number of interrupts.Damien Zammit
2021-03-27fix EISA check in init_IRQDamien Zammit
2021-02-21ahci: Fix variable nameAndrea G. Monaco
2020-11-15genhd: Fix building without IDE driversSamuel Thibault
2020-09-19smp: Add --enable-ncpus option and fix buildSamuel Thibault
2020-07-10Add hardware interrupt notification mechanismSamuel Thibault
2020-06-01Support GPT disklabels and build them by defaultнаб
2020-05-01Add kmem_vallocSamuel Thibault
2019-11-12irq: Add disabling counterSamuel Thibault
2019-11-10spl: Remove intpri arraySamuel Thibault
2019-11-10simplify interrupt handlingDamien Zammit
2019-08-11Fix printk formatSamuel Thibault
2019-04-27ahci: Ignore multifunction bit in PCI header typeSamuel Thibault
2017-11-01linux block: fix outbound access to non-directmap user dataSamuel Thibault
2017-10-31linux-block: Fix calling vm_map_copy_discard on uninitialized variableSamuel Thibault
2017-10-26linux: Fix warnings.Justus Winter
2017-09-30linux: Fix interrupt glue.Justus Winter
2016-10-12linux: Remove incompatible local prototype.Justus Winter
2016-10-01kern: Improve assertions and panics.Justus Winter
2016-09-21Update device drivers for highmem supportRichard Braun
2016-09-21Update Linux block layer glue codeRichard Braun
2016-09-21Redefine what an external page isRichard Braun
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
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