aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-08drm/i915: fix broken buildMatthew Auld1-1/+1
2022-04-07Merge tag 'drm-fixes-2022-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds72-252/+1031
2022-04-07Merge tag '5.18-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-12/+17
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds65-388/+712
2022-04-08Merge tag 'drm-misc-fixes-2022-04-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie8-4/+14
2022-04-08Merge tag 'drm-misc-next-fixes-2022-04-07' of git://anongit.freedesktop.org/d...Dave Airlie10-117/+540
2022-04-07SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust3-11/+19
2022-04-07SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust1-1/+3
2022-04-07SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust2-0/+12
2022-04-07NFS: Ensure rpc_run_task() cannot fail in nfs_async_rename()Trond Myklebust2-0/+2
2022-04-07NFSv4/pnfs: Handle RPC allocation errors in nfs4_proc_layoutgetTrond Myklebust1-0/+2
2022-04-07SUNRPC: Handle low memory situations in call_status()Trond Myklebust1-0/+5
2022-04-07SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust1-0/+2
2022-04-07NFSv4.2: Fix missing removal of SLAB_ACCOUNT on kmem_cache allocationMuchun Song1-1/+1
2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust4-10/+15
2022-04-07NFS: Replace readdir's use of xxhash() with hash_64()Trond Myklebust2-10/+3
2022-04-07io_uring: use nospec annotation for more indexesPavel Begunkov1-6/+5
2022-04-07io_uring: zero tag on rsrc removalPavel Begunkov1-1/+3
2022-04-07io_uring: don't touch scm_fp_list after queueing skbPavel Begunkov1-2/+6
2022-04-07io_uring: nospec index for tags on files updatePavel Begunkov1-1/+1
2022-04-07io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFFEugene Syromiatnikov1-1/+9
2022-04-07Revert "io_uring: Add support for napi_busy_poll"Jens Axboe1-231/+1
2022-04-07io_uring: drop the old style inflight file trackingJens Axboe1-58/+27
2022-04-07io_uring: defer file assignmentJens Axboe2-10/+30
2022-04-07io_uring: propagate issue_flags state down to file assignmentJens Axboe1-35/+47
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-20/+132
2022-04-07Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-35/+39
2022-04-07Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds6-6/+15
2022-04-07fbcon: Maintain a private array of fb_infoDaniel Vetter1-39/+43
2022-04-07fbcon: untangle fbcon_exitDaniel Vetter1-31/+32
2022-04-07fbcon: Move more code into fbcon_releaseDaniel Vetter1-20/+13
2022-04-07fbcon: Move console_lock for register/unlink/unregisterDaniel Vetter2-27/+29
2022-04-07fbcon: Consistently protect deferred_takeover with console_lock()Daniel Vetter1-2/+3
2022-04-07fbcon: use lock_fb_info in fbcon_open/releaseDaniel Vetter2-4/+5
2022-04-07fbcon: move more common code into fb_open()Daniel Vetter1-45/+30
2022-04-07fbcon: Ditch error handling for con2fb_release_oldinfoDaniel Vetter1-24/+13
2022-04-07fbcon: Extract fbcon_open/release helpersDaniel Vetter1-54/+53
2022-04-07fb: Delete fb_info->queueDaniel Vetter1-1/+0
2022-04-07fbcon: Replace FBCON_FLAGS_INIT with a booleanDaniel Vetter2-9/+6
2022-04-07fbcon: Use delayed work for cursorDaniel Vetter2-54/+35
2022-04-07fbdev/sysfs: Fix lockingDaniel Vetter1-0/+2
2022-04-07fbcon: delete delayed loading codeDaniel Vetter1-12/+1
2022-04-07fbcon: Introduce wrapper for console->fb_info lookupDaniel Vetter1-32/+44
2022-04-07fbcon: Move fbcon_bmove(_rec) functionsDaniel Vetter1-69/+65
2022-04-07fbcon: delete a few unneeded forward declDaniel Vetter1-16/+1
2022-04-07mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walkzhenwei pi1-3/+3
2022-04-07mm/mempolicy: Use vma_alloc_folio() in new_page()Matthew Wilcox (Oracle)1-14/+11
2022-04-07mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)2-2/+19
2022-04-07mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)1-42/+16
2022-04-07mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)1-12/+10