An error occurred fetching the project authors.
  1. 21 Dec, 2004 1 commit
  2. 17 Dec, 2004 1 commit
    • Russell King's avatar
      [ARM] Clean up vector support code. · 2440e271
      Russell King authored
      Rather than working out where the vector page is mapped, always
      map the vector page at the high vectors location, and conditionally
      handle the coherency issues with the low vector mapping if present.
      2440e271
  3. 08 Sep, 2004 1 commit
  4. 07 Sep, 2004 1 commit
    • Russell King's avatar
      [ARM] Add flush_cache_user_page() for sys_cacheflush() · 71432e79
      Russell King authored
      Add flush_cache_user_page() to handle sys_cacheflush.  Userspace
      wants to use this call to ensure I/D cache coherency for runtime-
      built code (eg, used by Java etc).  This does not fit well with
      the purpose of flush_cache_range(), so provide
      flush_cache_user_range() instead.
      71432e79
  5. 30 Jul, 2004 1 commit
  6. 18 Jun, 2004 1 commit
    • Nicolas Pitre's avatar
      [ARM PATCH] 1932/1: fix comment about cache handling syscall · 3bf94ba3
      Nicolas Pitre authored
      Patch from Nicolas Pitre
      
      Let's make it coherent with what the actual code is doing and has
      always done, even in 2.4.  Nobody complained about this so let's
      just fix the comment.  The most natural usage pattern for this is
      a base address and a size so it's more efficient to have an exclusive
      end address anyway.
      3bf94ba3
  7. 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
  8. 18 Apr, 2004 1 commit
    • Russell King's avatar
      [ARM] Clean up ARM includes · 53bfadf7
      Russell King authored
      This removes a number of unnecessary includes from the ARM specific
      files throughout the kernel.  Most notably asm/pgalloc.h is
      needlessly included in several places.  There were some places
      including it as a means to get at the cache flushing functions,
      so this has been corrected.
      53bfadf7
  9. 08 Apr, 2004 1 commit
    • Marc Singer's avatar
      [ARM PATCH] 1806/1: Adding barrier() to show_stack () for proper backtracing · 353eb8c6
      Marc Singer authored
      Patch from Marc Singer
      
      As suggested by Russell, we add a barrier() before returning from
      stack_trace().  This was helpful when diagnosing a problem with a
      kernel transition to user-space where the problem was a lack of
      floating point support in the kernel.  Without this change, the
      backtrace reported an error.
      
      It is possible that this change has already been made.  I don't see it
      in any of the applied patches that I can read.
      353eb8c6
  10. 15 Mar, 2004 1 commit
  11. 07 Oct, 2003 1 commit
  12. 04 Oct, 2003 1 commit
  13. 19 Aug, 2003 1 commit
    • Russell King's avatar
      [ARM] Add missing show_stack() · 095be2b5
      Russell King authored
      This change seems to have been missed for some time.  Remove
      __dump_stack(), and convert show_trace_task() to show_stack().
      095be2b5
  14. 13 May, 2003 1 commit
    • Russell King's avatar
      [ARM] switch ptrace to use an undefined instruction · 70ba5e7c
      Russell King authored
      This avoids a problem with the original ptrace code using a system
      call (SWI) to implement single stepping; programs such as ltrace
      do not expect to receive system call trace traps when breakpoints
      are hit.
      70ba5e7c
  15. 26 Mar, 2003 1 commit
  16. 18 Mar, 2003 2 commits
  17. 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
  18. 18 Jan, 2003 1 commit
  19. 22 Nov, 2002 1 commit
  20. 01 Nov, 2002 1 commit
    • Russell King's avatar
      [ARM] 2.5.45 updates · be5a6d68
      Russell King authored
      - Convert to new configuration language and fix up HEX config symbols
      - Fix build errors for !CONFIG_KALLSYMS case
      - Add module list to oopsen.
      - Add POLLREMOVE
      be5a6d68
  21. 30 Oct, 2002 1 commit
  22. 28 Oct, 2002 1 commit
  23. 13 Oct, 2002 1 commit
    • Russell King's avatar
      [ARM] dump_stack and show_trace_task · 2bf9d19a
      Russell King authored
      dump_stack() got used by the generic code.  Call our version
      __dump_stack since we're running out of other descriptive names.
      Allow show_trace_task to show the backtrace for the current
      thread.
      2bf9d19a
  24. 10 Jul, 2002 1 commit
    • Russell King's avatar
      [ARM] ptrace cleanups. · 42fe00e8
      Russell King authored
      The major points are:
      - Move ptrace code from traps.c into ptrace.c so it's all in one place.
      - Correct get_user_regs() to allow for the 8 byte offset.
      - Fix missing ptrace_cancel_bpt() call which could miss some
        single stepping steps.
      (other small pages; for details see individual file notes)
      42fe00e8
  25. 09 Jul, 2002 1 commit
    • Russell King's avatar
      [ARM] General update of various ARM related files. · ce20ed85
      Russell King authored
      - Fix ARM Makefile; we now build with -Os instead of -O2.
      - Fix backtrace code to display more registers correctly.
      - Fix various build errors.
      - Fix PSR for architecture compliance.
      - Update mach-types file.
      ce20ed85
  26. 07 May, 2002 2 commits
  27. 07 Apr, 2002 1 commit
    • Russell King's avatar
      Some small fixes: · 11c7f84a
      Russell King authored
       - Fix up decompressor for ARM720T cache handling.
       - Set PCI cache line size register while enumerating devices.
       - Report correct cache sizes.
       - Ensure machine vectors are in memory for instruction fetches
         (important when you have write-allocate write back caches).
       - Fix bug in ARMv5ej abort handler.
       - Update mach-types to latest version.
      11c7f84a
  28. 24 Mar, 2002 1 commit
  29. 13 Mar, 2002 1 commit
  30. 25 Feb, 2002 1 commit
  31. 20 Feb, 2002 1 commit
  32. 05 Feb, 2002 7 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.4.12 -> v2.4.12.1 · ad8dcf57
      Linus Torvalds authored
        - Trond Myklebust: deadlock checking in lockd server
        - Tim Waugh: fix up parport wrong #define
        - Christoph Hellwig: i2c update, ext2 cleanup
        - Al Viro: fix partition handling sanity check.
        - Trond Myklebust: make NFS use SLAB_NOFS, and not play games with PF_MEMALLOC
        - Ben Fennema: UDF update
        - Alan Cox: continued merging
        - Chris Mason: get /proc buffer memory sizes right after buf-in-page-cache
      ad8dcf57
    • Linus Torvalds's avatar
      v2.4.9.7 -> v2.4.9.8 · 932f485f
      Linus Torvalds authored
        - Christoph Hellwig: clean up personality handling a bit
        - Robert Love: update sysctl/vm documentation
        - make the three-argument (that everybody hates) "min()" be "min_t()",
        and introduce a type-anal "min()" that complains about arguments of
        different types.
      932f485f
    • Linus Torvalds's avatar
      v2.4.8 -> v2.4.8.1 · a67f1b5d
      Linus Torvalds authored
        - Rui Sousa: emu10k1 module fixes, remove joystick part.
        - Alan Cox: driver merges
        - Andrea Arkangeli: alpha updates
        - David Woodhouse: up_and_exit -> complete_and_exit
        - David Miller: sparc and network update
        - Andrew Morton: update 3c59x driver
        - Neil Brown: NFS export VFAT, knfsd cleanups, raid fixes
        - Ben Collins: ieee1394 updates
        - Paul Mackerras: PPC update
        - me: make sure we don't lose position bits in "filldir()"
      a67f1b5d
    • Linus Torvalds's avatar
      v2.4.5.5 -> v2.4.5.6 · 29f279c7
      Linus Torvalds authored
        - Jeff Garzik: net driver updates, PCI PM induced cleanups
        - Me: do ACPI first, so that it doesn't mess up existing device driver
        configurations.  Notably it used to completely destroy PCMCIA on some
        Sony VAIOs.
        - Paul Mackerras: powermac drivers and MAINTAINERS update
        - NIIBE Yutaka: SuperH update
        - Johannes Erdfelt: USB driver updates
        - Russell King: ARM update
        - Alan Cox: merging, merging, merging
      29f279c7
    • Linus Torvalds's avatar
      v2.4.1.1 -> v2.4.1.2 · 5d12a58c
      Linus Torvalds authored
        - driver sync up with Alan
        - Andrew Morton: wakeup cleanup and race fix
        - Paul Mackerras: macintosh driver updates.
        - don't trust "page_count()" on reserved pages!
        - Russell King: fix serious IDE multimode write bug!
        - me, Jens, others: fix elevator problem
        - ARM, MIPS and cris architecture updates
        - alpha updates: better page clear/copy, avoid kernel lock in execve
        - USB and firewire updates
        - ISDN updates
        - Irda updates
      5d12a58c
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32