An error occurred fetching the project authors.
  1. 22 Jun, 2004 1 commit
  2. 18 Jun, 2004 1 commit
  3. 31 May, 2004 1 commit
  4. 29 May, 2004 1 commit
  5. 14 May, 2004 1 commit
  6. 29 Apr, 2004 1 commit
  7. 28 Apr, 2004 2 commits
    • Andrew Morton's avatar
      [PATCH] ppc32: Update Motorola PrPMC750 support · abfd7fc4
      Andrew Morton authored
      From: Tom Rini <trini@kernel.crashing.org>
      
      This patch updates support for the Motorola PrPMC750 platform.  Most of the
      size in this patch comes from merging prpmc750_pci.c and prpmc750_setup.c into
      just prpmc750.c.
      abfd7fc4
    • Andrew Morton's avatar
      [PATCH] ppc32: Update SBS K2 support · 9be15f90
      Andrew Morton authored
      From: Tom Rini <trini@kernel.crashing.org>
      
      This patch updates support for the SBS K2 platform.  Most of the size in this
      patch comes from merging k2_pci.c and k2_setup.c into just k2.c.
      9be15f90
  8. 09 Apr, 2004 1 commit
  9. 30 Mar, 2004 1 commit
  10. 18 Mar, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] doc. updates/typos · 56b586b8
      Andrew Morton authored
      From: "Randy.Dunlap" <rddunlap@osdl.org>
      
      Remove the rest of references to smp.tex
      Documentation/cpufreq => Documentation/cpu-freq
      DocBook/tulip.{pdf,ps,html} => DocBook/tulip-user.{pdf,ps,html}
      Bunch of other typos.
      56b586b8
  11. 16 Mar, 2004 1 commit
  12. 11 Mar, 2004 1 commit
  13. 18 Feb, 2004 1 commit
  14. 13 Feb, 2004 2 commits
  15. 06 Feb, 2004 2 commits
  16. 04 Feb, 2004 2 commits
    • Andrew Morton's avatar
      [PATCH] Make PPC601_SYNC_FIX depend on pmac||prep · f13f8135
      Andrew Morton authored
      From: Tom Rini <trini@kernel.crashing.org>
      
      The following has been approved by Paul, FWIW.
      
      The following patch makes PPC601_SYNC_FIX depend on PPC_PMAC || PPC_PREP.
      It used to depend on ALL_PPC I believe, but this was (at least
      semi-intentionally I gather) backed out.  The last time this was discussed,
      the only platforms old enough to have a 601 to support were pmacs and
      preps, so it makes some sense to only ask for these machines.
      f13f8135
    • Andrew Morton's avatar
      [PATCH] Fixes / Enhancements for PPC_GEN550 · ca2e9b2f
      Andrew Morton authored
      From: Tom Rini <trini@kernel.crashing.org>
      
      Various fixes for the PPC_GEN550 backend.
      
      - Move PPC_GEN550 bool into a more appropriate spot.
      
      - Add PPC_GEN550 support to the MCPN765 platform.
      
      - Allow for SERIAL_TEXT_DEBUG on PPC_GEN550.
      
      - Add missing headers to arch/ppc/syslib/gen550_dbg.c
      
      - Clean-up the KGDB interface such that we allow for a kgdb_map_scc call,
        but do not require one.
      
      - Add gen550 prototypes to <asm/kgdb.h>
      
      - PPC_GEN550 backend code doesn't depend on 8250_SERIAL.
      ca2e9b2f
  17. 19 Jan, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] Kconfig: use range for NR_CPUS · f5ace166
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      The 2.6 Kconfig language allows to set the range for integer questions.
      
      The patch below adds a range line on all architectures that have a
      NR_CPUS question except ia64.
      
      The help text on ia64 didn't suggest any values. Could someone tell the 
      correct values for ia64 (and if it's only a minimum value of 2)?
      f5ace166
  18. 07 Oct, 2003 1 commit
  19. 27 Sep, 2003 1 commit
  20. 25 Sep, 2003 1 commit
  21. 24 Sep, 2003 1 commit
    • Rusty Russell's avatar
      [PATCH] Kconfig fixes for modules.txt · 77215b89
      Rusty Russell authored
      Kconfig cleanup megapatch from Nicolas Kaiser <nikai@nikai.net>.
      
      modules.txt no longer exists, and the common wording used to refer to
      it sucks.  This is all by Nicolas Kaiser's: at Randy and Matthew's
      request, "say M" changed to "choose M" (more sense for graphical front
      ends, too).
      77215b89
  22. 18 Sep, 2003 1 commit
  23. 17 Sep, 2003 2 commits
  24. 12 Sep, 2003 3 commits
  25. 04 Sep, 2003 1 commit
    • Paul Mackerras's avatar
      PPC32: Add support for the PPC 440 family of embedded processors. · 272069b7
      Paul Mackerras authored
      This has three main parts: (1) support for the 440GP and 440GX processors,
      (2) support for the "Ebony" and "Ocotea" reference boards for those processors,
      and (3) support for 64-bit physical addresses.  The 440GP and 440GX are "Book E"
      processors, and this introduces a CONFIG_BOOKE and some definitions that apply
      to all Book E processors.
      
      Having 64-bit physical addresses means that PTEs are now 64 bits.  The PTE pages
      stay at 4kB, and the pgdir expands to 8kB.
      272069b7
  26. 31 Aug, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] kill CONFIG_KCORE_AOUT · e23a1220
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      Remove CONFIG_KCORE_AOUT: the ability to present /proc/kcore in a.out
      format.
      
      I've checked with various arch maintainers.  It won't be missed.
      e23a1220
  27. 24 Aug, 2003 1 commit
    • Benjamin Herrenschmidt's avatar
      Add new pmac_zilog serial driver, obsolete old macserial. · 090a493b
      Benjamin Herrenschmidt authored
      The new driver is a complete rewrite based on David Miller sunzilog
      adapted to PowerMac, it uses the new driver model & the serial driver
      core unlike the old macserial. It doesn't support DMA yet but this is
      a "feature" for now as the DMA implementation of macserial used to
      exhibit memory corruption problems.
      090a493b
  28. 21 Aug, 2003 1 commit
  29. 05 Aug, 2003 2 commits
  30. 02 Aug, 2003 1 commit
  31. 10 Jul, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] make CONFIG_KALLSYMS default to "on" · f3eee922
      Andrew Morton authored
      From: Diego Calleja Garcia <diegocg@teleline.es>
      
      Move CONFIG_KALLSYMS out of the arch directory and into init/.
      
      It defaults to "on" unless the user explicitly turns it off in the
      "embedded systems" menu.
      f3eee922
  32. 01 Jul, 2003 1 commit