1. 30 May, 2004 4 commits
    • Andi Kleen's avatar
      [PATCH] x86-64 update · be6a14aa
      Andi Kleen authored
      Add accumulated bug fixes for x86-64 and some minor cleanups.
      
       - Add ptep_set_access_flags from i386
       - Change memory text mapping to 10MB from 40MB to make alias window
         smaller
       - Disable change_page_attr for kernel mapoing for now (wrong, but the
         other code also doesn't work)
       - Add .bss.page_aligned and align interrupt/exception stacks (idea from
         Matt Mackall)
       - Protect sysenter MSR setup against missing registers. 
       - Set mce tolerance level to 1 (panic instead of deadlock)
       - Fix cross 4GB bug in find_first_bit (Michael Matz)
       - Add missing memory clobbers in bitops.h (Suresh B.  Siddha)
       - Check kernel size at boot up
       - Set boot cpu online at boot to fix early printk
       - Fix EFER bit definitions (Dave Jones)
       - Fix comments in 32bit syscall table.
       - Quieten all 32bit syscalls that are unimplemented in 32bit. 
       - Various MCE fixes suggested by Eric Morton, David Boles et.al.
         More to come.
       - Quieten some printks
       - Fix cpu online check in msr driver
       - Lower polling interval for machine checks to 5 minutes to avoid
         overrunning the registers. 
       - Make memcpy_{from,to}io more compatible with i386 (Roland Dreier)
      be6a14aa
    • Linus Torvalds's avatar
      ppc64: fix untyped large constants so that they don't cause · 95d9dbbd
      Linus Torvalds authored
      sparse to warn about implicit typing.
      95d9dbbd
    • Linus Torvalds's avatar
      c773633f
    • Piotr Kaczuba's avatar
      [PATCH] make vram boot option actually work · 5140ba66
      Piotr Kaczuba authored
      The following patch makes the vram boot option actually be recognized
      and its value assigned to the vram variable.
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      5140ba66
  2. 29 May, 2004 36 commits