aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAge
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-11
|\
| * Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-06
| |\
| * | tracing: Convert event tracing code to use NR_syscallsJason Baron2009-08-26
| * | tracing: Define NR_syscalls for x86_64Jason Baron2009-08-26
| * | tracing: Create generic syscall TRACE_EVENTsJosh Stone2009-08-25
| * | tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-25
| * | tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2009-08-25
| * | tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALLJason Baron2009-08-11
| * | tracing: Add individual syscalls tracepoint id supportJason Baron2009-08-11
| * | tracing: Add syscall tracepointsJason Baron2009-08-11
| * | tracing: Call arch_init_ftrace_syscalls at bootJason Baron2009-08-11
| * | tracing: Map syscall name to numberJason Baron2009-08-11
| * | Merge branch 'linus' into tracing/coreIngo Molnar2009-08-11
| |\ \
| * | | tracing/function-graph-tracer: Drop the useless nmi protectionFrederic Weisbecker2009-08-06
* | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-11
|\ \ \ \
| * | | | x86, perf_counter, bts: Do not allow kernel BTS tracing for nowmarkus.t.metzger@intel.com2009-09-04
| * | | | x86, perf_counter, bts: Correct pointer-to-u64 castsmarkus.t.metzger@intel.com2009-09-04
| * | | | x86, perf_counter, bts: Fail if BTS is not availablemarkus.t.metzger@intel.com2009-09-04
| * | | | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-09-02
| |\ \ \ \
| * \ \ \ \ Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-08-15
| |\ \ \ \ \
| * | | | | | x86, perf_counter, bts: Add BTS support to perfcountersMarkus Metzger2009-08-09
* | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-04
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'amd-iommu/pagetable' into amd-iommu/2.6.32Joerg Roedel2009-09-03
| | |\ \ \ \ \ \ \
| | | * | | | | | | x86/amd-iommu: Change iommu_map_page to support multiple page sizesJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Support higher level PTEs in iommu_page_unmapJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Use 2-level page tables for dma_ops domainsJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Remove bus_addr check in iommu_map_pageJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Remove last usages of IOMMU_PTE_L0_INDEXJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Change alloc_pte to support 64 bit address spaceJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Introduce increase_address_space functionJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Flush domains if address space size was increasedJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Introduce set_dte_entry functionJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Add a gneric version of amd_iommu_flush_all_devicesJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Use fetch_pte in amd_iommu_iova_to_physJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Use fetch_pte in iommu_unmap_pageJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Make fetch_pte aware of dynamic mapping levelsJoerg Roedel2009-09-03
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Merge branch 'amd-iommu/passthrough' into amd-iommu/2.6.32Joerg Roedel2009-09-03
| | |\ \ \ \ \ \ \
| | | * | | | | | | x86/amd-iommu: Initialize passthrough mode when requestedJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Don't detach device from pt domain on driver unbindJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Make sure a device is assigned in passthrough modeJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Align locking between attach_device and detach_deviceJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Fix device table write orderJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Add passthrough mode initialization functionsJoerg Roedel2009-09-03
| | | * | | | | | | x86/amd-iommu: Add core functions for pd allocation/freeingJoerg Roedel2009-09-03
| | | * | | | | | | x86/dma: Mark iommu_pass_through as __read_mostlyJoerg Roedel2009-09-03
| | | |/ / / / / /
| | | | | | | | |
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'gart/fixes', 'amd-iommu/fixes+cleanups' and 'amd-iommu/fault-...Joerg Roedel2009-09-03
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | | * | | | | | x86/amd-iommu: Reset command buffer if wait loop failsJoerg Roedel2009-09-03
| | | | * | | | | | x86/amd-iommu: Panic if IOMMU command buffer reset failsJoerg Roedel2009-09-03
| | | | * | | | | | x86/amd-iommu: Reset command buffer on ILLEGAL_COMMAND_ERRORJoerg Roedel2009-09-03