aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-022-3/+4
|\
| * x86: avoid section mismatch involving arch_register_cpuAlexander van Heukelum2008-02-011-1/+2
| * x86_64: make bootmap_start page align v6Yinghai Lu2008-02-011-1/+1
| * x86_64: add debug name for early_resYinghai Lu2008-02-011-1/+1
* | x86: replace LOCK_PREFIX in futex.hThomas Gleixner2008-02-011-3/+3
|/
* [NET]: Introducing socket mark socket option.Laszlo Attila Toth2008-01-311-0/+2
* x86: uninline __pte_free_tlb() and __pmd_free_tlb()Ingo Molnar2008-01-311-17/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-01-311-2/+2
|\
| * x86: fix duplicated TIF on 64-bitMathieu Desnoyers2008-01-301-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-01-312-2/+6
|\ \
| * | lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa2008-01-301-1/+1
| * | lguest: Reboot supportBalaji Rao2008-01-301-1/+5
* | | KVM: Portability: Move kvm_fpu to asm-x86/kvm.hChristian Ehrhardt2008-01-301-0/+15
* | | KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang2008-01-301-1/+3
* | | KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()Avi Kivity2008-01-301-0/+5
* | | KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity2008-01-301-0/+1
* | | KVM: local APIC TPR access reporting facilityAvi Kivity2008-01-301-0/+1
* | | KVM: MMU: Add cache miss statisticAvi Kivity2008-01-301-0/+1
* | | KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-302-0/+787
* | | KVM: Enhance guest cpuid managementDan Kenigsberg2008-01-301-0/+21
* | | KVM: Export include/asm-x86/kvm.hAvi Kivity2008-01-301-0/+1
* | | KVM: Portability: Move cpuid structures to <asm/kvm.h>Jerone Young2008-01-301-0/+17
* | | KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h>Jerone Young2008-01-301-0/+36
* | | KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h>Jerone Young2008-01-301-0/+17
* | | KVM: Portability: Move structure lapic_state to <asm/kvm.h>Jerone Young2008-01-301-0/+6
* | | KVM: Portability: Move kvm_regs to <asm/kvm.h>Jerone Young2008-01-301-0/+10
* | | KVM: Portability: Move x86 pic strutcturesJerone Young2008-01-301-0/+49
* | | KVM: Portability: Move kvm_memory_alias to asm/kvm.hJerone Young2008-01-301-0/+20
* | | KVM: Per-architecture hypercall definitionsChristian Borntraeger2008-01-301-0/+105
| |/ |/|
* | x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge2008-01-303-5/+2
* | x86: defer cr3 reload when doing pud_clear()Jeremy Fitzhardinge2008-01-302-6/+22
* | x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl2008-01-302-0/+6
* | x86: don't special-case pmd allocations as muchJeremy Fitzhardinge2008-01-303-17/+47
* | x86: arch/x86/mm/init_32.c cleanupIngo Molnar2008-01-302-2/+15
* | x86: make ioremap() UC by defaultIngo Molnar2008-01-301-1/+1
* | x86: cpa: fix the self-testIngo Molnar2008-01-301-0/+1
* | x86: fix clflush_page_range logicIngo Molnar2008-01-301-1/+1
* | x86: add testcases for RODATA and NX protections/attributesArjan van de Ven2008-01-301-0/+7
* | x86: remove flush_agp_mappings()Ingo Molnar2008-01-301-1/+0
* | x86: cpa: move flush to cpaThomas Gleixner2008-01-302-6/+1
* | x86: make various pageattr.c functions staticArjan van de Ven2008-01-301-1/+0
* | x86: cpa: set_memory_notpresent()Ingo Molnar2008-01-301-0/+1
* | x86: fix ioremap APIThomas Gleixner2008-01-302-20/+6
* | x86: fix the missing BIOS area check in page_is_ramThomas Gleixner2008-01-301-0/+3
* | x86: move page_is_ram() functionThomas Gleixner2008-01-302-1/+3
* | x86: deprecate change_page_attr() for driversArjan van de Ven2008-01-301-1/+2
* | x86: convert CPA users to the new set_page_ APIArjan van de Ven2008-01-301-2/+2
* | x86: a new API for drivers/etc to control cache and other page attributesArjan van de Ven2008-01-301-0/+15
* | x86: introduce max_pfn_mappedThomas Gleixner2008-01-302-2/+2
* | x86: add PAGE_KERNEL_EXEC_NOCACHEIngo Molnar2008-01-301-0/+2