提交歷史

作者 SHA1 備註 提交日期
  Linus Torvalds 35277995e1 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 年之前
  Dan Williams 2fbd7af5af x86/syscall: Sanitize syscall table de-references under speculation 7 年之前
  Andy Lutomirski 37a8f7c383 x86/asm: Move 'status' from thread_struct to thread_info 7 年之前
  Miroslav Benes 43347d56c8 livepatch: send a fake signal to all blocking tasks 7 年之前
  Frederic Weisbecker 7a10e2a919 x86: Use lockdep to assert IRQs are disabled/enabled 7 年之前
  Mark Rutland 6aa7de0591 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() 7 年之前
  Thomas Garnier 5ea0727b16 x86/syscalls: Check address limit on user-mode return 8 年之前
  Josh Poimboeuf afb94c9e0b livepatch/x86: add TIF_PATCH_PENDING thread flag 8 年之前
  Ingo Molnar 68db0cf106 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> 8 年之前
  Linus Torvalds 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 年之前
  Linus Torvalds 97245d0058 x86/entry: Get rid of pt_regs_to_thread_info() 9 年之前
  Andy Lutomirski b9d989c721 x86/asm: Move the thread_info::status field to thread_struct 9 年之前
  Linus Torvalds c98f5827f8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 9 年之前
  Linus Torvalds 7a1e8b80fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 9 年之前
  Andy Lutomirski 609c19a385 x86/ptrace: Stop setting TS_COMPAT in ptrace code 9 年之前
  Paolo Bonzini be8a18e2e9 x86/entry: Inline enter_from_user_mode() 9 年之前
  Paolo Bonzini 2e9d1e150a x86/entry: Avoid interrupt flag save and restore 9 年之前
  Kees Cook 93e35efb8d x86/ptrace: run seccomp after ptrace 9 年之前
  Andy Lutomirski c87a85177e x86/entry: Get rid of two-phase syscall entry work 9 年之前
  Dmitry Safonov abfb9498ee x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() 9 年之前
  Andy Lutomirski 9999c8c01f x86/entry: Call enter_from_user_mode() with IRQs off 9 年之前
  Andy Lutomirski a798f09111 x86/entry/32: Change INT80 to be an interrupt gate 9 年之前
  Andy Lutomirski 392a62549f x86/entry: Remove TIF_SINGLESTEP entry work 9 年之前
  Andy Lutomirski 4e79e182b4 x86/entry/compat: Keep TS_COMPAT set during signal delivery 9 年之前
  Borislav Petkov cd4d09ec6f x86/cpufeature: Carve out X86_FEATURE_* 9 年之前
  Andy Lutomirski 1e423bff95 x86/entry/64: Migrate the 64-bit syscall slow path to C 9 年之前
  Andy Lutomirski 30bfa7b348 x86/entry: Restore traditional SYSENTER calling convention 9 年之前
  Andy Lutomirski 657c1eea00 x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on 9 年之前
  Andy Lutomirski f5e6a9753a x86/entry: Split and inline syscall_return_slowpath() 9 年之前
  Andy Lutomirski 39b48e575e x86/entry: Split and inline prepare_exit_to_usermode() 9 年之前