summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* staging/android: add Doc for SW_SYNC ioctl interfaceGustavo Padovan2016-08-151-0/+31
* staging/android: prepare sw_sync files for de-stagingGustavo Padovan2016-08-153-3/+3
* staging/android: move trace/sync.h to sync_trace.hGustavo Padovan2016-08-152-4/+4
* staging/android: do not let userspace trigger WARN_ONGustavo Padovan2016-08-151-1/+1
* staging: android: ion: Get rid of ion_reserveLaura Abbott2016-08-152-45/+0
* staging: android: ion: Drop ion_carveout_allocate definitionsLaura Abbott2016-08-152-14/+2
* staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott2016-08-156-94/+16
* staging: android: ion: Drop ion_phys interfaceLaura Abbott2016-08-156-99/+1
* staging: android: ion: Get rid of ion_sg_tableLaura Abbott2016-08-152-31/+0
* staging: ks7010: do not dereference priv if priv is nullColin Ian King2016-08-151-2/+2
* Staging: ks7010: michael_mic: fixed macros coding style issueBing Sun2016-08-151-7/+13
* staging: ks7010: Delete a variable in write_to_device()Markus Elfring2016-08-151-2/+1
* staging: ks7010: Delete unnecessary assignments for buffer variablesMarkus Elfring2016-08-151-4/+1
* staging: ks7010: Delete unnecessary checks before the function call "kfree"Markus Elfring2016-08-151-9/+4
* staging: vt6656: main_usb: don't print error when allocating urb failsWolfram Sang2016-08-151-9/+3
* staging: rtl8192u: r8192U_core: don't print error when allocating urb failsWolfram Sang2016-08-151-4/+1
* staging: most: hdm-usb: hdm_usb: don't print error when allocating urb failsWolfram Sang2016-08-151-3/+1
* staging: media: lirc: lirc_sasem: don't print error when allocating urb failsWolfram Sang2016-08-151-5/+0
* staging: media: lirc: lirc_imon: don't print error when allocating urb failsWolfram Sang2016-08-151-7/+2
* staging: comedi: drivers: usbduxfast: don't print error when allocating urb f...Wolfram Sang2016-08-151-3/+1
* Linux 4.8-rc2v4.8-rc2Linus Torvalds2016-08-141-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-08-149-8/+84
|\
| * Merge branches 'thermal-intel' and 'thermal-core' into nextZhang Rui2016-08-087-3/+18
| |\
| | * thermal: clock_cooling: Fix missing mutex_init()Wei Yongjun2016-08-081-0/+1
| | * thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfsKuninori Morimoto2016-08-081-0/+2
| | * thermal: fix race condition when updating cooling deviceMichele Di Giorgio2016-08-085-3/+15
| * | thermal/powerclamp: Prevent division by zero when counting intervalPetr Mladek2016-08-081-4/+7
| * | thermal: intel_pch_thermal: Add suspend/resume callbackSrinivas Pandruvada2016-08-081-1/+59
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2016-08-141-1/+0
|\ \
| * | m68knommu: fix user a5 register being overwrittenGreg Ungerer2016-08-081-1/+0
| |/
* | Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-08-132-1/+3
|\ \
| * | h8300: Add missing include file to asm/io.hGuenter Roeck2016-08-131-0/+2
| * | unicore32: mm: Add missing parameter to arch_vma_access_permittedGuenter Roeck2016-08-131-1/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-138-86/+136
|\ \ \
| * | | arm64: defconfig: enable CONFIG_LOCALVERSION_AUTOMasahiro Yamada2016-08-121-1/+0
| * | | arm64: defconfig: add options for virtualization and containersRiku Voipio2016-08-121-6/+46
| * | | arm64: hibernate: handle allocation failuresMark Rutland2016-08-121-27/+32
| * | | arm64: hibernate: avoid potential TLB conflictMark Rutland2016-08-121-6/+17
| * | | arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott2016-08-122-2/+19
| * | | arm64: Remove stack duplicating code from jprobesDavid A. Long2016-08-112-28/+5
| * | | drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" propertyMarc Zyngier2016-08-091-3/+4
| * | | drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlockSudeep Holla2016-08-091-9/+9
| * | | arm64: Support hard limit of cpu count by nr_cpusKefeng Wang2016-08-091-4/+4
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-138-53/+118
|\ \ \
| * \ \ Merge tag 'kvm-s390-master-4.8-1' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář2016-08-121-1/+4
| |\ \ \
| | * | | KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failedJulius Niedworok2016-08-121-1/+3
| | * | | KVM: s390: set the prefix initially properlyJulius Niedworok2016-08-121-0/+1
| | |/ /
| * | | MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan2016-08-122-12/+35
| * | | MIPS: KVM: Fix gfn range check in kseg0 tlb faultsJames Hogan2016-08-121-1/+1
| * | | MIPS: KVM: Add missing gfn range checkJames Hogan2016-08-121-8/+15