1. 20 7月, 2009 1 次提交
  2. 13 10月, 2008 1 次提交
  3. 19 6月, 2008 1 次提交
    • J
      MM: virtual address debug · 59ea7463
      Jiri Slaby 提交于
      Add some (configurable) expensive sanity checking to catch wrong address
      translations on x86.
      
      - create linux/mmdebug.h file to be able include this file in
        asm headers to not get unsolvable loops in header files
      - __phys_addr on x86_32 became a function in ioremap.c since
        PAGE_OFFSET, is_vmalloc_addr and VMALLOC_* non-constasts are undefined
        if declared in page_32.h
      - add __phys_addr_const for initializing doublefault_tss.__cr3
      
      Tested on 386, 386pae, x86_64 and x86_64 numa=fake=2.
      
      Contains Andi's enable numa virtual address debug patch.
      Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
      Cc: Andi Kleen <andi@firstfloor.org>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      59ea7463
  4. 30 1月, 2008 3 次提交
  5. 11 10月, 2007 2 次提交
  6. 12 8月, 2007 1 次提交
    • C
      i386: Fix double fault handler · 3dab307e
      Chuck Ebbert 提交于
      The new percpu code has apparently broken the doublefault handler
      when CONFIG_DEBUG_SPINLOCK is set. Doublefault is handled by
      a hardware task, making the check
      
              SPIN_BUG_ON(lock->owner == current, lock, "recursion");
      
      fault because it uses the FS register to access the percpu data
      for current, and that register is zero in the new TSS. (The trace
      I saw was on 2.6.20 where it was GS, but it looks like this will
      still happen with FS on 2.6.22.)
      
      Initializing FS in the doublefault_tss should fix it.
      
      AK: Also fix broken ptr_ok() and turn printks into KERN_EMERG
      AK: And add a PANIC prefix to make clear the system will hang
      AK: (e.g. x86-64 will recover)
      Signed-off-by: NChuck Ebbert <cebbert@redhat.com>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      3dab307e
  7. 03 5月, 2007 1 次提交
  8. 26 6月, 2006 1 次提交
  9. 05 9月, 2005 1 次提交
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4