1. 23 4月, 2013 5 次提交
  2. 22 4月, 2013 8 次提交
  3. 10 4月, 2013 7 次提交
  4. 09 4月, 2013 7 次提交
  5. 08 4月, 2013 13 次提交
    • 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
    • W
      alpha: irq: run all handlers with interrupts disabled · e20800fd
      Will Deacon 提交于
      Linux has expected that interrupt handlers are executed with local
      interrupts disabled for a while now, so ensure that this is the case on
      Alpha even for non-device interrupts such as IPIs.
      
      Without this patch, secondary boot results in the following backtrace:
      
        warning: at kernel/softirq.c:139 __local_bh_enable+0xb8/0xd0()
        trace:
          __local_bh_enable+0xb8/0xd0
          irq_enter+0x74/0xa0
          scheduler_ipi+0x50/0x100
          handle_ipi+0x84/0x260
          do_entint+0x1ac/0x2e0
          irq_exit+0x60/0xa0
          handle_irq+0x98/0x100
          do_entint+0x2c8/0x2e0
          ret_from_sys_call+0x0/0x10
          load_balance+0x3e4/0x870
          cpu_idle+0x24/0x80
          rcu_eqs_enter_common.isra.38+0x0/0x120
          cpu_idle+0x40/0x80
          rest_init+0xc0/0xe0
          _stext+0x1c/0x20
      
      A similar dump occurs if you try to reboot using magic-sysrq.
      
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Matt Turner <mattst88@gmail.com>
      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>
      e20800fd
    • W
      alpha: makefile: don't enforce small data model for kernel builds · cd8d2331
      Will Deacon 提交于
      Due to all of the goodness being packed into today's kernels, the
      resulting image isn't as slim as it once was.
      
      In light of this, don't pass -msmall-data to gcc, which otherwise results
      in link failures due to impossible relocations when compiling anything but
      the most trivial configurations.
      
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Reviewed-by: NMatt Turner <mattst88@gmail.com>
      Tested-by: NThorsten Kranzkowski <dl8bcu@dl8bcu.de>
      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>
      cd8d2331
    • J
      alpha: Add irongate_io to PCI bus resources · aa8b4be3
      Jay Estabrook 提交于
      Fixes a NULL pointer dereference at boot on UP1500.
      
      Cc: stable@vger.kernel.org
      Reviewed-and-Tested-by: NMatt Turner <mattst88@gmail.com>
      Signed-off-by: NJay Estabrook <jay.estabrook@gmail.com>
      Signed-off-by: NMatt Turner <mattst88@gmail.com>
      Signed-off-by: NMichael Cree <mcree@orcon.net.nz>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      aa8b4be3