1. 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 5 months ago
  2. 0520058 Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 5 months ago
  3. a13f2ef x86/xen: remove 32-bit Xen PV guest support by Juergen Gross · 4 years, 6 months ago
  4. fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
  5. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  6. 4da9f33 Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  7. 125cfa0 Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  8. 4f30a60 Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  9. 0a72761 Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  10. 3950e97 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 5 months ago
  11. f87032a Merge branch 'locking/nmi' into x86/entry by Ingo Molnar · 4 years, 6 months ago
  12. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  13. c84d530 Merge tag 'v5.8-rc6' into locking/core, to pick up fixes by Ingo Molnar · 4 years, 6 months ago
  14. a27a0a5 x86/entry: Cleanup idtentry_enter/exit by Thomas Gleixner · 4 years, 6 months ago
  15. bdcd178 x86/entry: Use generic interrupt entry/exit code by Thomas Gleixner · 4 years, 6 months ago
  16. 167fd21 x86/entry: Use generic syscall exit functionality by Thomas Gleixner · 4 years, 6 months ago
  17. 27d6b4d x86/entry: Use generic syscall entry function by Thomas Gleixner · 4 years, 6 months ago
  18. a377ac1 x86/entry: Move user return notifier out of loop by Thomas Gleixner · 4 years, 6 months ago
  19. 0b085e6 x86/entry: Consolidate 32/64 bit syscall entry by Thomas Gleixner · 4 years, 6 months ago
  20. 8d5ea35 x86/entry: Consolidate check_user_regs() by Thomas Gleixner · 4 years, 6 months ago
  21. b35ad84 Merge branch 'core/entry' into x86/entry by Thomas Gleixner · 4 years, 6 months ago
  22. be619f7 exec: Implement kernel_execve by Eric W. Biederman · 4 years, 6 months ago
  23. 55db9c0 net: remove compat_sys_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  24. 58ac315 x86/entry: Actually disable stack protector by Kees Cook · 4 years, 7 months ago
  25. f9ad4a5 lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument by Peter Zijlstra · 4 years, 8 months ago
  26. ba1f2b2 x86/entry: Fix NMI vs IRQ state tracking by Peter Zijlstra · 4 years, 8 months ago
  27. bc916e67 Merge branch 'x86/urgent' into x86/entry to pick up upstream fixes. by Thomas Gleixner · 4 years, 6 months ago
  28. bd87e6f x86/entry/common: Make prepare_exit_to_usermode() static by Thomas Gleixner · 4 years, 6 months ago
  29. 006e1ce x86/entry: Mark check_user_regs() noinstr by Thomas Gleixner · 4 years, 6 months ago
  30. 4281580 timens: make vdso_join_timens() always succeed by Christian Brauner · 4 years, 6 months ago
  31. 893ab00 kbuild: remove cc-option test of -fno-stack-protector by Masahiro Yamada · 4 years, 7 months ago
  32. b037b09 x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit() by Andy Lutomirski · 4 years, 6 months ago
  33. 3c73b81 x86/entry, selftests: Further improve user entry sanity checks by Andy Lutomirski · 4 years, 6 months ago
  34. db5b2c5 x86/entry/compat: Clear RAX high bits on Xen PV SYSENTER by Andy Lutomirski · 4 years, 6 months ago
  35. ffae641 x86/entry/64/compat: Fix Xen PV SYSENTER frame setup by Andy Lutomirski · 4 years, 7 months ago
  36. d172125 x86/entry: Move SYSENTER's regs->sp and regs->flags fixups into C by Andy Lutomirski · 4 years, 7 months ago
  37. c9c2615 x86/entry: Assert that syscalls are on the right stack by Andy Lutomirski · 4 years, 7 months ago
  38. c82965f x86/entry/64: Handle FSGSBASE enabled paranoid entry/exit by Chang S. Bae · 4 years, 7 months ago
  39. eaad981 x86/entry/64: Introduce the FIND_PERCPU_BASE macro by Chang S. Bae · 4 years, 7 months ago
  40. 96b2371 x86/entry/64: Switch CR3 before SWAPGS in paranoid entry by Chang S. Bae · 4 years, 7 months ago
  41. 9b4feb6 arch: wire-up close_range() by Christian Brauner · 6 years ago
  42. 076f14b Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  43. 0bf3924b x86/entry: Force rcu_irq_enter() when in idle task by Thomas Gleixner · 4 years, 7 months ago
  44. 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 7 months ago
  45. f0178fc x86/entry: Unbreak __irqentry_text_start/end magic by Thomas Gleixner · 4 years, 7 months ago
  46. bf2b300 x86/entry: Rename trace_hardirqs_off_prepare() by Peter Zijlstra · 4 years, 7 months ago
  47. fd501d4 x86/entry: Remove DBn stacks by Peter Zijlstra · 4 years, 7 months ago
  48. 320100a x86/entry: Remove the TRACE_IRQS cruft by Thomas Gleixner · 4 years, 8 months ago
  49. 3ffdfdc x86/entry: Move paranoid irq tracing out of ASM code by Thomas Gleixner · 4 years, 8 months ago
  50. 9628f26 x86/entry/64: Remove TRACE_IRQS_*_DEBUG by Thomas Gleixner · 4 years, 8 months ago
  51. fa95a0c x86/entry/32: Remove redundant irq disable code by Thomas Gleixner · 4 years, 8 months ago
  52. 3b6c9bf x86/entry: Make enter_from_user_mode() static by Thomas Gleixner · 4 years, 8 months ago
  53. e3e5c64 x86/entry/64: Remove IRQ stack switching ASM by Thomas Gleixner · 4 years, 8 months ago
  54. 75da04f x86/entry: Remove the apic/BUILD interrupt leftovers by Thomas Gleixner · 4 years, 8 months ago
  55. 13cad985 x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLE by Thomas Gleixner · 4 years, 8 months ago
  56. cb09ea2 x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
  57. a16be36 x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
  58. 9c3b1f4 x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC* by Thomas Gleixner · 4 years, 8 months ago
  59. 720909a x86/entry: Convert various system vectors by Thomas Gleixner · 4 years, 8 months ago
  60. 582f919 x86/entry: Convert SMP system vectors to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
  61. db0338e x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
  62. 6368558 x86/entry: Provide IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
  63. fa5e5c4 x86/entry: Use idtentry for interrupts by Thomas Gleixner · 4 years, 8 months ago
  64. 0bf7c31 x86/entry: Add IRQENTRY_IRQ macro by Thomas Gleixner · 4 years, 8 months ago
  65. 633260f x86/irq: Convey vector as argument and not in ptregs by Thomas Gleixner · 4 years, 8 months ago
  66. 74ebed3 x86/entry/32: Remove common_exception() by Thomas Gleixner · 4 years, 8 months ago
  67. 23d73f2 x86/entry/64: Remove error_exit() by Thomas Gleixner · 4 years, 8 months ago
  68. e88d974 x86/entry: Change exit path of xen_failsafe_callback by Thomas Gleixner · 4 years, 8 months ago
  69. e2dcb5f x86/entry: Remove the transition leftovers by Thomas Gleixner · 4 years, 8 months ago
  70. 91eeafe x86/entry: Switch page fault exception to IDTENTRY_RAW by Thomas Gleixner · 4 years, 8 months ago
  71. 00cf8ba x86/entry/64: Simplify idtentry_body by Thomas Gleixner · 4 years, 8 months ago
  72. 2f6474e x86/entry: Switch XEN/PV hypercall entry to IDTENTRY by Thomas Gleixner · 4 years, 8 months ago
  73. 1de16e0 x86/entry: Split out idtentry_exit_cond_resched() by Thomas Gleixner · 4 years, 8 months ago
  74. eb6555c x86/entry/64: Move do_softirq_own_stack() to C by Thomas Gleixner · 4 years, 8 months ago
  75. 931b941 x86/entry: Provide helpers for executing on the irqstack by Thomas Gleixner · 4 years, 8 months ago
  76. 9ee01e0 x86/entry: Clean up idtentry_enter/exit() leftovers by Thomas Gleixner · 4 years, 8 months ago
  77. 9f9781b x86/entry: Provide idtentry_enter/exit_user() by Thomas Gleixner · 4 years, 8 months ago
  78. 3eeec38 x86/entry: Provide idtentry_entry/exit_cond_rcu() by Thomas Gleixner · 4 years, 8 months ago
  79. c29c775 x86/entry: Convert double fault exception to IDTENTRY_DF by Thomas Gleixner · 4 years, 11 months ago
  80. 4c0dcd8 x86/entry: Implement user mode C entry points for #DB and #MCE by Thomas Gleixner · 4 years, 11 months ago
  81. df7ccaf x86/entry/64: Remove error code clearing from #DB and #MCE ASM stub by Thomas Gleixner · 4 years, 11 months ago
  82. 2bbc68f x86/entry: Convert Debug exception to IDTENTRY_DB by Thomas Gleixner · 4 years, 11 months ago
  83. 6271fef x86/entry: Convert NMI to IDTENTRY_NMI by Thomas Gleixner · 4 years, 11 months ago
  84. 8cd501c x86/entry: Convert Machine Check to IDTENTRY_IST by Thomas Gleixner · 4 years, 11 months ago
  85. 8edd7e3 x86/entry: Convert INT3 exception to IDTENTRY_RAW by Thomas Gleixner · 4 years, 11 months ago
  86. d772905 x86/entry/32: Convert IRET exception to IDTENTRY_SW by Thomas Gleixner · 4 years, 11 months ago
  87. 48227e2 x86/entry: Convert SIMD coprocessor error exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  88. 436608b x86/entry: Convert Alignment check exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  89. 14a8bd2 x86/entry: Convert Coprocessor error exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  90. dad7106 x86/entry: Convert Spurious interrupt bug exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  91. be4c11a x86/entry: Convert General protection exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  92. fd9689b x86/entry: Convert Stack segment exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  93. 99a3fb8 x86/entry: Convert Segment not present exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  94. 97b3d29 x86/entry: Convert Invalid TSS exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  95. f95658f x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  96. 866ae2c x86/entry: Convert Device not available exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  97. 49893c5 x86/entry: Convert Invalid Opcode exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  98. 58d9c81 x86/entry: Convert Bounds exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  99. 4b6b911 x86/entry: Convert Overflow exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  100. 9d06c40 x86/entry: Convert Divide Error to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago