summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-12/+2
|\
| * ia64,rcu: Convert call_rcu(sn_irq_info_free) to kfree_rcu()Lai Jiangshan2011-07-201-12/+2
* | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-2212-6282/+1
|\ \
| * \ Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar2011-07-0712-6282/+1
| |\ \
| | | \
| | | \
| | *-. \ Merge branches 'amd/transparent-bridge' and 'core'Joerg Roedel2011-06-2112-6282/+1
| | |\ \ \
| | | | * | iommu/amd: Move missing parts to drivers/iommuJoerg Roedel2011-06-215-2242/+0
| | | | * | x86/ia64: intel-iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-212-71/+0
| | | | * | x86: amd_iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-213-2793/+1
| | | | * | msm: iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-214-1170/+1
| | | | * | drivers: iommu: move to a dedicated folderOhad Ben-Cohen2011-06-143-9/+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-2214-22/+297
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-runtime' into for-linusRafael J. Wysocki2011-07-154-3/+58
| |\ \ \ \ \
| | * | | | | 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
| * | | | | | Merge branch 'pm-domains' into for-linusRafael J. Wysocki2011-07-1511-19/+239
| |\ \ \ \ \ \
| | * | | | | | ARM / shmobile: Return -EBUSY from A4LC power off if A3RV is activeRafael J. Wysocki2011-07-141-2/+1
| | * | | | | | ARM / shmobile: Use genpd_queue_power_off_work()Rafael J. Wysocki2011-07-141-1/+1
| | * | | | | | ARM / shmobile: Use pm_genpd_poweroff_unused()Rafael J. Wysocki2011-07-133-18/+2
| | * | | | | | ARM: mach-shmobile: sh7372 A3RV requires A4LCMagnus Damm2011-07-101-3/+42
| | * | | | | | ARM: mach-shmobile: sh7372 late pm domain offMagnus Damm2011-07-101-0/+13
| | * | | | | | ARM: mach-shmobile: Runtime PM late init callbackMagnus Damm2011-07-102-0/+11
| | * | | | | | ARM: mach-shmobile: sh7372 D4 supportMagnus Damm2011-07-103-0/+6
| | * | | | | | ARM: mach-shmobile: sh7372 A4MP supportKuninori Morimoto2011-07-105-0/+10
| | * | | | | | ARM: mach-shmobile: sh7372: make sure that fsi is peripheral of spu2Kuninori Morimoto2011-07-103-0/+3
| | |/ / / / /
| | * | | | | ARM: mach-shmobile: sh7372 A3SG supportMagnus Damm2011-07-023-0/+6
| | * | | | | ARM: mach-shmobile: sh7372 A3RI supportMagnus Damm2011-07-023-0/+6
| | * | | | | ARM: mach-shmobile: sh7372 A3RV supportMagnus Damm2011-07-023-0/+8
| | * | | | | ARM: mach-shmobile: sh7372 A4LC support for AP4EVBMagnus Damm2011-07-023-1/+5
| | * | | | | ARM / shmobile: Support for I/O power domains for SH7372 (v9)Rafael J. Wysocki2011-07-024-0/+131
| | * | | | | PM: Rename clock management functionsRafael J. Wysocki2011-07-022-6/+6
| | * | | | | PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-024-13/+13
* | | | | | | Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2011-07-221-6/+5
|\ \ \ \ \ \ \
| * | | | | | | percpu: Fixup __this_cpu_xchg* operationsChristoph Lameter2011-07-121-6/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-221-2/+2
|\ \ \ \ \ \ \
| * | | | | | | ptrace: kill trivial tracehooksTejun Heo2011-06-221-2/+2
* | | | | | | | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2011-07-2220-774/+162
|\ \ \ \ \ \ \ \
| * | | | | | | | pci/of: Consolidate pci_bus_to_OF_node()Benjamin Herrenschmidt2011-06-083-16/+0
| * | | | | | | | pci/of: Consolidate pci_device_to_OF_node()Benjamin Herrenschmidt2011-06-087-35/+0
| * | | | | | | | x86/devicetree: Use generic PCI <-> OF matchingBenjamin Herrenschmidt2011-06-081-42/+18
OpenPOWER on IntegriCloud