summaryrefslogtreecommitdiff
path: root/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/coreIngo Molnar2008-08-1419-3/+151
|\ \ \
| | * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-08-1113-79/+154
| | |\ \
| * | \ \ Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar2008-08-1433-232/+238
| |\ \ \ \
| * | | | | X86_SMP: tlb_XX.c declare smp_invalidate_interrupt before they get usedJaswinder Singh2008-07-251-0/+5
| * | | | | X86_SMP: smp.c declare functions before they get usedJaswinder Singh2008-07-251-0/+5
| * | | | | x86_64: Declare new_utsname in asm-x86/syscalls.hJaswinder Singh2008-07-251-1/+1
| * | | | | x86: mm/pgtable_32.c declare set_pmd_pfn before they get usedJaswinder Singh2008-07-231-0/+1
| * | | | | x86: mm/pageattr.c declare arch_report_meminfo before they get usedJaswinder Singh2008-07-231-0/+2
| * | | | | x86: mm/fault.c declare do_page_fault before they get usedJaswinder Singh2008-07-231-0/+4
| * | | | | x86: mm/init_XX.c declare functions before they get usedJaswinder Singh2008-07-232-0/+2
| * | | | | x86: vm86_32.c declare functions before they get usedJaswinder Singh2008-07-231-1/+4
| * | | | | x86: apic_XX.c declare functions before they get usedJaswinder Singh2008-07-232-0/+15
| * | | | | x86: common.c declare idle_regs before they get usedJaswinder Singh2008-07-221-0/+2
| * | | | | x86: proc.c declare cpuinfo_op before they get usedJaswinder Singh2008-07-221-0/+2
| * | | | | x86: ptrace.c declare functions before they get usedJaswinder Singh2008-07-221-0/+3
| * | | | | x86: i387.c declare dump_fpu() before they get usedJaswinder Singh2008-07-221-0/+1
| * | | | | x86: pci-nommu.c declare nommu_dma_ops before they get usedJaswinder Singh2008-07-221-0/+1
| * | | | | x86: pci-dma.c declare iommu_bio_merge before they get usedJaswinder Singh2008-07-222-1/+2
| * | | | | x86: e820.c declare pci_mem_start before they get usedJaswinder Singh2008-07-221-0/+1
| * | | | | x86: setup.c declare saved_video_mode before they get usedJaswinder Singh2008-07-221-0/+1
| * | | | | x86: time_XX.c declare functions before they get usedJaswinder Singh2008-07-222-1/+6
| * | | | | x86: signal_XX.c declare do_notify_resume before they get usedJaswinder Singh2008-07-221-0/+3
| * | | | | x86: process_32.c declare cpu_number before they get usedJaswinder Singh2008-07-221-1/+3
| * | | | | x86: Introducing asm/syscalls.hJaswinder Singh2008-07-221-0/+90
* | | | | | Merge branch 'linus' into x86/coreIngo Molnar2008-08-146-4/+60
|\ \ \ \ \ \
| * | | | | | crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()Suresh Siddha2008-08-131-0/+32
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-113-4/+20
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | EFI, x86: fix function prototypeRandy Dunlap2008-08-111-1/+1
| | * | | | x86_64: restore the proper NR_IRQS define so larger systems work.Eric W. Biederman2008-08-111-1/+9
| | * | | | x86: Restore proper vector locking during cpu hotplugEric W. Biederman2008-08-111-2/+10
| * | | | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-08-011-0/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli2008-07-291-0/+6
| * | | | | generic, x86: fix add iommu_num_pages helper functionFUJITA Tomonori2008-07-291-0/+2
| |/ / / /
* | | | | x86: apic interrupts - move assignments to irqinit_32.c, v2Cyrill Gorcunov2008-08-111-2/+0
* | | | | Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar2008-07-309-75/+92
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-2968-525/+1327
| |\ \ \ \
| | * | | | KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel2008-07-271-0/+1
| | * | | | [PATCH] kill altrootAl Viro2008-07-261-11/+0
| | * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-262-7/+1
| | |\ \ \ \
| | * | | | | x86: lockless get_user_pages_fast()Nick Piggin2008-07-261-0/+1
| | * | | | | x86: implement pte_specialNick Piggin2008-07-261-3/+6
| | * | | | | kexec jumpHuang Ying2008-07-261-8/+10
| | * | | | | x86 calgary: fix handling of devices that aren't behind the CalgaryAlexis Bruemmer2008-07-261-0/+1
| | * | | | | dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-263-32/+72
| * | | | | | Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-18142-3241/+4408
| |\ \ \ \ \ \
| * | | | | | | x86: use generic per-device dma coherent allocatorDmitry Baryshkov2008-06-301-21/+1
* | | | | | | | Merge branch 'x86/fpu' into x86/coreIngo Molnar2008-07-301-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | x64, fpu: fix possible FPU leakage in error conditionsSuresh Siddha2008-07-261-2/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | x86: mach-numaq to numaqYinghai Lu2008-07-266-19/+19
* | | | | | | | x86: mach_summit to summitYinghai Lu2008-07-266-38/+37