aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-11-25sched/mmcid: Move initialization out of lineThomas Gleixner1-14/+1
2025-11-25signal: Move MMCID exit out of sighand lockThomas Gleixner1-2/+2
2025-11-25sched/mmcid: Convert mm CID mask to a bitmapThomas Gleixner1-4/+5
2025-11-25cpumask: Cache num_possible_cpus()Thomas Gleixner1-2/+8
2025-11-25sched: idle: Respect the CPU system wakeup QoS limit for s2idleUlf Hansson1-2/+4
2025-11-25pmdomain: Respect the CPU system wakeup QoS limit for s2idleUlf Hansson1-0/+1
2025-11-25PM: QoS: Introduce a CPU system wakeup QoS limitUlf Hansson1-0/+9
2025-11-25vfio/pci: Add vfio_pci_dma_buf_iommufd_map()Jason Gunthorpe1-0/+4
2025-11-25Merge branch 'slab/for-6.19/mempool_alloc_bulk' into slab/for-nextVlastimil Babka2-37/+29
2025-11-25Merge branch 'slab/for-6.19/memdesc_prep' into slab/for-nextVlastimil Babka1-14/+2
2025-11-25Merge branch 'slab/for-6.19/sheaves_cleanups' into slab/for-nextVlastimil Babka1-6/+0
2025-11-25Merge tag 'reset-for-v6.19' of https://git.pengutronix.de/git/pza/linux into ...Arnd Bergmann2-33/+1
2025-11-25Merge tag 'qcom-drivers-for-6.19' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann5-3/+32
2025-11-25backlight: lp855x: Fix lp855x.h kernel-doc warningsRandy Dunlap1-2/+2
2025-11-25ACPI: GTDT: Get rid of acpi_arch_timer_mem_init()Marc Zyngier1-1/+0
2025-11-25string: use __attribute__((nonnull())) in strends()Bartosz Golaszewski1-1/+2
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik1-1/+1
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik1-10/+2
2025-11-25wifi: ieee80211: correct FILS status codesRia Thomas1-2/+2
2025-11-25Merge tag 'tegra-for-6.19-syscore' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-5/+10
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig1-34/+9
2025-11-25Merge tag 'samsung-drivers-6.19' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-8/+335
2025-11-25include/linux/fs.h: trivial fix: regualr -> regularAskar Safin1-1/+1
2025-11-25fs: Add uoff_tMatthew Wilcox (Oracle)3-5/+6
2025-11-25x86/cc: Fix enum spelling to fix kernel-doc warningsRandy Dunlap1-1/+1
2025-11-24PCI: Validate pci_rebar_size_supported() inputIlpo Järvinen1-0/+1
2025-11-24hugetlb: add __read_mostly to sysctl_hugetlb_shm_groupGregory Price1-1/+1
2025-11-24mm: userfaultfd: add pgtable_supports_uffd_wp()Chunyan Zhang2-31/+46
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang2-0/+15
2025-11-24memcg: remove __lruvec_stat_mod_folioShakeel Butt1-29/+1
2025-11-24memcg: remove __mod_lruvec_stateShakeel Butt2-18/+2
2025-11-24memcg: remove __mod_lruvec_kmem_stateShakeel Butt1-23/+5
2025-11-24memcg: use mod_node_page_state to update statsShakeel Butt2-3/+3
2025-11-24mm/huge_memory.c: introduce folio_split_unmappedBalbir Singh2-3/+8
2025-11-24mm: thp: reparent the split queue during memcg offlineQi Zheng2-0/+15
2025-11-24mm: thp: introduce folio_split_queue_lock and its variantsMuchun Song1-0/+10
2025-11-24mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()Lorenzo Stoakes2-14/+6
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes2-126/+20
2025-11-24mm: remove is_hugetlb_entry_[migration, hwpoisoned]()Lorenzo Stoakes1-2/+0
2025-11-24mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes1-5/+0
2025-11-24mm: remove remaining is_swap_pmd() users and is_swap_pmd()Lorenzo Stoakes1-9/+0
2025-11-24mm: introduce pmd_is_huge() and use where appropriateLorenzo Stoakes2-4/+41
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes3-103/+217
2025-11-24mm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes1-2/+14
2025-11-24mm: use leaf entries in debug pgtable + remove is_swap_pte()Lorenzo Stoakes1-6/+0
2025-11-24mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes1-2/+1
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes5-80/+417
2025-11-24mm: correctly handle UFFD PTE markersLorenzo Stoakes2-18/+21
2025-11-24mm/huge_memory: merge uniform_split_supported() and non_uniform_split_support...Wei Yang1-5/+3
2025-11-24mm/huge_memory: introduce enum split_type for clarityWei Yang1-0/+5