An error occurred fetching the project authors.
  1. 03 Oct, 2004 1 commit
  2. 31 Aug, 2004 1 commit
  3. 24 Jun, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] make irqaction use a cpu mask · 8c05319f
      Andrew Morton authored
      From: William Lee Irwin III <wli@holomorphy.com>
      
      The following patch makes irqaction's ->mask a cpumask as it was intended
      to be and wraps up the rest of the sweep.  Only struct irqaction is
      usefully greppable, so there may be some assignments to ->mask missing
      still.  This removes more code than it adds.
      
      From: William Lee Irwin III <wli@holomorphy.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      8c05319f
  4. 01 Jun, 2004 1 commit
  5. 18 May, 2004 1 commit
  6. 16 May, 2004 1 commit
    • Russell King's avatar
      [ARM] Move a bunch of symbol exports from armksyms.c · 31aa2bf6
      Russell King authored
      This moves a bunch of EXPORT_SYMBOL() statements from armksyms.c
      into the file which defines the function/variable such that the
      exports are localised.
      
      This also means we can get rid of the ugly __xxx_to_xxx__is_a_macro
      in include/asm-arm/arch-*/memory.h
      31aa2bf6
  7. 27 Feb, 2004 1 commit
  8. 29 Dec, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] seq_file version of /proc/interrupts · ab6b1810
      Andrew Morton authored
      From: corbet@lwn.net (Jonathan Corbet)
      
      This converts all architectures' /proc/interrupts implementation over to
      seq_file.  We need this for SMP machines with ridiculous numbers of CPUs and
      if you convert one arch, you have to convert them all...
      ab6b1810
  9. 07 Oct, 2003 1 commit
  10. 13 May, 2003 1 commit
  11. 08 Mar, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] protect 'action' in show_interrupts · ac84c974
      Andrew Morton authored
      Patch from Zwane Mwaikambo <zwane@linuxpower.ca>
      
      On SMP or preemptible kernels, every instance of show_interrupts() is oopsily
      racy wrt request_irq() and free_irq().
      
      Fix that up by taking the irq_desc_t's lock while walking the action list.
      ac84c974
  12. 11 Feb, 2003 1 commit
    • Russell King's avatar
      [ARM] Better handling of bad IRQ implementations. · ea28cbc6
      Russell King authored
      There are edge triggered interrupt controllers around where the
      "enable" control is before the edge detection.  This means that
      we must keep the interrupts enabled, even when disable_irq() is
      in effect, and mark such interrupts for later processing.
      
      To make matters worse, some of these interrupt controllers do not
      provide any method to re-trigger the interrupt.  We are unable
      to call the handler direct from enable_irq() since we may be
      in an IRQ-protected context.
      
      Therefore, we add such interrupts to a list of pending interrupts,
      which we process at the next hardware interrupt.
      ea28cbc6
  13. 06 Feb, 2003 1 commit
    • Russell King's avatar
      [ARM] Miscellaneous cleanups · dd5b95be
      Russell King authored
      - Fix some minor build problems
      - Ensure init task initially runs the "user" domain in "manager" mode
      - Make backtrace more readable when KALLSYMS is enabled
      dd5b95be
  14. 01 Feb, 2003 1 commit
  15. 01 Jan, 2003 1 commit
  16. 17 Nov, 2002 1 commit
  17. 03 Nov, 2002 1 commit
    • Russell King's avatar
      [ARM] Fix various build errors in bk-cur · bbd265b5
      Russell King authored
      - Make ioremap.c compile
      - Fix armv4_early_abort -> v4_early_abort
      - Fix MT_MINICACHE -> MT_MINICLEAN
      - Add MAP_POPULATE and MAP_NONBLOCK for ARM
      - Fix last remaining usage of kstat.irqs[cpu]
      - Add support for .init.initramfs section
      bbd265b5
  18. 31 Oct, 2002 1 commit
  19. 30 Oct, 2002 1 commit
  20. 23 Oct, 2002 1 commit
  21. 01 Oct, 2002 1 commit
  22. 28 Sep, 2002 1 commit
  23. 21 Aug, 2002 1 commit
  24. 03 Aug, 2002 1 commit
    • Russell King's avatar
      [TRIVIAL] acorn & arm designated initializer rework · ab0680db
      Russell King authored
      From Rusty.
      The old form of designated initializers are obsolete: we need to
      replace them with the ISO C forms before 2.6.  Gcc has always supported
      both forms anyway.
      
      (rmk - cleaned up spacing to be more reasonable)
      ab0680db
  25. 27 Jul, 2002 1 commit
  26. 22 Jul, 2002 1 commit
  27. 09 Jul, 2002 2 commits
  28. 17 Apr, 2002 1 commit
    • Russell King's avatar
      2.5.8 ARM updates: · 0822977d
      Russell King authored
       - preempt updates
       - build fixes
       - new tlb flush macro
       - add asm/cacheflush.h and asm/tlbflush.h
      0822977d
  29. 24 Mar, 2002 1 commit
  30. 25 Feb, 2002 1 commit
    • Russell King's avatar
      Rationalise interrupt handling on ARM. With the old code, we had · 3991853c
      Russell King authored
      loops within loops within loops checking until each IRQ level didn't
      have any more interrupts for us.  This caused both latency problems,
      and locked out any chance of handling a second interrupt from down
      the chain while one on that chain was already in progress.
      
      The new structure splits out the machine specific IRQ handlers from
      the Linux driver specific IRQ handlers, giving the machine specific
      handlers much greater flexibility in handling the interrupt.  We
      also suck the SA1100 IRQ edge selection function into the IRQ core.
      3991853c
  31. 05 Feb, 2002 6 commits
    • Linus Torvalds's avatar
      v2.5.1.8 -> v2.5.1.9 · d01b7e92
      Linus Torvalds authored
      - Russell King: large ARM update
      - Adam Richter et al: more kdev_t updates
      d01b7e92
    • Linus Torvalds's avatar
      v2.5.0.2 -> v2.5.0.3 · 4d6c7b36
      Linus Torvalds authored
      - Al Viro: more superblock cleanups
      - Jens Axboe: more patches for new block IO layer
      - Christoph Hellwig: get rid of the old, long- deprecated SCSI error
      handling
      4d6c7b36
    • Linus Torvalds's avatar
      v2.4.6.1 -> v2.4.6.2 · adbc4706
      Linus Torvalds authored
        - merge with Alan (USB, zoran, sony motion-eye, rio, dmi-scan)
      adbc4706
    • Linus Torvalds's avatar
      v2.4.3.2 -> v2.4.3.3 · 1a015350
      Linus Torvalds authored
        - Hui-Fen Hsu: sis900 driver update
        - NIIBE Yutaka: Super-H update
        - Alan Cox: more resyncs (ARM down, but more to go)
        - David Miller: network zerocopy, Sparc sync, qlogic,FC fix, etc.
        - David Miller/me: get rid of various drivers hacks to do mmap
        alignment behind the back of the VM layer. Create a real
        protocol for it.
      1a015350
    • Linus Torvalds's avatar
      v2.4.1.2 -> v2.4.1.3 · c8ebfc88
      Linus Torvalds authored
        - Jens: better ordering of requests when unable to merge
        - Neil Brown: make md work as a module again (we cannot autodetect
        in modules, not enough background information)
        - Neil Brown: raid5 SMP locking cleanups
        - Neil Brown: nfsd: handle Irix NFS clients named pipe behavior and
        dentry leak fix
        - maestro3 shutdown fix
        - fix dcache hash calculation that could cause bad hashes under certain
        circumstances (Dean Gaudet)
        - David Miller: networking and sparc updates
        - Jeff Garzik: include file cleanups
        - Andy Grover: ACPI update
        - Coda-fs error return fixes
        - rth: alpha Jensen update
      c8ebfc88
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32