aboutsummaryrefslogtreecommitdiff
path: root/linux
Commit message (Expand)AuthorAgeFilesLines
* Use host_get_time64 in glue codeFlavio Cruz2023-03-131-1/+4
* linux: Fix non-SMP buildSamuel Thibault2023-02-142-1/+2
* Make curr_ipl[] per cpuDamien Zammit2023-02-142-4/+5
* linux: Keep existing timer interrupt handler for APICDamien Zammit2023-02-031-1/+3
* linux: Skip probing IDE when 255 phys heads detectedDamien Zammit2023-02-011-1/+1
* linux: Skip updating jiffies on AP timerDamien Zammit2023-01-311-0/+3
* Enable -Wmissing-prototypes.Flavio Cruz2023-01-291-0/+4
* Fix several warnings for -Wmissing-prototypesFlavio Cruz2023-01-241-0/+1
* Drop spurious changesSamuel Thibault2022-12-222-8/+2
* Warn only once about not being able to recycle pagesSamuel Thibault2022-12-222-2/+8
* linux drivers: Don't depend on curr_pic_mask for APICDamien Zammit2022-10-261-2/+2
* bios32: Use phystokv() on low bios addressesDamien Zammit2022-10-251-5/+5
* ahci: Do not even try AHCI identify when device is ATAPIAndrea Monaco2021-09-121-3/+4
* ahci: Fix warning contentAndrea Monaco2021-09-121-1/+1
* linux block: allow loading data up to 4GiB limitSamuel Thibault2021-08-281-1/+8
* linux: Use kvtophys instead of _kvtophysSamuel Thibault2021-08-281-1/+2
* linux block: Fix checking block sector.Samuel Thibault2021-08-271-0/+2
* vm_page_grab: allow allocating in high memorySamuel Thibault2021-08-271-2/+2
* block: Look out for disk sector number overflowSamuel Thibault2021-08-173-9/+72
* Add ioapic support disabled by defaultDamien Zammit2021-04-041-1/+3
* linux: Add option to disable Linux groupsSamuel Thibault2021-03-311-1/+5
* linux irq: Avoid hardcoding the number of interrupts.Damien Zammit2021-03-281-14/+8
* configure: Add block groupDamien Zammit2021-03-281-4/+16
* fix EISA check in init_IRQDamien Zammit2021-03-271-1/+1
* ahci: Fix variable nameAndrea G. Monaco2021-02-211-4/+4
* x86: Add XSAVE supportSamuel Thibault2020-11-281-0/+2
* genhd: Fix building without IDE driversSamuel Thibault2020-11-151-2/+5
* smp: Add --enable-ncpus option and fix buildSamuel Thibault2020-09-191-0/+3
* Add hardware interrupt notification mechanismSamuel Thibault2020-07-102-81/+73
* Support GPT disklabels and build them by defaultнаб2020-06-012-0/+318
* Add kmem_vallocSamuel Thibault2020-05-011-1/+3
* Fix build with -fno-commonSamuel Thibault2020-03-312-2/+2
* irq: Add disabling counterSamuel Thibault2019-11-122-4/+53
* spl: Remove intpri arraySamuel Thibault2019-11-105-59/+4
* Make default boot less scarySamuel Thibault2019-11-102-10/+19
* simplify interrupt handlingDamien Zammit2019-11-106-23/+18
* ide: Use default IRQ by defaultSamuel Thibault2019-11-101-0/+1
* compiler-gcc*.h: Keep on the gcc 5 version for nowSamuel Thibault2019-09-065-268/+4
* Add gcc-9 compatibilitySamuel Thibault2019-08-311-0/+67
* Fix printk formatSamuel Thibault2019-08-111-5/+5
* ahci: Ignore multifunction bit in PCI header typeSamuel Thibault2019-04-271-0/+2
* Move -D__ASSEMBLY__ to general AM_CCASFLAGSSamuel Thibault2018-12-301-1/+1
* Add gcc-8 compatibilitySamuel Thibault2018-07-281-0/+67
* Keep DMA enabled on QEMU disksSamuel Thibault2018-06-131-0/+8
* linux block: fix outbound access to non-directmap user dataSamuel Thibault2017-11-011-4/+6
* linux-block: Fix calling vm_map_copy_discard on uninitialized variableSamuel Thibault2017-10-311-2/+1
* linux: Fix warnings.Justus Winter2017-10-261-2/+1
* linux: Fix interrupt glue.Justus Winter2017-09-301-2/+16
* Support GCC 7David Michael2017-05-071-0/+67
* linux: Remove incompatible local prototype.Justus Winter2016-10-121-4/+3