1. ae85249 x86/entry/64: Further improve paranoid_entry comments by Andy Lutomirski · 6 years ago
  2. 04f4f95 x86/entry/32: Clear the CS high bits by Jan Kiszka · 6 years ago
  3. 16561f2 x86/entry: Add some paranoid entry/exit CR3 handling comments by Dave Hansen · 6 years ago
  4. 02e4256 x86/vdso: Fix vDSO syscall fallback asm constraint regression by Andy Lutomirski · 6 years ago
  5. 4f16656 x86/vdso: Only enable vDSO retpolines when enabled and supported by Andy Lutomirski · 6 years ago
  6. 715bd9d x86/vdso: Fix asm constraints on vDSO syscall fallbacks by Andy Lutomirski · 6 years ago
  7. 2e549b2 x86/vdso: Fix vDSO build if a retpoline is emitted by Andy Lutomirski · 6 years ago
  8. e026bcc Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  9. eac3411 Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  10. d191c82 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  11. f24d6f2 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  12. 3157060 Merge branch 'x86/pti-urgent' into x86/pti by Thomas Gleixner · 6 years ago
  13. 379d98d x86: vdso: Use $LD instead of $CC to link by Alistair Strachan · 6 years ago
  14. b3681dd x86/entry/64: Remove %ebx handling from error_entry/exit by Andy Lutomirski · 6 years ago
  15. d5e84c2 x86/entry/32: Check for VM86 mode in slow-path check by Joerg Roedel · 6 years ago
  16. 9719370 x86/entry/32: Add debug code to check entry/exit CR3 by Joerg Roedel · 7 years ago
  17. b65bef4 x86/entry/32: Add PTI CR3 switches to NMI handler code by Joerg Roedel · 7 years ago
  18. e464fb9 x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points by Joerg Roedel · 7 years ago
  19. 929b44e x86/entry/32: Simplify debug entry point by Joerg Roedel · 7 years ago
  20. b92a165 x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack by Joerg Roedel · 7 years ago
  21. 8b376fa x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI by Joerg Roedel · 7 years ago
  22. e5862d0 x86/entry/32: Leave the kernel via trampoline stack by Joerg Roedel · 7 years ago
  23. 45d7b25 x86/entry/32: Enter the kernel via trampoline stack by Joerg Roedel · 7 years ago
  24. 0d2eb73 x86/entry/32: Split off return-to-kernel path by Joerg Roedel · 7 years ago
  25. 8e676ce x86/entry/32: Unshare NMI return path by Joerg Roedel · 7 years ago
  26. 46eabca x86/entry/32: Put ESPFIX code into a macro by Joerg Roedel · 7 years ago
  27. ae2e565 x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack by Joerg Roedel · 7 years ago
  28. d623f60 x86: Add build salt to the vDSO by Laura Abbott · 7 years ago
  29. 6709812 x86/entry/64: Add two more instruction suffixes by Jan Beulich · 7 years ago
  30. c5fcdbf x86/build/vdso: Simplify 'cmd_vdso2c' by Masahiro Yamada · 7 years ago
  31. 22cd978 x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80" by Andy Lutomirski · 7 years ago
  32. 236f0cd x86/entry/32: Add explicit 'l' instruction suffix by Jan Beulich · 7 years ago
  33. 784e030 rseq: Avoid infinite recursion when delivering SIGSEGV by Will Deacon · 7 years ago
  34. d31a580 x86/unwind/orc: Detect the end of the stack by Josh Poimboeuf · 7 years ago
  35. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  36. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  37. 05c17ce x86: Wire up restartable sequence system call by Mathieu Desnoyers · 7 years ago
  38. d6761b8 x86: Add support for restartable sequences by Mathieu Desnoyers · 7 years ago
  39. 42964c6 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  40. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  41. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  42. 1742ed2 x86/build/vdso: Put generated linker scripts to $(obj)/ by Masahiro Yamada · 7 years ago
  43. 61615fa x86/build/vdso: Remove unnecessary export in Makefile by Masahiro Yamada · 7 years ago
  44. b365661 x86/build/vdso: Remove unused $(vobjs-nox32) in Makefile by Masahiro Yamada · 7 years ago
  45. e0f6d1a x86/vdso: Remove unused file by Jann Horn · 7 years ago
  46. 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 7 years ago
  47. 8bb2610 x86/entry/64/compat: Preserve r8-r11 in int $0x80 by Andy Lutomirski · 7 years ago
  48. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  49. ca71b3b Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  50. 9fb71c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  51. 6b0a02e Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  52. ee1400d Merge branch 'linus' into x86/pti to pick up upstream changes by Ingo Molnar · 7 years ago
  53. 071ccc9 x86/entry/64: Drop idtentry's manual stack switch for user entries by Andy Lutomirski · 7 years ago
  54. d5a0052 syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys_*() by Dominik Brodowski · 7 years ago
  55. 5ac9efa syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention by Dominik Brodowski · 7 years ago
  56. e145242e syscalls/core, syscalls/x86: Clean up syscall stub naming convention by Dominik Brodowski · 7 years ago
  57. 54a702f kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers by Masahiro Yamada · 7 years ago
  58. 6dc936f syscalls/x86: Extend register clearing on syscall entry to lower registers by Dominik Brodowski · 7 years ago
  59. f8781c4 syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64 by Dominik Brodowski · 7 years ago
  60. ebeb8c8 syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION and x32 by Dominik Brodowski · 7 years ago
  61. fa69714 syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bit syscalls by Dominik Brodowski · 7 years ago
  62. dfe6450 x86/syscalls: Don't pointlessly reload the system call number by Linus Torvalds · 7 years ago
  63. 06dd3df Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  64. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  65. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  66. b51d3cd x86: remove compat_sys_x86_waitpid() by Dominik Brodowski · 7 years ago
  67. b24d0d5 Merge 4.16-rc7 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  68. 0bc91d4 Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict by Ingo Molnar · 7 years ago
  69. d286236 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. d8ba61b x86/entry/64: Don't use IST entry for #BP stack by Andy Lutomirski · 9 years ago
  71. 31ad7f8 x86/vsyscall/64: Use proper accessor to update P4D entry by Boris Ostrovsky · 7 years ago
  72. 5927145 x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirk by Christoph Hellwig · 7 years ago
  73. 745dd37 Merge branch 'x86/urgent' into x86/mm to pick up dependencies by Thomas Gleixner · 7 years ago
  74. 3c76db7 Merge branch 'x86/pti' into x86/mm, to pick up dependencies by Ingo Molnar · 7 years ago
  75. ed58d66 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  76. 076ca27 x86/vsyscall/64: Drop "native" vsyscalls by Andy Lutomirski · 7 years ago
  77. 91c5f0d x86/entry/64/compat: Save one instruction in entry_INT80_compat() by Dominik Brodowski · 7 years ago
  78. af52201 x86/entry: Do not special-case clone(2) in compat entry by Dominik Brodowski · 7 years ago
  79. 4ddb45d x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls by Dominik Brodowski · 7 years ago
  80. b411991 x86/syscalls/32: Simplify $entry == $compat entries by Dominik Brodowski · 7 years ago
  81. 248e742 Drivers: hv: vmbus: Implement Direct Mode for stimer0 by Michael Kelley · 7 years ago
  82. a368d7f x86/entry/64: Add instruction suffix by Jan Beulich · 7 years ago
  83. 3f7df3e Merge tag 'v4.16-rc3' into x86/mm, to pick up fixes by Ingo Molnar · 7 years ago
  84. 0ca7d5b x86/entry/64: Simplify ENCODE_FRAME_POINTER by Josh Poimboeuf · 7 years ago
  85. f3d415e x86/entry/64: Open-code switch_to_thread_stack() by Dominik Brodowski · 7 years ago
  86. b2855d8 x86/entry/64: Move ASM_CLAC to interrupt_entry() by Dominik Brodowski · 7 years ago
  87. 3aa99fc x86/entry/64: Remove 'interrupt' macro by Dominik Brodowski · 7 years ago
  88. 90a6acc x86/entry/64: Move the switch_to_thread_stack() call to interrupt_entry() by Dominik Brodowski · 7 years ago
  89. 2ba6474 x86/entry/64: Move ENTER_IRQ_STACK from interrupt macro to interrupt_entry by Dominik Brodowski · 7 years ago
  90. 0e34d22 x86/entry/64: Move PUSH_AND_CLEAR_REGS from interrupt macro to helper function by Dominik Brodowski · 7 years ago
  91. 39b9552 x86/mm: Optimize boot-time paging mode switching cost by Kirill A. Shutemov · 7 years ago
  92. d1c9910 Revert "x86/retpoline: Simplify vmexit_fill_RSB()" by David Woodhouse · 7 years ago
  93. ced5d0b x86/entry/64: Use 'xorl' for faster register clearing by Dominik Brodowski · 7 years ago
  94. 9e809d1 x86/entry: Reduce the code footprint of the 'idtentry' macro by Dominik Brodowski · 7 years ago
  95. d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  96. e486575 x86/entry/64: Fix CR3 restore in paranoid_exit() by Ingo Molnar · 7 years ago
  97. 09e61a7 x86/mm: Make __VIRTUAL_MASK_SHIFT dynamic by Kirill A. Shutemov · 7 years ago
  98. b498c26 x86/entry/64: Remove the unused 'icebp' macro by Borislav Petkov · 7 years ago
  99. b3ccefa x86/entry/64: Fix paranoid_entry() frame pointer warning by Josh Poimboeuf · 7 years ago
  100. 92816f5 x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly by Dominik Brodowski · 7 years ago