1. cda846f x86, realmode: read cr4 and EFER from kernel for 64-bit trampoline by Jarkko Sakkinen · 13 years ago
  2. bf8b88e x86, realmode: fixes compilation issue in tboot.c by Jarkko Sakkinen · 13 years ago
  3. f2604c1 x86, realmode: move relocs from scripts/ to arch/x86/tools by Jarkko Sakkinen · 13 years ago
  4. f37240f x86, realmode: header for trampoline code by Jarkko Sakkinen · 13 years ago
  5. c484547 x86, realmode: flattened rm hierachy by Jarkko Sakkinen · 13 years ago
  6. b429dbf x86, realmode: don't copy real_mode_header by Jarkko Sakkinen · 13 years ago
  7. 8e029fc x86, realmode: fix 64-bit wakeup sequence by Jarkko Sakkinen · 13 years ago
  8. 6feb592 x86, realmode: Fix always-zero test in reboot_32.S by H. Peter Anvin · 13 years ago
  9. be60828 x86, realmode: Move trampoline_*.S early in the link order by H. Peter Anvin · 13 years ago
  10. e5684ec x86, realmode: Replace open-coded ljmpw with a macro by H. Peter Anvin · 13 years ago
  11. 968ff9e x86, realmode: Remove indirect jumps in trampoline_32 and wakeup_asm by H. Peter Anvin · 13 years ago
  12. 056a43a x86, realmode: Remove indirect jumps in trampoline_64.S by H. Peter Anvin · 13 years ago
  13. f7436a9 x86, realmode: Align .data section in trampoline_32.S by H. Peter Anvin · 13 years ago
  14. 0247428 x86, realmode: Move bits to the proper sections in trampoline_64.S by H. Peter Anvin · 13 years ago
  15. 487f50f x86, realmode: Add .text64 section, make barrier symbols absolute by H. Peter Anvin · 13 years ago
  16. f156ffc x86, realmode: Set permission for real mode pages by Jarkko Sakkinen · 13 years ago
  17. c9b77cc x86, realmode: Move ACPI wakeup to unified realmode code by Jarkko Sakkinen · 13 years ago
  18. 48927bb x86, realmode: Move SMP trampoline to unified realmode code by Jarkko Sakkinen · 13 years ago
  19. 5a8c9ae x86, realmode: Move reboot_32.S to unified realmode code by Jarkko Sakkinen · 13 years ago
  20. 084ee1c6 x86, realmode: Relocator for realmode code by Jarkko Sakkinen · 13 years ago
  21. b3266bd x86, realmode: realmode.bin infrastructure by Jarkko Sakkinen · 13 years ago
  22. 433de73 x86, realmode: 16-bit real-mode code support for relocs tool by H. Peter Anvin · 13 years ago
  23. 18b15fc Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  24. ce7e5d2 x86: fix broken TASK_SIZE for ia32_aout by Al Viro · 13 years ago
  25. d1d0589 arch/x86/platform/geode/net5501.c: change active_low to 0 for LED driver by Bjarke Istrup Pedersen · 13 years ago
  26. e419b4c vfs: make word-at-a-time accesses handle a non-existing page by Linus Torvalds · 13 years ago
  27. 7c77cda x86, relocs: Remove an unused variable by Kusanagi Kouichi · 13 years ago
  28. 4bbbf13f Merge tag 'stable/for-linus-3.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  29. c28c485 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  30. 7eb7ce4 xen: correctly check for pending events when restoring irq flags by David Vrabel · 13 years ago
  31. f7f286a x86/amd: Re-enable CPU topology extensions in case BIOS has disabled it by Andreas Herrmann · 13 years ago
  32. cf405ae xen/smp: Fix crash when booting with ACPI hotplug CPUs. by Konrad Rzeszutek Wilk · 13 years ago
  33. df88b2d xen/enlighten: Disable MWAIT_LEAF so that acpi-pad won't be loaded. by Konrad Rzeszutek Wilk · 13 years ago
  34. 86ec090 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  35. ea0dcf9 x86/apic: Use x2apic physical mode based on FADT setting by Greg Pearson · 13 years ago
  36. d0d3bc6 x86/mrst: Quiet sparse noise about plain integer as NULL pointer by H Hartley Sweeten · 13 years ago
  37. cd32b16 Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 13 years ago
  38. 89b8835 x32, siginfo: Provide proper overrides for x32 siginfo_t by H. Peter Anvin · 13 years ago
  39. 98e5272 x32: Check __ILP32__ instead of __LP64__ for x32 by H.J. Lu · 13 years ago
  40. cd74257 x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from assembler by Konrad Rzeszutek Wilk · 13 years ago
  41. 2a14e54 ACPI: Convert wake_sleep_flags to a value instead of function by Konrad Rzeszutek Wilk · 13 years ago
  42. bfce281 kill mm argument of vm_munmap() by Al Viro · 13 years ago
  43. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 13 years ago
  44. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 13 years ago
  45. e4eb1ff VM: add "vm_brk()" helper function by Linus Torvalds · 13 years ago
  46. 3d81acb Revert "xen/p2m: m2p_find_override: use list_for_each_entry_safe" by Konrad Rzeszutek Wilk · 13 years ago
  47. 9e01297 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  48. a720b2d x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot() by Srivatsa S. Bhat · 13 years ago
  49. 2225fd5 KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context by Avi Kivity · 13 years ago
  50. 681e4a5 Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus-3.4 by Konrad Rzeszutek Wilk · 13 years ago
  51. cbf2829 x86, apic: APIC code touches invalid MSR on P5 class machines by Bryan O'Donoghue · 13 years ago
  52. b960d6c xen/p2m: m2p_find_override: use list_for_each_entry_safe by Stefano Stabellini · 13 years ago
  53. 4643b05 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  54. 089f9fb i387: ptrace breaks the lazy-fpu-restore logic by Oleg Nesterov · 13 years ago
  55. 6889463 x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id() by Andreas Herrmann · 13 years ago
  56. b199430 x86, efi: Add dedicated EFI stub entry point by Matt Fleming · 13 years ago
  57. 6c7b8e8 x86: Handle failures of parsing immediate operands in the instruction decoder by Masami Hiramatsu · 13 years ago
  58. d7de864 x86/amd: Remove broken links from comment and kernel message by Andreas Herrmann · 13 years ago
  59. 12e993b x86-32: fix up strncpy_from_user() sign error by Linus Torvalds · 13 years ago
  60. 1c2b443 Merge tag 'microcode-fix-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 13 years ago
  61. 283c1f2 x86, microcode: Ensure that module is only loaded on supported AMD CPUs by Andreas Herrmann · 13 years ago
  62. a956bd6 x86, microcode: Fix sysfs warning during module unload on unsupported CPUs by Andreas Herrmann · 13 years ago
  63. 4a1d754 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  64. 92ae03f x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up by Linus Torvalds · 13 years ago
  65. f19a0c2 KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on reset by Gleb Natapov · 13 years ago
  66. 76b278e um: Use asm-generic/switch_to.h by Richard Weinberger · 13 years ago
  67. a3a85a7 um: Disintegrate asm/system.h by Richard Weinberger · 13 years ago
  68. 3cb4209 um: fix linker script generation by Al Viro · 13 years ago
  69. a3fac08 Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  70. 9479f0f Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  71. f68e556 Make the "word-at-a-time" helper functions more commonly usable by Linus Torvalds · 13 years ago
  72. 23f347e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  73. 8c91c53 x86: Use correct byte-sized register constraint in __add() by H. Peter Anvin · 13 years ago
  74. 2ca052a x86: Use correct byte-sized register constraint in __xchg_op() by Jeremy Fitzhardinge · 13 years ago
  75. e8c9e78 xen/smp: Remove unnecessary call to smp_processor_id() by Srivatsa S. Bhat · 13 years ago
  76. 2531d64 xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io-apic entries' by Konrad Rzeszutek Wilk · 13 years ago
  77. 46ed99d x86: vsyscall: Use NULL instead 0 for a pointer argument by Emil Goode · 13 years ago
  78. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  79. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 13 years ago
  80. e087592 KVM: Resolve RCU vs. async page fault problem by Gleb Natapov · 13 years ago
  81. 7a4f5ad KVM: VMX: vmx_set_cr0 expects kvm->srcu locked by Marcelo Tosatti · 13 years ago
  82. fea5295 KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr() by Sasikantha babu · 13 years ago
  83. 6c216ec Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 13 years ago
  84. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 13 years ago
  85. 66cfb32 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  86. 6742259 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  87. a998d43 bpf jit: Let the x86 jit handle negative offsets by Jan Seiffert · 13 years ago
  88. 7b8e6da perf/x86/p4: Add format attributes by Peter Zijlstra · 13 years ago
  89. ed359a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  90. deb74f5 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  91. dba69d1 x86, kvm: Call restore_sched_clock_state() only after %gs is initialized by Marcelo Tosatti · 13 years ago
  92. f187e9f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  93. a335750 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  94. d326f44 Merge branch 'tboot' into release by Len Brown · 13 years ago
  95. 1a05e46 Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'misc', 'red-hat-bz-727865', 'thermal', 'throttling', 'turbostat' and 'video' into release by Len Brown · 13 years ago
  96. c0e9afc x86: Use -mno-avx when available by Andi Kleen · 13 years ago
  97. ac909ec ACPI: Fix use-after-free in acpi_map_lsapic by Petr Vandrovec · 13 years ago
  98. 1a022e3 idle, x86: Allow off-lined CPU to enter deeper C states by Boris Ostrovsky · 13 years ago
  99. f636520 x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility by Len Brown · 13 years ago
  100. 186e54c Merge branch 'linus' into x86/urgent by Ingo Molnar · 13 years ago