1. 18 May, 2004 24 commits
  2. 17 May, 2004 9 commits
  3. 18 May, 2004 1 commit
  4. 17 May, 2004 6 commits
    • Russell King's avatar
      5e49f9a3
    • Russell King's avatar
      [ARM] Update atomic.h · 135247bf
      Russell King authored
      This re-jigs atomic.h by providing atomic_add_return and
      atomic_sub_return as other architectures do.  This allows us to
      implement the atomic ops that test the new value without having
      to write the underlying atomic operation in various forms.
      135247bf
    • Ian Campbell's avatar
      [ARM] Fix use of page->count · 1f20fe30
      Ian Campbell authored
      Patch from: Ian Campbell
      
      This changes the atomic_t in struct page named count into a private
      member _count which breaks arch/arm/mm/init.c at line 80 which reads
      page->count directly in show_mem().
                                                                                      
      The comments in the above changeset suggest that page_count(page) is
      precisely equal to the old page->count semantics, even though the
      semantics of _count are different, so I think the following is correct
      1f20fe30
    • Greg Kroah-Hartman's avatar
      USB: fix dumb compile error in aiptek driver · d9e08e98
      Greg Kroah-Hartman authored
      Doesn't anyone ever actually build the patches they send me...
      d9e08e98
    • Oliver Neukum's avatar
      [PATCH] USB: purge wait_ms from core · 42842f8a
      Oliver Neukum authored
      this makes the core use the new safe waiting helper.
      
        - remove wait_ms from hub driver
      42842f8a
    • Oliver Neukum's avatar
      [PATCH] USB: new delay helper safe wrt waitqueues · 289cf6ad
      Oliver Neukum authored
      this is a new waiting helper safe even if we are left on a waitqueue.
      This version addresses Alan's concerns about ifdefs. Please apply.
      
        - add delay helper that is safe even if we are still on another waitqueue
      289cf6ad