An error occurred fetching the project authors.
  1. 20 May, 2003 1 commit
  2. 16 May, 2003 1 commit
  3. 15 May, 2003 2 commits
  4. 13 May, 2003 1 commit
  5. 10 May, 2003 1 commit
  6. 08 Mar, 2003 1 commit
  7. 25 Nov, 2002 1 commit
  8. 08 Oct, 2002 1 commit
    • Andrew Morton's avatar
      [PATCH] remove get_free_page() · 15e28e8d
      Andrew Morton authored
      This used to be a macro wrapper around get_zeroed_page().
      
      It was a dreadful choice of name, because it hid the fact that this
      function memsets the page.  Probably, lots of the callers didn't
      actually want to do that but this patch does not make such
      optimisations.
      
      At least now, people may spot a `get_zeroed_page' in there and realise
      that the page doesn't actually need to be initialised.
      
      The patch also changes get_zeroed_page() to go BUG if called with
      __GFP_HIGHMEM.  It returns the address of the page's memory and hence
      can only be used for direct-mapped pages (wli).
      15e28e8d
  9. 18 Jul, 2002 1 commit
  10. 09 Jun, 2002 1 commit
    • Mitchell Blank Jr.'s avatar
      [PATCH] atm warning fix (vs 2.5.21) · dce2f963
      Mitchell Blank Jr. authored
      This fixes a large batch of warnings that popped up with the new stricter
      bitops.h that recently was introduced.  We actually didn't have 64-bit
      bug, but we had built our own *_flags_t typedef's that were just struct
      wrappers around an unsigned long.  We used to pass their addresses directly
      to set_bit() and friends but now that causes an error.  The typedef's really
      didn't serve much purpose so the cleanest fix is to just eliminate them and
      use "unsigned long" directly.
      dce2f963
  11. 06 Feb, 2002 1 commit
  12. 05 Feb, 2002 3 commits
    • Linus Torvalds's avatar
      v2.4.6 -> v2.4.6.1 · 17023327
      Linus Torvalds authored
        - merge with Alan (irda, s390, mips64, chris, sk98lin, mips/mm)
        - rth: fix alpha RTC calibration
        - Paul Mackerras: fix PPC typo
      17023327
    • Linus Torvalds's avatar
      v2.4.2.7 -> v2.4.2.8 · 8b11a705
      Linus Torvalds authored
        - Paul Mackerras: PPC update for thread-safe page table handling
        - Ingo Molnar: x86 PAE update for thread-safe page table handling
        - Jeff Garzik: network driver updates, i810 rng driver, and
        "alloc_etherdev()" network driver insert race condition fix.
        - David Miller: UltraSparcIII update, network locking fixes
        - Al Viro: fix fs counts on mount failure
      8b11a705
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32