1. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  2. 2f7c3a1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  3. 6904817 vdso: make arch_setup_additional_pages wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  4. 06cd3d8 Merge branch 'linus' into x86/urgent, to refresh the tree by Ingo Molnar · 8 years ago
  5. d4bf707 x86/entry/64: Fix stack return address retrieval in thunk by Josh Poimboeuf · 8 years ago
  6. 9a7a076 x86: Use compat version for preadv2 and pwritev2 by Dmitry V. Levin · 8 years ago
  7. 1e17880 x86/entry/32: Remove GET_THREAD_INFO() from entry code by Brian Gerst · 8 years ago
  8. 092c74e x86/entry, sched/x86: Don't save/restore EFLAGS on task switch by Brian Gerst · 8 years ago
  9. 778843f x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGs by Denys Vlasenko · 8 years ago
  10. b038c84 x86/segments/64: When load_gs_index fails, clear the base by Andy Lutomirski · 8 years ago
  11. 2e8d696 kbuild: drop FORCE from PHONY targets by Masahiro Yamada · 8 years ago
  12. abfb949 x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() by Dmitry Safonov · 8 years ago
  13. 482dd2e x86/syscalls: Wire up compat readv2/writev2 syscalls by Christoph Hellwig · 8 years ago
  14. 1ed95e5 x86/vdso: Remove direct HPET access through the vDSO by Andy Lutomirski · 8 years ago
  15. 42c748bb x86/entry/64: Make gs_change a local label by Borislav Petkov · 8 years ago
  16. 96e5d28 x86/cpu: Add Erratum 88 detection on AMD by Borislav Petkov · 8 years ago
  17. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  18. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 8 years ago
  19. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  20. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  21. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 8 years ago
  22. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  23. d09e356 Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  24. 9999c8c0 x86/entry: Call enter_from_user_mode() with IRQs off by Andy Lutomirski · 8 years ago
  25. a798f09 x86/entry/32: Change INT80 to be an interrupt gate by Andy Lutomirski · 8 years ago
  26. fda57b2 x86/entry: Improve system call entry comments by Andy Lutomirski · 8 years ago
  27. 392a625 x86/entry: Remove TIF_SINGLESTEP entry work by Andy Lutomirski · 8 years ago
  28. 7536656 x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixup by Andy Lutomirski · 8 years ago
  29. f2b3757 x86/entry: Vastly simplify SYSENTER TF (single-step) handling by Andy Lutomirski · 8 years ago
  30. c2c9b52 x86/entry/32: Restore FLAGS on SYSEXIT by Andy Lutomirski · 8 years ago
  31. 67f590e x86/entry/32: Filter NT and speed up AC filtering in SYSENTER by Andy Lutomirski · 8 years ago
  32. e786041 x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS test by Andy Lutomirski · 8 years ago
  33. 58a5aac x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled by Andy Lutomirski · 8 years ago
  34. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 8 years ago
  35. 4babf2c x86: wire up preadv2 and pwritev2 by Christoph Hellwig · 8 years ago
  36. c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 8 years ago
  37. 3d44d51 x86/entry/compat: Add missing CLAC to entry_INT80_32 by Andy Lutomirski · 8 years ago
  38. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 8 years ago
  39. 04d1d28 x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32 by Andy Lutomirski · 8 years ago
  40. 058fb73 x86/asm/entry: Create stack frames in thunk functions by Josh Poimboeuf · 8 years ago
  41. 018ef8d x86/vdso: Mark the vDSO code read-only after init by Kees Cook · 8 years ago
  42. 4e79e18 x86/entry/compat: Keep TS_COMPAT set during signal delivery by Andy Lutomirski · 8 years ago
  43. bb56968 x86/syscalls/64: Mark sys_iopl() as using ptregs by Andy Lutomirski · 8 years ago
  44. eb2a54c x86/entry/64: Fix fast-path syscall return register state by Andy Lutomirski · 8 years ago
  45. b776508 x86/entry/64: Fix an IRQ state error on ptregs-using syscalls by Andy Lutomirski · 8 years ago
  46. 8c72530 x86/vdso: Use static_cpu_has() by Borislav Petkov · 8 years ago
  47. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 8 years ago
  48. 1e423bf x86/entry/64: Migrate the 64-bit syscall slow path to C by Andy Lutomirski · 8 years ago
  49. 24d978b x86/entry/64: Stop using int_ret_from_sys_call in ret_from_fork by Andy Lutomirski · 8 years ago
  50. 46eabf0 x86/entry/64: Call all native slow-path syscalls with full pt-regs by Andy Lutomirski · 8 years ago
  51. 302f5b2 x86/entry/64: Always run ptregs-using syscalls on the slow path by Andy Lutomirski · 8 years ago
  52. cfcbadb x86/syscalls: Add syscall entry qualifiers by Andy Lutomirski · 8 years ago
  53. 3e65654 x86/syscalls: Move compat syscall entry handling into syscalltbl.sh by Andy Lutomirski · 8 years ago
  54. 32324ce x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32 by Andy Lutomirski · 8 years ago
  55. fba3247 x86/syscalls: Refactor syscalltbl.sh by Andy Lutomirski · 8 years ago
  56. 76b36fa Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes by Ingo Molnar · 8 years ago
  57. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 8 years ago
  58. 2024315 x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64 by Alexander Kuleshov · 8 years ago
  59. 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
  60. 78fd8c7 x86/vdso/pvclock: Protect STABLE check with the seqcount by Andy Lutomirski · 9 years ago
  61. 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
  62. bd902c5 x86/vdso: Disallow vvar access to vclock IO for never-used vclocks by Andy Lutomirski · 9 years ago
  63. a48a704 x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mapping by Andy Lutomirski · 9 years ago
  64. 05ef76b x86/vdso: Use .fault for the vDSO text mapping by Andy Lutomirski · 9 years ago
  65. 352b78c x86/vdso: Track each mm's loaded vDSO image as well as its base by Andy Lutomirski · 9 years ago
  66. 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
  67. 30bfa7b x86/entry: Restore traditional SYSENTER calling convention by Andy Lutomirski · 9 years ago
  68. 6a613ac x86/entry: Fix some comments by Andy Lutomirski · 9 years ago
  69. 91e2eea x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  70. f74acf0 x86/entry/64_compat: Make labels local by Borislav Petkov · 9 years ago
  71. 76480a6 x86/vdso: Enable vdso pvclock access on all vdso variants by Andy Lutomirski · 9 years ago
  72. cc1e24f x86/vdso: Remove pvclock fixmap machinery by Andy Lutomirski · 9 years ago
  73. dac16fb x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap by Andy Lutomirski · 9 years ago
  74. 6b078f5 x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader by Andy Lutomirski · 9 years ago
  75. cb4c4e8 x86: add sys_copy_file_range to syscall tables by Zach Brown · 9 years ago
  76. 478dc89 x86/entry/64: Bypass enter_from_user_mode on non-context-tracking boots by Andy Lutomirski · 9 years ago
  77. 49b2410 Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes by Ingo Molnar · 9 years ago
  78. f107505 x86/entry/64: Fix irqflag tracing wrt context tracking by Andy Lutomirski · 9 years ago
  79. 75ef821 x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op by Boris Ostrovsky · 9 years ago
  80. 88c15ec x86/paravirt: Remove the unused irq_enable_sysexit pv op by Boris Ostrovsky · 9 years ago
  81. 5fdf5d3 x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  82. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  83. 639ab3e Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. 3bd2951 x86/entry/32: Fix FS and GS restore in opportunistic SYSEXIT by Andy Lutomirski · 9 years ago
  85. 657c1ee x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on by Andy Lutomirski · 9 years ago
  86. 374a3a3 x86/entry/64/compat: Document sysenter_fix_flags's reason for existence by Borislav Petkov · 9 years ago
  87. f5e6a97 x86/entry: Split and inline syscall_return_slowpath() by Andy Lutomirski · 9 years ago
  88. 39b48e5 x86/entry: Split and inline prepare_exit_to_usermode() by Andy Lutomirski · 9 years ago
  89. dd63607 x86/entry: Use pt_regs_to_thread_info() in syscall entry tracing by Andy Lutomirski · 9 years ago
  90. 4aabd14 x86/entry: Hide two syscall entry assertions behind CONFIG_DEBUG_ENTRY by Andy Lutomirski · 9 years ago
  91. c68ca67 x86/entry: Micro-optimize compat fast syscall arg fetch by Andy Lutomirski · 9 years ago
  92. 33c52129 x86/entry: Force inlining of 32-bit syscall code by Andy Lutomirski · 9 years ago
  93. 460d124 x86/entry: Make irqs_disabled checks in exit code depend on lockdep by Andy Lutomirski · 9 years ago
  94. 8b13c25 x86/entry: Remove unnecessary IRQ twiddling in fast 32-bit syscalls by Andy Lutomirski · 9 years ago
  95. 5f310f7 x86/entry/32: Re-implement SYSENTER using the new C path by Andy Lutomirski · 9 years ago
  96. 150ac78 x86/entry/32: Switch INT80 to the new C syscall path by Andy Lutomirski · 9 years ago
  97. 39e8701 x86/entry/32: Open-code return tracking from fork and kthreads by Andy Lutomirski · 9 years ago
  98. 7841b40 x86/entry/compat: Implement opportunistic SYSRETL for compat syscalls by Andy Lutomirski · 9 years ago
  99. a474e67 x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspace by Andy Lutomirski · 9 years ago
  100. 710246d x86/entry: Add C code for fast system call entries by Andy Lutomirski · 9 years ago