aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-31net/mlx5: Fix error handling in irq_pool_request_irqShay Drory1-3/+7
2024-07-31net/mlx5: Always drain health in shutdown callbackShay Drory2-1/+2
2024-07-31net: Add skbuff.h to MAINTAINERSBreno Leitao1-0/+1
2024-07-31r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit1-6/+2
2024-07-31Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-2/+2
2024-07-31riscv: dts: thead: add basic spi nodeKanak Shilledar4-0/+34
2024-07-31net/mlx4: Add support for EEPROM high pages query for QSFP/QSFP+/QSFP28Krzysztof Olędzki1-4/+4
2024-07-31ARM: bcm: Select ARM_GIC_V3 for ARCH_BRCMSTBFlorian Fainelli1-0/+1
2024-08-01nouveau: set placement to original placement on uvmm validate.Dave Airlie1-0/+1
2024-07-31dt-bindings: clock: nxp,lpc3220-usb-clk: Convert bindings to dtschemaAnimesh Agarwal2-22/+35
2024-07-31dt-bindings: clock: nxp,lpc3220-clk: Convert bindings to DT schemaAnimesh Agarwal2-30/+51
2024-07-31clk: thead: fix dependency on clk_ignore_unusedDrew Fustini1-1/+1
2024-07-31netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima1-5/+9
2024-07-31netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima1-8/+10
2024-07-31perf test: make metric validation test return early when there is no metric s...Weilin Wang1-2/+8
2024-07-31perf ftrace profile: Add -s/--sort optionNamhyung Kim2-2/+66
2024-07-31perf ftrace: Add 'profile' commandNamhyung Kim3-3/+359
2024-07-31perf ftrace: Factor out check_ftrace_capable()Namhyung Kim1-24/+20
2024-07-31perf ftrace: Add 'tail' option to --graph-optsNamhyung Kim3-0/+20
2024-07-31perf test pmu: Remove unused test_pmusDr. David Alan Gilbert1-3/+0
2024-07-31perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSFAdrian Hunter1-1/+5
2024-07-31perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64Adrian Hunter1-0/+3
2024-07-31perf scripts python cs-etm: Restore first sample log in verbose modeJames Clark1-5/+4
2024-07-31perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushedJames Clark1-2/+6
2024-07-31perf inject: Convert comma to semicolonChen Ni1-1/+1
2024-07-31perf daemon: Convert comma to semicolonChen Ni1-1/+1
2024-07-31perf annotate: Convert comma to semicolonChen Ni1-1/+1
2024-07-31perf vendor events power10: Update JSON/eventsKajol Jain2-5/+100
2024-07-31x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)3-8/+23
2024-07-31Input: tc3589x - use of_property_present()Rob Herring (Arm)1-2/+1
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev5-12/+24
2024-07-31perf annotate: Add support to use libcapstone in powerpcAthira Rajeev1-0/+143
2024-07-31perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev3-5/+4
2024-07-31perf annotate: Make capstone_init non-static so that it can be used during sy...Athira Rajeev2-3/+14
2024-07-31perf annotate: Update instruction tracking for powerpcAthira Rajeev3-1/+70
2024-07-31perf annotate: Add more instructions for instruction trackingAthira Rajeev1-0/+14
2024-07-31perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev2-0/+100
2024-07-31perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev2-2/+108
2024-07-31perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev3-6/+66
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev8-16/+96
2024-07-31perf annotate: Add support to capture and parse raw instruction in powerpc us...Athira Rajeev1-0/+102
2024-07-31perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev6-2/+79
2024-07-31perf annotate: Update TYPE_STATE_MAX_REGS to include max of regs in powerpcAthira Rajeev1-0/+4
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev5-383/+424
2024-07-31perf annotate: Move the data structures related to register type to header fileAthira Rajeev2-52/+57
2024-07-31perf test: Avoid python leak sanitizer test failuresIan Rogers2-0/+6
2024-07-31perf trace: Remove arg_fmt->is_enum, we can get that from the BTF typeArnaldo Carvalho de Melo2-46/+56
2024-07-31perf trace: Introduce trace__btf_scnprintf()Arnaldo Carvalho de Melo1-22/+27
2024-07-31perf test trace_btf_enum: Add regression test for the BTF augmentation of enu...Howard Chu1-0/+61
2024-07-31perf test: Add landlock workloadHoward Chu4-0/+69