summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-11mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe10-7/+36
2020-04-11powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe7-17/+27
2020-04-11x86/mm: introduce __set_memory_prot()Logan Gunthorpe2-0/+14
2020-04-11x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe8-25/+34
2020-04-11mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe10-33/+33
2020-04-11mm/memory_hotplug: drop the flags field from struct mhp_restrictionsLogan Gunthorpe1-2/+0
2020-04-11mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual21-95/+58
2020-04-11mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual11-12/+16
2020-04-11mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual28-89/+31
2020-04-11mm/memory.c: add vm_insert_pages()Arjun Roy2-2/+129
2020-04-11mm: define pte_index as macro for x86Arjun Roy1-0/+3
2020-04-11mm: bring sparc pte_index() semantics inline with other platformsArjun Roy1-5/+5
2020-04-11mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy1-15/+24
2020-04-11mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim1-0/+2
2020-04-11mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin5-0/+139
2020-04-11mm: cma: NUMA node interfaceAslan Bakirov4-10/+25
2020-04-11ocfs2: no need try to truncate file beyond i_sizeChangwei Ge1-0/+4
2020-04-11mm/page_alloc: make pcpu_drain_mutex and pcpu_drain staticJason Yan1-2/+2
2020-04-11mm/page_alloc.c: fix kernel-doc warningRandy Dunlap1-0/+1
2020-04-11docs: mm: slab.h: fix a broken cross-referenceMauro Carvalho Chehab1-1/+1
2020-04-11mm, slab_common: fix a typo in comment "eariler"->"earlier"Qiujun Huang1-1/+1
2020-04-11mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski1-0/+3
2020-04-11hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky5-16/+40
2020-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-5/+7
2020-04-10Merge tag 'pwm/for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds20-349/+563
2020-04-10Merge tag 'for-linus-5.7-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds4-38/+153
2020-04-10Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds33-192/+354
2020-04-10Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds32-44/+329
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds33-771/+723
2020-04-10smb3: enable swap on SMB3 mountsSteve French4-0/+70
2020-04-10MAINTAINERS: Remove nios2-dev@lists.rocketboards.orgLey Foon Tan1-4/+0
2020-04-10arch: nios2: remove 'resetvalue' propertyAlexandru Ardelean2-3/+0
2020-04-10arch: nios2: rename 'altr,gpio-bank-width' -> 'altr,ngpio'Alexandru Ardelean2-4/+4
2020-04-10arch: nios2: Enable the common clk subsystem on Nios2Dragos Bogdan2-0/+9
2020-04-10Merge tag 'libata-5.7-2020-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds4-5/+28
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds18-180/+324
2020-04-10Merge tag 'io_uring-5.7-2020-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds3-173/+269
2020-04-10Merge tag 'xfs-5.7-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds21-451/+512
2020-04-10Merge tag 'acpi-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-6/+6
2020-04-10Merge tag 'pm-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-57/+48
2020-04-10Merge tag 's390-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds13-168/+110
2020-04-10Documentation: android: binderfs: add 'stats' mount optionRandy Dunlap1-0/+6
2020-04-10block: fix busy device checking in blk_drop_partitions againChristoph Hellwig1-1/+1
2020-04-10Merge branch 'pm-cpuidle'Rafael J. Wysocki1-2/+2
2020-04-10Merge branches 'acpi-ec' and 'acpi-x86'Rafael J. Wysocki2-3/+3
2020-04-10io_uring: punt final io_ring_ctx wait-and-free to workqueueJens Axboe1-2/+16
2020-04-09Merge tag 'amd-drm-fixes-5.7-2020-04-08' of git://people.freedesktop.org/~agd...Dave Airlie22-48/+217
2020-04-09Merge tag 'drm-intel-next-fixes-2020-04-08' of git://anongit.freedesktop.org/...Dave Airlie3-20/+42
2020-04-09drm/ttm: Temporarily disable the huge_fault() callbackThomas Hellstrom (VMware)1-63/+0