1. 26 12月, 2008 1 次提交
  2. 25 12月, 2008 2 次提交
  3. 24 12月, 2008 1 次提交
    • I
      x86: disable X86_PTRACE_BTS · 40f15ad8
      Ingo Molnar 提交于
      there's a new ptrace arch level feature in .28:
      
        config X86_PTRACE_BTS
        bool "Branch Trace Store"
      
      it has broken fork() handling: the old DS area gets copied over into
      a new task without clearing it.
      
      Fixes exist but they came too late:
      
        c5dee617: x86, bts: memory accounting
        bf53de90: x86, bts: add fork and exit handling
      
      and are queued up for v2.6.29. This shows that the facility is still not
      tested well enough to release into a stable kernel - disable it for now and
      reactivate in .29. In .29 the hardware-branch-tracer will use the DS/BTS
      facilities too - hopefully resulting in better code.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      40f15ad8
  4. 20 12月, 2008 2 次提交
  5. 18 12月, 2008 1 次提交
  6. 17 12月, 2008 6 次提交
  7. 15 12月, 2008 1 次提交
  8. 10 12月, 2008 1 次提交
    • Y
      sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ build · 8a4830f8
      Yinghai Lu 提交于
      Ingo Molnar wrote:
      
      >>>  drivers/pci/intr_remapping.c: In function 'irq_2_iommu_alloc':
      >>>  drivers/pci/intr_remapping.c:72: error: 'boot_cpu_id' undeclared (first use in this function)
      >>>  drivers/pci/intr_remapping.c:72: error: (Each undeclared identifier is reported only once
      >>>  drivers/pci/intr_remapping.c:72: error: for each function it appears in.)
      
      sparseirq should only be used with SMP for now.
      8a4830f8
  9. 09 12月, 2008 1 次提交
  10. 08 12月, 2008 10 次提交
  11. 04 12月, 2008 2 次提交
  12. 03 12月, 2008 5 次提交
  13. 01 12月, 2008 6 次提交
  14. 30 11月, 2008 1 次提交