1. 12 10月, 2008 35 次提交
  2. 11 10月, 2008 5 次提交
    • L
      Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 · 37d9869e
      Linus Torvalds 提交于
      * 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6: (27 commits)
        [S390] Fix checkstack for s390
        [S390] fix initialization of stp
        [S390] 3215: Remove tasklet.
        [S390] console flush on panic / reboot
        [S390] introduce dirty bit for kvm live migration
        [S390] Add ioctl support for EMC Symmetrix Subsystem Control I/O
        [S390] xpram: per device block request queues.
        [S390] dasd: fix message flood for unsolicited interrupts
        [S390] Move private simple udelay function to arch/s390/lib/delay.c.
        [S390] dcssblk: add >2G DCSSs support and stacked contiguous DCSSs support.
        [S390] ptrace changes
        [S390] s390: use sys_pause for 31bit pause entry point
        [S390] qdio enhanced SIGA (iqdio) support.
        [S390] cio: fix cio_tpi.
        [S390] cio: Correct use of ! and &
        [S390] cio: inline assembly cleanup
        [S390] bus_id -> dev_set_name() for css and ccw busses
        [S390] bus_id ->dev_name() conversions in qdio
        [S390] Use s390_root_dev_* in kvm_virtio.
        [S390] more bus_id -> dev_name conversions
        ...
      37d9869e
    • L
      Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq · 098ef215
      Linus Torvalds 提交于
      * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq:
        [CPUFREQ] Fix BUG: using smp_processor_id() in preemptible code
        [CPUFREQ] Don't export governors for default governor
        [CPUFREQ][6/6] cpufreq: Add idle microaccounting in ondemand governor
        [CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand governor
        [CPUFREQ][4/6] cpufreq_ondemand: Parameterize down differential
        [CPUFREQ][3/6] cpufreq: get_cpu_idle_time() changes in ondemand for idle-microaccounting
        [CPUFREQ][2/6] cpufreq: Change load calculation in ondemand for software coordination
        [CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()
        [CPUFREQ] use deferrable delayed work init in conservative governor
        [CPUFREQ] drivers/cpufreq/cpufreq.c: Adjust error handling code involving cpufreq_cpu_put
        [CPUFREQ] add error handling for cpufreq_register_governor() error
        [CPUFREQ] acpi-cpufreq: add error handling for cpufreq_register_driver() error
        [CPUFREQ] Coding style fixes to arch/x86/kernel/cpu/cpufreq/powernow-k6.c
        [CPUFREQ] Coding style fixes to arch/x86/kernel/cpu/cpufreq/elanfreq.c
      098ef215
    • F
      MIPS: RB532: provide GPIO_BUILTIN_NR and irq_to_gpio/gpio_to_irq · 9609e740
      Florian Fainelli 提交于
      This patchs defines the number of built-in the GPIOs present
      on the SoC as Documentation/gpio.txt recommends to do.
      Define irq_to_gpio/gpio_to_irq to return the right values so that
      it fixes a compilation error on drivers/gpio/gpiolib.c
      when enabling debugfs.
      Signed-off-by: NFlorian Fainelli <florian@openwrt.org>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      9609e740
    • R
      MIPS: Move ptrace prototypes to ptrace.h · d302d05c
      Ralf Baechle 提交于
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      d302d05c
    • D
      MIPS: Ptrace support for HARDWARE_WATCHPOINTS · 0926bf95
      David Daney 提交于
      This is the final part of the watch register patch.  Here we hook up
      ptrace so that the user space debugger (gdb), can set and read the
      registers.
      Signed-off-by: NDavid Daney <ddaney@avtrex.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      0926bf95