index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
x86
/
lapic
/
lapic.c
Age
Commit message (
Expand
)
Author
2022-02-05
cpu/x86/lapic: Move LAPIC configuration to MP init
Kyösti Mälkki
2022-02-05
cpu/x86/lapic: Support switching to X2APIC mode
Kyösti Mälkki
2021-10-17
cpu/x86/lapic: Only deliver ExtINT to BSP
Kyösti Mälkki
2021-10-15
cpu/x86/lapic: Do not set read-only bits in LVTx
Kyösti Mälkki
2021-10-15
cpu/x86/lapic: Add comment on spurious interrupt
Kyösti Mälkki
2021-10-15
cpu/x86/lapic: Split virtual_wire_mode_init()
Kyösti Mälkki
2021-06-11
cpu/x86/lapic: Replace LOCAL_APIC_ADDR references
Kyösti Mälkki
2021-06-10
cpu/x86/lapic: Do not inline some utility functions
Kyösti Mälkki
2021-06-10
cpu/x86/lapic: Add lapic_update32() helper
Kyösti Mälkki
2021-06-09
cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE
Kyösti Mälkki
2021-04-15
*x86: Support x2apic mode
Wonkyu Kim
2020-10-31
cpu/x86/lapic: rename virtual wire mode initialization function
Felix Held
2020-06-22
cpu/x86/lapic: Support x86_64 and clean up code
Patrick Rudolph
2020-06-16
Revert "x86/lapic: Set EXTINT on BSP only"
Angel Pons
2020-06-16
x86/lapic: Set EXTINT on BSP only
Zheng Bao
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-04
src/cpu: Use SPDX for GPL-2.0-only files
Angel Pons
2019-05-28
src/cpu/x86/lapic/lapic.c: Add missing newline
Christian Walter
2018-06-01
src/cpu: Remove unneeded includes
Elyes HAOUAS
2017-08-19
arch/x86: Fix ugly NEED_LAPIC use
Kyösti Mälkki
2017-03-16
cpu/x86: Fix various issues detected by checkpatch.pl
Lee Leahy
2017-02-22
src/cpu/x86: Update/Add license headers to all files
Martin Roth
2016-08-23
src/cpu: Capitalize CPU, APIC and IOAPIC typo fix
Elyes HAOUAS
2014-08-03
cpu/x86/lapic/lapic.c: trivial: fix comment on #else
Daniele Forsi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2009-02-09
Remove some warnings, mainly from format strings which didn't match the
Myles Watson
2006-10-04
AMD Rev F support
Yinghai Lu
2004-10-14
- Add new cvs code to cvs
Eric Biederman