aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells2011-03-081-0/+5
* Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-021-2/+1
|\
| * x86: OLPC: have prom_early_alloc BUG rather than return NULLAndres Salomon2011-03-021-2/+1
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2011-03-022-6/+13
|\ \
| * | [CPUFREQ] p4-clockmod: print EST-capable warning message only onceNaga Chumbalkar2011-03-011-3/+3
| * | [CPUFREQ] Fix another notifier leak in powernow-k8.Dave Jones2011-03-011-2/+2
| * | [CPUFREQ] Missing "unregister_cpu_notifier" in powernow-k8.cNeil Brown2011-03-011-1/+8
| |/
* | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-03-021-0/+5
|\ \ | |/ |/|
| * intel_idle: disable Atom/Lincroft HW C-state auto-demotionLen Brown2011-02-171-0/+1
| * intel_idle: disable NHM/WSM HW C-state auto-demotionLen Brown2011-02-171-0/+4
* | x86: Use u32 instead of long to set reset vector back to 0Don Zickus2011-02-281-1/+1
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-255-14/+27
|\ \
| * | x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systemsAndreas Herrmann2011-02-243-13/+18
| * | x86/mrst: Fix apb timer rating when lapic timer is usedJacob Pan2011-02-241-1/+1
| * | x86: Fix reboot problem on VersaLogic Menlow boardsKushal Koolwal2011-02-211-0/+8
* | | Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-02-241-0/+2
|\ \ \
| * | | KVM: SVM: Advance instruction pointer in dr_interceptJoerg Roedel2011-02-221-0/+2
* | | | perf, x86: P4 PMU: Fix spurious NMI messagesCyrill Gorcunov2011-02-162-3/+9
| |/ / |/| |
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-151-1/+1
|\ \ \
| * | | x86: Fix text_poke_smp_batch() deadlockPeter Zijlstra2011-02-121-1/+1
| | |/ | |/|
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-157-13/+33
|\ \ \ | |_|/ |/| |
| * | x86, dmi, debug: Log board name (when present) in dmesg/oops outputNaga Chumbalkar2011-02-151-6/+16
| * | x86, ioapic: Don't warn about non-existing IOAPICs if we have nonePaul Bolle2011-02-151-0/+3
| * | x86: Fix mwait_usable section mismatchBorislav Petkov2011-02-142-2/+2
| * | x86: Readd missing irq_to_desc() in fixup_irq()Thomas Gleixner2011-02-121-1/+2
| * | x86: Fix section mismatch in LAPIC initializationJan Beulich2011-02-103-4/+10
| |/
* | Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-02-111-1/+1
|\ \ | |/ |/|
| * KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_indexJoerg Roedel2011-02-091-1/+1
* | x86, nx: Mark the ACPI resume trampoline code as +xH. Peter Anvin2011-02-071-3/+10
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-066-33/+26
|\ \
| * | x86-32: Make sure the stack is set up before we use itH. Peter Anvin2011-02-044-24/+17
| * | x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platformsSuresh Siddha2011-02-031-1/+9
| * | x86, nx: Don't force pages RW when setting NX bitsMatthieu CASTET2011-02-021-8/+0
| |/
* | x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after s...Suresh Siddha2011-02-031-2/+3
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-031-2/+10
|\ \ | |/ |/|
| * perf: Fix Pentium4 raw event validationStephane Eranian2011-01-271-2/+10
* | Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-282-13/+13
|\ \
| * | xen/setup: Route halt operations to safe_halt pvop.Stefano Stabellini2011-01-271-0/+1
| * | xen/e820: Guard against E820_RAM not having page-aligned size or start.Stefano Stabellini2011-01-271-1/+6
| * | xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn.Stefan Bader2011-01-271-12/+6
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-283-35/+13
|\ \ \ | |_|/ |/| |
| * | percpu, x86: Fix percpu_xchg_op()Eric Dumazet2011-01-261-12/+12
| * | x86: Remove left over system_64.hYinghai Lu2011-01-261-22/+0
| * | x86-64: Don't use pointer to out-of-scope variable in dump_trace()Jesper Juhl2011-01-241-1/+1
* | | thp: fix PARAVIRT x86 32bit noPAEAndrea Arcangeli2011-01-261-3/+2
|/ /
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-257-44/+11
|\ \ | |/ |/|
| * x86: Fix jump label with RO/NX module protection crashmatthieu castet2011-01-231-1/+1
| * x86, hotplug: Fix powersavings with offlined cores on AMDBorislav Petkov2011-01-213-2/+5
| * x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow co...Fenghua Yu2011-01-211-0/+1
| * x86: Use asm-generic/cacheflush.hAkinobu Mita2011-01-211-41/+1