summaryrefslogtreecommitdiff
path: root/src/cpu/x86/lapic/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86: Clean up includesElyes Haouas2022-10-261-2/+2
* arch/x86: Add X2APIC_LATE_WORKAROUNDSubrata Banik2022-07-181-7/+13
* cpu/x86/lapic: Move LAPIC configuration to MP initKyösti Mälkki2022-02-051-21/+1
* cpu/x86/lapic: Support switching to X2APIC modeKyösti Mälkki2022-02-051-7/+37
* cpu/x86/lapic: Only deliver ExtINT to BSPKyösti Mälkki2021-10-171-1/+6
* cpu/x86/lapic: Do not set read-only bits in LVTxKyösti Mälkki2021-10-151-7/+3
* cpu/x86/lapic: Add comment on spurious interruptKyösti Mälkki2021-10-151-1/+3
* cpu/x86/lapic: Split virtual_wire_mode_init()Kyösti Mälkki2021-10-151-17/+11
* cpu/x86/lapic: Replace LOCAL_APIC_ADDR referencesKyösti Mälkki2021-06-111-0/+6
* cpu/x86/lapic: Do not inline some utility functionsKyösti Mälkki2021-06-101-1/+36
* cpu/x86/lapic: Add lapic_update32() helperKyösti Mälkki2021-06-101-27/+13
* cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODEKyösti Mälkki2021-06-091-0/+4
* *x86: Support x2apic modeWonkyu Kim2021-04-151-1/+1
* cpu/x86/lapic: rename virtual wire mode initialization functionFelix Held2020-10-311-1/+1
* cpu/x86/lapic: Support x86_64 and clean up codePatrick Rudolph2020-06-221-1/+1
* Revert "x86/lapic: Set EXTINT on BSP only"Angel Pons2020-06-161-11/+15
* x86/lapic: Set EXTINT on BSP onlyZheng Bao2020-06-161-15/+11
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* src/cpu/x86/lapic/lapic.c: Add missing newlineChristian Walter2019-05-281-1/+1
* src/cpu: Remove unneeded includesElyes HAOUAS2018-06-011-2/+0
* arch/x86: Fix ugly NEED_LAPIC useKyösti Mälkki2017-08-191-22/+2
* cpu/x86: Fix various issues detected by checkpatch.plLee Leahy2017-03-161-4/+4
* src/cpu/x86: Update/Add license headers to all filesMartin Roth2017-02-221-0/+13
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-231-4/+4
* cpu/x86/lapic/lapic.c: trivial: fix comment on #elseDaniele Forsi2014-08-031-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-14/+14
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-4/+4
* Remove some warnings, mainly from format strings which didn't match theMyles Watson2009-02-091-1/+1
* AMD Rev F supportYinghai Lu2006-10-041-1/+1
* - Add new cvs code to cvsEric Biederman2004-10-141-0/+72