Age | Commit message (Expand) | Author |
2011-10-10 | x86: Fix insn decoder for longer instruction | Masami Hiramatsu |
2011-10-10 | x86, nmi, drivers: Fix nmi splitup build bug | Ingo Molnar |
2011-10-10 | perf, x86: Implement IBS initialization | Robert Richter |
2011-10-10 | perf, x86: Share IBS macros between perf and oprofile | Robert Richter |
2011-10-10 | x86, nmi: Track NMI usage stats | Don Zickus |
2011-10-10 | x86, nmi: Add in logic to handle multiple events and unknown NMIs | Don Zickus |
2011-10-10 | x86, nmi: Wire up NMI handlers to new routines | Don Zickus |
2011-10-10 | x86, nmi: Create new NMI handler routines | Don Zickus |
2011-10-10 | x86, nmi: Split out nmi from traps.c | Don Zickus |
2011-10-10 | perf, intel: Use GO/HO bits in perf-ctr | Gleb Natapov |
2011-10-06 | x86/PCI: use host bridge _CRS info on ASUS M2V-MX SE | Paul Menzel |
2011-10-06 | perf, amd: Use GO/HO bits in perf-ctr | Joerg Roedel |
2011-10-06 | Merge branch 'ras' of git://amd64.org/linux/bp into perf/core | Ingo Molnar |
2011-10-06 | Merge commit 'v3.1-rc9' into perf/core | Ingo Molnar |
2011-10-05 | KVM: emulate lapic tsc deadline timer for guest | Liu, Jinsong |
2011-10-01 | Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urge... | Linus Torvalds |
2011-09-29 | xen: use generic functions instead of xen_{alloc, free}_vm_area() | David Vrabel |
2011-09-29 | Merge branch 'core' of git://amd64.org/linux/rric into perf/core | Ingo Molnar |
2011-09-29 | xen: release all pages within 1-1 p2m mappings | David Vrabel |
2011-09-29 | xen: allow extra memory to be in multiple regions | David Vrabel |
2011-09-29 | xen: allow balloon driver to use more than one memory region | David Vrabel |
2011-09-29 | xen/balloon: account for pages released during memory setup | David Vrabel |
2011-09-29 | xen: XEN_PVHVM depends on PCI | Stefano Stabellini |
2011-09-29 | xen: modify kernel mappings corresponding to granted pages | Stefano Stabellini |
2011-09-28 | x86-64: Fix CFI data for interrupt frames | Jan Beulich |
2011-09-28 | x86-64: Don't apply destructive erratum workaround on unaffected CPUs | Jan Beulich |
2011-09-28 | apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatches | Jan Beulich |
2011-09-28 | x86, amd: Include linux/elf.h since we use stuff from asm/elf.h | Stephen Rothwell |
2011-09-28 | Merge branch 'upstream/ticketlock-cleanup' of git://github.com/jsgf/linux-xen... | Ingo Molnar |
2011-09-27 | x86, ticketlock: remove obsolete comment | Jeremy Fitzhardinge |
2011-09-27 | x86: Perf_event_amd.c needs <asm/apicdef.h> | Randy Dunlap |
2011-09-27 | doc: fix broken references | Paul Bolle |
2011-09-26 | x86, perf: Clean up perf_event cpu code | Kevin Winchester |
2011-09-26 | Merge commit 'v3.1-rc7' into perf/core | Ingo Molnar |
2011-09-25 | x86: TSC deadline definitions | Liu, Jinsong |
2011-09-25 | KVM: Fix simultaneous NMIs | Avi Kivity |
2011-09-25 | KVM: x86 emulator: convert push %sreg/pop %sreg to direct decode | Avi Kivity |
2011-09-25 | KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decode | Avi Kivity |
2011-09-25 | KVM: x86 emulator: streamline decode of segment registers | Avi Kivity |
2011-09-25 | KVM: x86 emulator: simplify OpMem64 decode | Avi Kivity |
2011-09-25 | KVM: x86 emulator: switch src decode to decode_operand() | Avi Kivity |
2011-09-25 | KVM: x86 emulator: qualify OpReg inhibit_byte_regs hack | Avi Kivity |
2011-09-25 | KVM: x86 emulator: switch OpImmUByte decode to decode_imm() | Avi Kivity |
2011-09-25 | KVM: x86 emulator: free up some flag bits near src, dst | Avi Kivity |
2011-09-25 | KVM: x86 emulator: switch src2 to generic decode_operand() | Avi Kivity |
2011-09-25 | KVM: x86 emulator: expand decode flags to 64 bits | Avi Kivity |
2011-09-25 | KVM: x86 emulator: split dst decode to a generic decode_operand() | Avi Kivity |
2011-09-25 | KVM: x86 emulator: move memop, memopp into emulation context | Avi Kivity |
2011-09-25 | KVM: x86 emulator: convert group 3 instructions to direct decode | Avi Kivity |
2011-09-25 | KVM: x86: Add module parameter for lapic periodic timer limit | Jan Kiszka |