summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-25mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck1-13/+23
2021-06-25mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins4-28/+9
2021-06-25kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek1-11/+24
2021-06-25kthread_worker: split code for canceling the delayed work timerPetr Mladek1-17/+29
2021-06-25mm/vmalloc: unbreak kasan vmalloc supportDaniel Axtens1-10/+14
2021-06-25KVM: s390: prepare for hugepage vmallocClaudio Imbrenda1-1/+6
2021-06-25mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda2-0/+18
2021-06-25nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin1-0/+1
2021-06-25mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins1-0/+4
2021-06-25mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins1-9/+25
2021-06-25mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins1-4/+9
2021-06-25mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins1-4/+3
2021-06-25mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins1-50/+55
2021-06-25mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins1-4/+4
2021-06-25mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins1-16/+14
2021-06-25mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins1-5/+6
2021-06-25mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins1-4/+8
2021-06-25mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins1-5/+4
2021-06-24Merge tag 'drm-fixes-2021-06-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds12-39/+100
2021-06-24i2c: robotfuzz-osif: fix control-request directionsJohan Hovold1-2/+2
2021-06-24Merge tag 'drm-misc-fixes-2021-06-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie9-24/+91
2021-06-24i2c: dev: Add __user annotationAndreas Hecht1-1/+1
2021-06-24libceph: set global_id as soon as we get an auth ticketIlya Dryomov4-15/+16
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov4-12/+15
2021-06-24Merge tag 'mmc-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-5/+45
2021-06-24Merge tag 'core-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+16
2021-06-24Merge tag 'sched-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+28
2021-06-24Merge tag 'perf-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2021-06-24KVM: do not allow mapping valid but non-reference-counted pagesNicholas Piggin1-2/+17
2021-06-24Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-5/+16
2021-06-24drm/nouveau: fix dma_address check for CPU/GPU syncChristian König1-2/+2
2021-06-24xen/events: reset active flag for lateeoi events laterJuergen Gross1-1/+10
2021-06-24MAINTAINERS: remove Timur Tabi from Freescale SOC sound driversTimur Tabi1-1/+0
2021-06-24ASoC: rt5645: Avoid upgrading static warnings to errorsMark Brown1-38/+11
2021-06-24KVM: selftests: Fix mapping length truncation in m{,un}map()Zenghui Yu1-2/+2
2021-06-24Merge tag 'amd-drm-fixes-5.13-2021-06-21' of https://gitlab.freedesktop.org/a...Dave Airlie3-15/+9
2021-06-24perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner1-1/+2
2021-06-23Merge tag 'spi-fix-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+10
2021-06-23software node: Handle software node injection to an existing device properlyHeikki Krogerus1-4/+12
2021-06-23Merge tag 'pm-5.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-3/+13
2021-06-23Merge branch 'stable/for-linus-5.14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+15
2021-06-23scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART)Christoph Hellwig1-4/+18
2021-06-22module: limit enabling module.sig_enforceMimi Zohar1-5/+9
2021-06-22drm/kmb: Fix error return code in kmb_hw_init()Zhen Lei1-0/+1
2021-06-22Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki1-3/+13
2021-06-22signal: Prevent sigqueue caching after task got releasedThomas Gleixner1-1/+16
2021-06-22drm/amdgpu: wait for moving fence after pinningChristian König1-1/+13
2021-06-22drm/radeon: wait for moving fence after pinningChristian König1-3/+13
2021-06-22drm/nouveau: wait for moving fence after pinning v2Christian König1-1/+16
2021-06-22sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel1-0/+28