1. cd88ec2 x86: fix error handling for 32-bit compat out-of-range system call numbers by Linus Torvalds · 9 years ago
  2. c0c3322 x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commit by Denys Vlasenko · 9 years ago
  3. a97439a x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing code by Andy Lutomirski · 9 years ago
  4. 36f1a77 x86/nmi/64: Make the "NMI executing" variable more consistent by Andy Lutomirski · 9 years ago
  5. 23a781e x86/nmi/64: Minor asm simplification by Andy Lutomirski · 9 years ago
  6. 810bc07 x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detection by Andy Lutomirski · 9 years ago
  7. a27507c x86/nmi/64: Reorder nested NMI checks by Andy Lutomirski · 9 years ago
  8. 0b22930 x86/nmi/64: Improve nested NMI comments by Andy Lutomirski · 9 years ago
  9. 9b6e6a8 x86/nmi/64: Switch stacks on userspace NMI entry by Andy Lutomirski · 9 years ago
  10. 0e181bb x86/nmi/64: Remove asm code that saves CR2 by Andy Lutomirski · 9 years ago
  11. 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
  12. 539f511 x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode code by Andy Lutomirski · 9 years ago
  13. a92fde2 x86/asm/entry/32: Shorten __audit_syscall_entry() args preparation by Denys Vlasenko · 9 years ago
  14. 1536bb4 x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry() by Denys Vlasenko · 9 years ago
  15. aee4b01 x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL code by Denys Vlasenko · 9 years ago
  16. 9b47feb x86/asm/entry: Clean up entry*.S style, final bits by Denys Vlasenko · 9 years ago
  17. bace711 x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat_max by Ingo Molnar · 9 years ago
  18. eb47854 x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT path by Denys Vlasenko · 9 years ago
  19. 4d73213 x86/asm/entry/64: Clean up entry_64.S by Ingo Molnar · 9 years ago
  20. 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 9 years ago
  21. a49976d x86/asm/entry/32: Clean up entry_32.S by Ingo Molnar · 9 years ago
  22. b2502b4 x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32 by Ingo Molnar · 9 years ago
  23. 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
  24. 2cd2355 x86/asm/entry: Rename compat syscall entry points by Ingo Molnar · 9 years ago
  25. 138bd56 x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.S by Ingo Molnar · 9 years ago
  26. 7a5a982 x86/asm/entry/32: Remove unnecessary optimization in stub32_clone by Denys Vlasenko · 9 years ago
  27. 5cdc683 x86/asm/entry/32: Explain the stub32_clone logic by Denys Vlasenko · 9 years ago
  28. 54ad726 x86/asm/entry/32: Improve code readability by Ingo Molnar · 9 years ago
  29. 53e9acc x86/asm/entry/32: Do not use R9 in SYSCALL32 entry point by Denys Vlasenko · 9 years ago
  30. 73cbf68 x86/asm/entry/32: Open-code LOAD_ARGS32 by Denys Vlasenko · 9 years ago
  31. ef0cd5d x86/asm/entry/32: Open-code CLEAR_RREGS by Denys Vlasenko · 9 years ago
  32. 61b1e3e x86/asm/entry/32: Simplify the zeroing of pt_regs->r8..r11 in the int80 code path by Denys Vlasenko · 9 years ago
  33. 5ca6f70 x86/asm/entry/64: Remove pointless jump to irq_return by Andy Lutomirski · 9 years ago
  34. 00398a0 x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/ by Ingo Molnar · 9 years ago
  35. 1f57d5d x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/syscalls/ by Ingo Molnar · 9 years ago
  36. d36f947 x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/ by Ingo Molnar · 9 years ago
  37. e6b93f4 x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/ by Ingo Molnar · 9 years ago
  38. d603c8e x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/ by Ingo Molnar · 9 years ago
  39. 19a433f x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/ by Ingo Molnar · 9 years ago
  40. 905a36a x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/ by Ingo Molnar · 9 years ago