1. 20041a0 x86/speculation/mds: Clear CPU buffers on exit to user by Thomas Gleixner · 5 years ago
  2. c3193fd x86/syscall: Sanitize syscall table de-references under speculation by Dan Williams · 6 years ago
  3. f03d00b x86/asm: Move 'status' from thread_struct to thread_info by Andy Lutomirski · 6 years ago
  4. 97245d0 x86/entry: Get rid of pt_regs_to_thread_info() by Linus Torvalds · 8 years ago
  5. b9d989c x86/asm: Move the thread_info::status field to thread_struct by Andy Lutomirski · 8 years ago
  6. c98f582 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  8. 609c19a x86/ptrace: Stop setting TS_COMPAT in ptrace code by Andy Lutomirski · 8 years ago
  9. be8a18e x86/entry: Inline enter_from_user_mode() by Paolo Bonzini · 8 years ago
  10. 2e9d1e1 x86/entry: Avoid interrupt flag save and restore by Paolo Bonzini · 8 years ago
  11. 93e35ef x86/ptrace: run seccomp after ptrace by Kees Cook · 8 years ago
  12. c87a851 x86/entry: Get rid of two-phase syscall entry work by Andy Lutomirski · 8 years ago
  13. abfb949 x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() by Dmitry Safonov · 8 years ago
  14. 9999c8c0 x86/entry: Call enter_from_user_mode() with IRQs off by Andy Lutomirski · 8 years ago
  15. a798f09 x86/entry/32: Change INT80 to be an interrupt gate by Andy Lutomirski · 8 years ago
  16. 392a625 x86/entry: Remove TIF_SINGLESTEP entry work by Andy Lutomirski · 8 years ago
  17. 4e79e18 x86/entry/compat: Keep TS_COMPAT set during signal delivery by Andy Lutomirski · 8 years ago
  18. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 8 years ago
  19. 1e423bf x86/entry/64: Migrate the 64-bit syscall slow path to C by Andy Lutomirski · 8 years ago
  20. 30bfa7b x86/entry: Restore traditional SYSENTER calling convention by Andy Lutomirski · 9 years ago
  21. 657c1ee x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on by Andy Lutomirski · 9 years ago
  22. f5e6a97 x86/entry: Split and inline syscall_return_slowpath() by Andy Lutomirski · 9 years ago
  23. 39b48e5 x86/entry: Split and inline prepare_exit_to_usermode() by Andy Lutomirski · 9 years ago
  24. dd63607 x86/entry: Use pt_regs_to_thread_info() in syscall entry tracing by Andy Lutomirski · 9 years ago
  25. 4aabd14 x86/entry: Hide two syscall entry assertions behind CONFIG_DEBUG_ENTRY by Andy Lutomirski · 9 years ago
  26. c68ca67 x86/entry: Micro-optimize compat fast syscall arg fetch by Andy Lutomirski · 9 years ago
  27. 33c52129 x86/entry: Force inlining of 32-bit syscall code by Andy Lutomirski · 9 years ago
  28. 460d124 x86/entry: Make irqs_disabled checks in exit code depend on lockdep by Andy Lutomirski · 9 years ago
  29. 8b13c25 x86/entry: Remove unnecessary IRQ twiddling in fast 32-bit syscalls by Andy Lutomirski · 9 years ago
  30. 5f310f7 x86/entry/32: Re-implement SYSENTER using the new C path by Andy Lutomirski · 9 years ago
  31. 7841b40 x86/entry/compat: Implement opportunistic SYSRETL for compat syscalls by Andy Lutomirski · 9 years ago
  32. 710246d x86/entry: Add C code for fast system call entries by Andy Lutomirski · 9 years ago
  33. bd2d3a3 x86/entry: Add do_syscall_32(), a C function to do 32-bit syscalls by Andy Lutomirski · 9 years ago
  34. 72f9247 x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermode() by Andy Lutomirski · 9 years ago
  35. 88cd622 x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masks by Andy Lutomirski · 9 years ago
  36. d132803 x86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare_exit_to_usermode by Andy Lutomirski · 9 years ago
  37. c5c46f5 x86/entry: Add new, comprehensible entry and exit handlers written in C by Andy Lutomirski · 9 years ago
  38. feed36c x86/entry: Add enter_from_user_mode() and use it in syscalls by Andy Lutomirski · 9 years ago
  39. 1f484aa x86/entry: Move C entry and exit code to arch/x86/entry/common.c by Andy Lutomirski · 9 years ago