summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-1911-64/+613
|\
| * irq: Export functions to allow modular irq driversJonathan Cameron2011-05-182-0/+5
| * genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner2011-05-182-4/+16
| * genirq: Remove pointless ifdefsThomas Gleixner2011-05-181-3/+1
| * genirq: Make generic irq chip depend on CONFIG_GENERIC_IRQ_CHIPThomas Gleixner2011-05-022-1/+5
| * genirq: Add chip suspend and resume callbacksThomas Gleixner2011-04-232-0/+104
| * genirq: Implement a generic interrupt chipThomas Gleixner2011-04-233-0/+397
| * genirq: Support per-IRQ thread disabling.Paul Mundt2011-04-235-2/+34
| * genirq: irq_desc: Document preflow_handler and affinity_hintGeert Uytterhoeven2011-04-231-1/+3
| * genirq: Update DocBook commentsGeert Uytterhoeven2011-04-231-35/+47
| * genirq: Forgotten updates/deletions after removal of compat codeGeert Uytterhoeven2011-04-232-19/+2
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-194-14/+213
|\ \
| * | seqlock: Don't smp_rmb in seqlock reader spin loopMilton Miller2011-05-121-2/+2
| * | watchdog, hung_task_timeout: Add Kconfig configurable defaultJeff Mahoney2011-04-282-1/+16
| * | lockdep: Remove cmpxchg to update nr_chain_hlocksSteven Rostedt2011-04-221-10/+4
| * | lockdep: Print a nicer description for simple irq lock inversionsSteven Rostedt2011-04-221-0/+20
| * | lockdep: Replace "Bad BFS generated tree" message with something less crypticSteven Rostedt2011-04-221-1/+1
| * | lockdep: Print a nicer description for irq inversion bugsSteven Rostedt2011-04-221-5/+29
| * | lockdep: Print a nicer description for simple deadlocksSteven Rostedt2011-04-221-0/+21
| * | lockdep: Print a nicer description for normal deadlocksSteven Rostedt2011-04-221-0/+55
| * | lockdep: Print a nicer description for irq lock inversionsSteven Rostedt2011-04-221-0/+70
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-1914-291/+456
|\ \ \
| * \ \ Merge branch 'gart/rename' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2011-05-173-2/+2
| |\ \ \
| | * | | x86, gart: Rename pci-gart_64.c to amd_gart_64.cJoerg Roedel2011-05-103-2/+2
| * | | | Merge branch 'iommu/2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2011-05-1011-289/+454
| |\ \ \ \
| | * | | | x86/amd-iommu: Use threaded interupt handlerJoerg Roedel2011-05-103-5/+12
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats...Joerg Roedel2011-05-1010-270/+438
| | |\ \ \ \ \ \
| | | | | * | | | x86/amd-iommu: Add support for invalidate_all commandJoerg Roedel2011-04-122-2/+23
| | | | | * | | | x86/amd-iommu: Add extended feature detectionJoerg Roedel2011-04-123-3/+48
| | | | * | | | | x86/amd-iommu: Add ATS enable/disable codeJoerg Roedel2011-04-112-6/+30
| | | | * | | | | x86/amd-iommu: Add flag to indicate IOTLB supportJoerg Roedel2011-04-112-0/+6
| | | | * | | | | x86/amd-iommu: Flush device IOTLB if ATS is enabledJoerg Roedel2011-04-112-2/+75
| | | | * | | | | x86/amd-iommu: Select PCI_IOV with AMD IOMMU driverJoerg Roedel2011-04-111-0/+1
| | | | * | | | | PCI: Move ATS declarations in seperate header fileJoerg Roedel2011-04-114-37/+54
| | | | |/ / / /
| | | | * | | | x86/amd-iommu: Flush all internal TLBs when IOMMUs are enabledJoerg Roedel2011-04-073-45/+43
| | | | * | | | x86/amd-iommu: Rename iommu_flush_deviceJoerg Roedel2011-04-071-10/+16
| | | | * | | | x86/amd-iommu: Improve handling of full command bufferJoerg Roedel2011-04-071-23/+65
| | | | * | | | x86/amd-iommu: Rename iommu_flush* to domain_flush*Joerg Roedel2011-04-071-43/+44
| | | | * | | | x86/amd-iommu: Remove command buffer resetting logicJoerg Roedel2011-04-072-22/+1
| | | | * | | | x86/amd-iommu: Cleanup completion-wait handlingJoerg Roedel2011-04-071-79/+28
| | | | * | | | x86/amd-iommu: Cleanup inv_pages command handlingJoerg Roedel2011-04-061-47/+36
| | | | * | | | x86/amd-iommu: Move inv-dte command building to own functionJoerg Roedel2011-04-061-4/+8
| | | | * | | | x86/amd-iommu: Move compl-wait command building to own functionJoerg Roedel2011-04-061-3/+8
| | | * | | | | dma-debug: print information about leaked entryStanislaw Gruszka2011-04-071-5/+13
| | | |/ / / /
| | * | | | | arch/x86/kernel/pci-iommu_table.c: Convert sprintf_symbol to %pSJoe Perches2011-05-101-14/+4
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-19118-1667/+1393
|\ \ \ \ \ \
| * | | | | | PM: Introduce generic prepare and complete callbacks for subsystemsRafael J. Wysocki2011-05-172-7/+58
| * | | | | | PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki2011-05-175-43/+61
| * | | | | | PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki2011-05-174-10/+1
| * | | | | | Merge branch 'power-domains' into for-linusRafael J. Wysocki2011-05-1715-446/+688
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud