summaryrefslogtreecommitdiffstats
path: root/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
* libata/IDE: remove combined mode quirkJeff Garzik2007-04-281-1/+0Star
* [PATCH] x86-64: Always flush all pages in change_page_attrAndi Kleen2007-04-241-1/+1
* [PATCH] x86-64: make GART PTEs uncacheableJoachim Deguara2007-04-241-1/+5
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-181-1/+0Star
|\
| * [NET]: Get rid of alloc_skb_from_cacheHerbert Xu2007-04-171-1/+0Star
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-04-182-5/+7
|\ \ | |/ |/|
| * [PATCH] x86: Fix potential overflow in perfctr reservationAndi Kleen2007-04-161-4/+6
| * [PATCH] x86: Fix gcc 4.2 _proxy_pda workaroundAndi Kleen2007-04-161-1/+1
* | cache_k8_northbridges() overflows beyond allocationBadari Pulavarty2007-04-171-2/+2
|/
* failsafe mechanism to HPET clock calibrationRavikiran G Thirumalai2007-04-151-3/+6
* [PATCH] x86_64 early quirks: fix early_qrk[] section tagAndrew Morton2007-04-091-1/+1
* [PATCH] x86: Don't probe for DDC on VBE1.2Zwane Mwaikambo2007-04-021-0/+14
* [PATCH] x86-64: Increase NMI watchdog probing timeoutAndi Kleen2007-04-021-1/+1
* [PATCH] x86-64: Let oprofile reserve MSR on all CPUsAndi Kleen2007-04-021-27/+91
* [PATCH] x86_64 irq: Fix comments after changing IRQ0_VECTOR from 0x20 to 0x30Yinghai Lu2007-03-291-3/+3
* [PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend"Rafael J. Wysocki2007-03-271-1/+3
* [PATCH] x86_64: avoid sending LOCAL_TIMER_VECTOR IPI to itselfThomas Gleixner2007-03-241-0/+8
* x86-64: add "local_apic_timer_c2_ok" here tooLinus Torvalds2007-03-231-0/+11
* [PATCH] Fix atomicity of TIF update in flush_thread() for x86_64Mathieu Desnoyers2007-03-181-5/+8
* [PATCH] X86_P4_CLOCKMOD must select CPU_FREQ_TABLEAdrian Bunk2007-03-181-0/+1
* [PATCH] x86: Export _proxy_pda for gcc 4.2Andi Kleen2007-03-161-0/+1
* [PATCH] x86-64: fix section mismatch warningsSam Ravnborg2007-03-164-8/+8
* [PATCH] x86-64: wire up compat sched_rr_get_interval(2)Alexandr Andreev2007-03-161-1/+1
* [PATCH] x86-64: Update defconfigAndi Kleen2007-03-161-16/+37
* Disable NMI watchdog by default properlyLinus Torvalds2007-03-151-4/+1Star
* [PATCH] misc NULL noiseAl Viro2007-03-141-1/+1
* [PATCH] ACPI: repair nvidia early quirk breakage on x86_64Len Brown2007-03-091-8/+1Star
* [PATCH] x86_64: fix 2.6.18 regression - PTRACE_OLDSETOPTIONS should be acceptedPaolo 'Blaisorblade' Giarrusso2007-03-081-0/+1
* [PATCH] CPU hotplug: call check_tsc_sync_source() with irqs offIngo Molnar2007-03-071-1/+4
* [PATCH] clocksource init adjustments (fix bug #7426)john stultz2007-03-053-70/+48Star
* [PATCH] x86_64: remove unusued 'flags' variableDavid Rientjes2007-03-051-1/+0Star
* [PATCH] x86_64/i386 irq: Fix !CONFIG_SMP compilationEric W. Biederman2007-02-281-4/+0Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-02-263-1/+2
|\
| * {rd,wr}msr_on_cpu SMP=n optimizationAdrian Bunk2007-02-201-1/+2
| * rdmsr_on_cpu, wrmsr_on_cpuAlexey Dobriyan2007-02-202-1/+2
| * [CPUFREQ] Revert default on deprecated config X86_SPEEDSTEP_CENTRINO_ACPIThomas Renninger2007-02-201-1/+0Star
* | [PATCH] x86_64 irq: Safely cleanup an irq after moving it.Eric W. Biederman2007-02-263-6/+81
* | [PATCH] x86_64 irq: Add constants for the reserved IRQ vectors.Eric W. Biederman2007-02-262-36/+36
* | [PATCH] x86_64 irq: Remove unnecessary irq 0 setup.Eric W. Biederman2007-02-261-6/+0Star
* | [PATCH] x86_64 irq: Simplify assign_irq_vector's arguments.Eric W. Biederman2007-02-261-53/+56
* | [PATCH] x86_64 irq: Begin consolidating per_irq data in structures.Eric W. Biederman2007-02-261-61/+50Star
* | [PATCH] x86_64 irq: Use NR_IRQS not NR_IRQ_VECTORSEric W. Biederman2007-02-261-5/+5
* | [PATCH] x86_64 irq: In __DO_ACTION perform the FINAL action for every entry.Eric W. Biederman2007-02-261-1/+1
* | [PATCH] x86_64 irq: Simplfiy the set_affinity logic.Eric W. Biederman2007-02-261-9/+3Star
* | [PATCH] x86_64 irq: Refactor setup_IO_APIC_irqEric W. Biederman2007-02-261-92/+34Star
* | [PATCH] x86_64 irq: Remove the unused vector parameter from ioapic_register_intrEric W. Biederman2007-02-261-3/+3
* | [PATCH] x86_64 irq: Kill declaration of removed array, interruptEric W. Biederman2007-02-261-2/+0Star
* | [PATCH] irq: Remove set_native_irq_infoEric W. Biederman2007-02-261-5/+5
* | [PATCH] x86_64 irq: Simplfy __assign_irq_vectorEric W. Biederman2007-02-261-8/+5Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-191-1/+1
|\ \