aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-22riscv: mm: accelerate pagefault when badaccessKefeng Wang1-2/+2
2024-05-22riscv: uaccess: Relax the threshold for fast pathXiao Wang1-1/+1
2024-05-22riscv: uaccess: Allow the last potential unrolled copyXiao Wang1-1/+1
2024-05-22riscv: typo in comment for get_f64_regXingyou Chen1-1/+1
2024-05-22Use bool value in set_cpu_online()Zhao Ke1-1/+1
2024-05-22riscv: selftests: Add hwprobe binaries to .gitignoreCharlie Jenkins1-0/+2
2024-05-22riscv: stacktrace: fixed walk_stackframe()Matthew Bystrin1-6/+14
2024-05-22ftrace: riscv: move from REGS to ARGSPuranjay Mohan6-142/+145
2024-05-22riscv: do not select MODULE_SECTIONS by defaultQingfang Deng1-1/+1
2024-05-22riscv: show help string for riscv-specific targetsEmil Renner Berthing1-0/+17
2024-05-22riscv: make image compression configurableEmil Renner Berthing3-10/+33
2024-05-22riscv: cpufeature: Fix extension subset checkingCharlie Jenkins1-1/+1
2024-05-22riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins3-6/+44
2024-05-22riscv: rewrite __kernel_map_pages() to fix sleeping in invalid contextNam Cao1-6/+22
2024-05-22riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabledNam Cao1-0/+3
2024-05-22vfs: Delete the associated dentry when deleting a fileYafang Shao1-8/+7
2024-05-21gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node matchDevyn Liu1-1/+18
2024-05-21gpiolib: acpi: Move ACPI device NULL check to acpi_can_fallback_to_crs()Laura Nao1-3/+7
2024-05-21fs/pidfs: make 'lsof' happy with our inode changesLinus Torvalds1-4/+24
2024-05-21KEYS: trusted: Do not use WARN when encode failsJarkko Sakkinen1-1/+2
2024-05-21KEYS: trusted: Fix memory leak in tpm2_key_encode()Jarkko Sakkinen1-6/+18
2024-05-20arch: Fix name collision with ACPI's video.oThomas Zimmermann4-2/+2
2024-05-20dm: always manage discard support in terms of max_hw_discard_sectorsMike Snitzer9-13/+9
2024-05-20dm-integrity: set discard_granularity to logical block sizeMikulas Patocka1-0/+1
2024-05-20Revert "fanotify: remove unneeded sub-zero check for unsigned value"Linus Torvalds1-1/+1
2024-05-20Coccinelle: pm_runtime: Fix grammar in commentThorsten Blum1-1/+1
2024-05-20coccinelle: misc: minmax: Suppress reports for err returnsRicardo Ribalda1-16/+16
2024-05-20Revert "selftests/cgroup: Drop define _GNU_SOURCE"Shuah Khan7-0/+15
2024-05-20Revert "selftests/sgx: Include KHDR_INCLUDES in Makefile"Shuah Khan2-1/+2
2024-05-20Revert "selftests: Compile kselftest headers with -D_GNU_SOURCE"Shuah Khan3-4/+4
2024-05-19dt-bindings: mailbox: qcom-ipcc: Document the SDX75 IPCCRohit Agarwal1-0/+1
2024-05-19dt-bindings: mailbox: qcom: Add MSM8974 APCS compatibleLuca Weiss1-0/+1
2024-05-19mailbox: Convert from tasklet to BH workqueueAllen Pais2-18/+19
2024-05-19mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdownJason-JH.Lin1-1/+1
2024-05-19mailbox: mtk-cmdq-mailbox: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-19mailbox: zynqmp: handle SGI for shared IPITanmay Shah1-7/+152
2024-05-19mailbox: arm_mhuv3: Add driverCristian Marussi4-0/+1126
2024-05-19dt-bindings: mailbox: arm,mhuv3: Add bindingsCristian Marussi2-0/+237
2024-05-19mailbox: omap: Remove kernel FIFO message queuingAndrew Davis2-111/+5
2024-05-19mailbox: omap: Reverse FIFO busy check logicAndrew Davis1-17/+16
2024-05-19mailbox: omap: Remove mbox_chan_to_omap_mbox()Andrew Davis1-11/+3
2024-05-19mailbox: omap: Use mbox_controller channel list directlyAndrew Davis1-31/+11
2024-05-19mailbox: omap: Use function local struct mbox_controllerAndrew Davis1-9/+12
2024-05-19mailbox: omap: Merge mailbox child node setup loopsAndrew Davis1-73/+46
2024-05-19mailbox: omap: Use devm_pm_runtime_enable() helperAndrew Davis1-15/+3
2024-05-19mailbox: omap: Remove device classAndrew Davis1-87/+2
2024-05-19mailbox: omap: Remove unneeded header omap-mailbox.hAndrew Davis1-5/+2
2024-05-19mailbox: omap: Move fifo size check to point of useAndrew Davis1-5/+5
2024-05-19mailbox: omap: Move omap_mbox_irq_t into driverAndrew Davis2-4/+5
2024-05-19mailbox: omap: Remove unused omap_mbox_request_channel() functionAndrew Davis2-42/+0