Skip to content
Snippets Groups Projects
This project is mirrored from https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git. Pull mirroring updated .
  1. Feb 11, 2010
    • Yinghai Lu's avatar
      x86: Move range related operation to one file · 27811d8c
      Yinghai Lu authored
      
      We have almost the same code for mtrr cleanup and amd_bus checkup, and
      this code  will also be used in replacing bootmem with early_res,
      so try to move them together and reuse it from different parts.
      
      Also rename update_range to subtract_range as that is what the
      function is actually doing.
      
      -v2: update comments as Christoph requested
      
      Signed-off-by: default avatarYinghai Lu <yinghai@kernel.org>
      LKML-Reference: <1265793639-15071-4-git-send-email-yinghai@kernel.org>
      Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
      27811d8c
  2. Nov 24, 2009
  3. Nov 17, 2009
  4. Nov 02, 2009
  5. Jul 05, 2009
    • Ingo Molnar's avatar
      x86: Further clean up of mtrr/generic.c · e3d0e692
      Ingo Molnar authored
      
      Yinghai noticed that i defined BIOS_BUG_MSG but added no
      usage for it. The usage is to clean up this turd in generic.c:
      
      			printk(KERN_WARNING "WARNING: BIOS bug: VAR MTRR %d "
      				"contains strange UC entry under 1M, check "
      				"with your system vendor!\n", i);
      
      Breaking printk lines in the middle looks ugly, is hard to read
      and breaks 'git grep'. Use the BIOS_BUG_MSG instead.
      
      Also complete the moving of structure definitions and variables
      to the top of the file.
      
      Reported-by: default avatarYinghai Lu <yinghai@kernel.org>
      LKML-Reference: <20090703164225.GA21447@elte.hu>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      e3d0e692
  6. Jul 04, 2009
    • Jaswinder Singh Rajput's avatar
      x86: Clean up mtrr/cleanup.c · 63f9600f
      Jaswinder Singh Rajput authored
      
      Fix trivial style problems:
      
        WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
        WARNING: Use #include <linux/kvm_para.h> instead of <asm/kvm_para.h>
      
      Also, nr_mtrr_spare_reg should be unsigned long.
      
      arch/x86/kernel/cpu/mtrr/cleanup.o:
      
         text	   data	    bss	    dec	    hex	filename
         6241	   8992	   2056	  17289	   4389	cleanup.o.before
         6241	   8992	   2056	  17289	   4389	cleanup.o.after
      
      The md5 has changed:
         1a7a27513aef1825236daf29110fe657  cleanup.o.before.asm
         bcea358efa2532b6020e338e158447af  cleanup.o.after.asm
      
      Because a WARN_ON()'s __LINE__ value changed by 3 lines.
      
      Suggested-by: default avatarAlan Cox <alan@lxorguk.ukuu.org.uk>
      Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Yinghai Lu <yinghai@kernel.org>
      LKML-Reference: <20090703164225.GA21447@elte.hu>
      [ Did lots of other cleanups to make the code look more consistent. ]
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      63f9600f
  7. May 15, 2009
  8. Mar 18, 2009
  9. Mar 17, 2009
  10. Mar 13, 2009
  11. Jan 29, 2009
  12. Dec 31, 2008
  13. Dec 25, 2008
  14. Oct 28, 2008
  15. Oct 05, 2008
  16. Oct 03, 2008
  17. Sep 30, 2008
  18. Sep 28, 2008
  19. Sep 27, 2008
  20. Sep 19, 2008
    • Yinghai Lu's avatar
      x86: fix arch/x86/kernel/cpu/mtrr/main.c warning · 279b0bbb
      Yinghai Lu authored
      
      fix this warning reported by Andrew Morton:
      
      > arch/x86/kernel/cpu/mtrr/main.c: In function 'mtrr_bp_init':
      > arch/x86/kernel/cpu/mtrr/main.c:1170: warning: 'extra_remove_base' may be used uninitialized in this function
      
      the warning is bogus but the logic that prevents uninitialized use
      is a bit convoluted so simplify it all.
      
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      279b0bbb
  21. Aug 21, 2008
  22. Jul 22, 2008
  23. Jul 08, 2008
  24. Jun 26, 2008
  25. May 25, 2008
  26. Apr 17, 2008
Loading