aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-01-28x86: Implement x86_32_early_logical_apicid() for numaq_32Tejun Heo1-2/+8
2011-01-28x86: Implement x86_32_early_logical_apicid() for summit_32Tejun Heo1-5/+12
2011-01-28x86: Implement x86_32_early_logical_apicid() for bigsmp_32Tejun Heo1-1/+7
2011-01-28x86: Implement the default x86_32_early_logical_apicid()Tejun Heo1-1/+6
2011-01-28x86: Add apic->x86_32_early_logical_apicid()Tejun Heo7-2/+26
2011-01-28x86: Kill apic->cpu_to_logical_apicid()Tejun Heo10-63/+11
2011-01-28x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo3-8/+15
2011-01-28x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo6-9/+24
2011-01-28x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit onlyTejun Heo1-2/+2
2011-01-28x86: Drop x86_32 MAX_APICIDTejun Heo1-1/+1
2011-01-28x86: Kill unused static boot_cpu_logical_apicid in smpboot.cTejun Heo1-5/+1
2011-01-27x86, perf: Change two init functions to staticYinghai Lu1-2/+2
2011-01-27perf: Fix Pentium4 raw event validationStephane Eranian1-2/+10
2011-01-26x86: Don't copy per_cpu cpuinfo for BSP two timesYinghai Lu1-3/+3
2011-01-26x86: Move llc_shared_map out of cpu_infoYinghai Lu3-35/+14
2011-01-26x86, amd: Extend AMD northbridge caching code to support "Link Control" devicesHans Rosenfeld1-2/+9
2011-01-26x86, amd: Enable L3 cache index disable on family 0x15Hans Rosenfeld1-0/+3
2011-01-26x86, amd: Normalize compute unit IDs on multi-node processorsAndreas Herrmann2-2/+7
2011-01-25x86-64, mem: Convert memmove() to assembly file and fix return value bugFenghua Yu1-0/+1
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-2/+2
2011-01-24x86-64: Don't use pointer to out-of-scope variable in dump_trace()Jesper Juhl1-1/+1
2011-01-21x86, hotplug: Fix powersavings with offlined cores on AMDBorislav Petkov2-2/+4
2011-01-21x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow co...Fenghua Yu1-0/+1
2011-01-20x86: Update CPU cache attributes table descriptorsDave Jones1-0/+3
2011-01-19Revert "x86: Make relocatable kernel work with new binutils"Ingo Molnar1-9/+2
2011-01-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+11
2011-01-18x86: Clear irqstack thread_infoBrian Gerst1-5/+2
2011-01-18x86: Make relocatable kernel work with new binutilsShaohua Li1-2/+9
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds2-8/+10
2011-01-14x86, mrst: Set correct APB timer IRQ affinity for secondary cpuJacob Pan1-6/+8
2011-01-14x86: tsc: Fix calibration refinement conditionals to avoid divide by zeroJohn Stultz1-2/+2
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-0/+3
2011-01-13Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-28/+12
2011-01-13thp: split_huge_page_mm/vmaAndrea Arcangeli1-0/+1
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli1-1/+1
2011-01-13thp: add pmd paravirt opsAndrea Arcangeli1-0/+3
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes1-13/+4
2011-01-13Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+10
2011-01-13Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-12/+332
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-3/+3
2011-01-13set_rtc_mmss: show warning message only onceStephen Hemminger1-1/+1
2011-01-12Merge branch 'cpuidle-perf-events' into idle-testLen Brown3-12/+4
2011-01-12Merge branch 'linus' into idle-testLen Brown57-2543/+1213
2011-01-12cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle eve...Thomas Renninger3-12/+4
2011-01-12ACPI, intel_idle: Cleanup idle= internal variablesThomas Renninger1-16/+8
2011-01-12KVM: Initialize fpu state in preemptible contextAvi Kivity1-0/+1
2011-01-12Merge branch 'apei' into releaseLen Brown2-0/+2
2011-01-12KVM guest: Fix kvm clock initialization when it's configured outAvi Kivity1-0/+2
2011-01-12KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov1-0/+3
2011-01-12KVM paravirt: Handle async PF in non preemptable contextGleb Natapov1-6/+34