1. 21 Apr, 2003 5 commits
  2. 22 Apr, 2003 2 commits
  3. 21 Apr, 2003 33 commits
    • Eli Carter's avatar
      [ARM PATCH] 1510/1: use a #define for asm jump address · e4877513
      Eli Carter authored
      Patch from Eli Carter
      
      # Mon Apr 21 11:11:41 CDT 2003 ejc@rnd-linux-c84
      # use-physoffset-define
      #
      # Use the PHYS_OFFSET #define instead of a hard-coded value.
      #
      # Diffed against linux-2.5.67-rmk1+1501-3+1506
      #
      #  arch/arm/boot/compressed/head-xscale.S |    2 +-
      #  1 files changed, 1 insertion(+), 1 deletion(-)
      #
      e4877513
    • Eli Carter's avatar
      [ARM PATCH] 1511/1: iop321 #define cleanup · b2ad716b
      Eli Carter authored
      Patch from Eli Carter
      
      # Mon Apr 21 11:20:06 CDT 2003 ejc@rnd-linux-c84
      # pci-io-mem-size-defines
      #
      # Rename the IOP321_PCI_WINDOW_SIZE #defines to use
      # IOP321_PCI_{IO,MEM}_{BASE,SIZE} instead.  This makes the #defines a bit more
      # consistent.  No functional change, though it does bring up the question of
      # whether res[].end should be BASE+SIZE-1 or BASE+SIZE.
      #
      # Diffed against linux-2.5.67-rmk1+1501-3+1506+1508-10
      #
      #  arch/arm/mach-iop3xx/iop321-pci.c    |    8 ++++----
      #  include/asm-arm/arch-iop3xx/iop321.h |   10 ++++------
      #  2 files changed, 8 insertions(+), 10 deletions(-)
      #
      b2ad716b
    • Eli Carter's avatar
      [ARM PATCH] 1508/1: use #define's for iq80321 · cfa4a793
      Eli Carter authored
      Patch from Eli Carter
      
      # Thu Apr 17 16:37:58 CDT 2003 ejc@rnd-linux-c84
      # iq80321-use-addr-defines
      #
      # Use #define's instead of hard-coded numbers for the device locations for the
      # iq80321 board.
      #
      # Diffed against linux-2.5.65-rmk1+1472-4+1502-3+1506
      # Applies cleanly to linux-2.5.67-rmk1+1502-3+1506
      #
      #  arch/arm/mach-iop3xx/mm-321.c |    4 ++--
      #  1 files changed, 2 insertions(+), 2 deletions(-)
      #
      cfa4a793
    • Linus Torvalds's avatar
      Add the Xeon variations (Pentium-III and P4-based) to the list · f5bdbdbf
      Linus Torvalds authored
      of Intel CPU optimizations. From Andi Kleen.
      f5bdbdbf
    • Andi Kleen's avatar
      [PATCH] Runtime memory barrier patching · 8aba0a3d
      Andi Kleen authored
      This implements automatic code patching of memory barriers based
      on the CPU capabilities. Normally lock ; addl $0,(%esp) barriers
      are used, but these are a bit slow on the Pentium 4.
      
      Linus proposed this a few weeks ago after the support for SSE1/SSE2
      barriers was introduced. I now got around to implement it.
      
      The main advantage is that it allows distributors to ship less binary
      kernels but still get fast kernels. In particular it avoids the
      need of a special Pentium 4 kernel.
      
      The patching code is quite generic and could be used to patch
      other instructions (like prefetches or specific other critical
      instructions) too.
      Thanks to Rusty's in kernel loader it also works seamlessly for modules.
      
      The patching is done before other CPUs start to avoid potential
      erratas with self modifying code on SMP systems. It makes no
      attempt to automatically handle assymetric systems (an secondary
      CPU having less capabilities than the boot CPU). In this
      case just boot with "noreplacement"
      8aba0a3d
    • Andrew Morton's avatar
      [PATCH] More careful about VMA merging · 5a49258a
      Andrew Morton authored
      The VMA merging code can merge vmas which have a ->vm_ops->close() handler.
      But this means that per-VMA resources in one of the merged VMAs will not be
      freed.
      
      Fix that up by just refusing to merge any VMA's which look "complex": they
      have special flags set or they have a ->close handler.
      5a49258a
    • Linus Torvalds's avatar
      Merge home:v2.5/linux · 1bb563db
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      1bb563db
    • Robert Love's avatar
      [PATCH] trivial task_prio() fix · 7957f703
      Robert Love authored
      Here is a trivial fix for task_prio() in the case MAX_RT_PRIO !=
      MAX_USER_RT_PRIO.  In this case, all priorities are skewed by
      (MAX_RT_PRIO - MAX_USER_RT_PRIO).
      
      The fix is to subtract the full MAX_RT_PRIO value from p->prio, not just
      MAX_USER_RT_PRIO.  This makes sense, as the full priority range is
      unrelated to the maximum user value.  Only the real maximum RT value
      matters.
      
      This has been in Andrew's tree for awhile, with no issue.  Also, Ingo
      acked it.
      7957f703
    • Linus Torvalds's avatar
      Allow gcc to generate better code for irq handling. · f6d9330e
      Linus Torvalds authored
      Ok, now that most drivers have been converted to the new
      irqreturn_t, we can remove the fascist type-checks and just
      use a regular integer type which has a simpler calling
      convention.
      f6d9330e
    • Paul Fulghum's avatar
      [PATCH] n_hdlc update · 778c87e7
      Paul Fulghum authored
      With suggestions from Chritoph Hellwig
      
      - Remove MODULE_USE_COUNT macros
      - Add owner member to struct tty_ldisc
      - Init tty_ldisc at compile time
      - make some functions static
      778c87e7
    • Paul Fulghum's avatar
      [PATCH] synclink_cs update · acad5f8f
      Paul Fulghum authored
      - Remove MODULE_USE_COUNT macros
      - Add owner member
      - Add tiocmget/tiocmset tty callbacks
      acad5f8f
    • Paul Fulghum's avatar
      [PATCH] synclinkmp update · 4e4ab5fe
      Paul Fulghum authored
      - Remove MODULE_USE_COUNT macros
      - Add owner member
      - Add tiocmget/tiocmset tty callbacks
      4e4ab5fe
    • Paul Fulghum's avatar
      [PATCH] synclink update · 5cd8de08
      Paul Fulghum authored
      - Remove MODULE_USE_COUNT macros
      - Add owner member
      - Add tiocmget/tiocmset tty callbacks
      5cd8de08
    • Ben Collins's avatar
      [PATCH] 1394 updates · 719b6399
      Ben Collins authored
      - New irq handler prototypes.
      - Lots of un-enumurated locking fixes/cleanups (thanks in large part to
        spinlock debug compile options in the kernel).
      - Other various trivial fixes.
      719b6399
    • Linus Torvalds's avatar
      Return IRQ_NONE for ieee1394 driver when the interrupt was for · 4f4b8e8c
      Linus Torvalds authored
      somebody else.
      4f4b8e8c
    • Marc Zyngier's avatar
      [PATCH] Convert Alpha to the new 2.5 IRQ API · bd133af1
      Marc Zyngier authored
      This converts the Alpha architecture to the new IRQ API.  Tested on
      Jensen.
      bd133af1
    • Jeff Garzik's avatar
      adafb8dc
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/jgarzik/net-drivers-2.5 · f89168fe
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      f89168fe
    • Linus Torvalds's avatar
    • Andrew Morton's avatar
      [PATCH] irqs: hotplug drivers · c0177fe9
      Andrew Morton authored
      Update hotplug and pcmcia drivers to the new IRQ API.
      c0177fe9
    • Andrew Morton's avatar
      [PATCH] irqs: input drivers · 4d74063e
      Andrew Morton authored
      Update the input and joystick drivers to the new IRQ API.
      4d74063e
    • Andrew Morton's avatar
      [PATCH] irqs: ISDN · 2efd7260
      Andrew Morton authored
      Update ISDN for the new IRQ API.
      2efd7260
    • Andrew Morton's avatar
      [PATCH] irqs: IRDA · a37352e1
      Andrew Morton authored
      Update the IRDA drivers to the new IRQ API.
      a37352e1
    • Andrew Morton's avatar
      [PATCH] ax25 build fix · ad9745b4
      Andrew Morton authored
      spin_lock() does not take a spinlock_t**
      ad9745b4
    • Andrew Morton's avatar
      [PATCH] parport_serial fix · ae19bc78
      Andrew Morton authored
      parport_serial is calling a couple of 8250 driver functions with no prototypes
      in scope.
      
      Turns out it was calling them with too many args, too.
      ae19bc78
    • Andrew Morton's avatar
      [PATCH] irqs: 1394 · 8d509777
      Andrew Morton authored
      Update 1394 to the new IRQ API
      8d509777
    • Andrew Morton's avatar
      [PATCH] irqs: video drivers · 5396585d
      Andrew Morton authored
      Update video drivers to the new IRQ API.
      
      Almost none of them compile, so it was done on-spec.
      5396585d
    • Andrew Morton's avatar
      [PATCH] irqs: multimedia drivers · 390e4a17
      Andrew Morton authored
      Update a couple of media drivers to the new IRQ API.
      
      Some stuff in there doesn't link btw:
      
      drivers/built-in.o: In function `rds_waitread':
      drivers/built-in.o(.text+0x6c152): undefined reference to `aci_port'
      drivers/built-in.o: In function `rds_rawwrite':
      drivers/built-in.o(.text+0x6c1a3): undefined reference to `aci_port'
      390e4a17
    • Andrew Morton's avatar
      [PATCH] irqs: various char drivers · 421dfa0e
      Andrew Morton authored
      Fix up a bunch of char drivers for the new IRQ API.
      421dfa0e
    • Andrew Morton's avatar
      [PATCH] irqs: watchdog drivers · 43bb7692
      Andrew Morton authored
      Update the watchdog drivers to the new IRQ API.
      
      Also, give a couple of irq handlers static scope.
      43bb7692
    • Andrew Morton's avatar
      [PATCH] irqs: ipmi driver · c542ad7c
      Andrew Morton authored
      Update the ipmi driver to the new IRQ API
      c542ad7c
    • Andrew Morton's avatar
      [PATCH] irqs in sound/ · 0246417d
      Andrew Morton authored
      Updates all sound drivers to the new IRQ API.
      
      The patch also fixes
      
      - a return-with-lock-held
      
      - a bunch of warnings and 64-bit bugs (CPU flags must be held in an
        unsigned long)
      
      - jiffies must use unsigned longs
      
      - two functions returning uninitialised values
      0246417d
    • Andrew Morton's avatar
      [PATCH] irqs: rtc · e7298bfd
      Andrew Morton authored
      update rtc driver to new IRQ API
      e7298bfd