summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells
2024-04-29platform/x86/intel/tpmi: Add additional TPMI header fieldsSrinivas Pandruvada
2024-04-29platform/x86/intel/tpmi: Align comments in kernel-docSrinivas Pandruvada
2024-04-28Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-04-27profiling: Remove create_prof_cpu_mask().Tetsuo Handa
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-26Merge tag 'soc-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds
2024-04-26pwm: Add a struct device to struct pwm_chipUwe Kleine-König
2024-04-26pwm: Ensure a struct pwm has the same lifetime as its pwm_chipUwe Kleine-König
2024-04-26pwm: Move contents of sysfs.c into core.cUwe Kleine-König
2024-04-26pwm: Ensure that pwm_chips are allocated using pwmchip_alloc()Uwe Kleine-König
2024-04-26cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missingPerry Yuan
2024-04-26cpufreq: amd-pstate: Document the units for freq variables in amd_cpudataGautham R. Shenoy
2024-04-26cpufreq: amd-pstate: Document *_limit_* fields in struct amd_cpudataGautham R. Shenoy
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan
2024-04-26Merge tag 'qcom-drivers-fixes-for-6.9' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann
2024-04-26virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko
2024-04-26Merge branch 'memory-observability' into x86/amdJoerg Roedel
2024-04-26iommu: Add ops->domain_alloc_sva()Jason Gunthorpe
2024-04-26dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy
2024-04-26iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy
2024-04-26dma-mapping: Add helpers for dma_range_map boundsRobin Murphy
2024-04-26ACPI/IORT: Handle memory address size limits as limitsRobin Murphy
2024-04-26iommu: Add ops->domain_alloc_sva()Jason Gunthorpe
2024-04-26iommu/vt-d: Remove private data use in fault messageJingqi Liu
2024-04-26iommu/vt-d: Allocate DMAR fault interrupts locallyDimitri Sivanich
2024-04-26fs: Create anon_inode_getfile_fmode()Dawid Osuchowski
2024-04-26drivers/perf: riscv: Implement SBI PMU snapshot functionAtish Patra
2024-04-26mmc: slot-gpio: Use irq_handler_t typeAndy Shevchenko
2024-04-26mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-04-25instrumented.h: add instrument_memcpy_before, instrument_memcpy_afterAlexander Potapenko
2024-04-25mm: kmsan: implement kmsan_memmove()Alexander Potapenko
2024-04-25mm: set pageblock_order to HPAGE_PMD_ORDER in case with !CONFIG_HUGETLB_PAGE ...Baolin Wang
2024-04-25mm: inline destroy_large_folio() into __folio_put_large()Matthew Wilcox (Oracle)
2024-04-25mm/ksm: remove redundant code in ksm_forkJinjiang Tu
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand
2024-04-25mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts
2024-04-25mm: swap: allow storage of all mTHP ordersRyan Roberts
2024-04-25mm: swap: update get_swap_pages() to take folio orderRyan Roberts
2024-04-25mm: swap: simplify struct percpu_clusterRyan Roberts
2024-04-25mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts
2024-04-25mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts
2024-04-25mm: generate PAGE_IDLE_FLAG definitionsMatthew Wilcox (Oracle)
2024-04-25mm: remove page_idle and page_young wrappersMatthew Wilcox (Oracle)
2024-04-25mm: init_mlocked_on_free_v3York Jasper Niebuhr
2024-04-25mm/ksm: fix ksm exec support for prctlJinjiang Tu
2024-04-25mm: take placement mappings gap into accountRick Edgecombe