1. de90525 x86/ia32: Fix ia32_restore_sigcontext() AC leak by Peter Zijlstra · 5 years ago
  2. 838c19c x86/a.out: Clear the dump structure initially by Borislav Petkov · 5 years ago
  3. 6846351 x86/signal: Add SA_{X32,IA32}_ABI sa_flags by Dmitry Safonov · 8 years ago
  4. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 8 years ago
  5. 864778b mm, aout: handle vm_brk failures by Michal Hocko · 8 years ago
  6. d366bf7 x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  7. 4302d50 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  8. 0a6d1fa x86/vdso: Remove runtime 32-bit vDSO selection by Andy Lutomirski · 9 years ago
  9. decb4c4 x86/headers: Remove <asm/sigcontext.h> references on the kernel side by Ingo Molnar · 9 years ago
  10. 711531f x86/headers: Remove direct sigcontext32.h uses by Ingo Molnar · 9 years ago
  11. 8fcb346 x86/headers: Convert sigcontext_ia32 uses to sigcontext_32 by Ingo Molnar · 9 years ago
  12. 86e9fc3 x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32 by Ingo Molnar · 9 years ago
  13. c0bfd26 x86/compat: Move copy_siginfo_*_user32() to signal_compat.c by Brian Gerst · 9 years ago
  14. 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
  15. 19a433f x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/ by Ingo Molnar · 9 years ago
  16. 131484c x86/debug: Remove perpetually broken, unmaintainable dwarf annotations by Ingo Molnar · 9 years ago
  17. fcbc99c x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions by Ingo Molnar · 9 years ago
  18. 82c0e45 x86/fpu: Move the signal frame handling code closer to each other by Ingo Molnar · 9 years ago
  19. 9dfe99b x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() by Ingo Molnar · 9 years ago
  20. c8e1404 x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() by Ingo Molnar · 9 years ago
  21. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 9 years ago
  22. c5bedc6 x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active by Ingo Molnar · 9 years ago
  23. 4c13841 x86/fpu: Open code PF_USED_MATH usages by Ingo Molnar · 9 years ago
  24. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 9 years ago
  25. 3a23208 x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code by Denys Vlasenko · 9 years ago
  26. 63332a8 x86/entry: Stop using PER_CPU_VAR(kernel_stack) by Denys Vlasenko · 9 years ago
  27. 7ae383b Merge branch 'linus' into x86/asm, before applying dependent patch by Ingo Molnar · 9 years ago
  28. 61f01dd x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue by Andy Lutomirski · 9 years ago
  29. 3f5159a x86/asm/entry/32: Update -ENOSYS handling to match the 64-bit logic by Denys Vlasenko · 9 years ago
  30. aac82d3 x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop by Andy Lutomirski · 9 years ago
  31. 0f90fb9 x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too by Denys Vlasenko · 9 years ago
  32. 6a3713f x86/signal: Remove pax argument from restore_sigcontext by Brian Gerst · 9 years ago
  33. 4214a16 x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTER by Andy Lutomirski · 9 years ago
  34. 4c9c0e9 x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_regs' on stack by Denys Vlasenko · 9 years ago
  35. 4ee8ec1 x86/asm/entry/32: Make register zero-extension more prominent by Denys Vlasenko · 9 years ago
  36. a232e3d x86/asm/entry/32: Update "interrupt off" comments by Denys Vlasenko · 9 years ago
  37. dca5b52 x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() by Ingo Molnar · 9 years ago
  38. f9d7185 x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro by Ingo Molnar · 9 years ago
  39. ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 9 years ago
  40. b3fe8ba x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSET by Denys Vlasenko · 9 years ago
  41. 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 9 years ago
  42. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 9 years ago
  43. 9d0c914 x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0 by Andy Lutomirski · 9 years ago
  44. b3ab90b x86/asm/entry/64/compat: Use more readable constant by Denys Vlasenko · 9 years ago
  45. 14f6e95 x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callers by Denys Vlasenko · 9 years ago
  46. b87cf63 x86/asm/entry: Add comments about various syscall instructions by Denys Vlasenko · 9 years ago
  47. f2db938 x86/asm/entry: Do mass removal of 'ARGOFFSET' by Denys Vlasenko · 9 years ago
  48. 76f5df4 x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel stack by Denys Vlasenko · 9 years ago
  49. d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 9 years ago
  50. 7e8e385 x86/compat: Remove sys32_vm86_warning by Brian Gerst · 9 years ago
  51. 2aa4a71 x86/compat: Merge native and compat 32-bit syscall tables by Brian Gerst · 9 years ago
  52. 29a5ff9 x86/compat: Remove compat_ni_syscall() by Brian Gerst · 9 years ago
  53. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  54. 6c3176a x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSET by Denys Vlasenko · 9 years ago
  55. 27d6ec7 x86: hook up execveat system call by David Drysdale · 9 years ago
  56. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 9 years ago
  57. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  58. 653bc77 x86_64, entry: Fix out of bounds read on sysenter by Andy Lutomirski · 10 years ago
  59. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  60. 2fd7476 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  61. 19d860a handle suicide on late failure exits in execve() in search_binary_handler() by Al Viro · 10 years ago
  62. 8c7aa69 x86_64, entry: Filter RFLAGS.NT on entry from userspace by Andy Lutomirski · 10 years ago
  63. b4f0d37 audit: x86: drop arch from __audit_syscall_entry() interface by Richard Guy Briggs · 10 years ago
  64. 6f121e5 x86, vdso: Reimplement vdso.so preparation in build-time C by Andy Lutomirski · 10 years ago
  65. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  66. 9b56d54 dump_skip(): dump_seek() replacement taking coredump_params by Al Viro · 11 years ago
  67. 43a5d54 aout: switch to dump_emit by Al Viro · 11 years ago
  68. 7d2f551 restore 32bit aout coredump by Al Viro · 11 years ago
  69. f357a82 Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  70. 3d7e5fc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  71. bd1c149a Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP by Al Viro · 11 years ago
  72. d2475b8 x86/ia32/asm: Remove unused argument in macro by Ramkumar Ramachandra · 11 years ago
  73. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  74. f0bb4c0 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  75. 945fb13 aout32 coredump compat fix by Al Viro · 11 years ago
  76. 5e219b3 x86/signals: Propagate RF EFLAGS bit through the signal restore call by Jiri Olsa · 11 years ago
  77. 91c2e0b unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  78. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  79. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  80. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 11 years ago
  81. 3dc20cb new helper: read_code() by Al Viro · 11 years ago
  82. 07b0534 x86: sys32_kill and sys32_mprotect are pointless by Al Viro · 11 years ago
  83. 56e41d3 merge compat sys_ipc instances by Al Viro · 11 years ago
  84. d5dc77b consolidate compat lookup_dcookie() by Al Viro · 11 years ago
  85. 19f4fc3 convert sendfile{,64} to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  86. 14cc0b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  87. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  88. 561c673 switch lseek to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  89. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  90. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  91. 235b802 x86: convert to ksignal by Al Viro · 12 years ago
  92. 5b3eb3a x86: switch to generic old sigaction by Al Viro · 11 years ago
  93. 29fd4480 x86: switch to generic compat rt_sigaction() by Al Viro · 11 years ago
  94. d7c43e4 x86: switch to generic compat sched_rr_get_interval() by Al Viro · 11 years ago
  95. 15ce1f7 x86,um: switch to generic old sigsuspend() by Al Viro · 11 years ago
  96. 7b83d1a x86: switch to generic compat rt_sigqueueinfo() by Al Viro · 11 years ago
  97. f45adb0 x86: switch to generic compat rt_sigpending() by Al Viro · 11 years ago
  98. 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
  99. b3af11a x86: get rid of pt_regs argument of iopl(2) by Al Viro · 11 years ago
  100. 40a1ef9 x86-64: Replace left over sti/cli in ia32 audit exit code by Jan Beulich · 11 years ago