summaryrefslogtreecommitdiff
path: root/drivers/misc/open-dice.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-31misc: Unify style of of_device_id arraysUwe Kleine-König (The Capable Hub)1-1/+1
2026-07-17misc: open-dice: add ACPI device discovery supportSong Guo1-1/+13
2026-07-17misc: open-dice: save mem_base and mem_size in drvdataSong Guo1-12/+18
2026-07-17misc: open-dice: do not assume dev->of_node is validSong Guo1-4/+9
2026-04-05misc: open-dice: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)1-8/+11
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-06-04misc: open-dice: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-03-05misc: open-dice: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-01-30misc: open-dice: Fix spurious lockdep warningWill Deacon1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+2
2023-01-18drivers/misc/open-dice: don't touch VM_MAYSHAREDavid Hildenbrand1-8/+6
2022-02-04misc: open-dice: Add driver to expose DICE data to userspaceDavid Brazdil1-0/+208