summaryrefslogtreecommitdiffstats
path: root/drivers/accessibility (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-21perf stat: Remove duplicate cpus_map_matched functionIan Rogers1-21/+1
2024-03-21perf arm64 header: Remove unnecessary CPU map get and putIan Rogers1-3/+0
2024-03-21perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers5-14/+9
2024-03-21perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty useIan Rogers2-7/+7
2024-03-21perf arm-spe/cs-etm: Directly iterate CPU mapsIan Rogers2-67/+51
2024-03-21libperf cpumap: Ensure empty cpumap is NULL from allocIan Rogers1-1/+5
2024-03-21libperf cpumap: Add any, empty and min helpersIan Rogers3-0/+47
2024-03-21perf build: Fix out of tree build related to installation of sysreg-defsEthan Adams1-3/+4
2024-03-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter1-1/+3
2024-03-21perf script: Show also errors for --insn-trace optionAdrian Hunter1-1/+1
2024-03-21perf docs arm_spe: Clarify more SPE requirements related to KPTIJames Clark1-1/+11
2024-03-21tools headers: Remove almost unused copy of uapi/stat.h, add few conditional ...Arnaldo Carvalho de Melo3-197/+11
2024-03-21tools headers: Remove now unused copies of uapi/{fcntl,openat2}.h and asm/fcn...Arnaldo Carvalho de Melo4-389/+0
2024-03-21perf beauty: Use the system linux/fcntl.h instead of a copy from the kernelArnaldo Carvalho de Melo3-3/+3
2024-03-21perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the direct...Arnaldo Carvalho de Melo6-13/+12
2024-03-21perf beauty: Stop using the copy of uapi/linux/prctl.hArnaldo Carvalho de Melo1-1/+1
2024-03-21perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the director...Arnaldo Carvalho de Melo4-6/+8
2024-03-21perf beauty: Move uapi/sound/asound.h copy out of the directory used to build...Arnaldo Carvalho de Melo5-9/+10
2024-03-21perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory used to...Arnaldo Carvalho de Melo4-6/+6
2024-03-21perf beauty: Move uapi/linux/mount.h copy out of the directory used to build ...Arnaldo Carvalho de Melo8-27/+26
2024-03-21perf beauty: Don't include uapi/linux/mount.h, use sys/mount.h insteadArnaldo Carvalho de Melo1-1/+8
2024-03-21perf beauty: Move uapi/linux/fs.h copy out of the directory used to build perfArnaldo Carvalho de Melo6-8/+18
2024-03-21perf beauty: Fix dependency of tables using uapi/linux/mount.hArnaldo Carvalho de Melo1-5/+5
2024-03-21perf c2c: Fix a punctuationBhaskar Chowdhury1-1/+1
2024-03-21perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo2-0/+23
2024-03-20tools/rtla: Add -U/--user-load option to timerlatDaniel Bristot de Oliveira4-9/+101
2024-03-20tools/verification: Use tools/build makefiles on rvDaniel Bristot de Oliveira6-133/+183
2024-03-20tools/rtla: Use tools/build makefiles to build rtlaDaniel Bristot de Oliveira7-145/+244
2024-03-20tools/tracing: Use tools/build makefiles on latency-collectorDaniel Bristot de Oliveira4-19/+122
2024-03-19tracing: Just use strcmp() for testing __string() and __assign_str() matchSteven Rostedt (Google)1-3/+2
2024-03-19ahci: asm1064: asm1166: don't limit reported portsConrad Kostecki1-13/+0
2024-03-19virtio_net: rename free_old_xmit_skbs to free_old_xmitXuan Zhuo1-5/+5
2024-03-19virtio_net: unify the code for recycling the xmit ptrXuan Zhuo1-43/+39
2024-03-19virtio-net: add cond_resched() to the command waiting loopJason Wang1-1/+3
2024-03-19virtio-net: convert rx mode setting to use workqueueJason Wang1-3/+52
2024-03-19virtio: packed: fix unmap leak for indirect desc tableXuan Zhuo1-3/+3
2024-03-19vDPA: report virtio-blk flush info to user spaceZhu Lingshan2-0/+15
2024-03-19vDPA: report virtio-block read-only info to user spaceZhu Lingshan2-0/+15
2024-03-19vDPA: report virtio-block write zeroes configuration to user spaceZhu Lingshan2-0/+25
2024-03-19vDPA: report virtio-block discarding configuration to user spaceZhu Lingshan2-0/+29
2024-03-19vDPA: report virtio-block topology info to user spaceZhu Lingshan2-0/+36
2024-03-19vDPA: report virtio-block MQ info to user spaceZhu Lingshan2-0/+17
2024-03-19vDPA: report virtio-block max segments in a request to user spaceZhu Lingshan2-0/+18
2024-03-19vDPA: report virtio-block block-size to user spaceZhu Lingshan2-0/+19
2024-03-19vDPA: report virtio-block max segment size to user spaceZhu Lingshan2-0/+18
2024-03-19vDPA: report virtio-block capacity to user spaceZhu Lingshan3-0/+38
2024-03-19virtio: make virtio_bus constRicardo B. Marliere1-1/+1
2024-03-19vdpa: make vdpa_bus constRicardo B. Marliere1-1/+1
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_minZhu Lingshan2-0/+7
2024-03-19vDPA/ifcvf: get_max_vq_size to return max sizeZhu Lingshan1-5/+1