aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-14powerpc/powernv: Fix the state of root PEGavin Shan1-1/+11
2016-09-13avr32: fix copy_from_user()Al Viro3-4/+13
2016-09-13microblaze: fix __get_user()Al Viro1-1/+1
2016-09-13microblaze: fix copy_from_user()Al Viro1-3/+6
2016-09-13m32r: fix __get_user()Al Viro1-1/+1
2016-09-13blackfin: fix copy_from_user()Al Viro1-4/+5
2016-09-13sparc32: fix copy_from_user()Al Viro1-1/+3
2016-09-13sh: fix copy_from_user()Al Viro1-1/+4
2016-09-13sh64: failing __get_user() should zeroAl Viro1-0/+1
2016-09-13score: fix copy_from_user() and friendsAl Viro1-21/+20
2016-09-13score: fix __get_user/get_userAl Viro1-1/+4
2016-09-13s390: get_user() should zero on failureAl Viro1-4/+4
2016-09-13ppc32: fix copy_from_user()Al Viro1-23/+2
2016-09-13parisc: fix copy_from_user()Al Viro1-2/+4
2016-09-13openrisc: fix copy_from_user()Al Viro1-24/+11
2016-09-13nios2: fix __get_user()Al Viro1-2/+2
2016-09-13nios2: copy_from_user() should zero the tail of destinationAl Viro1-3/+6
2016-09-13mn10300: copy_from_user() should zero on access_ok() failure...Al Viro1-1/+3
2016-09-13mn10300: failing __get_user() and get_user() should zeroAl Viro1-0/+1
2016-09-13mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-09-13ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta1-2/+9
2016-09-13metag: copy_from_user() should zero the destination on access_ok() failureAl Viro1-1/+2
2016-09-13ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro1-14/+11
2016-09-13hexagon: fix strncpy_from_user() error returnAl Viro1-1/+2
2016-09-13frv: fix clear_user()Al Viro1-3/+9
2016-09-13cris: 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/kernel/git/tip/tipLinus Torvalds2-4/+13
2016-09-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-41/+132
2016-09-13Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-12Merge 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/git/nvdimm/nvdimmLinus Torvalds1-7/+10