summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | drivers/clocksource/pistachio: Fix memory corruption in initMarcin Nowakowski2016-08-261-4/+4
| * | | | | | | | clocksource/drivers/timer-atmel-pit: Enable mck clockAlexandre Belloni2016-08-261-0/+6
| * | | | | | | | clocksource/drivers/pxa: Fix include files for compilationBaoyou Xie2016-08-241-0/+2
| * | | | | | | | MAINTAINERS: Add ARM ARCHITECTED TIMER entryMark Rutland2016-08-241-0/+9
| * | | | | | | | timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-08-241-2/+7
| * | | | | | | | timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-08-241-1/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-2713-139/+234
|\ \ \ \ \ \ \ \
| * | | | | | | | MIPS: KVM: Check for pfn noslot caseJames Hogan2016-08-191-1/+1
| * | | | | | | | Merge tag 'kvm-arm-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2016-08-1811-71/+164
| |\ \ \ \ \ \ \ \
| | * | | | | | | | arm64: KVM: report configured SRE value to 32-bit worldVladimir Murzin2016-08-171-1/+1
| | * | | | | | | | arm64: KVM: remove misleading comment on pmu statusVladimir Murzin2016-08-171-8/+0
| | * | | | | | | | KVM: arm/arm64: timer: Workaround misconfigured timer interruptMarc Zyngier2016-08-171-1/+10
| | * | | | | | | | arm64: Document workaround for Cortex-A72 erratum #853709Marc Zyngier2016-08-172-1/+2
| | * | | | | | | | KVM: arm/arm64: Change misleading use of is_error_pfnChristoffer Dall2016-08-171-1/+1
| | * | | | | | | | KVM: arm64: ITS: avoid re-mapping LPIsAndre Przywara2016-08-161-14/+13
| | * | | | | | | | KVM: arm64: check for ITS device on MSI injectionAndre Przywara2016-08-151-2/+19
| | * | | | | | | | KVM: arm64: ITS: move ITS registration into first VCPU runAndre Przywara2016-08-153-10/+47
| | * | | | | | | | KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomicChristoffer Dall2016-08-151-10/+16
| | * | | | | | | | KVM: arm64: vgic-its: Plug race in vgic_put_irqChristoffer Dall2016-08-101-5/+5
| | * | | | | | | | KVM: arm64: vgic-its: Handle errors from vgic_add_lpiChristoffer Dall2016-08-101-4/+17
| | * | | | | | | | KVM: arm64: ITS: return 1 on successful MSI injectionAndre Przywara2016-08-092-19/+38
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | kvm: nVMX: fix nested tsc scalingPeter Feiner2016-08-181-4/+12
| * | | | | | | | KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář2016-08-181-0/+13
| * | | | | | | | KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APICRadim Krčmář2016-08-181-63/+44
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-2614-35/+108
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm: silently skip readahead for DAX inodesRoss Zwisler2016-08-261-0/+9
| * | | | | | | | | dax: fix device-dax region baseDan Williams2016-08-261-0/+3
| * | | | | | | | | fs/seq_file: fix out-of-bounds readVegard Nossum2016-08-261-1/+3
| * | | | | | | | | mm: memcontrol: avoid unused function warningArnd Bergmann2016-08-261-18/+18
| * | | | | | | | | mm: clarify COMPACTION Kconfig textMichal Hocko2016-08-261-1/+8
| * | | | | | | | | treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada2016-08-263-7/+5
| * | | | | | | | | printk: fix parsing of "brl=" optionNicolas Iooss2016-08-261-2/+2
| * | | | | | | | | soft_dirty: fix soft_dirty during THP splitAndrea Arcangeli2016-08-261-1/+6
| * | | | | | | | | sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan2016-08-262-2/+45
| * | | | | | | | | get_maintainer: quiet noisy implicit -f vcs_file_exists checkingJoe Perches2016-08-261-1/+3
| * | | | | | | | | byteswap: don't use __builtin_bswap*() with sparseJohannes Berg2016-08-261-2/+6
* | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-261-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arm64: avoid TLB conflict with CONFIG_RANDOMIZE_BASEMark Rutland2016-08-251-0/+3
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-2633-145/+185
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'misc-fixes' into k.o/for-4.8-rcDoug Ledford2016-08-251-21/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | i40iw: Send last streaming mode message for loopback connectionsTatyana Nikolova2016-08-251-21/+1
| * | | | | | | | | | | IB/srpt: Update sport->port_guid with each port refreshDoug Ledford2016-08-241-4/+5
| |/ / / / / / / / / /
| * | | | | | | | | | RDMA/ocrdma: Fix the max_sge reported from FWSelvin Xavier2016-08-243-13/+17
| * | | | | | | | | | i40iw: Avoid writing to freed memoryMustafa Ismail2016-08-241-2/+1
| * | | | | | | | | | i40iw: Fix double free of allocated_bufferMustafa Ismail2016-08-241-1/+0
| * | | | | | | | | | IB/mlx5: Remove superfluous include of io-mapping.hChris Wilson2016-08-241-1/+0
| * | | | | | | | | | i40iw: Do not set self-referencing pointer to NULL after kfreeMustafa Ismail2016-08-241-1/+4
| * | | | | | | | | | i40iw: Add missing NULL check for MPA private dataShiraz Saleem2016-08-241-2/+2
| * | | | | | | | | | iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTSBharat Potnuri2016-08-232-5/+10
| * | | | | | | | | | i40iw: Add missing check for interface already openMustafa Ismail2016-08-231-0/+4