aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-24selftests/mm: fix build warnings on ppc64Michael Ellerman2-0/+2
2024-05-24arm64: patching: fix handling of execmem addressesWill Deacon1-1/+1
2024-05-24selftests/mm: compaction_test: fix bogus test success and reduce probability ...Dev Jain1-22/+49
2024-05-24selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepagesDev Jain1-0/+2
2024-05-24selftests/mm: compaction_test: fix bogus test success on Aarch64Dev Jain1-7/+13
2024-05-24mailmap: update email address for Satya PriyaSatya Priya Kakitapalli1-1/+1
2024-05-24mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin1-0/+7
2024-05-24kasan, fortify: properly rename memintrinsicsAndrey Konovalov1-4/+18
2024-05-24lib: add version into /proc/allocinfo outputSuren Baghdasaryan2-17/+35
2024-05-24mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu1-3/+2
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds27-184/+395
2024-05-24Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-27/+67
2024-05-24Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds5-12/+45
2024-05-24Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-88/+65
2024-05-24Merge tag 'bcachefs-2024-05-24' of https://evilpiepirate.org/git/bcachefsLinus Torvalds15-57/+96
2024-05-24Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds82-168/+328
2024-05-24nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offsetKundan Kumar1-1/+2
2024-05-24nvme: remove sgs and swsKanchan Joshi1-2/+0
2024-05-24Merge tag 'sound-fix-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-106/+86
2024-05-24Merge tag 'char-misc-6.10-rc1-fix' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-05-24Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-91/+181
2024-05-24Merge tag 'hardening-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-1/+5
2024-05-24Merge tag 'trace-tracefs-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-155/+116
2024-05-24bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock1-1/+1
2024-05-24dma-buf/sw-sync: don't enable IRQ from sync_print_obj()Tetsuo Handa1-2/+2
2024-05-24Merge branch 'mlx5-fixes'David S. Miller9-25/+43
2024-05-24net/mlx5e: Fix UDP GSO for encapsulated packetsGal Pressman2-2/+12
2024-05-24net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex...Carolina Jubran1-1/+1
2024-05-24net/mlx5e: Do not use ptp structure for tx ts stats when not initializedRahul Rameshbabu1-0/+4
2024-05-24net/mlx5e: Fix IPsec tunnel mode offload feature checkRahul Rameshbabu1-12/+5
2024-05-24net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rulesRahul Rameshbabu1-2/+1
2024-05-24net/mlx5: Fix MTMP register capability offset in MCAM registerGal Pressman1-2/+2
2024-05-24net/mlx5: Do not query MPIR on embedded CPU functionTariq Toukan1-4/+8
2024-05-24net/mlx5: Lag, do bond only if slaves agree on roce stateMaher Sanalla1-2/+10
2024-05-24swap: yield device immediatelyChristian Brauner1-1/+1
2024-05-24netfs: Fix setting of BDP_ASYNC from iocb flagsDavid Howells1-1/+1
2024-05-24signalfd: drop an obsolete commentFedor Pchelkin1-4/+0
2024-05-24signalfd: fix error return codeFedor Pchelkin1-1/+1
2024-05-24iomap: fault in smaller chunks for non-large folio mappingsXu Yang1-1/+1
2024-05-24filemap: add helper mapping_max_folio_size()Xu Yang1-13/+21
2024-05-24netfs: Fix AIO error handling when doing write-throughDavid Howells1-1/+6
2024-05-24netfs: Fix io_uring based write-throughDavid Howells3-5/+6
2024-05-24net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061Mathieu Othacehe1-0/+1
2024-05-24genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()dicken.ding1-1/+4
2024-05-24fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov1-0/+1
2024-05-24fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov1-0/+6
2024-05-24connector: Fix invalid conversion in cn_proc.hMatt Jan1-2/+1
2024-05-23selftest mm/mseal read-only elf memory segmentJeff Xu4-36/+275
2024-05-23mseal: add documentationJeff Xu2-0/+200
2024-05-23selftest mm/mseal memory sealingJeff Xu3-0/+1838