summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2-11/+10
2023-08-25mm: convert do_set_pte() to set_pte_range()Yin Fengwei1-1/+2
2023-08-25rmap: add folio_add_file_rmap_range()Yin Fengwei1-0/+2
2023-08-25mm: tidy up set_ptes definitionMatthew Wilcox (Oracle)1-6/+0
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-0/+9
2023-08-25mm: remove page_mapping_file()Matthew Wilcox (Oracle)1-8/+0
2023-08-25mm: add default definition of set_ptes()Matthew Wilcox (Oracle)1-21/+60
2023-08-25mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)1-2/+2
2023-08-25mm: add folio_flush_mapping()Matthew Wilcox (Oracle)1-5/+21
2023-08-25mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)1-6/+7
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-0/+27
2023-08-25mm: memcg: use rstat for non-hierarchical statsYosry Ahmed1-3/+4
2023-08-25mm: handle userfaults under VMA lockSuren Baghdasaryan1-0/+20
2023-08-25mm: handle swap page faults under per-VMA lockSuren Baghdasaryan1-0/+13
2023-08-25mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan1-5/+6
2023-08-25mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-25io_uring: move iopoll ctx fields aroundPavel Begunkov1-14/+11
2023-08-25io_uring: move multishot cqe cache in ctxPavel Begunkov1-1/+2
2023-08-25io_uring: separate task_work/waiting cache linePavel Begunkov1-7/+12
2023-08-25io_uring: banish non-hot data to end of io_ring_ctxPavel Begunkov1-18/+19
2023-08-25io_uring: move non aligned field to the endPavel Begunkov1-18/+18
2023-08-25io_uring: compact SQ/CQ heads/tailsPavel Begunkov1-2/+2
2023-08-25io_uring: merge iopoll and normal completion pathsPavel Begunkov1-0/+1
2023-08-25io_uring: simplify big_cqe handlingPavel Begunkov1-10/+6
2023-08-24PCI: Remove unused function declarationsYue Haibing1-1/+0
2023-08-24net: dsa: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski1-1/+1
2023-08-24Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski4-1/+87
2023-08-24PCI/VGA: Fix typosSui Jingfeng1-2/+2
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-08-24SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust2-0/+4
2023-08-24SUNRPC: clean up integer overflow checkDan Carpenter1-3/+1
2023-08-24Merge tag 'icc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman2-3/+19
2023-08-24libceph: add CEPH_OSD_OP_ASSERT_VER supportJeff Layton2-1/+9
2023-08-24PCI/VGA: Replace full MIT license text with SPDX identifierSui Jingfeng1-21/+2
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie24-54/+108
2023-08-24binfmt_elf_fdpic: support 64-bit systemsGreg Ungerer1-1/+13
2023-08-23SUNRPC: kmap() the xdr pages during decodeAnna Schumaker1-0/+2
2023-08-23nvmem: core: Notify when a new layout is registeredMiquel Raynal1-0/+2
2023-08-23nvmem: core: Return NULL when no nvmem layout is foundMiquel Raynal1-1/+1
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner10-18/+33
2023-08-23entry: Remove empty addr_limit_user_check()Mark Rutland1-16/+0
2023-08-23mlx4: Delete custom device management logicPetr Pavlu1-10/+0
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu2-0/+18
2023-08-23mlx4: Move the bond work to the core driverPetr Pavlu2-19/+13
2023-08-23mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu1-1/+0
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu1-2/+6
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu1-1/+1
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu1-3/+0
2023-08-23qed/qede: Remove unused declarationsYue Haibing1-3/+0
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)1-0/+1