1. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  2. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  3. 2b0f893 Merge branch 'timers/posix-cpu-timers-for-tglx' of by Thomas Gleixner · 11 years ago
  4. 3e34131 Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  5. d652df0 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  6. 47433b8 x86: xen: Sync the CMOS RTC as well as the Xen wallclock by David Vrabel · 11 years ago
  7. 5584880 x86: xen: Sync the wallclock when the system time is set by David Vrabel · 11 years ago
  8. 0b0c002 xen/time: remove blocked time accounting from xen "clockchip" by Laszlo Ersek · 13 years ago
  9. 09e99da xen/time: Free onlined per-cpu data structure if we want to online it again. by Konrad Rzeszutek Wilk · 11 years ago
  10. a05e2c3 xen/time: Check that the per_cpu data structure has data before freeing. by Konrad Rzeszutek Wilk · 11 years ago
  11. c9d76a2 xen/time: Don't leak interrupt name when offlining. by Konrad Rzeszutek Wilk · 11 years ago
  12. 31620a1 xen/time: Encapsulate the struct clock_event_device in another structure. by Konrad Rzeszutek Wilk · 11 years ago
  13. 354e7b7 xen/spinlock: Don't leak interrupt name when offlining. by Konrad Rzeszutek Wilk · 11 years ago
  14. b85fffe xen/smp: Don't leak interrupt name when offlining. by Konrad Rzeszutek Wilk · 11 years ago
  15. ee336e1 xen/smp: Set the per-cpu IRQ number to a valid default. by Konrad Rzeszutek Wilk · 11 years ago
  16. 9547689 xen/smp: Introduce a common structure to contain the IRQ name and interrupt line. by Konrad Rzeszutek Wilk · 11 years ago
  17. 53b94fd xen/smp: Coalesce the free_irq calls in one function. by Konrad Rzeszutek Wilk · 11 years ago
  18. 60e019e x86: Get rid of ->hard_math and all the FPU asm fu by H. Peter Anvin · 11 years ago
  19. 466318a xen/smp: Fixup NOHZ per cpu data when onlining an offline CPU. by Konrad Rzeszutek Wilk · 11 years ago
  20. 1db01b4 xen: Clean up apic ipi interface by Stefan Bader · 11 years ago
  21. 3565184 x86: Increase precision of x86_platform.get/set_wallclock() by David Vrabel · 11 years ago
  22. 607eeb0 Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  23. 4ea9b9a xen: mask x2APIC feature in PV by Zhenzhong Duan · 11 years ago
  24. cb91f8f xen/spinlock: Fix check from greater than to be also be greater or equal to. by Konrad Rzeszutek Wilk · 11 years ago
  25. d5b17db xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_info by Konrad Rzeszutek Wilk · 11 years ago
  26. a520996 xen/vcpu: Document the xen_vcpu_info and xen_vcpu by Konrad Rzeszutek Wilk · 11 years ago
  27. 7f1fc26 xen/vcpu/pvhvm: Fix vcpu hotplugging hanging. by Konrad Rzeszutek Wilk · 11 years ago
  28. 1e2f5b5 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  29. 01c7cd0 Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  30. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  31. 9d2da7a Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  32. b12abaa xen/smp: Unifiy some of the PVs and PVHVM offline CPU path by Konrad Rzeszutek Wilk · 11 years ago
  33. 27d8b20 xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one. by Konrad Rzeszutek Wilk · 11 years ago
  34. 70dd499 xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM by Konrad Rzeszutek Wilk · 11 years ago
  35. cb9c6f1 xen/spinlock: Check against default value of -1 for IRQ line. by Konrad Rzeszutek Wilk · 11 years ago
  36. ef35a4e xen/time: Add default value of -1 for IRQ and check for that. by Konrad Rzeszutek Wilk · 11 years ago
  37. 7918c92 xen/time: Fix kasprintf splat when allocating timer%d IRQ line. by Konrad Rzeszutek Wilk · 11 years ago
  38. 66ff0fe xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU online/offline by Konrad Rzeszutek Wilk · 11 years ago
  39. 888b65b xen/smp: Fix leakage of timer interrupt line for every CPU online/offline. by Konrad Rzeszutek Wilk · 11 years ago
  40. 96f28bc x86/xen: populate boot_params with EDD data by David Vrabel · 11 years ago
  41. 6c4c4d4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  42. 357d122 x86, xen, gdt: Remove the pvops variant of store_gdt. by Konrad Rzeszutek Wilk · 11 years ago
  43. 4eefbe7 x86: Use a read-only IDT alias on all CPUs by Kees Cook · 11 years ago
  44. 511ba86 x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal by Boris Ostrovsky · 11 years ago
  45. 7d1a941 x86: Use generic idle loop by Thomas Gleixner · 11 years ago
  46. b222279 xen/mmu: On early bootup, flush the TLB when changing RO->RW bits Xen provided pagetables. by Konrad Rzeszutek Wilk · 11 years ago
  47. d3eb2c8 xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup. by Konrad Rzeszutek Wilk · 11 years ago
  48. 6276a07 x86: Make Linux guest support optional by Borislav Petkov · 11 years ago
  49. c79c498 xen/pat: Disable PAT using pat_enabled value. by Konrad Rzeszutek Wilk · 11 years ago
  50. 77be36d Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  51. 0cc9129 x86-64, xen, mmu: Provide an early version of write_cr3. by Konrad Rzeszutek Wilk · 11 years ago
  52. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  53. 8793422 Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  54. 5800700 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  55. 76eaca0 xen: Send spinlock IPI to all waiters by Stefan Bader · 11 years ago
  56. dacd45f xen/smp: Move the common CPU init code a bit to prep for PVH patch. by Konrad Rzeszutek Wilk · 12 years ago
  57. f741656 Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  58. e9daff2 Revert "xen PVonHVM: use E820_Reserved area for shared_info" by Konrad Rzeszutek Wilk · 11 years ago
  59. 5eb65be Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info" by Konrad Rzeszutek Wilk · 11 years ago
  60. 13d2b4d x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS. by Jan Beulich · 11 years ago
  61. 27be457 x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag by Len Brown · 11 years ago
  62. 6a377dd xen idle: make xen-specific macro xen-specific by Len Brown · 11 years ago
  63. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 11 years ago
  64. 4cca6ea x86/apic: Allow x2apic without IR on VMware platform by Alok N Kataria · 11 years ago
  65. 5c69bed Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  66. d55bf53 Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic." by Konrad Rzeszutek Wilk · 11 years ago
  67. 7bcc1ec Merge tag 'v3.7' into stable/for-linus-3.8 by Konrad Rzeszutek Wilk · 11 years ago
  68. 224394ad Merge tag 'stable/for-linus-3.8-rc0-bugfix-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  69. 9d328a9 xen/vcpu: Fix vcpu restore path. by Wei Liu · 12 years ago
  70. 06d0b5d xen/smp: Use smp_store_boot_cpu_info() to store cpu info for BSP during boot time. by Konrad Rzeszutek Wilk · 12 years ago
  71. 896ea17 Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  72. 6a7ed40 Merge branch 'arm-privcmd-for-3.8' of git://xenbits.xen.org/people/ianc/linux into stable/for-linus-3.8 by Konrad Rzeszutek Wilk · 12 years ago
  73. a7be94a xen/PVonHVM: fix compile warning in init_hvm_pv_info by Olaf Hering · 12 years ago
  74. d55c5a9 x86, 386 removal: Remove CONFIG_CMPXCHG by H. Peter Anvin · 12 years ago
  75. 7892f69 xen: correctly use xen_pfn_t in remap_domain_mfn_range. by Ian Campbell · 12 years ago
  76. c2374bf xen: balloon: allow PVMMU interfaces to be compiled out by Ian Campbell · 12 years ago
  77. 9a032e3 xen: add pages parameter to xen_remap_domain_mfn_range by Ian Campbell · 12 years ago
  78. 394b40f xen/acpi: Move the xen_running_on_version_or_later function. by Konrad Rzeszutek Wilk · 12 years ago
  79. e3aa4e6 xen/acpi: revert pad config check in xen_check_mwait by Liu, Jinsong · 12 years ago
  80. 6f80b68 x86, mm, Xen: Remove mapping_pagetable_reserve() by Yinghai Lu · 12 years ago
  81. 9d02b43 xen PVonHVM: use E820_Reserved area for shared_info by Olaf Hering · 12 years ago
  82. 95a7d76 xen/mmu: Use Xen specific TLB flush instead of the generic one. by Konrad Rzeszutek Wilk · 12 years ago
  83. e05dacd Merge commit 'v3.7-rc1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  84. c2103b7 xen/x86: remove duplicated include from enlighten.c by Wei Yongjun · 12 years ago
  85. ccff9b1 Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  86. 1a7bbda xen/bootup: allow {read|write}_cr8 pvops call. by Konrad Rzeszutek Wilk · 12 years ago
  87. cd0608e xen/bootup: allow read_tscp call for Xen PV guests. by Konrad Rzeszutek Wilk · 12 years ago
  88. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  89. f1c6872 Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  90. 34b6f01 xen pv-on-hvm: add pfn_is_ram helper for kdump by Olaf Hering · 12 years ago
  91. 56d92aa Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  92. a5fa7b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  93. da83479 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  94. ae1659e Merge branch 'xenarm-for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  95. aa387d63 xen/vga: add the xen EFI video mode support by Jan Beulich · 12 years ago
  96. ffb8b23 xen/x86: retrieve keyboard shift status flags from hypervisor. by Konrad Rzeszutek Wilk · 12 years ago
  97. 8d54db79 xen/boot: Disable NUMA for PV guests. by Konrad Rzeszutek Wilk · 12 years ago
  98. a5f9515 Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  99. bd49940 xen/boot: Disable BIOS SMP MP table search. by Konrad Rzeszutek Wilk · 12 years ago
  100. 2a3bce8 xen/swiotlb: Fix compile warnings when using plain integer instead of NULL pointer. by Konrad Rzeszutek Wilk · 12 years ago