summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-04-2918-155/+948
|\
| * perf tests: Add map groups sharing with thread object testJiri Olsa2014-04-284-0/+96
| * perf tools: Share map_groups among threads of the same groupJiri Olsa2014-04-283-13/+47
| * perf tools: Reference count map_groups objectsArnaldo Carvalho de Melo2014-04-283-1/+17
| * perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo2014-04-287-10/+35
| * perf tests: Add thread maps lookup automated testsJiri Olsa2014-04-285-0/+245
| * perf tests: Add a test case for hists filteringNamhyung Kim2014-04-284-0/+321
| * perf tests: Factor out fake_setup_machine()Namhyung Kim2014-04-284-139/+195
|/
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-04-256-103/+171
|\
| * perf hists/tui: Count callchain rows separatelyNamhyung Kim2014-04-241-20/+43
| * perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim2014-04-242-4/+22
| * perf ui/tui: Rename hist_browser__update_nr_entries()Namhyung Kim2014-04-241-9/+8
| * perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()Namhyung Kim2014-04-241-3/+3
| * perf hists: Add missing update on filtered stats in hists__decay_entries()Namhyung Kim2014-04-241-2/+9
| * perf tools: Account entry stats when it's added to the output treeNamhyung Kim2014-04-244-21/+20
| * perf hists: Collapse expanded callchains after filter is appliedNamhyung Kim2014-04-241-2/+2
| * perf hists: Add a couple of hists stat helper functionsNamhyung Kim2014-04-243-25/+40
| * perf hists: Move column length calculation out of hists__inc_stats()Namhyung Kim2014-04-242-1/+6
| * perf hists: Rename hists__inc_stats()Namhyung Kim2014-04-243-5/+5
| * perf report: Count number of entries separatelyNamhyung Kim2014-04-241-20/+22
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2014-04-25864-26132/+6784
|\ \ | |/ |/|
| * perf/x86: Fix RAPL rdmsrl_safe() usageStephane Eranian2014-04-241-1/+2
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-04-234-2/+12
| |\
| | * tools lib traceevent: Fix memory leak in pretty_print()Steven Rostedt2014-04-231-0/+1
| | * tools lib traceevent: Fix backward compatibility macros for pevent filter enumsSteven Rostedt2014-04-231-2/+2
| | * perf tools: Disable libdw unwind for all but x86 archJiri Olsa2014-04-231-0/+8
| | * perf tests x86: Fix memory leak in sample_ustack()Masanari Iida2014-04-231-0/+1
| * | Merge tag 'gpio-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-04-222-4/+10
| |\ \
| | * | gpio / ACPI: Prevent potential wrap of GPIO value on OpRegion readMika Westerberg2014-04-141-1/+1
| | * | gpio / ACPI: Don't crash on NULL chip->devMika Westerberg2014-04-141-2/+8
| | * | gpio: set data first, then chip and handlerLinus Walleij2014-04-141-1/+1
| * | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-221-11/+8
| |\ \ \
| | * | | x86, vdso: Make the vdso linker script compatible with GoldAndy Lutomirski2014-04-031-11/+8
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2014-04-215-297/+84
| |\ \ \ \
| | * | | | um: Memory corruption on startupAnton Ivanov2014-04-203-0/+8
| | * | | | um: Missing pipe handlingAnton Ivanov2014-04-201-0/+1
| | * | | | uml: Simplify tempdir logic.Tristan Schmelcher2014-04-201-297/+75
| * | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-2014-137/+188
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ext4: disable COLLAPSE_RANGE for bigallocNamjae Jeon2014-04-191-0/+3
| | * | | | ext4: fix COLLAPSE_RANGE failure with 1KB block sizeNamjae Jeon2014-04-191-3/+10
| | * | | | ext4: use EINVAL if not a regular file in ext4_collapse_range()Theodore Ts'o2014-04-181-1/+1
| | * | | | ext4: enforce we are operating on a regular file in ext4_zero_range()jon ernst2014-04-181-0/+3
| | * | | | ext4: fix extent merging in ext4_ext_shift_path_extents()Lukas Czerner2014-04-181-7/+8
| | * | | | ext4: discard preallocations after removing spaceLukas Czerner2014-04-182-2/+1
| | * | | | ext4: no need to truncate pagecache twice in collapse rangeLukas Czerner2014-04-181-1/+1
| | * | | | ext4: fix removing status extents in ext4_collapse_range()Lukas Czerner2014-04-181-1/+1
| | * | | | ext4: use filemap_write_and_wait_range() correctly in collapse rangeLukas Czerner2014-04-181-1/+1
| | * | | | ext4: use truncate_pagecache() in collapse rangeLukas Czerner2014-04-181-1/+1
| | * | | | ext4: remove temporary shim used to merge COLLAPSE_RANGE and ZERO_RANGETheodore Ts'o2014-04-141-9/+0
| | * | | | ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabledAzat Khuzhin2014-04-141-1/+1
OpenPOWER on IntegriCloud