index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-13
vfio/pci: Use the struct file as the handle not the vfio_group
Jason Gunthorpe
1
-2
/
+1
2022-05-13
vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()
Jason Gunthorpe
1
-2
/
+3
2022-05-13
vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()
Jason Gunthorpe
1
-2
/
+1
2022-05-13
vfio: Remove vfio_external_group_match_file()
Jason Gunthorpe
1
-2
/
+0
2022-05-13
vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()
Jason Gunthorpe
1
-1
/
+1
2022-05-13
Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/next
Alex Williamson
6
-25
/
+66
2022-05-13
tracing: incorrect gfp_t conversion
Vasily Averin
1
-1
/
+1
2022-05-13
mm: functions may simplify the use of return values
Li kunyu
1
-9
/
+3
2022-05-13
mm: remove __HAVE_ARCH_PTEP_CLEAR in pgtable.h
Tong Tiangen
1
-2
/
+0
2022-05-13
mm: page_table_check: add hooks to public helpers
Tong Tiangen
1
-8
/
+15
2022-05-13
mm: add folio_test_movable()
Matthew Wilcox (Oracle)
1
-0
/
+5
2022-05-13
mm: add folio_mapping_flags()
Matthew Wilcox (Oracle)
1
-0
/
+5
2022-05-13
mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-13
mm/swap: add folio_throttle_swaprate
Matthew Wilcox (Oracle)
1
-0
/
+4
2022-05-13
mm: allow can_split_folio() to be called when THP are disabled
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-05-13
vmscan: convert lazy freeing to folios
Matthew Wilcox (Oracle)
1
-0
/
+14
2022-05-13
swap: turn get_swap_page() into folio_alloc_swap()
Matthew Wilcox (Oracle)
1
-6
/
+7
2022-05-13
mm: remove alloc_pages_vma()
Matthew Wilcox (Oracle)
1
-11
/
+7
2022-05-13
mm: cma: use pageblock_order as the single alignment
Zi Yan
2
-6
/
+3
2022-05-13
mm: make alloc_contig_range work at pageblock granularity
Zi Yan
1
-2
/
+2
2022-05-13
mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
Zi Yan
1
-2
/
+0
2022-05-13
mm/uffd: enable write protection for shmem & hugetlbfs
Peter Xu
1
-0
/
+20
2022-05-13
mm/hugetlb: handle uffd-wp during fork()
Peter Xu
1
-2
/
+5
2022-05-13
mm/hugetlb: only drop uffd-wp special pte if required
Peter Xu
3
-5
/
+7
2022-05-13
mm/hugetlb: handle UFFDIO_WRITEPROTECT
Peter Xu
1
-2
/
+4
2022-05-13
mm/hugetlb: take care of UFFDIO_COPY_MODE_WP
Peter Xu
1
-2
/
+4
2022-05-13
mm/shmem: persist uffd-wp bit across zapping for file-backed
Peter Xu
2
-0
/
+53
2022-05-13
mm/shmem: handle uffd-wp special pte in page fault handler
Peter Xu
1
-0
/
+17
2022-05-13
mm/shmem: take care of UFFDIO_COPY_MODE_WP
Peter Xu
1
-2
/
+2
2022-05-13
mm/uffd: PTE_MARKER_UFFD_WP
Peter Xu
2
-1
/
+49
2022-05-13
mm: check against orig_pte for finish_fault()
Peter Xu
1
-0
/
+3
2022-05-13
mm: introduce PTE_MARKER swap entry
Peter Xu
2
-1
/
+92
2022-05-13
mm/damon/vaddr: move 'damon_set_regions()' to core
SeongJae Park
1
-0
/
+2
2022-05-13
mm/damon/core: add a new callback for watermarks checks
SeongJae Park
1
-0
/
+7
2022-05-13
mm/swapops: make is_pmd_migration_entry more strict
Hongchen Zhang
1
-1
/
+1
2022-05-13
mm: make minimum slab alignment a runtime property
Peter Collingbourne
1
-0
/
+12
2022-05-13
printk: stop including cache.h from printk.h
Peter Collingbourne
1
-1
/
+0
2022-05-13
mm/damon/vaddr: register a damon_operations for fixed virtual address ranges monitoring
SeongJae Park
1
-0
/
+3
2022-05-13
mm/damon/core: add a function for damon_operations registration checks
SeongJae Park
1
-0
/
+1
2022-05-13
mm/highmem: VM_BUG_ON() if offset + len > PAGE_SIZE
Fabio M. De Francesco
1
-0
/
+2
2022-05-13
mm: avoid unnecessary flush on change_huge_pmd()
Nadav Amit
1
-0
/
+20
2022-05-13
mm/mprotect: use mmu_gather
Nadav Amit
2
-4
/
+6
2022-05-13
iommu/vt-d: Check domain force_snooping against attached devices
Lu Baolu
1
-0
/
+1
2022-05-13
iommu/vt-d: Size Page Request Queue to avoid overflow condition
Lu Baolu
1
-1
/
+1
2022-05-13
media: mediatek: vcodec: support stateless H.264 decoding for mt8192
Yunfei Dong
1
-0
/
+2
2022-05-13
Merge tag 'v5.18-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/soc
Arnd Bergmann
2
-4
/
+13
2022-05-13
extcon: Fix extcon_get_extcon_dev() error handling
Dan Carpenter
1
-1
/
+1
2022-05-13
Merge tag 'drm/tegra/for-5.19-rc1' of https://gitlab.freedesktop.org/drm/tegra into drm-next
Dave Airlie
1
-0
/
+6
2022-05-12
skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()
Jakub Kicinski
1
-3
/
+1
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-4
/
+7
[prev]
[next]