summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-06-23PCI/sysfs: Convert PCI resource files to static attributesKrzysztof Wilczyński1-2/+0
2026-06-23Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-72/+58
2026-06-23PCI: Make pci_sriov_resource_alignment() pci_dev constIlpo Järvinen1-3/+5
2026-06-23resource: Make resource_alignment() input const resourceIlpo Järvinen1-1/+1
2026-06-23Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-5/+20
2026-06-23Merge tag 'mailbox-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds1-0/+2
2026-06-23soundwire: Move wait for initialisation helper to headerCharles Keepax1-8/+30
2026-06-23netfilter: nf_conntrack_expect: store master_tuple in expectationPablo Neira Ayuso1-0/+1
2026-06-23netfilter: conntrack: add deprecation warnings for irc and pptp trackersFlorian Westphal1-0/+4
2026-06-23netfilter: x_tables.h: fix all kernel-doc warningsRandy Dunlap1-8/+21
2026-06-23Input: stop force-feedback timer when unregistering input devicesDmitry Torokhov1-0/+3
2026-06-23Merge tag 'erofs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+4
2026-06-23ipv4: fib: Don't ignore error route in local/main tables.Kuniyuki Iwashima1-4/+3
2026-06-23rtc: interface: Add rtc_read_next_alarm() to read next expiring timerMario Limonciello1-0/+2
2026-06-22ceph: add manual reset debugfs control and tracepointsAlex Markuze1-0/+67
2026-06-22f2fs: validate orphan inode entry countWenjie Qi1-0/+1
2026-06-22f2fs: Add trace_f2fs_fault_reportliujinbao11-0/+28
2026-06-22Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-175/+603
2026-06-22Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-21/+75
2026-06-22Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-348/+187
2026-06-22Merge tag 'nf-26-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski4-3/+17
2026-06-22Merge tag 'i2c-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Linus Torvalds1-1/+1
2026-06-22Merge tag 'i3c/for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds1-4/+19
2026-06-22Merge tag 'slab-for-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+11
2026-06-22Merge tag 's390-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-0/+33
2026-06-22net: dst_metadata: fix false-positive memcpy overflow in tun_dst_uncloneIlya Maximets1-2/+5
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds12-349/+73
2026-06-21Merge tag 'mtd/for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds3-3/+29
2026-06-21Revert "mm: limit filemap_fault readahead to VMA boundaries"Lorenzo Stoakes1-2/+0
2026-06-21mm/truncate: use folio_split() in truncate_inode_partial_folio()Zi Yan1-23/+2
2026-06-21fs: remove nr_thps from struct address_spaceZi Yan1-5/+0
2026-06-21mm: fs: remove filemap_nr_thps*() functions and their usersZi Yan1-29/+0
2026-06-21mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()Zi Yan1-1/+1
2026-06-21mm/khugepaged: remove READ_ONLY_THP_FOR_FS checkZi Yan1-0/+27
2026-06-21mm/khugepaged: improve tracepoints for mTHP ordersNico Pache1-12/+22
2026-06-21mm/khugepaged: add per-order mTHP collapse failure statisticsNico Pache1-0/+3
2026-06-21mm/khugepaged: generalize alloc_charge_folio()Dev Jain1-0/+2
2026-06-21lib: split codetag_lock_module_list()Bart Van Assche1-1/+2
2026-06-21mm/alloc_tag: replace fixed-size early PFN array with dynamic linked listHao Ge1-2/+2
2026-06-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-10/+24
2026-06-21Merge tag '9p-for-7.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds1-0/+2
2026-06-21Merge tag 'firewire-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+4
2026-06-21Merge tag 'liveupdate-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-111/+256
2026-06-21Merge tag 'nand/for-7.2' into mtd/nextMiquel Raynal24-21/+156
2026-06-21Merge tag 'rproc-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds3-268/+381
2026-06-219p: Cache negative dentries for lookup performanceRemi Pommarel1-0/+2
2026-06-21netfilter: nf_conntrack_expect: use conntrack GC to reap expectationsPablo Neira Ayuso2-3/+14
2026-06-21netfilter: nft_meta_bridge: add validate callback for get operationsFlorian Westphal1-0/+2
2026-06-20Merge tag 'for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-29/+3
2026-06-20Merge tag 'strncpy-removal-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-52/+0