Skip to content
  1. Jun 10, 2008
  2. Jun 09, 2008
  3. Jun 06, 2008
    • Ingo Molnar's avatar
      x86, 32-bit: SRAT fix · ea57a5a6
      Ingo Molnar authored
      
      
      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: default avatarIngo Molnar <mingo@elte.hu>
      ea57a5a6
  4. Jun 05, 2008
  5. Jun 04, 2008
  6. Jun 03, 2008
  7. Jun 02, 2008
  8. May 31, 2008
  9. May 27, 2008
  10. May 26, 2008
    • Thomas Gleixner's avatar
      x86: fix mpparse fallout · 85cc35fa
      Thomas Gleixner authored
      
      
      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: default avatarThomas Gleixner <tglx@linutronix.de>
      85cc35fa
  11. May 25, 2008