1. 3e3f502 kvm: x86: drop read_tsc_offset() by Luiz Capitulino · 8 years ago
  2. a545ab6 kvm: x86: add tsc_offset field to struct kvm_vcpu_arch by Luiz Capitulino · 8 years ago
  3. 8153916 x86/dumpstack: Remove NULL task pointer convention by Josh Poimboeuf · 8 years ago
  4. 1c109fa fix minor infoleak in get_user_ex() by Al Viro · 8 years ago
  5. 15f4eae x86: Move thread_info into task_struct by Andy Lutomirski · 8 years ago
  6. b9d989c x86/asm: Move the thread_info::status field to thread_struct by Andy Lutomirski · 8 years ago
  7. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  8. cb76c93 x86/dumpstack: Add get_stack_info() interface by Josh Poimboeuf · 8 years ago
  9. 6846351 x86/signal: Add SA_{X32,IA32}_ABI sa_flags by Dmitry Safonov · 8 years ago
  10. 90954e7 x86/coredump: Use pr_reg size, rather that TIF_IA32 flag by Dmitry Safonov · 8 years ago
  11. 2eefd87 x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* by Dmitry Safonov · 8 years ago
  12. 5828c46 x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systems by Yazen Ghannam · 8 years ago
  13. 5896820 x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP types by Yazen Ghannam · 8 years ago
  14. db819d6 x86/mce: Add support for new MCA_SYND register by Yazen Ghannam · 8 years ago
  15. ad53e35 Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 8 years ago
  16. 0a637ee x86/efi: Allow invocation of arbitrary boot services by Lukas Wunner · 8 years ago
  17. 2757161 x86/efi: Optimize away setup_gop32/64 if unused by Lukas Wunner · 8 years ago
  18. 9479c7c efi: Refactor efi_memmap_init_early() into arch-neutral code by Matt Fleming · 9 years ago
  19. acd547b x86/pkeys: Default to a restrictive init PKRU by Dave Hansen · 8 years ago
  20. e8c24d3 x86/pkeys: Allocation/free syscalls by Dave Hansen · 8 years ago
  21. a8502b6 x86/pkeys: Make mprotect_key() mask off additional vm_flags by Dave Hansen · 8 years ago
  22. 7d06d9c mm: Implement new pkey_mprotect() system call by Dave Hansen · 8 years ago
  23. 5881f73 svm: Introduce AMD IOMMU avic_ga_log_notifier by Suravee Suthikulpanit · 8 years ago
  24. 5ea11f2 svm: Introduces AVIC per-VM ID by Suravee Suthikulpanit · 8 years ago
  25. 4b8afaf x86/dumpstack: Add get_stack_pointer() and get_frame_pointer() by Josh Poimboeuf · 8 years ago
  26. 6271cfd x86/mm: Improve stack-overflow #PF handling by Andy Lutomirski · 8 years ago
  27. 2b3061c Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity by Ingo Molnar · 8 years ago
  28. f5fbf84 x86/cpu: Rename Merrifield2 to Moorefield by Andy Shevchenko · 8 years ago
  29. bda7b07 x86/platform/intel-mid: Implement power off sequence by Andy Shevchenko · 8 years ago
  30. 8a7e75d KVM: Add provisioning for ulong vm stats and u64 vcpu stats by Suraj Jitindar Singh · 8 years ago
  31. e697100 x86/uaccess: force copy_*_user() to be inlined by Kees Cook · 8 years ago
  32. 47ae4b0 virt, sched: Add generic vCPU pinning support by Juergen Gross · 8 years ago
  33. ffb173e x86/mce: Drop X86_FEATURE_MCE_RECOVERY and the related model string test by Tony Luck · 8 years ago
  34. 9a6fb28 x86/mce: Improve memcpy_mcsafe() by Tony Luck · 8 years ago
  35. 3637efb x86/mce: Add PCI quirks to identify Xeons with machine check recovery by Tony Luck · 8 years ago
  36. 0d025d2 mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Josh Poimboeuf · 8 years ago
  37. ffcb043 sched/x86: Fix thread_saved_pc() by Brian Gerst · 8 years ago
  38. 616d248 sched/x86: Pass kernel thread parameters in 'struct fork_frame' by Brian Gerst · 8 years ago
  39. 0100301 sched/x86: Rewrite the switch_to() code by Brian Gerst · 8 years ago
  40. 7b32aea sched/x86: Add 'struct inactive_task_frame' to better document the sleeping task stack frame by Brian Gerst · 8 years ago
  41. 471bd10 ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR by Josh Poimboeuf · 8 years ago
  42. e4a744e ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config by Josh Poimboeuf · 8 years ago
  43. e37e43a x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y) by Andy Lutomirski · 8 years ago
  44. b32f96c x86/asm/head: Rename 'stack_start' -> 'initial_stack' by Josh Poimboeuf · 8 years ago
  45. 32541b4 x86/asm/head: Remove unused init_rsp variable extern by Josh Poimboeuf · 8 years ago
  46. bf255bd x86/dumpstack: Remove show_trace() by Josh Poimboeuf · 8 years ago
  47. 9710cb6 Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  48. 01ea443 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  49. 0aeeb3e Merge branches 'pm-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  50. 5ff3e2c x86/boot: Rework reserve_real_mode() to allow multiple tries by Andy Lutomirski · 8 years ago
  51. d0de0f6 x86/boot: Defer setup_real_mode() to early_initcall time by Andy Lutomirski · 8 years ago
  52. 82ba4fa x86/irq: Do not substract irq_tlb_count from irq_call_count by Aaron Lu · 8 years ago
  53. ace7fab x86/mm: Fix swap entry comment and macro by Dave Hansen · 8 years ago
  54. 25dfe47 x86/mm/64: Enable KASLR for vmemmap memory region by Thomas Garnier · 8 years ago
  55. 22ac2bc x86/platform/UV: Fix problem with UV4 BIOS providing incorrect PXM values by Mike Travis · 8 years ago
  56. 5cf0791 x86/mm: Disable preemption during CR3 read+write by Sebastian Andrzej Siewior · 8 years ago
  57. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 8 years ago
  58. fdbdfef Merge branch 'linus' into timers/urgent, to pick up fixes by Ingo Molnar · 8 years ago
  59. 6731b0d x86/timers/apic: Inform TSC deadline clockevent device about recalibration by Nicolai Stange · 8 years ago
  60. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  61. e4630fd x86/power/64: Always create temporary identity mapping correctly by Rafael J. Wysocki · 8 years ago
  62. 1bd4403 unsafe_[get|put]_user: change interface to use a error target label by Linus Torvalds · 8 years ago
  63. 784d569 x86: move exports to actual definitions by Al Viro · 9 years ago
  64. 80fac0f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  65. c98f582 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  67. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  68. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  69. 3aed64f pvclock: introduce seqcount-like API by Paolo Bonzini · 8 years ago
  70. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  71. 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 8 years ago
  72. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  73. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  74. d761f3e Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. b325e04 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  76. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  77. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  78. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  79. 4a1a8e1 x86/asm, x86/microcode: Add __PAGE_OFFSET_BASE define on 32-bit by Borislav Petkov · 8 years ago
  80. df15929 Merge branch 'linus' into x86/microcode, to pick up merge window changes by Ingo Molnar · 8 years ago
  81. 609c19a x86/ptrace: Stop setting TS_COMPAT in ptrace code by Andy Lutomirski · 8 years ago
  82. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  83. e663107 Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  84. 6453dbd Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  85. 3e79ec7 arch: x86: charge page tables to kmemcg by Vladimir Davydov · 8 years ago
  86. 5b710f3 x86/uaccess: Enable hardened usercopy by Kees Cook · 8 years ago
  87. 0f60a8e mm: Implement stack frame object validation by Kees Cook · 8 years ago
  88. 37e13a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  89. 5f22004 Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  90. 8e46695 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  91. 2d724ff Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. 36e635c Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. 80f09cf Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  94. 77cd3d0 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  95. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  96. 425dbc6 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  97. 7e4dc77 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  98. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. a230384 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. 3e9e57f x86/acpi: store ACPI ids from MADT for future usage by Vitaly Kuznetsov · 8 years ago