aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-28x86: asm: make sure __put_user_size() evaluates pointer onceGravatar Alexander Potapenko 1-6/+7
2022-10-28Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultGravatar Alexander Potapenko 1-1/+2
2022-10-28x86/purgatory: disable KMSAN instrumentationGravatar Alexander Potapenko 1-0/+1
2022-10-28mm: kmsan: export kmsan_copy_page_meta()Gravatar Alexander Potapenko 1-0/+1
2022-10-28mm: migrate: fix return value if all subpages of THPs are migrated successfullyGravatar Baolin Wang 1-0/+7
2022-10-28mm/uffd: fix vma check on userfault for wpGravatar Peter Xu 1-3/+3
2022-10-28mm: prep_compound_tail() clear page->privateGravatar Hugh Dickins 2-1/+2
2022-10-28mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsGravatar Rik van Riel 1-1/+11
2022-10-28mm/page_isolation: fix clang deadcode warningGravatar Maria Yu 1-1/+1
2022-10-28fs/ext4/super.c: remove unused `deprecated_msg'Gravatar Andrew Morton 1-4/+0
2022-10-28ipc/msg.c: fix percpu_counter use after freeGravatar Andrew Morton 1-2/+2
2022-10-28memory tier, sysfs: rename attribute "nodes" to "nodelist"Gravatar Huang Ying 2-6/+6
2022-10-28MAINTAINERS: git://github.com -> https://github.com for nilfs2Gravatar Palmer Dabbelt 1-1/+1
2022-10-28mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsGravatar Waiman Long 1-19/+42
2022-10-28squashfs: fix buffer release race condition in readahead codeGravatar Phillip Lougher 1-2/+3
2022-10-28squashfs: fix extending readahead beyond end of fileGravatar Phillip Lougher 1-4/+7
2022-10-28squashfs: fix read regression introduced in readahead codeGravatar Phillip Lougher 3-4/+12
2022-10-28Merge tag 'rtc-6.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ab...Gravatar Linus Torvalds 1-3/+11
2022-10-28Merge tag 'mmc-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Gravatar Linus Torvalds 6-29/+57
2022-10-28Merge tag 'mtd/fixes-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-14/+25
2022-10-28Merge tag 'sound-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 45-122/+364
2022-10-28Merge tag 'drm-fixes-2022-10-28' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 41-161/+421
2022-10-28Merge tag 'v6.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-5/+14
2022-10-28MAINTAINERS: Change myself to a maintainerGravatar Matti Vaittinen 1-2/+2
2022-10-28Merge branches 'acpi-resource', 'acpi-pcc' and 'devprop'Gravatar Rafael J. Wysocki 3-3/+10
2022-10-28Merge branches 'pm-sleep', 'pm-domains' and 'pm-tools'Gravatar Rafael J. Wysocki 5-123/+123
2022-10-28blk-mq: Properly init requests from blk_mq_alloc_request_hctx()Gravatar John Garry 1-1/+6
2022-10-27cifs: fix use-after-free caused by invalid pointer `hostname`Gravatar Zeng Heng 1-0/+1
2022-10-28Merge tag 'drm-misc-fixes-2022-10-27' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 3-7/+29
2022-10-28Merge tag 'drm-intel-fixes-2022-10-27-1' of git://anongit.freedesktop.org/drm...Gravatar Dave Airlie 3-4/+13
2022-10-27RISC-V: Fix /proc/cpuinfo cpumask warningGravatar Andrew Jones 1-0/+3
2022-10-27Merge patch series "Fix RISC-V toolchain extension support detection"Gravatar Palmer Dabbelt 3-9/+16
2022-10-27riscv: fix detection of toolchain Zihintpause supportGravatar Conor Dooley 3-3/+9
2022-10-27riscv: fix detection of toolchain Zicbom supportGravatar Conor Dooley 2-6/+7
2022-10-27riscv: mm: add missing memcpy in kasan_initGravatar Qinglin Pan 1-1/+6
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 62-347/+1197
2022-10-27Merge tag 'execve-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-3/+4
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-36/+58
2022-10-27Merge tag 'media/v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 7-13/+83
2022-10-27Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 3-9/+15
2022-10-27net: enetc: survive memory pressure without crashingGravatar Vladimir Oltean 1-0/+5
2022-10-27fbdev: cyber2000fb: fix missing pci_disable_device()Gravatar Yang Yingliang 1-0/+2
2022-10-27kcm: do not sense pfmemalloc status in kcm_sendpage()Gravatar Eric Dumazet 1-1/+1
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Gravatar Eric Dumazet 1-1/+1
2022-10-27net/mlx5e: Fix macsec sci endianness at rx sa updateGravatar Raed Salem 1-1/+1
2022-10-27net/mlx5e: Fix wrong bitwise comparison usage in macsec_fs_rx_add_rule functionGravatar Raed Salem 1-1/+1
2022-10-27net/mlx5e: Fix macsec rx security association (SA) update/deleteGravatar Raed Salem 1-6/+6
2022-10-27net/mlx5e: Fix macsec coverity issue at rx sa updateGravatar Raed Salem 1-1/+1
2022-10-27net/mlx5: Fix crash during sync firmware resetGravatar Suresh Devarakonda 1-3/+3
2022-10-27net/mlx5: Update fw fatal reporter state on PCI handlers successful recoverGravatar Roy Novich 1-0/+4