1. 52234d6 bios_emulator: fix first argument of pci_{read,write}_config_* function calls by Yuri Zaporozhets · 4 weeks ago
  2. eb432ac bios_emulator: define the comment symbol for RISC-V assembler too by Yuri Zaporozhets · 4 weeks ago
  3. 5f57ead drivers: bios_emulator: Remove duplicate newlines by Marek Vasut · 4 months ago
  4. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  5. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  6. e2e8d54 bios_emulator: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  7. 1bbf41d global: Drop common.h inclusion by Tom Rini · 12 months ago
  8. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
  9. 9306f9f bios_emulator: Drop VIDEO_IO_OFFSET by Simon Glass · 1 year, 5 months ago
  10. 908ee65 bios_emulator: Add Kconfig and adjust Makefile for SPL by Simon Glass · 1 year, 5 months ago
  11. 5b92520 video: Rename structs and functions to avoid VBE by Simon Glass · 2 years, 4 months ago
  12. ec86bc6 video: Renname vbe.h to vesa.h by Simon Glass · 2 years, 4 months ago
  13. 3e0f2fb pci: Update dm_pci_bus_to_virt() parameters by Andrew Scull · 2 years, 7 months ago
  14. 531157f pci: Drop DM_PCI check from bios_emul by Simon Glass · 3 years, 4 months ago
  15. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
  16. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  17. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  18. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  19. 24a6489 bios_emulator: remove stray break by Heinrich Schuchardt · 5 years ago
  20. 08c4946 bios_emulator: remove assignment without effect by Heinrich Schuchardt · 7 years ago
  21. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  22. c9dba41 bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODE by Bin Meng · 7 years ago
  23. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  24. cc40906 bios_emulator: Fix cast for 64-bit compilation by Simon Glass · 8 years ago
  25. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  26. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  27. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
  28. d3e0c8f dm: pci: Convert bios_emu to use the driver model PCI API by Simon Glass · 9 years ago
  29. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  30. a264c90 biosemu: Do not free vga_info->BIOSImage when it is 0xc0000 by Bin Meng · 10 years ago
  31. c55b1c6 bios_emulator: Add some VESA interface debugging by Simon Glass · 10 years ago
  32. eead8d7 bios_emulator: Don't display error when emulator terminates by Simon Glass · 10 years ago
  33. 769852f bios_emulator: Fix an #ifdef typo in the header file by Simon Glass · 10 years ago
  34. a9b9ef4 bios_emulator: Correct ordering of includes by Simon Glass · 10 years ago
  35. b91ea30 bios_emulator: Always print errors when opcode decode fails by Simon Glass · 10 years ago
  36. d8414fc bios_emulator: Add an option to enable debugging by Simon Glass · 10 years ago
  37. 658273a bios_emulator: Allow a custom interrupt handler to be installed by Simon Glass · 10 years ago
  38. acda1cc bios_emulator: Add vesa support and allow ROMs to be passed in as data by Simon Glass · 10 years ago
  39. 8917216 bios_emulator: Allow x86 to use the emulator by Simon Glass · 10 years ago
  40. c30ea60 Introduce a header file for the BIOS emulator by Simon Glass · 10 years ago
  41. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  42. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  43. 82435da drivers: delete unused header files by Masahiro Yamada · 11 years ago
  44. 6a20126 bios_emulator: delete an unnecessary include path by Masahiro Yamada · 11 years ago
  45. 4309a33 drivers: delete unnecessary HOSTCFLAGS by Masahiro Yamada · 11 years ago
  46. 66023c7 Makefile: make directories by Makefile.build by Masahiro Yamada · 11 years ago
  47. 6252698 drivers: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  48. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  49. 9b6a5af biosemu: include <asm/io.h> header by Linus Walleij · 12 years ago
  50. 4a59809 Consolidate bool type by York Sun · 12 years ago
  51. eae8e7e Add abs() macro to return absolute value by Simon Glass · 13 years ago
  52. 812a174 drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  53. cac607a drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  54. cafa1aa Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  55. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  56. 224dad2 ati_radeon: Support PCI virtual not eq bus mapping. by Ed Swarthout · 15 years ago
  57. 9303ab8 ati_radeon: return with error when emulator fails by Ed Swarthout · 15 years ago
  58. 99d90cb drivers/bios_emulator: Fix compile error in .depend not being generated by Kumar Gala · 15 years ago
  59. 1cffcde Leave x86emu op code tables in default section by Ed Swarthout · 16 years ago
  60. 6a6d948 Update Freescale copyrights to remove "All Rights Reserved" by Kumar Gala · 15 years ago
  61. 00d5bfd unify HOST_CFLAGS and HOSTCFLAGS by Mike Frysinger · 15 years ago
  62. 695e6d2 drivers/bios_emulator: Fix gcc 4.4 compiler warning by Kumar Gala · 15 years ago
  63. 0d52219 drivers/bios_emulator: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  64. 7be6e5b Fix the function conflict in x86emu when DEBUG is on by Jason Jin · 16 years ago
  65. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  66. f7cda18 Wipe out assembler warnings while compiling x86 biosemu by Anatolij Gustschin · 17 years ago
  67. 9225411 Fix compiler warnings for PPC systems. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  68. 66c757b Add BUILD_DIR support for bios emulator. by Jason Jin · 17 years ago
  69. 694a710 Bios emulator - fix microblaze toolchain problem by Michal Simek · 17 years ago
  70. d59890b Minor fix for bios emulator makefile by Jason Jin · 17 years ago
  71. 7ed5cd9 Add CONFIG_BIOSEMU define to guard all the bios emulator code by Jason Jin · 17 years ago
  72. 96bb2e0 Coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  73. a63ce95 This is a BIOS emulator, porting from SciTech for u-boot, mainly for by Jason Jin · 17 years ago