aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-11zsmalloc: don't underflow size calculation in zs_obj_write()Sergey Senozhatsky1-4/+4
2025-05-11mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov3-49/+0
2025-05-11mm/page_alloc: ensure try_alloc_pages() plays well with unaccepted memoryKirill A. Shutemov1-13/+15
2025-05-11MAINTAINERS: add mm GUP sectionLorenzo Stoakes1-0/+12
2025-05-11mm/codetag: move tag retrieval back upfront in __free_pages()David Wang2-9/+14
2025-05-11mm/memory: fix mapcount / refcount sanity check for mTHP reuseKairui Song1-1/+1
2025-05-11kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()David Hildenbrand1-4/+5
2025-05-11mm: hugetlb: fix incorrect fallback for subpoolWupeng Ma1-6/+22
2025-05-11Linux 6.15-rc6Linus Torvalds1-1/+1
2025-05-10Input: xpad - fix xpad_device sortingVicki Pfau1-1/+1
2025-05-10Input: xpad - add support for several more controllersVicki Pfau1-0/+7
2025-05-10Input: xpad - fix Share button on Xbox One controllersVicki Pfau1-15/+20
2025-05-10Input: xpad - fix two controller table valuesVicki Pfau1-2/+2
2025-05-10Input: hisi_powerkey - enable system-wakeup for s2idleUlf Hansson1-1/+1
2025-05-09fix IS_MNT_PROPAGATING usesAl Viro3-10/+12
2025-05-09do_move_mount(): don't leak MNTNS_PROPAGATING on failuresAl Viro1-3/+2
2025-05-09do_umount(): add missing barrier before refcount checks in sync caseAl Viro1-1/+2
2025-05-09__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro1-5/+1
2025-05-09x86/mm: Eliminate window where TLB flushes may be inadvertently skippedDave Hansen1-3/+19
2025-05-09io_uring/sqpoll: Increase task_work submission batch sizeGabriel Krisman Bertazi1-1/+1
2025-05-09drm/i915/dp: Fix determining SST/MST mode during MTP TU state computationImre Deak1-1/+1
2025-05-09memblock: Accept allocated memory before use in memblock_double_array()Tom Lendacky1-1/+8
2025-05-08drm/xe: Add config control for svm flush workShuicheng Lin3-2/+21
2025-05-08drm/xe: Release force wake first then runtime powerShuicheng Lin1-4/+5
2025-05-08drm/xe/gsc: do not flush the GSC worker from the reset pathDaniele Ceraolo Spurio7-2/+44
2025-05-08drm/xe/tests/mocs: Hold XE_FORCEWAKE_ALL for LNCF regsTejas Upadhyay1-2/+5
2025-05-08drm/xe: Add page queue multiplierMatthew Brost1-2/+9
2025-05-08drm/amdgpu/hdp7: use memcfg register to post the write for HDP flushAlex Deucher1-1/+6
2025-05-08drm/amdgpu/hdp6: use memcfg register to post the write for HDP flushAlex Deucher1-1/+6
2025-05-08drm/amdgpu/hdp5.2: use memcfg register to post the write for HDP flushAlex Deucher1-1/+11
2025-05-08drm/amdgpu/hdp5: use memcfg register to post the write for HDP flushAlex Deucher1-1/+6
2025-05-08block: remove test of incorrect io priority levelAaron Lu1-5/+1
2025-05-08KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitionsSean Christopherson2-6/+67
2025-05-08riscv: Disallow PR_GET_TAGGED_ADDR_CTRL without SupmSamuel Holland1-0/+3
2025-05-08scripts: Do not strip .rela.dyn sectionAlexandre Ghiti1-1/+1
2025-05-08riscv: Fix kernel crash due to PR_SET_TAGGED_ADDR_CTRLNam Cao1-0/+3
2025-05-08riscv: misaligned: use get_user() instead of __get_user()Clément Léger1-1/+1
2025-05-08riscv: misaligned: enable IRQs while handling misaligned accessesClément Léger1-4/+8
2025-05-08riscv: misaligned: factorize trap handlingClément Léger1-30/+36
2025-05-08MAINTAINERS: Remove entry for Seth HeasleyAndi Shyti1-1/+0
2025-05-08virtio-net: fix total qstat valuesJakub Kicinski1-0/+4
2025-05-08net: export a helper for adding up queue statsJakub Kicinski2-19/+56
2025-05-08fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_readyAlexander Duyck1-17/+10
2025-05-08fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt contextAlexander Duyck1-27/+16
2025-05-08fbnic: Improve responsiveness of fbnic_mbx_poll_tx_readyAlexander Duyck1-8/+11
2025-05-08fbnic: Cleanup handling of completionsAlexander Duyck1-0/+17
2025-05-08fbnic: Actually flush_tx instead of stalling outAlexander Duyck1-15/+16
2025-05-08fbnic: Add additional handling of IRQsAlexander Duyck4-59/+110
2025-05-08fbnic: Gate AXI read/write enabling on FW mailboxAlexander Duyck3-13/+33
2025-05-08fbnic: Fix initialization of mailbox descriptor ringsAlexander Duyck1-9/+23