| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics | Avi Kivity | 2012-07-09 | 1 | -2/+2 |
| * | | | | | | apic: fix kvm build on UP without IOAPIC | Michael S. Tsirkin | 2012-07-03 | 1 | -0/+5 |
| * | | | | | | KVM: host side for eoi optimization | Michael S. Tsirkin | 2012-06-25 | 1 | -0/+12 |
| * | | | | | | x86, bitops: note on __test_and_clear_bit atomicity | Michael S. Tsirkin | 2012-06-25 | 1 | -0/+7 |
| * | | | | | | KVM guest: guest side for eoi avoidance | Michael S. Tsirkin | 2012-06-25 | 1 | -0/+7 |
| * | | | | | | KVM: Introduce __KVM_HAVE_IRQ_LINE | Christoffer Dall | 2012-06-18 | 1 | -0/+1 |
| * | | | | | | KVM: VMX: Add EPT A/D bits definitions | Xudong Hao | 2012-06-05 | 1 | -0/+4 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-07-23 | 1 | -0/+21 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Merge tag 'v3.5-rc6' into x86/mce | Ingo Molnar | 2012-07-11 | 5 | -21/+38 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | x86, MCE, AMD: Move shared bank to node descriptor | Borislav Petkov | 2012-06-07 | 1 | -0/+21 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-07-22 | 1 | -9/+19 |
|\ \ \ \ \ |
|
| * | | | | | x86/uv: Work around UV2 BAU hangs | Cliff Wickman | 2012-06-25 | 1 | -10/+18 |
| * | | | | | x86/uv: Implement UV BAU runtime enable and disable control via /proc/sgi_uv/ | Cliff Wickman | 2012-06-25 | 1 | -0/+2 |
* | | | | | | Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-07-22 | 3 | -5/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64 | H. Peter Anvin | 2012-06-17 | 3 | -5/+4 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-07-22 | 3 | -33/+50 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/apic/x2apic: Limit the vector reservation to the user specified mask | Suresh Siddha | 2012-07-06 | 1 | -3/+6 |
| * | | | | | | x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member... | Suresh Siddha | 2012-07-06 | 1 | -5/+3 |
| * | | | | | | Merge branch 'x86/apic' into x86/platform | Ingo Molnar | 2012-06-18 | 3 | -33/+47 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'x86/cleanups' into x86/apic | Ingo Molnar | 2012-06-15 | 1 | -2/+0 |
| | |\ \ \ \ \ \
| | | | |_|_|_|/
| | | |/| | | | |
|
| | | * | | | | | Revert "x86/platform: Add a wallclock_init func to x86_platforms ops" | Feng Tang | 2012-05-24 | 1 | -2/+0 |
| | * | | | | | | x86/apic: Eliminate cpu_mask_to_apicid() operation | Alexander Gordeev | 2012-06-14 | 1 | -25/+8 |
| | * | | | | | | x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_mask | Alexander Gordeev | 2012-06-08 | 1 | -4/+2 |
| | * | | | | | | x86/apic: Make cpu_mask_to_apicid() operations return error code | Alexander Gordeev | 2012-06-08 | 1 | -13/+31 |
| | * | | | | | | x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector() | Alexander Gordeev | 2012-06-08 | 1 | -3/+5 |
| | * | | | | | | x86/apic: Factor out default vector_allocation_domain() operation | Alexander Gordeev | 2012-06-08 | 1 | -0/+21 |
| | * | | | | | | x86/apic: Factor out default cpu_mask_to_apicid() operations | Alexander Gordeev | 2012-06-06 | 1 | -3/+10 |
| | * | | | | | | x86/apic: Factor out default target_cpus() operation | Alexander Gordeev | 2012-06-06 | 2 | -9/+5 |
| | * | | | | | | x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a... | Suresh Siddha | 2012-06-06 | 1 | -9/+0 |
| | | |_|_|/ /
| | |/| | | | |
|
| * / | | | | | x86/platform: Introduce APIC post-initialization callback | Ido Yariv | 2012-06-06 | 1 | -0/+2 |
| |/ / / / / |
|
* | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-07-22 | 6 | -29/+19 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/nmi: Clean up register_nmi_handler() usage | Li Zhong | 2012-06-20 | 1 | -17/+3 |
| * | | | | | | Merge commit 'v3.5-rc3' into x86/debug | Ingo Molnar | 2012-06-20 | 3 | -7/+20 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> | Joe Perches | 2012-06-06 | 5 | -12/+16 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-07-22 | 2 | -16/+69 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/copy_user_generic: Optimize copy_user_generic with CPU erms feature | Fenghua Yu | 2012-06-30 | 2 | -16/+69 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-07-22 | 1 | -5/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | smp: Remove num_booting_cpus() | Thomas Gleixner | 2012-06-05 | 1 | -5/+0 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | perf/x86: Add a microcode revision check for SNB-PEBS | Peter Zijlstra | 2012-07-05 | 1 | -0/+2 |
* | | | | | | perf/x86/amd: Unify AMD's generic and family 15h pmus | Robert Richter | 2012-07-05 | 1 | -2/+1 |
* | | | | | | perf/x86: Rename Intel specific macros | Robert Richter | 2012-07-05 | 2 | -11/+10 |
* | | | | | | Merge branch 'x86/cpu' into perf/core | Ingo Molnar | 2012-07-05 | 3 | -82/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() | H. Peter Anvin | 2012-06-07 | 1 | -1/+1 |
| * | | | | | | x86, cpu, amd: Deprecate AMD-specific MSR variants | Borislav Petkov | 2012-06-07 | 1 | -27/+0 |
| * | | | | | | x86, pvops: Remove hooks for {rd,wr}msr_safe_regs | Andre Przywara | 2012-06-07 | 3 | -80/+28 |
| |/ / / / / |
|
* | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2012-07-05 | 2 | -14/+18 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-06-29 | 1 | -1/+1 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM | H. Peter Anvin | 2012-06-25 | 1 | -1/+1 |
| | | |/ /
| | |/| | |
|
| * / | | | thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE | Andrea Arcangeli | 2012-06-20 | 1 | -13/+17 |
| |/ / / |
|
* | | | | Merge tag 'v3.5-rc2' into perf/core | Ingo Molnar | 2012-06-11 | 2 | -1/+14 |
|\| | | |
|