1. 182936e KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line by Marc Zyngier · 8 years ago
  2. 9c7bfc2 KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers by Marc Zyngier · 8 years ago
  3. 2724c11 KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler by Marc Zyngier · 8 years ago
  4. f9e7449 KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler by Marc Zyngier · 8 years ago
  5. b6f4903 KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler by Marc Zyngier · 8 years ago
  6. 132a324 KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler by Marc Zyngier · 8 years ago
  7. f8b630b KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler by Marc Zyngier · 8 years ago
  8. d70c7b3 KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler by Marc Zyngier · 8 years ago
  9. 59da1cb KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2 by Marc Zyngier · 8 years ago
  10. 021234e KVM: arm64: Make kvm_condition_valid32() accessible from EL2 by Marc Zyngier · 8 years ago
  11. 63000dd KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers by Marc Zyngier · 8 years ago
  12. d251f67 arm64: Add a facility to turn an ESR syndrome into a sysreg encoding by Marc Zyngier · 8 years ago
  13. 6f2f10c Merge branch 'kvmarm-master/master' into HEAD by Marc Zyngier · 8 years ago
  14. ebb127f KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQ by Christoffer Dall · 8 years ago
  15. cb3f0ad KVM: arm/arm64: Disallow userspace control of in-kernel IRQ lines by Christoffer Dall · 8 years ago
  16. abcb851 KVM: arm/arm64: Check if irq lines to the GIC are already used by Christoffer Dall · 8 years ago
  17. c6ccd30 KVM: arm/arm64: Introduce an allocator for in-kernel irq lines by Christoffer Dall · 8 years ago
  18. 99a1db7 KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace by Christoffer Dall · 8 years ago
  19. 85e69ad KVM: arm/arm64: Move timer IRQ default init to arch_timer.c by Christoffer Dall · 8 years ago
  20. 3cba4af KVM: arm/arm64: Move irq_is_ppi() to header file by Christoffer Dall · 8 years ago
  21. 2227e43 KVM: arm: Handle VCPU device attributes in guest.c by Christoffer Dall · 8 years ago
  22. a2befac KVM: arm64: Allow creating the PMU without the in-kernel GIC by Christoffer Dall · 8 years ago
  23. 33b5c38 arm: KVM: Allow unaligned accesses at HYP by Marc Zyngier · 8 years ago
  24. 78fd6dc arm64: KVM: Allow unaligned accesses at EL2 by Marc Zyngier · 8 years ago
  25. d68c1f7f arm64: KVM: Preserve RES1 bits in SCTLR_EL2 by Marc Zyngier · 8 years ago
  26. d6dbdd3 KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages by Marc Zyngier · 8 years ago
  27. d68356c KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction by Christoffer Dall · 8 years ago
  28. 1b6502e KVM: arm/arm64: timer: remove request-less vcpu kick by Andrew Jones · 8 years ago
  29. b748493 KVM: arm/arm64: PMU: remove request-less vcpu kick by Andrew Jones · 8 years ago
  30. 325f9c6 KVM: arm/arm64: use vcpu requests for irq injection by Andrew Jones · 8 years ago
  31. 7b244e2 KVM: arm/arm64: change exit request to sleep request by Andrew Jones · 8 years ago
  32. 424c989 KVM: arm/arm64: optimize VCPU RUN by Andrew Jones · 8 years ago
  33. cc9b43f KVM: arm/arm64: use vcpu requests for power_off by Andrew Jones · 8 years ago
  34. 0592c00 KVM: arm/arm64: replace pause checks with vcpu request checks by Andrew Jones · 8 years ago
  35. 6a6d73b KVM: arm/arm64: properly use vcpu requests by Andrew Jones · 8 years ago
  36. 3bb9614 KVM: Add documentation for VCPU requests by Andrew Jones · 8 years ago
  37. 2fa6e1e KVM: add kvm_request_pending by Radim Krčmář · 8 years ago
  38. 2387149 KVM: improve arch vcpu request defining by Andrew Jones · 8 years ago
  39. 0710f9a6 KVM: arm/arm64: Use uaccess functions for GICv3 {sc}active by Christoffer Dall · 8 years ago
  40. 28232a4 KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration by Christoffer Dall · 8 years ago
  41. abd7229 KVM: arm/arm64: Simplify active_change_prepare and plug race by Christoffer Dall · 8 years ago
  42. 3197191 KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}active by Christoffer Dall · 8 years ago
  43. 2602087 KVM: arm/arm64: Allow GICv2 to supply a uaccess register function by Christoffer Dall · 8 years ago
  44. fa472fa KVM: arm/arm64: Hold slots_lock when unregistering kvm io bus devices by Christoffer Dall · 8 years ago
  45. 552c9f4 KVM: arm/arm64: Fix bug when registering redist iodevs by Christoffer Dall · 8 years ago
  46. 0c428a6a kvm: arm/arm64: Fix use after free of stage2 page table by Suzuki K Poulose · 8 years ago
  47. 2952a60 kvm: arm/arm64: Force reading uncached stage2 PGD by Suzuki K Poulose · 8 years ago
  48. e8ec032 KVM: arm64: Restore host physical timer access on hyp_panic() by James Morse · 8 years ago
  49. d2e1936 KVM: arm: Restore banked registers and physical timer access on hyp_panic() by James Morse · 8 years ago
  50. 9b619a8 KVM: arm: rename pm_fake handler to trap_raz_wi by Zhichao Huang · 8 years ago
  51. 661e6b0 KVM: arm: plug potential guest hardware debug leakage by Zhichao Huang · 8 years ago
  52. 6c0d706 kvm: arm/arm64: Fix race in resetting stage2 PGD by Suzuki K Poulose · 8 years ago
  53. 15d2bff KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 registers by Marc Zyngier · 8 years ago
  54. 3d6e77ad KVM: arm/arm64: vgic-v3: Do not use Active+Pending state for a HW interrupt by Marc Zyngier · 8 years ago
  55. ddf42d0 KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt by Marc Zyngier · 8 years ago
  56. 501ad27 arm: KVM: Do not use stack-protector to compile HYP code by Marc Zyngier · 8 years ago
  57. cde13b5 arm64: KVM: Do not use stack-protector to compile EL2 code by Marc Zyngier · 8 years ago
  58. 01630ab ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/ by Marc Zyngier · 8 years ago
  59. 2ea659a Linux 4.12-rc1 by Linus Torvalds · 8 years ago
  60. cd63645 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  61. b53c4d5 Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  62. ec05901 Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  63. 1251704 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  64. b340959 mm, docs: update memory.stat description with workingset* entries by Roman Gushchin · 8 years ago
  65. 791b48b mm: vmscan: scan until it finds eligible pages by Minchan Kim · 8 years ago
  66. 338a16b mm, thp: copying user pages must schedule on collapse by David Rientjes · 8 years ago
  67. 876f294 dax: fix PMD data corruption when fault races with write by Ross Zwisler · 8 years ago
  68. 13e451f dax: fix data corruption when fault races with write by Jan Kara · 8 years ago
  69. fb26a1c ext4: return to starting transaction in ext4_dax_huge_fault() by Jan Kara · 8 years ago
  70. cd65637 mm: fix data corruption due to stale mmap reads by Jan Kara · 8 years ago
  71. 4636e70 dax: prevent invalidation of mapped DAX entries by Ross Zwisler · 8 years ago
  72. cea5822 Tigran has moved by Andrew Morton · 8 years ago
  73. 8594a21 mm, vmalloc: fix vmalloc users tracking properly by Michal Hocko · 8 years ago
  74. 835152a mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin by SeongJae Park · 8 years ago
  75. 0538421 gcov: support GCC 7.1 by Martin Liska · 8 years ago
  76. 8d35bb3 mm, vmstat: Remove spurious WARN() during zoneinfo print by Reza Arbab · 8 years ago
  77. 572e0ca time: delete current_fs_time() by Deepa Dinamani · 8 years ago
  78. 1836522 hwpoison, memcg: forcibly uncharge LRU pages by Michal Hocko · 8 years ago
  79. 0fcc3ab Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  80. deac842 Merge tag 'sound-fix-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  81. 6b402bd Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 8 years ago
  82. 6a776e4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  83. a34ab10 Merge tag 'drm-fixes-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  84. bd1286f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  85. 0504532 Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  86. e0c4a5f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. dfcb7b2 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  88. 1b84fc1 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  89. f1e0527 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  90. 5836e42 Merge tag 'for-linus-4.12b-rc0c-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  91. dc2a248 Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  92. ac3c4aa Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  93. 0ba1c19 Merge tag 'nios2-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 8 years ago
  94. 31cbee6 sound: Disable the build of OSS drivers by Takashi Iwai · 8 years ago
  95. 7b8cd33 drm/i915: Make vblank evade warnings optional by Ville Syrjälä · 8 years ago
  96. bb57d04 Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  97. 7ec2723 Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  98. bab1e2f Merge tag 'drm-misc-next-fixes-2017-05-05' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  99. 3af9256 Input: cros_ec_keyb - remove extraneous 'const' by Arnd Bergmann · 8 years ago
  100. e4311ee drm/nouveau/therm: remove ineffective workarounds for alarm bugs by Ben Skeggs · 8 years ago