aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/exported-sql-viewer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-30parisc: traps: Mark functions staticHelge Deller1-5/+2
2023-06-30parisc: processor: Fix kdoc for init_cpu_profiler()Helge Deller1-1/+1
2023-06-30parisc: sys_parisc: parisc_personality() is called from asm codeHelge Deller1-1/+2
2023-06-30parisc: ccio-dma: Fix kdoc and compiler warningsHelge Deller1-6/+12
2023-06-30parisc: pdc_stable: Fix kdoc and compiler warningsHelge Deller1-1/+35
2023-06-30parisc: pci-dma: Make pcxl_alloc_range() staticHelge Deller1-1/+1
2023-06-30parisc: Mark image_size __maybe_unused in perf_write()Helge Deller1-1/+1
2023-06-30parisc: module: Mark symindex __maybe_unusedHelge Deller1-1/+1
2023-06-30parisc: pdc_chassis: Fix kdoc warningsHelge Deller1-6/+11
2023-06-30parisc: firmware: Fix kdoc warningsHelge Deller1-18/+21
2023-06-30parisc: drivers: Fix kdoc warningsHelge Deller1-16/+17
2023-06-30parisc: Fold 32-bit compat code into audit_classify_syscall()Helge Deller2-21/+4
2023-06-30parisc: sba_iommu: Fix kdoc warningsHelge Deller1-12/+18
2023-06-30sticon/parisc: Fix STI console on 64-bit only machinesHelge Deller3-78/+127
2023-06-30sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller3-10/+18
2023-06-30parisc: Default to 8 CPUs for 64-bit kernelHelge Deller1-1/+1
2023-06-30parisc: Fix missing prototype warning for arch_report_meminfo()Helge Deller1-0/+1
2023-06-30parisc: Add cacheflush() syscallHelge Deller3-0/+62
2023-06-30parisc: Check if IRQs are disabled when calling arch_local_irq_restore()Helge Deller1-0/+5
2023-06-30parisc: Move TLB_PTLOCK option to Kconfig.debugHelge Deller2-10/+11
2023-06-30x86/efi: Make efi_set_virtual_address_map IBT safeThomas Gleixner1-3/+3
2023-06-29csky: fix up lock_mm_and_find_vma() conversionLinus Torvalds1-1/+1
2023-06-29parisc: fix expand_stack() conversionLinus Torvalds1-1/+1
2023-06-29sparc32: fix lock_mm_and_find_vma() conversionLinus Torvalds1-1/+1
2023-06-29objtool: Remove btrfs_assertfail() from the noreturn exceptions listIngo Molnar1-1/+0
2023-06-29cxl: Fix one kernel-doc commentYang Li1-1/+1
2023-06-29sysctl: fix unused proc_cap_handler() function warningArnd Bergmann1-1/+1
2023-06-29gup: avoid stack expansion warning for known-good caseLinus Torvalds1-0/+4
2023-06-29Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington1-4/+2
2023-06-29NFS: Don't cleanup sysfs superblock entry if uninitializedBenjamin Coddington1-2/+4
2023-06-29mm/khugepaged: fix regression in collapse_file()Hugh Dickins1-4/+3
2023-06-29iomap: drop me [hch] from MAINTAINERS for iomapChristoph Hellwig1-1/+0
2023-06-29fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap_file_buffered_write_punch_delallocLu Hongfei1-1/+1
2023-06-29cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N3-0/+23
2023-06-29cifs: log session id when a matching ses is not foundShyam Prasad N2-4/+4
2023-06-29kdb: include kdb_private.h for function prototypesArnd Bergmann1-0/+2
2023-06-29kgdb: Provide a stub kgdb_nmicallback() if !CONFIG_KGDBDouglas Anderson1-0/+1
2023-06-29LoongArch: Remove five DIE_* definitions in kdebug.hTiezhu Yang1-5/+0
2023-06-29LoongArch: Add uprobes supportTiezhu Yang5-5/+197
2023-06-29LoongArch: Use larch_insn_gen_break() for kprobesTiezhu Yang2-20/+15
2023-06-29LoongArch: Add larch_insn_gen_break() to generate break insnsTiezhu Yang2-0/+26
2023-06-29LoongArch: Check for AMO instructions in insns_not_supported()Tiezhu Yang2-0/+32
2023-06-29LoongArch: Move three functions from kprobes.c to inst.cTiezhu Yang3-44/+45
2023-06-29LoongArch: Replace kretprobe with rethookHaoran Jiang7-28/+44
2023-06-29LoongArch: Add jump-label implementationYouling Tang5-1/+77
2023-06-29LoongArch: Select HAVE_DEBUG_KMEMLEAK to support kmemleakTiezhu Yang2-1/+2
2023-06-29LoongArch: Export some arch-specific pm interfacesYinbo Zhu3-6/+16
2023-06-29LoongArch: Introduce hardware page table walkerHuacai Chen10-7/+56
2023-06-29LoongArch: Support dbar with different hintsHuacai Chen6-81/+78
2023-06-29LoongArch: Add SMT (Simultaneous Multi-Threading) supportHuacai Chen7-15/+62