1. 2e64397 Fix check-kerneldoc for out of tree builds by Nicholas Piggin · 10 months ago
  2. dc8a922 shellcheck: Fix shellcheck target with out of tree build by Nicholas Piggin · 10 months ago
  3. ddfdcc3 Add initial shellcheck checking by Nicholas Piggin · 10 months ago
  4. c3758c0 configure: Add ARCH_LIBDIR by Andrew Jones · 1 year, 6 months ago
  5. ea4ca8a make: add target to check kernel-doc comments by Nico Boehr · 1 year, 4 months ago
  6. 3d92b97 Makefile: Add -MP to $(autodepend-flags) by David Woodhouse · 1 year, 6 months ago
  7. e8f8554 Makefile: Move -no-pie from CFLAGS into LDFLAGS by Thomas Huth · 1 year, 7 months ago
  8. 63707aa Link with "-z noexecstack" to avoid warning from newer versions of ld by Thomas Huth · 1 year, 9 months ago
  9. e489c25 Rework the common LDFLAGS to become more useful again by Thomas Huth · 1 year, 9 months ago
  10. 35c167a lib/stack: print base addresses on relocation setups by Nadav Amit · 1 year, 8 months ago
  11. 8ccb4d1 x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile by Nikos Nikoleris · 1 year, 9 months ago
  12. 01c070a Allow to compile without -Werror by Thomas Huth · 3 years ago
  13. c98ce6e Rename --target-efi to --[enable|disable]-efi by Alexandru Elisei · 3 years ago
  14. d856a67 configure: Restrict --target-efi to x86_64 by Alexandru Elisei · 3 years ago
  15. ad5fb88 x86 UEFI: Boot from UEFI by Zixuan Wang · 3 years, 5 months ago
  16. 6b41b63 x86: Move IDT to desc.c by Paolo Bonzini · 3 years, 5 months ago
  17. 3d4eb24 Makefile: Don't trust PWD by Andrew Jones · 3 years, 6 months ago
  18. 441cbc0 configure: Add the possibility to specify additional cflags by Thomas Huth · 3 years, 9 months ago
  19. 4e0b958 make: Add tags target and gitignore the tags file by Siddharth Chandrasekaran · 3 years, 9 months ago
  20. 0b2d3da libcflat: provide long division routines by Paolo Bonzini · 3 years, 10 months ago
  21. 76ed5ff Makefile: Remove overriding recipe for libfdt_clean by Nikos Nikoleris · 4 years ago
  22. ac54015 Makefile: fix use of PWD in target "all" by Ricardo Koller · 4 years, 3 months ago
  23. 4e40b02 arm64: Compile with -mno-outline-atomics by Andrew Jones · 4 years, 7 months ago
  24. ac9e075 Always compile the kvm-unit-tests with -fno-common by Thomas Huth · 4 years, 10 months ago
  25. 2087da5 Makefile: Use no-stack-protector compiler options by Alexandru Elisei · 5 years ago
  26. f2606a8 Makefile: Compile the kvm-unit-tests with -fno-strict-aliasing by Thomas Huth · 5 years ago
  27. a7d157c Remove the old api folder by Thomas Huth · 5 years ago
  28. c62b1fd Makefile: use "-Werror" in cc-option by Bill Wendling · 5 years ago
  29. 4e8fcb9 Makefile: do not pass non-c++ warning options to g++ by Haozhong Zhang · 5 years ago
  30. 9431507 lib: arm: Use UART address from generated config.h by Alexandru Elisei · 6 years ago
  31. cd8060f Makefile: Compile with -Wmissing-prototypes and -Wstrict-prototypes by Thomas Huth · 6 years ago
  32. 51b8f0b Makefile: fix cscope target by Andrew Jones · 7 years ago
  33. 6b07148 Replace -Wextra with a saner list of warning flags by Thomas Huth · 8 years ago
  34. 7cd9735 Move flags that are shared between C and C++ into COMMON_CFLAGS by Thomas Huth · 8 years ago
  35. 797d79a Compile code with "-Wwrite-strings" by Thomas Huth · 8 years ago
  36. 76d671c Makefile: fix build-head with old git by Andrew Jones · 8 years ago
  37. 241e178 Makefiles: fix up the x86 build dirs and include/link paths by Alex Bennée · 8 years ago
  38. c7eb0b7 Makefile: add explicit directories target by Alex Bennée · 8 years ago
  39. 6d90fad Makefiles: use explicit path for including sub-Makefiles by Alex Bennée · 8 years ago
  40. 5ba83e7 Makefile: set VPATH based on SRCDIR by Alex Bennée · 8 years ago
  41. 506074f Makefile: ensure build-head works out-of-src-tree by Alex Bennée · 8 years ago
  42. d301c3a Makefile: drop "-lpthread -lrt" by David Hildenbrand · 8 years ago
  43. 1b7dd7d Use /bin/env in shebang to make scripts more portable by Sergey Bronnikov · 8 years ago
  44. cdb91f6 Makefile: Disable PIE as GCC enables it by default from 6.2.0-7 by Gavin Guo · 8 years ago
  45. 9f15911 run_tests: put logs into per-test file by Peter Xu · 8 years ago
  46. 529046c libcflat: add PRI(dux)32 format types by Alex Bennée · 8 years ago
  47. 6302168 Makefile: distclean should remove build-head by Andrew Jones · 8 years ago
  48. 29ff488 autodetect -Wno-frame-address by Paolo Bonzini · 8 years ago
  49. 682187a Use -Wno-frame-address alongside using -Wall and -Werror by Cyril Bur · 9 years ago
  50. b39ad08 cscope: be warn free by Andrew Jones · 9 years ago
  51. 5226679 lib: backtrace printing by Peter Feiner · 9 years ago
  52. e5c7379 build: don't reevaluate cc-option shell command by Peter Feiner · 9 years ago
  53. be68f30 build: enable -Werror by Peter Feiner · 9 years ago
  54. 3244d84 run scripts: add BUILD_HEAD by Andrew Jones · 9 years ago
  55. e9352fd config: no need to mix arch makefiles by Andrew Jones · 11 years ago
  56. a01c0f7 Makefile: cscope: also look in arch shared asm by Andrew Jones · 9 years ago
  57. f3bd1e0 lib: add linux dir for kernel uapi headers by Andrew Jones · 9 years ago
  58. 48fadf8 makefiles: use bash by Andrew Jones · 9 years ago
  59. 93e7b44 Makefile: change 'make install' to install standalone tests by Andrew Jones · 10 years ago
  60. 2b30b76 scripts: Introduce mkstandalone.sh by Andrew Jones · 10 years ago
  61. fa53564 Makefile: cscope may need to look in lib/$ARCH by Andrew Jones · 10 years ago
  62. 3df0ccc Introduce asm-generic/*.h files by Andrew Jones · 11 years ago
  63. f7f76b8 add support for Linux device trees by Andrew Jones · 11 years ago
  64. ce42dc8 libcflat: add abort() and assert() by Andrew Jones · 11 years ago
  65. 34cc65d add 'make cscope' support by Andrew Jones · 11 years ago
  66. 8922306 add distclean target and gitignore more by Andrew Jones · 11 years ago
  67. 761db0b clean root dir of all x86-ness by Andrew Jones · 11 years ago
  68. 1b468b3 makefile and run_tests tweaks by Andrew Jones · 11 years ago
  69. 2a814ba remove unused files by Andrew Jones · 11 years ago
  70. f3cdd15 Provide common report and report_summary services by Jan Kiszka · 11 years ago
  71. 509e9ad Build tests with debug information by Avi Kivity · 14 years ago
  72. 9c2e2a5 Improve autodepend includes by Avi Kivity · 14 years ago
  73. f753a28 Makefile: add support for C++ by Avi Kivity · 14 years ago
  74. fbde0da Makefile cleanup by Jason Wang · 15 years ago
  75. ea7d43d Parse multiboot command line into argc/argv by Avi Kivity · 15 years ago
  76. 7d36db3 Initial commit from qemu-kvm.git kvm/test/ by Avi Kivity · 15 years ago