1. 40c93d7 Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  2. af16bde Merge tag 'perf-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  3. 75603b1 Merge tag 'powerpc-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 2 months ago
  4. 923dcc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  5. 6b38e2f Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 2 months ago
  6. 825c43f kmap_local: don't assume kmap PTEs are linear arrays in memory by Ard Biesheuvel · 3 years, 2 months ago
  7. eaac2f8 hexagon: ignore vmlinux.lds by Nathan Chancellor · 3 years, 2 months ago
  8. 51f2ec5 hexagon: clean up timer-regs.h by Nathan Chancellor · 3 years, 2 months ago
  9. ffb92ce hexagon: export raw I/O routines for modules by Nathan Chancellor · 3 years, 2 months ago
  10. 9539ba4 Merge tag 'riscv-for-linus-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 2 months ago
  11. 7af959b Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
  12. 0dc636b x86: Pin task-stack in __get_wchan() by Peter Zijlstra · 3 years, 2 months ago
  13. fcb116b signal: Replace force_fatal_sig with force_exit_sig when in doubt by Eric W. Biederman · 3 years, 2 months ago
  14. 5a19c7e riscv: fix building external modules by Andreas Schwab · 3 years, 2 months ago
  15. 12c484c RISC-V: Enable KVM in RV64 and RV32 defconfigs as a module by Anup Patel · 3 years, 2 months ago
  16. a6a6d22 Merge tag 'for-5.16/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 3 years, 2 months ago
  17. c46e8ec Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 2 months ago
  18. 4ae275b Merge tag 'docs-5.16-2' of git://git.lwn.net/linux by Linus Torvalds · 3 years, 2 months ago
  19. 7d5775d Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 2 months ago
  20. 890e3dc ftrace/samples: add s390 support for ftrace direct multi sample by Heiko Carstens · 3 years, 2 months ago
  21. 503e451 ftrace/samples: add missing Kconfig option for ftrace direct multi sample by Heiko Carstens · 3 years, 2 months ago
  22. 4aa9340 s390/kexec: fix memory leak of ipl report buffer by Baoquan He · 3 years, 2 months ago
  23. 20c76e2 s390/kexec: fix return code handling by Heiko Carstens · 3 years, 2 months ago
  24. 3b90954 s390/dump: fix copying to user-space of swapped kdump oldmem by Alexander Egorenkov · 3 years, 2 months ago
  25. bf6d0d1 Merge branch 'rework/printk_safe-removal' into for-linus by Petr Mladek · 3 years, 2 months ago
  26. 9412f5a parisc: Enable CONFIG_PRINTK_TIME=y in 32bit defconfig by Helge Deller · 3 years, 2 months ago
  27. 79df39d Revert "parisc: Reduce sigreturn trampoline to 3 instructions" by Helge Deller · 3 years, 2 months ago
  28. 4017b23 parisc: Wrap assembler related defines inside __ASSEMBLY__ by Helge Deller · 3 years, 2 months ago
  29. 8f663eb parisc: Wire up futex_waitv by Helge Deller · 3 years, 2 months ago
  30. 4d7804d parisc: Include stringify.h to avoid build error in crypto/api.c by Helge Deller · 3 years, 2 months ago
  31. 2845e73 KVM: x86: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS by Vitaly Kuznetsov · 3 years, 2 months ago
  32. 82cc27e KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus() by Vitaly Kuznetsov · 3 years, 2 months ago
  33. 37fd3ce KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS by Vitaly Kuznetsov · 3 years, 2 months ago
  34. b7915d5 KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS by Vitaly Kuznetsov · 3 years, 2 months ago
  35. 57a2e13 KVM: MIPS: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS by Vitaly Kuznetsov · 3 years, 2 months ago
  36. f60a00d KVM: arm64: Cap KVM_CAP_NR_VCPUS by kvm_arm_default_max_vcpus() by Vitaly Kuznetsov · 3 years, 2 months ago
  37. b5aead0 KVM: x86: Assume a 64-bit hypercall for guests with protected state by Tom Lendacky · 3 years, 8 months ago
  38. 0e2e641 riscv: kvm: fix non-kernel-doc comment block by Randy Dunlap · 3 years, 2 months ago
  39. 817506d Merge branch 'kvm-5.16-fixes' into kvm-master by Paolo Bonzini · 3 years, 2 months ago
  40. 8e38e96 KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror() by Sean Christopherson · 3 years, 2 months ago
  41. ea410ef KVM: SEV: Drop a redundant setting of sev->asid during initialization by Sean Christopherson · 3 years, 2 months ago
  42. 1bd00a4 KVM: SEV: WARN if SEV-ES is marked active but SEV is not by Sean Christopherson · 3 years, 2 months ago
  43. a41fb26 KVM: SEV: Set sev_info.active after initial checks in sev_guest_init() by Sean Christopherson · 3 years, 2 months ago
  44. 79b1114 KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs by Sean Christopherson · 3 years, 2 months ago
  45. cee6666 KVM: nVMX: Use a gfn_to_hva_cache for vmptrld by David Woodhouse · 3 years, 2 months ago
  46. 7d0172b KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS check by David Woodhouse · 3 years, 2 months ago
  47. 6a83475 KVM: x86/xen: Use sizeof_field() instead of open-coding it by David Woodhouse · 3 years, 2 months ago
  48. 297d597 KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12 by David Woodhouse · 3 years, 2 months ago
  49. 4e84364 KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO by David Woodhouse · 3 years, 2 months ago
  50. b8453cd KVM: x86/mmu: include EFER.LMA in extended mmu role by Maxim Levitsky · 3 years, 2 months ago
  51. af957ee KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state load by Maxim Levitsky · 3 years, 2 months ago
  52. 964b7aa KVM: Fix steal time asm constraints by David Woodhouse · 3 years, 2 months ago
  53. dc23a51 cpuid: kvm_find_kvm_cpuid_features() should be declared 'static' by Paul Durrant · 3 years, 2 months ago
  54. 3fa5954 Merge tag 'mips-fixes_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 3 years, 2 months ago
  55. f3fd84a x86/perf: Fix snapshot_branch_stack warning in VM by Song Liu · 3 years, 2 months ago
  56. bdc0fee perf/x86/intel/uncore: Fix IIO event constraints for Snowridge by Alexander Antonov · 3 years, 2 months ago
  57. 3866ae3 perf/x86/intel/uncore: Fix IIO event constraints for Skylake Server by Alexander Antonov · 3 years, 2 months ago
  58. e324234 perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake Server by Alexander Antonov · 3 years, 2 months ago
  59. 636e36b Documentation: update vcpu-requests.rst reference by Mauro Carvalho Chehab · 3 years, 2 months ago
  60. 8e80a73 powerpc/xive: Change IRQ domain to a tree domain by Cédric Le Goater · 3 years, 2 months ago
  61. ac5d272 x86/sgx: Fix free page accounting by Reinette Chatre · 3 years, 2 months ago
  62. c5adbb3a KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap() by 黄乐 · 3 years, 2 months ago
  63. 6c12236 s390: wire up sys_futex_waitv system call by Vasily Gorbik · 3 years, 3 months ago
  64. 00b55ea s390/vdso: filter out -mstack-guard and -mstack-size by Sven Schnelle · 3 years, 2 months ago
  65. 7b737ad s390/vdso: remove -nostdlib compiler flag by Masahiro Yamada · 3 years, 2 months ago
  66. 9a39abb s390/boot: simplify and fix kernel memory layout setup by Vasily Gorbik · 3 years, 3 months ago
  67. 6ad5f02 s390/setup: re-arrange memblock setup by Vasily Gorbik · 3 years, 3 months ago
  68. 5dbc4cb s390/setup: avoid using memblock_enforce_memory_limit by Vasily Gorbik · 3 years, 3 months ago
  69. 420f48f s390/setup: avoid reserving memory above identity mapping by Vasily Gorbik · 3 years, 3 months ago
  70. 1e35eba powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWX by Christophe Leroy · 3 years, 2 months ago
  71. 5499802 powerpc/signal32: Fix sigset_t copy by Christophe Leroy · 3 years, 2 months ago
  72. 5b54860 powerpc/book3e: Fix TLBCAM preset at boot by Christophe Leroy · 3 years, 2 months ago
  73. fc1aabb mips: lantiq: add support for clk_get_parent() by Randy Dunlap · 3 years, 2 months ago
  74. e8f6748 mips: bcm63xx: add support for clk_get_parent() by Randy Dunlap · 3 years, 2 months ago
  75. 255e51d MIPS: generic/yamon-dt: fix uninitialized variable error by Colin Ian King · 3 years, 2 months ago
  76. b3ff288 MIPS: syscalls: Wire up futex_waitv syscall by Wang Haojun · 3 years, 2 months ago
  77. f3e613e x86/hyperv: Move required MSRs check to initial platform probing by Sean Christopherson · 3 years, 2 months ago
  78. daf9721 x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails by Sean Christopherson · 3 years, 2 months ago
  79. 8d48bf82 x86/boot: Pull up cmdline preparation and early param parsing by Borislav Petkov · 3 years, 2 months ago
  80. ad39760 powerpc/pseries/ddw: Do not try direct mapping with persistent memory and one window by Alexey Kardashevskiy · 3 years, 2 months ago
  81. fb4ee2b powerpc/pseries/ddw: simplify enable_ddw() by Alexey Kardashevskiy · 3 years, 2 months ago
  82. 2d33f55 powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for persistent memory" by Alexey Kardashevskiy · 3 years, 2 months ago
  83. 3020394 powerpc/pseries: Fix numa FORM2 parsing fallback code by Nicholas Piggin · 3 years, 2 months ago
  84. 0bd8127 powerpc/pseries: rename numa_dist_table to form2_distances by Nicholas Piggin · 3 years, 2 months ago
  85. 964c33c powerpc: clean vdso32 and vdso64 directories by Masahiro Yamada · 3 years, 2 months ago
  86. 2da516d powerpc/83xx/mpc8349emitx: Drop unused variable by Uwe Kleine-König · 3 years, 2 months ago
  87. dae5818 KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr() by Michael Ellerman · 3 years, 4 months ago
  88. c3b68c2 Merge tag 'for-5.16/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 3 years, 2 months ago
  89. 24318ae Merge tag 'sh-for-5.16' of git://git.libc.org/linux-sh by Linus Torvalds · 3 years, 2 months ago
  90. 6ea45c5 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 3 years, 2 months ago
  91. 0d1503d Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 2 months ago
  92. 218cc8b Merge tag 'locking-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  93. fc661f2 Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  94. f7018be Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  95. 1654e95 Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  96. 3ec18fc parisc/entry: fix trace test in syscall exit path by Sven Schnelle · 3 years, 2 months ago
  97. 38860b2 parisc: Flush kernel data mapping in set_pte_at() when installing pte for user page by John David Anglin · 3 years, 2 months ago
  98. f0d1cfa parisc: Fix implicit declaration of function '__kernel_text_address' by Helge Deller · 3 years, 2 months ago
  99. 279917e parisc: Fix backtrace to always include init funtion names by Helge Deller · 3 years, 2 months ago
  100. 4d6fe79 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 2 months ago