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