summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-29perf: Export perf_event_sysfs_show()Thomas Gleixner1-0/+1
2016-02-29perf/x86/intel/rapl: Convert it to a per package facilityThomas Gleixner1-108/+86
2016-02-29perf/x86/intel/rapl: Utilize event->pmu_privateThomas Gleixner1-4/+12
2016-02-29perf/x86/intel/rapl: Make PMU lock rawThomas Gleixner1-10/+10
2016-02-29perf/x86/intel/rapl: Refactor the code some moreThomas Gleixner1-30/+31
2016-02-29perf/x86/intel/rapl: Clean up the printk outputThomas Gleixner1-19/+23
2016-02-29perf/x86/intel/rapl: Calculate timing onceThomas Gleixner1-21/+18
2016-02-29perf/x86/intel/rapl: Sanitize the quirk handlingThomas Gleixner1-30/+19
2016-02-29perf/x86/intel/rapl: Add proper error handlingThomas Gleixner1-8/+21
2016-02-29perf/x86/intel/rapl: Make Knights Landings support functionalThomas Gleixner1-1/+1
2016-02-29perf/x86/intel/cqm: Get rid of the silly for_each_cpu() lookupsThomas Gleixner1-21/+11
2016-02-29cpumask: Export cpumask_any_but()Thomas Gleixner1-0/+1
2016-02-29perf/x86/intel/uncore: Make PCI and MSR uncore independentThomas Gleixner1-16/+18
2016-02-29perf/x86/intel/uncore: Clear all hardware state on exitThomas Gleixner1-0/+26
2016-02-29perf/x86/uncore: Track packages, not per CPU dataThomas Gleixner3-252/+198
2016-02-29x86/topology: Create logical package idThomas Gleixner6-0/+142
2016-02-29perf/x86/intel/uncore: Store box in event->pmu_privateThomas Gleixner3-16/+12
2016-02-29perf: Allow storage of PMU private data in eventThomas Gleixner1-0/+1
2016-02-29perf/x86/uncore: Make uncore_pcibus_to_physid() staticThomas Gleixner2-2/+1
2016-02-29perf/x86/intel/uncore: Make code more readableThomas Gleixner1-45/+50
2016-02-29perf/x86/intel/uncore: Clean up hardware on exitThomas Gleixner4-1/+33
2016-02-29perf/x86/intel/uncore: Add sanity checks for PCI dev package idThomas Gleixner1-1/+1
2016-02-29perf/x86/intel/uncore: Fix error handlingThomas Gleixner2-43/+94
2016-02-29perf/x86/intel/uncore: Simplify error rollbackThomas Gleixner1-21/+24
2016-02-29perf/x86/intel/uncore: Remove pointless mask checkThomas Gleixner1-6/+0
2016-02-29perf: Add a reviewerPeter Zijlstra1-0/+1
2016-02-29perf/x86/intel/uncore: Remove SBOX support for BDX-DEKan Liang1-1/+7
2016-02-29Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar501-4313/+7061
2016-02-28Linux 4.5-rc6v4.5-rc6Linus Torvalds1-1/+1
2016-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-131/+244
2016-02-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-7/+15
2016-02-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2016-02-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+8
2016-02-28Merge tag 'staging-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2016-02-28Merge tag 'usb-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds19-75/+127
2016-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-37/+22
2016-02-27Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds24-105/+173
2016-02-27do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro1-5/+4
2016-02-27should_follow_link(): validate ->d_seq after having decided to followAl Viro1-0/+5
2016-02-27namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro1-2/+2
2016-02-27do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-02-27fs: return -EOPNOTSUPP if clone is not supportedChristoph Hellwig1-2/+4
2016-02-27hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds24-46/+132
2016-02-27Merge tag 'tags/ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-35/+3
2016-02-27Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-47/+48
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler2-35/+3
2016-02-27Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler7-16/+43
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler6-10/+13