summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avr32: fix copy_from_user()Al Viro2016-09-133-4/+13
* microblaze: fix __get_user()Al Viro2016-09-131-1/+1
* microblaze: fix copy_from_user()Al Viro2016-09-131-3/+6
* m32r: fix __get_user()Al Viro2016-09-131-1/+1
* 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/+20
* 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/+2
* parisc: fix copy_from_user()Al Viro2016-09-131-2/+4
* openrisc: fix copy_from_user()Al Viro2016-09-131-24/+11
* 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/+11
* 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/+32
* 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-091-4/+6
* alpha: fix copy_from_user()Al Viro2016-09-091-11/+8
* Linux 4.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