summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo2017-09-1311-3/+11
* perf config: Allow creating empty config set for config file autogenerationTaeung Song2017-09-131-4/+1
* perf config: Write a config file just onceTaeung Song2017-09-131-6/+16
* perf tools: Use scandir() to replace readdir()Kan Liang2017-09-131-20/+25
* perf ui progress: Add size info into progress barJiri Olsa2017-09-134-4/+36
* perf ui progress: Add ui specific init functionJiri Olsa2017-09-133-2/+10
* perf tools: Add python-clean targetJiri Olsa2017-09-131-3/+5
* perf script: Support user regsAndi Kleen2017-09-132-3/+31
* perf record: Support direct --user-regs argumentsAndi Kleen2017-09-134-1/+12
* perf stat: Update walltime_nsecs_stats in interval modeAndi Kleen2017-09-131-0/+2
* perf stat: Hide internal duration_time counterAndi Kleen2017-09-131-3/+24
* perf stat: Support duration_time for metricsAndi Kleen2017-09-132-4/+14
* perf stat: Don't use ctx for saved values lookupAndi Kleen2017-09-131-11/+5
* perf list: Add metric groups to perf listAndi Kleen2017-09-134-1/+192
* perf stat: Support JSON metrics in perf statAndi Kleen2017-09-138-6/+395
* perf pmu: Extract function to get JSON alias mapAndi Kleen2017-09-132-16/+35
* perf stat: Print generic metric header even for failed expressionsAndi Kleen2017-09-131-1/+3
* perf stat: Factor out generic metric printingAndi Kleen2017-09-131-27/+42
* perf vendor events: Support metric_group and no event name in JSON parserAndi Kleen2017-09-133-7/+20
* perf tools: Support weak groups in 'perf stat'Andi Kleen2017-09-135-2/+46
* perf sched timehist: Add pid and tid optionsDavid Ahern2017-09-132-0/+12
* Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...Ingo Molnar2017-09-138-14/+45
|\
| * perf stat: Wait for the correct childMilian Wolff2017-09-121-1/+1
| * perf tools: Support running perf binaries with a dash in their nameMilian Wolff2017-09-121-4/+10
| * perf config: Check not only section->from_system_config but also item'sTaeung Song2017-09-121-1/+1
| * perf ui progress: Fix progress updateJiri Olsa2017-09-121-1/+6
| * perf ui progress: Make sure we always define step valueJiri Olsa2017-09-121-1/+1
| * perf tools: Open perf.data with O_CLOEXEC flagJiri Olsa2017-09-121-1/+12
| * tools lib api: Fix make DEBUG=1 buildJiri Olsa2017-09-121-1/+7
| * perf tests: Fix compile when libunwind's unwind.h is availableMilian Wolff2017-09-121-1/+1
| * tools include linux: Guard against redefinition of some macrosArnaldo Carvalho de Melo2017-09-121-3/+6
* | Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-09-1322-511/+2228
|\ \
| * | f2fs: hurry up to issue discard after io interruptionChao Yu2017-09-121-2/+15
| * | f2fs: fix to show correct discard_granularity in sysfsChao Yu2017-09-121-0/+2
| * | f2fs: detect dirty inode in evict_inodeChao Yu2017-09-121-0/+3
| * | f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong2017-09-122-0/+14
| * | f2fs: speed up gc_urgent mode with SSRJaegeuk Kim2017-09-123-13/+16
| * | f2fs: better to wait for fstrim completionJaegeuk Kim2017-09-121-1/+6
| * | f2fs: avoid race in between read xattr & write xattrYunlei He2017-09-083-0/+8
| * | f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim2017-09-081-58/+51
| * | f2fs: use generic terms used for encrypted block managementJaegeuk Kim2017-09-065-12/+15
| * | f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim2017-09-065-10/+14
| * | Revert "f2fs: add a new function get_ssr_cost"Yunlong Song2017-09-051-10/+1
| * | f2fs: constify super_operationsArvind Yadav2017-09-051-1/+1
| * | f2fs: fix to wake up all sleeping flusherChao Yu2017-09-051-2/+21
| * | f2fs: avoid race in between atomic_read & atomic_incChao Yu2017-09-051-3/+1
| * | f2fs: remove unneeded parameter of change_cursegChao Yu2017-09-051-10/+8
| * | f2fs: update i_flags correctlyChao Yu2017-09-051-0/+3
| * | f2fs: don't check inode's checksum if it was dirtied or writebackedJaegeuk Kim2017-09-052-2/+3
| * | f2fs: don't need to update inode checksum for recoveryJaegeuk Kim2017-09-051-2/+0