1. 10a0c0f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. 78fd8c7 x86/vdso/pvclock: Protect STABLE check with the seqcount by Andy Lutomirski · 9 years ago
  3. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  4. 88cbfd0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  5. 30bfa7b x86/entry: Restore traditional SYSENTER calling convention by Andy Lutomirski · 9 years ago
  6. 6a613ac x86/entry: Fix some comments by Andy Lutomirski · 9 years ago
  7. 91e2eea x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  8. f74acf0 x86/entry/64_compat: Make labels local by Borislav Petkov · 9 years ago
  9. 76480a6 x86/vdso: Enable vdso pvclock access on all vdso variants by Andy Lutomirski · 9 years ago
  10. cc1e24f x86/vdso: Remove pvclock fixmap machinery by Andy Lutomirski · 9 years ago
  11. dac16fb x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap by Andy Lutomirski · 9 years ago
  12. 6b078f5 x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader by Andy Lutomirski · 9 years ago
  13. cb4c4e8 x86: add sys_copy_file_range to syscall tables by Zach Brown · 9 years ago
  14. 478dc89 x86/entry/64: Bypass enter_from_user_mode on non-context-tracking boots by Andy Lutomirski · 9 years ago
  15. 49b2410 Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes by Ingo Molnar · 9 years ago
  16. f107505 x86/entry/64: Fix irqflag tracing wrt context tracking by Andy Lutomirski · 9 years ago
  17. 75ef821 x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op by Boris Ostrovsky · 9 years ago
  18. 88c15ec x86/paravirt: Remove the unused irq_enable_sysexit pv op by Boris Ostrovsky · 9 years ago
  19. 5fdf5d3 x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  20. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  21. 639ab3e Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  22. 3bd2951 x86/entry/32: Fix FS and GS restore in opportunistic SYSEXIT by Andy Lutomirski · 9 years ago
  23. 657c1ee x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on by Andy Lutomirski · 9 years ago
  24. 374a3a3 x86/entry/64/compat: Document sysenter_fix_flags's reason for existence by Borislav Petkov · 9 years ago
  25. f5e6a97 x86/entry: Split and inline syscall_return_slowpath() by Andy Lutomirski · 9 years ago
  26. 39b48e5 x86/entry: Split and inline prepare_exit_to_usermode() by Andy Lutomirski · 9 years ago
  27. dd63607 x86/entry: Use pt_regs_to_thread_info() in syscall entry tracing by Andy Lutomirski · 9 years ago
  28. 4aabd14 x86/entry: Hide two syscall entry assertions behind CONFIG_DEBUG_ENTRY by Andy Lutomirski · 9 years ago
  29. c68ca67 x86/entry: Micro-optimize compat fast syscall arg fetch by Andy Lutomirski · 9 years ago
  30. 33c52129 x86/entry: Force inlining of 32-bit syscall code by Andy Lutomirski · 9 years ago
  31. 460d124 x86/entry: Make irqs_disabled checks in exit code depend on lockdep by Andy Lutomirski · 9 years ago
  32. 8b13c25 x86/entry: Remove unnecessary IRQ twiddling in fast 32-bit syscalls by Andy Lutomirski · 9 years ago
  33. 5f310f7 x86/entry/32: Re-implement SYSENTER using the new C path by Andy Lutomirski · 9 years ago
  34. 150ac78 x86/entry/32: Switch INT80 to the new C syscall path by Andy Lutomirski · 9 years ago
  35. 39e8701 x86/entry/32: Open-code return tracking from fork and kthreads by Andy Lutomirski · 9 years ago
  36. 7841b40 x86/entry/compat: Implement opportunistic SYSRETL for compat syscalls by Andy Lutomirski · 9 years ago
  37. a474e67 x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspace by Andy Lutomirski · 9 years ago
  38. 710246d x86/entry: Add C code for fast system call entries by Andy Lutomirski · 9 years ago
  39. ee08c6b x86/entry/64/compat: Migrate the body of the syscall entry to C by Andy Lutomirski · 9 years ago
  40. bd2d3a3 x86/entry: Add do_syscall_32(), a C function to do 32-bit syscalls by Andy Lutomirski · 9 years ago
  41. eb974c6 x86/syscalls: Give sys_call_ptr_t a useful type by Andy Lutomirski · 9 years ago
  42. 034042c x86/entry/syscalls: Move syscall table declarations into asm/syscalls.h by Andy Lutomirski · 9 years ago
  43. 8169aff x86/entry/64/compat: Set up full pt_regs for all compat syscalls by Andy Lutomirski · 9 years ago
  44. 2ec6797 x86/entry/64/compat: Remove most of the fast system call machinery by Andy Lutomirski · 9 years ago
  45. c5f638a x86/entry/64/compat: Remove audit optimizations by Andy Lutomirski · 9 years ago
  46. e62a254 x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entries by Andy Lutomirski · 9 years ago
  47. 8242c6c x86/vdso/32: Save extra registers in the INT80 vsyscall path by Andy Lutomirski · 9 years ago
  48. 29c0ce9 x86/vdso: Replace hex int80 CFI annotations with GAS directives by Andy Lutomirski · 9 years ago
  49. f24f910 x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asm by Andy Lutomirski · 9 years ago
  50. 0a6d1fa x86/vdso: Remove runtime 32-bit vDSO selection by Andy Lutomirski · 9 years ago
  51. b611acf x86/entry/64/compat: After SYSENTER, move STI after the NT fixup by Andy Lutomirski · 9 years ago
  52. 72f9247 x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermode() by Andy Lutomirski · 9 years ago
  53. dd27f99 x86/entry/64/compat: Fix SYSENTER's NT flag before user memory access by Andy Lutomirski · 9 years ago
  54. 25a9a92 Merge branch 'linus' into x86/asm, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  55. 38a413c Merge tag 'v4.3-rc3' into x86/mm, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  56. 83c133c x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code by Andy Lutomirski · 9 years ago
  57. fc57a7c x86/paravirt: Replace the paravirt nop with a bona fide empty function by Andy Lutomirski · 9 years ago
  58. fb535cc x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSO by Toshi Kani · 9 years ago
  59. 93f13a9 x86/entry/vsyscall: Fix undefined symbol warning by Borislav Petkov · 9 years ago
  60. 3dc33bd x86/entry/vsyscall: Add CONFIG to control default by Kees Cook · 9 years ago
  61. 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
  62. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  63. 1380fca userfaultfd: activate syscall by Andrea Arcangeli · 9 years ago
  64. a5dd192 Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes by Ingo Molnar · 9 years ago
  65. cd88ec2 x86: fix error handling for 32-bit compat out-of-range system call numbers by Linus Torvalds · 9 years ago
  66. 6b7e265 x86/vdso: Emit a GNU hash by Andy Lutomirski · 9 years ago
  67. 88cd622 x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masks by Andy Lutomirski · 9 years ago
  68. 5d73fc7 x86/entry/32: Migrate to C exit path by Andy Lutomirski · 9 years ago
  69. c5f69fd x86/entry/32: Remove 32-bit syscall audit optimizations by Andy Lutomirski · 9 years ago
  70. 5ed92a8 x86/vm86: Use the normal pt_regs area for vm86 by Brian Gerst · 9 years ago
  71. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  72. c0c3322 x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commit by Denys Vlasenko · 9 years ago
  73. 9dea5dc x86/entry/syscalls: Wire up 32-bit direct socket calls by Andy Lutomirski · 9 years ago
  74. d132803 x86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare_exit_to_usermode by Andy Lutomirski · 9 years ago
  75. a97439a x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing code by Andy Lutomirski · 9 years ago
  76. 36f1a77 x86/nmi/64: Make the "NMI executing" variable more consistent by Andy Lutomirski · 9 years ago
  77. 23a781e x86/nmi/64: Minor asm simplification by Andy Lutomirski · 9 years ago
  78. 810bc07 x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detection by Andy Lutomirski · 9 years ago
  79. a27507c x86/nmi/64: Reorder nested NMI checks by Andy Lutomirski · 9 years ago
  80. 0b22930 x86/nmi/64: Improve nested NMI comments by Andy Lutomirski · 9 years ago
  81. 9b6e6a8 x86/nmi/64: Switch stacks on userspace NMI entry by Andy Lutomirski · 9 years ago
  82. 0e181bb x86/nmi/64: Remove asm code that saves CR2 by Andy Lutomirski · 9 years ago
  83. 8f7f06b x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls with CONFIG_AUDITSYSCALL=n by Andy Lutomirski · 9 years ago
  84. 06a7b36 x86/entry: Remove SCHEDULE_USER and asm/context-tracking.h by Andy Lutomirski · 9 years ago
  85. 02bc776 x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembly code by Andy Lutomirski · 9 years ago
  86. a586f98 x86/asm/entry/64: Simplify IRQ stack pt_regs handling by Andy Lutomirski · 9 years ago
  87. ff46759 x86/asm/entry/64: Save all regs on interrupt entry by Andy Lutomirski · 9 years ago
  88. 29ea1b2 x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and remove old assembly code by Andy Lutomirski · 9 years ago
  89. cb6f64e x86/entry/64: Really create an error-entry-from-usermode code path by Andy Lutomirski · 9 years ago
  90. c5c46f5 x86/entry: Add new, comprehensible entry and exit handlers written in C by Andy Lutomirski · 9 years ago
  91. feed36c x86/entry: Add enter_from_user_mode() and use it in syscalls by Andy Lutomirski · 9 years ago
  92. 1f484aa x86/entry: Move C entry and exit code to arch/x86/entry/common.c by Andy Lutomirski · 9 years ago
  93. 5e99cb7 x86/entry/64/compat: Fix bad fast syscall arg failure path by Andy Lutomirski · 9 years ago
  94. c338867 x86/compat: Check for both 32-bit compat and x32 in get_gate_vma() by Brian Gerst · 9 years ago
  95. ab8b82ee6 x86/compat: Don't build the 32-bit VDSO if not needed by Brian Gerst · 9 years ago
  96. 03b9730 x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites by Andy Lutomirski · 9 years ago
  97. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  98. c6e5ca3 x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc() by Andy Lutomirski · 9 years ago
  99. c73e36b x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit reads by Denys Vlasenko · 9 years ago
  100. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago