| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-10-27 | acpi: Move common tables helper functions to common lib | Dave Jiang | 2 | -31/+54 |
| 2023-10-27 | PCI/AER: Refactor cper_print_aer() for use by CXL driver module | Terry Bowman | 1 | -1/+1 |
| 2023-10-27 | cdx: add sysfs for subsystem, class and revision | Abhijit Gangurde | 2 | -2/+35 |
| 2023-10-27 | cdx: add support for bus enable and disable | Abhijit Gangurde | 1 | -0/+10 |
| 2023-10-27 | cdx: Register cdx bus as a device on cdx subsystem | Abhijit Gangurde | 1 | -0/+2 |
| 2023-10-27 | cdx: Remove cdx controller list from cdx bus system | Abhijit Gangurde | 1 | -0/+2 |
| 2023-10-27 | Revert "nvmem: add new config option" | Rafał Miłecki | 1 | -2/+0 |
| 2023-10-27 | x509: Add OIDs for FIPS 202 SHA-3 hash and signatures | Dimitri John Ledkov | 1 | -0/+11 |
| 2023-10-27 | crypto: ahash - remove support for nonzero alignmask | Eric Biggers | 1 | -13/+14 |
| 2023-10-27 | units: Add BYTES_PER_*BIT | Damian Muszynski | 1 | -0/+4 |
| 2023-10-27 | net: Add MDB get device operation | Ido Schimmel | 1 | -0/+4 |
| 2023-10-27 | Merge tag 'thunderbolt-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-10-27 | net/tcp: Wire TCP-AO to request sockets | Dmitry Safonov | 1 | -0/+18 |
| 2023-10-27 | net/tcp: Add TCP-AO sign to twsk | Dmitry Safonov | 1 | -0/+3 |
| 2023-10-27 | net/tcp: Introduce TCP_AO setsockopt()s | Dmitry Safonov | 1 | -0/+23 |
| 2023-10-27 | net/tcp: Add TCP-AO config and structures | Dmitry Safonov | 1 | -2/+7 |
| 2023-10-27 | Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ... | Joerg Roedel | 2 | -133/+25 |
| 2023-10-26 | Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke... | Jakub Kicinski | 1 | -2/+1 |
| 2023-10-26 | Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/... | Jakub Kicinski | 6 | -15/+39 |
| 2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 7 | -5/+78 |
| 2023-10-26 | exportfs: Change bcachefs fid_type enum to avoid conflicts | Kent Overstreet | 1 | -6/+6 |
| 2023-10-26 | Merge tag 'net-6.6-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -0/+29 |
| 2023-10-26 | Merge branch 'for-next/cpus_have_const_cap' into for-next/core | Catalin Marinas | 1 | -0/+2 |
| 2023-10-26 | Merge tag 'v6.6-rc7' into core | Joerg Roedel | 24 | -38/+128 |
| 2023-10-26 | iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain | Jason Gunthorpe | 1 | -0/+3 |
| 2023-10-26 | iommu: Add iommu_copy_struct_from_user helper | Nicolin Chen | 1 | -0/+40 |
| 2023-10-26 | iommu: Pass in parent domain with user_data to domain_alloc_user op | Yi Liu | 1 | -3/+24 |
| 2023-10-26 | iommu: Add IOMMU_DOMAIN_NESTED | Lu Baolu | 1 | -0/+4 |
| 2023-10-26 | Merge branches 'pm-sleep', 'powercap' and 'pm-tools' | Rafael J. Wysocki | 1 | -14/+29 |
| 2023-10-26 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -8/+0 |
| 2023-10-26 | Merge branches 'acpi-ac', 'acpi-pad' and 'pnp' | Rafael J. Wysocki | 1 | -4/+4 |
| 2023-10-26 | Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-misc' and 'acpi-uid' | Rafael J. Wysocki | 1 | -0/+5 |
| 2023-10-26 | x86/apic/msi: Fix misconfigured non-maskable MSI quirk | Koichiro Den | 2 | -28/+4 |
| 2023-10-25 | mempolicy: mmap_lock is not needed while migrating folios | Hugh Dickins | 1 | -9/+0 |
| 2023-10-25 | mempolicy: alloc_pages_mpol() for NUMA policy without vma | Hugh Dickins | 3 | -5/+27 |
| 2023-10-25 | mempolicy trivia: use pgoff_t in shared mempolicy tree | Hugh Dickins | 1 | -13/+7 |
| 2023-10-25 | mempolicy trivia: slightly more consistent naming | Hugh Dickins | 1 | -6/+5 |
| 2023-10-25 | hugetlbfs: drop shared NUMA mempolicy pretence | Hugh Dickins | 1 | -2/+1 |
| 2023-10-25 | mm/damon: implement a function for max nr_accesses safe calculation | SeongJae Park | 1 | -0/+7 |
| 2023-10-25 | mm/khugepaged: convert alloc_charge_hpage() to use folios | Vishal Moola (Oracle) | 1 | -14/+0 |
| 2023-10-25 | bootmem: use kmemleak_free_part_phys in free_bootmem_page | Liu Shixin | 1 | -1/+1 |
| 2023-10-25 | mm: remove page_cpupid_xchg_last() | Kefeng Wang | 1 | -12/+7 |
| 2023-10-25 | mm: make finish_mkwrite_fault() static | Kefeng Wang | 1 | -1/+0 |
| 2023-10-25 | mm: add folio_xchg_last_cpupid() | Kefeng Wang | 1 | -0/+5 |
| 2023-10-25 | mm: remove xchg_page_access_time() | Kefeng Wang | 1 | -8/+4 |
| 2023-10-25 | mm: add folio_xchg_access_time() | Kefeng Wang | 1 | -0/+5 |
| 2023-10-25 | mm: remove page_cpupid_last() | Kefeng Wang | 1 | -11/+6 |
| 2023-10-25 | mm: add folio_last_cpupid() | Kefeng Wang | 1 | -0/+5 |
| 2023-10-25 | mm_types: add virtual and _last_cpupid into struct folio | Kefeng Wang | 1 | -4/+18 |
| 2023-10-25 | mm: kmem: reimplement get_obj_cgroup_from_current() | Roman Gushchin | 1 | -1/+10 |