1. 10 6月, 2008 1 次提交
  2. 09 6月, 2008 1 次提交
  3. 06 6月, 2008 1 次提交
    • I
      x86, 32-bit: SRAT fix · ea57a5a6
      Ingo Molnar 提交于
      we were adding reserved BIOS ranges as general memory as well => not good.
      
      solves this crash:
      
      [   20.068075] hostname used greatest stack depth: 6464 bytes left
      [   20.121404] BUG: unable to handle kernel <1>BUG: unable to handle kernel NULL pointer dereference at 00000b8c
      [   20.121404] IP: [<c01160ae>] kmap_atomic_prot+0x2d/0x1c3
      [   20.121404] *pdpt = 00000000367eb001 *pde = 0000000000000000
      [   20.121404] Oops: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
      [   20.121404]
      [   20.121404] Pid: 2061, comm: rc.sysinit Not tainted (2.6.26-rc3 #2440)
      [   20.121404] EIP: 0060:[<c01160ae>] EFLAGS: 00010206 CPU: 0
      [   20.121404] EIP is at kmap_atomic_prot+0x2d/0x1c3
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      ea57a5a6
  4. 05 6月, 2008 6 次提交
  5. 04 6月, 2008 5 次提交
  6. 03 6月, 2008 10 次提交
  7. 02 6月, 2008 1 次提交
  8. 31 5月, 2008 4 次提交
  9. 27 5月, 2008 1 次提交
  10. 26 5月, 2008 1 次提交
    • T
      x86: fix mpparse fallout · 85cc35fa
      Thomas Gleixner 提交于
      UP builds with LOCAL_APIC=y and IO_APIC=n fail with a missing
      reference to mp_bus_not_pci. Distangle the mpparse code some more and
      move the ioapic specific bus check into a separate function.
      
      This code needs sume urgent un#ifdef surgery all over the place.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      85cc35fa
  11. 25 5月, 2008 9 次提交