Age | Commit message (Expand) | Author | Files | Lines |
2010-08-01 | KVM: do not inject #PF in (read|write)_emulated() callbacks | Gleb Natapov | 1 | -0/+3 |
2010-08-01 | KVM: remove export of emulator_write_emulated() | Gleb Natapov | 1 | -5/+0 |
2010-08-01 | KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation fai... | Gleb Natapov | 1 | -0/+1 |
2010-08-01 | KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values | Gleb Natapov | 1 | -2/+3 |
2010-08-01 | KVM: x86 emulator: make set_cr() callback return error if it fails | Gleb Natapov | 1 | -1/+1 |
2010-08-01 | KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_ops | Gleb Natapov | 1 | -0/+1 |
2010-08-01 | KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops | Gleb Natapov | 1 | -0/+2 |
2010-08-01 | KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops | Gleb Natapov | 2 | -4/+2 |
2010-08-01 | KVM: x86 emulator: handle "far address" source operand | Gleb Natapov | 1 | -1/+5 |
2010-08-01 | KVM: x86 emulator: introduce read cache | Gleb Natapov | 1 | -0/+1 |
2010-07-31 | x86, olpc: Constify an olpc_ofw() arg | Andres Salomon | 1 | -1/+1 |
2010-07-31 | x86, cpu: Package Level Thermal Control, Power Limit Notification definitions | Fenghua Yu | 2 | -2/+17 |
2010-07-30 | x86/PCI: Add option to not assign BAR's if not already assigned | Mike Habeck | 1 | -0/+1 |
2010-07-29 | x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu() | H. Peter Anvin | 1 | -16/+14 |
2010-07-29 | x86, asm: Clean up and simplify <asm/cmpxchg.h> | H. Peter Anvin | 2 | -52/+84 |
2010-07-29 | x86, cpu: Use AMD errata checking framework for erratum 383 | Hans Rosenfeld | 1 | -0/+1 |
2010-07-29 | x86, cpu: Clean up AMD erratum 400 workaround | Hans Rosenfeld | 1 | -0/+1 |
2010-07-29 | x86, cpu: AMD errata checking framework | Hans Rosenfeld | 1 | -0/+18 |
2010-07-29 | Merge remote branch 'linus/master' into x86/cpu | H. Peter Anvin | 8 | -4/+13 |
2010-07-28 | fanotify: sys_fanotify_mark declartion | Eric Paris | 3 | -1/+7 |
2010-07-28 | fanotify: fanotify_init syscall declaration | Eric Paris | 2 | -1/+4 |
2010-07-28 | x86, asm: Clean up and simplify set_64bit() | H. Peter Anvin | 2 | -50/+21 |
2010-07-28 | Merge remote branch 'origin/x86/urgent' into x86/asm | H. Peter Anvin | 2 | -54/+54 |
2010-07-28 | support multiple .discard.* sections to avoid section type conflicts | Jeremy Fitzhardinge | 1 | -1/+1 |
2010-07-28 | x86: Add memory modify constraints to xchg() and cmpxchg() | H. Peter Anvin | 2 | -54/+54 |
2010-07-23 | x86/xen: event channels delivery on HVM. | Sheng Yang | 1 | -0/+3 |
2010-07-23 | x86: early PV on HVM features initialization. | Sheng Yang | 1 | -0/+1 |
2010-07-23 | xen: Add support for HVM hypercalls. | Jeremy Fitzhardinge | 1 | -0/+6 |
2010-07-22 | x86: Remove redundant K6 MSRs | Brian Gerst | 1 | -2/+0 |
2010-07-22 | x86, xsave: Make init_xstate_buf static | Robert Richter | 1 | -1/+0 |
2010-07-22 | x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d) | Robert Richter | 1 | -0/+2 |
2010-07-22 | x86, xsave: Separate fpu and xsave initialization | Robert Richter | 2 | -2/+0 |
2010-07-21 | Merge branch 'linus' into perf/core | Ingo Molnar | 1 | -0/+2 |
2010-07-21 | x86, rwsem: Minor cleanups | Michel Lespinasse | 1 | -9/+7 |
2010-07-21 | x86, rwsem: Stay on fast path when count > 0 in __up_write() | Michel Lespinasse | 1 | -3/+2 |
2010-07-21 | x86, xsave: Do not include asm/i387.h in asm/xsave.h | Robert Richter | 1 | -1/+0 |
2010-07-21 | x86, gcc-4.6: Avoid unused by set variables in rdmsr | Andi Kleen | 1 | -2/+2 |
2010-07-20 | x86, cpu: Clean up formatting in cpufeature.h, remove override | H. Peter Anvin | 1 | -6/+6 |
2010-07-20 | x86, xsave: Use xsaveopt in context-switch path when supported | Suresh Siddha | 2 | -4/+7 |
2010-07-20 | x86, xsave: Sync xsave memory layout with its header for user handling | Suresh Siddha | 2 | -0/+24 |
2010-07-20 | x86, cpu: Add xsaveopt cpufeature | Suresh Siddha | 1 | -0/+1 |
2010-07-16 | unistd: add __NR_prlimit64 syscall numbers | Jiri Slaby | 2 | -1/+4 |
2010-07-08 | x86, cpu: Support the features flags in new CPUID leaf 7 | H. Peter Anvin | 2 | -4/+11 |
2010-07-08 | x86: Add i8042 pre-detection hook to x86_platform_ops | Feng Tang | 1 | -0/+2 |
2010-07-07 | x86, alternatives: Use 16-bit numbers for cpufeature index | H. Peter Anvin | 2 | -9/+12 |
2010-07-07 | x86, cpu: Add CPU flags for F16C and RDRND | H. Peter Anvin | 1 | -0/+2 |
2010-07-07 | x86: Avoid unnecessary __clear_user() and xrstor in signal handling | Suresh Siddha | 2 | -0/+19 |
2010-07-05 | perf, x86: P4 PMU -- redesign cache events | Cyrill Gorcunov | 1 | -47/+52 |
2010-07-02 | x86: Drop CONFIG_MCORE2 check around setting of NET_IP_ALIGN | Alexander Duyck | 1 | -2/+0 |
2010-07-01 | x86: Align skb w/ start of cacheline on newer core 2/Xeon Arch | Alexander Duyck | 1 | -0/+9 |