aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-13s390/stackleak: Use exrl instead of ex in __stackleak_poison()Sven Schnelle1-2/+1
2025-01-13s390/lib: Use exrl instead of ex in xor functionsSven Schnelle1-32/+29
2025-01-13s390/topology: Improve topology detectionMete Durlu1-0/+11
2025-01-09s390/tlb: Add missing TLB range adjustmentAlexander Gordeev1-1/+1
2025-01-07s390/pkey: Constify 'struct bin_attribute'Thomas Weißschuh1-64/+64
2025-01-07s390/sclp: Constify 'struct bin_attribute'Thomas Weißschuh2-4/+4
2025-01-07s390/pci: Constify 'struct bin_attribute'Thomas Weißschuh1-6/+6
2025-01-07s390/ipl: Constify 'struct bin_attribute'Thomas Weißschuh1-71/+71
2025-01-07s390/crypto/cpacf: Constify 'struct bin_attribute'Thomas Weißschuh1-18/+18
2025-01-03s390/qdio: Move memory alloc/pointer arithmetic for slib and sl into one placeBenjamin Block2-10/+16
2025-01-03s390/cio: Use array indices instead of pointer arithmeticBenjamin Block1-1/+1
2025-01-03s390/qdio: Rename feature flag aif_osa to aif_qdioBenjamin Block3-3/+3
2024-12-17s390/diag: Move diag.c to diag specific folderSumanth Korikkar3-3/+3
2024-12-17s390/diag324: Retrieve power readings via diag 0x324Sumanth Korikkar11-2/+277
2024-12-17s390/diag: Create misc device /dev/diagSumanth Korikkar2-0/+46
2024-12-17s390/lib: Use exrl instead of ex in string functionsSven Schnelle1-10/+5
2024-12-17s390/mm: Simplify noexec page protection handlingHeiko Carstens10-77/+106
2024-12-17s390/mm: Remove unused PAGE_KERNEL_EXEC and friendsHeiko Carstens1-15/+0
2024-12-17s390/mm: Remove incorrect commentHeiko Carstens1-7/+0
2024-12-16s390/pci: Add pci_msg debug view to PCI reportNiklas Schnelle3-5/+54
2024-12-16s390/debug: Add a reverse mode for debug_dump()Niklas Schnelle2-3/+86
2024-12-16s390/debug: Add debug_dump() to write debug view to a string bufferNiklas Schnelle2-0/+50
2024-12-16s390/debug: Split private data alloc/free out of file operationsNiklas Schnelle1-30/+48
2024-12-16s390/debug: Simplify and document debug_next_entry() logicNiklas Schnelle1-10/+15
2024-12-16s390/pci: Report PCI error recovery results via SCLPNiklas Schnelle7-38/+178
2024-12-15s390/mm/hugetlbfs: Remove huge_pte_none() / huge_pte_none_mostly()Heiko Carstens1-16/+7
2024-12-15s390: Add KERNEL_IMAGE_BASE to kasan.configVasily Gorbik1-0/+1
2024-12-15s390/abs_lowcore: Include linux/smp.h for get_cpu() and put_cpu()Vasily Gorbik1-0/+1
2024-12-15s390: Remove __bootdata annotations from declarationsVasily Gorbik8-19/+20
2024-12-15s390/preempt: Optimize __preempt_count_dec_and_test()Heiko Carstens1-1/+1
2024-12-15s390/atomic: Provide arch_atomic_*_and_test() implementationsHeiko Carstens2-0/+109
2024-12-15s390: Remove superfluous new lines from inline assembliesHeiko Carstens3-10/+10
2024-12-15s390/preempt: Adjust coding styleHeiko Carstens1-2/+1
2024-12-15s390/preempt: Remove special pre MARCH_HAS_Z196_FEATURES implementationHeiko Carstens1-52/+0
2024-12-15s390/preempt: Add commentsHeiko Carstens1-0/+26
2024-12-15s390/atomic: Consistent layering between atomic.h and atomic_ops.hHeiko Carstens2-26/+26
2024-12-15s390/atomic: Implement arch_atomic_inc() / arch_atomic_dec()Heiko Carstens1-0/+24
2024-12-10s390/setup: Cleanup stack_alloc() and stack_free()Heiko Carstens1-6/+6
2024-12-10s390/Kconfig: Select VMAP_STACK unconditionallyHeiko Carstens5-62/+4
2024-12-10s390/Kconfig: Select KASAN_VMALLOC if KASAN is enabledHeiko Carstens3-10/+4
2024-12-08Linux 6.13-rc2Linus Torvalds1-1/+1
2024-12-08kbuild: deb-pkg: fix build error with O=Masahiro Yamada1-2/+2
2024-12-08modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner1-1/+1
2024-12-06x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson1-1/+1
2024-12-06selftests/bpf: Add more test cases for LPM trieHou Tao1-0/+395
2024-12-06selftests/bpf: Move test_lpm_map.c to map_testsHou Tao3-9/+4
2024-12-06bpf: Use raw_spinlock_t for LPM trieHou Tao1-6/+6
2024-12-06bpf: Switch to bpf mem allocator for LPM trieHou Tao1-23/+48
2024-12-06bpf: Fix exact match conditions in trie_get_next_key()Hou Tao1-2/+2
2024-12-06bpf: Handle in-place update for full LPM trie correctlyHou Tao1-23/+21