Age | Commit message (Expand) | Author | Files | Lines |
2011-07-21 | x86: Serialize SMP bootup CMOS accesses on rtc_lock | Jan Beulich | 1 | -0/+8 |
2011-07-21 | x86: Fix write lock scalability 64-bit issue | Jan Beulich | 6 | -28/+73 |
2011-07-21 | x86: Unify rwsem assembly implementation | Jan Beulich | 3 | -98/+60 |
2011-07-21 | x86: Unify rwlock assembly implementation | Jan Beulich | 6 | -90/+56 |
2011-07-20 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+9 |
2011-07-18 | xen/multicall: move *idx fields to start of mc_buffer | Jeremy Fitzhardinge | 1 | -1/+1 |
2011-07-18 | xen/multicall: special-case singleton hypercalls | Jeremy Fitzhardinge | 1 | -5/+22 |
2011-07-18 | xen/multicalls: add unlikely around slowpath in __xen_mc_entry() | Jeremy Fitzhardinge | 1 | -2/+2 |
2011-07-18 | xen/multicalls: disable MC_DEBUG | Jeremy Fitzhardinge | 1 | -2/+2 |
2011-07-18 | xen/mmu: tune pgtable alloc/release | Jeremy Fitzhardinge | 1 | -9/+44 |
2011-07-18 | xen/mmu: use extend_args for more mmuext updates | Jeremy Fitzhardinge | 1 | -15/+27 |
2011-07-18 | xen/trace: add tlb flush tracepoints | Jeremy Fitzhardinge | 1 | -0/+8 |
2011-07-18 | xen/trace: add segment desc tracing | Jeremy Fitzhardinge | 1 | -1/+15 |
2011-07-18 | xen/trace: add xen_pgd_(un)pin tracepoints | Jeremy Fitzhardinge | 1 | -0/+4 |
2011-07-18 | xen/trace: add ptpage alloc/release tracepoints | Jeremy Fitzhardinge | 1 | -2/+8 |
2011-07-18 | xen/trace: add mmu tracepoints | Jeremy Fitzhardinge | 1 | -2/+24 |
2011-07-18 | xen/trace: add multicall tracing | Jeremy Fitzhardinge | 5 | -8/+123 |
2011-07-18 | xen/trace: set up tracepoint skeleton | Jeremy Fitzhardinge | 2 | -1/+5 |
2011-07-18 | xen/multicalls: remove debugfs stats | Jeremy Fitzhardinge | 2 | -108/+4 |
2011-07-18 | x86, vdso: Drop now wrong comment | Borislav Petkov | 1 | -1/+0 |
2011-07-15 | x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message | Len Brown | 1 | -5/+5 |
2011-07-14 | x86: Kill handle_signal()->set_fs() | Oleg Nesterov | 1 | -9/+0 |
2011-07-14 | x86, do_signal: Simplify the TS_RESTORE_SIGMASK logic | Oleg Nesterov | 1 | -19/+10 |
2011-07-14 | x86, signals: Convert the X86_32 code to use set_current_blocked() | Oleg Nesterov | 1 | -10/+8 |
2011-07-14 | x86, signals: Convert the IA32_EMULATION code to use set_current_blocked() | Oleg Nesterov | 1 | -13/+9 |
2011-07-14 | x86-64: Move vread_tsc and vread_hpet into the vDSO | Andy Lutomirski | 12 | -79/+57 |
2011-07-14 | x86, msr: Fix typo in ENERGY_PERF_BIAS_POWERSAVE | H. Peter Anvin | 1 | -1/+1 |
2011-07-14 | perf, x86: P4 PMU - Introduce event alias feature | Cyrill Gorcunov | 3 | -36/+139 |
2011-07-14 | x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIAS | Len Brown | 2 | -0/+21 |
2011-07-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 10 | -18/+82 |
2011-07-14 | sched: adjust scheduler cpu power for stolen time | Glauber Costa | 1 | -0/+12 |
2011-07-14 | KVM guest: Add a pv_ops stub for steal time | Glauber Costa | 3 | -0/+19 |
2011-07-14 | KVM: Steal time implementation | Glauber Costa | 4 | -2/+86 |
2011-07-13 | clocksource: Replace vread with generic arch data | Andy Lutomirski | 4 | -3/+19 |
2011-07-13 | x86-64: Add --no-undefined to vDSO build | Andy Lutomirski | 1 | -0/+1 |
2011-07-13 | x86-64: Allow alternative patching in the vDSO | Andy Lutomirski | 1 | -0/+33 |
2011-07-13 | x86: Make alternative instruction pointers relative | Andy Lutomirski | 6 | -30/+31 |
2011-07-13 | x86-64: Improve vsyscall emulation CS and RIP handling | Andy Lutomirski | 2 | -32/+41 |
2011-07-12 | x86, numa: Implement pfn -> nid mapping granularity check | Tejun Heo | 1 | -0/+15 |
2011-07-12 | x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/ | Tejun Heo | 2 | -6/+6 |
2011-07-12 | x86. reboot: Make Dell Latitude E6320 use reboot=pci | Maxime Ripard | 1 | -0/+8 |
2011-07-12 | x86, ioapic: Print IR_IO_APIC_route_entry when IR is enabled | Naga Chumbalkar | 1 | -20/+49 |
2011-07-12 | x86, ioapic: Print IRTE when IR is enabled | Naga Chumbalkar | 1 | -0/+10 |
2011-07-12 | x86, x2apic: Preserve high 32-bits of IA32_APIC_BASE MSR | Naga Chumbalkar | 1 | -1/+1 |
2011-07-12 | percpu: Fixup __this_cpu_xchg* operations | Christoph Lameter | 1 | -6/+5 |
2011-07-12 | KVM: KVM Steal time guest/host interface | Glauber Costa | 1 | -0/+9 |
2011-07-12 | KVM: Add constant to represent KVM MSRs enabled bit in guest/host interface | Glauber Costa | 1 | -0/+1 |
2011-07-12 | KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic() | Takuya Yoshikawa | 1 | -7/+19 |
2011-07-12 | KVM: MMU: Rename the walk label in walk_addr_generic() | Takuya Yoshikawa | 1 | -3/+3 |
2011-07-12 | KVM: MMU: Clean up the error handling of walk_addr_generic() | Takuya Yoshikawa | 1 | -50/+32 |