aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-30perf/x86/intel: Enable conflicting event schedulingjolsa/perf-intel-cqmMatt Fleming1-46/+115
2014-10-30perf/x86/intel: Perform rotation on Intel CQM RMIDsMatt Fleming1-34/+548
2014-10-30perf/x86/intel: Support task events with Intel CQMMatt Fleming4-22/+177
2014-10-30perf/x86/intel: Implement LRU monitoring ID allocation for CQMMatt Fleming1-8/+92
2014-10-30perf/x86/intel: Add Intel Cache QoS Monitoring supportMatt Fleming3-1/+522
2014-10-30x86: Add support for Intel Cache QoS Monitoring (CQM) detectionPeter P Waskiewicz Jr3-1/+50
2014-10-30perf: Move cgroup init before PMU ->event_init()Matt Fleming1-12/+16
2014-10-30perf: Add ->count() function to read per-package countersMatt Fleming2-1/+14
2014-10-30perf: Make perf_cgroup_from_task() globalMatt Fleming2-27/+31
2014-10-30perf tools: Parse event per-package info filesMatt Fleming6-5/+127
2014-10-03perf/x86: Tone down kernel messages when the PMU check fails in a virtual env...Wei Huang1-1/+2
2014-10-03perf/x86/intel/uncore: Fix minor race in box set upAndi Kleen1-0/+4
2014-10-03Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar15-86/+200
2014-10-01perf record: Fix error message for --filter option not coming after tracepointArnaldo Carvalho de Melo1-1/+1
2014-10-01perf tools: Fix build breakage on arm64 targetsWill Deacon1-0/+1
2014-10-01perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long3-5/+71
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long7-41/+60
2014-09-29perf bench futex: Sanitize -q option in requeueDavidlohr Bueso1-1/+3
2014-09-29perf bench futex: Support operations for shared futexesDavidlohr Bueso3-16/+30
2014-09-29perf trace: Fix mmap return address truncation to 32-bitChang Hyun Park1-3/+3
2014-09-29perf tools: Refactor unit and scale function parametersMatt Fleming3-21/+33
2014-09-27Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar24-163/+241
2014-09-26perf tools: Fix line number in the config file error messageJiri Olsa1-2/+11
2014-09-26perf tools: Convert {record,top}.call-graph option to call-graph.record-modeNamhyung Kim2-2/+2
2014-09-26perf tools: Introduce perf_callchain_config()Namhyung Kim3-19/+94
2014-09-26perf callchain: Move some parser functions to callchain.cNamhyung Kim4-88/+88
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim5-38/+30
2014-09-26perf hists browser: Fix callchain print bug on TUINamhyung Kim1-3/+0
2014-09-26perf tools: Use ACCESS_ONCE() instead of volatile castPranith Kumar1-1/+1
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song13-14/+14
2014-09-26perf tools: Fix perf record as non root with kptr_restrict == 1Andi Kleen2-3/+7
2014-09-26perf stat: Fix --per-core on multi socket systemsAndi Kleen1-4/+5
2014-09-26Merge tag 'perf-fdarray-for-mingo' of git://git.kernel.org/pub/scm/linux/kern...Ingo Molnar17-43/+501
2014-09-25perf trace: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo1-1/+6
2014-09-25perf record: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo1-2/+5
2014-09-25perf evlist: Unmap when all refcounts to fd are gone and events drainedArnaldo Carvalho de Melo1-6/+29
2014-09-25tools lib fd array: Allow associating an integer cookie with each entryArnaldo Carvalho de Melo4-10/+44
2014-09-25perf evlist: Refcount mmapsArnaldo Carvalho de Melo2-2/+51
2014-09-25tools lib api: Adopt fdarray class from perf's evlistArnaldo Carvalho de Melo12-278/+342
2014-09-25perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo9-8/+15
2014-09-25perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalentArnaldo Carvalho de Melo1-13/+9
2014-09-25perf tests: Add pollfd growing testArnaldo Carvalho de Melo3-0/+116
2014-09-25perf evlist: Allow growing pollfd on add methodArnaldo Carvalho de Melo2-7/+36
2014-09-25perf evlist: We need to poll all event file descriptorsArnaldo Carvalho de Melo1-2/+2
2014-09-25perf evlist: Monitor POLLERR and POLLHUP events tooArnaldo Carvalho de Melo1-1/+1
2014-09-25perf tests: Add test for perf_evlist__filter_pollfd()Arnaldo Carvalho de Melo4-0/+109
2014-09-25perf evlist: Introduce perf_evlist__filter_pollfd methodArnaldo Carvalho de Melo2-0/+23
2014-09-24perf/x86/intel/uncore: Update support for client uncore IMC PMUStephane Eranian2-18/+52
2014-09-24perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EPAndi Kleen1-1/+1
2014-09-24perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore d...Andi Kleen1-2/+9
2014-09-24perf/x86/intel/uncore: Register the PMU only if the uncore pci device existsYan, Zheng1-8/+11
2014-09-24perf/x86/intel/uncore: Add Haswell-EP uncore supportYan, Zheng3-2/+615
2014-09-24perf/x86/intel: Use Broadwell cache event list for HaswellAndi Kleen1-2/+2
2014-09-24perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen3-0/+29
2014-09-24perf/x86/intel: Add Broadwell core supportAndi Kleen1-0/+150
2014-09-24perf/x86/intel: Document all Haswell modelsAndi Kleen1-4/+4
2014-09-24perf/x86/intel: Remove incorrect model number from Haswell perfAndi Kleen1-1/+0
2014-09-24Revert "perf: Do not allow optimized switch for non-cloned events"Jiri Olsa1-1/+1
2014-09-24perf: Fix child event initial state setupJiri Olsa1-1/+2
2014-09-24perf: Do not POLLHUP event if it has childrenJiri Olsa1-1/+20
2014-09-19Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar31-60/+487
2014-09-17perf record: Use ring buffer consume method to look like other toolsArnaldo Carvalho de Melo1-4/+4
2014-09-17perf probe: Do not use dwfl_module_addrsym if dwarf_diename finds symbol nameMasami Hiramatsu1-6/+10
2014-09-17perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu3-6/+9
2014-09-17perf symbols: Add path to Ubuntu kernel debuginfo fileAnton Blanchard1-1/+7
2014-09-17perf symbols: Ignore stripped vmlinux and fallback to kallsymsAnton Blanchard1-0/+8
2014-09-17perf tools: define _DEFAULT_SOURCE for glibc_2.20Chanho Park1-0/+2
2014-09-17perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo3-3/+3
2014-09-17perf tools: Fix GNU-only grep usage in MakefileJohn Spencer1-1/+1
2014-09-17perf tools: Disable kernel symbol demangling by defaultAvi Kivity9-1/+23
2014-09-17perf tool: fix compilation for ARMStephane Eranian2-0/+2
2014-09-17perf tools: Add perf_pmu__scan_file()Adrian Hunter2-0/+40
2014-09-17perf tools: Let default config be defined for a PMUAdrian Hunter4-19/+41
2014-09-17perf tools: Add perf-with-kcore scriptAdrian Hunter3-1/+264
2014-09-17perf tools: Let a user specify a PMU event without any config termsAdrian Hunter2-0/+16
2014-09-17perf tools: Allow to specify lib compile variable for spec usageJiri Olsa1-0/+2
2014-09-17perf kvm stat report: Unify the title bar outputAlexander Yarygin1-8/+6
2014-09-17perf kvm stat report: Enable the target.system_wide flagAlexander Yarygin1-0/+3
2014-09-17perf kvm stat report: Save pid string in opts.target.pidAlexander Yarygin2-4/+3
2014-09-17perf tools powerpc: Fix build issue when DWARF support is disabledAnton Blanchard2-5/+7
2014-09-17perf tools: Add +field argument support for --sort optionJiri Olsa1-1/+36
2014-09-16perf: Do not check PERF_EVENT_STATE_EXIT on syscall read pathJiri Olsa1-2/+1
2014-09-09perf/x86: Fix section mismatch in split uncore driverAndi Kleen1-1/+1
2014-09-09perf/x86/intel: Mark initialization code as suchMathias Krause2-5/+5
2014-09-09perf/core: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-09-09perf/callchain: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-09-09Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar570-2855/+5120
2014-09-07Linux 3.17-rc4Linus Torvalds1-1/+1
2014-09-07Documentation: new page link in SubmittingPatchesSudip Mukherjee1-0/+1
2014-09-07Documentation: NFS/RDMA: Document separate Kconfig symbolsPaul Bolle1-7/+9
2014-09-07Documentation: misc-devices: Rename freefall.c from hpfall.c in lis2lv02dMasanari Iida1-1/+1
2014-09-07Documentation: i2c: rename variable "register" to "reg"Jose Manuel Alarcon Roldan1-5/+5
2014-09-07Documentation: seq_file: Document seq_open_private(), seq_release_private()Rob Jones1-0/+33
2014-09-07Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-34/+122
2014-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-14/+18
2014-09-07Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+12
2014-09-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-11/+39
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2-13/+8
2014-09-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-17/+28
2014-09-06Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-59/+90
2014-09-06Merge tag 'xfs-for-linus-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-12/+114
2014-09-06Merge tag 'for-linus-20140905' of git://git.infradead.org/linux-mtdLinus Torvalds2-1/+5
2014-09-06timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner1-2/+3
2014-09-06compat: nanosleep: Clarify error handlingThomas Gleixner1-3/+21
2014-09-05Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-14/+62
2014-09-05Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesKevin Hilman3-2/+12
2014-09-05bus: arm-ccn: Move event cleanup routinePawel Moll1-26/+25
2014-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds3-1/+5
2014-09-05ARM: at91/dt: rm9200: fix usb clock definitionAlexandre Belloni1-1/+1
2014-09-05ARM: at91: rm9200: fix clock registrationAlexandre Belloni1-1/+10
2014-09-05ARM: at91/dt: sam9g20: set at91sam9g20 pllb driverGaël PORTAY1-0/+1
2014-09-05mm: memcontrol: revert use of root_mem_cgroup res_counterJohannes Weiner1-25/+78
2014-09-05Export sync_filesystem() for modular ->remount_fs() useAnton Altaparmakov1-1/+1
2014-09-05Merge tag 'regulator-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-17/+21
2014-09-05Merge tag 'omap-fixes-against-v3.17-rc3' of git://git.kernel.org/pub/scm/linu...Kevin Hilman317-1293/+2620
2014-09-05Merge tag 'gpio-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds3-49/+83
2014-09-05Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-41/+90
2014-09-05Merge branches 'pm-sleep', 'powercap', 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki6-22/+26
2014-09-05Merge branches 'acpi-video' and 'acpi-ec'Rafael J. Wysocki2-2/+47
2014-09-05Merge branches 'acpica', 'acpi-processor' and 'acpi-scan'Rafael J. Wysocki3-10/+10
2014-09-05Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/tps6509...Mark Brown8-17/+21
2014-09-05Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie1-2/+2
2014-09-05drm/nouveau/core: don't leak oclass type bits to userBen Skeggs1-2/+2
2014-09-04Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-1/+12
2014-09-04aio: block exit_aio() until all context requests are completedGu Zheng1-1/+6
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker2-6/+15
2014-09-04Merge tag 'davinci-fixes-for-v3.17-rc4' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann1-4/+5
2014-09-04ARM: dts: dra7-evm: Add vtt regulator supportLokesh Vutla1-1/+26
2014-09-04ARM: dts: dra7-evm: Fix spi1 mux documentationNishanth Menon1-7/+7
2014-09-04ARM: dts: am43x-epos-evm: Disable QSPI to prevent conflict with GPMC-NANDRoger Quadros1-2/+2
2014-09-04ARM: OMAP2+: gpmc: Don't complain if wait pin is used without r/w monitoringRoger Quadros1-4/+3
2014-09-04ARM: dts: am43xx-epos-evm: Don't use read/write wait monitoringRoger Quadros1-2/+1
2014-09-04ARM: dts: am437x-gp-evm: Don't use read/write wait monitoringRoger Quadros1-2/+0
2014-09-04ARM: dts: am437x-gp-evm: Use BCH16 ECC scheme instead of BCH8Roger Quadros1-1/+1
2014-09-04ARM: dts: am43x-epos-evm: Use BCH16 ECC scheme instead of BCH8Roger Quadros1-1/+1
2014-09-04Revert "i2c: rcar: remove spinlock"Sergei Shtylyov1-0/+22
2014-09-04Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2014-09-04Merge tag 'platform-drivers-x86-v3.17-1' of git://git.infradead.org/users/dvh...Linus Torvalds3-38/+24
2014-09-04Merge tag 'sound-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds16-28/+67
2014-09-04Merge tag 'drm-intel-fixes-2014-09-03' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-21/+44
2014-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-24/+164
2014-09-03Merge tag 'regmap-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-8/+11
2014-09-03ARM: dts: am4372: fix USB regs sizeFelipe Balbi1-2/+2
2014-09-03ARM: dts: am437x-gp: switch i2c0 to 100KHzNishanth Menon1-1/+1
2014-09-03Merge branch 'for-v3.17-rc/ti-clk-dt' of github.com:t-kristo/linux-pm into fi...Tony Lindgren1-0/+1
2014-09-03ARM: dts: dra7-evm: Fix 8th NAND partition's nameRoger Quadros1-1/+1
2014-09-03ARM: dts: dra7-evm: Fix i2c3 pinmux and frequencyRoger Quadros1-3/+3
2014-09-03ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lockJiri Kosina1-2/+2
2014-09-03ACPI / scan: not cache _SUN value in struct acpi_device_pnpYasuaki Ishimatsu2-8/+8
2014-09-03toshiba_acpi: fix and cleanup toshiba_kbd_bl_mode_store()Dan Carpenter1-6/+12
2014-09-03Merge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-231/+261
2014-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-19/+37
2014-09-03ARC: [mm] Fix compilation breakageNoam Camus1-1/+1
2014-09-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds9-30/+40
2014-09-03Merge tag 'pci-v3.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2014-09-03Merge branch 'leds-fixes-for-3.17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-14/+14
2014-09-03Merge tag 'asoc-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai9628-443344/+414126
2014-09-03Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2-12/+12
2014-09-03powerpc/kvm/cma: Fix panic introduces by signed shift operationLaurent Dufour1-2/+2
2014-09-03Merge branch 'vmwgfx-fixes-3.17' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2-7/+7
2014-09-03PEFILE: Relax the check on the length of the PKCS#7 certDavid Howells1-16/+33
2014-09-03KEYS: Fix use-after-free in assoc_array_gc()David Howells1-1/+1
2014-09-03KEYS: Fix public_key asymmetric key subtype nameDavid Howells1-0/+1
2014-09-03KEYS: Increase root_maxkeys and root_maxbytes sizesSteve Dickson1-2/+2
2014-09-03cpufreq: intel_pstate: Remove unneeded variableGabriele Mazzotta1-4/+0
2014-09-03powercap / RAPL: change domain detection messageJacob Pan1-4/+3
2014-09-03powercap / RAPL: add support for CPU model 0x3fJason Baron1-0/+1
2014-09-03PM / domains: Make generic_pm_domain.name constGeert Uytterhoeven1-1/+1
2014-09-03PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki3-13/+21
2014-09-02platform/x86: toshiba: re-enable acpi hotkeys after suspend to diskBenjamin Tissoires1-1/+8
2014-09-02Merge remote-tracking branches 'asoc/fix/axi', 'asoc/fix/cs4265', 'asoc/fix/d...Mark Brown9-15/+24
2014-09-02Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown2-2/+2
2014-09-02ideapad-laptop: Constify DMI table for real!Mathias Krause1-2/+2
2014-09-02aio: add missing smp_rmb() in read_events_ringJeff Moyer1-0/+6
2014-09-02ARM: ux500: disable msp2 node on SnowballLinus Walleij1-1/+0
2014-09-02Revert "leds: convert blink timer to workqueue"Jiri Kosina3-14/+14
2014-09-02i2c: at91: add bound checking on SMBus block length bytesMarek Roszko1-4/+24
2014-09-02i2c: rk3x: fix bug that cause transfer fails in master receive modeaddy ke1-0/+4
2014-09-02i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren1-2/+2
2014-09-02i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai1-2/+1
2014-09-02i2c: rcar: fix MNR interrupt handlingSergei Shtylyov1-6/+9
2014-09-02drm/i915: Fix lock dropping in intel_tv_detect()Ville Syrjälä1-3/+7
2014-09-02Merge tag 'kvm-s390-master-20140902' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini1-2/+4
2014-09-02KVM: s390/mm: Fix guest storage key corruption in ptep_set_access_flagsChristian Borntraeger1-0/+1
2014-09-02KVM: s390/mm: Fix storage key corruption during swappingChristian Borntraeger1-2/+3
2014-09-02gpio: move varargs hack outside #ifdef GPIOLIBLinus Walleij1-45/+60
2014-09-02f2fs: reposition unlock_new_inode to prevent accessing invalid inodeChao Yu2-16/+6
2014-09-02ALSA: hda - Fix COEF setups for ALC1150 codecTakashi Iwai1-0/+2
2014-09-02xfs: trim eofblocks before collapse rangeBrian Foster1-2/+9
2014-09-02xfs: xfs_file_collapse_range is delalloc challengedDave Chinner1-0/+13
2014-09-02xfs: don't log inode unless extent shift makes extent modificationsBrian Foster1-8/+10
2014-09-02xfs: use ranged writeback and invalidation for direct IODave Chinner1-4/+6
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner1-1/+9
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason1-1/+10
2014-09-02xfs: don't dirty buffers beyond EOFDave Chinner1-0/+61
2014-09-02ACPI / EC: Add msi quirk for Clevo W350etqLan Tianyu1-0/+4
2014-09-02ACPI / video: Disable native_backlight on HP ENVY 15 Notebook PCHans de Goede1-0/+11
2014-09-02ACPI / video: Add a disable_native_backlight quirkHans de Goede1-0/+30
2014-09-02ACPI / video: Fix use_native_backlight selection logicHans de Goede1-2/+2
2014-09-02ACPICA: ACPI 5.1: Add support for runtime validation of _DSD package.Mika Westerberg1-0/+39