aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-18Merge remote-tracking branch 'mrchuck/nfsd-next' into kdevopsHEADmasterJeff Layton9-16/+260
2023-09-18Merge remote-tracking branch 'brauner/vfs.all' into kdevopsJeff Layton3-3/+28
2023-09-17NFSD: add rpc_status netlink supportLorenzo Bianconi1-0/+1
2023-09-17NFSD: introduce netlink stubsLorenzo Bianconi1-0/+39
2023-09-17SUNRPC: change the back-channel queue to lwqNeilBrown2-3/+3
2023-09-17SUNRPC: discard sp_lockNeilBrown1-1/+0
2023-09-17SUNRPC: change sp_nrthreads to atomic_tNeilBrown1-1/+1
2023-09-17SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown2-2/+3
2023-09-17SUNRPC: only have one thread waking up at a timeNeilBrown1-11/+0
2023-09-17lib: add light-weight queuing mechanism.NeilBrown1-0/+124
2023-09-17llist: add llist_del_first_this()NeilBrown1-0/+4
2023-09-17SUNRPC: change service idle list to be an llistNeilBrown1-16/+5
2023-09-17llist: add interface to check if a node is on a list.NeilBrown1-0/+42
2023-09-17SUNRPC: discard SP_CONGESTEDNeilBrown1-1/+0
2023-09-17SUNRPC: add list of idle threadsNeilBrown2-2/+24
2023-09-17SUNRPC: change how svc threads are asked to exit.NeilBrown2-2/+26
2023-09-17SUNRPC: integrate back-channel processing with svc_recv()NeilBrown1-2/+0
2023-09-17SUNRPC: Clean up bc_svc_process()Chuck Lever1-2/+1
2023-09-17lockd: introduce safe async lock opAlexander Aring1-0/+14
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2023-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+3
2023-09-16Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-0/+4
2023-09-16Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+1
2023-09-16Merge branch 'vfs.mount.write' into vfs.allChristian Brauner1-2/+2
2023-09-15Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-09-15Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-5/+34
2023-09-14Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+6
2023-09-14drm/tests: helpers: Avoid a driver uafThomas Hellström1-1/+3
2023-09-13Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen1-3/+3
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+3
2023-09-13fs: add a new SB_I_NOUMASK flagJeff Layton2-1/+26
2023-09-13i2c: Drop legacy callback .probe_new()Uwe Kleine-König1-10/+1
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima1-0/+5
2023-09-12ipv6: fix ip6_sock_set_addr_preferences() typoEric Dumazet1-1/+1
2023-09-12x86/ibt: Suppress spurious ENDBRPeter Zijlstra1-0/+5
2023-09-12linux/export: fix reference to exported functions for parisc64Masahiro Yamada1-0/+2
2023-09-11tracing/synthetic: Fix order of struct trace_dynamic_infoSteven Rostedt (Google)1-3/+3
2023-09-11thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki1-2/+2
2023-09-11Merge tag 'drm-misc-next-fixes-2023-09-11' of git://anongit.freedesktop.org/d...Daniel Vetter1-4/+31
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein1-2/+2
2023-09-11ata: libata: disallow dev-initiated LPM transitions to unsupported statesNiklas Cassel1-0/+4
2023-09-09Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds1-0/+1
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-5/+5
2023-09-09spnego: add missing OID to oid registrySteve French1-0/+1
2023-09-08Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds1-0/+18
2023-09-08tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)1-1/+0
2023-09-08Merge tag 'thermal-6.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+34
2023-09-08Merge tag 'sound-fix-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2-0/+6
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt1-0/+2
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds12-32/+56
2023-09-07Merge tag 'devicetree-fixes-for-6.6-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-09-07Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2023-09-07Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2-20/+1
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+45
2023-09-07buffer: Make bh_offset() work for compound pagesMatthew Wilcox (Oracle)1-1/+4
2023-09-07Revert "net: team: do not use dynamic lockdep key"Jakub Kicinski1-29/+1
2023-09-07Merge tag 'nf-23-09-06' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni1-0/+1
2023-09-07drm/drm_exec: Work around a WW mutex lockdep oddityThomas Hellström1-4/+31
2023-09-06net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski1-0/+1
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-25/+180
2023-09-06Merge tag 'input-for-v6.6-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+1
2023-09-06netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_IDPhil Sutter1-0/+1
2023-09-06kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mappingQing Zhang1-0/+2
2023-09-06raid6: Add LoongArch SIMD recovery implementationWANG Xuerui1-0/+2
2023-09-06raid6: Add LoongArch SIMD syndrome calculationWANG Xuerui1-0/+2
2023-09-06net: phylink: fix sphinx complaint about invalid literalJakub Kicinski1-2/+2
2023-09-06ip_tunnels: use DEV_STATS_INC()Eric Dumazet1-8/+7
2023-09-06net: team: do not use dynamic lockdep keyTaehee Yoo1-1/+29
2023-09-05xarray: Document necessary flag in alloc functionsPhilipp Stanner1-0/+18
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+59
2023-09-05thermal: core: Drop thermal_zone_device_register()Rafael J. Wysocki1-17/+0
2023-09-05thermal: core: Add function for registering tripless thermal zonesRafael J. Wysocki1-0/+13
2023-09-05thermal: core: Clean up headers of thermal zone registration functionsRafael J. Wysocki1-16/+37
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2-65/+14
2023-09-05of: overlay: Fix of_overlay_fdt_apply prototype when !CONFIG_OF_OVERLAYPavel Pisa1-2/+2
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2023-09-05scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali1-3/+3
2023-09-04Merge tag 'pm-6.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+3
2023-09-04Merge tag 'thermal-6.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+15
2023-09-04Merge tag 'rproc-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-0/+4
2023-09-04Merge tag 'rpmsg-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2-0/+25
2023-09-04Merge tag 'leds-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-0/+3
2023-09-04Merge tag 'mfd-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds6-102/+0
2023-09-04Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+3
2023-09-04Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-7/+17
2023-09-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-0/+30
2023-09-04af_unix: Fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT.Kuniyuki Iwashima1-5/+9
2023-09-04net: phy: micrel: Correct bit assignments for phy_device flagsOleksij Rempel1-3/+3
2023-09-03virtio_ring: introduce dma sync api for virtqueueXuan Zhuo1-0/+8
2023-09-03virtio_ring: introduce dma map api for virtqueueXuan Zhuo1-0/+8
2023-09-03virtio_ring: introduce virtqueue_reset()Xuan Zhuo1-0/+2
2023-09-03virtio_ring: introduce virtqueue_dma_dev()Xuan Zhuo1-0/+2
2023-09-03virtio_ring: introduce virtqueue_set_dma_premapped()Xuan Zhuo1-0/+2
2023-09-03vdpa: add get_backend_features vdpa operationEugenio Pérez1-0/+4
2023-09-03vdpa: add VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK flagEugenio Pérez1-0/+4
2023-09-03Merge tag 'soundwire-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+14
2023-09-03Merge tag 'mtd/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2-1/+2
2023-09-02rmap: remove anon_vma_link() nommu stubBaruch Siach1-1/+0
2023-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-173/+133
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-0/+1
2023-09-02Merge tag 'trace-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-2/+2
2023-09-02Merge tag 'sched-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+12
2023-09-02Merge branch 'fixes' into miscJames Bottomley3-4/+26
2023-09-01tracing: Replace strlcpy with strscpy in trace/events/task.hAzeem Shaikh1-1/+1
2023-09-01rv: Set variable 'da_mon_##name' to staticYu Liao1-1/+1
2023-09-01Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-3/+505
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-23/+16
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds3-5/+25
2023-09-01Merge tag 'wq-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-52/+63
2023-09-01Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-17/+27
2023-09-01Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-7/+34
2023-09-01RISC-V: Add ptrace support for vectorsAndy Chiu1-0/+2
2023-09-01Merge tag 'for-linus-2023083101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+26
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds11-281/+599
2023-09-01Merge tag 'fbdev-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-55/+5
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-170/+516
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-6/+12
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds13-213/+253
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-50/+20
2023-09-01Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-3/+29
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...locks-nextiversion-nextLinus Torvalds5-7/+51
2023-09-01ASoC: Name iov_iter argument as iterator instead of bufferTakashi Iwai1-2/+2
2023-09-01ASoC: dmaengine: Drop unused iov_iter for process callbackTakashi Iwai1-1/+1
2023-09-01ipv6: ignore dst hint for multipath routesSriram Yagnaraman1-0/+1
2023-09-01ipv4: ignore dst hint for multipath routesSriram Yagnaraman1-0/+1
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet2-8/+11
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet1-3/+9
2023-08-31Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-3/+7
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds9-132/+141
2023-09-01fbdev: Update fbdev source file pathsJonathan Neuschäfer1-5/+5
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+0
2023-08-31Merge tag 'dlm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds3-0/+54
2023-08-31Merge tag 'v6.6-vfs.super.fixes.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2023-08-31fbdev: mx3fb: Remove the driverFabio Estevam1-50/+0
2023-08-31bpf: Annotate bpf_long_memcpy with data_raceDaniel Borkmann1-1/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-10/+78
2023-08-31KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=ySean Christopherson1-0/+19
2023-08-31Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-5/+5
2023-08-31Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2-7/+21
2023-08-31ceph: make num_fwd and num_retry to __u32Xiubo Li1-3/+20
2023-08-31ceph: make members in struct ceph_mds_request_args_ext a unionXiubo Li1-11/+13
2023-08-31fs: export sget_dev()Christian Brauner1-0/+1
2023-08-31net: fib: avoid warn splat in flow dissectorFlorian Westphal2-2/+8
2023-08-31Merge branch 'for-6.6/roccat' into for-linusBenjamin Tissoires1-1/+1
2023-08-31Merge branch 'for-6.6/doc' into for-linusBenjamin Tissoires1-0/+23
2023-08-31Merge branch 'for-6.6/cp2112' into for-linusBenjamin Tissoires1-0/+1
2023-08-31riscv: support PREEMPT_DYNAMIC with static keysJisheng Zhang1-1/+13
2023-08-31Merge patch series "riscv: support ELF format binaries in nommu mode"Palmer Dabbelt2-1/+28
2023-08-30Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-11/+110
2023-08-30Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds6-12/+605
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-40/+45
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds1-21/+176
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds37-205/+558
2023-08-30Merge tag 'pinctrl-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds4-0/+220
2023-08-30scsi: ufs: Fix the build for the old ARM OABIBart Van Assche1-1/+1
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen3-4/+26
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds34-43/+59
2023-08-30Merge tag 'soc-dt-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds11-1/+614
2023-08-30Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-3/+0
2023-08-30Merge tag 'soc-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-9/+93
2023-08-31netfilter: nf_tables: Audit log rule resetPhil Sutter1-0/+1
2023-08-31netfilter: nf_tables: Audit log setelem resetPhil Sutter1-0/+1
2023-08-30Merge branch 'clk-qcom' into clk-nextStephen Boyd11-47/+361
2023-08-30Merge branches 'clk-imx', 'clk-samsung', 'clk-annotate', 'clk-marvell' and 'c...Stephen Boyd21-158/+33
2023-08-30Merge branches 'clk-versa', 'clk-strdup', 'clk-amlogic', 'clk-allwinner' and ...Stephen Boyd9-0/+472
2023-08-30Merge branches 'clk-bindings', 'clk-starfive', 'clk-rm', 'clk-renesas' and 'c...Stephen Boyd2-0/+140
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds41-222/+522
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds33-169/+1499
2023-08-30Merge tag 'fsnotify_for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+0
2023-08-30Merge tag 'x86-core-2023-08-30-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+3
2023-08-30Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-17/+39
2023-08-30Merge tag 'md-next-20230814-resend' into loongarch-nextHuacai Chen11-61/+122
2023-08-30sched/core: Report correct state for TASK_IDLE | TASK_FREEZABLENeilBrown1-2/+2
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds5-29/+132
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds13-62/+152
2023-08-29Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds3-65/+91
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-11/+32
2023-08-29Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+6
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds18-130/+198
2023-08-29SUNRPC: Remove unused declaration rpc_modcount()Yue Haibing1-16/+7
2023-08-29SUNRPC: Remove unused declarationsYue Haibing1-3/+0
2023-08-29SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown1-1/+1
2023-08-29SUNRPC: Count ingress RPC messages per svc_poolChuck Lever1-0/+1
2023-08-29SUNRPC: Deduplicate thread wake-up codeChuck Lever1-0/+1
2023-08-29SUNRPC: Move trace_svc_xprt_enqueueChuck Lever1-9/+9
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever3-30/+31
2023-08-29SUNRPC: change svc_xprt::xpt_flags bits to enumChuck Lever2-35/+56
2023-08-29SUNRPC: change svc_rqst::rq_flags bits to enumNeilBrown1-10/+13
2023-08-29SUNRPC: change svc_pool::sp_flags bits to enumNeilBrown1-3/+7
2023-08-29SUNRPC: change cache_head.flags bits to enumNeilBrown1-4/+8
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown3-3/+4