aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-28firmware: arm_ffa: Set dma_mask for ffa devicesViresh Kumar1-0/+1
2025-02-23firmware: arm_ffa: Skip the first/partition ID when parsing vCPU listSudeep Holla1-1/+1
2025-02-21firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GETSudeep Holla1-1/+1
2025-02-21firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before compa...Sudeep Holla1-1/+1
2025-02-17firmware: arm_ffa: Handle ffa_notification_get correctly at virtual FF-A inst...Sudeep Holla1-7/+24
2025-02-17firmware: arm_ffa: Allow multiple UUIDs per partition to register SRI callbackSudeep Holla1-42/+117
2025-02-17firmware: arm_ffa: Add support for handling framework notificationsSudeep Holla1-7/+43
2025-02-17firmware: arm_ffa: Add support for {un,}registration of framework notificationsSudeep Holla2-21/+97
2025-02-17firmware: arm_ffa: Stash ffa_device instead of notify_type in notifier_cb_infoSudeep Holla1-8/+7
2025-02-17firmware: arm_ffa: Refactoring to prepare for framework notification supportSudeep Holla1-23/+34
2025-02-17firmware: arm_ffa: Remove unnecessary declaration of ffa_partitions_cleanup()Sudeep Holla1-17/+16
2025-02-17firmware: arm_ffa: Reject higher major version as incompatibleSudeep Holla1-0/+8
2025-02-17firmware: arm_ffa: Upgrade FF-A version to v1.2 in the driverSudeep Holla2-1/+2
2025-02-17firmware: arm_ffa: Add support for passing UUID in FFA_MSG_SEND2Sudeep Holla2-3/+5
2025-02-17firmware: arm_ffa: Helper to check if a partition can receive REQUEST2 messagesSudeep Holla1-0/+8
2025-02-17firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitionsSudeep Holla3-4/+9
2025-02-17firmware: arm_ffa: Handle the presence of host partition in the partition infoSudeep Holla1-0/+4
2025-02-17firmware: arm_ffa: Refactor addition of partition information into XArrayViresh Kumar1-25/+22
2025-02-17firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_regs_get()Sudeep Holla1-2/+29
2025-02-17firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_get()Sudeep Holla1-3/+15
2025-02-17firmware: arm_ffa: Align sync_send_receive{,2} function prototypesSudeep Holla2-3/+3
2025-02-17firmware: arm_ffa: Replace UUID buffer to standard UUID formatSudeep Holla2-4/+2
2025-02-17firmware: arm_ffa: Replace SCMI by FF-A in the macroSudeep Holla1-3/+3
2025-02-02Linux 6.14-rc1v6.14-rc1Linus Torvalds1-2/+2
2025-02-02Merge tag 'turbostat-2025.02.02' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-109/+575
2025-02-02Merge tag 'sh-for-v6.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-11/+11
2025-02-02tools/power turbostat: version 2025.02.02Len Brown1-1/+1
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-24/+13
2025-02-01Merge tag 'mips_6.14_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds1-3/+3
2025-02-01Merge tag 'v6.14-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c...Linus Torvalds28-192/+884
2025-02-01Merge tag 'driver-core-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+12
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds34-448/+386
2025-02-01Merge tag 'media/v6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-43/+27
2025-02-01MAINTAINERS: include linux-mm for xarray maintenanceAndrew Morton1-0/+1
2025-02-01revert "xarray: port tests to kunit"Andrew Morton16-410/+294
2025-02-01MAINTAINERS: add lib/test_xarray.cTamir Duberstein1-0/+1
2025-02-01mailmap, MAINTAINERS, docs: update Carlos's email addressCarlos Bilbao3-6/+8
2025-02-01mm/hugetlb: fix hugepage allocation for interleaved memory nodesRitesh Harjani (IBM)1-1/+1
2025-02-01mm: gup: fix infinite loop within __get_longterm_lockedZhaoyang Huang1-10/+4
2025-02-01mm, swap: fix reclaim offset calculation error during allocationKairui Song1-1/+1
2025-02-01.mailmap: update email address for Christopher ObbardChristopher Obbard1-0/+1
2025-02-01kfence: skip __GFP_THISNODE allocations on NUMA systemsMarco Elver1-0/+2
2025-02-01nilfs2: fix possible int overflows in nilfs_fiemap()Nikita Zhandarovich1-3/+3
2025-02-01mm: compaction: use the proper flag to determine watermarksyangge1-4/+25
2025-02-01kernel: be more careful about dup_mmap() failures and uprobe registeringLiam R. Howlett2-3/+18
2025-02-01mm/fake-numa: handle cases with no SRAT infoBruno Faccini1-1/+10
2025-02-01mm: kmemleak: fix upper boundary check for physical address objectsCatalin Marinas1-1/+1
2025-02-01mailmap: add an entry for Hamza MahfoozHamza Mahfooz1-0/+1
2025-02-01MAINTAINERS: mailmap: update Yosry Ahmed's email addressYosry Ahmed2-1/+2
2025-02-01scripts/gdb: fix aarch64 userspace detection in get_current_taskJan Kiszka1-1/+1