summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-17platform/x86/intel-uncore-freq: Return error on write frequencySrinivas Pandruvada1-1/+5
2023-05-17cifs: release leases for deferred close handles when freezingSteve French1-0/+15
2023-05-17cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek1-1/+1
2023-05-17btrfs: fix backref walking not returning all inode refsFilipe Manana3-10/+17
2023-05-17btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota1-4/+3
2023-05-17btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota1-0/+3
2023-05-17btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana1-3/+4
2023-05-17btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova1-3/+3
2023-05-17btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo4-11/+70
2023-05-17btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig1-2/+2
2023-05-17btrfs: don't free qgroup space unless specifiedJosef Bacik1-1/+2
2023-05-17btrfs: fix encoded write i_size corruption with no-holesBoris Burkov1-2/+3
2023-05-17btrfs: fix assertion of exclop condition when starting balancexiaoshoukui1-1/+3
2023-05-17btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo1-1/+6
2023-05-17btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota1-3/+3
2023-05-17btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana1-1/+31
2023-05-17x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)1-2/+2
2023-05-17netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with mi...Pablo Neira Ayuso1-12/+17
2023-05-17netfilter: nf_tables: rename function to destroy hook listPablo Neira Ayuso1-4/+4
2023-05-17netfilter: nf_tables: extended netlink error reporting for netdevicePablo Neira Ayuso1-14/+24
2023-05-17cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara5-79/+80
2023-05-17cifs: check only tcon status on tcon related functionsShyam Prasad N4-11/+19
2023-05-17wifi: iwlwifi: mvm: fix potential memory leakJohannes Berg1-0/+1
2023-05-17ksmbd: fix racy issue from smb2 close and logoff with multichannelNamjae Jeon5-32/+101
2023-05-17ksmbd: destroy expired sessionsNamjae Jeon4-31/+41
2023-05-17ksmbd: block asynchronous requests when making a delay on session setupNamjae Jeon1-1/+4
2023-05-17ksmbd: fix racy issue from session setup and logoffNamjae Jeon6-49/+77
2023-05-17ksmbd: Implements sess->ksmbd_chann_list as xarrayDawei Li3-69/+30
2023-05-17KVM: x86: Preserve TDP MMU roots until they are explicitly invalidatedSean Christopherson1-65/+56
2023-05-17KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page()Sean Christopherson2-2/+2
2023-05-17KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabledDavid Matlack3-14/+10
2023-05-17KVM: x86/mmu: Change tdp_mmu to a read-only parameterDavid Matlack4-38/+41
2023-05-17perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2-2/+7
2023-05-17perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong1-0/+1
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong1-1/+1
2023-05-17crypto: engine - fix crypto_queue backlog handlingOlivier Bacon2-3/+6
2023-05-17crypto: engine - Use crypto_request_completeHerbert Xu1-3/+3
2023-05-17crypto: api - Add scaffolding to change completion function signatureHerbert Xu2-0/+13
2023-05-17crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET1-1/+1
2023-05-17perf cs-etm: Fix timeless decode mode detectionJames Clark1-12/+18
2023-05-17perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring1-2/+1
2023-05-17perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo1-1/+1
2023-05-17perf vendor events power9: Remove UTF-8 characters from JSON filesKajol Jain2-3/+3
2023-05-17perf ftrace: Make system wide the default target for latency subcommandYang Jihong1-2/+4
2023-05-17perf tests record_offcpu.sh: Fix redirection of stderr to stdinPatrice Duroux1-1/+1
2023-05-17perf vendor events s390: Remove UTF-8 characters from JSON fileThomas Richter1-5/+5
2023-05-17perf hist: Improve srcfile sort key performance (really)Namhyung Kim1-6/+1
2023-05-17perf script: Fix Python support when no libtraceeventAdrian Hunter9-30/+72
2023-05-17perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko1-1/+1
2023-05-17perf build: Support python/perf.so testingIan Rogers2-4/+8