summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-222-13/+41
|\
| * lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursionPeter Zijlstra2011-06-221-10/+20
| * printk: Fix console_sem vs logbuf_lock unlock racePeter Zijlstra2011-06-221-2/+18
| * printk: Release console_sem after logbuf_lockPeter Zijlstra2011-06-071-3/+5
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-07-2211-71/+20
|\ \
| * | lockdep: Fix lockdep_no_validate against IRQ statesPeter Zijlstra2011-07-211-0/+3
| * | mutex: Make mutex_destroy() an inline functionJean Delvare2011-07-211-1/+1
| * | plist: Remove the need to supply locks to plist headsDima Zavin2011-07-088-68/+14
| * | lockup detector: Fix reference to the non-existent CONFIG_DETECT_SOFTLOCKUP o...Anton Blanchard2011-07-051-2/+2
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-2227-267/+332
|\ \ \
| * \ \ Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar2011-07-0727-267/+332
| |\ \ \ | | |/ / | |/| |
| | * | iommu/core: Fix build with INTR_REMAP=y && CONFIG_DMAR=nJoerg Roedel2011-07-071-1/+1
| | * | iommu/amd: Don't use MSI address range for DMA addressesJoerg Roedel2011-07-061-1/+15
| | | |
| | | \
| | *-. \ Merge branches 'amd/transparent-bridge' and 'core'Joerg Roedel2011-06-2127-266/+317
| | |\ \ \
| | | | * | iommu/amd: Move missing parts to drivers/iommuJoerg Roedel2011-06-217-9/+11
| | | | * | iommu: Move iommu Kconfig entries to submenuJoerg Roedel2011-06-211-0/+13
| | | | * | x86/ia64: intel-iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-2112-80/+62
| | | | * | x86: amd_iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-215-29/+31
| | | | * | msm: iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-216-17/+18
| | | | * | drivers: iommu: move to a dedicated folderOhad Ben-Cohen2011-06-149-10/+9
| | | | * | iommu-api: Add missing header fileLaura Abbott2011-06-141-0/+2
| | | * | | x86/amd-iommu: Store device alias as dev_data pointerJoerg Roedel2011-06-142-20/+16
| | | * | | x86/amd-iommu: Search for existind dev_data before allocting a new oneJoerg Roedel2011-06-141-1/+32
| | | * | | x86/amd-iommu: Allow dev_data->alias to be NULLJoerg Roedel2011-06-141-36/+41
| | | * | | x86/amd-iommu: Use only dev_data in low-level domain attach/detach functionsJoerg Roedel2011-06-142-38/+24
| | | * | | x86/amd-iommu: Use only dev_data for dte and iotlb flushing routinesJoerg Roedel2011-06-141-14/+9
| | | * | | x86/amd-iommu: Store ATS state in dev_dataJoerg Roedel2011-06-142-20/+28
| | | * | | x86/amd-iommu: Store devid in dev_dataJoerg Roedel2011-06-142-24/+16
| | | * | | x86/amd-iommu: Introduce global dev_data_listJoerg Roedel2011-06-142-9/+48
| | | * | | x86/amd-iommu: Remove redundant device_flush_dte() callsJoerg Roedel2011-06-141-2/+0
| | | |/ /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-07-2240-324/+2274
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-runtime' into for-linusRafael J. Wysocki2011-07-1512-137/+277
| |\ \ \ \ \
| | * | | | | OMAP: PM: disable idle on suspend for GPIO and UARTKevin Hilman2011-07-122-0/+3
| | * | | | | OMAP: PM: omap_device: add API to disable idle on suspendKevin Hilman2011-07-122-0/+11
| | * | | | | OMAP: PM: omap_device: add system PM methods for PM domain handlingKevin Hilman2011-07-122-0/+40
| | * | | | | OMAP: PM: omap_device: conditionally use PM domain runtime helpersKevin Hilman2011-07-121-3/+4
| | * | | | | PM / Runtime: Add new helper function: pm_runtime_status_suspended()Kevin Hilman2011-07-122-0/+9
| | * | | | | PM / Runtime: Consistent utilization of deferred_resumeShuoX Liu2011-07-081-1/+1
| | * | | | | PM / Runtime: Prevent runtime_resume from racing with probeAlan Stern2011-07-061-1/+5
| | * | | | | PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki2011-07-062-98/+98
| | * | | | | PM / Runtime: Improve documentation of enable, disable and barrierRafael J. Wysocki2011-07-061-4/+14
| | * | | | | PM: Limit race conditions between runtime PM and system sleep (v2)Rafael J. Wysocki2011-07-062-12/+44
| | * | | | | PCI / PM: Detect early wakeup in pci_pm_prepare()Rafael J. Wysocki2011-07-061-1/+17
| | * | | | | PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki2011-07-023-10/+13
| | * | | | | PM / Runtime: Update documentation of interactions with system sleepRafael J. Wysocki2011-07-022-11/+22
| * | | | | | Merge branch 'pm-domains' into for-linusRafael J. Wysocki2011-07-1524-171/+1937
| |\ \ \ \ \ \
| | * | | | | | ARM / shmobile: Return -EBUSY from A4LC power off if A3RV is activeRafael J. Wysocki2011-07-141-2/+1
| | * | | | | | PM / Domains: Take .power_off() error code into accountRafael J. Wysocki2011-07-141-2/+10
| | * | | | | | ARM / shmobile: Use genpd_queue_power_off_work()Rafael J. Wysocki2011-07-143-2/+4
| | * | | | | | ARM / shmobile: Use pm_genpd_poweroff_unused()Rafael J. Wysocki2011-07-133-18/+2