1. 81ae31d Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  2. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  3. 0cf744b Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 10 years ago
  4. 7f8998c nosave: consolidate __nosave_{begin,end} in <asm/sections.h> by Geert Uytterhoeven · 10 years ago
  5. 6a33979 mm: remove misleading ARCH_USES_NUMA_PROT_NONE by Mel Gorman · 10 years ago
  6. b528392 Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  7. 80213c0 Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  8. afa3536 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  9. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  10. 87d7bce Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  11. e4e6567 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  12. 74da386 Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux by Linus Torvalds · 10 years ago
  13. 88b42a4 Merge branch 'pm-genirq' by Rafael J. Wysocki · 10 years ago
  14. a2ef5dc x86/xen: Set EFER.NX and EFER.SCE in PVH guests by Mukesh Rathor · 10 years ago
  15. d1e9abd xen: eliminate scalability issues from initrd handling by Juergen Gross · 10 years ago
  16. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  17. f439ed2 kvm: do not handle APIC access page if in-kernel irqchip is not in use by Paolo Bonzini · 10 years ago
  18. 5cfed7b Revert "crypto: aesni - disable "by8" AVX CTR optimization" by Mathias Krause · 10 years ago
  19. 9561dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
  20. e3b3bb5 crypto: aesni - remove unused defines in "by8" variant by Mathias Krause · 10 years ago
  21. 80dca47 crypto: aesni - fix counter overflow handling in "by8" variant by Mathias Krause · 10 years ago
  22. cd40fab Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  23. 749730c bpf: enable bpf syscall on x64 and i386 by Alexei Starovoitov · 10 years ago
  24. d2865c7 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  25. 29282ac Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
  26. 115c662 x86/efi: Truncate 64-bit values when calling 32-bit OutputString() by Matt Fleming · 10 years ago
  27. 4daaab4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  28. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  29. 2368a94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  30. 7da4b29 crypto: aesni - disable "by8" AVX CTR optimization by Mathias Krause · 10 years ago
  31. 03bd4e1 sched: Fix unreleased llc_shared_mask bit during CPU hotplug by Wanpeng Li · 10 years ago
  32. 615f775 x86/PCI: Mark PCI BIOS initialization code as such by Mathias Krause · 10 years ago
  33. 6af13ba x86/PCI: Constify pci_mmcfg_probes[] array by Mathias Krause · 10 years ago
  34. 776f7ad x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconst by Mathias Krause · 10 years ago
  35. 64474b5 x86/PCI: Move __init annotation to the correct place by Mathias Krause · 10 years ago
  36. c24ae0d kvm: x86: Unpin and remove kvm_arch->apic_access_page by Tang Chen · 10 years ago
  37. 38b9917 kvm: vmx: Implement set_apic_access_page_addr by Tang Chen · 10 years ago
  38. 4256f43 kvm: x86: Add request bit to reload APIC access page address by Tang Chen · 10 years ago
  39. fe71557 kvm: Add arch specific mmu notifier for page invalidation by Tang Chen · 10 years ago
  40. 5712846 kvm: Fix page ageing bugs by Andres Lagar-Cavilla · 10 years ago
  41. 8a9522d kvm/x86/mmu: Pass gfn and level to rmapp callback. by Andres Lagar-Cavilla · 10 years ago
  42. c1118b3 x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only by Paolo Bonzini · 10 years ago
  43. 81760dc kvm: x86: use macros to compute bank MSRs by Chen Yucong · 10 years ago
  44. d526273 KVM: x86: Remove debug assertion of non-PAE reserved bits by Nadav Amit · 10 years ago
  45. b461966 kvm: x86: fix two typos in comment by Tiejun Chen · 10 years ago
  46. 4566654 KVM: vmx: Inject #GP on invalid PAT CR by Nadav Amit · 10 years ago
  47. 040c8dc KVM: x86: emulating descriptor load misses long-mode case by Nadav Amit · 10 years ago
  48. 77c3913 KVM: x86: directly use kvm_make_request again by Liang Chen · 10 years ago
  49. a70656b KVM: x86: count actual tlb flushes by Radim Krčmář · 10 years ago
  50. bc61349 KVM: nested VMX: disable perf cpuid reporting by Marcelo Tosatti · 10 years ago
  51. a2b9e6c KVM: x86: Don't report guest userspace emulation error to userspace by Nadav Amit · 10 years ago
  52. 1f755a8 kvm: Make init_rmode_tss() return 0 on success. by Paolo Bonzini · 10 years ago
  53. dd59809 KVM: x86: Warn if guest virtual address space is not 48-bits by Nadav Amit · 10 years ago
  54. 56394ab x86/efi: Delete misleading efi_printk() error message by Matt Fleming · 10 years ago
  55. 84be880 Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>" by Matt Fleming · 10 years ago
  56. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  57. f955371 x86: remove the Xen-specific _PAGE_IOMAP PTE flag by David Vrabel · 11 years ago
  58. 7f2f882 x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappings by David Vrabel · 11 years ago
  59. 3166851 x86: skip check for spurious faults for non-present faults by David Vrabel · 11 years ago
  60. 342cd34 xen/efi: Directly include needed headers by Daniel Kiper · 10 years ago
  61. 4fbb67e3 xen/setup: Remap Xen Identity Mapped RAM by Matt Rushton · 10 years ago
  62. 3cf6b01 Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-advice', 'tiny/tinyconfig' and 'tiny/x86-boot-compressed-use-yn' into tiny/next by Josh Triplett · 10 years ago
  63. f367039 Revert "x86/efi: Fixup GOT in all boot code paths" by Linus Torvalds · 10 years ago
  64. 4ac9cbf x86/PCI: Mark DMI tables as initialization data by Mathias Krause · 10 years ago
  65. b29f83a Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  66. 598a0c7 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  67. 7a5e878 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. 0cacbfb x86/kaslr: Avoid the setup_data area when picking location by Kees Cook · 10 years ago
  69. 43657ff Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
  70. f51770e kvm: Make init_rmode_identity_map() return 0 on success. by Tang Chen · 10 years ago
  71. a255d47 kvm: Remove ept_identity_pagetable from struct kvm_arch. by Tang Chen · 10 years ago
  72. 86fd887 vgaarb: Don't default exclusively to first video device with mem+io by Bruno Prémont · 10 years ago
  73. 105b21b KVM: x86: Use kvm_make_request when applicable by Guo Hui Liu · 10 years ago
  74. 3eddc69 x86 early_ioremap: Increase FIX_BTMAPS_SLOTS to 8 by Dave Young · 10 years ago
  75. 72d9310 Make ARCH_HAS_FAST_MULTIPLIER a real config variable by Linus Torvalds · 10 years ago
  76. 3010279 x86: Tell irq work about self IPI support by Frederic Weisbecker · 10 years ago
  77. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  78. 7ee2d2d Merge tag 'stable/for-linus-3.17-b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  79. a183b63 KVM: x86: make apic_accept_irq tracepoint more generic by Paolo Bonzini · 10 years ago
  80. 73a6d94 kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address. by Tang Chen · 10 years ago
  81. 0b5a506 x86/xen: don't copy bogus duplicate entries into kernel page tables by Stefan Bader · 10 years ago
  82. 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
  83. 738cbe7 net: bpf: consolidate JIT binary allocator by Daniel Borkmann · 10 years ago
  84. 02ab695 net: filter: add "load 64-bit immediate" eBPF instruction by Alexei Starovoitov · 10 years ago
  85. 5ac385d Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
  86. cc99535 x86/mm: Apply the section attribute to the variable, not its type by Jan-Simon Möller · 10 years ago
  87. 9cb0e39 x86/efi: Fixup GOT in all boot code paths by Matt Fleming · 10 years ago
  88. 47226ad x86/efi: Only load initrd above 4g on second try by Yinghai Lu · 10 years ago
  89. 8a5a5d1 x86-64, ptdump: Mark espfix area only if existent by Mathias Krause · 10 years ago
  90. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  91. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  92. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  93. 54987b7 KVM: x86: propagate exception from permission checks on the nested page fault by Paolo Bonzini · 10 years ago
  94. ef54bcf KVM: x86: skip writeback on injection of nested exception by Paolo Bonzini · 10 years ago
  95. 5e35251 KVM: nSVM: propagate the NPF EXITINFO to the guest by Paolo Bonzini · 10 years ago
  96. a0c0feb KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMD by Paolo Bonzini · 10 years ago
  97. d143148 KVM: mmio: cleanup kvm_set_mmio_spte_mask by Tiejun Chen · 10 years ago
  98. 56f17dd kvm: x86: fix stale mmio cache bug by David Matlack · 10 years ago
  99. ee3d157 kvm: fix potentially corrupt mmio cache by David Matlack · 10 years ago
  100. 00f034a KVM: do not bias the generation number in kvm_current_mmio_generation by Paolo Bonzini · 10 years ago