summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-10-13Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2022-10-13Merge tag 'linux-watchdog-6.1-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2022-10-13Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-10-13Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-13Documentation: rtla: Correct command line examplePierre Gondois
2022-10-13sunhme: fix an IS_ERR() vs NULL check in probeDan Carpenter
2022-10-13net: marvell: prestera: fix a couple NULL vs IS_ERR() checksDan Carpenter
2022-10-13kcm: avoid potential race in kcm_tx_workEric Dumazet
2022-10-13tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima
2022-10-13MAINTAINERS: of: collapse overlay entry into main device tree entryFrank Rowand
2022-10-13Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt
2022-10-13riscv: check for kernel config option in t-head memory types errataHeiko Stuebner
2022-10-13riscv: use BIT() marco for cpufeature probingHeiko Stuebner
2022-10-13riscv: use BIT() macros in t-head errata initHeiko Stuebner
2022-10-13riscv: drop some idefs from CMO initializationHeiko Stuebner
2022-10-13riscv: cleanup svpbmt cpufeature probingHeiko Stuebner
2022-10-13riscv: Pass -mno-relax only on lld < 15.0.0Fangrui Song
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya
2022-10-13cifs: find and use the dentry for cached non-root directories alsoRonnie Sahlberg
2022-10-13cifs: enable caching of directories for which a lease is heldRonnie Sahlberg
2022-10-13cifs: prevent copying past input buffer boundariesPaulo Alcantara
2022-10-13cifs: fix uninitialised var in smb2_compound_op()Paulo Alcantara
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara
2022-10-13smb3: clarify multichannel warningSteve French
2022-10-13cifs: fix regression in very old smb1 mountsRonnie Sahlberg
2022-10-13vdpa/ifcvf: add reviewerMichael S. Tsirkin
2022-10-13virtio_pci: use irq to detect interrupt supportMichael S. Tsirkin
2022-10-13powerpc/pseries: Fix CONFIG_DTL=n buildNicholas Piggin
2022-10-13powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked contextNicholas Piggin
2022-10-13Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni
2022-10-13Merge branch 'cve-fixes-2022-10-13'Johannes Berg
2022-10-12RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt
2022-10-12highmem: fix kmap_to_page() for kmap_local_page() addressesIra Weiny
2022-10-12mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order pageYafang Shao
2022-10-12mm/selftest: uffd: explain the write missing fault checkPeter Xu
2022-10-12mm/hugetlb: use hugetlb_pte_stable in migration race checkPeter Xu
2022-10-12mm/hugetlb: fix race condition of uffd missing/minor handlingPeter Xu
2022-10-12zram: always expose rw_pageBrian Geffon
2022-10-12LoongArch: update local TLB if PTE entry existsQi Zheng
2022-10-12mm: use update_mmu_tlb() on the second threadQi Zheng
2022-10-12kasan: fix array-bounds warnings in testsAndrey Konovalov
2022-10-12hmm-tests: add test for migrate_device_range()Alistair Popple
2022-10-12nouveau/dmem: evict device private memory during releaseAlistair Popple
2022-10-12nouveau/dmem: refactor nouveau_dmem_fault_copy_one()Alistair Popple
2022-10-12mm/migrate_device.c: add migrate_device_range()Alistair Popple
2022-10-12mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()Alistair Popple
2022-10-12mm/memremap.c: take a pgmap reference on page allocationAlistair Popple
2022-10-12mm: free device private pages have zero refcountAlistair Popple