1. 10 10月, 2014 3 次提交
  2. 07 8月, 2014 1 次提交
  3. 05 6月, 2014 2 次提交
  4. 08 4月, 2014 1 次提交
  5. 24 1月, 2014 1 次提交
  6. 30 5月, 2012 1 次提交
  7. 10 8月, 2010 1 次提交
  8. 12 12月, 2009 1 次提交
  9. 19 6月, 2008 2 次提交
    • I
      x86, MM: virtual address debug, cleanups · 7aa413de
      Ingo Molnar 提交于
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      7aa413de
    • 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