summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever2-27/+25
2023-08-30SUNRPC: change svc_xprt::xpt_flags bits to enumChuck Lever1-17/+21
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-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds43-634/+944
2023-08-29Merge tag 'slab-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2-6/+29
2023-08-29sched/core: Add kernel-doc for set_cpus_allowed_ptr()Costa Shulyupin1-0/+10
2023-08-29cpufreq: Support per-policy performance boostJie Zhan1-0/+3
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki1-15/+15
2023-08-29thermal: core: Drop unused .get_trip_*() callbacksRafael J. Wysocki1-4/+0
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds55-655/+1389
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-1/+5
2023-08-29Merge tag 'mmc-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-46/+8
2023-08-29Merge tag 'spi-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds7-84/+1399
2023-08-29Merge tag 'regulator-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds3-17/+23
2023-08-29Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-0/+1
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas1-4/+8
2023-08-29Merge branch 'pci/controller/switchtec'Bjorn Helgaas1-0/+1
2023-08-29Merge branch 'pci/vga'Bjorn Helgaas1-23/+4
2023-08-29Merge branch 'pci/pcie-rmw'Bjorn Helgaas1-2/+32
2023-08-29Merge tag 'for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-0/+19
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+4
2023-08-29Merge tag 'pm-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-27/+63
2023-08-29Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-4/+17
2023-08-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-3/+23
2023-08-29Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-8/+79
2023-08-29Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+5
2023-08-29Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-32/+21
2023-08-29Merge tag 'x86_misc_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2023-08-29Merge tag 'x86_boot_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-29Merge tag 'smp-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-26/+35
2023-08-29Merge tag 'core-entry-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-16/+0
2023-08-28Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-15/+17
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-25/+134
2023-08-28net: stmmac: clarify difference between "interface" and "phy_interface"Russell King (Oracle)1-1/+14
2023-08-28r8152: add vendor/device ID pair for D-Link DUB-E250Antonio Napolitano1-0/+1
2023-08-28Merge tag 'seccomp-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-1/+5
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-5/+0
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-15/+114
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-12/+24