1. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  2. 80c79a5 device/device.h: Drop multiple links by Arthur Heymans · 11 months ago
  3. 6e5cc4c arch/x86/mpspec: turn compile-time check into Kconfig dependency by Felix Held · 6 months ago
  4. 3b5b66d device: Add support for multiple PCI segment groups by Felix Held · 6 months ago
  5. b78e462 Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER} by Kyösti Mälkki · 1 year, 7 months ago
  6. 987f46c arch/x86/mpspec.c: Drop weak write_smp_table() by Kyösti Mälkki · 1 year, 8 months ago
  7. ca5a793 drivers/generic/ioapic: Drop poor implementation by Kyösti Mälkki · 3 years, 1 month ago
  8. ae1ca82 arch/x86: Clean up includes by Elyes Haouas · 1 year, 9 months ago
  9. d835da9 treewide: use predicates to check for enabled pci devices by Fabio Aiuto · 1 year, 9 months ago
  10. 45aae7f treewide: use is_enabled_cpu() on cycles over device list by Fabio Aiuto · 1 year, 10 months ago
  11. fbe8cb6 {arch,cpu}: Remove redundant <arch/cpu.h> by Elyes HAOUAS · 2 years, 6 months ago
  12. 06b2049 arch/x86/mptable: Add smp_write_ioapic_from_hw() by Kyösti Mälkki · 3 years, 1 month ago
  13. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 1 month ago
  14. f33ab7c arch/x86/mpspec.c: Drop dead code by Angel Pons · 4 years ago
  15. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  16. 11f0079 src/arch/x86: Convert to SPDX license header by Patrick Georgi · 4 years, 4 months ago
  17. 20bbd81 AUTHORS: Move src/arch/x86 copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  18. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  19. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  20. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  21. 294446a x86/mpspec: order the I/O APICs by the APIC Id by Lubomir Rintel · 6 years ago
  22. 9ba8f7c device: constify some variables by Lubomir Rintel · 6 years ago
  23. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  24. 0b5678f arch/x86: Fix most of remaining issues detected by checkpatch by Lee Leahy · 7 years ago
  25. 6f80ccc arch/x86: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  26. e5f29e8 arch/x86: Fix prefer errors detected by checkpatch by Lee Leahy · 7 years ago
  27. 024b13d arch/x86: Fix space issues detected by checkpatch by Lee Leahy · 7 years ago
  28. 9c7c6f7 arch/x86: Fix issues with braces detected by checkpatch by Lee Leahy · 7 years ago
  29. dbf3067 src/arch: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  30. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  31. 6cb3a59 x86: flatten hierarchy by Stefan Reinauer · 9 years ago 4.1 4.1[Renamed from src/arch/x86/boot/mpspec.c]
  32. 9693885 x86: Port x86 over to compile cleanly with x86-64 by Stefan Reinauer · 9 years ago
  33. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  34. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  35. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  36. bd4553b MP Table: Change types to be consistent with the spec by Mike Loptien · 10 years ago
  37. d0167d3 MP Spec: Correct the Virtual Wire assignment by Mike Loptien · 10 years ago
  38. 9159734 MP Spec: Add copyright header by Mike Loptien · 10 years ago
  39. 0bb0aff arch/x86/boot: Indent mpspec.c and make a loop more legible by Edward O'Callaghan · 10 years ago
  40. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  41. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  42. 8c02790 MPTABLE: check for fixed IRQ entries on all pins by Sven Schnelle · 12 years ago
  43. 0d5d70b mptable: bring sanity back to mptable generation (TRIVIAL) by Alexandru Gagniuc · 12 years ago
  44. 64c40dd Don't write automatic IRQ entries for disabled devices by Sven Schnelle · 12 years ago
  45. 0fa50a1 MPTAPLE: generate from devicetree.cb by Sven Schnelle · 12 years ago
  46. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  47. 07b4215 Move linux 2.6.11 workaround to generic code by Patrick Georgi · 13 years ago
  48. b0a9c5c mptable: Refactor mptable generation some more by Patrick Georgi · 13 years ago
  49. c75c79b mptable: Get rid of fixup_virtual_wire by Patrick Georgi · 13 years ago
  50. 6eb7a53 mptable: Refactor lintsrc generation by Patrick Georgi · 13 years ago
  51. c36d506 Get mptable OEM/product ID from kconfig variables. by Uwe Hermann · 14 years ago
  52. 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/boot/mpspec.c]
  53. 612fcc3 Make smp_write_bus static (local scope), to prevent new boards from by Patrick Georgi patrick · 14 years ago
  54. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  55. ab27266 Add new function to create all mptable entries for buses by by Patrick Georgi · 14 years ago
  56. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  57. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  58. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  59. 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/mpspec.c]
  60. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  61. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  62. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  63. e914903 Remove duplicate code. by Patrick Georgi · 15 years ago
  64. 5bba752 fix a warning for a misnamed define, and make a debug message printk_debug by Stefan Reinauer · 15 years ago
  65. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  66. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 15 years ago
  67. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 15 years ago
  68. 7a4f688 fix warnings, make mptable struct members explicitly packed, as they're by Stefan Reinauer · 16 years ago
  69. f327d9f Route device IRQ through PCI bridge instead in mptable. by Yinghai Lu · 16 years ago
  70. 4f1cb23 move mptable to 960k to 1M https://openbios.org/roundup/linuxbios/issue55 by Stefan Reinauer · 18 years ago
  71. f3ed1cf - HDAMA boots! by Eric Biederman · 20 years ago
  72. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  73. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  74. 8e79fc3 code reformat by Li-Ta Lo · 20 years ago
  75. 9bdb460 - Updates to config.g so that it works more reliably and has initial support by Eric Biederman · 21 years ago
  76. 5899fd8 - Small step forward Linux boots and almost works... by Eric Biederman · 21 years ago
  77. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago