aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-18s390/ptrace: Avoid KASAN false positives in regs_get_kernel_stack_nth()Vasily Gorbik1-1/+2
2025-03-18s390/boot: Ignore vmlinux.mapWangYuli1-0/+1
2025-03-18s390/sysctl: Remove "vm/allocate_pgste" sysctlHeiko Carstens2-26/+0
2025-03-18s390: Remove 2k vs 4k page table leftoversHeiko Carstens9-59/+1
2025-03-18s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()Heiko Carstens1-1/+1
2025-03-18s390/lowcore: Use lghi instead llilh to clear registerHeiko Carstens1-2/+2
2025-03-18s390/syscall: Merge __do_syscall() and do_syscall()Heiko Carstens1-30/+17
2025-03-18s390/spinlock: Implement SPINLOCK_LOCKVAL with inline assemblyHeiko Carstens2-5/+21
2025-03-18s390/smp: Implement raw_smp_processor_id() with inline assemblyHeiko Carstens1-3/+21
2025-03-18s390/current: Implement current with inline assemblyHeiko Carstens1-1/+17
2025-03-18s390/lowcore: Use inline qualifier for get_lowcore() inline assemblyHeiko Carstens1-3/+6
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados3-18/+35
2025-03-11s390/syscall: Simplify syscall_get_arguments()Sven Schnelle1-4/+2
2025-03-11s390/vfio-ap: Notify userspace that guest's AP config changed when mdev removedRorie Reyes1-3/+11
2025-03-11s390: Remove ioremap_wt() and pgprot_writethrough()Niklas Schnelle3-15/+0
2025-03-11s390/mm: Add configurable STRICT_MM_TYPECHECKSHeiko Carstens4-30/+43
2025-03-11s390/mm: Convert pgste_val() into functionHeiko Carstens3-26/+39
2025-03-11s390/mm: Convert pgprot_val() into functionHeiko Carstens1-2/+6
2025-03-11s390/mm: Use pgprot_val() instead of open codingHeiko Carstens1-1/+1
2025-03-04s390/atomic_ops: Let __atomic_add_const() variants always return voidHeiko Carstens1-4/+4
2025-03-04s390/traps: Change stack overflow messageSven Schnelle3-11/+11
2025-03-04s390/traps: Cleanup coding styleHeiko Carstens1-54/+25
2025-03-04s390/traps: Get rid of superfluous cpu_has_vx() checkHeiko Carstens1-5/+0
2025-03-04s390/traps: Use pr_emerg() instead of printk()Heiko Carstens1-2/+2
2025-03-04s390/traps: Cleanup get_user() handling in illegal_op()Heiko Carstens1-5/+5
2025-03-04s390/boot: Convert __diag308() to extableHeiko Carstens1-20/+5
2025-03-04s390/boot: Convert detect_diag9c() to extableHeiko Carstens1-19/+6
2025-03-04s390/boot: Convert diag500_storage_limit() to extableHeiko Carstens1-21/+7
2025-03-04s390/boot: Convert tprot() to extableHeiko Carstens1-19/+5
2025-03-04s390/boot: Convert __diag260() to extableHeiko Carstens1-20/+6
2025-03-04s390/boot: Convert cmma_test_essa() to extableHeiko Carstens1-19/+6
2025-03-04s390/boot: Add exception table supportHeiko Carstens5-11/+39
2025-03-04s390/boot: Pass pt_regs to program check handlerHeiko Carstens4-12/+16
2025-03-04s390/asm-offsets: Rename __LC_PGM_INT_CODEHeiko Carstens2-3/+2
2025-03-04s390: Use system header file variant of include directiveHeiko Carstens3-5/+5
2025-03-04s390/mm: Simplify gap clamping in mmap_base() using clamp()Qasim Ijaz1-8/+1
2025-03-04s390/tty: Fix a potential memory leak bugHaoxiang Li1-0/+12
2025-03-04s390/sclp: Add check for get_zeroed_page()Haoxiang Li1-0/+17
2025-03-04s390/alternatives: Add debug functionalityHeiko Carstens5-5/+190
2025-03-04s390/setup: Add decompressor_handled_param() wrapperHeiko Carstens1-3/+5
2025-03-04s390/bear: Convert cpu_has_bear() to cpu feature functionHeiko Carstens7-13/+11
2025-03-04s390/vx: Convert cpu_has_vx() to cpu feature functionHeiko Carstens5-14/+6
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens41-103/+140
2025-03-04s390/sysinfo: Move stsi() to header fileHeiko Carstens2-27/+27
2025-03-04s390/sysinfo: Cleanup stsi() inline assemblyHeiko Carstens1-26/+15
2025-03-04s390/sysinfo: Remove exception handling from __stsi()Heiko Carstens1-4/+3
2025-03-04s390/diag: Convert MACHINE_HAS_DIAG9C to machine_has_diag9c()Heiko Carstens5-22/+36
2025-03-04s390/kvm: Convert MACHINE_HAS_ESOP to machine_has_esop()Heiko Carstens6-11/+11
2025-03-04s390/tx: Convert MACHINE_HAS_TE to machine_has_tx()Heiko Carstens6-11/+12
2025-03-04s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()Heiko Carstens10-15/+30