summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-12ARM: pxa/lubbock: add pcmcia clockRussell King1-0/+14
2016-09-12ARM: locomo: fix locomo irq handlingRussell King1-3/+2
2016-09-12ARM: 8612/1: LPAE: initialize cache policy correctlyStefan Agner3-1/+3
2016-09-12ARM: sa1111: fix missing clk_disable()Russell King1-1/+3
2016-09-12ARM: sa1111: fix pcmcia suspend/resumeRussell King1-9/+13
2016-09-12ARM: sa1111: fix pcmcia interrupt mask polarityRussell King1-2/+2
2016-09-12ARM: sa1111: fix error code propagation in sa1111_probe()Russell King1-1/+1
2016-09-12powerpc/kernel: Fix size of NUM_CPU_FTR_KEYS on 32-bitMichael Ellerman1-1/+1
2016-09-12powerpc/powernv: Fix restore of SPRs upon wake up from hypervisor state lossGautham R. Shenoy1-5/+5
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 'sti-dt-fixes-for-v4.8-rcs' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2-8/+14
2016-09-09Merge tag 'renesas-fixes-for-v4.8' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-36/+26
2016-09-09ARM64: dts: bcm: Use a symlink to R-Pi dtsi files from arch=armIan Campbell5-3/+6
2016-09-09ARM: dts: Remove use of skeleton.dtsi from bcm283x.dtsiIan Campbell2-1/+3
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