aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
AgeCommit message (Expand)AuthorFilesLines
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner173-14087/+0
2007-10-11x86_64: remove unused header file:Thomas Gleixner1-1/+0
2007-10-05Remove unnecessary cast in prefetch()Serge Belyshev1-1/+1
2007-09-26Revert "x86-64: Disable local APIC timer use on AMD systems with C1E"Linus Torvalds1-1/+0
2007-09-26x86-64: Disable local APIC timer use on AMD systems with C1EThomas Gleixner1-0/+1
2007-09-21Revert "x86_64: Quicklist support for x86_64"Linus Torvalds2-49/+25
2007-08-24Pull bugzilla-1641 into release branchLen Brown1-0/+6
2007-08-21ACPI: boot correctly with "nosmp" or "maxcpus=0"Len Brown1-0/+6
2007-08-18x86_64: Fix to keep watchdog disabled by default for i386/x86_64Daniel Gollub1-1/+2
2007-08-11finish i386 and x86-64 sysdata conversionMuli Ben-Yehuda1-0/+2
2007-07-31revert "x86, serial: convert legacy COM ports to platform devices"Andrew Morton1-0/+16
2007-07-31remove unused TIF_NOTIFY_RESUME flagStephane Eranian1-2/+0
2007-07-31x86-64: Calgary: fix section mismatch warnings in tceRandy Dunlap1-3/+3
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 b...Mel 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
2007-07-11PCI: remove pci_dac_dma_... APIsJan Beulich1-40/+0
2007-07-11PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman1-4/+0
2007-06-20x86_64: Fix eventd/timerfd syscallsAndi Kleen1-2/+2
2007-06-16Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt1-6/+8
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-0/+2
2007-05-14Revert "ipmi: add new IPMI nmi watchdog handling"Linus Torvalds1-1/+0
2007-05-11signal/timer/event: eventfd wire up x86 archesDavide Libenzi1-0/+2
2007-05-11signal/timer/event: timerfd wire up x86 archesDavide Libenzi1-0/+2
2007-05-11signal/timer/event: signalfd wire up x86 archesDavide Libenzi1-0/+2
2007-05-11Consolidate asm/poll.hStephen Rothwell1-27/+1
2007-05-11x86_64: new syscallAndi Kleen1-0/+3
2007-05-11x86_64: display more intuitive error message if kernel is not 2MB alignedVivek Goyal1-0/+9
2007-05-11i386: work around miscompilation of alternatives codeJoerg Roedel1-0/+6
2007-05-09rename thread_info to stackRoman Zippel1-1/+1
2007-05-09wrap access to thread_infoRoman Zippel1-1/+1
2007-05-09Use the APIC to determine the hardware processor id - x86_64Fernando Luis Vazquez Cao1-8/+6
2007-05-09Remove hardcoding of hard_smp_processor_id on UP systemsFernando Luis Vazquez Cao1-1/+3
2007-05-08Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-0/+11
2007-05-08x86, serial: convert legacy COM ports to platform devicesBjorn Helgaas1-16/+0
2007-05-08x86: create asm/cmpxchg.hJeff Dike3-130/+136
2007-05-08Remove tas()Jeff Dike1-2/+0
2007-05-08local_t: x86_64 extensionMathieu Desnoyers2-31/+201
2007-05-08atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe...Mathieu Desnoyers1-28/+31
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to x86_64Mathieu Desnoyers1-4/+32
2007-05-08utimensat implementationUlrich Drepper1-0/+2
2007-05-08x86_64: kill 19000+ sparse warningsRandy Dunlap2-8/+9
2007-05-08consolidate asm/const.h to linux/const.hRandy Dunlap4-23/+2
2007-05-08Clean up mostly unused IOSPACE macrosDavid Gibson1-4/+0
2007-05-08kdump/kexec: calculate note size at compile timeSimon Horman1-2/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig2-25/+0
2007-05-08tty: i386/x86_64 arbitary speed supportAlan Cox1-1/+1
2007-05-08ipmi: add new IPMI nmi watchdog handlingCorey Minyard1-0/+1
2007-05-08i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpuRudolf Marek1-0/+11
2007-05-07Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds2-13/+9
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds31-523/+184
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+2
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-2/+4
2007-05-02PCI: scatterlist.h needs types.hJean Delvare1-0/+2
2007-05-02[PATCH] x86-64: Use the 32bit wd_ops for 64bit too.Andi Kleen1-0/+9
2007-05-02[PATCH] x86-64: Auto compute __NR_syscall_max at compile timeAndi Kleen1-2/+0
2007-05-02[PATCH] x86-64: Use safe_apic_wait_icr_idle in __send_IPI_dest_field - x86_64Fernando Luis [** ISO-8859-1 charset **] VázquezCao1-1/+4
2007-05-02[PATCH] x86-64: __send_IPI_dest_field - x86_64Fernando Luis [** ISO-8859-1 charset **] VázquezCao1-22/+32
2007-05-02[PATCH] x86-64: safe_apic_wait_icr_idle - x86_64Fernando Luis VazquezCao1-5/+3
2007-05-02[PATCH] x86: Save the MTRRs of the BSP before booting an APBernhard Kaindl1-0/+2
2007-05-02[PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches.Bernhard Kaindl1-0/+2
2007-05-02[PATCH] x86-64: Move mtrr prototypes from proto.h to mtrr.hAndi Kleen2-7/+8
2007-05-02[PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org>Jeremy Fitzhardinge1-2/+2
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge1-0/+1
2007-05-02[PATCH] x86: Clean up x86 control register and MSR macros (corrected)H. Peter Anvin5-327/+9
2007-05-02[PATCH] x86: Don't use MWAIT on AMD Family 10Andi Kleen1-0/+2
2007-05-02[PATCH] x86-64: Clean up asm-x86_64/bugs.hJeremy Fitzhardinge2-26/+5
2007-05-02[PATCH] x86-64: fix arithmetic in commentAvi Kivity1-1/+1
2007-05-02[PATCH] x86-64: Use X86_EFLAGS_IF in x86-64/irqflags.h.Andi Kleen3-25/+32
2007-05-02[PATCH] x86-64: Account for module percpu space separately from kernel percpuJeremy Fitzhardinge1-10/+0
2007-05-02[PATCH] x86: sys_ioperm() prototype cleanupAdrian Bunk1-1/+0
2007-05-02[PATCH] x86-64: use lru instead of page->index and page->private for pgd list...Christoph Lameter2-12/+4
2007-05-02[PATCH] x86-64: Introduce load_TLS to the "for" loop.Rusty Russell1-7/+4
2007-05-02[PATCH] x86-64: configurable fake numa node sizesDavid Rientjes1-1/+1
2007-05-02[PATCH] x86: Log reason why TSC was marked unstablejohn stultz1-1/+1
2007-05-02[PATCH] x86-64: build-time checkingVivek Goyal1-0/+1
2007-05-02[PATCH] x86-64: Relocatable Kernel SupportVivek Goyal1-2/+4
2007-05-02[PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal2-6/+4
2007-05-02[PATCH] x86-64: Remove the identity mapping as early as possibleVivek Goyal2-3/+0
2007-05-02[PATCH] x86-64: wakeup.S rename registers to reflect right namesVivek Goyal1-6/+6
2007-05-02[PATCH] x86-64: Add EFER to the register set saved by save_processor_stateVivek Goyal1-0/+1
2007-05-02[PATCH] x86-64: cleanup segmentsVivek Goyal1-1/+1
2007-05-02[PATCH] x86-64: Clean up the early boot page tableVivek Goyal1-1/+0
2007-05-02[PATCH] x86-64: Assembly safe page.h and pgtable.hVivek Goyal4-30/+52
2007-05-02[PATCH] x86-64: dma_ops as constStephen Hemminger1-1/+1
2007-05-02[PATCH] x86-64: fix cpu MHz reporting on constant_tsc cpusJoerg Roedel1-0/+1
2007-05-02[PATCH] x86-64: Remove duplicated code for reading control registersGlauber de Oliveira Costa2-29/+11
2007-05-02[PATCH] x86-64: Remove unused set_seg_baseRusty Russell1-10/+0
2007-05-02[PATCH] x86-64: Some cleanup in time.cAndi Kleen1-0/+2
2007-05-02[PATCH] x86: consolidate smp_send_stop()Jan Beulich1-1/+0
2007-05-02[PATCH] x86-64: adjust inclusion of asm/vsyscall32.hJan Beulich1-1/+0
2007-05-02[PATCH] x86: adjust inclusion of asm/fixmap.hJan Beulich4-7/+2
2007-05-02[PATCH] x86: default to physical mode on hotplug CPU kernelsIngo Molnar1-1/+1
2007-05-02[PATCH] x86-64: always use physical delivery mode on > 8 CPUsIngo Molnar1-1/+3
2007-05-02[PATCH] x86: revert x86_64-mm-fix-the-irqbalance-quirk-for-e7320-e7520-e7525Andrew Morton1-1/+0
2007-05-02[PATCH] x86-64: revert x86_64-mm-add-genapic_forceAndrew Morton1-1/+1
2007-04-26[AGPGART] Move [un]map_page_into_agp into asm/agp.hJan Beulich1-2/+4
2007-04-25[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet1-0/+2
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-1/+2
2007-03-29[PATCH] x86_64 irq: Fix comments after changing IRQ0_VECTOR from 0x20 to 0x30Yinghai Lu1-1/+1
2007-03-23x86-64: add "local_apic_timer_c2_ok" here tooLinus Torvalds1-0/+1
2007-03-16[PATCH] x86-64: fix section mismatch warningsSam Ravnborg2-2/+3
2007-03-14Disable NMI watchdog by default properlyLinus Torvalds1-1/+1
2007-03-14[PATCH] kill bogus casts in amd64 uaccess.hAl Viro1-2/+2
2007-03-06Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-1/+0
2007-03-06Revert "[IA64] swiotlb abstraction (e.g. for Xen)"Tony Luck1-1/+0
2007-03-06[PATCH] i386: make x86_64 tsc header require i386 rather than vice-versaAndres Salomon1-67/+1
2007-03-05[PATCH] disable NMI watchdog by defaultIngo Molnar1-1/+1
2007-03-05[PATCH] clocksource init adjustments (fix bug #7426)john stultz1-0/+1
2007-03-05[PATCH] sched: remove SMT niceCon Kolivas1-1/+0
2007-03-05[PATCH] io_apic.h needs apicdef.hJean Delvare1-0/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-0/+13
2007-02-26[PATCH] x86_64 irq: Safely cleanup an irq after moving it.Eric W. Biederman1-2/+7
2007-02-26[PATCH] x86_64 irq: Add constants for the reserved IRQ vectors.Eric W. Biederman1-1/+17
2007-02-20{rd,wr}msr_on_cpu SMP=n optimizationAdrian Bunk1-0/+11
2007-02-20rdmsr_on_cpu, wrmsr_on_cpuAlexey Dobriyan1-0/+2
2007-02-16[PATCH] time: x86_64: re-enable vsyscall support for x86_64john stultz3-27/+5
2007-02-16[PATCH] time: x86_64: convert x86_64 to use GENERIC_TIMEjohn stultz2-6/+1
2007-02-16[PATCH] time: x86_64: split x86_64/kernel/time.c upjohn stultz2-0/+17
2007-02-16[PATCH] time: x86_64: hpet_address cleanupjohn stultz1-0/+1
2007-02-16[PATCH] x86: rewrite SMP TSC sync codeIngo Molnar3-27/+67
2007-02-13[PATCH] x86-64: Remove mk_pte_phys()Andi Kleen1-9/+0
2007-02-13[PATCH] x86-64: Fix wrong gcc check in bitops.hAndi Kleen1-1/+1
2007-02-13[PATCH] x86-64: update IO-APIC dest field to 8-bit for xAPICBenjamin Romer1-12/+2
2007-02-13[PATCH] x86-64: define dma noncoherent API functionsJeff Garzik1-0/+3
2007-02-13[PATCH] x86-64: Fix preprocessor conditionJosef 'Jeff' Sipek1-1/+1
2007-02-13[PATCH] x86-64: remove get_pmd()Jan Beulich1-5/+0
2007-02-13[PATCH] x86-64: Allow to run a program when a machine check event is detectedAndi Kleen1-0/+2
2007-02-13[PATCH] x86-64: Remove fastcall references in x86_64 codeGlauber de Oliveira Costa2-4/+4
2007-02-13[PATCH] x86-64: Fix fake numa for x86_64 machines with big IO holeRohit Seth2-0/+6
2007-02-13[PATCH] x86-64: get rid of ARCH_HAVE_XTIME_LOCKEric Dumazet1-5/+0
2007-02-13[PATCH] x86-64: Allocate the NUMA hash function nodemap dynamicallyAmul Shah2-6/+8
2007-02-13[PATCH] x86-64: Add __copy_from_user_nocacheAndi Kleen1-0/+14
2007-02-12[PATCH] x86_64: 2048-byte command lineAlon Bar-Lev1-1/+1
2007-02-12[PATCH] Dynamic kernel command-line: x86_64Alon Bar-Lev1-1/+1
2007-02-11[PATCH] fix sparse warnings from {asm,net}/checksum.hTilman Schmidt1-2/+2
2007-02-11[PATCH] consolidate line discipline number definitionsTilman Schmidt1-18/+0
2007-02-09[PATCH] x86_64 ia32 vDSO: use install_special_mappingRoland McGrath1-1/+0
2007-02-09[PATCH] kill eth_io_copy_and_sum()Al Viro1-6/+0
2007-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-13/+11
2007-02-06Pull test into release branchLen Brown1-13/+11
2007-02-05[IA64] swiotlb abstraction (e.g. for Xen)Jan Beulich1-0/+1
2007-02-05[IA64] swiotlb bug fixesJan Beulich1-3/+4
2007-02-03[PATCH] x86-64: define dma noncoherent API functionsJeff Garzik1-0/+3
2007-02-02ACPICA: Allow ACPI id to be u32 instead of u8.Alexey Starikovskiy1-9/+7
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy1-4/+4
2007-01-25[PATCH] x86_64: fix put_user for 64-bit constantRoland McGrath1-1/+1
2007-01-11[PATCH] x86-64: Use different constraint for gcc < 4.1 in bitops.hAndi Kleen1-14/+20
2006-12-20merge linus into test branchLen Brown1-96/+0
2006-12-16Pull trivial into test branchLen Brown1-24/+2
2006-12-15Remove stack unwinder for nowLinus Torvalds1-96/+0
2006-12-13[PATCH] Optimize D-cache alias handling on forkRalf Baechle1-0/+1
2006-12-13[PATCH] PM: Fix SMP races in the freezerRafael J. Wysocki1-0/+2