1. 30 May, 2002 2 commits
  2. 29 May, 2002 11 commits
    • Russell King's avatar
      [ARM] Remove an extraneous load from atomic ops · b82dccd9
      Russell King authored
      atomic.h was generating some extra loads that aren't required.  In
      addition, it was needlessly performing various tests inside the
      atomic region.  This change fixes both these issues.
      b82dccd9
    • Russell King's avatar
      [ARM] Context switch improvements · 415395e1
      Russell King authored
       - We don't need to save the CPSR.
       - Rearrange thread_info members so we can pull the fields out of
         thread_info more efficiently.
       - Allocate a couple of extra words for CPU specific context saving
         (eg, for Xscale ACC registers)
       - Always leave 8 bytes free at the top of the kernel stack.  This
         prevents the stack becoming completely empty when do_exit() is
         called from an exiting nfsd() thread, and causing the wrong
         pointer to be returned from current_thread_info()
      415395e1
    • Russell King's avatar
      baa522c8
    • Russell King's avatar
      cf89107c
    • Russell King's avatar
      [ARM] Remove victor machine type · 5dc387c1
      Russell King authored
      This machine type is no longer maintained and is falling into bitrot
      heaven.
      5dc387c1
    • Linus Torvalds's avatar
      Kernel version 2.5.19 · ca980f75
      Linus Torvalds authored
      ca980f75
    • Linus Torvalds's avatar
      Fix IDE Makefile typo · ff9f52f3
      Linus Torvalds authored
      ff9f52f3
    • Martin Dalecki's avatar
      [PATCH] 2.5.18 IDE 75 · 1138d8a0
      Martin Dalecki authored
       - Comment out config_chipset_for_pio from hpt366 driver. It seems to hang on it
         and many people consistently reported that this may be necessary.
         Well apparently this host chip is forced to be in DMA read mode anyway
         and we where undoing this there.
      
       - Apply small cosmetics to pdc202xx.c driver by Thierry Vignaud.
         His change log entries follow:
      
            - factorize constants with PDC_CLOCK and UDMA_SPEED_FLAG macros and
      	the init_high_16() static inline functions, thus removing floating
      	constants in code
      
            - remove unused variables and pci space read
      
            - kill useless code in pdc202xx_udma_irq_status() resulting in
      	removing unused variable: the code does lots of tests to check what
      	value to return but just always return the same exact value in all
      	code paths!
      	this also saves a few cpu & pci bus cyles by removing a useless read
      	in pci space
      
            - simplify #if/#else resulting in code duplication
      
            - make init_pdc202xx clearer
      
            - remove duplicated initializations in config_drive_xfer_rate() and
      	simplify code paths
      
       - Kill unused init_speed member from ata_device struct. Spotted by
         M.H.VanLeeuwen.
      1138d8a0
    • Pavel Machek's avatar
      [PATCH] swsusp: cleanup · d72fb463
      Pavel Machek authored
       - use list_for_each in head_of_free_region
       - cleanups from 2.4
       - fix for usb
       - kill broken queueing
      d72fb463
    • Linus Torvalds's avatar
      Merge USB update · 455980ab
      Linus Torvalds authored
      455980ab
    • Linus Torvalds's avatar
      Merge bk://ppc.bkbits.net/for-linus-ppc · 54f1543d
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      54f1543d
  3. 30 May, 2002 2 commits
  4. 29 May, 2002 17 commits
  5. 28 May, 2002 8 commits