summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Disable kernel symbol demangling by defaultAvi Kivity2014-09-179-1/+23
* perf tool: fix compilation for ARMStephane Eranian2014-09-172-0/+2
* perf tools: Add perf_pmu__scan_file()Adrian Hunter2014-09-172-0/+40
* perf tools: Let default config be defined for a PMUAdrian Hunter2014-09-174-19/+41
* perf tools: Add perf-with-kcore scriptAdrian Hunter2014-09-173-1/+264
* perf tools: Let a user specify a PMU event without any config termsAdrian Hunter2014-09-172-0/+16
* perf tools: Allow to specify lib compile variable for spec usageJiri Olsa2014-09-171-0/+2
* perf kvm stat report: Unify the title bar outputAlexander Yarygin2014-09-171-8/+6
* perf kvm stat report: Enable the target.system_wide flagAlexander Yarygin2014-09-171-0/+3
* perf kvm stat report: Save pid string in opts.target.pidAlexander Yarygin2014-09-172-4/+3
* perf tools powerpc: Fix build issue when DWARF support is disabledAnton Blanchard2014-09-172-5/+7
* perf tools: Add +field argument support for --sort optionJiri Olsa2014-09-171-1/+36
* perf: Do not check PERF_EVENT_STATE_EXIT on syscall read pathJiri Olsa2014-09-161-2/+1
* perf/x86: Fix section mismatch in split uncore driverAndi Kleen2014-09-091-1/+1
* perf/x86/intel: Mark initialization code as suchMathias Krause2014-09-092-5/+5
* perf/core: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-091-1/+1
* perf/callchain: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-091-1/+1
* Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar2014-09-09570-2855/+5120
|\
| * Linux 3.17-rc4v3.17-rc4Linus Torvalds2014-09-081-1/+1
| * Documentation: new page link in SubmittingPatchesSudip Mukherjee2014-09-081-0/+1
| * Documentation: NFS/RDMA: Document separate Kconfig symbolsPaul Bolle2014-09-081-7/+9
| * Documentation: misc-devices: Rename freefall.c from hpfall.c in lis2lv02dMasanari Iida2014-09-081-1/+1
| * Documentation: i2c: rename variable "register" to "reg"Jose Manuel Alarcon Roldan2014-09-081-5/+5
| * Documentation: seq_file: Document seq_open_private(), seq_release_private()Rob Jones2014-09-081-0/+33
| * Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-0712-34/+122
| |\
| | *-----. Merge branches 'pm-sleep', 'powercap', 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki2014-09-056-22/+26
| | |\ \ \ \
| | | | | | * cpufreq: intel_pstate: Remove unneeded variableGabriele Mazzotta2014-09-031-4/+0
| | | | | * | PM / domains: Make generic_pm_domain.name constGeert Uytterhoeven2014-09-031-1/+1
| | | | | |/
| | | | * | powercap / RAPL: change domain detection messageJacob Pan2014-09-031-4/+3
| | | | * | powercap / RAPL: add support for CPU model 0x3fJason Baron2014-09-031-0/+1
| | | | |/
| | | * / PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki2014-09-033-13/+21
| | | |/
| | | |
| | | \
| | *-. \ Merge branches 'acpi-video' and 'acpi-ec'Rafael J. Wysocki2014-09-052-2/+47
| | |\ \ \
| | | | * | ACPI / EC: Add msi quirk for Clevo W350etqLan Tianyu2014-09-021-0/+4
| | | | |/
| | | * | ACPI / video: Disable native_backlight on HP ENVY 15 Notebook PCHans de Goede2014-09-021-0/+11
| | | * | ACPI / video: Add a disable_native_backlight quirkHans de Goede2014-09-021-0/+30
| | | * | ACPI / video: Fix use_native_backlight selection logicHans de Goede2014-09-021-2/+2
| | | |/
| | | |
| | | \
| | *-. \ Merge branches 'acpica', 'acpi-processor' and 'acpi-scan'Rafael J. Wysocki2014-09-053-10/+10
| | |\ \ \
| | | | * | ACPI / scan: not cache _SUN value in struct acpi_device_pnpYasuaki Ishimatsu2014-09-032-8/+8
| | | | |/
| | | * / ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lockJiri Kosina2014-09-031-2/+2
| | | |/
| | * / ACPICA: ACPI 5.1: Add support for runtime validation of _DSD package.Mika Westerberg2014-09-021-0/+39
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-09-074-14/+18
| |\ \
| | * | ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2014-09-072-13/+8
| | * | fix EBUSY on umount() from MNT_SHRINKABLEAl Viro2014-08-311-0/+6
| | * | get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2014-08-312-1/+4
| * | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-09-072-12/+12
| |\ \ \
| | * \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2014-09-032-12/+12
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | rcu: Make nocb leader kthreads process pending callbacks after spawningPranith Kumar2014-08-282-12/+12
| | | |/
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-09-074-11/+39
| |\ \ \
| | * | | timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner2014-09-061-2/+3
| | * | | compat: nanosleep: Clarify error handlingThomas Gleixner2014-09-061-3/+21