1. 40bca9d Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  2. 73659be Merge branches 'pm-core', 'powercap' and 'pm-tools' by Rafael J. Wysocki · 8 years ago
  3. 5a63426 tools/power turbostat: print IRTL MSRs by Len Brown · 8 years ago
  4. c4004b0 x86: remove the kernel code/data/bss resources from /proc/iomem by Linus Torvalds · 8 years ago
  5. 541d8f4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  6. 61abdbe kvm: x86: make lapic hrtimer pinned by Luiz Capitulino · 8 years ago
  7. 93e2aea Merge tag 'for-linus-4.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  8. 4c3b73c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  9. 30cebb6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  10. 1826907 Merge tag 'pm+acpi-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  11. 8fbd4ad Merge branch 'acpi-processor' by Rafael J. Wysocki · 8 years ago
  12. 858eaaa7 mm/rmap: batched invalidations should use existing api by Nadav Amit · 8 years ago
  13. 18c9824 x86/mm: TLB_REMOTE_SEND_IPI should count pages by Nadav Amit · 8 years ago
  14. 14f4760 kvm: set page dirty only if page has been writable by Yu Zhao · 8 years ago
  15. 14ebda33 KVM: x86: reduce default value of halt_poll_ns parameter by Paolo Bonzini · 8 years ago
  16. a2b5c3c KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabled by Paolo Bonzini · 8 years ago
  17. 321c565 KVM: x86: Inject pending interrupt even if pending nmi exist by Yuki Shibuya · 8 years ago
  18. 85dc600 perf/x86/amd/ibs: Fix pmu::stop() nesting by Peter Zijlstra · 8 years ago
  19. dc6416f xen/x86: Call cpu_startup_entry(CPUHP_AP_ONLINE_IDLE) from xen_play_dead() by Boris Ostrovsky · 8 years ago
  20. 8041dcc Merge tag 'v4.6-rc1' into for-linus-4.6 by Konrad Rzeszutek Wilk · 8 years ago
  21. 34a4cce x86/cpu: Add advanced power management bits by Huang Rui · 8 years ago
  22. 5f870a3 x86/thread_info: Merge two !__ASSEMBLY__ sections by Borislav Petkov · 8 years ago
  23. 4a6772f x86/cpufreq: Remove duplicated TDP MSR macro definitions by Vladimir Zapolskiy · 8 years ago
  24. 8196dab x86/cpu: Get rid of compute_unit_id by Borislav Petkov · 8 years ago
  25. 32b62f4 perf/x86/amd: Cleanup Fam10h NB event constraints by Peter Zijlstra · 8 years ago
  26. ee6825c x86/topology: Fix AMD core count by Peter Zijlstra · 8 years ago
  27. fc0c202 x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem() by Dan Williams · 8 years ago
  28. a212116 ACPI / processor: Request native thermal interrupt handling via _OSC by Srinivas Pandruvada · 8 years ago
  29. cd11016 mm, kasan: stackdepot implementation. Enable stackdepot for SLAB by Alexander Potapenko · 8 years ago
  30. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 8 years ago
  31. ed6069b xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op by Boris Ostrovsky · 8 years ago
  32. a49ac9f perf/x86: Move events_sysfs_show() outside CPU_SUP_INTEL by Huang Rui · 8 years ago
  33. e46b4e2 Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  34. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  35. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  36. 9da7766 x86/msr: Remove unused native_read_tscp() by Prarit Bhargava · 8 years ago
  37. a24e3d4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  38. b91d9c6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  39. 29934b0 x86/extable: use generic search and sort routines by Ard Biesheuvel · 8 years ago
  40. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 8 years ago
  41. f970165 x86/compat: remove is_compat_task() by Andy Lutomirski · 8 years ago
  42. 55fc733 Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  43. a6adb10 KVM: page_track: fix access to NULL slot by Paolo Bonzini · 8 years ago
  44. 9db284f kvm, rt: change async pagefault code locking for PREEMPT_RT by Rik van Riel · 8 years ago
  45. 0f127d1 KVM/x86: update the comment of memory barrier in the vcpu_enter_guest() by Lan Tianyu · 8 years ago
  46. 7bfdf21 KVM/x86: Call smp_wmb() before increasing tlbs_dirty by Lan Tianyu · 8 years ago
  47. 36ca7e0 KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page_lockless_begin/end() by Lan Tianyu · 8 years ago
  48. 9753f52 KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page() by Lan Tianyu · 8 years ago
  49. b9baba8 KVM, pkeys: expose CPUID/CR4 to guest by Huaitong Han · 8 years ago
  50. be94f6b KVM, pkeys: add pkeys support for permission_fault by Huaitong Han · 8 years ago
  51. 2d34410 KVM, pkeys: introduce pkru_mask to cache conditions by Huaitong Han · 8 years ago
  52. 1be0e61 KVM, pkeys: save/restore PKRU when guest/host switches by Xiao Guangrong · 8 years ago
  53. 9e90199 x86: pkey: introduce write_pkru() for KVM by Xiao Guangrong · 8 years ago
  54. 17a511f KVM, pkeys: add pkeys support for xsave state by Huaitong Han · 8 years ago
  55. ddba262 KVM, pkeys: disable pkeys for guests in non-paging mode by Huaitong Han · 8 years ago
  56. e0b18ef KVM: x86: remove magic number with enum cpuid_leafs by Huaitong Han · 8 years ago
  57. f13577e KVM: MMU: return page fault error code from permission_fault by Paolo Bonzini · 8 years ago
  58. ef697a7 KVM: VMX: fix nested vpid for old KVM guests by Paolo Bonzini · 8 years ago
  59. f6870ee KVM: VMX: avoid guest hang on invalid invvpid instruction by Paolo Bonzini · 8 years ago
  60. 2849eb4 KVM: VMX: avoid guest hang on invalid invept instruction by Paolo Bonzini · 8 years ago
  61. 7b0fd56 perf/x86/intel/rapl: Add missing Broadwell models by Srinivas Pandruvada · 8 years ago
  62. cb22525 perf/x86/intel/uncore: Remove ev_sel_ext bit support for PCU by Kan Liang · 8 years ago
  63. c7ab62b perf/x86/amd/power: Add AMD accumulated power reporting mechanism by Huang Rui · 8 years ago
  64. 01fe03f x86/cpufeature, perf/x86: Add AMD Accumulated Power Mechanism feature flag by Huang Rui · 9 years ago
  65. f851915 perf/x86/amd: Add support for new IOMMU performance events by Suravee Suthikulpanit · 8 years ago
  66. 8dfeae0 perf/x86/amd: Move nodes_per_socket into bsp_init_amd() by Huang Rui · 9 years ago
  67. 27348f38 perf/x86/cqm: Factor out some common code by Peter Zijlstra · 8 years ago
  68. e7ee3e8 perf/x86/mbm: Add support for MBM counter overflow handling by Vikas Shivappa · 8 years ago
  69. 2d4de83 perf/x86/mbm: Implement RMID recycling by Vikas Shivappa · 8 years ago
  70. 87f01cc perf/x86/mbm: Add memory bandwidth monitoring event management by Tony Luck · 8 years ago
  71. 33c3cc7 perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init by Vikas Shivappa · 8 years ago
  72. ada2f63 perf/x86/cqm: Fix CQM memory leak and notifier leak by Vikas Shivappa · 8 years ago
  73. a223c1c perf/x86/cqm: Fix CQM handling of grouping events into a cache_group by Vikas Shivappa · 8 years ago
  74. e8d8a90 perf/x86/BTS: Fix RCU usage by Peter Zijlstra · 8 years ago
  75. c2872d3 perf/x86/ibs: Add IBS interrupt to the dynamic throttle by Peter Zijlstra · 8 years ago
  76. 5a50f52 perf/x86/ibs: Fix race with IBS_STARTING state by Peter Zijlstra · 8 years ago
  77. 0158b83 perf/x86/ibs: Fix IBS throttle by Peter Zijlstra · 8 years ago
  78. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  79. 24b5e20 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  80. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  81. 142b9e6 x86/kallsyms: fix GOLD link failure with new relative kallsyms table format by Ard Biesheuvel · 8 years ago
  82. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  83. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  84. 57d335c x86/oprofile/nmi: Add missing hotplug FROZEN handling by Thomas Gleixner · 8 years ago
  85. f80be5e x86/hpet: Use proper mask to modify hotplug action by Thomas Gleixner · 8 years ago
  86. f47ab81 x86/apic/uv: Fix the hotplug notifier by Thomas Gleixner · 8 years ago
  87. a38f987 x86/apb/timer: Use proper mask to modify hotplug action by Thomas Gleixner · 8 years ago
  88. 3e8db22 x86/topology: Use total_cpus not nr_cpu_ids for logical packages by Thomas Gleixner · 8 years ago
  89. 63d1e99 x86/topology: Fix Intel HT disable by Peter Zijlstra · 8 years ago
  90. b5d5f27 x86/topology: Fix logical package mapping by Peter Zijlstra · 8 years ago
  91. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  92. 8b23a8c Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next by Al Viro · 8 years ago
  93. 9d2099a x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c by Li Bin · 9 years ago
  94. 551adc6 x86/irq: Cure live lock in fixup_irqs() by Thomas Gleixner · 8 years ago
  95. f508a5b x86/tsc: Prevent NULL pointer deref in calibrate_delay_is_known() by Thomas Gleixner · 8 years ago
  96. 7834c10 x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt() by Dave Jones · 8 years ago
  97. 0f49fc9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  98. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  99. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  100. 4cc7ecb7 param: convert some "on"/"off" users to strtobool by Kees Cook · 8 years ago