20 Nov, 2008

2 commits

  • …git/tip/linux-2.6-tip

    * 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
    x86: more general identifier for Phoenix BIOS
    AMD IOMMU: check for next_bit also in unmapped area
    AMD IOMMU: fix fullflush comparison length
    AMD IOMMU: enable device isolation per default
    AMD IOMMU: add parameter to disable device isolation
    x86, PEBS/DS: fix code flow in ds_request()
    x86: add rdtsc barrier to TSC sync check
    xen: fix scrub_page()
    x86: fix es7000 compiling
    x86, bts: fix unlock problem in ds.c
    x86, voyager: fix smp generic helper voyager breakage
    x86: move iomap.h to the new include location

    Linus Torvalds
     
  • Add "min_addr" documentation.
    For "max_addr", add nn before [KMG] since a number is needed and this
    is consistent with other uses of [KMG].

    Signed-off-by: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

18 Nov, 2008

2 commits


16 Nov, 2008

1 commit


15 Nov, 2008

1 commit


13 Nov, 2008

9 commits

  • C2port implements a two wire serial communication protocol (bit
    banging) designed to enable in-system programming, debugging, and
    boundary-scan testing on low pin-count Silicon Labs devices.

    Currently this code supports only flash programming through sysfs
    interface but extensions shoud be easy to add.

    Signed-off-by: Rodolfo Giometti
    Cc: Greg KH
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Rodolfo Giometti
     
  • Add a brief document about omap2430/3430 HDQ/1-wire driver.

    Signed-off-by: Madhusudhan Chikkature
    Acked-by: Evgeniy Polyakov
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Madhusudhan Chikkature
     
  • The ics932s401 is a clock generator chip. This driver allows users to
    read the current clock outputs.

    Signed-off-by: Darrick J. Wong
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Darrick J. Wong
     
  • New driver to play with. As Jean mentioned a couple of years ago, this
    chip is a beast with odd combinations of 8 fans, 4 temperatures, and 13
    voltage sensors. This driver has been tested on an IntelliStation Z30.

    Signed-off-by: Darrick J. Wong
    Cc: Jean Delvare
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Darrick J. Wong
     
  • This adds a driver to the accelerometer sensor found in several HP
    laptops (under the commercial names of "HP Mobile Data Protection System
    3D" and "HP 3D driveguard"). It tries to have more or less the same
    interfaces as the hdaps and other accelerometer drivers: in sysfs and as
    a joystick.

    This driver was first written by Yan Burman. Eric Piel has updated it
    and slimed it up (including the removal of an interface to access to the
    free-fall feature of the sensor because it is not reliable enough for
    now). Pavel Machek removed few more features and switched locking from
    semaphore to mutex.

    Several people have contributed to the database of the axes.

    [eric.piel@tremplin-utc.net: LIS3LV02D: Conform to the new ACPI API]
    Signed-off-by: Eric Piel
    Signed-off-by: Yan Burman
    Signed-off-by: Pavel Machek
    Cc: "Mark M. Hoffman"
    Signed-off-by: Eric Piel
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Pavel Machek
     
  • xip documentation updated:
    - change "get_xip_page" to "get_xip_mem";
    - explain changed function parameters

    Signed-off-by: Marco Stornelli
    Signed-off-by: Randy Dunlap
    Cc: Carsten Otte
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Marco Stornelli
     
  • Add printk-formats.txt so that we don't have to keep fixing the
    same things over and over again.

    Signed-off-by: Randy Dunlap
    Cc: Alexey Dobriyan
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     
  • With this change, control file 'freezer.state' doesn't exist in root
    cgroup, making root cgroup unfreezable.

    I think it's reasonable to disallow freeze tasks in the root cgroup. And
    then we can avoid fork overhead when freezer subsystem is compiled but not
    used.

    Also make writing invalid value to freezer.state returns EINVAL rather
    than EIO. This is more consistent with other cgroup subsystem.

    Signed-off-by: Li Zefan
    Acked-by: Paul Menage
    Cc: Cedric Le Goater
    Cc: Paul Menage
    Cc: Matt Helsley
    Cc: "Serge E. Hallyn"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Li Zefan
     
  • * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (47 commits)
    ACPI: pci_link: remove acpi_irq_balance_set() interface
    fujitsu-laptop: Add DMI callback for Lifebook S6420
    ACPI: EC: Don't do transaction from GPE handler in poll mode.
    ACPI: EC: lower interrupt storm treshold
    ACPICA: Use spinlock for acpi_{en|dis}able_gpe
    ACPI: EC: restart failed command
    ACPI: EC: wait for last write gpe
    ACPI: EC: make kernel messages more useful when GPE storm is detected
    ACPI: EC: revert msleep patch
    thinkpad_acpi: fingers off backlight if video.ko is serving this functionality
    sony-laptop: fingers off backlight if video.ko is serving this functionality
    msi-laptop: fingers off backlight if video.ko is serving this functionality
    fujitsu-laptop: fingers off backlight if video.ko is serving this functionality
    eeepc-laptop: fingers off backlight if video.ko is serving this functionality
    compal: fingers off backlight if video.ko is serving this functionality
    asus-acpi: fingers off backlight if video.ko is serving this functionality
    Acer-WMI: fingers off backlight if video.ko is serving this functionality
    ACPI video: if no ACPI backlight support, use vendor drivers
    ACPI: video: Ignore devices that aren't present in hardware
    Delete an unwanted return statement at evgpe.c
    ...

    Linus Torvalds
     

12 Nov, 2008

6 commits

  • Conflicts:
    Documentation/kernel-parameters.txt

    Signed-off-by: Len Brown

    Len Brown
     
  • Len Brown
     
  • Len Brown
     
  • …nel/git/tip/linux-2.6-tip

    * 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
    ring-buffer: prevent infinite looping on time stamping
    ftrace: disable tracing on resize
    ftrace: fix breakage in bin_fmt results
    ftrace: ftrace.txt version update
    ftrace: update txt document

    Linus Torvalds
     
  • * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (35 commits)
    V4L/DVB (9516): cx18: Move DVB buffer transfer handling from irq handler to work_queue
    V4L/DVB (9557): gspca: Small changes for the sensor HV7131B in zc3xx.
    V4L/DVB (9556): gspca: Bad init sequence for sensor HV7131B in zc3xx.
    V4L/DVB (9549): gspca: Fix a typo in one of gspca chips name.
    V4L/DVB (9515): cx18: Use correct Mailbox IRQ Ack values and misc IRQ handling cleanup
    V4L/DVB (9493): kconfig patch
    V4L/DVB (9527): af9015: fix compile warnings
    V4L/DVB (9524): af9013: fix bug in status reading
    V4L/DVB (9511): cx18: Mark CX18_CPU_DE_RELEASE_MDL as a slow API call
    V4L/DVB (9510): cx18: Fix write retries for registers that always change - part 2.
    V4L/DVB (9506): ivtv/cx18: fix test whether modules should be loaded or not.
    V4L/DVB (9499): cx88-mpeg: final fix for analogue only compilation + de-alloc fix
    V4L/DVB (9496): cx88-blackbird: bugfix: cx88-blackbird-mpeg-users
    V4L/DVB (9495): cx88-blackbird: bugfix: cx88-blackbird-poll-fix
    V4L/DVB (9494): anysee: initialize anysee_usb_mutex statically
    V4L/DVB (9492): unplug oops from dvb_frontend_init...
    V4L/DVB (9486): ivtv/ivtvfb: no longer experimental
    V4L/DVB (9485): ivtv: remove incorrect V4L1 & tvaudio dependency
    V4L/DVB (9482): Documentation, especially regarding audio and informational links
    V4L/DVB (9475): cx18: Disable write retries for registers that always change - part 1.
    ...

    Linus Torvalds
     
  • * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
    powerpc: Update desktop/server defconfigs
    powerpc: Fix msr check in compat_sys_swapcontext
    powerpc: Repair device bindings documentation
    powerpc: Updated Freescale PPC related defconfigs
    powerpc: Update QE/CPM2 usb_ctlr structures for USB support
    powerpc/86xx: Correct SOC bus-frequency in GE Fanuc SBC610 DTS
    powerpc: Fix Book-E watchdog timer interval setting
    powerpc/fsl-booke: Fix synchronization bug w/local tlb invalidates

    Linus Torvalds
     

11 Nov, 2008

5 commits


08 Nov, 2008

2 commits

  • If an ACPI graphics device supports backlight brightness functions (cmp. with
    latest ACPI spec Appendix B), let the ACPI video driver control backlight and
    switch backlight control off in vendor specific ACPI drivers (asus_acpi,
    thinkpad_acpi, eeepc, fujitsu_laptop, msi_laptop, sony_laptop, acer-wmi).

    Currently it is possible to load above drivers and let both poke on the
    brightness HW registers, the video and vendor specific ACPI drivers -> bad.

    This patch provides the basic support to check for BIOS capabilities before
    driver loading time. Driver specific modifications are in separate follow up
    patches.

    "acpi_backlight=vendor"
    Prever vendor driver over ACPI driver for backlight.
    "acpi_backlight=video" (default)
    Prever ACPI driver over vendor driver for backlight.

    Signed-off-by: Thomas Renninger
    Acked-by: Zhang Rui
    Signed-off-by: Andi Kleen
    Signed-off-by: Len Brown

    Thomas Renninger
     
  • Reformat acpi.debug_layer and acpi.debug_level documentation so it's
    more readable, add some clues about how to figure out the mask bits that
    enable a specific ACPI_DEBUG_PRINT statement, and include some useful
    examples.

    Move the list of masks to Documentation/acpi/debug.txt (these are
    copies of the authoritative values in acoutput.h and acpi_drivers.h).

    Signed-off-by: Bjorn Helgaas
    Signed-off-by: Len Brown

    Bjorn Helgaas
     

07 Nov, 2008

7 commits

  • …git/tip/linux-2.6-tip

    * 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
    Revert "x86: default to reboot via ACPI"
    x86: align DirectMap in /proc/meminfo
    AMD IOMMU: fix lazy IO/TLB flushing in unmap path
    x86: add smp_mb() before sending INVALIDATE_TLB_VECTOR
    x86: remove VISWS and PARAVIRT around NR_IRQS puzzle
    x86: mention ACPI in top-level Kconfig menu
    x86: size NR_IRQS on 32-bit systems the same way as 64-bit
    x86: don't allow nr_irqs > NR_IRQS
    x86/docs: remove noirqbalance param docs
    x86: don't use tsc_khz to calculate lpj if notsc is passed
    x86, voyager: fix smp_intr_init() compile breakage
    AMD IOMMU: fix detection of NP capable IOMMUs

    Linus Torvalds
     
  • FAT has the ATTR_RO (read-only) attribute. But on Windows, the ATTR_RO
    of the directory will be just ignored actually, and is used by only
    applications as flag. E.g. it's setted for the customized folder by
    Explorer.

    http://msdn2.microsoft.com/en-us/library/aa969337.aspx

    This adds "rodir" option. If user specified it, ATTR_RO is used as
    read-only flag even if it's the directory. Otherwise, inode->i_mode
    is not used to hold ATTR_RO (i.e. fat_mode_can_save_ro() returns 0).

    Signed-off-by: OGAWA Hirofumi
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    OGAWA Hirofumi
     
  • While debugging a sync mount regression on vfat I noticed that there were
    mount options parsed by the driver that were not documented.

    [hirofumi@mail.parknet.co.jp: fix some parts]
    Signed-off-by: Bart Trojanowski
    Signed-off-by: OGAWA Hirofumi
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Bart Trojanowski
     
  • cpuset can be used to move a process onto or off an isolated CPU.

    Signed-off-by: Li Zefan
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Li Zefan
     
  • P700m support was added in:
    9cff3b383dad193b0762c27278a16237e10b53dc

    Update cciss.txt to match.

    Signed-off-by: dann frazier
    Acked-by: Mike Miller
    Cc: Jens Axboe
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    dann frazier
     
  • Signed-off-by: Tim Hockin
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Tim Hockin
     
  • Add support for 2 new SAS/SATA controllers.

    Signed-off-by: Mike Miller
    Cc: Jens Axboe
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mike Miller
     

04 Nov, 2008

5 commits