summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools vm: Fix build due to removal of tools/lib/api/fs/debugfs.hArnaldo Carvalho de Melo2015-09-221-3/+3
* perf tools: Add include/err.h into MANIFESTJiri Olsa2015-09-221-0/+1
* tools lib bpf: Use FEATURE_USER to allow building in the same dir as perfArnaldo Carvalho de Melo2015-09-221-0/+1
* tools build: Allow setting the feature detection userArnaldo Carvalho de Melo2015-09-221-3/+4
* tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usageArnaldo Carvalho de Melo2015-09-221-2/+2
* tools build: Fixup feature detection display function nameArnaldo Carvalho de Melo2015-09-221-1/+1
* perf tools: Don't assume that the parser returns non empty evsel listWang Nan2015-09-211-0/+16
* perf probe: Fix a segfault when removing uprobe eventsMasami Hiramatsu2015-09-211-2/+5
* perf/x86/intel: Fix static checker warning in lbr enableKan Liang2015-09-181-2/+3
* Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-09-18139-409/+722
|\
| * perf: Fix races in computing the header sizesPeter Zijlstra2015-09-181-6/+9
| * perf: Fix u16 overflowsPeter Zijlstra2015-09-181-10/+40
| * perf: Restructure perf syscall point of no returnPeter Zijlstra2015-09-181-17/+32
| * perf/x86/intel: Fix Skylake FRONTEND MSR extrareg maskAndi Kleen2015-09-181-1/+5
| * perf/x86/intel/pebs: Add PEBS frontend profiling for SkylakeAndi Kleen2015-09-183-1/+13
| * perf/x86/intel: Make the CYCLE_ACTIVITY.* constraint on Broadwell more specificAndi Kleen2015-09-181-1/+1
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-09-189-12/+69
| |\
| | * perf tools: Bool functions shouldn't return -1Peter Senna Tschudin2015-09-171-1/+1
| | * tools build: Add test for presence of __get_cpuid() gcc builtinArnaldo Carvalho de Melo2015-09-175-5/+28
| | * tools build: Add test for presence of numa_num_possible_cpus() in libnumaArnaldo Carvalho de Melo2015-09-175-3/+25
| | * Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum"Arnaldo Carvalho de Melo2015-09-171-1/+1
| | * perf stat: Fix per-pkg event reporting bugStephane Eranian2015-09-161-2/+14
| * | Merge tag 'platform-drivers-x86-v4.3-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-09-174-62/+48
| |\ \
| | * | hp-wmi: limit hotkey enableKyle Evans2015-09-171-11/+20
| | * | toshiba_acpi: Fix hotkeys registration on some toshiba modelsAzael Avalos2015-09-101-5/+3
| | * | toshiba_acpi: Fix USB Sleep and Music always disabledAzael Avalos2015-09-101-1/+1
| | * | wmi: Remove private %pUL implementationRasmus Villemoes2015-09-101-45/+6
| | * | asus-nb-wmi: Add wapf=4 quirk for X456UA/X456UFDaniel Drake2015-09-061-0/+18
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-178-20/+22
| |\ \ \
| | * | | revert "mm: make sure all file VMAs have ->vm_ops set"Andrew Morton2015-09-171-8/+0
| | * | | MAINTAINERS: update LTP mailing listCyril Hrubis2015-09-171-2/+2
| | * | | userfaultfd: add missing mmput() in error pathEric Biggers2015-09-171-1/+3
| | * | | lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov2015-09-171-1/+5
| | * | | alpha: lib: export __delaySudip Mukherjee2015-09-171-0/+1
| | * | | alpha: io: define ioremap_ucSudip Mukherjee2015-09-171-1/+3
| | * | | kasan: fix last shadow judgement in memory_is_poisoned_16()Xishi Qiu2015-09-171-2/+1
| | * | | zram: fix possible use after free in zcomp_create()Luis Henriques2015-09-171-5/+7
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-173-5/+9
| |\ \ \ \
| | * | | | libceph: advertise support for keepalive2Ilya Dryomov2015-09-171-0/+1
| | * | | | libceph: don't access invalid memory in keepalive2 pathIlya Dryomov2015-09-172-5/+8
| * | | | | Merge tag 'for-v4.3-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2015-09-171-6/+2
| |\ \ \ \ \
| | * | | | | twl4030_charger: fix another compile errorGrazvydas Ignotas2015-09-101-1/+1
| | * | | | | Revert "twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy...Sebastian Reichel2015-09-101-5/+1
| * | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-09-179-22/+71
| |\ \ \ \ \ \
| | * | | | | | arm64: errata: add module build workaround for erratum #843419Will Deacon2015-09-173-0/+22
| | * | | | | | arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon2015-09-171-11/+36
| | * | | | | | arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2015-09-172-2/+2
| | * | | | | | arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon2015-09-151-0/+5
| | * | | | | | arm64: enable generic idle loopLeo Yan2015-09-151-0/+1
| | * | | | | | arm64: pgtable: use a single bit for PTE_WRITE regardless of DBMWill Deacon2015-09-141-5/+1