summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-01-311-0/+28
|\
| * fs: Fix page_mkwrite off-by-one errorsAndreas Gruenbacher2020-01-061-0/+28
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-3118-109/+217
|\ \
| * | include/linux/io-mapping.h-mapping: use PHYS_PFN() macro in io_mapping_map_at...Andy Shevchenko2020-01-311-3/+2
| * | uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2020-01-312-0/+11
| * | lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko2020-01-311-0/+6
| * | thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h>Akinobu Mita2020-01-311-11/+0
| * | include/linux/units.h: add helpers for kelvin to/from Celsius conversionAkinobu Mita2020-01-311-0/+84
| * | mm: fix comments related to node reclaimHao Lee2020-01-312-2/+2
| * | include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memo...Anshuman Khandual2020-01-311-2/+0
| * | include/linux/mm.h: remove dead code totalram_pages_set()Wei Yang2020-01-311-5/+0
| * | include/linux/mm.h: clean up obsolete check on space in page->flagsYu Zhao2020-01-311-4/+0
| * | mm/hotplug: silence a lockdep splat with printk()Qian Cai2020-01-311-2/+2
| * | mm/memory_hotplug: pass in nid to online_pages()David Hildenbrand2020-01-311-1/+2
| * | mm/memblock: define memblock_physmem_add()Anshuman Khandual2020-01-311-4/+3
| * | mm: remove "count" parameter from has_unmovable_pages()David Hildenbrand2020-01-311-2/+2
| * | mm: remove the memory isolate notifierDavid Hildenbrand2020-01-311-27/+0
| * | mm, tracing: print symbol name for kmem_alloc_node call_site eventsJunyong Sun2020-01-311-2/+2
| * | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-13/+13
| * | mm/gup: introduce pin_user_pages*() and FOLL_PINJohn Hubbard2020-01-311-13/+50
| * | mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pagesJohn Hubbard2020-01-311-5/+13
| * | mm/filemap.c: clean up filemap_write_and_wait()Ira Weiny2020-01-311-1/+5
| * | ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2020-01-311-0/+1
| * | memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2020-01-312-20/+27
* | | Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-314-19/+106
|\ \ \
| * | | module.h: Annotate mod_kallsyms with __rcuMadhuparna Bhowmik2020-01-231-1/+1
| * | | export.h: reduce __ksymtab_strings string duplication by using "MS" section f...Jessica Yu2019-12-162-13/+28
| * | | moduleparam: fix kerneldocFabien Dessenne2019-12-091-5/+77
* | | | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-314-29/+35
|\ \ \ \
| * \ \ \ Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-305-7/+27
| |\ \ \ \
| | * | | | x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-302-3/+13
| | * | | | x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky2020-01-301-0/+2
| * | | | | KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-01-271-1/+1
| * | | | | mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson2020-01-272-0/+7
| * | | | | KVM: remove unused guest_enterAlex Shi2020-01-271-9/+0
| * | | | | KVM: Move running VCPU from ARM to common codePaolo Bonzini2020-01-271-0/+3
| * | | | | KVM: Remove kvm_read_guest_atomic()Peter Xu2020-01-271-2/+0
| * | | | | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-3/+0
| * | | | | KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-1/+0
| * | | | | KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()Sean Christopherson2020-01-271-4/+0
| * | | | | KVM: Move vcpu alloc and init invocation to common codeSean Christopherson2020-01-271-1/+1
| * | | | | KVM: Introduce kvm_vcpu_destroy()Sean Christopherson2020-01-241-0/+1
| * | | | | KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson2020-01-241-0/+1
| * | | | | KVM: Remove kvm_arch_vcpu_free() declarationSean Christopherson2020-01-241-1/+0
| * | | | | kvm: Refactor handling of VM debugfs filesMilan Pandurov2020-01-211-2/+5
| * | | | | KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson2020-01-081-3/+3
| * | | | | KVM: Remove duplicated declaration of kvm_vcpu_kickZenghui Yu2020-01-081-1/+0
* | | | | | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-311-5/+0
|\ \ \ \ \ \
| * | | | | | mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-5/+0
* | | | | | | Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-01-311-11/+5
|\ \ \ \ \ \ \