1. a3a92c3 KVM: s390: fix mismatch between user and in-kernel guest limit by Dominik Dingel · 10 years ago
  2. 8335713a KVM: s390: obey kptr_restrict in traces by Christian Borntraeger · 8 years ago
  3. 7ec7c8c KVM: s390: use assignment instead of memcpy by Christian Borntraeger · 9 years ago
  4. 4601463 Merge tag 'kvm-s390-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 9 years ago
  5. 2f8a43d4 KVM: s390: remove redudant assigment of error code by Christian Borntraeger · 9 years ago
  6. a6aacc3 KVM: s390: remove pointless test_facility(2) check by Heiko Carstens · 9 years ago
  7. 07197fd KVM: s390: don't load kvm without virtualization support by David Hildenbrand · 9 years ago
  8. 7f16d7e s390: show virtualization support in /proc/cpuinfo by David Hildenbrand · 9 years ago
  9. 8dfd523 s390/sclp: introduce check for SIE by David Hildenbrand · 9 years ago
  10. 4215825 KVM: s390: don't switch to ESCA for ucontrol by David Hildenbrand · 9 years ago
  11. eaa78f3 KVM: s390: cleanup sca_add_vcpu by David Hildenbrand · 9 years ago
  12. 10ce32d KVM: s390: always set/clear the SCA sda field by David Hildenbrand · 9 years ago
  13. 2550882 KVM: s390: fix SCA related races and double use by David Hildenbrand · 9 years ago
  14. 5f3fe62 KVM: s390: we always have a SCA by David Hildenbrand · 9 years ago
  15. 2c1bb2b KVM: s390: fast path for sca_ext_call_pending by David Hildenbrand · 9 years ago
  16. fe0edcb KVM: s390: Enable up to 248 VCPUs per VM by Eugene (jno) Dvurechenski · 9 years ago
  17. 5e04431 KVM: s390: Introduce switching code by Eugene (jno) Dvurechenski · 9 years ago
  18. 7d43baf KVM: s390: Make provisions for ESCA utilization by Eugene (jno) Dvurechenski · 9 years ago
  19. bc784cc KVM: s390: Introduce new structures by Eugene (jno) Dvurechenski · 9 years ago
  20. a6e2f68 KVM: s390: Provide SCA-aware helpers for VCPU add/del by Eugene (jno) Dvurechenski · 9 years ago
  21. a5bd764 KVM: s390: Generalize access to SIGP controls by Eugene (jno) Dvurechenski · 9 years ago
  22. 6051451 KVM: s390: Generalize access to IPTE controls by Eugene (jno) Dvurechenski · 9 years ago
  23. f7ba1d3 s390/sclp: introduce checks for ESCA and HVS by Eugene (jno) Dvurechenski · 10 years ago
  24. 71f116b KVM: s390: rewrite vcpu_post_run and drop out early by David Hildenbrand · 9 years ago
  25. 4bd33b5 KVM: Remove unnecessary debugfs dentry references by Janosch Frank · 9 years ago
  26. c896939 KVM: use heuristic for fast VCPU lookup by id by David Hildenbrand · 9 years ago
  27. e09fefd KVM: Use common function for VCPU lookup by id by David Hildenbrand · 9 years ago
  28. bb11c6c KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page() by Takuya Yoshikawa · 9 years ago
  29. 74c4e63 KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk() by Takuya Yoshikawa · 9 years ago
  30. 98bba23 KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page() by Takuya Yoshikawa · 9 years ago
  31. 4700579 KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page() by Takuya Yoshikawa · 9 years ago
  32. 77fbbbd KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes by Takuya Yoshikawa · 9 years ago
  33. afd28fe KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte() by Takuya Yoshikawa · 9 years ago
  34. 029499b KVM: x86: MMU: Make mmu_set_spte() return emulate value by Takuya Yoshikawa · 9 years ago
  35. fd95145 KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap by Takuya Yoshikawa · 9 years ago
  36. 7ee0e5b KVM: x86: MMU: Remove unused parameter of __direct_map() by Takuya Yoshikawa · 9 years ago
  37. 018aabb KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct by Takuya Yoshikawa · 9 years ago
  38. 378b417 KVM: powerpc: kvmppc_visible_gpa can be boolean by Yaowei Bai · 9 years ago
  39. 08ff0d5 KVM: kvm_para_has_feature can be boolean by Yaowei Bai · 9 years ago
  40. 33e9415 KVM: kvm_is_visible_gfn can be boolean by Yaowei Bai · 9 years ago
  41. 4f52696 KVM-async_pf: Delete an unnecessary check before the function call "kmem_cache_destroy" by Markus Elfring · 9 years ago
  42. 0e3d064 KVM: x86: MMU: always set accessed bit in shadow PTEs by Paolo Bonzini · 9 years ago
  43. aba2f06 KVM: x86: correctly print #AC in traces by Paolo Bonzini · 9 years ago
  44. 46896c7 KVM: svm: add support for RDTSCP by Paolo Bonzini · 9 years ago
  45. 9dbe6cf KVM: x86: expose MSR_TSC_AUX to userspace by Paolo Bonzini · 9 years ago
  46. db397571 kvm/x86: Hyper-V kvm exit by Andrey Smetanin · 9 years ago
  47. 5c919412 kvm/x86: Hyper-V synthetic interrupt controller by Andrey Smetanin · 9 years ago
  48. d62caab kvm/x86: per-vcpu apicv deactivation support by Andrey Smetanin · 9 years ago
  49. 6308630 kvm/x86: split ioapic-handled and EOI exit bitmaps by Andrey Smetanin · 9 years ago
  50. abdb080 kvm/irqchip: kvm_arch_irq_routing_update renaming split by Andrey Smetanin · 9 years ago
  51. b2467e7 KVM: nVMX: remove incorrect vpid check in nested invvpid emulation by Haozhong Zhang · 9 years ago
  52. 8bd142c Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 9 years ago
  53. fbb4574 arm64: kvm: report original PAR_EL1 upon panic by Mark Rutland · 9 years ago
  54. 1d7a4e3 arm64: kvm: avoid %p in __kvm_hyp_panic by Mark Rutland · 9 years ago
  55. 9f958c1 KVM: arm/arm64: vgic: Trust the LR state for HW IRQs by Christoffer Dall · 9 years ago
  56. 0e3dfda KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.active by Christoffer Dall · 9 years ago
  57. 7e16aa8 KVM: arm/arm64: Fix preemptible timer active state crazyness by Christoffer Dall · 9 years ago
  58. 498cd5c arm64: KVM: Add workaround for Cortex-A57 erratum 834220 by Marc Zyngier · 9 years ago
  59. c0f0963 arm64: KVM: Fix AArch32 to AArch64 register mapping by Marc Zyngier · 9 years ago
  60. e6fab54 ARM/arm64: KVM: test properly for a PTE's uncachedness by Ard Biesheuvel · 9 years ago
  61. 1ec2183 Linux 4.4-rc2 by Linus Torvalds · 9 years ago
  62. 104e2a6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  63. dcfeda9 Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  64. 7f21739 Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  65. 6d2d91b Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  66. 0ec7dc8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  67. 94521b2 Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  68. 727cde6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. 069ec22 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 9 years ago
  71. 0337451 slub: add missing kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 9 years ago
  72. 03ec0ed slub: fix kmem cgroup bug in kmem_cache_alloc_bulk by Jesper Dangaard Brouer · 9 years ago
  73. d0ecd89 slub: optimize bulk slowpath free by detached freelist by Jesper Dangaard Brouer · 9 years ago
  74. 8108465 slub: support for bulk free with SLUB freelists by Jesper Dangaard Brouer · 9 years ago
  75. 41b85a1 parisc: Map kernel text and data on huge pages by Helge Deller · 9 years ago
  76. 736d216 parisc: Add Huge Page and HUGETLBFS support by Helge Deller · 9 years ago
  77. 337685e parisc: Use long branch to do_syscall_trace_exit by Helge Deller · 9 years ago
  78. 332b42e parisc: Increase initial kernel mapping to 32MB on 64bit kernel by Helge Deller · 9 years ago
  79. 4182d0c parisc: Initialize the fault vector earlier in the boot process. by Helge Deller · 9 years ago
  80. 1f25ad2 parisc: Add defines for Huge page support by Helge Deller · 9 years ago
  81. dcbf0d2 parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h by Helge Deller · 9 years ago
  82. 3ad5d7e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  83. 707b4f4 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. 4143fc8 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  85. 876454a Merge tag 'for-linus-20151120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  86. bd63acf serial: export fsl8250_handle_irq by Arnd Bergmann · 9 years ago
  87. fa70045 serial: 8250_mid: Add missing dependency by Heikki Krogerus · 9 years ago
  88. 6b2a3d6 tty: audit: Fix audit source by Peter Hurley · 9 years ago
  89. f356d7a serial: etraxfs-uart: Fix crash by Guenter Roeck · 9 years ago
  90. bec8bf6 serial: fsl_lpuart: Fix earlycon support by Peter Hurley · 9 years ago
  91. 83f7fa6c2 bcm63xx_uart: Use the device name when registering an interrupt by Simon Arlott · 9 years ago
  92. 17a6921 tty: Fix direct use of tty buffer work by Peter Hurley · 9 years ago
  93. ee0c1a6 tty: Fix tty_send_xchar() lock order inversion by Peter Hurley · 9 years ago
  94. b4a6471 slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUG by Jesper Dangaard Brouer · 9 years ago
  95. 8709837 slub: avoid irqoff/on in bulk allocation by Christoph Lameter · 9 years ago
  96. a380a3c slub: create new ___slab_alloc function that can be called with irqs disabled by Christoph Lameter · 9 years ago
  97. 21fa844 mm: fix up sparse warning in gfpflags_allow_blocking by Jeff Layton · 9 years ago
  98. 8f1eb48 ocfs2: fix umask ignored issue by Junxiao Bi · 9 years ago
  99. 875fa6f PM/OPP: add entry in MAINTAINERS by Viresh Kumar · 9 years ago
  100. 7625b3a kernel/panic.c: turn off locks debug before releasing console lock by Vitaly Kuznetsov · 9 years ago