1. c965b10 kbuild: abort build on bad stack protector flag by Kees Cook · 8 years ago
  2. e658052 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  3. 55392c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. c410614 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  5. 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
  6. 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
  7. 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
  8. 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
  9. c265cc5 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  10. 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
  11. 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
  12. 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
  13. 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
  14. cca08cd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. 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
  16. 89e7eb0 Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  17. 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
  18. 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
  19. 55920d3 x86/mm/cpa: Add missing comment in populate_pdg() by Andy Lutomirski · 8 years ago
  20. 530dd8d x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs by Andy Lutomirski · 8 years ago
  21. 6a79296 x86/boot: Simplify EBDA-vs-BIOS reservation logic by Andy Lutomirski · 8 years ago
  22. 30f0273 x86/boot: Clarify what x86_legacy_features.reserve_bios_regions does by Andy Lutomirski · 8 years ago
  23. ec3ed4a x86/fpu: Do not BUG_ON() in early FPU code by Dave Hansen · 8 years ago
  24. edce212 x86/boot: Reorganize and clean up the BIOS area reservation code by Ingo Molnar · 8 years ago
  25. 102bb9f x86/apic: Remove the unused struct apic::apic_id_mask field by Wei Jiangang · 8 years ago
  26. 07ccdcd Merge branch 'linus' into x86/apic, to refresh the branch by Ingo Molnar · 8 years ago
  27. c48ec42 x86/tsc: Remove the unused check_tsc_disabled() by Wei Jiangang · 8 years ago
  28. 3ebfd81 x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2 by H.J. Lu · 8 years ago
  29. eb43e8f8 x86/smp: Remove unnecessary initialization of thread_info::cpu by Andy Lutomirski · 8 years ago
  30. fb59831 x86/smp: Remove stack_smp_processor_id() by Andy Lutomirski · 8 years ago
  31. 13d4ea0 x86/uaccess: Move thread_info::addr_limit to thread_struct by Andy Lutomirski · 8 years ago
  32. 2a53ccb x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err by Ingo Molnar · 8 years ago
  33. dfa9a94 x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_struct by Andy Lutomirski · 8 years ago
  34. 2deb4be x86/dumpstack: When OOPSing, rewind the stack before do_exit() by Andy Lutomirski · 8 years ago
  35. 46aea38 x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm by Andy Lutomirski · 8 years ago
  36. 98f30b1 x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPS by Andy Lutomirski · 8 years ago
  37. 9a2e9da x86/dumpstack: Try harder to get a call trace on stack overflow by Andy Lutomirski · 8 years ago
  38. d92fc69 x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() by Andy Lutomirski · 8 years ago
  39. 360cb4d x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populated by Andy Lutomirski · 8 years ago
  40. af2cf27 x86/mm/hotplug: Don't remove PGD entries in remove_pagetable() by Ingo Molnar · 8 years ago
  41. 38452af Merge branch 'x86/asm' into x86/mm, to resolve conflicts by Ingo Molnar · 8 years ago
  42. 2ba7805 kasan: add newline to messages by Dmitry Vyukov · 8 years ago
  43. 4d58125 x86/reboot: Add Dell Optiplex 7450 AIO reboot quirk by Alex Hung · 8 years ago
  44. f97d104 Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  45. dcb32d9 x86/mm: Use pte_none() to test for empty PTE by Dave Hansen · 8 years ago
  46. e4a84be x86/mm: Disallow running with 32-bit PTEs to work around erratum by Dave Hansen · 8 years ago
  47. 97e3c60 x86/mm: Ignore A/D bits in pte/pmd/pud_none() by Dave Hansen · 8 years ago
  48. 00839ee x86/mm: Move swap offset/type up in PTE to work around erratum by Dave Hansen · 8 years ago
  49. 05f310e x86/sfi: Enable enumeration of SD devices by Andy Shevchenko · 8 years ago
  50. 707a605 x86/pci: Use MRFLD abbreviation for Merrifield by Andy Shevchenko · 8 years ago
  51. ff4c866 x86/tsc: Enumerate BXT tsc_khz via CPUID by Len Brown · 8 years ago
  52. aa29729 x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUID by Len Brown · 8 years ago
  53. 02c0cd2 x86/tsc_msr: Remove irqoff around MSR-based TSC enumeration by Len Brown · 8 years ago
  54. b8be15d x86/fpu/xstate: Re-enable XSAVES by Yu-cheng Yu · 8 years ago
  55. 35ac2d7 x86/fpu/xstate: Fix fpstate_init() for XRSTORS by Yu-cheng Yu · 8 years ago
  56. 5060b91 x86/fpu/xstate: Return NULL for disabled xstate component address by Yu-cheng Yu · 8 years ago
  57. 1fc2b67 x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES by Yu-cheng Yu · 8 years ago
  58. 44530d5 Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86" by Ingo Molnar · 8 years ago
  59. abb2baf x86/quirks: Add early quirk to reset Apple AirPort card by Lukas Wunner · 8 years ago
  60. 850c321 x86/quirks: Reintroduce scanning of secondary buses by Lukas Wunner · 8 years ago
  61. 447d29d x86/quirks: Apply nvidia_bugs quirk only on root bus by Lukas Wunner · 8 years ago
  62. eb01950 perf/x86: Fix bogus kernel printk, again by Vegard Nossum · 8 years ago
  63. 06a3fcc x86/platform/intel-mid: Make vertical indentation consistent by Andy Shevchenko · 8 years ago
  64. 4ff5308 x86/mm: Do not reference phys addr beyond kernel by Thomas Garnier · 8 years ago
  65. ac73b27 x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstates by Yu-cheng Yu · 8 years ago
  66. 996952e0 x86/fpu/xstate: Fix XSTATE component offset print out by Yu-cheng Yu · 8 years ago
  67. 91c3dba x86/fpu/xstate: Fix PTRACE frames for XSAVES by Yu-cheng Yu · 8 years ago
  68. 1499ce2d x86/fpu/xstate: Fix supervisor xstate component offset by Yu-cheng Yu · 8 years ago
  69. 03482e0 x86/fpu/xstate: Align xstate components according to CPUID by Yu-cheng Yu · 8 years ago
  70. 08fb98f Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changes by Ingo Molnar · 8 years ago
  71. 6fcb41c x86/tsc_msr: Add Airmont reference clock values by Len Brown · 8 years ago
  72. 05680e7 x86/tsc_msr: Correct Silvermont reference clock values by Len Brown · 8 years ago
  73. 9e0cae9 x86/tsc_msr: Update comments, expand definitions by Len Brown · 8 years ago
  74. 14bb4e3 x86/tsc_msr: Remove debugging messages by Len Brown · 8 years ago
  75. ba82683 x86/tsc_msr: Identify Intel-specific code by Len Brown · 8 years ago
  76. fc5f3ac Revert "x86/tsc: Add missing Cherrytrail frequency to the table" by Len Brown · 8 years ago
  77. be8a18e x86/entry: Inline enter_from_user_mode() by Paolo Bonzini · 8 years ago
  78. 2e9d1e1 x86/entry: Avoid interrupt flag save and restore by Paolo Bonzini · 8 years ago
  79. a11836f x86/platform/intel-mid: Mark regulators explicitly defined by Andy Shevchenko · 8 years ago
  80. 8709ed4d x86/cpu: Fix duplicated X86_BUG(9) macro by Dave Hansen · 8 years ago
  81. 62d855d x86/platform/intel-mid: Rename mrfl.c to mrfld.c by Andy Shevchenko · 8 years ago
  82. 52e31f8 Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  83. a017f58 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  84. 612807f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 90397a4 x86/mm: Add memory hotplug support for KASLR memory randomization by Thomas Garnier · 8 years ago
  86. a95ae27 x86/mm: Enable KASLR for vmalloc memory regions by Thomas Garnier · 8 years ago
  87. 021182e x86/mm: Enable KASLR for physical mapping memory regions by Thomas Garnier · 8 years ago
  88. 0483e1f x86/mm: Implement ASLR for kernel memory regions by Thomas Garnier · 8 years ago
  89. b234e8a x86/mm: Separate variable for trampoline PGD by Thomas Garnier · 8 years ago
  90. faa3793 x86/mm: Add PUD VA support for physical mapping by Thomas Garnier · 8 years ago
  91. 59b3d02 x86/mm: Update physical mapping variable names by Thomas Garnier · 8 years ago
  92. d899a7d x86/mm: Refactor KASLR entropy functions by Thomas Garnier · 8 years ago
  93. 9e7f7f5 Merge branch 'x86/mm' into x86/boot, to pick up dependencies by Ingo Molnar · 8 years ago
  94. 9a7e7b5 x86/asm/entry: Make thunk's restore a local label by Borislav Petkov · 8 years ago
  95. 6daa2ec x86/KASLR: Fix boot crash with certain memory configurations by Baoquan He · 8 years ago
  96. b059a45 x86/vdso: Add mremap hook to vm_special_mapping by Dmitry Safonov · 8 years ago
  97. 39380b8 x86/mm/pat, /dev/mem: Remove superfluous error message by Jiri Kosina · 8 years ago
  98. 946e0f6 Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes by Ingo Molnar · 8 years ago
  99. 81c2949 x86/dumpstack: Add show_stack_regs() and use it by Borislav Petkov · 8 years ago
  100. ef16dd0 x86/dumpstack: Honor supplied @regs arg by Andy Lutomirski · 8 years ago