summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-06Linux 5.9-rc4v5.9-rc4Linus Torvalds1-1/+1
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+52
2020-09-06Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-63/+119
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-63/+213
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-22/+229
2020-09-05io_uring: fix linked deferred ->files cancellationPavel Begunkov1-2/+23
2020-09-05io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov1-0/+27
2020-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...Linus Torvalds4-10/+16
2020-09-05Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds7-73/+62
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-67/+129
2020-09-05include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe1-1/+1
2020-09-05mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells1-1/+1
2020-09-05mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song1-6/+20
2020-09-05mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai1-6/+17
2020-09-05mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell1-0/+2
2020-09-05mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell1-7/+5
2020-09-05mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple2-6/+18
2020-09-05mm/migrate: fixup setting UFFD_WP flagAlistair Popple1-1/+1
2020-09-05mm: madvise: fix vma user-after-freeYang Shi1-1/+1
2020-09-05checkpatch: fix the usage of capture group ( ... )Mrinal Pandey1-2/+2
2020-09-05fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser1-1/+1
2020-09-05ipc: adjust proc_ipc_sem_dointvec definition to match prototypeTobias Klauser1-1/+1
2020-09-05mm: track page table modifications in __apply_to_page_range()Joerg Roedel1-13/+24
2020-09-05MAINTAINERS: IA64: mark Status as Odd Fixes onlyRandy Dunlap1-1/+1
2020-09-05MAINTAINERS: add LLVM maintainersNick Desaulniers1-0/+2
2020-09-05MAINTAINERS: update Cavium/Marvell entriesRobert Richter1-15/+13
2020-09-05mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca1-6/+6
2020-09-05mm: memcg: fix memcg reclaim soft lockupXunlei Pang1-0/+8
2020-09-05memcg: fix use-after-free in uncharge_batchMichal Hocko1-0/+6
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka1-2/+10
2020-09-05ext2: don't update mtime on COW faultsMikulas Patocka1-2/+4
2020-09-05io_uring: fix explicit async read/write mapping for large segmentsJens Axboe1-3/+4
2020-09-04Merge tag 's390-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-1/+9
2020-09-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+1
2020-09-04Merge tag 'mips_fixes_5.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-10/+25
2020-09-04Merge tag 'kbuild-fixes-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-24/+26
2020-09-04Merge tag 'pm-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-96/+168
2020-09-04Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds4-6/+11
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds13-82/+212
2020-09-04Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+12
2020-09-04Merge tag 'thermal-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-18/+24
2020-09-04Merge tag 'dmaengine-fix-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-49/+73
2020-09-04Merge tag 'sound-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds29-78/+227
2020-09-04Merge tag 'drm-fixes-2020-09-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-25/+84
2020-09-04net/packet: fix overflow in tpacket_rcvOr Cohen1-1/+6
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds8-120/+29
2020-09-04Merge branch 'pm-cpufreq'Rafael J. Wysocki2-89/+151
2020-09-04mm: Add PGREUSE counterPeter Xu3-0/+3
2020-09-04mm/gup: Remove enfornced COW mechanismPeter Xu3-46/+9