summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
2021-04-04Add ioapic support disabled by defaultDamien Zammit
2021-03-31linux: Add option to disable Linux groupsSamuel Thibault
2021-03-28linux irq: Avoid hardcoding the number of interrupts.Damien Zammit
2021-03-28configure: Add block groupDamien Zammit
2021-03-27fix EISA check in init_IRQDamien Zammit
2021-02-21ahci: Fix variable nameAndrea G. Monaco
2020-11-28x86: Add XSAVE supportSamuel Thibault
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
2020-03-31Fix build with -fno-commonSamuel Thibault
2019-11-12irq: Add disabling counterSamuel Thibault
2019-11-10spl: Remove intpri arraySamuel Thibault
2019-11-10Make default boot less scarySamuel Thibault
2019-11-10simplify interrupt handlingDamien Zammit
2019-11-10ide: Use default IRQ by defaultSamuel Thibault
2019-09-06compiler-gcc*.h: Keep on the gcc 5 version for nowSamuel Thibault
2019-08-31Add gcc-9 compatibilitySamuel Thibault
2019-08-11Fix printk formatSamuel Thibault
2019-04-27ahci: Ignore multifunction bit in PCI header typeSamuel Thibault
2018-12-30Move -D__ASSEMBLY__ to general AM_CCASFLAGSSamuel Thibault
2018-07-28Add gcc-8 compatibilitySamuel Thibault
2018-06-13Keep DMA enabled on QEMU disksSamuel 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
2017-05-07Support GCC 7David Michael
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-05-26Fix buffer size passed to scsi_do_cmdSamuel Thibault
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-29Fallback on direct PCI access when no BIOS32 is availableSamuel Thibault
2016-01-23Use vm_page as the physical memory allocatorRichard Braun
2016-01-14Fix build with gcc-6Samuel Thibault
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-09-07commit fce798016c4bd2be89b86b0d343ab54505409412Rik van Riel