An error occurred fetching the project authors.
  1. 23 Jun, 2003 1 commit
  2. 09 Jun, 2003 1 commit
  3. 04 Jun, 2003 1 commit
  4. 15 May, 2003 1 commit
    • Tony Luck's avatar
      [PATCH] ia64: put kernel into virtually mapped area · 187dc563
      Tony Luck authored
      This patch moves the kernel text and data into region 5 (0xa00...) by using
      a translation register to pin the entire area (i.e., no TLB faults).
      The 1st-order goal is to be able to boot a kernel even when there is
      no usable memory in the 64-128MB range.  It is also a step towards enabling
      text-replication on NUMA.
      187dc563
  5. 14 May, 2003 1 commit
  6. 09 May, 2003 1 commit
  7. 06 May, 2003 3 commits
  8. 16 Apr, 2003 1 commit
  9. 15 Apr, 2003 1 commit
  10. 11 Apr, 2003 1 commit
  11. 03 Apr, 2003 1 commit
  12. 27 Mar, 2003 1 commit
  13. 24 Mar, 2003 1 commit
    • Keith Owens's avatar
      [PATCH] ia64: mca rendezvous fix · 1794bb4e
      Keith Owens authored
      We are not setting the 'always rendezvous for mca' flag.  kdb needs it
      set to get decent mca debugging on all cpus but I do not want kdb to
      change sal behaviour.  Since we do not recover from mca without a
      debugger, I see no reason why this flag should not be on for all
      kernels.
      
      The rendezvous timeout was set to 100 * HZ, but SAL expects the timeout
      to be in milliseconds, HZ may not be 1 millisecond.  The patch makes
      the timeout an explicit 20 seconds, semi-arbitrary value.
      1794bb4e
  14. 11 Mar, 2003 1 commit
    • Alex Williamson's avatar
      [PATCH] ia64: CPE & CMC polling for 2.5 · 26abebb8
      Alex Williamson authored
      Here's another feature I'd like to add to MCA support; the ability
      to detect a flood of CMCs and switch to polling mode for retrieving
      CMC logs.  Once no more CMC logs are found, return to and interrupt
      driven handler.  If the flood threshold is never reached, the CMC
      handler simply behaves as it does today.
      
         It's useful to get the CMC logs to know that something isn't
      quite right, but if you end up with some bad memory it's too easy for
      them to interfere with useful work.  I've tested this on an HP rx2600,
      with a known bad DIMM.  This DIMM acts like it has a completely dead
      DRAM on it.  With the current CMC handler, once I hit that range of
      memory addresses, the system essentially dies, constantly handling
      CMC errors.  With this patch, the system hits the threshold quickly,
      but remains functional with no performance degredation once in polling
      mode.  This patch applies against linux-2.4.20-ia64-021210 and 
      includes:
      
       - Switching CMCs to polling mode at predeterimined threshold
       - If polling for CPEs, poll on all processors
       - Fix timestamp on log output
      26abebb8
  15. 04 Mar, 2003 1 commit
  16. 04 Feb, 2003 1 commit
  17. 06 Nov, 2002 1 commit
    • Tony Luck's avatar
      [PATCH] ia64: mca logging bug fixes · 1e8667af
      Tony Luck authored
      I've attached a version of Jenna Hall's mca logging fixes,
      updated for 2.5.45.  Jenna listed the benefits as:
      
      1.      Simplifies and fixes date reporting during MCA log printing
              (patch from Matthew Wilcox)
      2.      Fixes nested MCA handling
      3.      Fixes clearing of fatal error records from SAL logs upon reboot
      4.      Fixes returning the PAL min-state address upon return from OS_MCA
      
      Item #1 was already in 2.5.45.
      
      In addition to Jenna's changes, I deleted some unused debug code
      (and associated data min_state_labels[]), and dropped the
      #warning about save_and_cli() that you had added.
      1e8667af
  18. 23 Sep, 2002 1 commit
  19. 20 Sep, 2002 1 commit
  20. 31 Jul, 2002 1 commit
  21. 19 Jul, 2002 2 commits
  22. 17 Jun, 2002 1 commit
  23. 11 Apr, 2002 1 commit
  24. 10 Apr, 2002 1 commit
  25. 04 Apr, 2002 1 commit
  26. 28 Mar, 2002 1 commit
    • Matt Domsch's avatar
      [PATCH] IA-64 specific part of Matt's patch: · 95aa08a0
      Matt Domsch authored
      changes:
      * EFI_GUID macro defined per your suggestion - efi_guid_t is now a struct of
      char[16].  Fixed all GUID definitions.
      * Made one unified efi_guid_unparse() static inline in asm-ia64/efi.h.
      Removed three other definitions of similar in efivars.c and mca.c.
      * fixed endianness of fs/partitions/efi.c - thanks to Richard Hirst and his
      GPT work in Parted.
      * cleaned up find_valid_gpt() to make it easier to see what's going on and
      avoid future NULL ptr deref cases if this code gets modified yet again.
      * Only use partition table slots 0..max_p.  The previous behaviour would let
      you delete a partition in the middle of the table, and on next boot all the
      partition numbers above that would switch down.  This change makes it
      consistent with the MSDOS concept of primary partitions.  /dev/sdaX exists
      iff the partition type is not NULL.
      * Moved CONFIG_PARTITION_EFI help text to fs/partitions/Config.help
      95aa08a0
  27. 08 Mar, 2002 1 commit
  28. 05 Feb, 2002 5 commits
    • Linus Torvalds's avatar
      v2.4.14.1 -> v2.4.14.2 · a8a2069f
      Linus Torvalds authored
        - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
        - Kai Germaschewski: ISDN updates
        - Jeff Garzik: network driver updates, sysv fs update
        - Kai Mäkisara: SCSI tape update
        - Alan Cox: large drivers merge
        - Nikita Danilov: reiserfs procfs information
        - Andrew Morton: ext3 merge
        - Christoph Hellwig: vxfs livelock fix
        - Trond Myklebust: NFS updates
        - Jens Axboe: cpqarray + cciss dequeue fix
        - Tim Waugh: parport_serial base_baud setting
        - Matthew Dharm: usb-storage Freecom driver fixes
        - Dave McCracken: wait4() thread group race fix
      a8a2069f
    • Linus Torvalds's avatar
      v2.4.7.3 -> v2.4.7.4 · 70d68bd3
      Linus Torvalds authored
        - David Mosberger: IA64 update
        - Geert Uytterhoeven: cleanup, new atyfb
        - Marcelo Tosatti: zone aging fixes
        - me, others: limit IO requests sanely
      70d68bd3
    • 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.3 -> v2.4.3.1 · 3544b328
      Linus Torvalds authored
        - Bob Tracy: Cyrix MTRR setup fix (don't make it twice as big as asked
        for)
        - Trond Myklebust: rpciod needs to be PF_MEMALLOC to avoid deadlocks on
        memory allocation when writing out NFS data under low memory conditions.
        Fix up BKL and RPC interactions.
        - Jeff Garzik: tulip network driver update
        - fix truncate to call down to the filesystem with the kernel lock.
        - David Mosberger: ia64 update
        - David Mosberger: simplify ELF program header generation.
        - Alan Cox: merge from -ac series
        - Jeff Garzik: make serial.c recognize modem devices properly
      3544b328
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32