summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger2011-05-121-3/+0
| * | | | | | | | | | Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar2011-05-101-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-04-272-13/+17
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | jump label: Add _ASM_ALIGN for x86 and x86_64Jason Baron2011-04-041-0/+1
| | * | | | | | | | | jump label: Introduce static_branch() interfaceJason Baron2011-04-042-13/+16
| | | |_|_|_|_|/ / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-192-7/+34
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/amd-iommu: Use threaded interupt handlerJoerg Roedel2011-05-101-0/+1
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats...Joerg Roedel2011-05-102-7/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | / / / / / | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| | | | * | | | | | | | x86/amd-iommu: Add support for invalidate_all commandJoerg Roedel2011-04-121-0/+1
| | | | * | | | | | | | x86/amd-iommu: Add extended feature detectionJoerg Roedel2011-04-122-1/+26
| | | * | | | | | | | | x86/amd-iommu: Add ATS enable/disable codeJoerg Roedel2011-04-111-0/+2
| | | * | | | | | | | | x86/amd-iommu: Add flag to indicate IOTLB supportJoerg Roedel2011-04-111-0/+2
| | | * | | | | | | | | x86/amd-iommu: Flush device IOTLB if ATS is enabledJoerg Roedel2011-04-111-1/+2
| | | |/ / / / / / / /
| | | * | | | | | | | x86/amd-iommu: Flush all internal TLBs when IOMMUs are enabledJoerg Roedel2011-04-071-2/+0
| | | * | | | | | | | x86/amd-iommu: Remove command buffer resetting logicJoerg Roedel2011-04-071-3/+0
| | |/ / / / / / / /
| | | | | | | | | |
| \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git...Linus Torvalds2011-05-192-2/+19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.Konrad Rzeszutek Wilk2011-04-181-2/+3
| * | | | | | | | | | xen/pci: Add xen_[find|register|unregister]_device_domain_owner functions.Konrad Rzeszutek Wilk2011-04-141-0/+16
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-05-184-5/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86, apic: Fix spurious error interrupts triggering on all non-boot APsYouquan Song2011-05-161-0/+1
| * | | | | | | | | | x86: Fix UV BAU for non-consecutive nasidsCliff Wickman2011-05-121-4/+13
| * | | | | | | | | | x86, UV: Fix NMI handler for UV platformsJack Steiner2011-05-102-1/+17
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | x86,xen: introduce x86_init.mapping.pagetable_reserveStefano Stabellini2011-05-122-0/+13
|/ / / / / / / / /
* | | | | | | | | x86: devicetree: Configure IOAPIC pin only onceSebastian Andrzej Siewior2011-04-281-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPSDavid Rientjes2011-04-211-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | x86, gart: Set DISTLBWALKPRB bit alwaysJoerg Roedel2011-04-181-2/+2
* | | | | | | x86, gart: Convert spaces to tabs in enable_gart_translationJoerg Roedel2011-04-181-11/+11
| |_|_|_|/ / |/| | | | |
* | | | | | x86, amd: Disable GartTlbWlkErr when BIOS forgets itJoerg Roedel2011-04-151-0/+4
|/ / / / /
* | | | | x86-32, fpu: Fix FPU exception handling on non-SSE systemsHans Rosenfeld2011-04-061-1/+1
| |/ / / |/| | |
* | | | x86: Stop including <linux/delay.h> in two asm header filesJean Delvare2011-03-292-2/+0
| |/ / |/| |
* | | percpu: Omit segment prefix in the UP case for cmpxchg_doubleChristoph Lameter2011-03-271-4/+6
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-03-241-3/+2
|\ \ \
| * \ \ Merge branch 'linus' into releaseLen Brown2011-03-2358-314/+537
| |\ \ \
| * \ \ \ Merge commit 'v2.6.38' into releaseLen Brown2011-03-233-1/+12
| |\ \ \ \
| * \ \ \ \ Merge branch 'acpica' into releaseLen Brown2011-03-182-1/+2
| |\ \ \ \ \
| * | | | | | ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()Rafael J. Wysocki2011-02-241-2/+2
| * | | | | | ACPI / PM: Drop acpi_restore_state_mem()Rafael J. Wysocki2011-02-241-2/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-231-0/+6
|\ \ \ \ \ \ \
| * | | | | | | x86: add context tag to mark mm when running a task in 32-bit compatibility modeStephen Wilson2011-03-231-0/+6
* | | | | | | | remove dma64_addr_tFUJITA Tomonori2011-03-231-8/+0
* | | | | | | | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-231-2/+0
* | | | | | | | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | | | | | | | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-231-0/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | x86: allow CONFIG_ISA_DMA_API to be disabledDavid Rientjes2011-03-221-1/+5
* | | | | | | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-221-8/+0
* | | | | | | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-2/+8
|/ / / / / /
* | | | | | introduce sys_syncfs to sync a single file systemSage Weil2011-03-212-1/+4
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-1813-25/+20
|\ \ \ \ \ \
| * | | | | | x86: Flush TLB if PGD entry is changed in i386 PAE modeShaohua Li2011-03-181-8/+3
| * | | | | | x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim2011-03-182-4/+4
OpenPOWER on IntegriCloud