summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blackfin: fix copy_from_user()Al Viro2016-09-131-4/+5
* sparc32: fix copy_from_user()Al Viro2016-09-131-1/+3
* sh: fix copy_from_user()Al Viro2016-09-131-1/+4
* sh64: failing __get_user() should zeroAl Viro2016-09-131-0/+1
* score: fix copy_from_user() and friendsAl Viro2016-09-131-21/+20Star
* score: fix __get_user/get_userAl Viro2016-09-131-1/+4
* s390: get_user() should zero on failureAl Viro2016-09-131-4/+4
* ppc32: fix copy_from_user()Al Viro2016-09-131-23/+2Star
* parisc: fix copy_from_user()Al Viro2016-09-131-2/+4
* openrisc: fix copy_from_user()Al Viro2016-09-131-24/+11Star
* nios2: fix __get_user()Al Viro2016-09-131-2/+2
* nios2: copy_from_user() should zero the tail of destinationAl Viro2016-09-131-3/+6
* mn10300: copy_from_user() should zero on access_ok() failure...Al Viro2016-09-131-1/+3
* mn10300: failing __get_user() and get_user() should zeroAl Viro2016-09-131-0/+1
* mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2016-09-131-0/+3
* ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta2016-09-131-2/+9
* metag: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-09-131-1/+2
* ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-09-131-14/+11Star
* hexagon: fix strncpy_from_user() error returnAl Viro2016-09-131-1/+2
* frv: fix clear_user()Al Viro2016-09-131-3/+9
* cris: buggered copy_from_user/copy_to_user/clear_userAl Viro2016-09-131-39/+32Star
* asm-generic: make get_user() clear the destination on errorsAl Viro2016-09-131-3/+7
* asm-generic: make copy_from_user() zero the destination properlyAl Viro2016-09-101-4/+6
* alpha: fix copy_from_user()Al Viro2016-09-101-11/+8Star
* Linux 4.8-rc2Linus Torvalds2016-08-151-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-08-159-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-151-1/+0Star
|\ \
| * | m68knommu: fix user a5 register being overwrittenGreg Ungerer2016-08-081-1/+0Star
| |/
* | Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-08-142-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-148-86/+136
|\ \ \
| * | | arm64: defconfig: enable CONFIG_LOCALVERSION_AUTOMasahiro Yamada2016-08-121-1/+0Star
| * | | 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/+5Star
| * | | 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