summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-09-14powerpc/powernv: Fix the state of root PEGavin Shan1-1/+11
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-13MIPS: c-r4k: Fix size calc when avoiding IPIs for small icache flushesPaul Burton1-1/+1
2016-09-13MIPS: Add a missing ".set pop" in an early commitHuacai Chen1-0/+1
2016-09-13MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn1-0/+2
2016-09-13MIPS: Remove compact branch policy Kconfig entriesPaul Burton2-40/+0
2016-09-13MIPS: MAAR: Fix address alignmentJames Hogan1-7/+6
2016-09-13MIPS: Fix memory regions reaching top of physicalJames Hogan1-0/+7
2016-09-13MIPS: uprobes: fix incorrect uprobe brk handlingMarcin Nowakowski1-1/+1
2016-09-13MIPS: ath79: Fix test for error return of clk_register_fixed_factor().Amitoj Kaur Chawla1-1/+1
2016-09-13crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
2016-09-13crypto: arm/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
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