1. 07 Jun, 2003 8 commits
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/acme/hlist-2.5 · cea83e2a
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      cea83e2a
    • Arnaldo Carvalho de Melo's avatar
      o list.h: improve hlist · 567d401e
      Arnaldo Carvalho de Melo authored
      This changeset:
      
      1. Implements hlist_add_after
      2. uses prefetch in hlist_for_each, using a trick that ends up being
         equivalent to having the prefetch instruction in the first block
         of the hlist_for_each for block, the compiler optimizes the second
         "test" away, as its result is constant
      3. implements hlist_for_each_entry and hlist_for_each_entry safe,
         using a struct hlist_node as iterator to avoid the extra branches a
         similar implementation to list_for_each_entry would have if used
         a typed iterator, but while avoiding having to have the explicit
         hlist_entry as in hlist_for_each.
      
      4. Converts the hlist_for_each users that had explicit prefetches, i.e.
         removed the explicit prefetch
      
      5. fix a harmless list_entry use in a hlist_for_each in inode.c
         
      567d401e
    • Linus Torvalds's avatar
      Merge bk://linux-dj.bkbits.net/cpufreq · d5eef605
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      d5eef605
    • Dave Jones's avatar
      [CPUFREQ] missing export · 9f43b3a6
      Dave Jones authored
      powernow-k7 needs dmi_broken
      9f43b3a6
    • Andi Kleen's avatar
      [PATCH] Work around gcc 3.3 bug on amd64 in binfmt_elf.c · ea9fcb21
      Andi Kleen authored
      This patch works around a gcc 3.3 bug on AMD64.  On AMD64 the
      get_current() function expands to a switch on sizeof which has to be
      optimized away by the compiler, finally yielding an inline assembler
      statement.  In some cases it seems to get that wrong and forgets to
      reference and use the argument.  I have only seen it happen in
      binfmt_elf so far.
      
      Work around by just computing "current" once.
      ea9fcb21
    • René Scharfe's avatar
      [PATCH] hugetlbfs: fix error reporting in case of invalid mount · 450349c0
      René Scharfe authored
      hugetlbfs was unnecessarily verbose, and didn't even print out the right
      thing if given invalid mount options.
      
      Just return EINVAL.
      450349c0
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.5 · c4331890
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      c4331890
    • Linus Torvalds's avatar
      Merge bk://ppc.bkbits.net/for-linus-ppc · 20efbf29
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      20efbf29
  2. 08 Jun, 2003 4 commits
  3. 07 Jun, 2003 1 commit
  4. 06 Jun, 2003 27 commits