summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-01-31include/linux/mm.h: clean up obsolete check on space in page->flagsYu Zhao1-4/+0
2020-01-31mm/hotplug: silence a lockdep splat with printk()Qian Cai1-2/+2
2020-01-31mm/memory_hotplug: pass in nid to online_pages()David Hildenbrand1-1/+2
2020-01-31mm/memblock: define memblock_physmem_add()Anshuman Khandual1-4/+3
2020-01-31mm: remove "count" parameter from has_unmovable_pages()David Hildenbrand1-2/+2
2020-01-31mm: remove the memory isolate notifierDavid Hildenbrand1-27/+0
2020-01-31mm, tracing: print symbol name for kmem_alloc_node call_site eventsJunyong Sun1-2/+2
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-13/+13
2020-01-31mm/gup: introduce pin_user_pages*() and FOLL_PINJohn Hubbard1-13/+50
2020-01-31mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pagesJohn Hubbard1-5/+13
2020-01-31mm/filemap.c: clean up filemap_write_and_wait()Ira Weiny1-1/+5
2020-01-31ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko1-0/+1
2020-01-31memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2-20/+27
2020-01-31kdb: kdb_current_regs should be privateDouglas Anderson1-2/+0
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-29/+35
2020-01-31ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai1-2/+2
2020-01-31KVM: s390: Add new reset vcpu APIJanosch Frank1-0/+5
2020-01-31Merge branches 'pm-cpufreq' and 'pm-core'Rafael J. Wysocki1-9/+23
2020-01-31Merge branch 'ttm-prot-fix' of git://people.freedesktop.org/~thomash/linux in...Dave Airlie2-1/+8
2020-01-31Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-5/+0
2020-01-31Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-11/+5
2020-01-31Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2-1/+107
2020-01-31Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-6/+22
2020-01-30RDMA/core: Make the entire API tree staticJason Gunthorpe1-3/+3
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini5-7/+27
2020-01-30x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2-3/+13
2020-01-30x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky1-0/+2
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds46-377/+1012
2020-01-30Merge tag 'for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2-1/+57
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-8/+10
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds1-0/+4
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-2/+0
2020-01-30tracing: Add kprobe event command generation functionsTom Zanussi1-0/+31
2020-01-30tracing: Add synth_event_trace() and related functionsTom Zanussi1-0/+26
2020-01-30tracing: Add synthetic event command generation functionsTom Zanussi1-0/+37
2020-01-30tracing: Add dynamic event command creation interfaceTom Zanussi1-0/+23
2020-01-30tracing: Add synth_event_delete()Tom Zanussi1-0/+2
2020-01-30tracing: Add trace_get/put_event_file()Tom Zanussi1-0/+5
2020-01-30y2038: sparc: remove use of struct timexArnd Bergmann1-0/+2
2020-01-30ide: make drive->dn read onlyDan Carpenter1-0/+4
2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven1-6/+3
2020-01-30udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn1-0/+7
2020-01-30Merge branch 'linux-5.6' of git://github.com/skeggsb/linux into drm-nextDave Airlie1-0/+1
2020-01-30ata: ahci: Add shutdown to freeze hardware resources of ahciPrabhakar Kushwaha1-0/+1
2020-01-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2-41/+47
2020-01-30Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds6-2/+12
2020-01-30Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds5-15/+107
2020-01-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-11/+101
2020-01-30Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-72/+29
2020-01-30Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas1-0/+1