1. 27 Sep, 2002 1 commit
  2. 26 Sep, 2002 1 commit
  3. 21 Sep, 2002 2 commits
  4. 20 Sep, 2002 2 commits
  5. 19 Sep, 2002 1 commit
  6. 18 Sep, 2002 2 commits
  7. 17 Sep, 2002 3 commits
  8. 15 Sep, 2002 1 commit
  9. 12 Sep, 2002 2 commits
  10. 09 Sep, 2002 1 commit
  11. 04 Sep, 2002 1 commit
  12. 31 Aug, 2002 1 commit
  13. 27 Aug, 2002 1 commit
  14. 16 Aug, 2002 3 commits
  15. 15 Aug, 2002 1 commit
  16. 10 Aug, 2002 1 commit
  17. 03 Aug, 2002 1 commit
    • Jeff Dike's avatar
      [PATCH] UML preparation - infrastructure · 8f103851
      Jeff Dike authored
      This patch (against 2.5.30) contains all of the changes to generic code
      needed by UML.
      
      CREDITS -
      	Changes my address and adds a UML credit for Lars Brinkoff.
      
      MAINTAINERS -
      	Adds a UML entry.
      
      Makefile -
      	When ARCH=um is on the command line to do a UML build, the old value
      	of ARCH is saved in $(SUBARCH) for the later use of the UML build.
      
      drivers/char/Makefile -
      	Sets KEYMAP, KEYBD, CONSOLE empty to prevent hardware drivers from
      	being compiled in.
      
      drivers/net/setup.c -
      	Backs out a UML hook which leaked into your tree which UML no
      	longer uses.
      8f103851
  18. 01 Aug, 2002 1 commit
  19. 29 Jul, 2002 1 commit
  20. 26 Jul, 2002 1 commit
  21. 25 Jul, 2002 2 commits
  22. 24 Jul, 2002 2 commits
  23. 21 Jul, 2002 1 commit
    • Russell King's avatar
      [PATCH] Serial driver stuff · 33c0d1b0
      Russell King authored
      The serial layer is restructured to allow less code duplication (and
      hence bug duplication) across various serial drivers.  Since ARM adds
      six extra serial drivers, maintaining six copies of serial.c was not
      my idea of fun.
      
      Therefore, we've ended up with a core serial driver, which knows about
      the interactions with the tty layer, and low-level hardware drivers,
      which know all about the hardware.  The interface between the two is
      described in "Documentation/serial/driver".
      
      This patch completely removes the old serial.c driver and its associated
      configuration options, as you requested at KS2002.  We keep a certain
      amount of configuration compatibility with the per-architecture serial.h
      file for the moment; this *will* be killed in the next round of patches.
      The biggest user of this is x86, and since I don't have an x86 box to
      test this stuff on, I think the changes are best kept separate.
      33c0d1b0
  24. 20 Jul, 2002 1 commit
  25. 19 Jul, 2002 1 commit
  26. 16 Jul, 2002 1 commit
  27. 05 Jul, 2002 1 commit
  28. 20 Jun, 2002 3 commits