1. 8fe681e KVM: do not inject #PF in (read|write)_emulated() callbacks by Gleb Natapov · 14 years ago
  2. f181b96 KVM: remove export of emulator_write_emulated() by Gleb Natapov · 14 years ago
  3. c3cd7ff KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure by Gleb Natapov · 14 years ago
  4. e680080 KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values by Gleb Natapov · 14 years ago
  5. 0f12244 KVM: x86 emulator: make set_cr() callback return error if it fails by Gleb Natapov · 14 years ago
  6. 5951c44 KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_ops by Gleb Natapov · 14 years ago
  7. 3fb1b5d KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops by Gleb Natapov · 14 years ago
  8. 35aa537 KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops by Gleb Natapov · 14 years ago
  9. 414e627 KVM: x86 emulator: handle "far address" source operand by Gleb Natapov · 14 years ago
  10. 9de4157 KVM: x86 emulator: introduce read cache by Gleb Natapov · 14 years ago
  11. 54e5bc02 x86, olpc: Constify an olpc_ofw() arg by Andres Salomon · 14 years ago
  12. 9792db6 x86, cpu: Package Level Thermal Control, Power Limit Notification definitions by Fenghua Yu · 14 years ago
  13. 7bd1c36 x86/PCI: Add option to not assign BAR's if not already assigned by Mike Habeck · 14 years ago
  14. a378d93 x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu() by H. Peter Anvin · 14 years ago
  15. 4532b30 x86, asm: Clean up and simplify <asm/cmpxchg.h> by H. Peter Anvin · 14 years ago
  16. 1be85a6 x86, cpu: Use AMD errata checking framework for erratum 383 by Hans Rosenfeld · 14 years ago
  17. 9d8888c x86, cpu: Clean up AMD erratum 400 workaround by Hans Rosenfeld · 14 years ago
  18. d78d671 x86, cpu: AMD errata checking framework by Hans Rosenfeld · 14 years ago
  19. 7d50d07 Merge remote branch 'linus/master' into x86/cpu by H. Peter Anvin · 14 years ago
  20. bbaa416 fanotify: sys_fanotify_mark declartion by Eric Paris · 15 years ago
  21. 11637e4 fanotify: fanotify_init syscall declaration by Eric Paris · 15 years ago
  22. 69309a0 x86, asm: Clean up and simplify set_64bit() by H. Peter Anvin · 14 years ago
  23. d3608b5 Merge remote branch 'origin/x86/urgent' into x86/asm by H. Peter Anvin · 14 years ago
  24. c7f52cd support multiple .discard.* sections to avoid section type conflicts by Jeremy Fitzhardinge · 14 years ago
  25. 113fc5a x86: Add memory modify constraints to xchg() and cmpxchg() by H. Peter Anvin · 14 years ago
  26. bbbe573 pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_* by Konrad Rzeszutek Wilk · 14 years ago
  27. 38e20b0 x86/xen: event channels delivery on HVM. by Sheng Yang · 14 years ago
  28. bee6ab5 x86: early PV on HVM features initialization. by Sheng Yang · 14 years ago
  29. 18f19aa xen: Add support for HVM hypercalls. by Jeremy Fitzhardinge · 14 years ago
  30. 8c06585 x86: Remove redundant K6 MSRs by Brian Gerst · 14 years ago
  31. 45c2d7f x86, xsave: Make init_xstate_buf static by Robert Richter · 14 years ago
  32. ee813d5 x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d) by Robert Richter · 14 years ago
  33. 0e49bf6 x86, xsave: Separate fpu and xsave initialization by Robert Richter · 14 years ago
  34. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  35. 5edd19a x86, UV: Make kdump avoid stack dumps by Cliff Wickman · 14 years ago
  36. b4bcb4c x86, rwsem: Minor cleanups by Michel Lespinasse · 14 years ago
  37. a751bd8 x86, rwsem: Stay on fast path when count > 0 in __up_write() by Michel Lespinasse · 14 years ago
  38. 7aa2b5f x86, xsave: Do not include asm/i387.h in asm/xsave.h by Robert Richter · 14 years ago
  39. 5f75529 x86, gcc-4.6: Avoid unused by set variables in rdmsr by Andi Kleen · 14 years ago
  40. 278bc5f x86, cpu: Clean up formatting in cpufeature.h, remove override by H. Peter Anvin · 14 years ago
  41. 6bad06b x86, xsave: Use xsaveopt in context-switch path when supported by Suresh Siddha · 14 years ago
  42. 29104e1 x86, xsave: Sync xsave memory layout with its header for user handling by Suresh Siddha · 14 years ago
  43. 40e1d7a x86, cpu: Add xsaveopt cpufeature by Suresh Siddha · 14 years ago
  44. f33ebbe unistd: add __NR_prlimit64 syscall numbers by Jiri Slaby · 14 years ago
  45. bdc802d x86, cpu: Support the features flags in new CPUID leaf 7 by H. Peter Anvin · 14 years ago
  46. c516ac5 x86: Add i8042 pre-detection hook to x86_platform_ops by Feng Tang · 14 years ago
  47. 83a7a2a x86, alternatives: Use 16-bit numbers for cpufeature index by H. Peter Anvin · 14 years ago
  48. 24da9c2 x86, cpu: Add CPU flags for F16C and RDRND by H. Peter Anvin · 14 years ago
  49. 8e221b6 x86: Avoid unnecessary __clear_user() and xrstor in signal handling by Suresh Siddha · 14 years ago
  50. 39ef13a perf, x86: P4 PMU -- redesign cache events by Cyrill Gorcunov · 14 years ago
  51. 7475271 x86: Drop CONFIG_MCORE2 check around setting of NET_IP_ALIGN by Alexander Duyck · 14 years ago
  52. ea812ca x86: Align skb w/ start of cacheline on newer core 2/Xeon Arch by Alexander Duyck · 14 years ago
  53. dcfa726 x86: Remove CONFIG_4KSTACKS by Christoph Hellwig · 14 years ago
  54. 7974891 x86: Always use irq stacks by Christoph Hellwig · 14 years ago
  55. f384c95 Merge branch 'linus' into perf/core by Thomas Gleixner · 14 years ago
  56. ab8aadb Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  57. f7809da x86: Support for instruction breakpoints by Frederic Weisbecker · 14 years ago
  58. fd699c7 x86, olpc: Add support for calling into OpenFirmware by Andres Salomon · 14 years ago
  59. 1244829 x86: Fix vsyscall on gcc 4.5 with -Os by Andi Kleen · 14 years ago
  60. 646b1db Merge commit 'v2.6.35-rc3' into perf/core by Ingo Molnar · 14 years ago
  61. 23016bf x86: Look for IA32_ENERGY_PERF_BIAS support by Venkatesh Pallipadi · 14 years ago
  62. 7ae1277 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  63. 3c41758 x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setup by Huang Ying · 14 years ago
  64. 1f9a0bd x86, mce: Rename MSR_IA32_MCx_CTL2 value by Huang Ying · 14 years ago
  65. 23b764d percpu, x86: Avoid warnings of unused variables in per cpu by Andi Kleen · 14 years ago
  66. a4384df x86, irq: Rename gsi_end gsi_top, and fix off by one errors by Eric W. Biederman · 14 years ago
  67. c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  68. 67ec660 KVM: SVM: Implement workaround for Erratum 383 by Joerg Roedel · 14 years ago
  69. 1996bda arch: Implement local64_t by Peter Zijlstra · 14 years ago
  70. b0f82b8 perf: Drop the skip argument from perf_arch_fetch_regs_caller by Frederic Weisbecker · 14 years ago
  71. c9cf4db x86: Unify dumpstack.h and stacktrace.h by Frederic Weisbecker · 14 years ago
  72. f6d8a56 x86, UV: Modularize BAU send and wait by Cliff Wickman · 14 years ago
  73. 450a007 x86, UV: BAU broadcast to the local hub by Cliff Wickman · 14 years ago
  74. 90cc7d9 x86, UV: Remove BAU check for stay-busy by Cliff Wickman · 14 years ago
  75. 4faca15 x86, UV: BAU structure rearranging by Cliff Wickman · 14 years ago
  76. 712157a x86, UV: Shorten access to BAU statistics structure by Cliff Wickman · 14 years ago
  77. 50fb55a x86, UV: Disable BAU on network congestion by Cliff Wickman · 14 years ago
  78. e8e5e8a x86, UV: BAU tunables into a debugfs file by Cliff Wickman · 14 years ago
  79. 12a6611 x86, UV: Calculate BAU destination timeout by Cliff Wickman · 14 years ago
  80. e768aee perf, x86: Small fix to cpuid10_edx by Livio Soares · 14 years ago
  81. fc4ac7a x86: use __ASSEMBLY__ rather than __ASSEMBLER__ by Andres Salomon · 14 years ago
  82. 85a0e75 PM / x86: Save/restore MISC_ENABLE register by Ondrej Zary · 14 years ago
  83. c0011db xen: use _PAGE_IOMAP in ioremap to do machine mappings by Jeremy Fitzhardinge · 14 years ago
  84. 9a9620d Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7core by Linus Torvalds · 14 years ago
  85. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  86. 17d30ac Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  87. 021fad8 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  88. e4f2e5e Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  89. 9a90e09 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  90. d3b3833 Merge branch 'ht-delete-2.6.35' into release by Len Brown · 14 years ago
  91. e45b7fa sched: clarify commment for TS_POLLING by Len Brown · 14 years ago
  92. f52e62d x86: remove rdc321x_defs.h by Florian Fainelli · 14 years ago
  93. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  94. 1ba4f22 x86, cpufeature: Unbreak compile with gcc 3.x by H. Peter Anvin · 14 years ago
  95. e534c7c numa: x86_64: use generic percpu var numa_node_id() implementation by Lee Schermerhorn · 14 years ago
  96. 7281201 numa: add generic percpu var numa_node_id() implementation by Lee Schermerhorn · 14 years ago
  97. 1ef0437 asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h by FUJITA Tomonori · 14 years ago
  98. a321ced drivers/hwmon/coretemp.c: get TjMax value from MSR by Carsten Emde · 14 years ago
  99. 6109e2c Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  100. 98edb6c Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago