]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Jan 2009 21:56:06 +0000 (13:56 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Jan 2009 21:56:06 +0000 (13:56 -0800)
* 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6:
  [S390] update documentation for hvc_iucv kernel parameter.
  [S390] hvc_iucv: Special handling of IUCV HVC devices
  [S390] hvc_iucv: Refactor console and device initialization
  [S390] hvc_iucv: Update function documentation
  [S390] hvc_iucv: Limit rate of outgoing IUCV messages
  [S390] hvc_iucv: Change IUCV term id and use one device as default
  [S390] Use unsigned long long for u64 on 64bit.
  [S390] qdio: fix broken pointer in case of CONFIG_DEBUG_FS is disabled
  [S390] vdso: compile fix
  [S390] remove code for oldselect system call
  [S390] types: add/fix types.h include in header files
  [S390] dasd: add device attribute to disable blocking on lost paths
  [S390] dasd: send change uevents for dasd block devices
  [S390] tape block: fix dependencies
  [S390] asm-s390/posix_types.h: drop __USE_ALL usage
  [S390] gettimeofday.S: removed duplicated #includes
  [S390] ptrace: no extern declarations for userspace

1  2 
Documentation/kernel-parameters.txt

index fcc48bf722a8f635768912ee421156b37aab44fe,ed0a72442cf3264f87adc13013b8a06f186776e2..8511d3532c27743ef1f4f46bc9d0fe94e59bdeec
@@@ -141,7 -141,6 +141,7 @@@ and is between 256 and 4096 characters
                        ht -- run only enough ACPI to enable Hyper Threading
                        strict -- Be less tolerant of platforms that are not
                                strictly ACPI specification compliant.
 +                      rsdt -- prefer RSDT over (default) XSDT
  
                        See also Documentation/power/pm.txt, pci=noacpi
  
                        default: 0
  
        acpi_sleep=     [HW,ACPI] Sleep options
 -                      Format: { s3_bios, s3_mode, s3_beep, s4_nohwsig, old_ordering }
 -                      See Documentation/power/video.txt for s3_bios and s3_mode.
 +                      Format: { s3_bios, s3_mode, s3_beep, s4_nohwsig,
 +                                old_ordering, s4_nonvs }
 +                      See Documentation/power/video.txt for information on
 +                      s3_bios and s3_mode.
                        s3_beep is for debugging; it makes the PC's speaker beep
                        as soon as the kernel's real-mode entry point is called.
                        s4_nohwsig prevents ACPI hardware signature from being
                        used during resume from hibernation.
                        old_ordering causes the ACPI 1.0 ordering of the _PTS
 -                      control method, wrt putting devices into low power
 -                      states, to be enforced (the ACPI 2.0 ordering of _PTS is
 -                      used by default).
 +                      control method, with respect to putting devices into
 +                      low power states, to be enforced (the ACPI 2.0 ordering
 +                      of _PTS is used by default).
 +                      s4_nonvs prevents the kernel from saving/restoring the
 +                      ACPI NVS memory during hibernation.
  
        acpi_sci=       [HW,ACPI] ACPI System Control Interrupt trigger mode
                        Format: { level | edge | high | low }
        acpi_skip_timer_override [HW,ACPI]
                        Recognize and ignore IRQ0/pin2 Interrupt Override.
                        For broken nForce2 BIOS resulting in XT-PIC timer.
 -      acpi_use_timer_override [HW,ACPI}
 +      acpi_use_timer_override [HW,ACPI]
                        Use timer override. For some broken Nvidia NF5 boards
                        that require a timer override, but don't have
                        HPET
  
        hlt             [BUGS=ARM,SH]
  
-       hvc_iucv=       [S390] Number of z/VM IUCV Hypervisor console (HVC)
-                              back-ends. Valid parameters: 0..8
+       hvc_iucv=       [S390] Number of z/VM IUCV hypervisor console (HVC)
+                              terminal devices. Valid values: 0..8
  
        i8042.debug     [HW] Toggle i8042 debug mode
        i8042.direct    [HW] Put keyboard port into non-translated mode
                        See Documentation/ide/ide.txt.
  
        idle=           [X86]
 -                      Format: idle=poll or idle=mwait, idle=halt, idle=nomwait
 -                      Poll forces a polling idle loop that can slightly improves the performance
 -                      of waking up a idle CPU, but will use a lot of power and make the system
 -                      run hot. Not recommended.
 -                      idle=mwait. On systems which support MONITOR/MWAIT but the kernel chose
 -                      to not use it because it doesn't save as much power as a normal idle
 -                      loop use the MONITOR/MWAIT idle loop anyways. Performance should be the same
 -                      as idle=poll.
 -                      idle=halt. Halt is forced to be used for CPU idle.
 +                      Format: idle=poll, idle=mwait, idle=halt, idle=nomwait
 +                      Poll forces a polling idle loop that can slightly
 +                      improve the performance of waking up a idle CPU, but
 +                      will use a lot of power and make the system run hot.
 +                      Not recommended.
 +                      idle=mwait: On systems which support MONITOR/MWAIT but
 +                      the kernel chose to not use it because it doesn't save
 +                      as much power as a normal idle loop, use the
 +                      MONITOR/MWAIT idle loop anyways. Performance should be
 +                      the same as idle=poll.
 +                      idle=halt: Halt is forced to be used for CPU idle.
                        In such case C2/C3 won't be used again.
 -                      idle=nomwait. Disable mwait for CPU C-states
 +                      idle=nomwait: Disable mwait for CPU C-states
  
        ide-pci-generic.all-generic-ide [HW] (E)IDE subsystem
                        Claim all unknown PCI IDE storage controllers.
        lapic           [X86-32,APIC] Enable the local APIC even if BIOS
                        disabled it.
  
 -      lapic_timer_c2_ok       [X86-32,x86-64,APIC] trust the local apic timer in
 -                      C2 power state.
 +      lapic_timer_c2_ok       [X86-32,x86-64,APIC] trust the local apic timer
 +                      in C2 power state.
  
        libata.dma=     [LIBATA] DMA control
                        libata.dma=0      Disable all PATA and SATA DMA
  
        thermal.psv=    [HW,ACPI]
                        -1: disable all passive trip points
 -                      <degrees C>: override all passive trip points to this value
 +                      <degrees C>: override all passive trip points to this
 +                      value
  
        thermal.tzp=    [HW,ACPI]
                        Specify global default ACPI thermal zone polling rate