platform/kernel/linux-starfive.git
2023-02-20 Chuck LeverSUNRPC: Refactor the GSS-API Per Message calls in the...
2023-02-20 Chuck LeverSUNRPC: Obscure Kerberos integrity keys
2023-02-20 Chuck LeverSUNRPC: Obscure Kerberos signing keys
2023-02-20 Chuck LeverSUNRPC: Obscure Kerberos encryption keys
2023-02-20 Chuck LeverSUNRPC: Refactor set-up for aux_cipher
2023-02-20 Chuck LeverSUNRPC: Obscure Kerberos session key
2023-02-20 Chuck LeverSUNRPC: Improve Kerberos confounder generation
2023-02-20 Chuck LeverSUNRPC: Remove .conflen field from struct gss_krb5_enctype
2023-02-20 Chuck LeverSUNRPC: Remove .blocksize field from struct gss_krb5_en...
2023-02-20 Chuck LeverSUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.h
2023-02-20 Chuck LeverSUNRPC: Replace pool stats with per-CPU variables
2023-02-20 Chuck LeverSUNRPC: Use per-CPU counters to tally server RPC counts
2023-02-20 Jeff Laytonnfsd: move reply cache initialization into nfsd startup
2023-02-20 Chuck LeverSUNRPC: Go back to using gsd->body_start
2023-02-20 Chuck LeverSUNRPC: Set rq_accept_statp inside ->accept methods
2023-02-20 Chuck LeverSUNRPC: Refactor RPC server dispatch method
2023-02-20 Chuck LeverSUNRPC: Remove no-longer-used helper functions
2023-02-20 Chuck LeverSUNRPC: Final clean-up of svc_process_common()
2023-02-20 Chuck LeverSUNRPC: Convert RPC Reply header encoding to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Hoist init_encode out of svc_authenticate()
2023-02-20 Chuck LeverSUNRPC: Use xdr_stream for encoding GSS reply verifiers
2023-02-20 Chuck LeverSUNRPC: Use xdr_stream to encode replies in server...
2023-02-20 Chuck LeverSUNRPC: Convert unwrap data paths to use xdr_stream...
2023-02-20 Chuck LeverSUNRPC: Use xdr_stream to encode Reply verifier in...
2023-02-20 Chuck LeverSUNRPC: Use xdr_stream to encode Reply verifier in...
2023-02-20 Chuck LeverSUNRPC: Use xdr_stream to encode Reply verifier in...
2023-02-20 Chuck LeverSUNRPC: Move svcxdr_init_encode() into ->accept methods
2023-02-20 Chuck LeverSUNRPC: Push svcxdr_init_encode() into svc_process_common()
2023-02-20 Chuck LeverSUNRPC: Add XDR encoding helper for opaque_auth
2023-02-20 Chuck LeverSUNRPC: Remove the rpc_stat variable in svc_process_com...
2023-02-20 Chuck LeverSUNRPC: Check rq_auth_stat when preparing to wrap a...
2023-02-20 Chuck LeverSUNRPC: Convert svcauth_gss_wrap_priv() to use xdr_stream()
2023-02-20 Chuck LeverSUNRPC: Add @head and @tail variables in svcauth_gss_wr...
2023-02-20 Chuck LeverSUNRPC: Record gss_wrap() errors in svcauth_gss_wrap_priv()
2023-02-20 Chuck LeverSUNRPC: Rename automatic variables in svcauth_gss_wrap_...
2023-02-20 Chuck LeverSUNRPC: Convert svcauth_gss_wrap_integ() to use xdr_str...
2023-02-20 Chuck LeverSUNRPC: Replace checksum construction in svcauth_gss_wr...
2023-02-20 Chuck LeverSUNRPC: Record gss_get_mic() errors in svcauth_gss_wrap...
2023-02-20 Chuck LeverSUNRPC: Rename automatic variables in svcauth_gss_wrap_...
2023-02-20 Chuck LeverSUNRPC: Clean up svcauth_gss_release()
2023-02-20 Jeff Laytonnfsd: fix potential race in nfs4_find_file
2023-02-20 Jeff Laytonnfsd: allow nfsd_file_get to sanely handle a NULL pointer
2023-02-20 Dai NgoNFSD: enhance inter-server copy cleanup
2023-02-20 Chuck LeverSUNRPC: Hoist svcxdr_init_decode() into svc_process()
2023-02-20 Chuck LeverSUNRPC: Remove svc_process_common's argv parameter
2023-02-20 Chuck LeverSUNRPC: Decode most of RPC header with xdr_stream
2023-02-20 Chuck LeverSUNRPC: Eliminate unneeded variable
2023-02-20 Chuck LeverSUNRPC: Re-order construction of the first reply fields
2023-02-20 Chuck LeverSUNRPC: Hoist init_decode out of svc_authenticate()
2023-02-20 Chuck LeverSUNRPC: Convert the svcauth_gss_accept() pre-amble...
2023-02-20 Chuck LeverSUNRPC: Clean up svcauth_gss_accept's NULL procedure...
2023-02-20 Chuck LeverSUNRPC: Convert gss_verify_header() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Convert unwrap_priv_data() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Rename automatic variables in unwrap_priv_data()
2023-02-20 Chuck LeverSUNRPC: Convert unwrap_integ_data() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Rename automatic variables in unwrap_integ_data()
2023-02-20 Chuck LeverSUNRPC: Replace read_u32_from_xdr_buf() with existing...
2023-02-20 Chuck LeverSUNRPC: Convert server-side GSS upcall helpers to use...
2023-02-20 Chuck LeverSUNRPC: Remove gss_read_verf()
2023-02-20 Chuck LeverSUNRPC: Remove gss_read_common_verf()
2023-02-20 Chuck LeverSUNRPC: Hoist common verifier decoding code into svcaut...
2023-02-20 Chuck LeverSUNRPC: Move the server-side GSS upcall to a noinline...
2023-02-20 Chuck LeverSUNRPC: Convert svcauth_tls_accept() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Convert svcauth_unix_accept() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Convert svcauth_null_accept() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Add an XDR decoding helper for struct opaque_auth
2023-02-20 Chuck LeverSUNRPC: Move svcxdr_init_decode() into ->accept methods
2023-02-20 Chuck LeverSUNRPC: Push svcxdr_init_decode() into svc_process_common()
2023-02-20 Richard WeinbergerNFS: nfs_encode_fh: Remove S_AUTOMOUNT check
2023-02-20 Richard Weinbergerfs: namei: Allow follow_down() to uncover auto mounts
2023-02-20 Richard WeinbergerNFSD: Teach nfsd_mountpoint() auto mounts
2023-02-19 Linus TorvaldsLinux 6.2
2023-02-19 Linus TorvaldsMerge tag 'x86-urgent-2023-02-19' of git://git./linux...
2023-02-19 Linus TorvaldsMerge tag 'timers-urgent-2023-02-19' of git://git....
2023-02-19 Linus TorvaldsMerge tag 'irq-urgent-2023-02-19' of git://git./linux...
2023-02-18 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2023-02-18 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2023-02-18 Linus TorvaldsMerge tag 'block-6.2-2023-02-17' of git://git.kernel...
2023-02-18 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of...
2023-02-17 Ryusuke Konishinilfs2: fix underflow in second superblock position...
2023-02-17 Mike Kravetzhugetlb: check for undefined shift on 32 bit architectures
2023-02-17 Peter Xumm/migrate: fix wrongly apply write bit after mkdirty...
2023-02-17 Linus TorvaldsMerge tag 'powerpc-6.2-6' of git://git./linux/kernel...
2023-02-17 Linus TorvaldsMerge tag 'nfs-for-6.2-3' of git://git.linux-nfs.org...
2023-02-17 Linus TorvaldsMerge tag 'sound-fix-6.2' of git://git./linux/kernel...
2023-02-17 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.2-part2' of git://git...
2023-02-17 Linus TorvaldsMerge tag 'ata-6.2-rc8' of git://git./linux/kernel...
2023-02-17 Linus TorvaldsMerge tag 'mmc-v6.2-rc5' of git://git./linux/kernel...
2023-02-17 Linus TorvaldsMerge tag 'sched-urgent-2023-02-17' of git://git./linux...
2023-02-17 Jens AxboeMerge tag 'nvme-6.2-2022-02-17' of git://git.infradead...
2023-02-17 Anna SchumakerRevert "NFSv4.2: Change the default KConfig value for...
2023-02-17 Bartosz Golaszewskigpio: sim: fix a memory leak
2023-02-17 Takashi IwaiMerge tag 'asoc-fix-v6.2-rc8-2' of https://git./linux...
2023-02-17 Keith Buschnvme-pci: refresh visible attrs for cmb attributes
2023-02-17 Linus TorvaldsMerge tag 'drm-fixes-2023-02-17' of git://anongit.freed...
2023-02-17 Randy DunlapMAINTAINERS: update FPU EMULATOR web page
2023-02-17 Zach O'Keefemm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount
2023-02-17 Qian Yingjinmm/filemap: fix page end in filemap_get_read_batch
2023-02-17 Benjamin Graypowerpc/64s: Prevent fallthrough to hash TLB flush...
2023-02-16 Dave AirlieMerge tag 'drm-intel-fixes-2023-02-16' of git://anongit...
next