aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAge
* x86/uv: Fix uv_gpa_to_soc_phys_ram() shiftRuss Anderson2012-01-26
* x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bitsH. Peter Anvin2012-01-19
* Merge remote-tracking branch 'linus/master' into x86/urgentH. Peter Anvin2012-01-19
|\
| * Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-16
| |\
| | * x86: Move <asm/asm-offsets.h> from trace_syscalls.c to asm/syscall.hH. Peter Anvin2012-01-07
| | * x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin2011-11-17
| * | mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman2012-01-16
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-15
| |\ \
| | * \ Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2012-01-07
| | |\ \
| | | * | x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt2011-12-21
| | | * | x86: Keep current stack in NMI breakpointsSteven Rostedt2011-12-21
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-15
| |\ \ \ \
| * | | | | x86: Get rid of 'dubious one-bit signed bitfield' sprase warningAnton Vorontsov2012-01-12
| * | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-11
| |\ \ \ \ \
| | * \ \ \ \ Merge commit 'v3.2-rc6' into x86/platformIngo Molnar2011-12-18
| | |\ \ \ \ \
| | * | | | | | x86/intel config: Revamp configuration to allow for Moorestown and MedfieldAlan Cox2011-12-18
| * | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-11
| |\ \ \ \ \ \ \
| | * | | | | | | x86, NMI: Add NMI IPI selftestDon Zickus2011-12-05
| | |/ / / / / /
| * | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-11
| |\ \ \ \ \ \ \
| | * | | | | | | x86: Don't use magic strings for EFI loader signatureMatt Fleming2011-12-09
| | * | | | | | | x86: Add missing bzImage fields to struct setup_headerMatt Fleming2011-12-09
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-11
| |\ \ \ \ \ \ \
| | * | | | | | | x86, mm: Unify zone_sizes_init()Pekka Enberg2011-11-11
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-11
| |\ \ \ \ \ \ \
| | * | | | | | | x86/PCI: Expand the x86_msi_ops to have a restore MSIs.Konrad Rzeszutek Wilk2012-01-06
| | * | | | | | | x86/PCI: amd: factor out MMCONFIG discoveryBjorn Helgaas2012-01-06
| | * | | | | | | x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()Bjorn Helgaas2012-01-06
| | * | | | | | | PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-06
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-01-11
| |\ \ \ \ \ \ \
| | * | | | | | | crypto: serpent - add 4-way parallel i586/SSE2 assembler implementationJussi Kivilinna2011-11-21
| | * | | | | | | crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementationJussi Kivilinna2011-11-21
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2012-01-10
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel2012-01-09
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | iommu: Add option to group multi-function devicesAlex Williamson2011-11-15
| | | |/ / / / /
| * | | | | | | Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-01-10
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity2011-12-27
| | * | | | | | | KVM: Add generic RDPMC supportAvi Kivity2011-12-27
| | * | | | | | | KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov2011-12-27
| | * | | | | | | Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3Avi Kivity2011-12-27
| | |\ \ \ \ \ \ \
| | * | | | | | | | KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong2011-12-27
| | * | | | | | | | KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guestLiu, Jinsong2011-12-27
| | * | | | | | | | KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong2011-12-27
| | * | | | | | | | KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa2011-12-27
| | * | | | | | | | KVM: MMU: remove KVM host pv mmu supportChris Wright2011-12-27
| | * | | | | | | | KVM: MMU: improve write flooding detectedXiao Guangrong2011-12-27
| | * | | | | | | | KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong2011-12-27
| | * | | | | | | | KVM: MMU: do not mark accessed bit on pte write pathXiao Guangrong2011-12-27
| | * | | | | | | | KVM: x86: retry non-page-table writing instructionsXiao Guangrong2011-12-27
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-01-09
| |\ \ \ \ \ \ \ \
| | * | | | | | | | percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-22
| | |/ / / / / / /