1. 30 May, 2004 8 commits
    • Alexander Viro's avatar
      [PATCH] sparse: missed setsockopt wrappers · 21a61fb3
      Alexander Viro authored
      Here's the tail of setsockopt I've missed - for old protocol families we
      have wrappers around those methods.
      21a61fb3
    • Andi Kleen's avatar
      [PATCH] Fix compilation on x86-64 · d72e92c6
      Andi Kleen authored
      I managed to break compilation with my last patch with a last minute edit.
      d72e92c6
    • Linus Torvalds's avatar
      ppc64: use "ASM_CONST()" to give proper C type to constants · 5979a91f
      Linus Torvalds authored
      that can also be used in assembly language context.
      
      This one fixes the common CPU_FTR_COHERENT_ICACHE warning in
      asm/cacheflush.h.
      5979a91f
    • Andi Kleen's avatar
      [PATCH] Really fix empty node 0 on x86-64 · 2e0e3f8a
      Andi Kleen authored
      x86-64 shares some numa code with i386, and that didn't handle holes in
      the node map properly.  Fix this.
      2e0e3f8a
    • 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 32 commits