1. 83c133c x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code by Andy Lutomirski · 9 years ago
  2. fc57a7c x86/paravirt: Replace the paravirt nop with a bona fide empty function by Andy Lutomirski · 9 years ago
  3. 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
  4. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  5. 1380fca userfaultfd: activate syscall by Andrea Arcangeli · 9 years ago
  6. a5dd192 Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes by Ingo Molnar · 9 years ago
  7. cd88ec2 x86: fix error handling for 32-bit compat out-of-range system call numbers by Linus Torvalds · 9 years ago
  8. 6b7e265 x86/vdso: Emit a GNU hash by Andy Lutomirski · 9 years ago
  9. 88cd622 x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masks by Andy Lutomirski · 9 years ago
  10. 5d73fc7 x86/entry/32: Migrate to C exit path by Andy Lutomirski · 9 years ago
  11. c5f69fd x86/entry/32: Remove 32-bit syscall audit optimizations by Andy Lutomirski · 9 years ago
  12. 5ed92a8 x86/vm86: Use the normal pt_regs area for vm86 by Brian Gerst · 9 years ago
  13. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  14. c0c3322 x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commit by Denys Vlasenko · 9 years ago
  15. 9dea5dc x86/entry/syscalls: Wire up 32-bit direct socket calls by Andy Lutomirski · 9 years ago
  16. d132803 x86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare_exit_to_usermode by Andy Lutomirski · 9 years ago
  17. a97439a x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing code by Andy Lutomirski · 9 years ago
  18. 36f1a77 x86/nmi/64: Make the "NMI executing" variable more consistent by Andy Lutomirski · 9 years ago
  19. 23a781e x86/nmi/64: Minor asm simplification by Andy Lutomirski · 9 years ago
  20. 810bc07 x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detection by Andy Lutomirski · 9 years ago
  21. a27507c x86/nmi/64: Reorder nested NMI checks by Andy Lutomirski · 9 years ago
  22. 0b22930 x86/nmi/64: Improve nested NMI comments by Andy Lutomirski · 9 years ago
  23. 9b6e6a8 x86/nmi/64: Switch stacks on userspace NMI entry by Andy Lutomirski · 9 years ago
  24. 0e181bb x86/nmi/64: Remove asm code that saves CR2 by Andy Lutomirski · 9 years ago
  25. 8f7f06b x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls with CONFIG_AUDITSYSCALL=n by Andy Lutomirski · 9 years ago
  26. 06a7b36 x86/entry: Remove SCHEDULE_USER and asm/context-tracking.h by Andy Lutomirski · 9 years ago
  27. 02bc776 x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembly code by Andy Lutomirski · 9 years ago
  28. a586f98 x86/asm/entry/64: Simplify IRQ stack pt_regs handling by Andy Lutomirski · 9 years ago
  29. ff46759 x86/asm/entry/64: Save all regs on interrupt entry by Andy Lutomirski · 9 years ago
  30. 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
  31. cb6f64e x86/entry/64: Really create an error-entry-from-usermode code path by Andy Lutomirski · 9 years ago
  32. c5c46f5 x86/entry: Add new, comprehensible entry and exit handlers written in C by Andy Lutomirski · 9 years ago
  33. feed36c x86/entry: Add enter_from_user_mode() and use it in syscalls by Andy Lutomirski · 9 years ago
  34. 1f484aa x86/entry: Move C entry and exit code to arch/x86/entry/common.c by Andy Lutomirski · 9 years ago
  35. 5e99cb7 x86/entry/64/compat: Fix bad fast syscall arg failure path by Andy Lutomirski · 9 years ago
  36. c338867 x86/compat: Check for both 32-bit compat and x32 in get_gate_vma() by Brian Gerst · 9 years ago
  37. ab8b82ee6 x86/compat: Don't build the 32-bit VDSO if not needed by Brian Gerst · 9 years ago
  38. 03b9730 x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites by Andy Lutomirski · 9 years ago
  39. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  40. c6e5ca3 x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc() by Andy Lutomirski · 9 years ago
  41. c73e36b x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit reads by Denys Vlasenko · 9 years ago
  42. 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
  43. 539f511 x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode code by Andy Lutomirski · 9 years ago
  44. a92fde2 x86/asm/entry/32: Shorten __audit_syscall_entry() args preparation by Denys Vlasenko · 9 years ago
  45. 1536bb4 x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry() by Denys Vlasenko · 9 years ago
  46. aee4b01 x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL code by Denys Vlasenko · 9 years ago
  47. 9b47feb x86/asm/entry: Clean up entry*.S style, final bits by Denys Vlasenko · 9 years ago
  48. bace711 x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat_max by Ingo Molnar · 9 years ago
  49. eb47854 x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT path by Denys Vlasenko · 9 years ago
  50. 4d73213 x86/asm/entry/64: Clean up entry_64.S by Ingo Molnar · 9 years ago
  51. 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 9 years ago
  52. a49976d x86/asm/entry/32: Clean up entry_32.S by Ingo Molnar · 9 years ago
  53. b2502b4 x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32 by Ingo Molnar · 9 years ago
  54. 4c8cd0c x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_SYSENTER_32 and entry_SYSENTER_compat by Ingo Molnar · 9 years ago
  55. 2cd2355 x86/asm/entry: Rename compat syscall entry points by Ingo Molnar · 9 years ago
  56. 138bd56 x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.S by Ingo Molnar · 9 years ago
  57. 7a5a982 x86/asm/entry/32: Remove unnecessary optimization in stub32_clone by Denys Vlasenko · 9 years ago
  58. 5cdc683 x86/asm/entry/32: Explain the stub32_clone logic by Denys Vlasenko · 9 years ago
  59. 54ad726 x86/asm/entry/32: Improve code readability by Ingo Molnar · 9 years ago
  60. 53e9acc x86/asm/entry/32: Do not use R9 in SYSCALL32 entry point by Denys Vlasenko · 9 years ago
  61. 73cbf68 x86/asm/entry/32: Open-code LOAD_ARGS32 by Denys Vlasenko · 9 years ago
  62. ef0cd5d x86/asm/entry/32: Open-code CLEAR_RREGS by Denys Vlasenko · 9 years ago
  63. 61b1e3e x86/asm/entry/32: Simplify the zeroing of pt_regs->r8..r11 in the int80 code path by Denys Vlasenko · 9 years ago
  64. 5ca6f70 x86/asm/entry/64: Remove pointless jump to irq_return by Andy Lutomirski · 9 years ago
  65. 00398a0 x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/ by Ingo Molnar · 9 years ago
  66. 1f57d5d x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/syscalls/ by Ingo Molnar · 9 years ago
  67. d36f947 x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/ by Ingo Molnar · 9 years ago
  68. e6b93f4 x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/ by Ingo Molnar · 9 years ago
  69. d603c8e x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/ by Ingo Molnar · 9 years ago
  70. 19a433f x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/ by Ingo Molnar · 9 years ago
  71. 905a36a x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/ by Ingo Molnar · 9 years ago