1. 23 4月, 2013 8 次提交
  2. 22 4月, 2013 8 次提交
  3. 10 4月, 2013 7 次提交
  4. 09 4月, 2013 7 次提交
  5. 08 4月, 2013 10 次提交
    • R
      Merge branch 'pm-cpuidle-next' into linux-next · f69e44b2
      Rafael J. Wysocki 提交于
      * pm-cpuidle-next:
        cpuidle: imx6: remove timer broadcast initialization
        cpuidle: OMAP4: remove timer broadcast initialization
        cpuidle: ux500: remove timer broadcast initialization
        cpuidle: initialize the broadcast timer framework
        timer: move enum definition out of ifdef section
        cpuidle: kirkwood: fix coccicheck warnings
        cpuidle / kirkwood: remove redundant Kconfig option
        cpuidle / ux500 : use CPUIDLE_FLAG_TIMER_STOP flag
        cpuidle / imx6 : use CPUIDLE_FLAG_TIMER_STOP flag
        cpuidle / omap4 : use CPUIDLE_FLAG_TIMER_STOP flag
        cpuidle : handle clockevent notify from the cpuidle framework
      f69e44b2
    • R
      Merge branch 'acpi-assorted' into linux-next · 0f0c8aa0
      Rafael J. Wysocki 提交于
      * acpi-assorted:
        PCI / ACPI: Don't query OSC support with all possible controls
        ACPI / processor_thermal: avoid null pointer deference error
        ACPI / fan: avoid null pointer deference error
        ACPI / video: Fix applying indexed initial brightness value.
        ACPI / video: Make logic a little easier to understand.
        ACPI / video: Fix brightness control initialization for some laptops.
        ACPI: Use resource_size() in osl.c
        ACPI / acpi_pad: Used PTR_RET
        ACPI: suppress compiler warning in container.c
        ACPI: suppress compiler warning in battery.c
        ACPI: suppress compiler warnings in processor_throttling.c
        ACPI: suppress compiler warnings in button.c
        ACPI: replace kmalloc+memcpy with kmemdup
        ACPI: Remove acpi_pci_bind_root() definition
        ACPI video: ignore BIOS backlight value for HP dm4
      0f0c8aa0
    • R
      Merge branch 'acpi-pm' into linux-next · 077f893b
      Rafael J. Wysocki 提交于
      * acpi-pm:
        ACPI / PM: Fix potential problem in acpi_device_get_power()
      077f893b
    • R
      Merge branch 'acpica' into linux-next · 6912897d
      Rafael J. Wysocki 提交于
      * acpica: (22 commits)
        ACPI: Set length even for TYPE_END_TAG acpi resource
        ACPICA: Update version to 20130214
        ACPICA: Object repair: Allow 0-length packages for variable-length packages
        ACPICA: Disassembler: Add warnings for unresolved control methods
        ACPICA: Return object repair: Add resource template repairs
        ACPICA: Return object repair: Add string-to-unicode conversion
        ACPICA: Split object conversion functions to a new file
        ACPICA: Add mechanism for early object repairs on a per-name basis
        ACPICA: Remove trailing comma in enum declarations
        ACPICA: Add exception descriptions to exception info table
        ACPICA: Add macros to exception code definitions
        ACPICA: Regression fix: reinstate safe exit macros
        ACPICA: Update for ACPI 5 hardware-reduced feature
        ACPICA: Add parens within macros around parameter names
        ACPICA: Add macros to access pointer to next object in the descriptor list
        ACPICA: Update error/debug messages for fixed events
        ACPICA: Fix a long-standing bug in local cache
        ACPICA: iASL/Disassembler: Add support for MTMR table
        ACPICA: iASL/Disassembler: Add support for VRTC table
        ACPICA: Update RASF table definition
        ...
      6912897d
    • R
      Merge branch 'acpi-lpss' into linux-next · 16b53e7e
      Rafael J. Wysocki 提交于
      * acpi-lpss:
        ACPI / LPSS: make code less confusing for reader
        ACPI / LPSS: Add support for exposing LTR registers to user space
        ACPI / scan: Add special handler for Intel Lynxpoint LPSS devices
      16b53e7e
    • R
      Merge branch 'acpi-hotplug' into linux-next · 408fb7f3
      Rafael J. Wysocki 提交于
      * acpi-hotplug:
        ACPI / memhotplug: Remove info->failed bit
        ACPI / memhotplug: set info->enabled for memory present at boot time
        ACPI: Verify device status after eject
        acpi: remove reference to ACPI_HOTPLUG_IO
        ACPI: Update _OST handling for notify
        ACPI: Update PNPID match handling for notify
        ACPI: Update PNPID set/free interfaces
        ACPI: Remove acpi_device dependency in acpi_device_set_id()
        ACPI / hotplug: Make acpi_hotplug_profile_ktype static
        ACPI / scan: Make memory hotplug driver use struct acpi_scan_handler
        ACPI / container: Use hotplug profile user space interface
        ACPI / hotplug: Introduce user space interface for hotplug profiles
        ACPI / scan: Introduce acpi_scan_handler_matching()
        ACPI / container: Use common hotplug code
        ACPI / scan: Introduce common code for ACPI-based device hotplug
        ACPI / scan: Introduce acpi_scan_match_handler()
      408fb7f3
    • L
      Linux 3.9-rc6 · 31880c37
      Linus Torvalds 提交于
      31880c37
    • L
      Merge git://git.kernel.org/pub/scm/virt/kvm/kvm · 875b7679
      Linus Torvalds 提交于
      Pull KVM fix from Gleb Natapov:
       "Bugfix for the regression introduced by commit c300aa64"
      
      * git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: Allow cross page reads and writes from cached translations.
      875b7679
    • L
      Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 39ab967e
      Linus Torvalds 提交于
      Pull x86 fixes from Peter Anvin:
       "Two quite small fixes: one a build problem, and the other fixes
        seccomp filters on x32."
      
      * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86: Fix rebuild with EFI_STUB enabled
        x86: remove the x32 syscall bitmask from syscall_get_nr()
      39ab967e
    • W
      alpha: irq: remove deprecated use of IRQF_DISABLED · e74e2592
      Will Deacon 提交于
      Interrupt handlers are always invoked with interrupts disabled, so
      remove all uses of the deprecated IRQF_DISABLED flag.
      
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Reviewed-by: NMatt Turner <mattst88@gmail.com>
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      Signed-off-by: NMichael Cree <mcree@orcon.net.nz>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e74e2592