| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'perf-urgent-for-mingo-20160815' of git://git.kernel.org/pub/scm/li... | Ingo Molnar | 2016-08-16 | 12 | -40/+136 |
|\ |
|
| * | perf intel-pt: Fix occasional decoding errors when tracing system-wide | Adrian Hunter | 2016-08-15 | 1 | -1/+5 |
| * | tools: Sync kvm related header files for arm64 and s390 | Arnaldo Carvalho de Melo | 2016-08-15 | 3 | -0/+44 |
| * | perf probe: Release resources on error when handling exit paths | Arnaldo Carvalho de Melo | 2016-08-15 | 1 | -3/+9 |
| * | perf probe: Check for dup and fdopen failures | Colin Ian King | 2016-08-15 | 1 | -4/+20 |
| * | perf symbols: Fix annotation of objects with debuginfo files | Anton Blanchard | 2016-08-15 | 1 | -1/+2 |
| * | perf script: Don't disable use_callchain if input is pipe | He Kuang | 2016-08-15 | 1 | -1/+3 |
| * | perf script: Show proper message when failed list scripts | He Kuang | 2016-08-15 | 1 | -2/+7 |
| * | perf jitdump: Add the right header to get the major()/minor() definitions | Arnaldo Carvalho de Melo | 2016-08-15 | 1 | -0/+1 |
| * | perf ppc64le: Fix build failure when libelf is not present | Ravi Bangoria | 2016-08-12 | 1 | -0/+2 |
| * | perf tools mem: Fix -t store option for record command | Jiri Olsa | 2016-08-12 | 1 | -0/+3 |
| * | perf intel-pt: Fix ip compression | Adrian Hunter | 2016-08-12 | 2 | -28/+40 |
* | | Merge tag 'iommu-fixes-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-08-15 | 2 | -8/+12 |
|\ \ |
|
| * | | iommu/dma: Respect IOMMU aperture when allocating | Robin Murphy | 2016-08-10 | 1 | -4/+7 |
| * | | iommu/dma: Don't put uninitialised IOVA domains | Robin Murphy | 2016-08-09 | 1 | -1/+2 |
| * | | iommu/mediatek: Mark static functions in headers inline | Joerg Roedel | 2016-08-09 | 1 | -3/+3 |
* | | | Merge tag 'edac_fixes_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-08-15 | 1 | -4/+11 |
|\ \ \ |
|
| * | | | EDAC, sb_edac: Fix channel reporting on Knights Landing | Lukasz Odzioba | 2016-08-08 | 1 | -4/+11 |
| |/ / |
|
* | | | Linux 4.8-rc2v4.8-rc2 | Linus Torvalds | 2016-08-14 | 1 | -1/+1 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2016-08-14 | 9 | -8/+84 |
|\ \ \ |
|
| * \ \ | Merge branches 'thermal-intel' and 'thermal-core' into next | Zhang Rui | 2016-08-08 | 7 | -3/+18 |
| |\ \ \ |
|
| | * | | | thermal: clock_cooling: Fix missing mutex_init() | Wei Yongjun | 2016-08-08 | 1 | -0/+1 |
| | * | | | thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfs | Kuninori Morimoto | 2016-08-08 | 1 | -0/+2 |
| | * | | | thermal: fix race condition when updating cooling device | Michele Di Giorgio | 2016-08-08 | 5 | -3/+15 |
| | |/ / |
|
| * | | | thermal/powerclamp: Prevent division by zero when counting interval | Petr Mladek | 2016-08-08 | 1 | -4/+7 |
| * | | | thermal: intel_pch_thermal: Add suspend/resume callback | Srinivas Pandruvada | 2016-08-08 | 1 | -1/+59 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger... | Linus Torvalds | 2016-08-14 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | m68knommu: fix user a5 register being overwritten | Greg Ungerer | 2016-08-08 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-08-13 | 2 | -1/+3 |
|\ \ \ |
|
| * | | | h8300: Add missing include file to asm/io.h | Guenter Roeck | 2016-08-13 | 1 | -0/+2 |
| * | | | unicore32: mm: Add missing parameter to arch_vma_access_permitted | Guenter Roeck | 2016-08-13 | 1 | -1/+1 |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2016-08-13 | 8 | -86/+136 |
|\ \ \ \ |
|
| * | | | | arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO | Masahiro Yamada | 2016-08-12 | 1 | -1/+0 |
| * | | | | arm64: defconfig: add options for virtualization and containers | Riku Voipio | 2016-08-12 | 1 | -6/+46 |
| * | | | | arm64: hibernate: handle allocation failures | Mark Rutland | 2016-08-12 | 1 | -27/+32 |
| * | | | | arm64: hibernate: avoid potential TLB conflict | Mark Rutland | 2016-08-12 | 1 | -6/+17 |
| * | | | | arm64: Handle el1 synchronous instruction aborts cleanly | Laura Abbott | 2016-08-12 | 2 | -2/+19 |
| * | | | | arm64: Remove stack duplicating code from jprobes | David A. Long | 2016-08-11 | 2 | -28/+5 |
| * | | | | drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" property | Marc Zyngier | 2016-08-09 | 1 | -3/+4 |
| * | | | | drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlock | Sudeep Holla | 2016-08-09 | 1 | -9/+9 |
| * | | | | arm64: Support hard limit of cpu count by nr_cpus | Kefeng Wang | 2016-08-09 | 1 | -4/+4 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-08-13 | 8 | -53/+118 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'kvm-s390-master-4.8-1' of git://git.kernel.org/pub/scm/linux/kerne... | Radim Krčmář | 2016-08-12 | 1 | -1/+4 |
| |\ \ \ \ |
|
| | * | | | | KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failed | Julius Niedworok | 2016-08-12 | 1 | -1/+3 |
| | * | | | | KVM: s390: set the prefix initially properly | Julius Niedworok | 2016-08-12 | 1 | -0/+1 |
| | |/ / / |
|
| * | | | | MIPS: KVM: Propagate kseg0/mapped tlb fault errors | James Hogan | 2016-08-12 | 2 | -12/+35 |
| * | | | | MIPS: KVM: Fix gfn range check in kseg0 tlb faults | James Hogan | 2016-08-12 | 1 | -1/+1 |
| * | | | | MIPS: KVM: Add missing gfn range check | James Hogan | 2016-08-12 | 1 | -8/+15 |
| * | | | | MIPS: KVM: Fix mapped fault broken commpage handling | James Hogan | 2016-08-12 | 1 | -21/+28 |
| * | | | | KVM: Protect device ops->create and list_add with kvm->lock | Christoffer Dall | 2016-08-12 | 5 | -17/+27 |