aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-26amd64: fix get_user() on bitwiseAl Viro1-2/+2
2007-07-25[x86 setup] Make struct ist_info cross-architecture, and use in setup codeH. Peter Anvin1-0/+1
2007-07-25ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown2-15/+9
2007-07-22x86_64: Share msidef.h and hypertransport.h includes with i386Andi Kleen2-89/+2
2007-07-22x86: Replace NSC/Cyrix specific chipset access macros by inlined functions.Juergen Beisert1-11/+0
2007-07-22x86_64: x86_64 - Use non locked version for local_cmpxchg()Mathieu Desnoyers1-1/+1
2007-07-22x86: Stop MCEs and NMIs during code patchingAndi Kleen2-0/+5
2007-07-22x86: Fix alternatives and kprobes to remap write-protected kernel textAndi Kleen2-0/+4
2007-07-22x86_64: Use read and write crX in .c filesGlauber de Oliveira Costa1-5/+29
2007-07-22x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani1-2/+0
2007-07-21x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdataMuli Ben-Yehuda2-1/+20
2007-07-21x86_64: move iommu declaration from proto to iommu.hYinghai Lu2-25/+29
2007-07-21x86_64: disable the GART in shutdownYinghai Lu1-0/+7
2007-07-21x86_64: flush_tlb_kernel_range() warning fixAndrew Morton1-1/+5
2007-07-21x86_64: fix wrong comment regarding set_fixmap()Jiri Kosina1-3/+3
2007-07-21x86_64: use the global PIT lockThomas Gleixner1-0/+6
2007-07-21x86_64: Move functions declarations to header fileGlauber de Oliveira Costa1-0/+20
2007-07-21x86_64: make dump_error_regs a chip opMuli Ben-Yehuda1-0/+1
2007-07-21x86_64: introduce chipset specific opsMuli Ben-Yehuda1-1/+7
2007-07-21x86: remove support for the Rise CPUAdrian Bunk1-1/+0
2007-07-21x86: PM_TRACE supportNigel Cunningham1-0/+13
2007-07-21x86_64: support poll() on /dev/mcelogTim Hockin2-0/+4
2007-07-21x86_64: fake pxm-to-node mapping for fake numaDavid Rientjes1-0/+11
2007-07-21x86_64: Quicklist support for x86_64Christoph Lameter2-25/+49
2007-07-21x86: share hpet.h with i386Thomas Gleixner1-60/+1
2007-07-21x86_64: Fix APIC typoThomas Gleixner1-2/+2
2007-07-21x86_64: Untangle asm/hpet.h from asm/timex.hChris Wright3-2/+2
2007-07-21x86_64: remove extra extern declaring about dmi_ioremapYinghai Lu1-4/+1
2007-07-21x86_64: Add vDSO for x86-64 with gettimeofday/clock_gettime/getcpuAndi Kleen5-1/+47
2007-07-21x86_64: Always use builtin memcpy on gcc 4.3Andi Kleen1-1/+4
2007-07-21x86_64: asm/ptrace.h needs linux/compiler.hJean Delvare1-0/+1
2007-07-21x86_64: wbinvd macro fixNick Piggin1-1/+1
2007-07-19[PATCH] sched: sched_cacheflush is now unusedRalf Baechle1-9/+0
2007-07-19arch: personality independent stack topPeter Zijlstra1-1/+2
2007-07-19define new percpu interface for shared dataFenghua Yu1-0/+7
2007-07-19jprobes: remove JPROBE_ENTRY()Michael Ellerman1-1/+0
2007-07-17sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora1-0/+2
2007-07-17fbdev: detect primary display deviceAntonino A. Daplas1-1/+6
2007-07-17fbdev: move arch-specific bits to their respective subdirectoriesAntonino A. Daplas1-0/+14
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migratedMel Gorman1-1/+2
2007-07-17mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirtyMartin Schwidefsky1-8/+0
2007-07-16Introduce compat_u64 and compat_s64 typesArnd Bergmann1-0/+2
2007-07-16page table handling cleanupJan Beulich1-6/+0
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu2-1/+4
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-44/+0
2007-07-12x86-64: add symbolic constants for the boot segment selectorsH. Peter Anvin1-0/+8
2007-07-12Make struct boot_params a real structure, and remove obsolete fieldsH. Peter Anvin2-15/+2
2007-07-12Make definitions for struct e820entry and struct e820map consistentH. Peter Anvin1-3/+1
2007-07-12Use a new CPU feature word to cover features that are spread aroundVenki Pallipadi2-0/+2
2007-07-12Unify the CPU features vectors between i386 and x86-64H. Peter Anvin4-138/+92