1. 5c39403 x86/asm/entry: Simplify task_pt_regs() macro definition by Denys Vlasenko · 10 years ago
  2. 76e4c49 x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1 by Andy Lutomirski · 10 years ago
  3. d9e05cc x86/asm/entry: Unify and fix initial thread_struct::sp0 values by Andy Lutomirski · 10 years ago
  4. 3ee4298 x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro by Andy Lutomirski · 10 years ago
  5. 9a036b93 x86/signal/64: Remove 'fs' and 'gs' from sigcontext by Andy Lutomirski · 10 years ago
  6. c6f2062 x86/signal/64: Fix SS handling for signals delivered to 64-bit programs by Andy Lutomirski · 10 years ago
  7. 263042e x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpath by Denys Vlasenko · 10 years ago
  8. 616ab24 x86/asm/entry/64: Remove stub_iopl by Denys Vlasenko · 10 years ago
  9. 29722cd x86/asm/entry/64: Save R11 into pt_regs->flags on SYSCALL64 fastpath by Denys Vlasenko · 10 years ago
  10. 3e1aa7c x86/asm: Optimize unnecessarily wide TEST instructions by Denys Vlasenko · 10 years ago
  11. 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
  12. b27559a x86/asm/entry: Delay loading sp0 slightly on task switch by Andy Lutomirski · 10 years ago
  13. 9b47668 x86/asm/entry: Rename 'INIT_TSS_IST' to 'CPU_TSS_IST' by Andy Lutomirski · 10 years ago
  14. d0a0de2 x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss' by Andy Lutomirski · 10 years ago
  15. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
  16. 9d0c914 x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0 by Andy Lutomirski · 10 years ago
  17. 75182b1 x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() by Andy Lutomirski · 10 years ago
  18. 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 10 years ago
  19. 5eca745 x86/traps: Separate set_intr_gate() and clean up early_trap_init() by Wang Nan · 10 years ago
  20. 1e3fbb8 x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization by Andy Lutomirski · 10 years ago
  21. d441c1f x86/asm/entry/64: Simplify optimistic SYSRET by Denys Vlasenko · 10 years ago
  22. b3ab90b x86/asm/entry/64/compat: Use more readable constant by Denys Vlasenko · 10 years ago
  23. 911d2bb x86/asm/entry/64: Use more readable constants by Denys Vlasenko · 10 years ago
  24. 14f6e95 x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callers by Denys Vlasenko · 10 years ago
  25. ebfc453 x86/asm/entry/64: Clean up and document various entry code details by Denys Vlasenko · 10 years ago
  26. 1eeb207 x86/asm/entry/64: Move 'save_paranoid' and 'ret_from_fork' closer to their users by Denys Vlasenko · 10 years ago
  27. b87cf63 x86/asm/entry: Add comments about various syscall instructions by Denys Vlasenko · 10 years ago
  28. 050273d x86/asm/entry/64: Remove 'int_check_syscall_exit_work' by Andy Lutomirski · 10 years ago
  29. f2db938 x86/asm/entry: Do mass removal of 'ARGOFFSET' by Denys Vlasenko · 10 years ago
  30. 0d55083 x86/asm/entry/64: Shrink code in 'paranoid_exit' by Denys Vlasenko · 10 years ago
  31. e90e147 x86/asm/entry/64: Fix comments by Denys Vlasenko · 10 years ago
  32. 76f5df4 x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel stack by Denys Vlasenko · 10 years ago
  33. 6e1327b x86/asm/entry/64: Fix incorrect symbolic constant usage: R11->ARGOFFSET by Denys Vlasenko · 10 years ago
  34. 49db46a x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE by Denys Vlasenko · 10 years ago
  35. 69e8544 x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunks by Denys Vlasenko · 10 years ago
  36. f8e92fb 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
  37. d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 10 years ago
  38. 7e8e385 x86/compat: Remove sys32_vm86_warning by Brian Gerst · 10 years ago
  39. 2aa4a71 x86/compat: Merge native and compat 32-bit syscall tables by Brian Gerst · 10 years ago
  40. 29a5ff9 x86/compat: Remove compat_ni_syscall() by Brian Gerst · 10 years ago
  41. a38ecbb Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  42. d7b48fe Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  43. 5b2bdbc x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs too by Steven Rostedt · 10 years ago
  44. 5838d18 Merge branch 'linus' into x86/urgent, to merge dependent patch by Ingo Molnar · 10 years ago
  45. b4d8327 x86/traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BP by Wang Nan · 10 years ago
  46. 72c6fb4 x86/ia32-compat: Fix CLONE_SETTLS bitness of copy_thread() by Andy Lutomirski · 10 years ago
  47. 08571f1 x86/ptrace: Remove checks for TIF_IA32 when changing CS and SS by Andy Lutomirski · 10 years ago
  48. b24e2bd Merge tag 'stable/for-linus-4.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  49. 84257ce Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  50. 579deee x86/platform/intel-mid: Fix trivial printk message typo in intel_mid_arch_setup() by Yannick Guerrini · 10 years ago
  51. 5054daa x86/xen: Initialize cr4 shadow for 64-bit PV(H) guests by Boris Ostrovsky · 10 years ago
  52. fdfd811 x86/xen: allow privcmd hypercalls to be preempted by David Vrabel · 10 years ago
  53. 31795b47 x86/xen: Make sure X2APIC_ENABLE bit of MSR_IA32_APICBASE is not set by Boris Ostrovsky · 10 years ago
  54. e0bc8d1 x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macro by Borislav Petkov · 10 years ago
  55. a77600c x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macro by Borislav Petkov · 10 years ago
  56. 84d95ad x86/lib/memset_64.S: Convert to ALTERNATIVE_2 macro by Borislav Petkov · 10 years ago
  57. a930dc4 x86/asm: Cleanup prefetch primitives by Borislav Petkov · 10 years ago
  58. c70e1b4 x86/asm: Use alternative_2() in rdtsc_barrier() by Borislav Petkov · 10 years ago
  59. 6620ef2 x86/lib/clear_page_64.S: Convert to ALTERNATIVE_2 macro by Borislav Petkov · 10 years ago
  60. 8e65f6e x86/entry_32: Convert X86_INVD_BUG to ALTERNATIVE macro by Borislav Petkov · 10 years ago
  61. 669f8a9 x86/smap: Use ALTERNATIVE macro by Borislav Petkov · 10 years ago
  62. de2ff88 x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2 by Borislav Petkov · 10 years ago
  63. 090a3f6 x86/lib/copy_page_64.S: Use generic ALTERNATIVE macro by Borislav Petkov · 10 years ago
  64. 4fd4b6e x86/alternatives: Use optimized NOPs for padding by Borislav Petkov · 10 years ago
  65. 48c7a25 x86/alternatives: Make JMPs more robust by Borislav Petkov · 10 years ago
  66. 4332195 x86/alternatives: Add instruction padding by Borislav Petkov · 10 years ago
  67. db477a3 x86/alternatives: Cleanup DPRINTK macro by Borislav Petkov · 10 years ago
  68. 338ea55 x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT define by Borislav Petkov · 10 years ago
  69. a927792 x86/cpu/intel: Fix trivial typo in intel_tlb_table[] by Yannick Guerrini · 10 years ago
  70. f967737 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  71. 10436cf Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  72. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  73. b5aeca5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  74. 3f4d992 Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  75. 2a6730c kprobes/x86: Check for invalid ftrace location in __recover_probed_insn() by Petr Mladek · 10 years ago
  76. 650b7b2 kprobes/x86: Use 5-byte NOP when the code might be modified by ftrace by Petr Mladek · 10 years ago
  77. 570e1aa x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarch by Jiri Kosina · 10 years ago
  78. 719d359 x86/asm: Add support for the pcommit instruction by Ross Zwisler · 10 years ago
  79. e3a1f6c x86: pte_protnone() and pmd_protnone() must check entry is not present by David Vrabel · 10 years ago
  80. 27a22ee Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  81. 1fbe23e Merge tag 'microcode_fixes_for-3.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  82. 35a9ff4 x86/microcode/intel: Handle truncated microcode images more robustly by Quentin Casasnovas · 10 years ago
  83. f84598b x86/microcode/intel: Guard against stack overflow in the loader by Quentin Casasnovas · 10 years ago
  84. a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  85. 4e7c22d x86, mm/ASLR: Fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 10 years ago
  86. ee408b4 Merge branch 'tip-x86-mm' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  87. f15e051 x86/mm/init: Fix incorrect page size in init_memory_mapping() printks by Dave Hansen · 10 years ago
  88. f47233c x86/mm/ASLR: Propagate base load address calculation by Jiri Kosina · 10 years ago
  89. fb148d8 x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.S by Alexander Kuleshov · 10 years ago
  90. c11a25f x86/intel/quark: Fix simple_return.cocci warnings by Fengguang Wu · 10 years ago
  91. 32d3916 x86/intel/quark: Fix ptr_ret.cocci warnings by Fengguang Wu · 10 years ago
  92. f476893 lguest: update help text. by Rusty Russell · 10 years ago
  93. b0bd96f lguest: now depends on PCI by Rusty Russell · 10 years ago
  94. 0cdb81b x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pge by Jan Beulich · 10 years ago
  95. 5b171e8 x86/asm/boot: Fix path in comments by Alexander Kuleshov · 10 years ago
  96. 91e5ed4 x86/asm/decoder: Fix and enforce max instruction size in the insn decoder by Andy Lutomirski · 10 years ago
  97. 8bbc2a1 x86/intel/quark: Add Intel Quark platform support by Bryan O'Donoghue · 10 years ago
  98. 28a375d x86/intel/quark: Add Isolated Memory Regions for Quark X1000 by Bryan O'Donoghue · 10 years ago
  99. b273c2c2 x86/apic: Fix the devicetree build in certain configs by Ricardo Ribalda Delgado · 10 years ago
  100. b7e3756 kprobes/x86: Mark 2 bytes NOP as boostable by Wang Nan · 10 years ago