summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2010-08-06Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-97/+92
2010-08-05Merge branch 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+9
2010-08-05kgdb,x86: use macro HBP_NUM to replace magic number 4Dongdong Deng1-9/+9
2010-08-05KGDB: Remove set but unused newPCAndi Kleen1-3/+0
2010-08-05kgdb,x86: Individual register get/set for x86Jason Wessel1-85/+83
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds5-5/+5
2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge3-0/+9
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-0/+1
2010-08-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds9-47/+38
2010-08-04Merge branch 'master' into for-nextJiri Kosina25-83/+152
2010-08-03[CPUFREQ] Remove pointless printk from p4-clockmod.Dave Jones1-6/+1
2010-08-03[CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.cHolger Freyther1-4/+4
2010-08-03[CPUFREQ] Fix section mismatch for longhaul_cpu_init.Holger Freyther2-16/+16
2010-08-03[CPUFREQ] Fix section mismatch for longrun_cpu_init.Holger Freyther1-3/+3
2010-08-03[CPUFREQ] powernow-k8: Fix misleading variable namingBorislav Petkov1-2/+2
2010-08-03[CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-6/+3
2010-08-03[CPUFREQ] arch/x86/kernel/cpu/cpufreq: use for_each_pci_dev()Kulikov Vasiliy1-1/+1
2010-08-03[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger2-7/+4
2010-08-03[CPUFREQ] acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notificationThomas Renninger1-2/+2
2010-08-03[CPUFREQ] powernow-k8: On load failure, remind the user to enable support in ...Marti Raudsepp1-0/+2
2010-08-03[CPUFREQ] powernow-k8: Limit Pstate transition latency checkBorislav Petkov1-6/+5
2010-08-03[CPUFREQ] Fix PCC driver error pathMatthew Garrett1-8/+9
2010-08-03[CPUFREQ] fix double freeing in error path of pcc-cpufreqDaniel J Blueman1-12/+6
2010-08-03[CPUFREQ] pcc driver should check for pcch method before calling _OSCMatthew Garrett1-1/+5
2010-08-03x86, mce: Notify about corrected events tooBorislav Petkov1-0/+1
2010-08-01x86: Export FPU API for KVM useSheng Yang2-1/+3
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini1-1/+1
2010-07-28x86,kgdb: Fix hw breakpoint regressionJason Wessel1-2/+7
2010-07-27Merge branches 'iommu-api/2.6.36' and 'amd-iommu/2.6.36' into iommu/2.6.36Joerg Roedel1-2/+6
2010-07-27x86/amd-iommu: Export cache-coherency capabilityJoerg Roedel1-0/+5
2010-07-26xen/pvhvm: fix build problem when !CONFIG_XENJeremy Fitzhardinge1-0/+2
2010-07-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-11/+16
2010-07-26[CPUFREQ] powernow-k8: Limit Pstate transition latency checkBorislav Petkov1-6/+5
2010-07-26[CPUFREQ] Fix PCC driver error pathMatthew Garrett1-8/+9
2010-07-26[CPUFREQ] fix double freeing in error path of pcc-cpufreqDaniel J Blueman1-12/+6
2010-07-26[CPUFREQ] pcc driver should check for pcch method before calling _OSCMatthew Garrett1-1/+5
2010-07-24Merge branch 'bugzilla-16396' into releaseLen Brown1-2/+7
2010-07-24ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAMRafael J. Wysocki1-2/+7
2010-07-23x86: Do not try to disable hpet if it hasn't been initialized beforeStefano Stabellini1-1/+1
2010-07-22x86/xen: event channels delivery on HVM.Sheng Yang2-0/+6
2010-07-22x86: early PV on HVM features initialization.Sheng Yang1-0/+1
2010-07-22Merge branch 'bugzilla-15886' into releaseLen Brown1-0/+9
2010-07-22ACPI: skip checking BM_STS if the BIOS doesn't ask for itLen Brown1-0/+9
2010-07-21x86: auditsyscall: fix fastpath return value after rescheduleRoland McGrath1-2/+2
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds1-1/+1
2010-07-20x86, numa: fix boot without RAM on node0 againYinghai Lu1-8/+9
2010-07-20x86, i8259: Only register sysdev if we have a real 8259 PICAdam Lackorzynski1-10/+15
2010-07-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+19