1. 0d19289 arch/x86/ioapic: use uintptr_t for IOAPIC base address by Felix Held · 6 months ago
  2. b5d244c arch/x86/ioapic: always write IOAPIC ID in set_ioapic_id by Felix Held · 7 months ago
  3. d1c61a8 arch/x86/ioapic.c: Increase the number of bits for ioapic ID by Arthur Heymans · 1 year, 8 months ago
  4. c772852 arch/x86/ioapic: Print IOAPIC ID for GSI #0 by Jay Patel · 1 year, 5 months ago
  5. f1e78a1 arch/x86/ioapic.c: Move macros to compilation unit by Arthur Heymans · 1 year, 9 months ago
  6. 1d3c2e6 arch/x86/ioapic: Reduce API exposure by Kyösti Mälkki · 3 years, 2 months ago
  7. 0ea8f89 arch/x86: Add register_new_ioapic() by Kyösti Mälkki · 3 years, 2 months ago
  8. 308a5b9 arch/x86: fix a wrong variable in ioapic_set_max_vectors() by Iru Cai · 2 years, 10 months ago
  9. 6139ff9 arch/x86/ioapic: Allow IOAPIC with only one vector by Kyösti Mälkki · 2 years, 10 months ago
  10. 04a4037 sb,soc/intel: Set IOAPIC redirection entry count by Kyösti Mälkki · 3 years, 2 months ago
  11. 253c356 sb/amd/cimx/sb800: Clear IOAPIC vectors only once by Kyösti Mälkki · 3 years, 2 months ago
  12. 6644d7c drivers/generic/ioapic: Drop enable_virtual_wire by Kyösti Mälkki · 3 years, 2 months ago
  13. c545baa arch/x86/ioapic: Clear vector table first by Kyösti Mälkki · 3 years, 2 months ago
  14. 8c9a89d arch/x86/ioapic: Drop irq_on_fsb as a configurable item by Kyösti Mälkki · 3 years, 2 months ago
  15. 401ec98 arch/x86/ioapic: Add get_ioapic_id() and get_ioapic_version() by Kyösti Mälkki · 3 years, 2 months ago
  16. 8cc25d2 drivers/generic/ioapic: Use arch/x86/ioapic by Kyösti Mälkki · 3 years, 3 months ago
  17. 93c1eef arch/x86/ioapic: Add write_vector() helper by Kyösti Mälkki · 3 years, 3 months ago
  18. ea2fb8d arch/x86/ioapic: Split some ioapic utility functions by Kyösti Mälkki · 3 years, 3 months ago
  19. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  20. 11f0079 src/arch/x86: Convert to SPDX license header by Patrick Georgi · 4 years, 6 months ago
  21. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  22. 20bbd81 AUTHORS: Move src/arch/x86 copyrights into AUTHORS file by Martin Roth · 5 years ago
  23. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  24. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  25. f7dc972 ioapic: extend definition name to avoid collision by Marc Jones · 6 years ago
  26. 898a775 arch/*: Update Kconfig symbol usage by Martin Roth · 7 years ago
  27. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  28. 6cb3a59 x86: flatten hierarchy by Stefan Reinauer · 9 years ago 4.1 4.1[Renamed from src/arch/x86/lib/ioapic.c]
  29. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  30. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  31. 1b3e176 x86 I/O APIC: Dump I/O APIC regs in `ioapic.c` by Paul Menzel · 11 years ago
  32. ac75bc6 x86 I/O APIC: Make functions `io_apic_{read,write}()` public by Paul Menzel · 11 years ago
  33. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  34. db4f875 IOAPIC: Divide setup_ioapic() in two parts. by Kyösti Mälkki · 13 years ago
  35. d1de45e ioapic: Factor out counting code to `ioapic_interrupt_count` by Patrick Georgi · 12 years ago
  36. be0e925 clear_ioapic: Fix reading of number of interrupts for IO-APICs by Aladyshev Konstantin · 12 years ago
  37. 23c046b Fix reading of number of interrupts for IO-APICs by Nico Huber · 12 years ago
  38. eeb8a06 Unbreak boards where chipset can select between FSB and serial APIC bus by Rudolf Marek · 12 years ago
  39. d4d5e4d Via Epia-N and C3: Set ioapic delivery type in Kconfig by Patrick Georgi · 12 years ago
  40. 939103c IOAPIC: fix bitmask by Kyösti Mälkki · 13 years ago
  41. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  42. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago[Renamed from src/arch/i386/lib/ioapic.c]
  43. e4990365 Cosmetics in ioapic.c (trivial, no functional changes). by Uwe Hermann · 14 years ago
  44. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  45. 169dc7e - move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (has by Stefan Reinauer · 14 years ago[Renamed from src/arch/i386/smp/ioapic.c]
  46. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  47. 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 15 years ago
  48. 8dcd50b fix a bunch of cast and type warnings and don't call the apic "nvram", that by Stefan Reinauer · 15 years ago
  49. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  50. 6a8745ae code reformat by Li-Ta Lo · 20 years ago
  51. 5899fd8 - Small step forward Linux boots and almost works... by Eric Biederman · 21 years ago