1. 2e02cbb Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/next by Marc Zyngier · 4 years, 6 months ago
  2. 51dd2eb KVM: arm64: Match PMU error code descriptions with error conditions by Alexandru Elisei · 4 years, 6 months ago
  3. af130d0 KVM: arm64: Add undocumented return values for PMU device control group by Alexandru Elisei · 4 years, 6 months ago
  4. 8be86a5 KVM: arm64: Document PMU filtering API by Marc Zyngier · 5 years ago
  5. 88865be KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1 by Marc Zyngier · 5 years ago
  6. d7eec23 KVM: arm64: Add PMU event filtering infrastructure by Marc Zyngier · 5 years ago
  7. fd65a3b KVM: arm64: Use event mask matching architecture revision by Marc Zyngier · 5 years ago
  8. 42223fb KVM: arm64: Refactor PMU attribute error handling by Marc Zyngier · 5 years ago
  9. 41fa0f5 Merge branch 'kvm-arm64/misc-5.10' into kvmarm-master/next by Marc Zyngier · 4 years, 6 months ago
  10. 8910f08 Merge branch 'kvm-arm64/pt-new' into kvmarm-master/next by Marc Zyngier · 4 years, 6 months ago
  11. c9c0279 KVM: arm64: Fix doc warnings in mmu code by Xiaofei Tan · 4 years, 6 months ago
  12. ada329e KVM: arm64: Do not flush memslot if FWB is supported by Alexandru Elisei · 4 years, 6 months ago
  13. cb62e0b KVM: arm64: vgic-debug: Convert to use DEFINE_SEQ_ATTRIBUTE macro by Liu Shixin · 4 years, 6 months ago
  14. 8a4374f KVM: arm64: Fix inject_fault.c kernel-doc warnings by Tian Tao · 4 years, 6 months ago
  15. 523b399 KVM: arm64: Try PMD block mappings if PUD mappings are not supported by Alexandru Elisei · 4 years, 6 months ago
  16. 81867b75 Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/next by Marc Zyngier · 4 years, 6 months ago
  17. a071261 KVM: arm64: nVHE: Fix pointers during SMCCC convertion by Andrew Scull · 4 years, 6 months ago
  18. 04e4caa KVM: arm64: nVHE: Migrate hyp-init to SMCCC by Andrew Scull · 4 years, 6 months ago
  19. 0546983 KVM: arm64: nVHE: Migrate hyp interface to SMCCC by Andrew Scull · 4 years, 6 months ago
  20. 0794a97 smccc: Use separate variables for args and results by Andrew Scull · 4 years, 6 months ago
  21. cf65016 smccc: Define vendor hyp owned service call region by Andrew Scull · 4 years, 6 months ago
  22. 5dc33bd KVM: arm64: nVHE: Pass pointers consistently to hyp-init by Andrew Scull · 4 years, 6 months ago
  23. a2e102e KVM: arm64: nVHE: Handle hyp panics by Andrew Scull · 4 years, 6 months ago
  24. 4e3393a KVM: arm64: nVHE: Switch to hyp context for EL2 by Andrew Scull · 4 years, 6 months ago
  25. 603d2bd KVM: arm64: Share context save and restore macros by Andrew Scull · 4 years, 6 months ago
  26. 7db2153 KVM: arm64: Restore hyp when panicking in guest context by Andrew Scull · 4 years, 6 months ago
  27. 7c2e76d KVM: arm64: Update context references from host to hyp by Andrew Scull · 4 years, 6 months ago
  28. b619d9a KVM: arm64: Introduce hyp context by Andrew Scull · 4 years, 6 months ago
  29. 472fc01 KVM: arm64: nVHE: Don't consume host SErrors with ESB by Andrew Scull · 4 years, 6 months ago
  30. 6e3bfbb KVM: arm64: nVHE: Use separate vector for the host by Andrew Scull · 4 years, 6 months ago
  31. a0e4795 KVM: arm64: Save chosen hyp vector to a percpu variable by Andrew Scull · 4 years, 6 months ago
  32. ceee2fe KVM: arm64: Choose hyp symbol based on context by Andrew Scull · 4 years, 6 months ago
  33. d7ca107 KVM: arm64: Remove kvm_host_data_t typedef by Andrew Scull · 4 years, 6 months ago
  34. 6a0259e KVM: arm64: Remove hyp_panic arguments by Andrew Scull · 4 years, 6 months ago
  35. 501a67a KVM: arm64: Remove __activate_vm wrapper by Andrew Scull · 4 years, 6 months ago
  36. ae8bd85 Merge branch 'kvm-arm64/pt-new' into kvmarm-master/next by Marc Zyngier · 4 years, 6 months ago
  37. c9b69a0 KVM: arm64: Don't constrain maximum IPA size based on host configuration by Will Deacon · 4 years, 6 months ago
  38. 74cfa7e KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu' by Will Deacon · 4 years, 6 months ago
  39. 3f26ab5 KVM: arm64: Remove unused page-table code by Will Deacon · 4 years, 6 months ago
  40. 063deeb KVM: arm64: Check the pgt instead of the pgd when modifying page-table by Will Deacon · 4 years, 6 months ago
  41. 6f745f1 KVM: arm64: Convert user_mem_abort() to generic page-table API by Will Deacon · 4 years, 6 months ago
  42. adcd4e2 KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code by Will Deacon · 4 years, 6 months ago
  43. 8d5207b KVM: arm64: Convert memslot cache-flushing code to generic page-table API by Quentin Perret · 4 years, 6 months ago
  44. 93c66b4 KVM: arm64: Add support for stage-2 cache flushing in generic page-table by Quentin Perret · 4 years, 6 months ago
  45. cc38d61 KVM: arm64: Convert write-protect operation to generic page-table API by Quentin Perret · 4 years, 6 months ago
  46. 73d49df KVM: arm64: Add support for stage-2 write-protect in generic page-table by Quentin Perret · 4 years, 6 months ago
  47. ee8efad KVM: arm64: Convert page-aging and access faults to generic page-table API by Will Deacon · 4 years, 6 months ago
  48. e0e5a07 KVM: arm64: Add support for stage-2 page-aging in generic page-table by Will Deacon · 4 years, 6 months ago
  49. 52bae93 KVM: arm64: Convert unmap_stage2_range() to generic page-table API by Will Deacon · 4 years, 6 months ago
  50. e9edb17 KVM: arm64: Convert kvm_set_spte_hva() to generic page-table API by Will Deacon · 4 years, 6 months ago
  51. 02bbd37 KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API by Will Deacon · 4 years, 6 months ago
  52. 6d9d211 KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table by Will Deacon · 4 years, 6 months ago
  53. 71233d0 KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables by Will Deacon · 4 years, 6 months ago
  54. 0f9d09b KVM: arm64: Use generic allocator for hyp stage-1 page-tables by Will Deacon · 4 years, 6 months ago
  55. bb0e92c KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables by Will Deacon · 4 years, 6 months ago
  56. b1e57de KVM: arm64: Add stand-alone page-table walker infrastructure by Will Deacon · 4 years, 6 months ago
  57. 9af3e08 KVM: arm64: Remove kvm_mmu_free_memory_caches() by Will Deacon · 4 years, 6 months ago
  58. f4d51df Linux 5.9-rc4 by Linus Torvalds · 4 years, 6 months ago
  59. a8205e3 Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
  60. 2ccdd9f Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 6 months ago
  61. 015b315 Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 6 months ago
  62. 68beef5 Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 6 months ago
  63. c127a2a io_uring: fix linked deferred ->files cancellation by Pavel Begunkov · 4 years, 7 months ago
  64. b7ddce3 io_uring: fix cancel of deferred reqs with ->files by Pavel Begunkov · 4 years, 7 months ago
  65. dd9fb9b Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4' and 'compiler-attributes-for-linus-v5.9-rc4' of git://github.com/ojeda/linux by Linus Torvalds · 4 years, 7 months ago
  66. 70187f7 Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 7 months ago
  67. 7514c03 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  68. 428fc0a include/linux/log2.h: add missing () around n in roundup_pow_of_two() by Jason Gunthorpe · 4 years, 7 months ago
  69. e5a59d3 mm/khugepaged.c: fix khugepaged's request size in collapse_file by David Howells · 4 years, 7 months ago
  70. 1774379 mm/hugetlb: fix a race between hugetlb sysctl handlers by Muchun Song · 4 years, 7 months ago
  71. 953f064 mm/hugetlb: try preferred node first when alloc gigantic page from cma by Li Xinhai · 4 years, 7 months ago
  72. 3d321bf8 mm/migrate: preserve soft dirty in remove_migration_pte() by Ralph Campbell · 4 years, 7 months ago
  73. 6128763 mm/migrate: remove unnecessary is_zone_device_page() check by Ralph Campbell · 4 years, 7 months ago
  74. ad7df76 mm/rmap: fixup copying of soft dirty and uffd ptes by Alistair Popple · 4 years, 7 months ago
  75. ebdf832 mm/migrate: fixup setting UFFD_WP flag by Alistair Popple · 4 years, 7 months ago
  76. 7867fd7 mm: madvise: fix vma user-after-free by Yang Shi · 4 years, 7 months ago
  77. 13e4541 checkpatch: fix the usage of capture group ( ... ) by Mrinal Pandey · 4 years, 7 months ago
  78. b0daa2c fork: adjust sysctl_max_threads definition to match prototype by Tobias Klauser · 4 years, 7 months ago
  79. fff1662 ipc: adjust proc_ipc_sem_dointvec definition to match prototype by Tobias Klauser · 4 years, 7 months ago
  80. e80d390 mm: track page table modifications in __apply_to_page_range() by Joerg Roedel · 4 years, 7 months ago
  81. 9d90dd1 MAINTAINERS: IA64: mark Status as Odd Fixes only by Randy Dunlap · 4 years, 7 months ago
  82. b964428 MAINTAINERS: add LLVM maintainers by Nick Desaulniers · 4 years, 7 months ago
  83. f548a64 MAINTAINERS: update Cavium/Marvell entries by Robert Richter · 4 years, 7 months ago
  84. dc07a72 mm: slub: fix conversion of freelist_corrupted() by Eugeniu Rosca · 4 years, 7 months ago
  85. e3336ca mm: memcg: fix memcg reclaim soft lockup by Xunlei Pang · 4 years, 7 months ago
  86. f179654 memcg: fix use-after-free in uncharge_batch by Michal Hocko · 4 years, 7 months ago
  87. 9322c47 Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  88. b17164e xfs: don't update mtime on COW faults by Mikulas Patocka · 4 years, 7 months ago
  89. 1ef6ea0 ext2: don't update mtime on COW faults by Mikulas Patocka · 4 years, 7 months ago
  90. c183edf io_uring: fix explicit async read/write mapping for large segments by Jens Axboe · 4 years, 7 months ago
  91. c70672d Merge tag 's390-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 7 months ago
  92. 09274ae Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
  93. 16bf121 Merge tag 'mips_fixes_5.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 7 months ago
  94. 41bef91 Merge tag 'kbuild-fixes-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  95. f162626 Merge tag 'pm-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
  96. d824e08 Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  97. 8075fc3 Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  98. d849ca4 Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  99. 2fb5479 Merge tag 'thermal-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 4 years, 7 months ago
  100. e2dacf6c Merge tag 'dmaengine-fix-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine by Linus Torvalds · 4 years, 7 months ago