1. 4493b1c KVM: arm/arm64: vgic-new: Add MMIO handling framework by Marc Zyngier · 8 years ago
  2. 90eee56 KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq by Eric Auger · 8 years ago
  3. 59529f6 KVM: arm/arm64: vgic-new: Add GICv3 world switch backend by Marc Zyngier · 8 years ago
  4. 140b086 KVM: arm/arm64: vgic-new: Add GICv2 world switch backend by Marc Zyngier · 8 years ago
  5. 0919e84 KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework by Marc Zyngier · 8 years ago
  6. 8e44474 KVM: arm/arm64: vgic-new: Add IRQ sorting by Christoffer Dall · 8 years ago
  7. 81eeb95 KVM: arm/arm64: vgic-new: Implement virtual IRQ injection by Christoffer Dall · 8 years ago
  8. 64a959d KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance by Christoffer Dall · 9 years ago
  9. b18b577 KVM: arm/arm64: vgic-new: Add data structure definitions by Christoffer Dall · 9 years ago
  10. 44bfc42 KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h by Andre Przywara · 8 years ago
  11. b13216c KVM: arm/arm64: Provide functionality to pause and resume a guest by Christoffer Dall · 8 years ago
  12. 2defaff KVM: arm/arm64: pmu: abstract access to number of SPIs by Andre Przywara · 8 years ago
  13. d5a5a0e KVM: arm/arm64: Export mmio_read/write_bus by Christoffer Dall · 8 years ago
  14. 83091db KVM: arm/arm64: Fix MMIO emulation data handling by Christoffer Dall · 8 years ago
  15. 2db4c10 KVM: arm/arm64: Get rid of vgic_cpu->nr_lr by Christoffer Dall · 8 years ago
  16. 41a5448 KVM: arm/arm64: Move timer IRQ map to latest possible time by Christoffer Dall · 8 years ago
  17. c8eb3f6 KVM: arm/arm64: vgic: Remove irq_phys_map from interface by Andre Przywara · 8 years ago
  18. a7e33ad KVM: arm/arm64: arch_timer: Remove irq_phys_map by Andre Przywara · 8 years ago
  19. b452cb5 KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map by Christoffer Dall · 8 years ago
  20. 63306c2 KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq() by Andre Przywara · 8 years ago
  21. e262f41 KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active() by Andre Przywara · 8 years ago
  22. 4f551a3 KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq() by Andre Przywara · 8 years ago
  23. 7cbc084 KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface by Andre Przywara · 8 years ago
  24. e4fe9e7 kvm: arm64: Fix EC field in inject_abt64 by Matt Evans · 8 years ago
  25. 0648505 kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tables by Catalin Marinas · 8 years ago
  26. a53d892 clocksource: arm_arch_timer: Remove arch_timer_get_timecounter by Julien Grall · 8 years ago
  27. 503a628 KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tables by Julien Grall · 8 years ago
  28. 29c2d6f KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables by Julien Grall · 8 years ago
  29. 1839e57 irqchip/gic-v3: Parse and export virtual GIC information by Julien Grall · 8 years ago
  30. 611f039 irqchip/gic-v3: Gather all ACPI specific data in a single structure by Julien Grall · 8 years ago
  31. 68628bb irqchip/gic-v3: Prefix all pr_* messages by "GICv3: " by Julien Grall · 8 years ago
  32. 502d6df irqchip/gic-v2: Parse and export virtual GIC information by Julien Grall · 8 years ago
  33. bafa919 irqchip/gic-v2: Gather ACPI specific data in a single structure by Julien Grall · 8 years ago
  34. d9b5e41 clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQ by Julien Grall · 8 years ago
  35. b4d6ce9 clocksource: arm_arch_timer: Gather KVM specific information in a structure by Julien Grall · 8 years ago
  36. d4b9e07 arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables by Marc Zyngier · 8 years ago
  37. 02e0b76 arm64: kvm: Add support for 16K pages by Suzuki K Poulose · 8 years ago
  38. 9163ee23 kvm-arm: Cleanup stage2 pgd handling by Suzuki K Poulose · 8 years ago
  39. da04fa0 kvm: arm64: Get rid of fake page table levels by Suzuki K Poulose · 8 years ago
  40. 8684e70 kvm-arm: Cleanup kvm_* wrappers by Suzuki K Poulose · 8 years ago
  41. 7a1c831 kvm-arm: Add stage2 page table modifiers by Suzuki K Poulose · 8 years ago
  42. 64f3249 kvm-arm: Add explicit hyp page table modifiers by Suzuki K Poulose · 8 years ago
  43. 70fd190 kvm-arm: Use explicit stage2 helper routines by Suzuki K Poulose · 8 years ago
  44. 66f877fa kvm-arm: arm64: Introduce hyp page table empty checks by Suzuki K Poulose · 8 years ago
  45. c0ef632 kvm-arm: arm64: Introduce stage2 page table helpers by Suzuki K Poulose · 8 years ago
  46. b1d030a kvm-arm: arm: Introduce hyp page table empty checks by Suzuki K Poulose · 8 years ago
  47. b1ae9a3 kvm-arm: arm32: Introduce stage2 page table helpers by Suzuki K Poulose · 8 years ago
  48. 77b5665 kvm-arm: Remove kvm_pud_huge() by Suzuki K Poulose · 8 years ago
  49. bbb3b6b kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_huge by Suzuki K Poulose · 8 years ago
  50. 0dbd3b1 arm64: Introduce pmd_thp_or_huge by Suzuki K Poulose · 8 years ago
  51. 120f077 kvm arm: Move fake PGD handling to arch specific files by Suzuki K Poulose · 8 years ago
  52. acd0501 arm64: Cleanup VTCR_EL2 and VTTBR field values by Suzuki K Poulose · 8 years ago
  53. a563f75 arm64: Reuse TCR field definitions for EL1 and EL2 by Suzuki K Poulose · 8 years ago
  54. 06a71a2 arm64: KVM: unregister notifiers in hyp mode teardown path by Sudeep Holla · 8 years ago
  55. 6141570 arm64: KVM: Warn when PARange is less than 40 bits by Marc Zyngier · 8 years ago
  56. 1c5631c KVM: arm/arm64: Handle forward time correction gracefully by Marc Zyngier · 8 years ago
  57. 7d4bd1d arm64: KVM: Add braces to multi-line if statement in virtual PMU code by Will Deacon · 8 years ago
  58. 5f5560b arm64: KVM: Register CPU notifiers when the kernel runs at HYP by James Morse · 8 years ago
  59. cb678d6 arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS setting by Suzuki K Poulose · 8 years ago
  60. f55532a Linux 4.6-rc1 by Linus Torvalds · 8 years ago
  61. d5a38f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  62. 698f415 Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  63. b4cec5f Merge tag 'ntb-4.6' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  64. 895a106 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  65. 02fc59a f2fs/crypto: fix xts_tweak initialization by Linus Torvalds · 8 years ago
  66. 4f1b50c NTB: Remove _addr functions from ntb_hw_amd by Allen Hubbe · 8 years ago
  67. 4599649 orangefs: fix orangefs_superblock locking by Al Viro · 8 years ago
  68. 6d4c1a3 orangefs: fix do_readv_writev() handling of error halfway through by Al Viro · 8 years ago
  69. 524b1d3 orangefs: have ->kill_sb() evict the VFS side of things first by Al Viro · 8 years ago
  70. 177f8fc orangefs: sanitize ->llseek() by Al Viro · 8 years ago
  71. 7df240d771 orangefs-bufmap.h: trim unused junk by Al Viro · 8 years ago
  72. b8a99a8 orangefs: saner calling conventions for getting a slot by Al Viro · 8 years ago
  73. bf6bf60 orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer by Al Viro · 8 years ago
  74. 9f5e2f7 orangefs: get rid of readdir_handle_s by Al Viro · 8 years ago
  75. 606c61a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  76. 15dbc13 Merge tag 'pm+acpi-4.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  77. dad44de Merge tag 'please-pull-preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 8 years ago
  78. c155c74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  79. 0fda278 thp: fix typo in khugepaged_scan_pmd() by Kirill A. Shutemov · 8 years ago
  80. 0ba1d91 MAINTAINERS: fill entries for KASAN by Andrey Ryabinin · 8 years ago
  81. e7080a4 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally by Nicolai Stange · 8 years ago
  82. 9dcadd3 kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2 by Alexander Potapenko · 8 years ago
  83. cd11016 mm, kasan: stackdepot implementation. Enable stackdepot for SLAB by Alexander Potapenko · 8 years ago
  84. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 8 years ago
  85. 505f5dc mm, kasan: add GFP flags to KASAN API by Alexander Potapenko · 8 years ago
  86. 7ed2f9e mm, kasan: SLAB support by Alexander Potapenko · 8 years ago
  87. e6e8379 kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right() by Alexander Potapenko · 8 years ago
  88. aaf4fb7 include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill() by Tetsuo Handa · 8 years ago
  89. d9dddbf mm/page_alloc: prevent merging between isolated and other pageblocks by Vlastimil Babka · 8 years ago
  90. f419a08f drivers/memstick/host/r592.c: avoid gcc-6 warning by Arnd Bergmann · 8 years ago
  91. 102c259 ocfs2: extend enough credits for freeing one truncate record while replaying truncate records by Xue jiufei · 8 years ago
  92. 1721598 ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and et by Xue jiufei · 8 years ago
  93. e5054c9 ocfs2/dlm: move lock to the tail of grant queue while doing in-place convert by xuejiufei · 8 years ago
  94. 584dca3 ocfs2: solve a problem of crossing the boundary in updating backups by jiangyiwen · 8 years ago
  95. 35ddf78 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local by jiangyiwen · 8 years ago
  96. be12b29 ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list by Joseph Qi · 8 years ago
  97. ac7cf24 ocfs2/dlm: fix race between convert and recovery by Joseph Qi · 8 years ago
  98. 2888868 ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write() by Ryan Ding · 8 years ago
  99. ce17082 ocfs2: fix disk file size and memory file size mismatch by Ryan Ding · 8 years ago
  100. a86a72a ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_write by Ryan Ding · 8 years ago