summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-114-28/+45
|\
| * Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-0615-148/+177
| |\
| * | tracing: Convert event tracing code to use NR_syscallsJason Baron2009-08-261-4/+4
| * | tracing: Define NR_syscalls for x86_64Jason Baron2009-08-261-0/+1
| * | tracing: Create generic syscall TRACE_EVENTsJosh Stone2009-08-261-7/+5
| * | tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-261-2/+2
| * | tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2009-08-261-2/+2
| * | tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALLJason Baron2009-08-111-4/+4
| * | tracing: Add individual syscalls tracepoint id supportJason Baron2009-08-111-0/+10
| * | tracing: Add syscall tracepointsJason Baron2009-08-111-2/+5
| * | tracing: Call arch_init_ftrace_syscalls at bootJason Baron2009-08-111-11/+4
| * | tracing: Map syscall name to numberJason Baron2009-08-111-0/+16
| * | Merge branch 'linus' into tracing/coreIngo Molnar2009-08-1118-95/+366
| |\ \
| * | | tracing/function-graph-tracer: Drop the useless nmi protectionFrederic Weisbecker2009-08-061-4/+0
* | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-111-6/+323
|\ \ \ \
| * | | | x86, perf_counter, bts: Do not allow kernel BTS tracing for nowmarkus.t.metzger@intel.com2009-09-041-2/+9
| * | | | x86, perf_counter, bts: Correct pointer-to-u64 castsmarkus.t.metzger@intel.com2009-09-041-12/+12
| * | | | x86, perf_counter, bts: Fail if BTS is not availablemarkus.t.metzger@intel.com2009-09-041-14/+11
| * | | | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-09-0210-105/+87
| |\ \ \ \
| * \ \ \ \ Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-08-1510-57/+121
| |\ \ \ \ \
| * | | | | | x86, perf_counter, bts: Add BTS support to perfcountersMarkus Metzger2009-08-091-6/+319
* | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-116-178/+423
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-0426-342/+671
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'amd-iommu/pagetable' into amd-iommu/2.6.32Joerg Roedel2009-09-031-95/+158
| | |\ \ \ \ \ \ \
| | | * | | | | | | x86/amd-iommu: Change iommu_map_page to support multiple page sizesJoerg Roedel2009-09-031-11/+20
| | | * | | | | | | x86/amd-iommu: Support higher level PTEs in iommu_page_unmapJoerg Roedel2009-09-031-8/+13
| | | * | | | | | | x86/amd-iommu: Use 2-level page tables for dma_ops domainsJoerg Roedel2009-09-031-1/+1
| | | * | | | | | | x86/amd-iommu: Remove bus_addr check in iommu_map_pageJoerg Roedel2009-09-031-2/+1
| | | * | | | | | | x86/amd-iommu: Remove last usages of IOMMU_PTE_L0_INDEXJoerg Roedel2009-09-031-2/+2
| | | * | | | | | | x86/amd-iommu: Change alloc_pte to support 64 bit address spaceJoerg Roedel2009-09-031-24/+20
| | | * | | | | | | x86/amd-iommu: Introduce increase_address_space functionJoerg Roedel2009-09-031-0/+27
| | | * | | | | | | x86/amd-iommu: Flush domains if address space size was increasedJoerg Roedel2009-09-031-0/+32
| | | * | | | | | | x86/amd-iommu: Introduce set_dte_entry functionJoerg Roedel2009-09-031-10/+17
| | | * | | | | | | x86/amd-iommu: Add a gneric version of amd_iommu_flush_all_devicesJoerg Roedel2009-09-031-2/+8
| | | * | | | | | | x86/amd-iommu: Use fetch_pte in amd_iommu_iova_to_physJoerg Roedel2009-09-031-14/+2
| | | * | | | | | | x86/amd-iommu: Use fetch_pte in iommu_unmap_pageJoerg Roedel2009-09-031-16/+3
| | | * | | | | | | x86/amd-iommu: Make fetch_pte aware of dynamic mapping levelsJoerg Roedel2009-09-031-11/+13
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Merge branch 'amd-iommu/passthrough' into amd-iommu/2.6.32Joerg Roedel2009-09-033-20/+138
| | |\ \ \ \ \ \ \
| | | * | | | | | | x86/amd-iommu: Initialize passthrough mode when requestedJoerg Roedel2009-09-031-1/+7
| | | * | | | | | | x86/amd-iommu: Don't detach device from pt domain on driver unbindJoerg Roedel2009-09-031-0/+2
| | | * | | | | | | x86/amd-iommu: Make sure a device is assigned in passthrough modeJoerg Roedel2009-09-031-0/+9
| | | * | | | | | | x86/amd-iommu: Align locking between attach_device and detach_deviceJoerg Roedel2009-09-031-5/+14
| | | * | | | | | | x86/amd-iommu: Fix device table write orderJoerg Roedel2009-09-031-2/+2
| | | * | | | | | | x86/amd-iommu: Add passthrough mode initialization functionsJoerg Roedel2009-09-031-8/+64
| | | * | | | | | | x86/amd-iommu: Add core functions for pd allocation/freeingJoerg Roedel2009-09-031-4/+32
| | | * | | | | | | x86/dma: Mark iommu_pass_through as __read_mostlyJoerg Roedel2009-09-031-1/+8
| | | |/ / / / / /
| | | | | | | | |
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'gart/fixes', 'amd-iommu/fixes+cleanups' and 'amd-iommu/fault-...Joerg Roedel2009-09-032-40/+113
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | | * | | | | | x86/amd-iommu: Reset command buffer if wait loop failsJoerg Roedel2009-09-031-2/+5
| | | | * | | | | | x86/amd-iommu: Panic if IOMMU command buffer reset failsJoerg Roedel2009-09-031-0/+7
| | | | * | | | | | x86/amd-iommu: Reset command buffer on ILLEGAL_COMMAND_ERRORJoerg Roedel2009-09-031-2/+13
OpenPOWER on IntegriCloud