aboutsummaryrefslogtreecommitdiff
path: root/linux
Commit message (Expand)AuthorAgeFilesLines
* linux: Fix building with C23Sergey Bugaev2024-12-101-1/+4
* warn about incompatibility between linux disk driver and PAESamuel Thibault2024-12-041-0/+2
* Add missing caddr_t typeSamuel Thibault2024-10-171-2/+0
* Disable specific warnings that are now errors in GCC 14Flavio Cruz2024-06-241-1/+7
* linux: Do not enable in SMP, it is not MP-safeSamuel Thibault2024-04-051-0/+5
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-092-2/+2
* linux: Add missing includeSamuel Thibault2024-03-041-0/+2
* linux: Add noide and noahci kernel optionsSamuel Thibault2024-01-232-2/+8
* linux: DMA32 is now correctly handledSamuel Thibault2023-08-301-1/+0
* 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