1. 15 May, 2003 4 commits
    • Andrew Morton's avatar
      [PATCH] fix hugetlbpage scoping · 0b553b4d
      Andrew Morton authored
      From: norbert_wolff@t-online.de (Norbert Wolff)
      
      In arch/i386/mm/hugetlbpage.c htlbzone_pages and htlbpage_freelist are
      declared static at the Top of the File and later in set_hugetlb_mem_size()
      as extern.
      
      gcc-3.4 does not accept this conflict.
      0b553b4d
    • Andrew Morton's avatar
      [PATCH] pass the stack protection flags into put_dirty_page() · d2f21286
      Andrew Morton authored
      put_dirty_page() currently assumes PAGE_COPY for the stack page's ptes.  But
      for x86_64 (at least) this is not the case.
      
      The patch adds the extra arg to put_dirty_page(), updates all callers and fixes
      x86_64.
      d2f21286
    • Andrew Morton's avatar
      [PATCH] sound/core comparison fix · a397214b
      Andrew Morton authored
      From: Hal Duston <hduston@speedscript.com>
      
      This fixes a bug that appears to have crept in between 2.5.69-mm1 and
      2.5.69-mm2 with the "switch most remaining drivers over to devfs_mk_bdev"
      patch
      a397214b
    • Andrew Morton's avatar
      [PATCH] ipmi warning fixes · 8e8804a5
      Andrew Morton authored
      CPU flags are unsigned long.
      8e8804a5
  2. 14 May, 2003 36 commits