aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar131-4920/+3029
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-29/+25
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+3
2009-03-26Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-21/+84
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-8/+20
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-0/+12
2009-03-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-1/+1
2009-03-26x86: headers cleanup - setup.hCyrill Gorcunov1-2/+2
2009-03-26Merge commit 'v2.6.29' into core/header-fixesIngo Molnar20-75/+61
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov1-1/+1
2009-03-24x86: Add EFER descriptions for FFXSRAlexander Graf1-0/+2
2009-03-24KVM: Avoid using CONFIG_ in userspace visible headersAvi Kivity1-0/+1
2009-03-24KVM: MMU: Rename "metaphysical" attribute to "direct"Avi Kivity1-2/+3
2009-03-24KVM: Move struct kvm_pio_request into x86 kvm_host.hAvi Kivity1-0/+12
2009-03-24KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti1-0/+5
2009-03-24KVM: introduce kvm_read_guest_virt, kvm_write_guest_virtIzik Eidus1-4/+0
2009-03-24KVM: VMX: initialize TSC offset relative to vm creation timeMarcelo Tosatti1-0/+1
2009-03-24KVM: MMU: Segregate mmu pages created with different cr4.pge settingsAvi Kivity1-0/+1
2009-03-24KVM: MMU: Inherit a shadow page's guest level count from vcpu setupAvi Kivity1-0/+1
2009-03-24KVM: x86: Virtualize debug registersJan Kiszka2-1/+23
2009-03-24KVM: New guest debug interfaceJan Kiszka2-8/+19
2009-03-24KVM: VMX: Support for injecting software exceptionsJan Kiszka1-1/+2
2009-03-24KVM: SVM: Add VMRUN handlerAlexander Graf1-0/+2
2009-03-24KVM: SVM: Implement GIF, clgi and stgiAlexander Graf1-0/+3
2009-03-24KVM: SVM: Move EFER and MSR constants to generic x86 codeAlexander Graf4-5/+9
2009-03-10percpu: make x86 addr <-> pcpu ptr conversion macros genericTejun Heo1-8/+0
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-14/+0
2009-03-04x86, math-emu: fix init_fpu for task != currentDaniel Glöckner1-1/+7
2009-03-04x86: EFI: Back efi_ioremap with init_memory_mapping instead of FIX_MAPHuang Ying2-6/+0
2009-03-04x86: remove vestigial fix_ioremap prototypesJeremy Fitzhardinge1-3/+0
2009-03-04Merge branch 'x86/core' into core/percpuIngo Molnar15-247/+209
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/coreIngo Molnar12-242/+180
2009-03-03x86: set_highmem_pages_init() cleanupPekka Enberg1-1/+5
2009-03-02x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2-14/+0
2009-03-02xen: deal with virtually mapped percpu dataJeremy Fitzhardinge1-0/+1
2009-03-02x86: add forward decl for tss_structJeremy Fitzhardinge1-0/+1
2009-03-02x86: unify chunks of kernel/process*.cJeremy Fitzhardinge1-0/+2
2009-03-02x86-32: use non-lazy io bitmap context switchingJeremy Fitzhardinge1-6/+0
2009-03-02x86, mm: dont use non-temporal stores in pagecache accessesIngo Molnar2-20/+9
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2009-03-01Revert "gpu/drm, x86, PAT: PAT support for io_mapping_*"Ingo Molnar1-4/+1
2009-03-01bootmem, x86: further fixes for arch-specific bootmem wrappingTejun Heo1-6/+2
2009-02-27x86, fixmap: unify fixmap.hGustavo F. Padovan3-310/+147
2009-02-27x86, fixmap: prepare fixmap_32.h for unificationGustavo F. Padovan1-17/+56
2009-02-27x86, fixmap: prepare fixmap_64.h for unificationGustavo F. Padovan1-7/+69
2009-02-27x86, fixmap: add CONFIG_EFIGustavo F. Padovan1-0/+4
2009-02-27x86, fixmap: add CONFIG_X86_{LOCAL,IO}_APICGustavo F. Padovan1-0/+4
2009-02-27x86, fixmap: define reserve_top_address for x86_64Gustavo F. Padovan1-0/+2
2009-02-27x86, fixmap: define FIXADDR_BOOT_* and redefine FIX_ADDR_SIZEGustavo F. Padovan1-2/+5
2009-02-27x86, fixmap: rename __FIXADDR_SIZE and __FIXADDR_BOOT_SIZEGustavo F. Padovan1-4/+4