aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/lzma.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu1-1/+1
2019-11-06perf probe: Fix wrong address verificationMasami Hiramatsu1-22/+10
2019-11-06perf jevents: Fix resource leak in process_mapfile() and main()Yunfeng Ye1-2/+11
2019-11-06perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2-1/+26
2019-11-06perf probe: Walk function lines in lexical blocksMasami Hiramatsu1-5/+9
2019-11-06perf probe: Fix to find range-only function instanceMasami Hiramatsu1-1/+5
2019-11-06perf kvm: Use evlist layer api when possibleIgor Lubashev1-1/+1
2019-11-06perf tests: Fix a typoLeo Yan1-1/+1
2019-11-06perf tools: Avoid a malloc() for array eventsIan Rogers1-5/+3
2019-11-06perf tools: Move ALLOC_LIST into a functionIan Rogers1-22/+43
2019-11-06perf evsel: Avoid close(-1)Andi Kleen2-2/+4
2019-11-06perf evsel: Always preserve errno while cleaning up perf_event_open failuresAndi Kleen1-2/+4
2019-11-06perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan1-2/+2
2019-11-06perf llvm: Make .o saving a debug message, not an info oneArnaldo Carvalho de Melo1-3/+2
2019-11-06perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter8-0/+147
2019-11-06perf data: Support single perf.data file directoryAdrian Hunter4-2/+43
2019-11-06perf session: Fix indent in perf_session__new()"Jiri Olsa1-2/+2
2019-11-06perf data: Rename directory "header" file to "data"Adrian Hunter2-2/+2
2019-11-06perf data: Move perf_dir_version into data.hAdrian Hunter2-4/+4
2019-11-06perf data: Correctly identify directory data filesAdrian Hunter1-1/+1
2019-10-28perf/core: Optimize perf_init_event() for TYPE_SOFTWARELiang, Kan1-1/+10
2019-10-28perf/core: Optimize perf_init_event()Peter Zijlstra1-11/+30
2019-10-28perf/core: Optimize perf_install_in_event()Peter Zijlstra1-0/+19
2019-10-28perf/x86: Synchronize PMU task contexts on optimized context switchesAlexey Budankov2-1/+19
2019-10-28perf/x86/intel: Implement LBR callstack context synchronizationAlexey Budankov2-0/+26
2019-10-28perf/x86: Install platform specific ->swap_task_ctx() adapterAlexey Budankov1-0/+8
2019-10-28perf/core, perf/x86: Introduce swap_task_ctx() method at 'struct pmu'Alexey Budankov2-0/+17
2019-10-28perf/headers: Fix spelling s/EACCESS/EACCES/, s/privilidge/privilege/Geert Uytterhoeven1-1/+1
2019-10-28perf/x86/uncore: Fix event group supportKan Liang2-18/+38
2019-10-28perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)Kim Phillips1-2/+4
2019-10-28perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP validityKim Phillips1-1/+1
2019-10-28perf/core: Start rejecting the syscall with attr.__reserved_2 setAlexander Shishkin1-1/+1
2019-10-27Linux 5.4-rc5Linus Torvalds1-2/+2
2019-10-25riscv: cleanup do_trap_breakChristoph Hellwig1-20/+6
2019-10-25nbd: verify socket is supported during setupMike Christie1-2/+21
2019-10-25ata: libahci_platform: Fix regulator_get_optional() misuseMark Brown1-24/+14
2019-10-25nbd: handle racing with error'ed out commandsJosef Bacik1-0/+6
2019-10-25nbd: protect cmd->status with cmd->lockJosef Bacik1-5/+7
2019-10-25io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe1-12/+32
2019-10-25io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe1-5/+8
2019-10-25ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157Patrice Chotard1-4/+4
2019-10-25io_uring: Fix race for sqes with userspacePavel Begunkov1-1/+2
2019-10-25io_uring: Fix broken links with offloadingPavel Begunkov1-29/+33
2019-10-25io_uring: Fix corrupted user_dataPavel Begunkov1-0/+2
2019-10-25xen: issue deprecation warning for 32-bit pv guestJuergen Gross1-0/+8
2019-10-25irqchip/sifive-plic: Skip contexts except supervisor in plic_init()Alan Mikhak1-2/+2
2019-10-24cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski4-9/+22
2019-10-24CIFS: Fix use after free of file info structuresPavel Shilovsky1-3/+3
2019-10-24CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2-20/+32
2019-10-24i2c: stm32f7: remove warning when compiling with W=1Alain Volmat1-1/+1