1. 24 3月, 2009 2 次提交
  2. 03 1月, 2009 1 次提交
  3. 31 12月, 2008 11 次提交
  4. 28 10月, 2008 1 次提交
  5. 23 10月, 2008 2 次提交
  6. 15 10月, 2008 20 次提交
  7. 25 8月, 2008 1 次提交
    • E
      KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_reboot · 18b13e54
      Eduardo Habkost 提交于
      vmlinux.lds expects the fixup code to be on a section named .fixup. The
      .text.fixup section is not mentioned on vmlinux.lds, and is included on
      the resulting vmlinux (just after .text) only because of ld heuristics on
      placing orphan sections.
      
      However, placing .text.fixup outside .text breaks the definition of
      _etext, making it exclude the .text.fixup contents. That makes .text.fixup
      be ignored by the kernel initialization code that needs to know about
      section locations, such as the code setting page protection bits.
      Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
      Signed-off-by: NAvi Kivity <avi@qumranet.com>
      18b13e54
  8. 29 7月, 2008 1 次提交
  9. 27 7月, 2008 1 次提交