Age | Commit message (Expand) | Author | Files | Lines |
2011-01-28 | x86: Implement x86_32_early_logical_apicid() for numaq_32 | Tejun Heo | 1 | -2/+8 |
2011-01-28 | x86: Implement x86_32_early_logical_apicid() for summit_32 | Tejun Heo | 1 | -5/+12 |
2011-01-28 | x86: Implement x86_32_early_logical_apicid() for bigsmp_32 | Tejun Heo | 1 | -1/+7 |
2011-01-28 | x86: Implement the default x86_32_early_logical_apicid() | Tejun Heo | 1 | -1/+6 |
2011-01-28 | x86: Add apic->x86_32_early_logical_apicid() | Tejun Heo | 7 | -2/+26 |
2011-01-28 | x86: Kill apic->cpu_to_logical_apicid() | Tejun Heo | 10 | -63/+11 |
2011-01-28 | x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic id | Tejun Heo | 3 | -8/+15 |
2011-01-28 | x86: Replace cpu_2_logical_apicid[] with early percpu variable | Tejun Heo | 6 | -9/+24 |
2011-01-28 | x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit only | Tejun Heo | 1 | -2/+2 |
2011-01-28 | x86: Drop x86_32 MAX_APICID | Tejun Heo | 1 | -1/+1 |
2011-01-28 | x86: Kill unused static boot_cpu_logical_apicid in smpboot.c | Tejun Heo | 1 | -5/+1 |
2011-01-27 | x86, perf: Change two init functions to static | Yinghai Lu | 1 | -2/+2 |
2011-01-27 | perf: Fix Pentium4 raw event validation | Stephane Eranian | 1 | -2/+10 |
2011-01-26 | x86: Don't copy per_cpu cpuinfo for BSP two times | Yinghai Lu | 1 | -3/+3 |
2011-01-26 | x86: Move llc_shared_map out of cpu_info | Yinghai Lu | 3 | -35/+14 |
2011-01-26 | x86, amd: Extend AMD northbridge caching code to support "Link Control" devices | Hans Rosenfeld | 1 | -2/+9 |
2011-01-26 | x86, amd: Enable L3 cache index disable on family 0x15 | Hans Rosenfeld | 1 | -0/+3 |
2011-01-26 | x86, amd: Normalize compute unit IDs on multi-node processors | Andreas Herrmann | 2 | -2/+7 |
2011-01-25 | x86-64, mem: Convert memmove() to assembly file and fix return value bug | Fenghua Yu | 1 | -0/+1 |
2011-01-25 | percpu: align percpu readmostly subsection to cacheline | Tejun Heo | 1 | -2/+2 |
2011-01-24 | x86-64: Don't use pointer to out-of-scope variable in dump_trace() | Jesper Juhl | 1 | -1/+1 |
2011-01-21 | x86, hotplug: Fix powersavings with offlined cores on AMD | Borislav Petkov | 2 | -2/+4 |
2011-01-21 | x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow co... | Fenghua Yu | 1 | -0/+1 |
2011-01-20 | x86: Update CPU cache attributes table descriptors | Dave Jones | 1 | -0/+3 |
2011-01-19 | Revert "x86: Make relocatable kernel work with new binutils" | Ingo Molnar | 1 | -9/+2 |
2011-01-18 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -7/+11 |
2011-01-18 | x86: Clear irqstack thread_info | Brian Gerst | 1 | -5/+2 |
2011-01-18 | x86: Make relocatable kernel work with new binutils | Shaohua Li | 1 | -2/+9 |
2011-01-15 | Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f... | Linus Torvalds | 2 | -8/+10 |
2011-01-14 | x86, mrst: Set correct APB timer IRQ affinity for secondary cpu | Jacob Pan | 1 | -6/+8 |
2011-01-14 | x86: tsc: Fix calibration refinement conditionals to avoid divide by zero | John Stultz | 1 | -2/+2 |
2011-01-13 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 3 | -0/+3 |
2011-01-13 | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -28/+12 |
2011-01-13 | thp: split_huge_page_mm/vma | Andrea Arcangeli | 1 | -0/+1 |
2011-01-13 | thp: pte alloc trans splitting | Andrea Arcangeli | 1 | -1/+1 |
2011-01-13 | thp: add pmd paravirt ops | Andrea Arcangeli | 1 | -0/+3 |
2011-01-13 | mm: unify module_alloc code for vmalloc | David Rientjes | 1 | -13/+4 |
2011-01-13 | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+10 |
2011-01-13 | Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -12/+332 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2 | -3/+3 |
2011-01-13 | set_rtc_mmss: show warning message only once | Stephen Hemminger | 1 | -1/+1 |
2011-01-12 | Merge branch 'cpuidle-perf-events' into idle-test | Len Brown | 3 | -12/+4 |
2011-01-12 | Merge branch 'linus' into idle-test | Len Brown | 57 | -2543/+1213 |
2011-01-12 | cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle eve... | Thomas Renninger | 3 | -12/+4 |
2011-01-12 | ACPI, intel_idle: Cleanup idle= internal variables | Thomas Renninger | 1 | -16/+8 |
2011-01-12 | KVM: Initialize fpu state in preemptible context | Avi Kivity | 1 | -0/+1 |
2011-01-12 | Merge branch 'apei' into release | Len Brown | 2 | -0/+2 |
2011-01-12 | KVM guest: Fix kvm clock initialization when it's configured out | Avi Kivity | 1 | -0/+2 |
2011-01-12 | KVM: Let host know whether the guest can handle async PF in non-userspace con... | Gleb Natapov | 1 | -0/+3 |
2011-01-12 | KVM paravirt: Handle async PF in non preemptable context | Gleb Natapov | 1 | -6/+34 |