1. 848960e Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 10 months ago
  2. c657011 Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 4 years, 10 months ago
  3. ac43877 Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 4 years, 10 months ago
  4. 8c1b724 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 10 months ago
  5. 7f21831 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 4 years, 10 months ago
  6. 6cad420c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 10 months ago
  7. 9c57749 Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 10 months ago
  8. d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 10 months ago
  9. 77d6b90 include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THP by Matthew Wilcox (Oracle) · 4 years, 10 months ago
  10. bb297bb mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFS by Christophe Leroy · 4 years, 10 months ago
  11. 075a61d hugetlb_cgroup: add accounting for shared mappings by Mina Almasry · 4 years, 10 months ago
  12. e9fe92a hugetlb_cgroup: add reservation accounting for private mappings by Mina Almasry · 4 years, 10 months ago
  13. 1adc4d4 hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations by Mina Almasry · 4 years, 10 months ago
  14. cdc2fcf hugetlb_cgroup: add hugetlb_cgroup reservation counter by Mina Almasry · 4 years, 10 months ago
  15. c0d0381 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 4 years, 10 months ago
  16. 20ca87f mm/mempolicy: check hugepage migration is supported by arch in vma_migratable() by Li Xinhai · 4 years, 10 months ago
  17. 8cceeff kasan: detect negative size in memory operation function by Walter Wu · 4 years, 10 months ago
  18. e03d1f7 mm/sparse: rename pfn_present() to pfn_in_present_section() by Pingfan Liu · 4 years, 10 months ago
  19. e346b38 mm/mremap: add MREMAP_DONTUNMAP to mremap() by Brian Geffon · 4 years, 10 months ago
  20. df529ca mm: mmap: add trace point of vm_unmapped_area by Jaewon Kim · 4 years, 10 months ago
  21. baceaf1 mmap: remove inline of vm_unmapped_area by Jaewon Kim · 4 years, 10 months ago
  22. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 10 months ago
  23. c270a7e mm: introduce FAULT_FLAG_INTERRUPTIBLE by Peter Xu · 4 years, 10 months ago
  24. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 10 months ago
  25. 8b9a65f mm: return faster for non-fatal signals in user mode faults by Peter Xu · 4 years, 10 months ago
  26. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 10 months ago
  27. 767e5ee mm: add pagemap.h to the fine documentation by Matthew Wilcox (Oracle) · 4 years, 10 months ago
  28. 222100e mm/vma: make is_vma_temporary_stack() available for general use by Anshuman Khandual · 4 years, 10 months ago
  29. 7969f22 mm/vma: make vma_is_foreign() available for general use by Anshuman Khandual · 4 years, 10 months ago
  30. b444377 mm/vma: move VM_NO_KHUGEPAGED into generic header by Anshuman Khandual · 4 years, 10 months ago
  31. 8a931f8 mm: memcontrol: recursive memory.low protection by Johannes Weiner · 4 years, 10 months ago
  32. 4b13f64 mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge() by Roman Gushchin · 4 years, 10 months ago
  33. 92d0510c mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg() by Roman Gushchin · 4 years, 10 months ago
  34. f4b00ea mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() by Roman Gushchin · 4 years, 10 months ago
  35. 5059118 mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments by Roman Gushchin · 4 years, 10 months ago
  36. 10eaec2 mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments by Roman Gushchin · 4 years, 10 months ago
  37. 1eb6234 mm: swap: make page_evictable() inline by Yang Shi · 4 years, 10 months ago
  38. f28d436 mm/gup/writeback: add callbacks for inaccessible pages by Claudio Imbrenda · 4 years, 10 months ago
  39. 1970dc6 mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting by John Hubbard · 4 years, 10 months ago
  40. 47e29d3 mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages by John Hubbard · 4 years, 10 months ago
  41. 3faa52c mm/gup: track FOLL_PIN pages by John Hubbard · 4 years, 10 months ago
  42. 566d774 mm: introduce page_ref_sub_return() by John Hubbard · 4 years, 10 months ago
  43. ec84821 include/linux/pagemap.h: rename arguments to find_subpage by Matthew Wilcox (Oracle) · 4 years, 10 months ago
  44. 667c790 revert "topology: add support for node_to_mem_node() to determine the fallback node" by Vlastimil Babka · 4 years, 10 months ago
  45. 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 4 years, 10 months ago
  46. 98c985d kthread: mark timer used by delayed kthread works as IRQ safe by Petr Mladek · 4 years, 10 months ago
  47. 919dce2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 10 months ago
  48. 50a5de8 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 10 months ago
  49. 193bc55 Merge tag 'xarray-5.7' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 4 years, 10 months ago
  50. 668f1e9 Merge tag 'linux-kselftest-kunit-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 10 months ago
  51. f365ab3 Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 10 months ago
  52. 69c1fd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 4 years, 10 months ago
  53. 72f3542 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 10 months ago
  54. d1e7fd6 signal: Extend exec_id to 64bits by Eric W. Biederman · 4 years, 10 months ago
  55. 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 10 months ago
  56. 1f944f9 Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 10 months ago
  57. dfabb07 Merge tag 'mmc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 10 months ago
  58. 5b67fbf Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 10 months ago
  59. a162984 Merge branch 'next-general' of git://git.kernel.org:/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 4 years, 10 months ago
  60. b3aa112 Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 10 months ago
  61. 15c981d Merge tag 'for-5.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 10 months ago
  62. 1455c69 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 10 months ago
  63. fdf5563 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  64. 97cddfc Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  65. 3cd86a5 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 10 months ago
  66. cad18da Merge tag 'please-pull-ia64_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 4 years, 10 months ago
  67. 58233cc Merge tag 'm68k-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 4 years, 10 months ago
  68. b990408 KVM: Pass kvm_init()'s opaque param to additional arch funcs by Sean Christopherson · 4 years, 10 months ago
  69. 4f4af84 Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 4 years, 10 months ago
  70. cf39d37 Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 10 months ago
  71. b6f69c7 Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h" by Takashi Iwai · 4 years, 10 months ago
  72. 5fc0df9 Merge v5.6 into drm-next by Dave Airlie · 4 years, 10 months ago
  73. ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  74. d9679cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 10 months ago
  75. d5f744f Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  76. dbb381b Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  77. 992a1a3 Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  78. c064875 devlink: Allow setting of packet trap group parameters by Ido Schimmel · 4 years, 10 months ago
  79. f9f5439 devlink: Add packet trap group parameters support by Ido Schimmel · 4 years, 10 months ago
  80. 1e8c661 devlink: Add packet trap policers support by Ido Schimmel · 4 years, 10 months ago
  81. 0c991eb bpf: Implement bpf_prog replacement for an active bpf_cgroup_link by Andrii Nakryiko · 4 years, 10 months ago
  82. af6eea5 bpf: Implement bpf_link-based cgroup BPF program attachment by Andrii Nakryiko · 4 years, 10 months ago
  83. 2d38533 Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  84. 642e53e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  85. 779df6a NFS: Ensure security label is set for root inode by Scott Mayhew · 4 years, 11 months ago
  86. 9b82f05 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  87. 4b9fd8a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  88. a776c27 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  89. 7c4fa15 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  90. 2ce94bc Merge tag 'pnp-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 10 months ago
  91. 6d90508 Merge tag 'acpi-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 10 months ago
  92. 49835c1 Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 10 months ago
  93. 3f50f13 bpf: Verifier, do explicit ALU32 bounds tracking by John Fastabend · 4 years, 10 months ago
  94. a231bed Merge tag 'regulator-spi-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Linus Torvalds · 4 years, 10 months ago
  95. e129940 Merge tag 'regmap-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 4 years, 10 months ago
  96. 4c6ef3b Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 10 months ago
  97. 5983809 Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 10 months ago
  98. db34c5f Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 10 months ago
  99. 7ae215d bpf: Don't refcount LISTEN sockets in sk_assign() by Joe Stringer · 4 years, 10 months ago
  100. 71489e2 net: Track socket refcounts in skb_steal_sock() by Joe Stringer · 4 years, 10 months ago