1. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. e75c73a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. 7ef3d7d Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/core, to merge last updates by Ingo Molnar · 9 years ago
  4. 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 9 years ago
  5. b2502b4 x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32 by Ingo Molnar · 9 years ago
  6. 4c8cd0c x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_SYSENTER_32 and entry_SYSENTER_compat by Ingo Molnar · 9 years ago
  7. 2cd2355 x86/asm/entry: Rename compat syscall entry points by Ingo Molnar · 9 years ago
  8. 9cd25aa x86/mm/pat: Emulate PAT when it is disabled by Borislav Petkov · 9 years ago
  9. d647230 x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> by Stephen Rothwell · 9 years ago
  10. 71966f3 Merge branch 'locking/core' into x86/core, to prepare for dependent patch by Ingo Molnar · 9 years ago
  11. 21c4cd1 x86/fpu: Simplify fpu__cpu_init() by Ingo Molnar · 9 years ago
  12. 3a9c4b0 x86/fpu: Rename fpu_init() to fpu__cpu_init() by Ingo Molnar · 9 years ago
  13. 62c7a1e locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS by Ingo Molnar · 9 years ago
  14. 3a23208 x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code by Denys Vlasenko · 9 years ago
  15. 63332a8 x86/entry: Stop using PER_CPU_VAR(kernel_stack) by Denys Vlasenko · 9 years ago
  16. 7ae383b Merge branch 'linus' into x86/asm, before applying dependent patch by Ingo Molnar · 9 years ago
  17. e95e6f1 locking/pvqspinlock, x86: Enable PV qspinlock for Xen by David Vrabel · 9 years ago
  18. a71dbda hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guests by Boris Ostrovsky · 9 years ago
  19. 2b953a5 xen: Suspend ticks on all CPUs during suspend by Boris Ostrovsky · 9 years ago
  20. aac82d3 x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop by Andy Lutomirski · 9 years ago
  21. 497a5df Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  22. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  23. 9823336 x86: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 9 years ago
  24. 078838d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  25. 60f898e Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  26. 7fd5647 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  27. 4bcc782 Merge tag 'v4.0-rc7' into x86/asm, to resolve conflicts by Ingo Molnar · 9 years ago
  28. 3f85483 x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guests by Boris Ostrovsky · 10 years ago
  29. f46481d tick/xen: Provide and use tick_suspend_local() and tick_resume_local() by Thomas Gleixner · 10 years ago
  30. 4ffee52 clockevents: Make suspend/resume calls explicit by Thomas Gleixner · 10 years ago
  31. 4bfe186 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  32. ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
  33. 633d6f1 x86/xen: prepare p2m list for memory hotplug by Juergen Gross · 10 years ago
  34. e4518ab Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts by Ingo Molnar · 10 years ago
  35. c38e503 x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch' by Ingo Molnar · 10 years ago
  36. 4e8c0c8 xen/privcmd: improve performance of MMAPBATCH_V2 by David Vrabel · 10 years ago
  37. 628c28e xen: unify foreign GFN map/unmap for auto-xlated physmap guests by David Vrabel · 10 years ago
  38. b3b06c7 x86/xen/apic: WARN with details. by Konrad Rzeszutek Wilk · 10 years ago
  39. feb44f1 x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUs by Konrad Rzeszutek Wilk · 10 years ago
  40. 526abea xen: use generated hypercall symbols in arch/x86/xen/xen-head.S by Juergen Gross · 10 years ago
  41. fc903f8 xen: use generated hypervisor symbols in arch/x86/xen/trace.c by Juergen Gross · 10 years ago
  42. 16b12d6 xen: synchronize include/xen/interface/xen.h with xen by Juergen Gross · 10 years ago
  43. 2a442c9 x86: Use common outgoing-CPU-notification code by Paul E. McKenney · 10 years ago
  44. 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 10 years ago
  45. b8f05c8 x86/xen: correct bug in p2m list initialization by Juergen Gross · 10 years ago
  46. 5054daa x86/xen: Initialize cr4 shadow for 64-bit PV(H) guests by Boris Ostrovsky · 10 years ago
  47. 31795b47 x86/xen: Make sure X2APIC_ENABLE bit of MSR_IA32_APICBASE is not set by Boris Ostrovsky · 10 years ago
  48. 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
  49. d6abfdb x86/spinlocks/paravirt: Fix memory corruption on unlock by Raghavendra K T · 10 years ago
  50. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  51. c833e17 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  52. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  53. 8da7633 xen: mark grant mapped pages as foreign by Jennifer Herbert · 10 years ago
  54. 0ae65f4 x86/xen: require ballooned pages for grant maps by Jennifer Herbert · 10 years ago
  55. 0bb599f xen: remove scratch frames for ballooned pages and m2p override by David Vrabel · 10 years ago
  56. 853d028 xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs() by David Vrabel · 10 years ago
  57. 270b793 x86/xen: cleanup arch/x86/xen/mmu.c by Juergen Gross · 10 years ago
  58. bf9d834 x86/xen: add some __init annotations in arch/x86/xen/mmu.c by Juergen Gross · 10 years ago
  59. a3f5239 x86/xen: add some __init and static annotations in arch/x86/xen/setup.c by Juergen Gross · 10 years ago
  60. 3ba5c86 x86/xen: use correct types for addresses in arch/x86/xen/setup.c by Juergen Gross · 10 years ago
  61. f0feed1 x86/xen: cleanup arch/x86/xen/setup.c by Juergen Gross · 10 years ago
  62. 57b6b99 x86,xen: use current->state helpers by Davidlohr Bueso · 10 years ago
  63. 94dd85f x86/xen: prefer TSC over xen clocksource for dom0 by Palik, Imre · 10 years ago
  64. 1760f1e x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 10 years ago
  65. 613d4ce Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  66. f221b04 x86/xen: properly retrieve NMI reason by Jan Beulich · 10 years ago
  67. 9a17ad7 xen: check for zero sized area when invalidating memory by Juergen Gross · 10 years ago
  68. e86f949 xen: use correct type for physical addresses by Juergen Gross · 10 years ago
  69. f241b0b xen: correct race in alloc_p2m_pmd() by Juergen Gross · 10 years ago
  70. 82c92ed xen: correct error for building p2m list on 32 bits by Juergen Gross · 10 years ago
  71. 7be0772 x86/xen: avoid freeing static 'name' when kasprintf() fails by Vitaly Kuznetsov · 10 years ago
  72. a97dae1 x86/xen: add extra memory for remapped frames during setup by David Vrabel · 10 years ago
  73. bc7142c x86/xen: don't count how many PFNs are identity mapped by David Vrabel · 10 years ago
  74. 701a261 x86/xen: Free bootmem in free_p2m_page() during early boot by Boris Ostrovsky · 10 years ago
  75. 8b8cd8a x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer() by Boris Ostrovsky · 10 years ago
  76. eb64c3c Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  77. cdfa0ba xen: switch to post-init routines in xen mmu.c earlier by Juergen Gross · 10 years ago
  78. 3100e44 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  79. a023748 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  80. 76f0a48 xen: annotate xen_set_identity_and_remap_chunk() with __init by Juergen Gross · 10 years ago
  81. 90fff3e xen: introduce helper functions to do safe read and write accesses by Juergen Gross · 10 years ago
  82. 2e91717 xen: Speed up set_phys_to_machine() by using read-only mappings by Juergen Gross · 10 years ago
  83. 054954e xen: switch to linear virtual mapped sparse p2m list by Juergen Gross · 10 years ago
  84. 0aad568 xen: Hide get_phys_to_machine() to be able to tune common path by Juergen Gross · 10 years ago
  85. 5b8e7d8 xen: Delay invalidating extra memory by Juergen Gross · 10 years ago
  86. 97f4533 xen: Delay m2p_override initialization by Juergen Gross · 10 years ago
  87. 1f3ac86 xen: Delay remapping memory of pv-domain by Juergen Gross · 10 years ago
  88. 7108c9c xen: use common page allocation function in p2m.c by Juergen Gross · 10 years ago
  89. 820c4db xen: Make functions static by Juergen Gross · 10 years ago
  90. 6f58d89 xen: fix some style issues in p2m.c by Juergen Gross · 10 years ago
  91. 47591df xen: Support Xen pv-domains using PAT by Juergen Gross · 10 years ago
  92. 5427955 x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU down by Boris Ostrovsky · 10 years ago
  93. 1ad83c8 x86_64,vsyscall: Make vsyscall emulation configurable by Andy Lutomirski · 10 years ago
  94. 1ea644c8 x86/xen: panic on bad Xen-provided memory map by Martin Kelly · 10 years ago
  95. 3251f20 x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read() by Boris Ostrovsky · 10 years ago
  96. 3a0e94f x86/xen: avoid race in p2m handling by Juergen Gross · 10 years ago
  97. 2c18568 x86/xen: delay construction of mfn_list_list by Juergen Gross · 10 years ago
  98. 239af7c x86/xen: avoid writing to freed memory after race in p2m handling by Juergen Gross · 10 years ago
  99. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  100. 19e00d5 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago