Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | iommufd/selftest: Add coverage for iommufd pasid attach/detach | Yi Liu | 2025-03-25 | 3 | -10/+437 | |
| * | | | | | | | | | | iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage | Nicolin Chen | 2025-03-18 | 3 | -0/+153 | |
| * | | | | | | | | | | iommufd/selftest: Require vdev_id when attaching to a nested domain | Nicolin Chen | 2025-03-18 | 1 | -0/+5 | |
| * | | | | | | | | | | iommufd: Disallow allocating nested parent domain with fault ID | Yi Liu | 2025-03-04 | 1 | -0/+4 | |
* | | | | | | | | | | | Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 14 days | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge 6.14-rc6 into driver-core-next | Greg Kroah-Hartman | 2025-03-10 | 39 | -158/+1112 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge 6.14-rc3 into driver-core-next | Greg Kroah-Hartman | 2025-02-17 | 24 | -86/+165 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | kernfs: Use RCU to access kernfs_node::parent. | Sebastian Andrzej Siewior | 2025-02-15 | 1 | -1/+1 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 14 days | 11 | -0/+186 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | lib/interval_tree: add test case for span iteration | Wei Yang | 2025-03-17 | 2 | -2/+6 | |
| * | | | | | | | | | | | | | lib/rbtree: add random seed | Wei Yang | 2025-03-17 | 2 | -2/+8 | |
| * | | | | | | | | | | | | | lib/rbtree: enable userland test suite for rbtree related data structure | Wei Yang | 2025-03-17 | 11 | -0/+176 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 14 days | 21 | -312/+1254 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | selftests/mm: speed up split_huge_page_test | Ryan Roberts | 2025-03-21 | 1 | -4/+7 | |
| * | | | | | | | | | | | | selftests/mm: uffd-unit-tests support for hugepages > 2M | Ryan Roberts | 2025-03-21 | 1 | -1/+4 | |
| * | | | | | | | | | | | | selftests/mm: add commentary about 9pfs bugs | Brendan Jackman | 2025-03-21 | 3 | -10/+22 | |
| * | | | | | | | | | | | | selftests/mm/cow: fix the incorrect error handling | Cyan Yang | 2025-03-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | selftests/mm: add tests for folio_split(), buddy allocator like split | Zi Yan | 2025-03-17 | 1 | -7/+27 | |
| * | | | | | | | | | | | | xarray: add xas_try_split() to split a multi-index entry | Zi Yan | 2025-03-17 | 1 | -0/+1 | |
| * | | | | | | | | | | | | tools/selftests: add guard region test for /proc/$pid/pagemap | Lorenzo Stoakes | 2025-03-16 | 2 | -0/+48 | |
| * | | | | | | | | | | | | selftests/mm/mlock: print error on failure | Brendan Jackman | 2025-03-16 | 2 | -3/+9 | |
| * | | | | | | | | | | | | selftests/mm: skip mlock tests if nobody user can't read it | Brendan Jackman | 2025-03-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | selftests/mm: ensure uffd-wp-mremap gets pages of each size | Brendan Jackman | 2025-03-16 | 1 | -1/+22 | |
| * | | | | | | | | | | | | selftests/mm: drop unnecessary sudo usage | Brendan Jackman | 2025-03-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | selftests/mm: skip gup_longterm tests on weird filesystems | Brendan Jackman | 2025-03-16 | 1 | -1/+9 | |
| * | | | | | | | | | | | | selftests/mm: skip map_populate on weird filesystems | Brendan Jackman | 2025-03-16 | 1 | -0/+7 | |
| * | | | | | | | | | | | | selftests/mm: don't fail uffd-stress if too many CPUs | Brendan Jackman | 2025-03-16 | 1 | -1/+10 | |
| * | | | | | | | | | | | | selftests/mm: print some details when uffd-stress gets bad params | Brendan Jackman | 2025-03-16 | 1 | -1/+2 | |
| * | | | | | | | | | | | | selftests/mm/uffd: rename nr_cpus -> nr_parallel | Brendan Jackman | 2025-03-16 | 4 | -20/+20 | |
| * | | | | | | | | | | | | selftests/mm: skip uffd-wp-mremap if userfaultfd not available | Brendan Jackman | 2025-03-16 | 1 | -1/+4 | |
| * | | | | | | | | | | | | selftests/mm: skip uffd-stress if userfaultfd not available | Brendan Jackman | 2025-03-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | selftests/mm: report errno when things fail in gup_longterm | Brendan Jackman | 2025-03-16 | 1 | -16/+21 | |
| * | | | | | | | | | | | | selftests/mm: fix spelling | Ujwal Kundur | 2025-03-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | mm: make vma cache SLAB_TYPESAFE_BY_RCU | Suren Baghdasaryan | 2025-03-16 | 1 | -7/+2 | |
| * | | | | | | | | | | | | mm: move lesser used vma_area_struct members into the last cacheline | Suren Baghdasaryan | 2025-03-16 | 1 | -19/+18 | |
| * | | | | | | | | | | | | mm: replace vm_lock and detached flag with a reference count | Suren Baghdasaryan | 2025-03-16 | 2 | -33/+35 | |
| * | | | | | | | | | | | | mm: introduce vma_iter_store_attached() to use with attached vmas | Suren Baghdasaryan | 2025-03-16 | 2 | -9/+43 | |
| * | | | | | | | | | | | | mm: mark vma as detached until it's added into vma tree | Suren Baghdasaryan | 2025-03-16 | 1 | -5/+12 | |
| * | | | | | | | | | | | | mm: move per-vma lock into vm_area_struct | Suren Baghdasaryan | 2025-03-16 | 1 | -26/+7 | |
| * | | | | | | | | | | | | tools/selftests: add file/shmem-backed mapping guard region tests | Lorenzo Stoakes | 2025-03-16 | 1 | -0/+595 | |
| * | | | | | | | | | | | | tools/selftests: expand all guard region tests to file-backed | Lorenzo Stoakes | 2025-03-16 | 1 | -85/+205 | |
| * | | | | | | | | | | | | selftests/mm: rename guard-pages to guard-regions | Lorenzo Stoakes | 2025-03-16 | 4 | -24/+24 | |
| * | | | | | | | | | | | | selftests/mm: allow tests to run with no huge pages support | Mark Brown | 2025-03-16 | 1 | -24/+42 | |
| * | | | | | | | | | | | | selftests: mm: fix typo | Eric Salem | 2025-03-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | selftests/mm: fix thuge-gen test name uniqueness | Mark Brown | 2025-03-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | mm: completely abstract unnecessary adj_start calculation | Lorenzo Stoakes | 2025-03-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | mm: eliminate adj_start parameter from commit_merge() | Lorenzo Stoakes | 2025-03-16 | 1 | -0/+2 | |
| * | | | | | | | | | | | | mm: further refactor commit_merge() | Lorenzo Stoakes | 2025-03-16 | 1 | -2/+7 | |
| * | | | | | | | | | | | | mm: simplify vma merge structure and expand comments | Lorenzo Stoakes | 2025-03-16 | 1 | -26/+26 | |
| * | | | | | | | | | | | | selftests/mm: test splitting file-backed THP to any lower order | Zi Yan | 2025-03-16 | 1 | -5/+6 |