aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-10-27acpi: Move common tables helper functions to common libDave Jiang2-31/+54
2023-10-27PCI/AER: Refactor cper_print_aer() for use by CXL driver moduleTerry Bowman1-1/+1
2023-10-27cdx: add sysfs for subsystem, class and revisionAbhijit Gangurde2-2/+35
2023-10-27cdx: add support for bus enable and disableAbhijit Gangurde1-0/+10
2023-10-27cdx: Register cdx bus as a device on cdx subsystemAbhijit Gangurde1-0/+2
2023-10-27cdx: Remove cdx controller list from cdx bus systemAbhijit Gangurde1-0/+2
2023-10-27Revert "nvmem: add new config option"Rafał Miłecki1-2/+0
2023-10-27x509: Add OIDs for FIPS 202 SHA-3 hash and signaturesDimitri John Ledkov1-0/+11
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers1-13/+14
2023-10-27units: Add BYTES_PER_*BITDamian Muszynski1-0/+4
2023-10-27net: Add MDB get device operationIdo Schimmel1-0/+4
2023-10-27Merge tag 'thunderbolt-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+1
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov1-0/+18
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov1-0/+3
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov1-0/+23
2023-10-27net/tcp: Add TCP-AO config and structuresDmitry Safonov1-2/+7
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel2-133/+25
2023-10-26Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-2/+1
2023-10-26Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski6-15/+39
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-5/+78
2023-10-26exportfs: Change bcachefs fid_type enum to avoid conflictsKent Overstreet1-6/+6
2023-10-26Merge tag 'net-6.6-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+29
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas1-0/+2
2023-10-26Merge tag 'v6.6-rc7' into coreJoerg Roedel24-38/+128
2023-10-26iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe1-0/+3
2023-10-26iommu: Add iommu_copy_struct_from_user helperNicolin Chen1-0/+40
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu1-3/+24
2023-10-26iommu: Add IOMMU_DOMAIN_NESTEDLu Baolu1-0/+4
2023-10-26Merge branches 'pm-sleep', 'powercap' and 'pm-tools'Rafael J. Wysocki1-14/+29
2023-10-26Merge branch 'pm-cpufreq'Rafael J. Wysocki1-8/+0
2023-10-26Merge branches 'acpi-ac', 'acpi-pad' and 'pnp'Rafael J. Wysocki1-4/+4
2023-10-26Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-misc' and 'acpi-uid'Rafael J. Wysocki1-0/+5
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den2-28/+4
2023-10-25mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins1-9/+0
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins3-5/+27
2023-10-25mempolicy trivia: use pgoff_t in shared mempolicy treeHugh Dickins1-13/+7
2023-10-25mempolicy trivia: slightly more consistent namingHugh Dickins1-6/+5
2023-10-25hugetlbfs: drop shared NUMA mempolicy pretenceHugh Dickins1-2/+1
2023-10-25mm/damon: implement a function for max nr_accesses safe calculationSeongJae Park1-0/+7
2023-10-25mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)1-14/+0
2023-10-25bootmem: use kmemleak_free_part_phys in free_bootmem_pageLiu Shixin1-1/+1
2023-10-25mm: remove page_cpupid_xchg_last()Kefeng Wang1-12/+7
2023-10-25mm: make finish_mkwrite_fault() staticKefeng Wang1-1/+0
2023-10-25mm: add folio_xchg_last_cpupid()Kefeng Wang1-0/+5
2023-10-25mm: remove xchg_page_access_time()Kefeng Wang1-8/+4
2023-10-25mm: add folio_xchg_access_time()Kefeng Wang1-0/+5
2023-10-25mm: remove page_cpupid_last()Kefeng Wang1-11/+6
2023-10-25mm: add folio_last_cpupid()Kefeng Wang1-0/+5
2023-10-25mm_types: add virtual and _last_cpupid into struct folioKefeng Wang1-4/+18
2023-10-25mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin1-1/+10