summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-30mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn1-0/+5
2022-11-30mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn3-3/+7
2022-11-30mm/khugepaged: take the right locks for page table retractionJann Horn1-4/+51
2022-11-30mm: migrate: fix THP's mapcount on isolationGavin Shan1-11/+11
2022-11-30mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross3-5/+24
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross7-0/+13
2022-11-30mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park1-2/+44
2022-11-30tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"Tiezhu Yang1-2/+2
2022-11-30nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng1-0/+7
2022-11-30hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz3-12/+19
2022-11-30madvise: use zap_page_range_single for madvise dontneedMike Kravetz3-23/+33
2022-11-30mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODEYang Shi1-2/+16
2022-11-30afs: Fix server->active leak in afs_put_serverMarc Dionne1-1/+1
2022-11-30drm/i915: fix TLB invalidation for Gen12 video and compute enginesAndrzej Hajda1-0/+5
2022-11-30Merge tag 'asoc-fix-v6.1-rc7' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai4-4/+31
2022-11-30ALSA: dice: fix regression for Lexicon I-ONIX FW810STakashi Sakamoto1-5/+7
2022-11-30nvme: fix SRCU protection of nvme_ns_head listCaleb Sander2-1/+4
2022-11-30nvme-pci: clear the prp2 field when not usedLei Rao1-0/+2
2022-11-29Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt3-13/+133
2022-11-29riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren3-18/+103
2022-11-29riscv: kexec: Fixup irq controller broken in kexec crash pathGuo Ren1-0/+35
2022-11-29riscv: mm: Proper page permissions after initmem freeBjörn Töpel1-4/+5
2022-11-29riscv: vdso: fix section overlapping under some conditionsJisheng Zhang1-0/+1
2022-11-29riscv: fix race when vmap stack overflowJisheng Zhang3-0/+32
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds73-265/+480
2022-11-29perf: Fix perf_pending_task() UaFPeter Zijlstra1-4/+13
2022-11-29net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda1-0/+1
2022-11-29MAINTAINERS: Update maintainer list for chelsio driversAyush Sawal1-4/+0
2022-11-29ionic: update MAINTAINERS entryShannon Nelson2-1/+3
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao5-7/+49
2022-11-29packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn1-4/+2
2022-11-29net/mlx5: Lag, Fix for loop when checking lagChris Mi1-2/+4
2022-11-29Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed2-0/+23
2022-11-29mmc: sdhci: Fix voltage switch delayAdrian Hunter2-7/+56
2022-11-29mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()Gaosheng Cui1-4/+2
2022-11-29net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functionsShang XiaoJing2-3/+3
2022-11-29net: tun: Fix use-after-free in tun_detach()Shigeru Yoshida1-1/+3
2022-11-29drm/i915: Never return 0 if not all requests retiredJanusz Krzysztofik1-1/+1
2022-11-29drm/i915: Fix negative value passed as remaining timeJanusz Krzysztofik1-2/+7
2022-11-29drm/i915: Remove non-existent pipes from bigjoiner pipe maskVille Syrjälä1-3/+7
2022-11-29drm/i915/mtl: Fix dram info readoutRadhakrishna Sripada1-2/+1
2022-11-28afs: Fix fileserver probe RTT handlingDavid Howells1-2/+2
2022-11-28net: mdiobus: fix unbalanced node reference countYang Yingliang2-1/+2
2022-11-28net: hsr: Fix potential use-after-freeYueHaibing1-2/+3
2022-11-28tipc: re-fetch skb cb after tipc_msg_validateXin Long1-0/+3
2022-11-28Merge branch 'mptcp-more-fixes-for-6-1'Jakub Kicinski2-10/+9
2022-11-28mptcp: fix sleep in atomic at close timePaolo Abeni1-3/+3
2022-11-28mptcp: don't orphan ssk in mptcp_close()Menglong Dong1-7/+6
2022-11-28dsa: lan9303: Correct stat nameJerry Ray1-1/+1
2022-11-28Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski5-19/+58