summaryrefslogtreecommitdiffstats
path: root/tools/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-16io_uring: fix user_data field name in commentCaleb Sander Mateos1-1/+1
2024-08-16bcachefs: fix incorrect i_state usageKent Overstreet1-1/+1
2024-08-16bcachefs: avoid overflowing LRU_TIME_BITS for cached data lruKent Overstreet1-1/+3
2024-08-16bcachefs: Fix forgetting to pass trans to fsck_err()Kent Overstreet1-1/+1
2024-08-16bcachefs: Increase size of cuckoo hash table on too many rehashesKent Overstreet1-2/+9
2024-08-16thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki3-1/+21
2024-08-16thermal: gov_bang_bang: Add .manage() callbackRafael J. Wysocki1-0/+30
2024-08-16thermal: gov_bang_bang: Split bang_bang_control()Rafael J. Wysocki1-19/+23
2024-08-16thermal: gov_bang_bang: Call __thermal_cdev_update() directlyRafael J. Wysocki1-4/+1
2024-08-16block: Fix lockdep warning in blk_mq_mark_tag_waitLi Lingfeng1-2/+3
2024-08-15smb: smb2pdu.h: Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2
2024-08-15smb3: fix lock breakage for cached writesSteve French1-4/+9
2024-08-15md/raid1: Fix data corruption for degraded array with slow diskYu Kuai1-4/+10
2024-08-15smb/client: avoid possible NULL dereference in cifs_free_subrequest()Su Hui1-2/+6
2024-08-15riscv: Fix out-of-bounds when accessing Andes per hart vendor extension arrayAlexandre Ghiti1-1/+1
2024-08-15KEYS: trusted: dcp: fix leak of blob encryption keyDavid Gstir1-12/+21
2024-08-15KEYS: trusted: fix DCP blob payload length assignmentDavid Gstir1-1/+1
2024-08-15kallsyms: Match symbols exactly with CONFIG_LTO_CLANGSong Liu2-70/+7
2024-08-15kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbolsSong Liu2-33/+2
2024-08-15kunit/overflow: Fix UB in overflow_allocation_testIvan Orlov1-2/+1
2024-08-15drm/xe: Hold a PM ref when GT TLB invalidations are inflightMatthew Brost4-3/+29
2024-08-15drm/xe: Drop xe_gt_tlb_invalidation_waitMatthew Brost4-110/+80
2024-08-15drm/xe: Add xe_gt_tlb_invalidation_fence_init helperMatthew Brost3-25/+40
2024-08-15drm/xe/pf: Fix VF config validation on multi-GT platformsMichal Wajdeczko1-3/+8
2024-08-15drm/xe: Build PM into GuC CT layerMatthew Brost3-1/+18
2024-08-15drm/xe/vf: Fix register value lookupMichal Wajdeczko1-1/+1
2024-08-15drm/xe: Fix use after free when client stats are capturedUmesh Nerlige Ramappa3-9/+13
2024-08-15drm/xe: Take a ref to xe file when user creates a VMUmesh Nerlige Ramappa1-1/+5
2024-08-15drm/xe: Add ref counting for xe_fileUmesh Nerlige Ramappa3-2/+37
2024-08-15drm/xe: Move part of xe_file cleanup to a helperUmesh Nerlige Ramappa1-11/+18
2024-08-15drm/xe: Validate user fence during creationMatthew Brost1-4/+8
2024-08-15net: hns3: use correct release function during uninitializationPeiyang Wang1-1/+1
2024-08-15net: hns3: void array out of bound when loop tnl_numPeiyang Wang1-3/+3
2024-08-15net: hns3: fix a deadlock problem when config TC during resettingJie Wang1-0/+3
2024-08-15net: hns3: use the user's cfg after resetPeiyang Wang2-6/+21
2024-08-15net: hns3: fix wrong use of semaphore upJie Wang2-4/+4
2024-08-15selftests: net: lib: kill PIDs before del netnsMatthieu Baerts (NGI0)1-0/+1
2024-08-15pse-core: Conditionally set current limit during PI regulator registrationOleksij Rempel1-3/+8
2024-08-15drm/rockchip: inno-hdmi: Fix infoframe uploadAlex Bee1-3/+1
2024-08-15net: thunder_bgx: Fix netdev structure allocationMarc Zyngier1-9/+21
2024-08-15net: ethtool: Allow write mechanism of LPL and both LPL and EPLDanielle Ratson1-2/+6
2024-08-15vsock: fix recursive ->recvmsg callsCong Wang3-23/+35
2024-08-15arm64: Fix KASAN random tag seed initializationSamuel Holland2-3/+2
2024-08-15selftest: af_unix: Fix kselftest compilation warningsAbhinav Jain1-1/+1
2024-08-15i2c: tegra: Do not mark ACPI devices as irq safeBreno Leitao1-2/+2
2024-08-14netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requestsPhil Sutter1-13/+59
2024-08-14netfilter: nf_tables: Introduce nf_tables_getobj_singlePhil Sutter1-31/+44
2024-08-14netfilter: nf_tables: Audit log dump reset after the factPhil Sutter1-15/+13
2024-08-14selftests: netfilter: add test for br_netfilter+conntrack+queue combinationFlorian Westphal2-0/+79
2024-08-14netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal2-3/+38