summaryrefslogtreecommitdiff
path: root/include/asm-x86_64
AgeCommit message (Expand)AuthorFilesLines
2006-06-26[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen1-2/+4
2006-06-26[PATCH] x86_64: mce_amd support for family 0x10 processorsJacob Shin1-2/+9
2006-06-26[PATCH] x86_64: mce_amd relocate sysfs filesJacob Shin1-0/+2
2006-06-26[PATCH] x86_64: apic support for extended apic interruptJacob Shin1-1/+10
2006-06-26[PATCH] x86_64: Add X86_FEATURE_RDTSCP, fix rdtscp in /proc/cpuinfoVojtech Pavlik1-0/+1
2006-06-26[PATCH] x86_64: Rename oem_force_hpet_timer to apic_is_clustered_boxVojtech Pavlik1-1/+1
2006-06-26[PATCH] x86_64: moving phys_proc_id and cpu_core_id to cpuinfo_x86Rohit Seth3-6/+6
2006-06-26[PATCH] x86_64: Calgary IOMMU - Calgary specific bitsJon Mason3-1/+114
2006-06-26[PATCH] x86_64: Calgary IOMMU - IOMMU abstractionsJon Mason2-6/+6
2006-06-26[PATCH] x86_64: Calgary IOMMU - move valid_dma_direction into the callersJon Mason1-0/+17
2006-06-26[PATCH] x86_64: Calgary IOMMU - introduce iommu_detectedJon Mason1-0/+1
2006-06-26[PATCH] x86_64: Get rid of pud_offset_k / __pud_offset_kAndi Kleen1-6/+0
2006-06-26[PATCH] i386/x86-64: fall back to old-style call trace if no unwindingJan Beulich1-4/+4
2006-06-26[PATCH] x86_64: reliable stack trace support (x86-64)Jan Beulich2-1/+107
2006-06-26[PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.Andi Kleen2-2/+2
2006-06-26[PATCH] x86_64: remove unused gart header fileJon Mason1-16/+0
2006-06-26[PATCH] x86_64: Remove long obsolete CVSAndi Kleen2-3/+1
2006-06-26[PATCH] x86_64: nmi watchdog header cleanupDon Zickus2-22/+24
2006-06-26[PATCH] x86_64: Clean and enhance up K8 northbridge access codeAndi Kleen1-0/+14
2006-06-26[PATCH] x86_64: Remove bogus comment in topology.hAndi Kleen1-2/+0
2006-06-26[PATCH] x86_64: Remove most of ia32_unistd.hAndi Kleen1-305/+3
2006-06-26[PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann9-123/+190
2006-06-26[PATCH] i386/x86-64: Emulate CPUID4 on AMDAndi Kleen1-0/+1
2006-06-26[PATCH] x86_64: Use __always_inline for __inline_memcpyAndi Kleen1-1/+2
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras1-0/+2
2006-06-25[PATCH] random: remove SA_SAMPLE_RANDOM from floppy driverMatt Mackall1-4/+2
2006-06-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-2/+2
2006-06-23[PATCH] sys_move_pages: x86_64 supportChristoph Lameter1-1/+3
2006-06-23[PATCH] Delete unused definitions of kvaddr_to_nidRalf Baechle1-1/+0
2006-06-23[PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto1-1/+0
2006-06-23Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+9
2006-06-23[PATCH] vgacon: make VGA_MAP_MEM take size, remove extra useBjorn Helgaas1-1/+1
2006-06-21[PATCH] PCI: cleanup unused variable about msi driverbibo,mao1-1/+1
2006-06-21[PATCH] PCI: msi abstractions and support for altixMark Maule1-0/+8
2006-06-21Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds31-39/+10
2006-06-15Pull bugzilla-5653 into release branchLen Brown1-0/+2
2006-06-15Pull trivial1 into release branchLen Brown1-2/+0
2006-05-31[PATCH] x86_64: Fix stack/mmap randomization for compat tasksAndi Kleen1-1/+1
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2-0/+3
2006-05-22Move inclusion of <linux/compat.h> out of user scope in asm-x86_64/mtrr.hDavid Woodhouse1-4/+4
2006-05-08[PATCH] x86_64: Avoid EBDA area in early boot allocatorAndi Kleen1-0/+2
2006-05-08[PATCH] x86_64: avoid IRQ0 ioapic pin collisionKimball Murray1-0/+1
2006-04-29Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse1-3/+4
2006-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+3
2006-04-27Exclude asm-generic/{page,memory_model}.h from user bits of i386/x86_64 page.hDavid Woodhouse1-2/+2
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse30-30/+0
2006-04-26[PATCH] Add support for the sys_vmsplice syscallJens Axboe1-1/+3
2006-04-20[PATCH] x86_64: bring back __read_mostly support to linux-2.6.17-rc2Eric Dumazet1-2/+2
2006-04-20[PATCH] i386/x86-64: Fix x87 information leak between processesAndi Kleen2-1/+20
2006-04-19[PATCH] for_each_possible_cpu: x86_64KAMEZAWA Hiroyuki1-1/+1