1. d420acd jump_label/x86: Work around asm build bug on older/backported GCCs by Peter Zijlstra · 9 years ago
  2. 2b2a85a locking/qrwlock: Implement queue_write_unlock() using smp_store_release() by Will Deacon · 9 years ago
  3. f52609f Merge branch 'locking/arch-atomic' into locking/core, because it's ready for upstream by Ingo Molnar · 9 years ago
  4. 5d44f4b Merge 4.2-rc6 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  5. a782a7e x86/irq: Store irq descriptor in vector array by Thomas Gleixner · 9 years ago
  6. 7276c6a x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED by Thomas Gleixner · 9 years ago
  7. ca9357b Drivers: hv: vmbus: Implement a clocksource based on the TSC page by K. Y. Srinivasan · 9 years ago
  8. c258b62 KVM: MMU: introduce the framework to check zero bits on sptes by Xiao Guangrong · 9 years ago
  9. a0a64f5 KVM: MMU: introduce rsvd_bits_validate by Xiao Guangrong · 9 years ago
  10. 88cd622 x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masks by Andy Lutomirski · 9 years ago
  11. d14edb1 x86/hweight: Force inlining of __arch_hweight{32,64}() by Denys Vlasenko · 9 years ago
  12. cc2dd40 mshyperv: fix recognition of Hyper-V guest crash MSR's by Denis V. Lunev · 9 years ago
  13. b4370df Drivers: hv: vmbus: add special crash handler by Vitaly Kuznetsov · 9 years ago
  14. 2517281 Drivers: hv: vmbus: add special kexec handler by Vitaly Kuznetsov · 9 years ago
  15. b83ff1c x86: Add new MSRs and MSR bits used for Intel Skylake PMU support by Andi Kleen · 9 years ago
  16. a94cab2 perf/x86: Add a native_perf_sched_clock_from_tsc() by Andi Kleen · 9 years ago
  17. b1bf72d perf/x86/intel/pt: Add new timing packet enables by Alexander Shishkin · 9 years ago
  18. fe32d3c sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() by Konstantin Khlebnikov · 9 years ago
  19. 11276d5 locking/static_keys: Add a new static_key interface by Peter Zijlstra · 9 years ago
  20. f320ead Merge branch 'x86/asm' into locking/core by Ingo Molnar · 9 years ago
  21. 76695af locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_acquire() by Andrey Konovalov · 9 years ago
  22. 3a7651e Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  23. decd275 x86/vm86: Rename vm86->v86flags and v86mask by Brian Gerst · 9 years ago
  24. 1342635 x86/vm86: Rename vm86->vm86_info to user_vm86 by Brian Gerst · 9 years ago
  25. ba3e127 x86/vm86: Clean up vm86.h includes by Brian Gerst · 9 years ago
  26. af3e565 x86/vm86: Move the vm86 IRQ definitions to vm86.h by Ingo Molnar · 9 years ago
  27. 5ed92a8 x86/vm86: Use the normal pt_regs area for vm86 by Brian Gerst · 9 years ago
  28. 90c6085 x86/vm86: Eliminate 'struct kernel_vm86_struct' by Brian Gerst · 9 years ago
  29. d4ce0f2 x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86' by Brian Gerst · 9 years ago
  30. 9fda6a0 x86/vm86: Move vm86 fields out of 'thread_struct' by Brian Gerst · 9 years ago
  31. a5b9e5a x86/ldt: Make modify_ldt() optional by Andy Lutomirski · 9 years ago
  32. b1c599b x86/cpufeature: Add feature bit for Intel's Silicon Debug CPUID bit by Mathias Krause · 9 years ago
  33. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  34. 37868fe x86/ldt: Make modify_ldt synchronous by Andy Lutomirski · 9 years ago
  35. 991de2e PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq() by Jiang Liu · 9 years ago
  36. d71ba78 KVM: move code related to KVM_SET_BOOT_CPU_ID to x86 by Paolo Bonzini · 9 years ago
  37. de9e432 atomic: Collapse all atomic_{set,clear}_mask definitions by Peter Zijlstra · 9 years ago
  38. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  39. 7fc1845 x86: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  40. 5f3d45e kvm/x86: add support for MONITOR_TRAP_FLAG by Mihai Donțu · 9 years ago
  41. e7d9513 kvm/x86: added hyper-v crash msrs into kvm hyperv context by Andrey Smetanin · 9 years ago
  42. e83d588 kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file by Andrey Smetanin · 9 years ago
  43. 0da029e KVM: x86: rename quirk constants to KVM_X86_QUIRK_* by Paolo Bonzini · 9 years ago
  44. 9491630 x86/boot: Obsolete the MCA sys_desc_table by Paolo Pisati · 9 years ago
  45. 8c7ea50 x86/mm, asm-generic: Add IOMMU ioremap_uc() variant default by Luis R. Rodriguez · 9 years ago
  46. ed0b2ed x86/entry/vm86: Move userspace accesses to do_sys_vm86() by Brian Gerst · 9 years ago
  47. 0233606 x86/entry/vm86: Clean up saved_fs/gs by Brian Gerst · 9 years ago
  48. c93bf92 ftrace: Format MCOUNT_ADDR address as type unsigned long by Minfei Huang · 9 years ago
  49. 0e1dbcc Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  50. f79a17b Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  51. 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 9 years ago
  52. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  53. 3e87ee0 Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  54. 7e1ff15 x86/platform/iosf_mbi: Source cleanup by Andy Shevchenko · 9 years ago
  55. df14a68 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  56. 5544eb9 KVM: count number of assigned devices by Paolo Bonzini · 9 years ago
  57. 5d75a74 x86: hyperv: add CPUID bit for crash handlers by Paolo Bonzini · 9 years ago
  58. a833581 x86, perf: Fix static_key bug in load_mm_cr4() by Peter Zijlstra · 9 years ago
  59. 0294100 intel_pmc_ipc: Update kerneldoc formatting by qipeng.zha · 9 years ago
  60. 06a7b36 x86/entry: Remove SCHEDULE_USER and asm/context-tracking.h by Andy Lutomirski · 9 years ago
  61. 8c84014 x86/entry: Remove exception_enter() from most trap handlers by Andy Lutomirski · 9 years ago
  62. 1f484aa x86/entry: Move C entry and exit code to arch/x86/entry/common.c by Andy Lutomirski · 9 years ago
  63. 2b8f8ed x86/platform/intel/pmc_atom: Add Cherrytrail PMC interface by Andy Shevchenko · 9 years ago
  64. 68872eb x86/platform/intel/pmc_atom: Export accessors to PMC registers by Andy Shevchenko · 9 years ago
  65. ab8b82ee6 x86/compat: Don't build the 32-bit VDSO if not needed by Brian Gerst · 9 years ago
  66. 7da7707 x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread' by Brian Gerst · 9 years ago
  67. b829d1b x86/compat: Move ucontext_x32 to sigframe.h by Brian Gerst · 9 years ago
  68. b2e02b8 x86/compat: Make mmap_is_ia32() common compat by Brian Gerst · 9 years ago
  69. 5a33fcb x86/asm/tsc: Save an instruction in DECLARE_ARGS users by George Spelvin · 9 years ago
  70. bb8dd96 x86/asm/tsc: Remove rdtsc_barrier() by Andy Lutomirski · 9 years ago
  71. 502dfef x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() in kvmclock by Andy Lutomirski · 9 years ago
  72. 03b9730 x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites by Andy Lutomirski · 9 years ago
  73. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  74. fe47ae6 x86/asm/tsc: Remove rdtscl() by Andy Lutomirski · 9 years ago
  75. ec69de5 x86/asm/tsc: Remove the rdtscp() and rdtscpll() macros by Andy Lutomirski · 9 years ago
  76. 87be28a x86/asm/tsc: Replace rdtscll() with native_read_tsc() by Andy Lutomirski · 9 years ago
  77. 9261e05 x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks by Andy Lutomirski · 9 years ago
  78. 881d7bf x86/asm/tsc, kvm: Remove vget_cycles() by Andy Lutomirski · 9 years ago
  79. c6e5ca3 x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc() by Andy Lutomirski · 9 years ago
  80. 1db8756 x86/espfix: Add 'cpu' parameter to init_espfix_ap() by Zhu Guihua · 9 years ago
  81. 5d5aa3c x86/kasan: Fix KASAN shadow region page tables by Alexander Popov · 9 years ago
  82. f7d71f2 locking/qrwlock: Rename functions to queued_*() by Waiman Long · 9 years ago
  83. a585d2b Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  84. a88464a kvm: add hyper-v crash msrs values by Andrey Smetanin · 9 years ago
  85. 4272013 KVM: x86: make vapics_in_nmi_mode atomic by Radim Krčmář · 9 years ago
  86. 0a8b835 intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver by qipeng.zha · 9 years ago
  87. 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
  88. 8c7febe Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  89. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  90. 6103195 arch, x86: pmem api for ensuring durability of persistent memory updates by Ross Zwisler · 9 years ago
  91. 08bd4fc mm/hugetlb: remove arch_prepare/release_hugepage from arch headers by Dominik Dingel · 9 years ago
  92. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  93. aefbef1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  94. 45471cd Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 9 years ago
  95. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  96. a67a31f mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook by Zhang Zhen · 9 years ago
  97. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  98. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  99. 0faef83 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  100. d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago