1. 62b5f7d mm/core, x86/mm/pkeys: Add execute-only protection keys support by Dave Hansen · 9 years ago
  2. 878ba03 x86/mm/pkeys: Create an x86 arch_calc_vm_prot_bits() for VMA flags by Dave Hansen · 9 years ago
  3. 8459429 x86/mm/pkeys: Allow kernel to modify user pkey rights register by Dave Hansen · 9 years ago
  4. b8b9b6b x86/fpu: Allow setting of XSAVE state by Dave Hansen · 9 years ago
  5. 39a0526 x86/mm: Factor out LDT init from context init by Dave Hansen · 9 years ago
  6. 66d3757 mm/core, x86/mm/pkeys: Add arch_validate_pkey() by Dave Hansen · 9 years ago
  7. 0697694 x86/mm/pkeys: Actually enable Memory Protection Keys in the CPU by Dave Hansen · 9 years ago
  8. 284244a x86/mm/pkeys: Add Kconfig prompt to existing config option by Dave Hansen · 9 years ago
  9. c1192f8 x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smaps by Dave Hansen · 9 years ago
  10. c0b17b5 x86/mm/pkeys: Dump PKRU with other kernel registers by Dave Hansen · 9 years ago
  11. d61172b mm/core, x86/mm/pkeys: Differentiate instruction fetches by Dave Hansen · 9 years ago
  12. 07f146f x86/mm/pkeys: Optimize fault handling in access_error() by Dave Hansen · 9 years ago
  13. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 9 years ago
  14. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 9 years ago
  15. 1874f68 x86/mm/gup: Simplify get_user_pages() PTE bit handling by Dave Hansen · 9 years ago
  16. a927cb8 x86/mm/pkeys: Add functions to fetch PKRU by Dave Hansen · 9 years ago
  17. 019132f x86/mm/pkeys: Fill in pkey field in siginfo by Dave Hansen · 9 years ago
  18. 7b2d0db x86/mm/pkeys: Pass VMA down in to fault signal generation code by Dave Hansen · 9 years ago
  19. 8f62c88 x86/mm/pkeys: Add arch-specific VMA protection bits by Dave Hansen · 9 years ago
  20. 63c17fb mm/core, x86/mm/pkeys: Store protection bits in high VMA flags by Dave Hansen · 9 years ago
  21. b3ecd51 x86/mm/pkeys: Add new 'PF_PK' page fault error code bit by Dave Hansen · 9 years ago
  22. 5c1d90f x86/mm/pkeys: Add PTE bits for storing protection key by Dave Hansen · 9 years ago
  23. c8df400 x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structures by Dave Hansen · 9 years ago
  24. f28b49d x86/cpu, x86/mm/pkeys: Define new CR4 bit by Dave Hansen · 9 years ago
  25. dfb4a70 x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitions by Dave Hansen · 9 years ago
  26. 35e9779 x86/mm/pkeys: Add Kconfig option by Dave Hansen · 9 years ago
  27. 1f96b1e x86/fpu: Add placeholder for 'Processor Trace' XSAVE state by Dave Hansen · 9 years ago
  28. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 9 years ago
  29. 1fe3f29 Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys by Ingo Molnar · 9 years ago
  30. f2cc8e0 x86/cpufeature: Speed up cpu_feature_enabled() by Borislav Petkov · 9 years ago
  31. 2d23e61 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  32. e2c7698c x86/mm: Fix INVPCID asm constraint by Borislav Petkov · 9 years ago
  33. 1ecb4ae arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI by Andrew Morton · 9 years ago
  34. 58122bf x86/fpu: Default eagerfpu=on on all CPUs by Andy Lutomirski · 9 years ago
  35. c6ab109 x86/fpu: Speed up lazy FPU restores slightly by Andy Lutomirski · 9 years ago
  36. a20d729 x86/fpu: Fold fpu_copy() into fpu__copy() by Andy Lutomirski · 9 years ago
  37. 5ed73f4 x86/fpu: Fix FNSAVE usage in eagerfpu mode by Andy Lutomirski · 9 years ago
  38. 4ecd16e x86/fpu: Fix math emulation in eager fpu mode by Andy Lutomirski · 9 years ago
  39. dd7b684 x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap() by Matthew Wilcox · 9 years ago
  40. ce1143a x86/dmi: Switch dmi_remap() from ioremap() [uncached] to ioremap_cache() by Andy Lutomirski · 9 years ago
  41. d8bced7 x86/mm: If INVPCID is available, use it to flush global mappings by Andy Lutomirski · 9 years ago
  42. d12a72b x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID by Andy Lutomirski · 9 years ago
  43. 060a402 x86/mm: Add INVPCID helpers by Andy Lutomirski · 9 years ago
  44. 063fb3e x86/kasan: Write protect kasan zero shadow by Andrey Ryabinin · 9 years ago
  45. 69e0210 x86/kasan: Clear kasan_zero_page after TLB flush by Andrey Ryabinin · 9 years ago
  46. 8dd5032 x86/asm/bitops: Force inlining of test_and_set_bit and friends by Denys Vlasenko · 9 years ago
  47. 5f7ee24 x86/mm/numa: Check for failures in numa_clear_kernel_node_hotplug() by Ingo Molnar · 9 years ago
  48. c1a0bf3 x86/mm/numa: Clean up numa_clear_kernel_node_hotplug() by Ingo Molnar · 9 years ago
  49. b349e9a Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix by Ingo Molnar · 9 years ago
  50. 59fd121 x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernels by Ingo Molnar · 9 years ago
  51. 080fe20 mm, hugetlb: don't require CMA for runtime gigantic pages by Vlastimil Babka · 9 years ago
  52. 75edb54 x86: Fix KASAN false positives in thread_saved_pc() by Dmitry Vyukov · 9 years ago
  53. 2c92341 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  54. d99e1bd x86/entry/traps: Refactor preemption and interrupt flag handling by Alexander Kuleshov · 9 years ago
  55. bb56968 x86/syscalls/64: Mark sys_iopl() as using ptregs by Andy Lutomirski · 9 years ago
  56. eb2a54c x86/entry/64: Fix fast-path syscall return register state by Andy Lutomirski · 9 years ago
  57. b776508 x86/entry/64: Fix an IRQ state error on ptregs-using syscalls by Andy Lutomirski · 9 years ago
  58. d517be5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  59. 29d14f0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  60. 8c72530 x86/vdso: Use static_cpu_has() by Borislav Petkov · 9 years ago
  61. 2476f2f x86/alternatives: Discard dynamic check after init by Brian Gerst · 9 years ago
  62. 337e4cc x86/alternatives: Add an auxilary section by Borislav Petkov · 9 years ago
  63. a362bf9 x86/cpufeature: Get rid of the non-asm goto variant by Borislav Petkov · 9 years ago
  64. bc696ca x86/cpufeature: Replace the old static_cpu_has() with safe variant by Borislav Petkov · 9 years ago
  65. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  66. 78726ee Merge branch 'x86/cpu' into x86/asm, to avoid conflict by Ingo Molnar · 9 years ago
  67. 7425637 x86/mm/pat: Avoid truncation when converting cpa->numpages to address by Matt Fleming · 9 years ago
  68. 1e423bf x86/entry/64: Migrate the 64-bit syscall slow path to C by Andy Lutomirski · 9 years ago
  69. 24d978b x86/entry/64: Stop using int_ret_from_sys_call in ret_from_fork by Andy Lutomirski · 9 years ago
  70. 46eabf0 x86/entry/64: Call all native slow-path syscalls with full pt-regs by Andy Lutomirski · 9 years ago
  71. 302f5b2 x86/entry/64: Always run ptregs-using syscalls on the slow path by Andy Lutomirski · 9 years ago
  72. cfcbadb x86/syscalls: Add syscall entry qualifiers by Andy Lutomirski · 9 years ago
  73. 3e65654 x86/syscalls: Move compat syscall entry handling into syscalltbl.sh by Andy Lutomirski · 9 years ago
  74. 32324ce x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32 by Andy Lutomirski · 9 years ago
  75. fba3247 x86/syscalls: Refactor syscalltbl.sh by Andy Lutomirski · 9 years ago
  76. 76b36fa Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
  77. 8f04b85 perf/x86: De-obfuscate code by Peter Zijlstra · 9 years ago
  78. e01d871 perf/x86: Fix uninitialized value usage by Peter Zijlstra · 9 years ago
  79. 1436544 x86/asm: Remove unused L3_PAGE_OFFSET by Alexander Kuleshov · 9 years ago
  80. 3625c2c x86/mm: Fix types used in pgprot cacheability flags translations by Jan Beulich · 9 years ago
  81. cbe09bd crypto: chacha20-ssse3 - Align stack pointer to 64 bytes by Eli Cooper · 9 years ago
  82. 3f4a267 pmem: add wb_cache_pmem() to the PMEM API by Ross Zwisler · 9 years ago
  83. 404a474 Merge branch 'uaccess' (batched user access infrastructure) by Linus Torvalds · 9 years ago
  84. eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  85. d434215 Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  86. 0e1eb0a perf/x86: add Intel SkyLake uncore IMC PMU support by Stephane Eranian · 9 years ago
  87. 22c43f3 x86/platform/quark: Print boundaries correctly by Andy Shevchenko · 9 years ago
  88. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  89. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 9 years ago
  90. 978e30c kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE by Xunlei Pang · 9 years ago
  91. 7c36057 x86/mm: Make kmap_prot into a #define by Andy Lutomirski · 9 years ago
  92. 320d25b x86/mm/32: Set NX in __supported_pte_mask before enabling paging by Andy Lutomirski · 9 years ago
  93. 2b4015e Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  94. 378f956 platform/x86: Add Intel Telemetry Core Driver by Souvik Kumar Chakravarty · 9 years ago
  95. fdca4f1 platform:x86: add Intel P-Unit mailbox IPC driver by Qipeng Zha · 9 years ago
  96. ec51865 x86/asm: Add C versions of frame pointer macros by Josh Poimboeuf · 9 years ago
  97. 997963ed x86/asm: Clean up frame pointer macros by Josh Poimboeuf · 9 years ago
  98. 95d97ad x86/signal: Cleanup get_nr_restart_syscall() by Dmitry V. Levin · 9 years ago
  99. 43c75f9 x86/mm: Streamline and restore probe_memory_block_size() by Seth Jennings · 9 years ago
  100. d394f2d x86/platform/UV: Remove EFI memmap quirk for UV2+ by Alex Thorlton · 9 years ago