1. c6dd78f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  2. e6023ad Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  3. 168c799 Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  4. 6879298 x86/entry/64: Prevent clobbering of saved CR2 value by Thomas Gleixner · 5 years ago
  5. b5d72dd Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  6. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  7. e6dd473 x86/entry: Fix thunk function ELF sizes by Josh Poimboeuf · 5 years ago
  8. a0d14b8 x86/mm, tracing: Fix CR2 corruption by Peter Zijlstra · 6 years ago
  9. 4234653 x86/entry/64: Update comments and sanity tests for create_gap by Peter Zijlstra · 6 years ago
  10. 2fd3791 x86/entry/64: Simplify idtentry a little by Peter Zijlstra · 6 years ago
  11. e67f1c1 x86/entry/32: Simplify common_exception by Peter Zijlstra · 6 years ago
  12. 55aeddd x86/paravirt: Make read_cr2() CALLEE_SAVE by Peter Zijlstra · 6 years ago
  13. 89ff7131f kbuild: add --hash-style= and --build-id unconditionally by Masahiro Yamada · 6 years ago
  14. b23e584 xen/pv: Fix a boot up hang revealed by int3 self test by Zhenzhong Duan · 5 years ago
  15. e9a1379 x86/vdso: Fix flip/flop vdso build bug by Naohiro Aota · 6 years ago
  16. 753c8d9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  17. 8f6ccf6 Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  18. 5450e8a Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  19. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  20. 1cbec37 x86/entry/32: Fix ENDPROC of common_spurious by Jiri Slaby · 6 years ago
  21. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  22. 8faef71 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  23. a1aab6f Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  24. 13324c4 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  25. 0d37dde Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  26. 0902d50 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  27. 927ba67 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  28. dfd437a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  29. 049331f x86/fsgsbase: Revert FSGSBASE support by Thomas Gleixner · 6 years ago
  30. dd2cb34 clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic by Michael Kelley · 6 years ago
  31. f8a8fe6 x86/irq: Seperate unused system vectors from spurious entry again by Thomas Gleixner · 6 years ago
  32. 539bca5 x86/entry/64: Fix and clean up paranoid_exit by Andy Lutomirski · 6 years ago
  33. dffb3f9 x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabled by Andy Lutomirski · 6 years ago
  34. 7615d9e arch: wire-up pidfd_open() by Christian Brauner · 6 years ago
  35. 441ceda x86/vsyscall: Add __ro_after_init to global variables by Andy Lutomirski · 6 years ago
  36. 918ce32 x86/vsyscall: Show something useful on a read fault by Andy Lutomirski · 6 years ago
  37. bd49e16 x86/vsyscall: Add a new vsyscall=xonly mode by Andy Lutomirski · 6 years ago
  38. b07d7d5 x86/entry: Simplify _TIF_SYSCALL_EMU handling by Sudeep Holla · 6 years ago
  39. 3c88c69 x86/stackframe/32: Provide consistent pt_regs by Peter Zijlstra · 6 years ago
  40. a9b3c69 x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.h by Peter Zijlstra · 6 years ago
  41. 5e1246f x86/entry/32: Clean up return from interrupt preemption path by Peter Zijlstra · 6 years ago
  42. 22ca962 x86/vdso: Add clock_gettime64() entry point by Vincenzo Frascino · 6 years ago
  43. f66501d x86/vdso: Add clock_getres() entry point by Vincenzo Frascino · 6 years ago
  44. 7ac8707 x86/vdso: Switch to generic vDSO implementation by Vincenzo Frascino · 6 years ago
  45. 708078f x86/entry/64: Handle FSGSBASE enabled paranoid entry/exit by Chang S. Bae · 6 years ago
  46. 79e1932 x86/entry/64: Introduce the FIND_PERCPU_BASE macro by Chang S. Bae · 6 years ago
  47. 1d07316 x86/entry/64: Switch CR3 before SWAPGS in paranoid entry by Chang S. Bae · 6 years ago
  48. ff17bbe x86/vdso: Prevent segfaults due to hoisted vclock reads by Andy Lutomirski · 6 years ago
  49. 3f520cd2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 474 by Thomas Gleixner · 6 years ago
  50. 8afecfb Merge tag 'v5.2-rc4' into mauro by Jonathan Corbet · 6 years ago
  51. 498ad39 x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for ACRN guest upcall vector by Zhao Yakui · 6 years ago
  52. 8f3220a arch: wire-up clone3() syscall by Christian Brauner · 6 years ago
  53. cb1aaeb docs: fix broken documentation links by Mauro Carvalho Chehab · 6 years ago
  54. fb9e53c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257 by Thomas Gleixner · 6 years ago
  55. 7e300da treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223 by Thomas Gleixner · 6 years ago
  56. 003ba95 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214 by Thomas Gleixner · 6 years ago
  57. 6776e83 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180 by Thomas Gleixner · 6 years ago
  58. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  59. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  60. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  61. bf8a9a4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  62. d396360 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  63. 9c8ad7a uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2] by David Howells · 6 years ago
  64. 00f5764 Merge branch 'linus' into x86/urgent, to pick up dependent changes by Ingo Molnar · 6 years ago
  65. d2d8b14 Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  66. fa4bff1 Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  67. 2700fef x86_64: Add gap to int3 to allow for call emulation by Josh Poimboeuf · 6 years ago
  68. 81d3022 x86/vdso: Remove hpet_page from vDSO by Jia Zhang · 6 years ago
  69. 4009132 Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  70. 8ff468c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  71. 8f14772 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  72. 53f8b08 Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  73. f725492 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  74. 6ec6296 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  75. 459e3a2 gcc-9: properly declare the {pv,hv}clock_page storage by Linus Torvalds · 6 years ago
  76. b97369f x86/vdso: Rename variable to fix -Wshadow warning by Leonardo Brás · 6 years ago
  77. 3c454f47 x86/build/vdso: Add FORCE to the build rule of %.so by Masahiro Yamada · 6 years ago
  78. e6401c1 x86/irq/64: Split the IRQ stack into its own pages by Andy Lutomirski · 6 years ago
  79. 758a2e3 x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr by Thomas Gleixner · 6 years ago
  80. 2a594d4 x86/exceptions: Split debug IST stack by Thomas Gleixner · 6 years ago
  81. 3207426 x86/exceptions: Disconnect IST index and stack order by Thomas Gleixner · 6 years ago
  82. 8f34c5b x86/exceptions: Make IST index zero based by Thomas Gleixner · 6 years ago
  83. 5f409e2 x86/fpu: Defer FPU state load until return to userspace by Rik van Riel · 6 years ago
  84. b5b447b x86/entry: Remove unneeded need_resched() loop by Valentin Schneider · 6 years ago
  85. 64604d5 sched/x86_64: Don't save flags on context switch by Peter Zijlstra · 6 years ago
  86. 6690e86 sched/x86: Save [ER]FLAGS on context switch by Peter Zijlstra · 6 years ago
  87. cf3cba4 vfs: syscall: Add fspick() to select a superblock for reconfiguration by David Howells · 6 years ago
  88. 93766fb vfs: syscall: Add fsmount() to create a mount for a superblock by David Howells · 6 years ago
  89. ecdab150 vfs: syscall: Add fsconfig() for configuring and managing a context by David Howells · 6 years ago
  90. 24dcb3d vfs: syscall: Add fsopen() to prepare for superblock creation by David Howells · 6 years ago
  91. 2db154b vfs: syscall: Add move_mount(2) to move mounts around by David Howells · 6 years ago
  92. a07b200 vfs: syscall: Add open_tree(2) to reference or clone a mount by Al Viro · 6 years ago
  93. a9dce66 Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  94. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  95. 04dcbdb x86/speculation/mds: Clear CPU buffers on exit to user by Thomas Gleixner · 6 years ago
  96. 3eb39f4 signal: add pidfd_send_signal() syscall by Christian Brauner · 6 years ago
  97. edafcce io_uring: add support for pre-mapped user IO buffers by Jens Axboe · 6 years ago
  98. 2b188cc Add io_uring IO interface by Jens Axboe · 6 years ago
  99. 41ea391 Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  100. fd659cc Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago