summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář2016-10-071-0/+13
* powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-sup...Michael Ellerman2016-10-071-3/+6
* avr32: off by one in at32_init_pio()Dan Carpenter2016-10-071-1/+1
* tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2016-10-072-0/+3
* ARM: sa1111: fix pcmcia suspend/resumeRussell King2016-10-071-9/+13
* ARM: shmobile: fix regulator quirk for Gen2Wolfram Sang2016-10-071-36/+26
* ARM: sa1100: clear reset status prior to rebootRussell King2016-10-071-0/+3
* ARM: sa1100: fix 3.6864MHz clockRussell King2016-10-071-0/+2
* ARM: sa1100: register clocks earlyRussell King2016-10-073-2/+4
* ARM: sun5i: Fix typo in trip point temperatureHugo Grostabussiat2016-10-071-1/+1
* MIPS: uprobes: fix use of uninitialised variableMarcin Nowakowski2016-10-071-3/+2
* MIPS: Malta: Fix IOCU disable switch read for MIPS64Paul Burton2016-10-071-1/+7
* MIPS: fix uretprobe implementationMarcin Nowakowski2016-10-071-1/+1
* MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski2016-10-072-19/+0
* arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon2016-10-071-2/+4
* ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana2016-10-071-1/+1
* ARM: 8617/1: dma: fix dma_max_pfn()Roger Quadros2016-10-071-1/+1
* ARM: 8616/1: dt: Respect property size when parsing CPUsRobin Murphy2016-10-071-3/+11
* x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski2016-10-071-12/+11
* x86/init: Fix cr4_init_shadow() on CR4-less machinesAndy Lutomirski2016-10-071-1/+1
* MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn2016-09-301-0/+2
* MIPS: Add a missing ".set pop" in an early commitHuacai Chen2016-09-301-0/+1
* MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski2016-09-301-4/+4
* MIPS: Remove compact branch policy Kconfig entriesPaul Burton2016-09-302-40/+0
* MIPS: vDSO: Fix Malta EVA mapping to vDSO page structsJames Hogan2016-09-301-4/+4
* MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn2016-09-301-4/+3
* MIPS: Fix pre-r6 emulation FPU initialisationPaul Burton2016-09-301-0/+2
* net: smc91x: fix SMC accessesRussell King2016-09-306-6/+11
* crypto: arm/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel2016-09-301-1/+1
* crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel2016-09-301-1/+1
* openrisc: fix the fix of copy_from_user()Guenter Roeck2016-09-241-1/+1
* avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck2016-09-241-2/+2
* ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-09-241-11/+9
* ppc32: fix copy_from_user()Al Viro2016-09-241-19/+2
* sparc32: fix copy_from_user()Al Viro2016-09-241-1/+3
* mn10300: copy_from_user() should zero on access_ok() failure...Al Viro2016-09-241-1/+3
* nios2: copy_from_user() should zero the tail of destinationAl Viro2016-09-241-3/+6
* openrisc: fix copy_from_user()Al Viro2016-09-241-24/+11
* parisc: fix copy_from_user()Al Viro2016-09-241-2/+4
* metag: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-09-241-1/+2
* alpha: fix copy_from_user()Al Viro2016-09-241-11/+8
* mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2016-09-241-0/+3
* hexagon: fix strncpy_from_user() error returnAl Viro2016-09-241-1/+2
* sh: fix copy_from_user()Al Viro2016-09-241-1/+4
* score: fix copy_from_user() and friendsAl Viro2016-09-241-21/+20
* blackfin: fix copy_from_user()Al Viro2016-09-241-4/+5
* cris: buggered copy_from_user/copy_to_user/clear_userAl Viro2016-09-241-39/+32
* frv: fix clear_user()Al Viro2016-09-241-3/+9
* ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta2016-09-241-2/+9
* s390: get_user() should zero on failureAl Viro2016-09-241-4/+4