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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
x86/mce: relocate set{clear}_mce_nospec() functions
Jane Chu
1
-4
/
+4
2022-05-16
Merge branch kvm-arm64/vgic-invlpir into kvmarm-master/next
Marc Zyngier
1
-0
/
+2
2022-05-16
iomap: add per-iomap_iter private data
Christoph Hellwig
1
-2
/
+3
2022-05-16
iomap: allow the file system to provide a bio_set for direct I/O
Christoph Hellwig
1
-0
/
+11
2022-05-16
fs: add a lockdep check function for sb_start_write()
Naohiro Aota
1
-0
/
+5
2022-05-16
Merge 5.18-rc7 into usb-next
Greg Kroah-Hartman
5
-4
/
+8
2022-05-16
firmware: mediatek: Add adsp ipc protocol interface
TingHan Shen
1
-0
/
+65
2022-05-16
net: fix dev_fill_forward_path with pppoe + bridge
Felix Fietkau
1
-1
/
+1
2022-05-16
net: fix possible race in skb_attempt_defer_free()
Eric Dumazet
1
-0
/
+1
2022-05-16
net: skb: change the definition SKB_DR_SET()
Menglong Dong
1
-1
/
+2
2022-05-16
ipv6: Add hop-by-hop header to jumbograms in ip6_output
Coco Li
1
-0
/
+1
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
1
-1
/
+5
2022-05-16
net: limit GSO_MAX_SIZE to 524280 bytes
Eric Dumazet
1
-2
/
+5
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
1
-1
/
+3
2022-05-16
nvme: add missing status values to verbose logging
Max Gurtovoy
1
-0
/
+2
2022-05-15
cdrom: remove the unused driver specific disc change ioctl
Paul Gortmaker
1
-1
/
+0
2022-05-14
Unify the primitives for file descriptor closing
Al Viro
1
-1
/
+1
2022-05-14
fs: remove fget_many and fput_many interface
Gou Hao
2
-5
/
+1
2022-05-13
mm/damon: add documentation for Enum value
Gautam Menghani
1
-0
/
+1
2022-05-13
mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctl
Muchun Song
1
-0
/
+9
2022-05-13
mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migration
Baolin Wang
1
-0
/
+11
2022-05-13
Documentation/vm: move "Using kmap-atomic" to highmem.h
Fabio M. De Francesco
1
-0
/
+31
2022-05-13
mm/highmem: fix kernel-doc warnings in highmem*.h
Fabio M. De Francesco
2
-17
/
+23
2022-05-13
bpf: Add MEM_UNINIT as a bpf_type_flag
Joanne Koong
1
-8
/
+10
2022-05-13
timekeeping: Add raw clock fallback for random_get_entropy()
Jason A. Donenfeld
1
-0
/
+8
2022-05-13
security: declare member holding string literal const
Christian Göttsche
1
-2
/
+2
2022-05-13
Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
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
[prev]
[next]