1. 09 1月, 2006 1 次提交
  2. 07 1月, 2006 1 次提交
  3. 06 1月, 2006 2 次提交
    • C
      [PATCH] i386: PTRACE_POKEUSR: allow changing RF bit in EFLAGS register. · 9f155b98
      Chuck Ebbert 提交于
      Setting RF (resume flag) allows a debugger to resume execution after a
      code breakpoint without tripping the breakpoint again.  It is reset by
      the CPU after execution of one instruction.
      
      Requested by Stephane Eranian:
        "I am trying to the user HW debug registers on i386 and I am running
         into a problem with ptrace() not allowing access to EFLAGS_RF for
         POKEUSER (see FLAG_MASK).  [ ...  ] It avoids the need to remove the
         breakpoint, single step, and reinstall.  The equivalent functionality
         exists on IA-64 and is allowed by ptrace()"
      
      Cc: Stephane Eranian <eranian@hpl.hp.com>
      Signed-off-by: NChuck Ebbert <76306.1226@compuserve.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9f155b98
    • T
      [IA64] Fix compile warnings in setup.c · 38c0b2c2
      Tony Luck 提交于
      arch/ia64/kernel/setup.c: In function `show_cpuinfo':
      arch/ia64/kernel/setup.c:576: warning: long unsigned int format, different type arg (arg 12)
      arch/ia64/kernel/setup.c:576: warning: long unsigned int format, different type arg (arg 13)
      
      Introduced by 95235ca2Signed-off-by: NTony Luck <tony.luck@intel.com>
      38c0b2c2
  4. 05 1月, 2006 5 次提交
  5. 04 1月, 2006 1 次提交
  6. 03 1月, 2006 1 次提交
  7. 02 1月, 2006 1 次提交
  8. 01 1月, 2006 1 次提交
  9. 30 12月, 2005 5 次提交
  10. 29 12月, 2005 1 次提交
  11. 23 12月, 2005 2 次提交
  12. 22 12月, 2005 1 次提交
    • P
      powerpc: Fix i8259 cascade on pSeries with XICS interrupt controller · 8b1af56b
      Paul Mackerras 提交于
      It turns out that commit f9bd170a
      broke the cascade from XICS to i8259 on pSeries machines; specifically
      we ended up not ever doing the EOI on the XICS for the cascade.  The
      result was that interrupts from the serial ports (and presumably any
      other devices using ISA interrupts) didn't get through.  This fixes
      it and also simplifies the code, by doing the EOI on the XICS in the
      xics_get_irq routine after reading and acking the interrupt on the
      i8259.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      8b1af56b
  13. 21 12月, 2005 2 次提交
  14. 20 12月, 2005 4 次提交
  15. 19 12月, 2005 4 次提交
  16. 17 12月, 2005 8 次提交