summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-09-15fix minor infoleak in get_user_ex()Al Viro1-1/+5
2016-09-15Merge tag 'pci-v4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+13
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds25-163/+166
2016-09-14Merge tag 'for-linus-4.8b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+3
2016-09-14arm/xen: fix SMP guests bootVitaly Kuznetsov1-4/+3
2016-09-14avr32: fix copy_from_user()Al Viro3-4/+13
2016-09-14microblaze: fix __get_user()Al Viro1-1/+1
2016-09-14microblaze: fix copy_from_user()Al Viro1-3/+6
2016-09-14m32r: fix __get_user()Al Viro1-1/+1
2016-09-14blackfin: fix copy_from_user()Al Viro1-4/+5
2016-09-14sparc32: fix copy_from_user()Al Viro1-1/+3
2016-09-14sh: fix copy_from_user()Al Viro1-1/+4
2016-09-14sh64: failing __get_user() should zeroAl Viro1-0/+1
2016-09-14score: fix copy_from_user() and friendsAl Viro1-21/+20
2016-09-14score: fix __get_user/get_userAl Viro1-1/+4
2016-09-14s390: get_user() should zero on failureAl Viro1-4/+4
2016-09-14ppc32: fix copy_from_user()Al Viro1-23/+2
2016-09-14parisc: fix copy_from_user()Al Viro1-2/+4
2016-09-14openrisc: fix copy_from_user()Al Viro1-24/+11
2016-09-14nios2: fix __get_user()Al Viro1-2/+2
2016-09-14nios2: copy_from_user() should zero the tail of destinationAl Viro1-3/+6
2016-09-14mn10300: copy_from_user() should zero on access_ok() failure...Al Viro1-1/+3
2016-09-14mn10300: failing __get_user() and get_user() should zeroAl Viro1-0/+1
2016-09-14mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-09-14ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta1-2/+9
2016-09-14metag: copy_from_user() should zero the destination on access_ok() failureAl Viro1-1/+2
2016-09-14ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro1-14/+11
2016-09-14hexagon: fix strncpy_from_user() error returnAl Viro1-1/+2
2016-09-14frv: fix clear_user()Al Viro1-3/+9
2016-09-14cris: buggered copy_from_user/copy_to_user/clear_userAl Viro1-39/+32
2016-09-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+13
2016-09-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-41/+132
2016-09-13Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-65/+69
2016-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-12/+15
2016-09-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+10
2016-09-10perf/x86/intel: Fix PEBSv3 record drainPeter Zijlstra1-8/+11
2016-09-10perf/x86/intel/bts: Kill a silly warningAlexander Shishkin1-2/+0
2016-09-10perf/x86/intel/bts: Fix BTS PMI detectionAlexander Shishkin1-4/+15
2016-09-10perf/x86/intel/bts: Fix confused ordering of PMU callbacksAlexander Shishkin1-24/+80
2016-09-10mm: fix cache mode of dax pmd mappingsDan Williams1-7/+10
2016-09-10alpha: fix copy_from_user()Al Viro1-11/+8
2016-09-10perf/x86/amd/uncore: Prevent use after freeSebastian Andrzej Siewior1-4/+18
2016-09-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-4/+14
2016-09-09Merge tag 'kvm-arm-fixes-for-v4.8-round2' of git://git.kernel.org/pub/scm/lin...Paolo Bonzini2-3/+3
2016-09-09Merge tag 'powerpc-4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-17/+29
2016-09-09Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds5-2/+23
2016-09-09arm64: use preempt_disable_notrace in _percpu_read/writeChunyan Zhang1-4/+4
2016-09-09arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon1-0/+10
2016-09-09kvm-arm: Unmap shadow pagetables properlySuzuki K Poulose2-2/+1
2016-09-08Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds29-47/+60