aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-20net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan3-0/+5
2023-04-20net/mlx5: Release tunnel device after tc update skbChris Mi1-0/+1
2023-04-20net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi1-2/+0
2023-04-20net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi4-5/+15
2023-04-20net/mlx5e: Release the label when replacing existing ct entryVlad Buslov1-0/+1
2023-04-20net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov2-10/+3
2023-04-20wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_update_wlan_channels()Toke Høiland-Jørgensen1-3/+1
2023-04-20net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean1-0/+11
2023-04-19Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski4-20/+1
2023-04-19MAINTAINERS: Resume MPTCP co-maintainer roleMat Martineau1-0/+1
2023-04-19mailmap: add entries for Mat MartineauMatthieu Baerts1-0/+2
2023-04-19e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-04-19bnxt_en: fix free-runnig PHC modeVadim Fedorenko1-1/+1
2023-04-19net: dsa: microchip: ksz8795: Correctly handle huge frame configurationChristophe JAILLET1-1/+1
2023-04-19rust: allow to use INIT_STACK_ALL_ZEROAndrea Righi1-0/+14
2023-04-19rust: fix regexp in scripts/is_rust_module.shAndrea Righi1-1/+1
2023-04-19bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann1-0/+15
2023-04-19spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()Li Lanzhe1-1/+1
2023-04-19hamradio: drop ISA_DMA_API dependencyArnd Bergmann1-1/+1
2023-04-19mlxsw: pci: Fix possible crash during initializationIdo Schimmel1-1/+1
2023-04-19mptcp: fix accept vs worker racePaolo Abeni3-33/+58
2023-04-19mptcp: stops worker on unaccepted sockets at listener closePaolo Abeni3-1/+78
2023-04-19net: rpl: fix rpl header size calculationAlexander Aring1-1/+2
2023-04-19net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete()Seiji Nishikawa1-1/+1
2023-04-19bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel1-3/+4
2023-04-19tools/loongarch: Use __SIZEOF_LONG__ to define __BITS_PER_LONGTiezhu Yang1-1/+1
2023-04-19LoongArch: Replace hard-coded values in comments with VALENEnze Li1-2/+2
2023-04-19LoongArch: Clean up plat_swiotlb_setup() related codeTiezhu Yang2-3/+2
2023-04-19LoongArch: Check unwind_error() in arch_stack_walk()Tiezhu Yang3-2/+5
2023-04-19LoongArch: Adjust user_regset_copyin parameter to the correct offsetQing Zhang1-5/+5
2023-04-19LoongArch: Adjust user_watch_state for explicit alignmentQing Zhang2-5/+13
2023-04-18nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi1-0/+20
2023-04-18mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman1-0/+3
2023-04-18mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett1-5/+43
2023-04-18maple_tree: fix mas_empty_area() searchLiam R. Howlett1-9/+11
2023-04-18maple_tree: make maple state reusable after mas_empty_area_rev()Liam R. Howlett1-14/+13
2023-04-18mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko3-19/+59
2023-04-18mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko3-19/+34
2023-04-18tools/Makefile: do missed s/vm/mm/SeongJae Park1-7/+7
2023-04-18mm: fix memory leak on mm_init error handlingMathieu Desnoyers1-0/+1
2023-04-18mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa1-0/+16
2023-04-18kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek1-29/+40
2023-04-18veth: take into account peer device for NETDEV_XDP_ACT_NDO_XMIT xdp_features flagLorenzo Bianconi1-6/+11
2023-04-18LoongArch: module: set section addresses to 0x0Huacai Chen1-4/+4
2023-04-18LoongArch: Mark 3 symbol exports as non-GPLHuacai Chen2-3/+3
2023-04-18LoongArch: Enable PG when wakeup from suspendHuacai Chen1-0/+4
2023-04-18LoongArch: Fix _CONST64_(x) as unsignedQing Zhang1-2/+2
2023-04-18LoongArch: Fix build error if CONFIG_SUSPEND is not setHuacai Chen1-0/+3
2023-04-18LoongArch: Fix probing of the CRC32 featureHuacai Chen5-21/+30
2023-04-18LoongArch: Make WriteCombine configurable for ioremap()Huacai Chen5-1/+47