summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-30SUNRPC: Count ingress RPC messages per svc_poolChuck Lever1-0/+1
2023-08-30SUNRPC: Deduplicate thread wake-up codeChuck Lever1-0/+1
2023-08-30SUNRPC: Move trace_svc_xprt_enqueueChuck Lever1-9/+9
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever3-30/+31
2023-08-30SUNRPC: change svc_xprt::xpt_flags bits to enumChuck Lever2-35/+56
2023-08-30SUNRPC: change svc_rqst::rq_flags bits to enumNeilBrown1-10/+13
2023-08-30SUNRPC: change svc_pool::sp_flags bits to enumNeilBrown1-3/+7
2023-08-30SUNRPC: change cache_head.flags bits to enumNeilBrown1-4/+8
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown3-3/+4
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown1-1/+1
2023-08-30nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-13/+0
2023-08-30SUNRPC: Revert e0a912e8ddbaChuck Lever1-2/+0
2023-08-30SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever1-0/+2
2023-08-30SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever1-0/+2
2023-08-30sunrpc: Remove unused extern declarationsYueHaibing1-3/+0
2023-08-30NFSD: Remove svc_rqst::rq_cacherepChuck Lever1-1/+0
2023-08-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-4/+0
2023-08-26Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-40/+40
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds4-9/+35
2023-08-25Merge tag 'riscv-for-linus-6.5-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2023-08-25Merge tag 'drm-fixes-2023-08-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-1/+2
2023-08-25Merge tag 'trace-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+11
2023-08-25scsi: core: raid_class: Remove raid_component_add()Zhu Wang1-4/+0
2023-08-25Merge tag 'drm-intel-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-0/+1
2023-08-24Merge tag 'drm-misc-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2023-08-24Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-18/+28
2023-08-24Merge tag 'nf-23-08-23' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-0/+6
2023-08-24bonding: fix macvlan over alb bond supportHangbin Liu1-10/+1
2023-08-24drm: Add an HPD poll helper to reschedule the poll workImre Deak1-0/+1
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal1-0/+5
2023-08-23netfilter: nf_tables: validate all pending tablesFlorian Westphal1-0/+1
2023-08-22RISC-V: Remove ptrace support for vectorsPalmer Dabbelt1-1/+0
2023-08-22Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-0/+1
2023-08-22drm/display/dp: Fix the DP DSC Receiver cap sizeAnkit Nautiyal1-1/+1
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+11
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand1-3/+0
2023-08-21mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand2-6/+24
2023-08-21wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih1-0/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet2-3/+14
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski1-2/+2
2023-08-20Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+2
2023-08-19Merge tag 'fbdev-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+0
2023-08-19sock: annotate data-races around prot->memory_pressureEric Dumazet1-3/+4
2023-08-18Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-0/+12
2023-08-17Merge tag 'drm-misc-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-9/+3
2023-08-17net: do not allow gso_size to be set to GSO_BY_FRAGSEric Dumazet1-0/+4
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-0/+6
2023-08-17Revert "drm/edid: Fix csync detailed mode parsing"Jani Nikula1-9/+3
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle1-0/+11
2023-08-16Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller1-0/+1