summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | amd-iommu: consolidate hardware initialization to one functionJoerg Roedel2009-05-281-18/+32
| | | * | | | amd-iommu: introduce for_each_iommu* macrosJoerg Roedel2009-05-283-8/+16
| | | |/ / /
| | * | | | amd-iommu: disable device isolation with CONFIG_IOMMU_STRESSJoerg Roedel2009-05-281-0/+6
| | * | | | x86/iommu: add IOMMU_STRESS Kconfig entryJoerg Roedel2009-05-281-0/+8
| | * | | | amd-iommu: move protection domain printk to dump codeJoerg Roedel2009-05-281-4/+6
| | * | | | amd-iommu: print ivmd information to dmesg when requestedJoerg Roedel2009-05-281-0/+11
| | * | | | amd-iommu: print ivhd information to dmesg when requestedJoerg Roedel2009-05-281-0/+73
| | * | | | amd-iommu: add dump for iommus described in ivrs tableJoerg Roedel2009-05-281-0/+9
| | * | | | amd-iommu: add amd_iommu_dump parameterJoerg Roedel2009-05-282-0/+16
| | |/ / /
| * | | | amd iommu: properly detach from protection domain on ->removeChris Wright2009-05-281-1/+5
| * | | | amd-iommu: make sure only ivmd entries are parsedJoerg Roedel2009-05-281-0/+2
| * | | | amd-iommu: fix the handling of device aliases in the AMD IOMMU driver.Neil Turton2009-05-281-1/+1
| * | | | amd-iommu: fix an off-by-one error in the AMD IOMMU driver.Neil Turton2009-05-281-1/+1
| |/ / /
| * | | Merge commit 'v2.6.30-rc5' into core/iommuIngo Molnar2009-05-112270-61650/+65751
| |\ \ \
| * | | | x86 gart: reimplement IOMMU_LEAK feature by using DMA_API_DEBUGFUJITA Tomonori2009-04-152-39/+9
| * | | | dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_e...FUJITA Tomonori2009-04-152-6/+73
| * | | | x86: calgary: remove IOMMU_DEBUGFUJITA Tomonori2009-04-141-52/+2
| * | | | swiotlb: change swiotlb_bus_to[phys,virt] prototypesBecky Bruce2009-04-083-7/+8
| * | | | swiotlb: use swiotlb_sync_single instead of duplicating codeBecky Bruce2009-04-081-18/+12
| * | | | swiotlb: rename unmap_single to do_unmap_singleBecky Bruce2009-04-081-17/+25
| * | | | swiotlb: allow arch override of address_needs_mappingBecky Bruce2009-04-081-2/+8
| * | | | swiotlb: map_page fix for highmem systemsBecky Bruce2009-04-081-2/+1
| * | | | swiotlb: fix compile warningBecky Bruce2009-04-081-1/+1
| * | | | swiotlb: comment correctionsBecky Bruce2009-04-081-13/+11
* | | | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-107-355/+1225
|\ \ \ \ \
| * | | | | futex: fix restart in wait_requeue_piThomas Gleixner2009-05-201-40/+9
| * | | | | futex: fix restart for early wakeup in futex_wait_requeue_pi()Thomas Gleixner2009-05-201-10/+3
| * | | | | futex: cleanup error exitThomas Gleixner2009-05-201-4/+3
| * | | | | Merge branch 'core/urgent' into core/futexesThomas Gleixner2009-05-204431-162461/+492624
| |\ \ \ \ \
| * | | | | | futex: remove the wait queueThomas Gleixner2009-05-151-33/+25
| * | | | | | futex: add requeue-pi documentationDarren Hart2009-05-091-0/+131
| * | | | | | futex: remove FUTEX_REQUEUE_PI (non CMP)Darren Hart2009-04-302-8/+2
| * | | | | | futex: fix futex_wait_setup key handlingDarren Hart2009-04-101-1/+1
| * | | | | | sparc64: extend TI_RESTART_BLOCK space by 8 bytesStephen Rothwell2009-04-091-2/+2
| * | | | | | futex: fixup unlocked requeue pi caseDarren Hart2009-04-081-21/+44
| * | | | | | futex: add requeue_pi functionalityDarren Hart2009-04-063-20/+510
| * | | | | | futex: split out futex value validation codeDarren Hart2009-04-061-44/+72
| * | | | | | futex: distangle futex_requeue()Darren Hart2009-04-061-14/+29
| * | | | | | futex: add FUTEX_HAS_TIMEOUT flag to restart.futex.flagsDarren Hart2009-04-061-4/+8
| * | | | | | rt_mutex: add proxy lock routinesDarren Hart2009-04-062-53/+195
| * | | | | | futex: split out fixup owner logic from futex_lock_pi()Darren Hart2009-04-061-69/+89
| * | | | | | futex: split out atomic logic from futex_lock_pi()Darren Hart2009-04-061-94/+130
| * | | | | | futex: add helper to find the top prio waiter of a futexDarren Hart2009-04-061-0/+19
| * | | | | | futex: separate futex_wait_queue_me() logic from futex_wait()Darren Hart2009-04-061-62/+76
* | | | | | | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-1037-174/+1281
|\ \ \ \ \ \ \
| * | | | | | | xen: cache cr0 value to avoid trap'n'emulate for read_cr0Jeremy Fitzhardinge2009-05-081-1/+17
| * | | | | | | xen/x86-64: clean up warnings about IST-using trapsJeremy Fitzhardinge2009-05-081-2/+20
| * | | | | | | xen/x86-64: fix breakpoints and hardware watchpointsJeremy Fitzhardinge2009-05-083-1/+26
| * | | | | | | xen: reserve Xen start_info rather than e820 reservingJeremy Fitzhardinge2009-05-081-3/+3
| * | | | | | | Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-082228-58892/+64273
| |\ \ \ \ \ \ \