1. 11 Jun, 2003 2 commits
  2. 10 Jun, 2003 7 commits
  3. 09 Jun, 2003 5 commits
  4. 06 Jun, 2003 2 commits
    • David Mosberger's avatar
      4259186d
    • Stéphane Eranian's avatar
      [PATCH] ia64: switch to perfmon2 · 3b4e81bd
      Stéphane Eranian authored
      This patch contains a major rewrite of the perfmon subsystem to
      bring it to version 2.0. This version is NOT compatible with the
      existing perfmon-1.x version which was in 2.5 and still is in 2.4
      kernels. This new codebase brings a lot of new features including
      the ability to attach to already running tasks, the ability the
      follow clone2, the ability to write your own sampling buffer format
      via kernel modules. It is also much more robust than its 1.x
      counter-part. This version supports the Itanium, McKinley and
      Madison PMUs. This is beta quality code and extensions to the
      interface are planned.
      3b4e81bd
  5. 05 Jun, 2003 4 commits
  6. 04 Jun, 2003 3 commits
  7. 03 Jun, 2003 1 commit
  8. 02 Jun, 2003 2 commits
    • Tony Luck's avatar
      [PATCH] ia64: fix SAVE_RESET so OS INIT handler works again · 387178be
      Tony Luck authored
      The syscall optimization patches broke the OS INIT handler because
      SAVE_RESET was addressing relative to r12, which contains the virtual
      address of the stack pointer.  Fixed by addressing relative to r2/r3
      instead.
      387178be
    • Fenghua Yu's avatar
      [PATCH] ia64: performance-tweak syscall exit path some more · 76e974c7
      Fenghua Yu authored
      Please find the attached patch that:
      
      1. Moves user stack flag memory access before srlz.i;
      
      2. Moves mov b6=r22 as late as possible. 
      
      3. Changes (pSys) to (pLvSys) in skip_rbs_switch: section. IA32 syscall
      set pSys=1 but pLvSys=0. It's not necessary to clear bank1 r16-r19 registers
      for IA32 syscall.
      
      The number for leave_syscall is 268 cycles with this patch. The number
      is 295 cycles w/o this patch. It was 245 cycles with the original kee patched
      kernel. The 23 cycles come from restoring b6 operation which didn't exist in
      the orignal kee patch.
      76e974c7
  9. 30 May, 2003 13 commits
  10. 29 May, 2003 1 commit