1. 7dc7cc0 x86/irq/tracing: Fold ARCH_LOCKDEP_SYS_EXIT defines into their users by Denys Vlasenko · 10 years ago
  2. 40e2ec6 x86/irq/tracing: Move ARCH_LOCKDEP_SYS_EXIT defines closer to their users by Denys Vlasenko · 10 years ago
  3. 47eb582 x86/asm/entry/64: Use smaller instructions by Denys Vlasenko · 10 years ago
  4. 146b2b0 x86/asm/entry/64: Use better label name, fix comments by Denys Vlasenko · 10 years ago
  5. 06ab9c1 Merge branch 'x86/urgent' into x86/asm, to resolve conflict by Ingo Molnar · 10 years ago
  6. 72d64cc x86/asm: Further improve segment.h readability by Ingo Molnar · 10 years ago
  7. b3494a4 x86/asm/entry: Check for syscall exit work with IRQs disabled by Andy Lutomirski · 10 years ago
  8. dca5b52 x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() by Ingo Molnar · 10 years ago
  9. f9d7185 x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro by Ingo Molnar · 10 years ago
  10. 1ddc6f3 x86/asm/entry/64: Improve the THREAD_INFO() macro explanation by Ingo Molnar · 10 years ago
  11. d56fe4b x86/asm/entry/64: Always set up SYSENTER MSRs by Ingo Molnar · 10 years ago
  12. 84f5378 x86/asm: Deobfuscate segment.h by Denys Vlasenko · 10 years ago
  13. 65c2377 x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixup by Denys Vlasenko · 10 years ago
  14. a71ffdd x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macros by Denys Vlasenko · 10 years ago
  15. 9ed8e7d x86/asm/entry/64: Use PUSH instructions to build pt_regs on stack by Denys Vlasenko · 10 years ago
  16. ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
  17. b3fe8ba x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
  18. a76c7f4 x86/asm/entry/64: Fold syscall32_cpu_init() into its sole user by Denys Vlasenko · 10 years ago
  19. 34061f1 x86/asm/entry/64: Fix incorrect comment by Denys Vlasenko · 10 years ago
  20. d74ef11 x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks by Andy Lutomirski · 10 years ago
  21. 7a28067 x86/asm/entry: Remove user_mode_vm() by Andy Lutomirski · 10 years ago
  22. f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 10 years ago
  23. efa7045 x86/asm/entry: Make user_mode() work correctly if regs came from VM86 mode by Andy Lutomirski · 10 years ago
  24. ae60f07 x86/asm/entry: Use user_mode_ignore_vm86() where appropriate by Andy Lutomirski · 10 years ago
  25. 383f3af x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base() by Andy Lutomirski · 10 years ago
  26. a67e727 x86/asm/entry: Add user_mode_ignore_vm86() by Andy Lutomirski · 10 years ago
  27. e4518ab Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts by Ingo Molnar · 10 years ago
  28. c56716a x86/asm/entry, perf: Fix incorrect TIF_IA32 check in code_segment_base() by Andy Lutomirski · 10 years ago
  29. d31bf07 x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch() by Andy Lutomirski · 10 years ago
  30. 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 10 years ago
  31. 3d7a6db Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  32. 9e8ce4b Revert "x86/PCI: Refine the way to release PCI IRQ resources" by Rafael J. Wysocki · 10 years ago
  33. ec3fbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  34. c586165 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  35. 2fc6775 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  36. c38e503 x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch' by Ingo Molnar · 10 years ago
  37. 7fcb3bc x86/asm/entry/64: Update comments about stack frames by Ingo Molnar · 10 years ago
  38. ac9af49 x86/asm/entry/64: Remove thread_struct::usersp by Ingo Molnar · 10 years ago
  39. 9854dd7 x86/asm/entry/64: Simplify 'old_rsp' usage by Ingo Molnar · 10 years ago
  40. 33db1fd x86/asm/entry/64: Enable interrupts *after* we fetch PER_CPU_VAR(old_rsp) by Denys Vlasenko · 10 years ago
  41. 8b6c0ab x86/asm/entry: Document and clean up the enable_sep_cpu() and syscall32_cpu_init() functions by Ingo Molnar · 10 years ago
  42. d828c71 x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" better by Denys Vlasenko · 10 years ago
  43. 5c39403 x86/asm/entry: Simplify task_pt_regs() macro definition by Denys Vlasenko · 10 years ago
  44. 76e4c49 x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1 by Andy Lutomirski · 10 years ago
  45. d9e05cc x86/asm/entry: Unify and fix initial thread_struct::sp0 values by Andy Lutomirski · 10 years ago
  46. 3ee4298 x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro by Andy Lutomirski · 10 years ago
  47. 9a036b93 x86/signal/64: Remove 'fs' and 'gs' from sigcontext by Andy Lutomirski · 10 years ago
  48. c6f2062 x86/signal/64: Fix SS handling for signals delivered to 64-bit programs by Andy Lutomirski · 10 years ago
  49. 69797da Revert "x86/mm/ASLR: Propagate base load address calculation" by Borislav Petkov · 10 years ago
  50. f47e331 Merge tag 'stable/for-linus-4.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  51. 670125b KVM: VMX: Set msr bitmap correctly if vcpu is in guest mode by Wincy Van · 10 years ago
  52. f4c3686 x86/fpu: Drop_fpu() should not assume that tsk equals current by Oleg Nesterov · 10 years ago
  53. a7c80eb x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_sig() by Oleg Nesterov · 10 years ago
  54. ccfe8c3 crypto: aesni - fix memory usage in GCM decryption by Stephan Mueller · 10 years ago
  55. c1a6bff kvm: x86: i8259: return initialized data on invalid-size read by Petr Matousek · 10 years ago
  56. c8a470c x86/apic/numachip: Fix sibling map with NumaChip by Daniel J Blueman · 10 years ago
  57. 7486341 x86/platform, acpi: Bypass legacy PIC and PIT in ACPI hardware reduced mode by Li, Aubrey · 10 years ago
  58. dc9be0f kvm: move advertising of KVM_CAP_IRQFD to common code by Paolo Bonzini · 10 years ago
  59. 263042e x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpath by Denys Vlasenko · 10 years ago
  60. 616ab24 x86/asm/entry/64: Remove stub_iopl by Denys Vlasenko · 10 years ago
  61. 29722cd x86/asm/entry/64: Save R11 into pt_regs->flags on SYSCALL64 fastpath by Denys Vlasenko · 10 years ago
  62. 394838c x86/asm/entry/32: Fix user_mode() misuses by Andy Lutomirski · 10 years ago
  63. 3e1aa7c x86/asm: Optimize unnecessarily wide TEST instructions by Denys Vlasenko · 10 years ago
  64. a7fcf28 x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32 by Andy Lutomirski · 10 years ago
  65. b27559a x86/asm/entry: Delay loading sp0 slightly on task switch by Andy Lutomirski · 10 years ago
  66. 39ed853 Merge tag 'pm+acpi-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  67. e893286 x86/vdso: Fix the build on GCC5 by Jiri Slaby · 10 years ago
  68. 9b47668 x86/asm/entry: Rename 'INIT_TSS_IST' to 'CPU_TSS_IST' by Andy Lutomirski · 10 years ago
  69. d0a0de2 x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss' by Andy Lutomirski · 10 years ago
  70. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
  71. 9d0c914 x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0 by Andy Lutomirski · 10 years ago
  72. 75182b1 x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() by Andy Lutomirski · 10 years ago
  73. 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 10 years ago
  74. 8204680 Merge branch 'acpi-resources' by Rafael J. Wysocki · 10 years ago
  75. 99aedde Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  76. 06c8173 x86/fpu/xsaves: Fix improper uses of __ex_table by Quentin Casasnovas · 10 years ago
  77. 9ab6eb5 x86/intel/quark: Select COMMON_CLK by Andy Shevchenko · 10 years ago
  78. 956421f x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization by Andy Lutomirski · 10 years ago
  79. 5eca745 x86/traps: Separate set_intr_gate() and clean up early_trap_init() by Wang Nan · 10 years ago
  80. 1e3fbb8 x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization by Andy Lutomirski · 10 years ago
  81. d441c1f x86/asm/entry/64: Simplify optimistic SYSRET by Denys Vlasenko · 10 years ago
  82. b3ab90b x86/asm/entry/64/compat: Use more readable constant by Denys Vlasenko · 10 years ago
  83. 911d2bb x86/asm/entry/64: Use more readable constants by Denys Vlasenko · 10 years ago
  84. 14f6e95 x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callers by Denys Vlasenko · 10 years ago
  85. ebfc453 x86/asm/entry/64: Clean up and document various entry code details by Denys Vlasenko · 10 years ago
  86. 1eeb207 x86/asm/entry/64: Move 'save_paranoid' and 'ret_from_fork' closer to their users by Denys Vlasenko · 10 years ago
  87. b87cf63 x86/asm/entry: Add comments about various syscall instructions by Denys Vlasenko · 10 years ago
  88. 050273d x86/asm/entry/64: Remove 'int_check_syscall_exit_work' by Andy Lutomirski · 10 years ago
  89. f2db938 x86/asm/entry: Do mass removal of 'ARGOFFSET' by Denys Vlasenko · 10 years ago
  90. 0d55083 x86/asm/entry/64: Shrink code in 'paranoid_exit' by Denys Vlasenko · 10 years ago
  91. e90e147 x86/asm/entry/64: Fix comments by Denys Vlasenko · 10 years ago
  92. 76f5df4 x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel stack by Denys Vlasenko · 10 years ago
  93. 6e1327b x86/asm/entry/64: Fix incorrect symbolic constant usage: R11->ARGOFFSET by Denys Vlasenko · 10 years ago
  94. 49db46a x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE by Denys Vlasenko · 10 years ago
  95. 69e8544 x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunks by Denys Vlasenko · 10 years ago
  96. b8e81a3 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  97. 63f1789 x86/PCI/ACPI: Ignore resources consumed by host bridge itself by Jiang Liu · 10 years ago
  98. f8e92fb4 Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asm by Ingo Molnar · 10 years ago
  99. d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 10 years ago
  100. 7e8e385 x86/compat: Remove sys32_vm86_warning by Brian Gerst · 10 years ago