1. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  2. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  3. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 37e13a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  5. d51306f x86: Make the vdso2c compiler use the host architecture headers by Stephen Rothwell · 8 years ago
  6. 3ebfd81 x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2 by H.J. Lu · 8 years ago
  7. 2a53ccb x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err by Ingo Molnar · 8 years ago
  8. dfa9a94 x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_struct by Andy Lutomirski · 8 years ago
  9. 2deb4be x86/dumpstack: When OOPSing, rewind the stack before do_exit() by Andy Lutomirski · 8 years ago
  10. 38452af Merge branch 'x86/asm' into x86/mm, to resolve conflicts by Ingo Molnar · 8 years ago
  11. 07d36c9 x86/vdso: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  12. be8a18e x86/entry: Inline enter_from_user_mode() by Paolo Bonzini · 9 years ago
  13. 2e9d1e1 x86/entry: Avoid interrupt flag save and restore by Paolo Bonzini · 9 years ago
  14. 9a7e7b5 x86/asm/entry: Make thunk's restore a local label by Borislav Petkov · 8 years ago
  15. b059a45 x86/vdso: Add mremap hook to vm_special_mapping by Dmitry Safonov · 8 years ago
  16. 93e35ef x86/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  17. c87a851 x86/entry: Get rid of two-phase syscall entry work by Andy Lutomirski · 9 years ago
  18. 2f275de seccomp: Add a seccomp_data parameter secure_computing() by Andy Lutomirski · 9 years ago
  19. f070255 x86/vdso/32: Assemble sigreturn.S separately by Andy Lutomirski · 9 years ago
  20. 6b90bd4 GCC plugin infrastructure by Emese Revfy · 9 years ago
  21. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  22. 2f7c3a1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  23. 6904817 vdso: make arch_setup_additional_pages wait for mmap_sem for write killable by Michal Hocko · 9 years ago
  24. 06cd3d8 Merge branch 'linus' into x86/urgent, to refresh the tree by Ingo Molnar · 9 years ago
  25. d4bf707 x86/entry/64: Fix stack return address retrieval in thunk by Josh Poimboeuf · 9 years ago
  26. 9a7a076 x86: Use compat version for preadv2 and pwritev2 by Dmitry V. Levin · 9 years ago
  27. 1e17880 x86/entry/32: Remove GET_THREAD_INFO() from entry code by Brian Gerst · 9 years ago
  28. 092c74e x86/entry, sched/x86: Don't save/restore EFLAGS on task switch by Brian Gerst · 9 years ago
  29. 778843f x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGs by Denys Vlasenko · 9 years ago
  30. b038c84 x86/segments/64: When load_gs_index fails, clear the base by Andy Lutomirski · 9 years ago
  31. 2e8d696 kbuild: drop FORCE from PHONY targets by Masahiro Yamada · 9 years ago
  32. abfb949 x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() by Dmitry Safonov · 9 years ago
  33. 482dd2e x86/syscalls: Wire up compat readv2/writev2 syscalls by Christoph Hellwig · 9 years ago
  34. 1ed95e5 x86/vdso: Remove direct HPET access through the vDSO by Andy Lutomirski · 9 years ago
  35. 42c748bb x86/entry/64: Make gs_change a local label by Borislav Petkov · 9 years ago
  36. 96e5d28 x86/cpu: Add Erratum 88 detection on AMD by Borislav Petkov · 9 years ago
  37. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  38. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  39. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  40. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  41. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
  42. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  43. d09e356 Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  44. 9999c8c0 x86/entry: Call enter_from_user_mode() with IRQs off by Andy Lutomirski · 9 years ago
  45. a798f09 x86/entry/32: Change INT80 to be an interrupt gate by Andy Lutomirski · 9 years ago
  46. fda57b2 x86/entry: Improve system call entry comments by Andy Lutomirski · 9 years ago
  47. 392a625 x86/entry: Remove TIF_SINGLESTEP entry work by Andy Lutomirski · 9 years ago
  48. 7536656 x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixup by Andy Lutomirski · 9 years ago
  49. f2b3757 x86/entry: Vastly simplify SYSENTER TF (single-step) handling by Andy Lutomirski · 9 years ago
  50. c2c9b52 x86/entry/32: Restore FLAGS on SYSEXIT by Andy Lutomirski · 9 years ago
  51. 67f590e x86/entry/32: Filter NT and speed up AC filtering in SYSENTER by Andy Lutomirski · 9 years ago
  52. e786041 x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS test by Andy Lutomirski · 9 years ago
  53. 58a5aac x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled by Andy Lutomirski · 9 years ago
  54. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 9 years ago
  55. 4babf2c x86: wire up preadv2 and pwritev2 by Christoph Hellwig · 9 years ago
  56. c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 9 years ago
  57. 3d44d51 x86/entry/compat: Add missing CLAC to entry_INT80_32 by Andy Lutomirski · 9 years ago
  58. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
  59. 04d1d28 x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32 by Andy Lutomirski · 9 years ago
  60. 058fb73 x86/asm/entry: Create stack frames in thunk functions by Josh Poimboeuf · 9 years ago
  61. 018ef8d x86/vdso: Mark the vDSO code read-only after init by Kees Cook · 9 years ago
  62. 4e79e18 x86/entry/compat: Keep TS_COMPAT set during signal delivery by Andy Lutomirski · 9 years ago
  63. bb56968 x86/syscalls/64: Mark sys_iopl() as using ptregs by Andy Lutomirski · 9 years ago
  64. eb2a54c x86/entry/64: Fix fast-path syscall return register state by Andy Lutomirski · 9 years ago
  65. b776508 x86/entry/64: Fix an IRQ state error on ptregs-using syscalls by Andy Lutomirski · 9 years ago
  66. 8c72530 x86/vdso: Use static_cpu_has() by Borislav Petkov · 9 years ago
  67. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  68. 1e423bf x86/entry/64: Migrate the 64-bit syscall slow path to C by Andy Lutomirski · 9 years ago
  69. 24d978b x86/entry/64: Stop using int_ret_from_sys_call in ret_from_fork by Andy Lutomirski · 9 years ago
  70. 46eabf0 x86/entry/64: Call all native slow-path syscalls with full pt-regs by Andy Lutomirski · 9 years ago
  71. 302f5b2 x86/entry/64: Always run ptregs-using syscalls on the slow path by Andy Lutomirski · 9 years ago
  72. cfcbadb x86/syscalls: Add syscall entry qualifiers by Andy Lutomirski · 9 years ago
  73. 3e65654 x86/syscalls: Move compat syscall entry handling into syscalltbl.sh by Andy Lutomirski · 9 years ago
  74. 32324ce x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32 by Andy Lutomirski · 9 years ago
  75. fba3247 x86/syscalls: Refactor syscalltbl.sh by Andy Lutomirski · 9 years ago
  76. 76b36fa Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
  77. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 9 years ago
  78. 2024315 x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64 by Alexander Kuleshov · 9 years ago
  79. 10a0c0f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  80. 78fd8c7 x86/vdso/pvclock: Protect STABLE check with the seqcount by Andy Lutomirski · 9 years ago
  81. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  82. bd902c5 x86/vdso: Disallow vvar access to vclock IO for never-used vclocks by Andy Lutomirski · 9 years ago
  83. a48a704 x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mapping by Andy Lutomirski · 9 years ago
  84. 05ef76b x86/vdso: Use .fault for the vDSO text mapping by Andy Lutomirski · 9 years ago
  85. 352b78c x86/vdso: Track each mm's loaded vDSO image as well as its base by Andy Lutomirski · 9 years ago
  86. 88cbfd0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  87. 30bfa7b x86/entry: Restore traditional SYSENTER calling convention by Andy Lutomirski · 9 years ago
  88. 6a613ac x86/entry: Fix some comments by Andy Lutomirski · 9 years ago
  89. 91e2eea x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  90. f74acf0 x86/entry/64_compat: Make labels local by Borislav Petkov · 9 years ago
  91. 76480a6 x86/vdso: Enable vdso pvclock access on all vdso variants by Andy Lutomirski · 9 years ago
  92. cc1e24f x86/vdso: Remove pvclock fixmap machinery by Andy Lutomirski · 9 years ago
  93. dac16fb x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap by Andy Lutomirski · 9 years ago
  94. 6b078f5 x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader by Andy Lutomirski · 9 years ago
  95. cb4c4e8 x86: add sys_copy_file_range to syscall tables by Zach Brown · 9 years ago
  96. 478dc89 x86/entry/64: Bypass enter_from_user_mode on non-context-tracking boots by Andy Lutomirski · 9 years ago
  97. 49b2410 Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes by Ingo Molnar · 9 years ago
  98. f107505 x86/entry/64: Fix irqflag tracing wrt context tracking by Andy Lutomirski · 9 years ago
  99. 75ef821 x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op by Boris Ostrovsky · 9 years ago
  100. 88c15ec x86/paravirt: Remove the unused irq_enable_sysexit pv op by Boris Ostrovsky · 9 years ago