aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/irq.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass1-6/+11
2015-08-14x86: Tidy up the PIRQ routing code a littleSimon Glass1-28/+13
2015-07-14x86: Reduce PIRQ routing table sizeBin Meng1-9/+56
2015-07-14x86: Ignore function number when writing PIRQ routing tableBin Meng1-4/+3
2015-07-14x86: Write correct bus number for the irq routerBin Meng1-1/+1
2015-06-04x86: Do sanity test on pirq table before writingBin Meng1-0/+3
2015-06-04x86: Refactor PIRQ routing supportBin Meng1-0/+213