aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-29Merge tag 'cxl-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-8/+20
2025-01-29Merge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+75
2025-01-29fs: pack struct kstat betterChristoph Hellwig1-2/+2
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-19/+59
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds9-53/+119
2025-01-28Merge tag 'tty-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-4/+13
2025-01-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-0/+29
2025-01-28Merge tag 'loongarch-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-0/+1
2025-01-27Merge tag 'f2fs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-20/+19
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds11-108/+191
2025-01-27Merge tag 'for-6.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-2/+5
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds17-28/+202
2025-01-27Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds9-14/+66
2025-01-27Merge tag 'pwm/for-6.14-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linuxLinus Torvalds1-0/+17
2025-01-27Merge tag 'for-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds2-2/+62
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-14/+64
2025-01-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+1
2025-01-27virtio_pci: Add support for PCIe Function Level ResetIsrael Rukshin1-0/+8
2025-01-27virtio-pci: define type and header for PCI vendor dataShijith Thotton1-0/+14
2025-01-27fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernelDavid Hildenbrand1-0/+9
2025-01-27fs/proc/vmcore: factor out freeing a list of vmcore rangesDavid Hildenbrand1-0/+11
2025-01-27fs/proc/vmcore: factor out allocating a vmcore range and adding it to a listDavid Hildenbrand1-0/+14
2025-01-27fs/proc/vmcore: move vmcore definitions out of kcore.hDavid Hildenbrand2-13/+7
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds37-373/+566
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds10-140/+188
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-61/+53
2025-01-26Merge tag 'modules-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linuxLinus Torvalds2-6/+6
2025-01-26Merge tag 'trace-tools-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-142/+0
2025-01-26Merge tag 'trace-rv-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+4
2025-01-26Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linuxLinus Torvalds3-8/+28
2025-01-26LoongArch: Fix warnings during S3 suspendHuacai Chen1-0/+1
2025-01-26module: Constify 'struct module_attribute'Thomas Weißschuh1-4/+4
2025-01-26module: Handle 'struct module_version_attribute' as constThomas Weißschuh1-1/+1
2025-01-26module: Extend the preempt disabled section in dereference_symbol_descriptor().Sebastian Andrzej Siewior1-1/+1
2025-01-25seqlock: add missing parameter documentation for raw_seqcount_try_begin()Suren Baghdasaryan1-0/+1
2025-01-25mm: add FGP_DONTCACHE folio creation flagJens Axboe1-0/+2
2025-01-25mm: call filemap_fdatawrite_range_kick() after IOCB_DONTCACHE issueJens Axboe1-0/+5
2025-01-25mm/filemap: add filemap_fdatawrite_range_kick() helperJens Axboe1-0/+2
2025-01-25fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flagJens Axboe2-2/+18
2025-01-25mm/readahead: add readahead_control->dropbehind memberJens Axboe1-0/+1
2025-01-25mm: add PG_dropbehind folio flagJens Axboe2-1/+7
2025-01-25mm/hugetlb: rename folio_putback_active_hugetlb() to folio_putback_hugetlb()David Hildenbrand1-2/+2
2025-01-25mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()David Hildenbrand1-2/+2
2025-01-25mm/huge_memory: convert has_hwpoisoned into a pure folio flagDavid Hildenbrand1-4/+2
2025-01-25ksm: add ksm involvement information for each processxu xin1-0/+1
2025-01-25mm/damon: explain "effective quota" on kernel-doc commentSeongJae Park1-4/+9
2025-01-25mm: remove PageTransTail()Matthew Wilcox (Oracle)1-12/+0
2025-01-25mm/mglru: rework workingset protectionYu Zhao2-76/+94
2025-01-25mm/mglru: rework aging feedbackYu Zhao1-9/+8
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-0/+6